Skip to content

Commit ccf309d

Browse files
Merge pull request #287528 from MicrosoftDocs/JasonWHowell-patch-2
Update programmatically-create-subscription-microsoft-customer-agreem…
2 parents 8aa390f + c1cb286 commit ccf309d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cost-management-billing/manage/programmatically-create-subscription-microsoft-customer-agreement.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ The following example creates a subscription named *Dev Team subscription* for t
335335

336336
### [REST](#tab/rest)
337337

338+
Replace the placeholder value `sampleAlias` as needed. For more information on these REST calls, see [Create](/rest/api/subscription/alias/create) and [Get](/rest/api/subscription/alias/get).
339+
338340
```json
339341
PUT https://management.azure.com/providers/Microsoft.Subscription/aliases/sampleAlias?api-version=2021-10-01
340342
```
@@ -614,4 +616,4 @@ resource subToMG 'Microsoft.Management/managementGroups/subscriptions@2020-05-01
614616
* Now that you've created a subscription, you can grant that ability to other users and service principals. For more information, see [Grant access to create Azure Enterprise subscriptions (preview)](grant-access-to-create-subscription.md).
615617
* For more information about managing large numbers of subscriptions using management groups, see [Organize your resources with Azure management groups](../../governance/management-groups/overview.md).
616618
* To change the management group for a subscription, see [Move subscriptions](../../governance/management-groups/manage.md#move-management-groups-and-subscriptions).
617-
* For advanced subscription creation scenarios using REST API, see [Alias - Create](/rest/api/subscription/2021-10-01/alias/create).
619+
* For advanced subscription creation scenarios using REST API, see [Alias - Create](/rest/api/subscription/alias/).

0 commit comments

Comments
 (0)