From 7b55dbc0fb611a22be2e0d7653e99658615db562 Mon Sep 17 00:00:00 2001 From: Igor O Date: Tue, 15 Feb 2022 09:11:15 -0800 Subject: [PATCH 1/2] Added clientLibrary property to IdentityProvider --- .../preview/2017-03-01/apimidentityprovider.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json b/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json index dc76a968aaba..43fbe76678ba 100644 --- a/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json +++ b/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json @@ -404,6 +404,11 @@ "type": "string", "description": "Password Reset Policy Name. Only applies to AAD B2C Identity Provider.", "minLength": 1 + }, + "clientLibrary": { + "type": "string", + "description": "The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider.", + "minLength": 1 } }, "description": "Identity Provider Base Parameter Properties." From dea0454855120d6531cf3a669d4b9095e8bfb66c Mon Sep 17 00:00:00 2001 From: Igor O Date: Tue, 15 Feb 2022 10:42:35 -0800 Subject: [PATCH 2/2] fixed length for clientLibrary property --- .../preview/2017-03-01/apimidentityprovider.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json b/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json index 43fbe76678ba..0463bd01c916 100644 --- a/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json +++ b/specification/apimanagement/control-plane/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json @@ -408,7 +408,8 @@ "clientLibrary": { "type": "string", "description": "The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider.", - "minLength": 1 + "minLength": 0, + "maxLength": 16 } }, "description": "Identity Provider Base Parameter Properties."