From c299836ec2d5b71f39faee96c9b94b966020d6d2 Mon Sep 17 00:00:00 2001 From: rapatank <69176921+rapatank@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:16:54 -0800 Subject: [PATCH] Pprp (#12112) * Update to use common type * Change to use common types. * Change to use common types. * Change to use common types. * Change to use common types. * Change to use common types. --- .../preview/2020-10-30-preview/subnetResources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/subnetResources.json b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/subnetResources.json index 47f6b209d3ad..57286c128286 100644 --- a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/subnetResources.json +++ b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/subnetResources.json @@ -221,6 +221,11 @@ "$ref": "#/definitions/SubnetEndpointProperty", "description": "Endpoint of the subnet." }, + "vnetid": { + "readOnly": true, + "type": "string", + "description": "The virtual network ID. This is typically a GUID. Expect a null GUID by default." + }, "status": { "$ref": "#/definitions/SubnetState", "description": "Connection State of the subnet." @@ -237,6 +242,7 @@ "properties": { "id": { "type": "string", + "pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$", "description": "Resource id of the subnet." } }