From 0cb9fb0584c89e99406529e830be65d4852834c8 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 24 May 2022 17:34:35 +0530 Subject: [PATCH 1/2] Adding new endpoint in ConnectionMonitor --- .../Microsoft.Network/stable/2022-01-01/networkWatcher.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json index dd26af8033da..9ed0a30c9b58 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json @@ -4196,7 +4196,9 @@ "AzureSubnet", "ExternalAddress", "MMAWorkspaceMachine", - "MMAWorkspaceNetwork" + "MMAWorkspaceNetwork", + "AzureVMSS", + "AzureArcVM" ], "x-ms-enum": { "name": "EndpointType", From c2b9155e8b5c8d9f8e1af7f6da89fbb38dcfcefc Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 25 May 2022 10:36:12 +0530 Subject: [PATCH 2/2] Changing ConnectionMonitor endpoints order --- .../Microsoft.Network/stable/2022-01-01/networkWatcher.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json index 9ed0a30c9b58..e1cbb7a4a10c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json @@ -4197,8 +4197,8 @@ "ExternalAddress", "MMAWorkspaceMachine", "MMAWorkspaceNetwork", - "AzureVMSS", - "AzureArcVM" + "AzureArcVM", + "AzureVMSS" ], "x-ms-enum": { "name": "EndpointType",