Skip to content

Commit abf6829

Browse files
authored
[Storage] Add breaking change notice for get global storage usage is obsolete
1 parent a7b8cd9 commit abf6829

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/ResourceManager/Storage/documentation/upcoming-breaking-changes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,19 @@
2525
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
2626
-->
2727

28-
# Upcoming Breaking Changes
28+
# Upcoming Breaking Changes
29+
30+
Release 7.0.0 - November 2018
31+
32+
The following cmdlets were affected this release:
33+
34+
**Get-AzureRmStorageUsage**
35+
- The -Location parameter changes from optional to mandatory. User must specify -Location to get Storage resource usage, since get global Storage resource usage is obsolete.
36+
37+
```powershell
38+
# Old
39+
$usage = Get-AzureRmStorageUsage
40+
41+
# New
42+
$usage = Get-AzureRmStorageUsage -Location $location
43+
```

0 commit comments

Comments
 (0)