From 16b65b55754cc971ce79cd8962241cf34d7e12d0 Mon Sep 17 00:00:00 2001 From: Bhupesh Kumar Bhatt <52891188+bhupeshbhatt1985@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:12:02 +0530 Subject: [PATCH] Changed type of networkIdentifier from PublicIPAddress to SubResource (#29469) * added networkidentifier under vnet->subet->serviceendpoint * added format :armid and updated description * corrected the type * fixed response * response type fixed example * Changed type of networkIdentifier from ./publicIpAddress.json#/definitions/PublicIPAddress to ./network.json#/definitions/SubResource --------- Co-authored-by: Bhupesh Bhatt --- .../Microsoft.Network/stable/2024-01-01/virtualNetwork.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetwork.json index 3be469b82625..20ce59d44352 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetwork.json @@ -1688,8 +1688,8 @@ "description": "The type of the endpoint service." }, "networkIdentifier": { - "$ref": "./publicIpAddress.json#/definitions/PublicIPAddress", - "description": "Public IP Address Resource as network identifier." + "$ref": "./network.json#/definitions/SubResource", + "description": "SubResource as network identifier." }, "locations": { "type": "array",