Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
45 changes: 44 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2112,4 +2112,47 @@ Zilla
ziplist
Zoho
zoneinfo
zset
<<<<<<< HEAD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems something wrong in the merging...

zset
tpgs
ProviderHub
checkin
regionality
BRCPF
IDRG
EUGPS
PLREGON
ESDNI
USUK
Resource
Metastores
maintenancewindows
Logix
Redirector
destaging
appendpos
appendblock
Exprired
azureasyncoperations
saskey
vmsize
offboard
Offboard
offboards
Offboards
FSLogix
FSLogix
privatelinkservice
natgateway
CheckfeatureSupport
Checkfeature
lifecycles
backuptype
FSLogix
unhide
privatelinkservice
natgateway
defanged
Logz
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)