File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed
specification/recoveryservicesbackup/resource-manager
Microsoft.RecoveryServices/stable/2018-12-20 Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change @@ -2112,4 +2112,5 @@ Zilla
21122112ziplist
21132113Zoho
21142114zoneinfo
2115- zset
2115+ zset
2116+ BMSAAD
Original file line number Diff line number Diff line change 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" : {
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"
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" ,
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments