Skip to content

Commit

Permalink
Remove unnecessary subscriptionId parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Jan 14, 2016
1 parent 7fb68fa commit 6fd1d26
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
Expand All @@ -116,9 +113,6 @@
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
Expand Down Expand Up @@ -348,4 +342,4 @@
"description": "Client Api Version."
}
}
}
}

0 comments on commit 6fd1d26

Please sign in to comment.