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
25
25
26
26
### Example 1
27
27
``` 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
29
29
```
30
30
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
+
32
40
33
41
## PARAMETERS
34
42
You can’t perform that action at this time.
0 commit comments