Skip to content

Commit

Permalink
Async PATCH operations for Virtual WAN VpnGateways and P2SVpnGateways (
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwikbasu authored Jun 24, 2020
1 parent af720fd commit 1dfce8a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
},
"responses": {
"202": {},
"200": {
"body": {
"name": "p2sVpnGateway1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
},
"responses": {
"202": {},
"200": {
"body": {
"name": "gateway1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,9 @@
}
],
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously."
},
"200": {
"description": "Request successful. Returns the details of the updated gateway.",
"schema": {
Expand All @@ -1840,6 +1843,10 @@
"$ref": "./network.json#/definitions/CloudError"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
}
},
"delete": {
Expand Down Expand Up @@ -2536,6 +2543,9 @@
}
],
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously."
},
"200": {
"description": "Request successful. Returns the details of the updated gateway.",
"schema": {
Expand All @@ -2548,6 +2558,10 @@
"$ref": "./network.json#/definitions/CloudError"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
}
},
"delete": {
Expand Down

0 comments on commit 1dfce8a

Please sign in to comment.