File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 319
319
}
320
320
]
321
321
},
322
+ "protectedFiles" : {
323
+ "oneOf" : [
324
+ {
325
+ "type" : " array" ,
326
+ "items" : {
327
+ "$ref" : " #/definitions/NginxConfigurationFile"
328
+ }
329
+ },
330
+ {
331
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
332
+ }
333
+ ]
334
+ },
322
335
"provisioningState" : {
323
336
"oneOf" : [
324
337
{
358
371
}
359
372
]
360
373
},
374
+ "logging" : {
375
+ "oneOf" : [
376
+ {
377
+ "$ref" : " #/definitions/NginxLogging"
378
+ },
379
+ {
380
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
381
+ }
382
+ ]
383
+ },
361
384
"managedResourceGroup" : {
362
385
"type" : " string" ,
363
386
"description" : " The managed resource group to deploy VNet injection related network resources."
536
559
}
537
560
}
538
561
},
562
+ "NginxLogging" : {
563
+ "type" : " object" ,
564
+ "properties" : {
565
+ "storageAccount" : {
566
+ "oneOf" : [
567
+ {
568
+ "$ref" : " #/definitions/NginxStorageAccount"
569
+ },
570
+ {
571
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
572
+ }
573
+ ]
574
+ }
575
+ }
576
+ },
539
577
"NginxNetworkInterfaceConfiguration" : {
540
578
"type" : " object" ,
541
579
"properties" : {
602
640
}
603
641
}
604
642
},
643
+ "NginxStorageAccount" : {
644
+ "type" : " object" ,
645
+ "properties" : {
646
+ "accountName" : {
647
+ "type" : " string"
648
+ },
649
+ "containerName" : {
650
+ "type" : " string"
651
+ }
652
+ }
653
+ },
605
654
"ResourceSku" : {
606
655
"type" : " object" ,
607
656
"properties" : {
Original file line number Diff line number Diff line change 319
319
}
320
320
]
321
321
},
322
+ "protectedFiles" : {
323
+ "oneOf" : [
324
+ {
325
+ "type" : " array" ,
326
+ "items" : {
327
+ "$ref" : " #/definitions/NginxConfigurationFile"
328
+ }
329
+ },
330
+ {
331
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
332
+ }
333
+ ]
334
+ },
322
335
"provisioningState" : {
323
336
"oneOf" : [
324
337
{
You can’t perform that action at this time.
0 commit comments