diff --git a/schemas/2016-07-07/Microsoft.ApiManagement.json b/schemas/2016-07-07/Microsoft.ApiManagement.json index 98c7b51e7b..e0e3d22cac 100644 --- a/schemas/2016-07-07/Microsoft.ApiManagement.json +++ b/schemas/2016-07-07/Microsoft.ApiManagement.json @@ -2843,4 +2843,4 @@ "description": "Configuration of a virtual network to which API Management service is deployed." } } -} \ No newline at end of file +} diff --git a/schemas/2016-10-10/Microsoft.ApiManagement.json b/schemas/2016-10-10/Microsoft.ApiManagement.json index 2c89ee0b06..a4d4f823cc 100644 --- a/schemas/2016-10-10/Microsoft.ApiManagement.json +++ b/schemas/2016-10-10/Microsoft.ApiManagement.json @@ -3427,4 +3427,4 @@ "description": "Configuration of a virtual network to which API Management service is deployed." } } -} \ No newline at end of file +} diff --git a/schemas/2017-03-01/Microsoft.ApiManagement.json b/schemas/2017-03-01/Microsoft.ApiManagement.json index 5587656321..08b7fa9659 100644 --- a/schemas/2017-03-01/Microsoft.ApiManagement.json +++ b/schemas/2017-03-01/Microsoft.ApiManagement.json @@ -6460,4 +6460,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +} diff --git a/schemas/2018-01-01/Microsoft.ApiManagement.json b/schemas/2018-01-01/Microsoft.ApiManagement.json index 8a82e7697e..d50963e7ec 100644 --- a/schemas/2018-01-01/Microsoft.ApiManagement.json +++ b/schemas/2018-01-01/Microsoft.ApiManagement.json @@ -6513,4 +6513,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +} diff --git a/schemas/2018-06-01-preview/Microsoft.ApiManagement.json b/schemas/2018-06-01-preview/Microsoft.ApiManagement.json index 817fbe2094..a862c961b7 100644 --- a/schemas/2018-06-01-preview/Microsoft.ApiManagement.json +++ b/schemas/2018-06-01-preview/Microsoft.ApiManagement.json @@ -6668,4 +6668,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +} diff --git a/schemas/2019-01-01/Microsoft.ApiManagement.json b/schemas/2019-01-01/Microsoft.ApiManagement.json index 1723530313..8cb757a6ea 100644 --- a/schemas/2019-01-01/Microsoft.ApiManagement.json +++ b/schemas/2019-01-01/Microsoft.ApiManagement.json @@ -6580,4 +6580,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +} diff --git a/schemas/2019-12-01-preview/Microsoft.ApiManagement.json b/schemas/2019-12-01-preview/Microsoft.ApiManagement.json index ef8e13ec6d..1adcfe33e0 100644 --- a/schemas/2019-12-01-preview/Microsoft.ApiManagement.json +++ b/schemas/2019-12-01-preview/Microsoft.ApiManagement.json @@ -7019,4 +7019,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +} diff --git a/schemas/2019-12-01/Microsoft.ApiManagement.json b/schemas/2019-12-01/Microsoft.ApiManagement.json index 2ed1259f48..22cc5e971f 100644 --- a/schemas/2019-12-01/Microsoft.ApiManagement.json +++ b/schemas/2019-12-01/Microsoft.ApiManagement.json @@ -7149,4 +7149,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +} diff --git a/schemas/2020-06-01-preview/Microsoft.ApiManagement.json b/schemas/2020-06-01-preview/Microsoft.ApiManagement.json index 4131aa3321..83938d024c 100644 --- a/schemas/2020-06-01-preview/Microsoft.ApiManagement.json +++ b/schemas/2020-06-01-preview/Microsoft.ApiManagement.json @@ -3343,7 +3343,21 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "List of Client Certificate Thumbprint." + "description": "List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided." + }, + "certificateIds": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "List of Client Certificate Ids." }, "header": { "oneOf": [ @@ -3427,9 +3441,13 @@ "BackendServiceFabricClusterProperties": { "type": "object", "properties": { + "clientCertificateId": { + "type": "string", + "description": "The client certificate id for the management endpoint." + }, "clientCertificatethumbprint": { "type": "string", - "description": "The client certificate thumbprint for the management endpoint." + "description": "The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided" }, "managementEndpoints": { "oneOf": [ @@ -3486,7 +3504,6 @@ } }, "required": [ - "clientCertificatethumbprint", "managementEndpoints" ], "description": "Properties of the Service Fabric Type Backend." @@ -7477,4 +7494,4 @@ "description": "Properties of server X509Names." } } -} \ No newline at end of file +}