Skip to content

Commit

Permalink
Adding AADProperties query object for CRR (#13447)
Browse files Browse the repository at this point in the history
* Adding AADProperties query object for CRR

* Update

* Update

* Fixing spell check

* Update

* Update
  • Loading branch information
pratimaupadhyay02 authored Mar 25, 2021
1 parent 50a831b commit 75a8b75
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
3 changes: 2 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2112,4 +2112,5 @@ Zilla
ziplist
Zoho
zoneinfo
zset
zset
BMSAAD
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
},
{
"$ref": "#/parameters/SubscriptionId"
},
{
"name": "$filter",
"in": "query",
"description": "OData filter options.",
"required": false,
"type": "string"
}
],
"responses": {
Expand All @@ -53,6 +60,7 @@
}
}
},
"x-ms-odata": "#/definitions/BMSAADPropertiesQueryObject",
"x-ms-examples": {
"Get AAD Properties for authentication in the third region": {
"$ref": "./examples/AzureIaasVm/BackupAadProperties_Get.json"
Expand Down Expand Up @@ -3064,6 +3072,31 @@
},
"discriminator": "jobType"
},
"BMSAADPropertiesQueryObject": {
"description": "Filters to list backup items.",
"type": "object",
"properties": {
"backupManagementType": {
"description": "Backup management type for the backed up item.",
"enum": [
"Invalid",
"AzureIaasVM",
"MAB",
"DPM",
"AzureBackupServer",
"AzureSql",
"AzureStorage",
"AzureWorkload",
"DefaultBackup"
],
"type": "string",
"x-ms-enum": {
"name": "BackupManagementType",
"modelAsString": true
}
}
}
},
"JobQueryObject": {
"description": "Filters to list the jobs.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,4 @@ See configuration in [readme.java.md](./readme.java.md)

## AzureResourceSchema

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

0 comments on commit 75a8b75

Please sign in to comment.