From 4ddfbe929fcfbaf44ec1cc07fbb560a36e291fb3 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Thu, 12 Nov 2015 11:33:08 -0800 Subject: [PATCH] Changed the Url encoding for $filter parameter in authorization spec. --- .../2015-07-01/swagger/authorization.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arm-authorization/2015-07-01/swagger/authorization.json b/arm-authorization/2015-07-01/swagger/authorization.json index f27853a2e214..7a9c8e3b4ece 100644 --- a/arm-authorization/2015-07-01/swagger/authorization.json +++ b/arm-authorization/2015-07-01/swagger/authorization.json @@ -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" @@ -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" @@ -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" @@ -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"