Skip to content

Commit f96293d

Browse files
Fix runningOperationIds data type (#22259)
* Fix runningOperationIds data type * Fix PR comments
1 parent d1eb4e4 commit f96293d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/networkWatcher.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,10 +2380,9 @@
23802380
},
23812381
"runningOperationIds": {
23822382
"type": "array",
2383-
"description": "List of running operation IDs.",
2383+
"description": "List of running operation GUIDs.",
23842384
"items": {
2385-
"type": "integer",
2386-
"format": "int32"
2385+
"type": "string"
23872386
}
23882387
}
23892388
},

specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/networkWatcher.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,10 +2380,9 @@
23802380
},
23812381
"runningOperationIds": {
23822382
"type": "array",
2383-
"description": "List of running operation IDs.",
2383+
"description": "List of running operation GUIDs.",
23842384
"items": {
2385-
"type": "integer",
2386-
"format": "int32"
2385+
"type": "string"
23872386
}
23882387
}
23892388
},

0 commit comments

Comments
 (0)