File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 55
55
"oneOf" : [
56
56
{
57
57
"$ref" : " #/definitions/TagInheritanceSetting"
58
+ },
59
+ {
60
+ "$ref" : " #/definitions/TagInheritanceSettingModel"
58
61
}
59
62
],
60
63
"properties" : {
626
629
],
627
630
"description" : " Tag Inheritance Setting definition."
628
631
},
632
+ "TagInheritanceSettingModel" : {
633
+ "type" : " object" ,
634
+ "properties" : {
635
+ "kind" : {
636
+ "type" : " string" ,
637
+ "enum" : [
638
+ " taginheritance"
639
+ ]
640
+ },
641
+ "properties" : {
642
+ "oneOf" : [
643
+ {
644
+ "$ref" : " #/definitions/TagInheritanceProperties"
645
+ },
646
+ {
647
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
648
+ }
649
+ ],
650
+ "description" : " The properties of the tag inheritance setting."
651
+ }
652
+ },
653
+ "required" : [
654
+ " kind"
655
+ ],
656
+ "description" : " Tag Inheritance Setting definition."
657
+ },
629
658
"ViewProperties" : {
630
659
"type" : " object" ,
631
660
"properties" : {
Original file line number Diff line number Diff line change 100
100
"oneOf" : [
101
101
{
102
102
"$ref" : " #/definitions/TagInheritanceSetting"
103
+ },
104
+ {
105
+ "$ref" : " #/definitions/TagInheritanceSettingModel"
103
106
}
104
107
],
105
108
"properties" : {
736
739
],
737
740
"description" : " Tag Inheritance Setting definition."
738
741
},
742
+ "TagInheritanceSettingModel" : {
743
+ "type" : " object" ,
744
+ "properties" : {
745
+ "kind" : {
746
+ "type" : " string" ,
747
+ "enum" : [
748
+ " taginheritance"
749
+ ]
750
+ },
751
+ "properties" : {
752
+ "oneOf" : [
753
+ {
754
+ "$ref" : " #/definitions/TagInheritanceProperties"
755
+ },
756
+ {
757
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
758
+ }
759
+ ],
760
+ "description" : " The properties of the tag inheritance setting."
761
+ }
762
+ },
763
+ "required" : [
764
+ " kind"
765
+ ],
766
+ "description" : " Tag Inheritance Setting definition."
767
+ },
739
768
"ViewProperties" : {
740
769
"type" : " object" ,
741
770
"properties" : {
You can’t perform that action at this time.
0 commit comments