File tree Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 45
45
"items" : {
46
46
"oneOf" : [
47
47
{
48
- "$ref" : " #/definitions/pools_volumes_childResource "
48
+ "$ref" : " #/definitions/pools_volumeSnapshots_childResource "
49
49
},
50
50
{
51
- "$ref" : " #/definitions/pools_volumeSnapshots_childResource "
51
+ "$ref" : " #/definitions/pools_volumes_childResource "
52
52
}
53
53
]
54
54
}
Original file line number Diff line number Diff line change 31
31
],
32
32
"description" : " The name of the resource. It must be a minimum of 3 characters, and a maximum of 63."
33
33
},
34
+ "properties" : {
35
+ "oneOf" : [
36
+ {
37
+ "$ref" : " #/definitions/DelegatedControllerProperties"
38
+ },
39
+ {
40
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
41
+ }
42
+ ],
43
+ "description" : " Properties of Delegated controller resource."
44
+ },
34
45
"tags" : {
35
46
"oneOf" : [
36
47
{
56
67
"required" : [
57
68
" apiVersion" ,
58
69
" name" ,
70
+ " properties" ,
59
71
" type"
60
72
],
61
73
"description" : " Microsoft.DelegatedNetwork/controller"
233
245
},
234
246
"description" : " controller details"
235
247
},
248
+ "DelegatedControllerProperties" : {
249
+ "type" : " object" ,
250
+ "properties" : {
251
+ "purpose" : {
252
+ "oneOf" : [
253
+ {
254
+ "type" : " string" ,
255
+ "enum" : [
256
+ " test" ,
257
+ " prod"
258
+ ]
259
+ },
260
+ {
261
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
262
+ }
263
+ ],
264
+ "description" : " The purpose of the dnc controller resource."
265
+ }
266
+ },
267
+ "description" : " Properties of Delegated controller resource."
268
+ },
236
269
"DelegatedSubnetProperties" : {
237
270
"type" : " object" ,
238
271
"properties" : {
You can’t perform that action at this time.
0 commit comments