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..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 @@ -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" } } },