File tree Expand file tree Collapse file tree 1 file changed +16
-20
lines changed
schemas/2021-07-01-preview Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Original file line number Diff line number Diff line change 3193
3193
},
3194
3194
"DatabaseAccountCreateUpdateProperties" : {
3195
3195
"type" : " object" ,
3196
- "oneOf" : [
3197
- {
3198
- "$ref" : " #/definitions/DefaultRequestDatabaseAccountCreateUpdateProperties"
3199
- }
3200
- ],
3201
3196
"properties" : {
3202
3197
"analyticalStorageConfiguration" : {
3203
3198
"oneOf" : [
3284
3279
],
3285
3280
"description" : " The CORS policy for the Cosmos DB database account."
3286
3281
},
3282
+ "createMode" : {
3283
+ "oneOf" : [
3284
+ {
3285
+ "type" : " string" ,
3286
+ "enum" : [
3287
+ " Default" ,
3288
+ " Restore"
3289
+ ]
3290
+ },
3291
+ {
3292
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3293
+ }
3294
+ ],
3295
+ "description" : " Enum to indicate the mode of account creation."
3296
+ },
3287
3297
"databaseAccountOfferType" : {
3288
3298
"oneOf" : [
3289
3299
{
3504
3514
}
3505
3515
},
3506
3516
"required" : [
3517
+ " createMode" ,
3507
3518
" databaseAccountOfferType" ,
3508
3519
" locations"
3509
3520
],
5444
5455
},
5445
5456
"description" : " Properties of a managed Cassandra data center."
5446
5457
},
5447
- "DefaultRequestDatabaseAccountCreateUpdateProperties" : {
5448
- "type" : " object" ,
5449
- "properties" : {
5450
- "createMode" : {
5451
- "type" : " string" ,
5452
- "enum" : [
5453
- " Default"
5454
- ]
5455
- }
5456
- },
5457
- "required" : [
5458
- " createMode"
5459
- ],
5460
- "description" : " Properties for non-restore Azure Cosmos DB database account requests."
5461
- },
5462
5458
"DiagnosticLogSettings" : {
5463
5459
"type" : " object" ,
5464
5460
"properties" : {
You can’t perform that action at this time.
0 commit comments