Skip to content

Commit

Permalink
Added 'migrate' query parameter in PutConnectionMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
irrogozh committed Sep 29, 2020
1 parent 8fb99ef commit a5fae79
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,13 @@
},
{
"$ref": "./network.json#/parameters/SubscriptionIdParameter"
},
{
"name": "migrate",
"in": "query",
"required": false,
"type": "string",
"description": "Value indicating whether connection monitor V1 should be migrated to V2 format."
}
],
"responses": {
Expand Down

0 comments on commit a5fae79

Please sign in to comment.