diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json index 6ec04d483653..5e8dd300c1d9 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json @@ -1171,7 +1171,6 @@ "AuthorizationServerSecretsContract": { "properties": { "clientSecret": { - "x-ms-secret": true, "type": "string", "description": "oAuth Authorization Server Secrets." }, @@ -1180,7 +1179,6 @@ "description": "Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username." }, "resourceOwnerPassword": { - "x-ms-secret": true, "type": "string", "description": "Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password." }