Skip to content

Commit

Permalink
Fix runningOperationIds data type (#22259)
Browse files Browse the repository at this point in the history
* Fix runningOperationIds data type

* Fix PR comments
  • Loading branch information
supriyajha-ms authored Feb 3, 2023
1 parent d1eb4e4 commit f96293d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit f96293d

Please sign in to comment.