Skip to content

Commit

Permalink
Merge pull request #113 from jianghaolu/master
Browse files Browse the repository at this point in the history
Remove unnecessary subscriptionId parameters
  • Loading branch information
stankovski committed Jan 15, 2016
2 parents 7fb68fa + 6fd1d26 commit 3bec100
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 3bec100

Please sign in to comment.