Skip to content

Commit b257495

Browse files
Charan000Charan MVS
authored andcommitted
Fix for Swagger Correctness issue in DataProtection 2022-10-01-preview 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 <[email protected]>
1 parent 52849f8 commit b257495

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specification/dataprotection/resource-manager/Microsoft.DataProtection/preview/2022-10-01-preview/dataprotection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4841,7 +4841,8 @@
48414841
},
48424842
"isVaultProtectedByResourceGuard": {
48434843
"description": "Is vault protected by resource guard",
4844-
"type": "boolean"
4844+
"type": "boolean",
4845+
"readOnly": true
48454846
}
48464847
},
48474848
"required": [

specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-05-01/dataprotection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4323,7 +4323,8 @@
43234323
},
43244324
"isVaultProtectedByResourceGuard": {
43254325
"description": "Is vault protected by resource guard",
4326-
"type": "boolean"
4326+
"type": "boolean",
4327+
"readOnly": true
43274328
}
43284329
},
43294330
"required": [

0 commit comments

Comments
 (0)