Skip to content

Commit 304e5ad

Browse files
committed
Addressing review comments in the migration guide
1 parent 8c43e9a commit 304e5ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/migration-guides/Stack/migration-guide.1.2.12.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
3. [Breaking changes in storage admin module](#Breaking-changes-in-storage-admin-module)
55

66
## Summary
7-
The module version 1.2.12 of AzureStack brings in many breaking changes. Most of these breaking changes were noted with warnings in the previous releases. Please note that there are no changes in the AzureRM version of the module specific to azure stack.
7+
The module version 1.2.12 of AzureStack brings in many breaking changes. Most of these breaking changes were noted with warnings in the previous releases. Please note that there are no changes in the AzureRM version of the module specific to Azure Stack.
88

99
AzureRm.AzureStackAdmin module is replaced with Azs.Subscriptions.Admin and Azs.Subscriptions module
1010
AzureRm.AzureStackStorage module is replaced with Azs.Storage.Admin module
@@ -36,7 +36,7 @@ The previous release was printing warnings about the deprecation of the followi
3636
- Parameter ```Managed``` in Get-AzsOffer has been deprecated. Please use Get-AzsManagedOffer instead
3737

3838
**Flattening of Properties** <br>
39-
The Plan/Offer/Subscription objects wont be having .Properties instead the child properties are flattened out to be at the Top level. If you are having any references to the .Properties, this breaking change could be fixed by accessing the prperty directly at the top level
39+
Properties field of the objects Plan, Offer, Subscription have been removed and the child properties are moved to the top level. If you are having any references to the Properties, this breaking change could be fixed by removing the intermediate Properties reference
4040

4141
**Force Parameter** <br>
4242

@@ -78,8 +78,7 @@ Affected cmdlets
7878
- Get-AzsTableServiceMetricDefinition
7979
- Start-AzsReclaimStorageCapacity
8080

81-
82-
- ```ResourceId``` parameter can be used for cmdlets that require ```Name``` 
81+
```ResourceId``` parameter can be used for cmdlets that require ```Name``` . The ReourceId is same as the Id of the resource object that is returned from the Get-* cmdlets. The parameter also has an alias ```Id```.
8382

8483
Affected cmdlets<br>
8584
- Get-AzsStorageQuota

0 commit comments

Comments
 (0)