You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1450,13 +1450,21 @@
1450
1450
},
1451
1451
"BackendCredentialsContract": {
1452
1452
"properties": {
1453
+
"certificateIds": {
1454
+
"type": "array",
1455
+
"items": {
1456
+
"type": "string"
1457
+
},
1458
+
"maxItems": 32,
1459
+
"description": "List of Client Certificate Ids."
1460
+
},
1453
1461
"certificate": {
1454
1462
"type": "array",
1455
1463
"items": {
1456
1464
"type": "string"
1457
1465
},
1458
1466
"maxItems": 32,
1459
-
"description": "List of Client Certificate Thumbprint."
1467
+
"description": "List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided."
1460
1468
},
1461
1469
"query": {
1462
1470
"type": "object",
@@ -1547,8 +1555,12 @@
1547
1555
},
1548
1556
"BackendServiceFabricClusterProperties": {
1549
1557
"properties": {
1558
+
"clientCertificateId": {
1559
+
"description": "The client certificate id for the management endpoint.",
1560
+
"type": "string"
1561
+
},
1550
1562
"clientCertificatethumbprint": {
1551
-
"description": "The client certificate thumbprint for the management endpoint.",
1563
+
"description": "The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided",
1552
1564
"type": "string"
1553
1565
},
1554
1566
"maxPartitionResolutionRetries": {
@@ -1579,8 +1591,7 @@
1579
1591
}
1580
1592
},
1581
1593
"required": [
1582
-
"managementEndpoints",
1583
-
"clientCertificatethumbprint"
1594
+
"managementEndpoints"
1584
1595
],
1585
1596
"description": "Properties of the Service Fabric Type Backend."
Copy file name to clipboardExpand all lines: specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementCreateBackendServiceFabric.json
Copy file name to clipboardExpand all lines: specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementGetBackend.json
Copy file name to clipboardExpand all lines: specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListBackends.json
0 commit comments