Skip to content

Commit 75a8b75

Browse files
Adding AADProperties query object for CRR (#13447)
* Adding AADProperties query object for CRR * Update * Update * Fixing spell check * Update * Update
1 parent 50a831b commit 75a8b75

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

custom-words.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,4 +2112,5 @@ Zilla
21122112
ziplist
21132113
Zoho
21142114
zoneinfo
2115-
zset
2115+
zset
2116+
BMSAAD

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2018-12-20/bms.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
},
3838
{
3939
"$ref": "#/parameters/SubscriptionId"
40+
},
41+
{
42+
"name": "$filter",
43+
"in": "query",
44+
"description": "OData filter options.",
45+
"required": false,
46+
"type": "string"
4047
}
4148
],
4249
"responses": {
@@ -53,6 +60,7 @@
5360
}
5461
}
5562
},
63+
"x-ms-odata": "#/definitions/BMSAADPropertiesQueryObject",
5664
"x-ms-examples": {
5765
"Get AAD Properties for authentication in the third region": {
5866
"$ref": "./examples/AzureIaasVm/BackupAadProperties_Get.json"
@@ -3064,6 +3072,31 @@
30643072
},
30653073
"discriminator": "jobType"
30663074
},
3075+
"BMSAADPropertiesQueryObject": {
3076+
"description": "Filters to list backup items.",
3077+
"type": "object",
3078+
"properties": {
3079+
"backupManagementType": {
3080+
"description": "Backup management type for the backed up item.",
3081+
"enum": [
3082+
"Invalid",
3083+
"AzureIaasVM",
3084+
"MAB",
3085+
"DPM",
3086+
"AzureBackupServer",
3087+
"AzureSql",
3088+
"AzureStorage",
3089+
"AzureWorkload",
3090+
"DefaultBackup"
3091+
],
3092+
"type": "string",
3093+
"x-ms-enum": {
3094+
"name": "BackupManagementType",
3095+
"modelAsString": true
3096+
}
3097+
}
3098+
}
3099+
},
30673100
"JobQueryObject": {
30683101
"description": "Filters to list the jobs.",
30693102
"type": "object",

specification/recoveryservicesbackup/resource-manager/readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,4 @@ See configuration in [readme.java.md](./readme.java.md)
250250

251251
## AzureResourceSchema
252252

253-
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
254-
253+
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

0 commit comments

Comments
 (0)