-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Master #4450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Master #4450
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
30a2740
fix readme.md to include 2016/06/01 with 2018/03/01 always
9fd28c3
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
2f49c4e
add 2018-11-01-preview
773f997
pr feedbac
12d3741
add cost center
5639d3a
pr feedback
a75eeae
pr feedback
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...anager/Microsoft.Subscription/preview/2018-11-01-preview/examples/createSubscription.json
This file contains hidden or 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,31 @@ | ||
| { | ||
| "parameters": { | ||
| "billingAccountName": "12a6eed9-5d39-4103-a5db-2db1db0a8c67", | ||
| "invoiceSectionName": "b859d705-1ed7-4769-9d4b-19238e9e8ac2_10_31", | ||
| "api-version": "2018-11-01-preview", | ||
| "body": { | ||
| "displayName": "Test Ea Azure Sub", | ||
| "billingProfileId": "/providers/Microsoft.Billing/billingAccounts/12a6eed9-5d39-4103-a5db-2db1db0a8c67/billingProfiles/dbcb81c8-cda9-4b01-b9fc-831e6a2e152e", | ||
| "skuId": "0001", | ||
| "owner": { | ||
| "objectId": "973034ff-acb7-409c-b731-e789672c7b31" | ||
| }, | ||
| "additionalParameters": { | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "Location": | ||
| "/providers/Microsoft.Subscription/subscriptionOperations/aeb76128-ebde-4f5a-a9ed-e7bbf2dbc994?api-version=2018-11-01-preview", | ||
| "Retry-After": 8 | ||
| } | ||
| }, | ||
| "200": { | ||
| "body": { | ||
| "subscriptionLink": "/subscriptions/d0d6ee57-6530-4fca-93a6-b755a070be35" | ||
| } | ||
| } | ||
| } | ||
| } |
22 changes: 22 additions & 0 deletions
22
...rce-manager/Microsoft.Subscription/preview/2018-11-01-preview/examples/getOperations.json
This file contains hidden or 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,22 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2018-11-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "name": "Microsoft.Subscription/createSubscription/action", | ||
| "display": { | ||
| "provider": "Microsoft Subscription", | ||
| "resource": "Resources", | ||
| "operation": "Create a subscription", | ||
| "description": "Create an Azure subscription." | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
19 changes: 19 additions & 0 deletions
19
.../Microsoft.Subscription/preview/2018-11-01-preview/examples/getSubscriptionOperation.json
This file contains hidden or 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,19 @@ | ||
| { | ||
| "parameters": { | ||
| "operationId": "e4b8d068-f574-462a-a76f-6fa0afc613c9", | ||
| "api-version": "2018-11-01-preview" | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "Location": "/providers/Microsoft.Subscription/subscriptionOperations/e4b8d068-f574-462a-a76f-6fa0afc613c9?api-version=2018-11-01-preview", | ||
| "Retry-After": 8 | ||
| } | ||
| }, | ||
| "200": { | ||
| "body": { | ||
| "subscriptionLink": "/subscriptions/4df8d5c2-1b7e-4dd5-bc61-640704bde633" | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description isn't part of the schema and is causing validation errors, see the log.