Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changed the Url encoding for $filter parameter in authorization spec.
  • Loading branch information
Hao Chen committed Nov 12, 2015
commit 4ddfbe929fcfbaf44ec1cc07fbb560a36e291fb3
12 changes: 8 additions & 4 deletions arm-authorization/2015-07-01/swagger/authorization.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
"in": "query",
"required": false,
"type": "string",
"description": "The filter to apply on the operation."
"description": "The filter to apply on the operation.",
"x-ms-skip-url-encoding": true
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -240,7 +241,8 @@
"in": "query",
"required": false,
"type": "string",
"description": "The filter to apply on the operation."
"description": "The filter to apply on the operation.",
"x-ms-skip-url-encoding": true
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -504,7 +506,8 @@
"in": "query",
"required": false,
"type": "string",
"description": "The filter to apply on the operation."
"description": "The filter to apply on the operation.",
"x-ms-skip-url-encoding": true
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -547,7 +550,8 @@
"in": "query",
"required": false,
"type": "string",
"description": "The filter to apply on the operation."
"description": "The filter to apply on the operation.",
"x-ms-skip-url-encoding": true
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down