Skip to content
Merged

Master #4450

Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
}
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."

Copy link
Copy Markdown
Member

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.

}
}
]
}
}
}
}
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"
}
}
}
}
Loading