Skip to content

Commit

Permalink
Fix wrong scope for parameter in DTL after Azure#1829 (Azure#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored and anuchandy committed Oct 12, 2017
1 parent 5581305 commit 765c5a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8642,7 +8642,8 @@
"in": "path",
"description": "The name of the location.",
"required": true,
"type": "string"
"type": "string",
"x-ms-parameter-location": "method"
}
},
"securityDefinitions": {
Expand Down

0 comments on commit 765c5a6

Please sign in to comment.