forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.AzureStack to add versio…
…n preview/2020-06-01-preview (Azure#14472) * Add ListBySubscription to Registration resource * Add ListBySubscription to Registration resources in stable versions This has been supported but it was not listed in the spec * Make example names unique
- Loading branch information
Showing
6 changed files
with
192 additions
and
0 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
25 changes: 25 additions & 0 deletions
25
...osoft.AzureStack/preview/2020-06-01-preview/examples/Registration/ListBySubscription.json
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "dd8597b4-8739-4467-8b10-f8679f62bfbf", | ||
"api-version": "2020-06-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/dd8597b4-8739-4467-8b10-f8679f62bfbf/resourceGroups/azurestack/providers/Microsoft.AzureStack/registrations/testregistration", | ||
"name": "testregistration", | ||
"type": "Microsoft.AzureStack/registrations", | ||
"location": "global", | ||
"etag": "0d00527e-0000-0000-0000-5a81ebdf0000", | ||
"properties": { | ||
"objectId": "9e9704ab-561a-4498-ac60-64b2314456ee", | ||
"billingModel": "Development" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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
25 changes: 25 additions & 0 deletions
25
...ager/Microsoft.AzureStack/stable/2016-01-01/examples/Registration/ListBySubscription.json
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "dd8597b4-8739-4467-8b10-f8679f62bfbf", | ||
"api-version": "2016-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/dd8597b4-8739-4467-8b10-f8679f62bfbf/resourceGroups/azurestack/providers/Microsoft.AzureStack/registrations/testregistration", | ||
"name": "testregistration", | ||
"type": "Microsoft.AzureStack/registrations", | ||
"location": "global", | ||
"etag": "0d00527e-0000-0000-0000-5a81ebdf0000", | ||
"properties": { | ||
"objectId": "9e9704ab-561a-4498-ac60-64b2314456ee", | ||
"billingModel": "Development" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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
25 changes: 25 additions & 0 deletions
25
...ager/Microsoft.AzureStack/stable/2017-06-01/examples/Registration/ListBySubscription.json
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "dd8597b4-8739-4467-8b10-f8679f62bfbf", | ||
"api-version": "2017-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/dd8597b4-8739-4467-8b10-f8679f62bfbf/resourceGroups/azurestack/providers/Microsoft.AzureStack/registrations/testregistration", | ||
"name": "testregistration", | ||
"type": "Microsoft.AzureStack/registrations", | ||
"location": "global", | ||
"etag": "0d00527e-0000-0000-0000-5a81ebdf0000", | ||
"properties": { | ||
"objectId": "9e9704ab-561a-4498-ac60-64b2314456ee", | ||
"billingModel": "Development" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |