From 9b78a895774207b8e6250bc9e06c17bb454b2ebc Mon Sep 17 00:00:00 2001 From: Samir Solanki Date: Tue, 28 Mar 2023 11:24:55 -0700 Subject: [PATCH] stv2.1 --- .../preview/2022-09-01-preview/apimdeployment.json | 14 ++++++++++++-- ...iManagementCreateServiceInVnetWithPublicIP.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/apimdeployment.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/apimdeployment.json index d20d959d8bd7..97493291f327 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/apimdeployment.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/apimdeployment.json @@ -1211,7 +1211,8 @@ "undetermined", "stv1", "stv2", - "mtv1" + "mtv1", + "stv2.1" ], "x-ms-enum": { "name": "PlatformVersion", @@ -1232,6 +1233,10 @@ { "value": "mtv1", "description": "Platform running the service on Multi Tenant V1 platform." + }, + { + "value": "stv2.1", + "description": "Platform running the service on Single Tenant V2 platform on newer Hardware." } ] } @@ -1570,7 +1575,8 @@ "undetermined", "stv1", "stv2", - "mtv1" + "mtv1", + "stv2.1" ], "x-ms-enum": { "name": "PlatformVersion", @@ -1591,6 +1597,10 @@ { "value": "mtv1", "description": "Platform running the service on Multi Tenant V1 platform." + }, + { + "value": "stv2.1", + "description": "Platform running the service on Single Tenant V2 platform on newer Hardware." } ] } diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/examples/ApiManagementCreateServiceInVnetWithPublicIP.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/examples/ApiManagementCreateServiceInVnetWithPublicIP.json index e86f895eedb4..0b3ec63aa167 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/examples/ApiManagementCreateServiceInVnetWithPublicIP.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-09-01-preview/examples/ApiManagementCreateServiceInVnetWithPublicIP.json @@ -69,7 +69,7 @@ }, "virtualNetworkType": "External", "disableGateway": false, - "platformVersion": "stv2" + "platformVersion": "stv2.1" }, "sku": { "name": "Premium",