Skip to content

Commit

Permalink
Fix Billing Swagger (Azure#10276)
Browse files Browse the repository at this point in the history
  • Loading branch information
LianwMS authored and nitegupt committed Sep 25, 2020
1 parent dcf40f4 commit 28a95ce
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"parameters": [
{
"$ref": "#/parameters/subscriptionGuidParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
Expand Down Expand Up @@ -171,7 +171,7 @@
},
"parameters": [
{
"$ref": "#/parameters/subscriptionGuidParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
Expand Down Expand Up @@ -365,10 +365,10 @@
"type": "string",
"description": "Version of the API to be used with the client request. The current version is 2018-03-01-preview."
},
"subscriptionGuidParameter": {
"subscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"description": "Azure Subscription ID.",
"description": "The ID that uniquely identifies an Azure subscription.",
"required": true,
"type": "string"
}
Expand Down

0 comments on commit 28a95ce

Please sign in to comment.