Skip to content

Commit

Permalink
Fix checkPirvateLinkServiceVisibility in 2020-06-01 (#9821)
Browse files Browse the repository at this point in the history
* fix checkPirvateLinkServiceVisibility in 2020-06-01

* update examples
  • Loading branch information
00Kai0 authored Jul 7, 2020
1 parent 99d56fa commit a0ba65e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"body": {
"visible": true
}
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"body": {
"visible": true
}
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -579,13 +579,20 @@
"$ref": "#/definitions/PrivateLinkServiceVisibility"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/CloudError"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"x-ms-examples": {
"Check private link service visibility": {
"$ref": "./examples/CheckPrivateLinkServiceVisibility.json"
Expand Down Expand Up @@ -638,13 +645,20 @@
"$ref": "#/definitions/PrivateLinkServiceVisibility"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/CloudError"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"x-ms-examples": {
"Check private link service visibility": {
"$ref": "./examples/CheckPrivateLinkServiceVisibilityByResourceGroup.json"
Expand Down

0 comments on commit a0ba65e

Please sign in to comment.