Skip to content

Commit

Permalink
Fix for Swagger Correctness issue in DataProtection 2022-10-01-previe…
Browse files Browse the repository at this point in the history
…w version (Azure#21452)

* manual swagger fix

* adding change to newer version

* swagger fix

* Empty-Commit

* adding isVaultProtectedByResourceGuard in backupVault

* swagger fix

* adding readOnly flag for IsVaultProtectedByResourceGuard property

* adding the fix for 2022-05-01

Co-authored-by: Charan MVS <smadu@microsoft.com>
  • Loading branch information
2 people authored and kayousef committed Dec 21, 2022
1 parent b2283d5 commit b0b6dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4841,7 +4841,8 @@
},
"isVaultProtectedByResourceGuard": {
"description": "Is vault protected by resource guard",
"type": "boolean"
"type": "boolean",
"readOnly": true
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4323,7 +4323,8 @@
},
"isVaultProtectedByResourceGuard": {
"description": "Is vault protected by resource guard",
"type": "boolean"
"type": "boolean",
"readOnly": true
}
},
"required": [
Expand Down

0 comments on commit b0b6dfb

Please sign in to comment.