Skip to content

Commit

Permalink
Merge pull request #15 from jbuls/jbuls/ga20211001_main
Browse files Browse the repository at this point in the history
Prettier fixes for Microsoft.Billing 20211001
  • Loading branch information
jbuls authored Nov 3, 2021
2 parents 6d5d50a + 6ed7414 commit cb900fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
],
"operationId": "BillingSubscriptions_Update",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options":{
"final-state-via" : "location"
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Updates the properties of a billing subscription.",
"x-ms-examples": {
Expand Down Expand Up @@ -170,8 +170,8 @@
"operationId": "BillingSubscriptions_Delete",
"description": "Cancels a billing subscription.",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options":{
"final-state-via" : "location"
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"x-ms-examples": {
"DeleteBillingSubscription": {
Expand Down Expand Up @@ -230,8 +230,8 @@
},
"operationId": "BillingSubscriptions_Move",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options":{
"final-state-via" : "location"
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"x-ms-examples": {
"MoveBillingSubscription": {
Expand Down Expand Up @@ -343,8 +343,8 @@
"post": {
"operationId": "BillingSubscriptions_Merge",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options":{
"final-state-via" : "location"
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Merges the billing subscription provided in the request with a target billing subscription.",
"x-ms-examples": {
Expand Down Expand Up @@ -409,8 +409,8 @@
"post": {
"operationId": "BillingSubscriptions_Split",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options":{
"final-state-via" : "location"
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Splits a subscription into a new subscription with quantity less than current subscription quantity and not equal to 0.",
"x-ms-examples": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
}
}
}
}
}

0 comments on commit cb900fe

Please sign in to comment.