From 3bd98358d3b4841f0e4439956c698a250b1196b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruslan=20Yakushev=20=F0=9F=9A=B4?= Date: Mon, 20 Dec 2021 11:45:10 -0800 Subject: [PATCH] fix the vnet props --- .../2022-01-01-preview/ManagedEnvironments.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json index c9c41a452e0e..840bd906a7df 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json @@ -329,17 +329,17 @@ "type": "object", "description": "Configuration properties for apps environment to join a Virtual Network", "properties": { - "controlPlaneSubnetResourceId": { + "infrastructureSubnetId": { "type": "string", - "description": "Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined.", + "description": "Resource ID of a subnet for infrastructure components. This subnet must be in the same VNET as the subnet defined in runtimeSubnetId. Must not overlap with any other provided IP ranges.", "x-ms-mutability": [ "create", "read" ] }, - "appSubnetResourceId": { + "runtimeSubnetId": { "type": "string", - "description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in controlPlaneSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined.", + "description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges.", "x-ms-mutability": [ "create", "read" @@ -347,7 +347,7 @@ }, "dockerBridgeCidr": { "type": "string", - "description": "CIDR notation IP range assigned to the Docker bridge, network. It must not overlap with any Subnet IP ranges or the IP range defined in platformReservedCidr, if defined.", + "description": "CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.", "x-ms-mutability": [ "create", "read" @@ -355,7 +355,7 @@ }, "platformReservedCidr": { "type": "string", - "description": "IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges.", + "description": "IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.", "x-ms-mutability": [ "create", "read"