File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
src/ResourceManager/Subscription/documentation Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 38
38
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md
39
39
-->
40
40
41
- ## Current Breaking Changes
41
+ ## Current Breaking Changes
42
+ The following cmdlets were affected this release:
43
+
44
+ ** Get-AzureRmSubscriptionDefinition**
45
+ - Removed. Use Get-AzureRmSubscription instead.
46
+
47
+ ``` powershell
48
+ # Old
49
+ # Get-AzureRmSubscriptionDefinition
50
+
51
+ # New
52
+ # Get-AzureRmSubscription
53
+ ```
54
+
55
+ ** New-AzureRmSubscriptionDefinition**
56
+ - Replaced by New-AzureRmSubscription.
57
+
58
+ ``` powershell
59
+ # Old
60
+ # New-AzureRmSubscriptionDefinition -Name mysubdef -OfferType ...
61
+
62
+ # New
63
+ # New-AzureRmSubscription -EnrollmentAccountObjectId ... -OfferType ...
64
+ ```
You can’t perform that action at this time.
0 commit comments