-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Azure Stack] Updates to User-Subscriptions Spec (#8914)
* commit 4691c2a Author: Rakesh Kumar <[email protected]> Date: Wed Jan 29 17:46:01 2020 -0800 [AzureStack] User Subscription: rename NewSubscription to SubscriptionDefinition (#8257) commit 9e551f0 Author: bganapa <[email protected]> Date: Tue Nov 12 11:44:22 2019 -0800 Reset to Stackadmin2 (#7766) * Fix sub def in example * Address PR comments * Fix model validation error * Fix prettier issue
- Loading branch information
Showing
3 changed files
with
31 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,13 @@ | |
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23", | ||
"location": "local", | ||
"api-version": "2015-11-01", | ||
"newSubscription": { | ||
"properties": { | ||
"displayName": "Test [email protected]", | ||
"id": "", | ||
"offerId": "/delegatedProviders/default/offers/TestOffer-0892f99c-8d1c-48d1-a2b3-128a931afc09", | ||
"state": "Enabled", | ||
"subscriptionId": "a7aeb2dd-1b1d-458c-a3dc-09070c2ece5e", | ||
"tenantId": "" | ||
} | ||
"subscriptionDefinition": { | ||
"displayName": "Test [email protected]", | ||
"id": "", | ||
"offerId": "/delegatedProviders/default/offers/TestOffer-0892f99c-8d1c-48d1-a2b3-128a931afc09", | ||
"state": "Enabled", | ||
"subscriptionId": "a7aeb2dd-1b1d-458c-a3dc-09070c2ece5e", | ||
"tenantId": "" | ||
} | ||
}, | ||
"responses": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters