From b67117214376ddeba1fd15a1c0be2cda4ac7d4b2 Mon Sep 17 00:00:00 2001 From: Kacie Kang Date: Tue, 26 Jan 2021 13:42:24 -0800 Subject: [PATCH 1/2] add filter flag --- .../preview/2020-06-01-preview/apimcertificates.json | 7 +++++++ .../preview/2020-06-01-preview/apimnamedvalues.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json index 44928451f319..714da41f5879 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json @@ -66,6 +66,13 @@ { "$ref": "./apimanagement.json#/parameters/SkipQueryParameter" }, + { + "name": "isKeyVaultRefreshFailed", + "in": "query", + "required": false, + "type": "boolean", + "description": "When set to true, the response contains only refresh failed certificates in response" + }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter" }, diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json index f2963834eab4..4e3da8c7bfcd 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json @@ -69,6 +69,13 @@ { "$ref": "./apimanagement.json#/parameters/SkipQueryParameter" }, + { + "name": "isKeyVaultRefreshFailed", + "in": "query", + "required": false, + "type": "boolean", + "description": "When set to true, the response contains only refresh failed namedvalues in response" + }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter" }, From 3aeda83c8c29695c3695a1e2c615f28370dff017 Mon Sep 17 00:00:00 2001 From: Kacie Kang Date: Tue, 26 Jan 2021 14:22:08 -0800 Subject: [PATCH 2/2] rephrase --- .../preview/2020-06-01-preview/apimcertificates.json | 2 +- .../preview/2020-06-01-preview/apimnamedvalues.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json index 714da41f5879..d609828bdd5f 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimcertificates.json @@ -71,7 +71,7 @@ "in": "query", "required": false, "type": "boolean", - "description": "When set to true, the response contains only refresh failed certificates in response" + "description": "When set to true, the response contains only certificates entities which failed refresh." }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter" diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json index 4e3da8c7bfcd..308babd04688 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimnamedvalues.json @@ -74,7 +74,7 @@ "in": "query", "required": false, "type": "boolean", - "description": "When set to true, the response contains only refresh failed namedvalues in response" + "description": "When set to true, the response contains only named value entities which failed refresh." }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter"