From 0fe71eed23d02038e6b75aea1f3d0c2d15fa8ebf Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 11 Oct 2020 12:39:58 -0700 Subject: [PATCH] Add isolated skutype (#11029) --- .../2020-06-01-preview/apimdeployment.json | 22 ++++++++++++++----- .../ApiManagementListSKUs-Dedicated.json | 12 ++++++++++ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimdeployment.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimdeployment.json index 8c8a3636024f..48547abde3df 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimdeployment.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimdeployment.json @@ -786,7 +786,8 @@ "Standard", "Premium", "Basic", - "Consumption" + "Consumption", + "Isolated" ], "x-ms-enum": { "name": "SkuType", @@ -811,6 +812,10 @@ { "value": "Consumption", "description": "Consumption SKU of Api Management." + }, + { + "value": "Isolated", + "description": "Isolated SKU of Api Management." } ] } @@ -970,7 +975,7 @@ "type": "string" }, "readOnly": true, - "description": "Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard and Premium SKU." + "description": "Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU." }, "privateIPAddresses": { "type": "array", @@ -978,7 +983,7 @@ "type": "string" }, "readOnly": true, - "description": "Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard and Premium SKU." + "description": "Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU." }, "virtualNetworkConfiguration": { "$ref": "#/definitions/VirtualNetworkConfiguration", @@ -1138,7 +1143,7 @@ "type": "string" }, "readOnly": true, - "description": "Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard and Premium SKU." + "description": "Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU." }, "privateIPAddresses": { "type": "array", @@ -1146,7 +1151,7 @@ "type": "string" }, "readOnly": true, - "description": "Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard and Premium SKU." + "description": "Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU." }, "virtualNetworkConfiguration": { "$ref": "#/definitions/VirtualNetworkConfiguration", @@ -1246,7 +1251,8 @@ "Standard", "Premium", "Basic", - "Consumption" + "Consumption", + "Isolated" ], "x-ms-enum": { "name": "SkuType", @@ -1271,6 +1277,10 @@ { "value": "Consumption", "description": "Consumption SKU of Api Management." + }, + { + "value": "Isolated", + "description": "Isolated SKU of Api Management." } ] } diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListSKUs-Dedicated.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListSKUs-Dedicated.json index 747747aedfba..87b62d9a1beb 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListSKUs-Dedicated.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListSKUs-Dedicated.json @@ -56,6 +56,18 @@ "default": 1, "scaleType": "automatic" } + }, + { + "resourceType": "Microsoft.ApiManagement/service", + "sku": { + "name": "Isolated" + }, + "capacity": { + "minimum": 1, + "maximum": 1, + "default": 1, + "scaleType": "automatic" + } } ], "nextLink": null