Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding AADProperties query object for CRR #13447

Merged
merged 7 commits into from
Mar 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {
pratimaupadhyay02 marked this conversation as resolved.
Show resolved Hide resolved
"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)