Skip to content

Commit

Permalink
[AzureStack] User Subscription: rename NewSubscription to Subscriptio…
Browse files Browse the repository at this point in the history
…nDefinition (Azure#8257)
  • Loading branch information
rakku-ms committed Jan 30, 2020
1 parent 19a64d3 commit 4691c2a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/NewSubscriptionParameter"
"$ref": "#/parameters/SubscriptionDefinitionParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -263,9 +263,9 @@
"description": "Id of the subscription.",
"x-ms-parameter-location": "method"
},
"NewSubscriptionParameter": {
"SubscriptionDefinitionParameter": {
"description": "Subscription parameter.",
"name": "newSubscription",
"name": "subscriptionDefinition",
"in": "body",
"schema": {
"$ref": "#/definitions/Subscription"
Expand Down

0 comments on commit 4691c2a

Please sign in to comment.