File tree Expand file tree Collapse file tree 3 files changed +5873
-11
lines changed Expand file tree Collapse file tree 3 files changed +5873
-11
lines changed Original file line number Diff line number Diff line change 18
18
"description" : " The GEO location of the resource."
19
19
},
20
20
"name" : {
21
- "type" : " string" ,
21
+ "oneOf" : [
22
+ {
23
+ "type" : " string" ,
24
+ "pattern" : " ^[a-z][a-z0-9-]*[a-z0-9]$"
25
+ },
26
+ {
27
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28
+ }
29
+ ],
22
30
"description" : " The name of the Service resource."
23
31
},
24
32
"properties" : {
1251
1259
"type" : " object" ,
1252
1260
"additionalProperties" : {
1253
1261
"type" : " object" ,
1254
- "additionalProperties" : {
1255
- "type" : " object" ,
1256
- "properties" : {}
1257
- },
1258
1262
"properties" : {}
1259
1263
},
1260
1264
"properties" : {}
1421
1425
{
1422
1426
"type" : " object" ,
1423
1427
"additionalProperties" : {
1424
- "type" : " object" ,
1425
- "properties" : {}
1428
+ "type" : " string"
1426
1429
},
1427
1430
"properties" : {}
1428
1431
},
2271
2274
"type" : " object" ,
2272
2275
"additionalProperties" : {
2273
2276
"type" : " object" ,
2274
- "additionalProperties" : {
2275
- "type" : " object" ,
2276
- "properties" : {}
2277
- },
2278
2277
"properties" : {}
2279
2278
},
2280
2279
"properties" : {}
You can’t perform that action at this time.
0 commit comments