File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
src/Subscription/Subscription/help Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,18 @@ The **New-AzSubscriptionAlias** cmdlet creates new alias and subscription
2525
2626### Example 1
2727``` powershell
28- PS C:\> New-AzSubscriptionAlias -AliasName "NewAliasName " -SubscriptionName "SubscriptionName " -BillingScope " BillingScope" -Workload "WorkloadType"
28+ PS C:\> New-AzSubscriptionAlias -AliasName "NewAlias1 " -SubscriptionName "Subscription1 " -BillingScope $ BillingScope -Workload Production
2929```
3030
31- Creates new alias and subscription
31+ Creates new alias and EA subscription
32+
33+ ### Example 2
34+ ``` powershell
35+ PS C:\> New-AzSubscriptionAlias -AliasName "NewAlias2" -SubscriptionName "Subscription2" -BillingScope $BillingScope -Workload DevTest
36+ ```
37+
38+ Creates new alias and Dev/Test EA subscription
39+
3240
3341## PARAMETERS
3442
You can’t perform that action at this time.
0 commit comments