Skip to content

Commit

Permalink
Swagger Fix for DppResourceGuardProxy operations in Microsoft.DataPro…
Browse files Browse the repository at this point in the history
…tection 2022-09-01-preview version (#20954)

* manual swagger fix

* adding change to newer version

* swagger fix

* Empty-Commit

* adding isVaultProtectedByResourceGuard in backupVault

* swagger fix

Co-authored-by: Charan MVS <[email protected]>
  • Loading branch information
Charan000 and Charan MVS authored Oct 1, 2022
1 parent 9f83afe commit 0fc6ed4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,7 @@
"tags": [
"DppResourceGuardProxies"
],
"operationId": "DppResourceGuardProxy-List",
"operationId": "DppResourceGuardProxy_List",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -3601,7 +3601,7 @@
"tags": [
"DppResourceGuardProxies"
],
"operationId": "DppResourceGuardProxy-Get",
"operationId": "DppResourceGuardProxy_Get",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -3649,7 +3649,7 @@
"tags": [
"DppResourceGuardProxies"
],
"operationId": "DppResourceGuardProxy-Put",
"operationId": "DppResourceGuardProxy_Put",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -3706,7 +3706,7 @@
"tags": [
"DppResourceGuardProxies"
],
"operationId": "DppResourceGuardProxy-Delete",
"operationId": "DppResourceGuardProxy_Delete",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -3756,7 +3756,7 @@
"tags": [
"DppResourceGuardProxies"
],
"operationId": "DppResourceGuardProxy-UnlockDelete",
"operationId": "DppResourceGuardProxy_UnlockDelete",
"produces": [
"application/json"
],
Expand Down

0 comments on commit 0fc6ed4

Please sign in to comment.