From 9aa886afe671a9d269bb0549f5f70caa5b6808a1 Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Wed, 21 Mar 2018 11:46:24 -0700 Subject: [PATCH] Fix issue with 2017-03-01 version of api-management (#2721) --- .../stable/2017-03-01/apimapis.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2017-03-01/apimapis.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2017-03-01/apimapis.json index 99234c1508d4..ebc4c7a3e311 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2017-03-01/apimapis.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2017-03-01/apimapis.json @@ -435,6 +435,13 @@ } }, "parameters": [ + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string", + "description": "| Field | Supported operators | Supported functions |\n|-------------|------------------------|-----------------------------------|\n\r\n|apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|\n" + }, { "$ref": "./apimanagement.json#/parameters/TopQueryParameter" },