File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
schemas/2021-10-01-preview Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 62
62
]
63
63
}
64
64
},
65
+ "sku" : {
66
+ "oneOf" : [
67
+ {
68
+ "$ref" : " #/definitions/Sku"
69
+ },
70
+ {
71
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
72
+ }
73
+ ],
74
+ "description" : " The properties that are associated with a SKU."
75
+ },
65
76
"tags" : {
66
77
"oneOf" : [
67
78
{
3206
3217
"Sku" : {
3207
3218
"type" : " object" ,
3208
3219
"properties" : {
3220
+ "capacity" : {
3221
+ "oneOf" : [
3222
+ {
3223
+ "type" : " integer"
3224
+ },
3225
+ {
3226
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3227
+ }
3228
+ ],
3229
+ "description" : " The capacity of the SKU."
3230
+ },
3209
3231
"name" : {
3210
3232
"oneOf" : [
3211
3233
{
You can’t perform that action at this time.
0 commit comments