Skip to content

Commit

Permalink
Fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirban Sarkar committed Jul 7, 2020
1 parent 8292010 commit a764edb
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "#/parameters/subscriptionGuidParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
Expand Down Expand Up @@ -171,7 +171,7 @@
},
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "#/parameters/subscriptionGuidParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
Expand Down Expand Up @@ -364,6 +364,13 @@
"required": true,
"type": "string",
"description": "Version of the API to be used with the client request. The current version is 2018-03-01-preview."
},
"subscriptionGuidParameter": {
"name": "subscriptionId",
"in": "path",
"description": "Azure Subscription ID.",
"required": true,
"type": "string"
}
},
"security": [
Expand Down

0 comments on commit a764edb

Please sign in to comment.