Skip to content

Commit

Permalink
support LRO for managed identity sql control (#12028)
Browse files Browse the repository at this point in the history
Co-authored-by: Wan Yang <t-wayang@microsoft.com>
  • Loading branch information
wonner and Wan Yang committed Dec 10, 2020
1 parent 7dddc4b commit 87433cf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@
"produces": [
"application/json"
],
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Create or update managed identity sql control settings": {
"$ref": "./examples/CreateOrUpdateManagedIdentitySqlControlSettings.json"
Expand Down

0 comments on commit 87433cf

Please sign in to comment.