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 4545 "items" : {
4646 "oneOf" : [
4747 {
48- "$ref" : " #/definitions/pools_volumes_childResource "
48+ "$ref" : " #/definitions/pools_volumeSnapshots_childResource "
4949 },
5050 {
51- "$ref" : " #/definitions/pools_volumeSnapshots_childResource "
51+ "$ref" : " #/definitions/pools_volumes_childResource "
5252 }
5353 ]
5454 }
Original file line number Diff line number Diff line change 3131 ],
3232 "description" : " The name of the resource. It must be a minimum of 3 characters, and a maximum of 63."
3333 },
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+ },
3445 "tags" : {
3546 "oneOf" : [
3647 {
5667 "required" : [
5768 " apiVersion" ,
5869 " name" ,
70+ " properties" ,
5971 " type"
6072 ],
6173 "description" : " Microsoft.DelegatedNetwork/controller"
233245 },
234246 "description" : " controller details"
235247 },
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+ },
236269 "DelegatedSubnetProperties" : {
237270 "type" : " object" ,
238271 "properties" : {
You can’t perform that action at this time.
0 commit comments