From 20c3d1ecf30022f7cdf8d402d7ade808fe7763c5 Mon Sep 17 00:00:00 2001 From: supriyajha-ms Date: Fri, 20 Jan 2023 15:06:04 +0530 Subject: [PATCH 1/2] Fix runningOperationIds data type --- .../Microsoft.Network/stable/2022-01-01/networkWatcher.json | 5 ++--- .../Microsoft.Network/stable/2022-05-01/networkWatcher.json | 5 ++--- 2 files changed, 4 insertions(+), 6 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 0a1bec77b165..9c8885dcd49a 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 @@ -2380,10 +2380,9 @@ }, "runningOperationIds": { "type": "array", - "description": "List of running operation IDs.", + "description": "List of running operation GUIDs.", "items": { - "type": "integer", - "format": "int32" + "type": "string" } } }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json index dddeebe6021e..f60508085a89 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json @@ -2380,10 +2380,9 @@ }, "runningOperationIds": { "type": "array", - "description": "List of running operation IDs.", + "description": "List of running operation GUIDs.", "items": { - "type": "integer", - "format": "int32" + "type": "integer" } } }, From d55772b7a82289c32295fca76ee03d81b6fcaf00 Mon Sep 17 00:00:00 2001 From: supriyajha-ms Date: Fri, 20 Jan 2023 15:58:33 +0530 Subject: [PATCH 2/2] Fix PR comments --- .../Microsoft.Network/stable/2022-05-01/networkWatcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json index f60508085a89..884e025bf467 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json @@ -2382,7 +2382,7 @@ "type": "array", "description": "List of running operation GUIDs.", "items": { - "type": "integer" + "type": "string" } } },