Skip to content

Commit cd12fcd

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 82f07bf commit cd12fcd

File tree

14 files changed

+129
-14
lines changed

14 files changed

+129
-14
lines changed

schemas/2016-09-01/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,4 +760,4 @@
760760
"description": "ServiceFabric section settings"
761761
}
762762
}
763-
}
763+
}

schemas/2017-07-01-preview/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,4 +1861,4 @@
18611861
"description": "The properties of a stateless service resource."
18621862
}
18631863
}
1864-
}
1864+
}

schemas/2018-02-01/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,4 +987,4 @@
987987
"description": "Describes a section in the fabric settings of the cluster."
988988
}
989989
}
990-
}
990+
}

schemas/2019-02-28-preview/Microsoft.MixedReality.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
"description": "Spatial Anchors Account Customize Properties"
113113
}
114114
}
115-
}
115+
}

schemas/2019-03-01-preview/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,4 +2163,4 @@
21632163
"description": "The properties of a stateless service resource."
21642164
}
21652165
}
2166-
}
2166+
}

schemas/2019-03-01/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,4 +2163,4 @@
21632163
"description": "The properties of a stateless service resource."
21642164
}
21652165
}
2166-
}
2166+
}

schemas/2019-06-01-preview/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2262,4 +2262,4 @@
22622262
"properties": {}
22632263
}
22642264
}
2265-
}
2265+
}

schemas/2019-10-01-preview/Microsoft.Migrate.json

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,21 @@
164164
],
165165
"description": "Gets or sets the availability set resource settings."
166166
},
167+
"DiskEncryptionSetResourceSettings": {
168+
"type": "object",
169+
"properties": {
170+
"resourceType": {
171+
"type": "string",
172+
"enum": [
173+
"Microsoft.Compute/diskEncryptionSets"
174+
]
175+
}
176+
},
177+
"required": [
178+
"resourceType"
179+
],
180+
"description": "Defines the disk encryption set resource settings."
181+
},
167182
"Identity": {
168183
"type": "object",
169184
"properties": {
@@ -193,6 +208,21 @@
193208
},
194209
"description": "Defines the MSI properties of the Move Collection."
195210
},
211+
"KeyVaultResourceSettings": {
212+
"type": "object",
213+
"properties": {
214+
"resourceType": {
215+
"type": "string",
216+
"enum": [
217+
"Microsoft.KeyVault/vaults"
218+
]
219+
}
220+
},
221+
"required": [
222+
"resourceType"
223+
],
224+
"description": "Defines the key vault resource settings."
225+
},
196226
"LBBackendAddressPoolResourceSettings": {
197227
"type": "object",
198228
"properties": {
@@ -253,6 +283,23 @@
253283
],
254284
"description": "Defines reference to load balancer backend address pools."
255285
},
286+
"LoadBalancerNatRuleReference": {
287+
"type": "object",
288+
"properties": {
289+
"name": {
290+
"type": "string",
291+
"description": "Gets the name of the proxy resource on the target side."
292+
},
293+
"sourceArmResourceId": {
294+
"type": "string",
295+
"description": "Gets the ARM resource ID of the tracked resource being referenced."
296+
}
297+
},
298+
"required": [
299+
"sourceArmResourceId"
300+
],
301+
"description": "Defines reference to load balancer NAT rules."
302+
},
256303
"LoadBalancerResourceSettings": {
257304
"type": "object",
258305
"properties": {
@@ -535,6 +582,20 @@
535582
],
536583
"description": "Gets or sets the references of the load balancer backend address pools."
537584
},
585+
"loadBalancerNatRules": {
586+
"oneOf": [
587+
{
588+
"type": "array",
589+
"items": {
590+
"$ref": "#/definitions/LoadBalancerNatRuleReference"
591+
}
592+
},
593+
{
594+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
595+
}
596+
],
597+
"description": "Gets or sets the references of the load balancer NAT rules."
598+
},
538599
"name": {
539600
"type": "string",
540601
"description": "Gets or sets the IP configuration name."
@@ -558,6 +619,17 @@
558619
"type": "string",
559620
"description": "Gets or sets the private IP address allocation method."
560621
},
622+
"publicIp": {
623+
"oneOf": [
624+
{
625+
"$ref": "#/definitions/PublicIpReference"
626+
},
627+
{
628+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
629+
}
630+
],
631+
"description": "Defines reference to a public IP."
632+
},
561633
"subnet": {
562634
"oneOf": [
563635
{
@@ -572,6 +644,19 @@
572644
},
573645
"description": "Defines NIC IP configuration properties."
574646
},
647+
"NsgReference": {
648+
"type": "object",
649+
"properties": {
650+
"sourceArmResourceId": {
651+
"type": "string",
652+
"description": "Gets the ARM resource ID of the tracked resource being referenced."
653+
}
654+
},
655+
"required": [
656+
"sourceArmResourceId"
657+
],
658+
"description": "Defines reference to NSG."
659+
},
575660
"NsgSecurityRule": {
576661
"type": "object",
577662
"properties": {
@@ -632,7 +717,7 @@
632717
"type": "string",
633718
"description": "Gets or sets the domain name label."
634719
},
635-
"fQDN": {
720+
"fqdn": {
636721
"type": "string",
637722
"description": "Gets or sets the fully qualified domain name."
638723
},
@@ -660,6 +745,19 @@
660745
],
661746
"description": "Defines the public IP address resource settings."
662747
},
748+
"PublicIpReference": {
749+
"type": "object",
750+
"properties": {
751+
"sourceArmResourceId": {
752+
"type": "string",
753+
"description": "Gets the ARM resource ID of the tracked resource being referenced."
754+
}
755+
},
756+
"required": [
757+
"sourceArmResourceId"
758+
],
759+
"description": "Defines reference to a public IP."
760+
},
663761
"ResourceGroupResourceSettings": {
664762
"type": "object",
665763
"properties": {
@@ -710,6 +808,12 @@
710808
},
711809
{
712810
"$ref": "#/definitions/PublicIPAddressResourceSettings"
811+
},
812+
{
813+
"$ref": "#/definitions/KeyVaultResourceSettings"
814+
},
815+
{
816+
"$ref": "#/definitions/DiskEncryptionSetResourceSettings"
713817
}
714818
],
715819
"properties": {
@@ -823,6 +927,17 @@
823927
"name": {
824928
"type": "string",
825929
"description": "Gets or sets the Subnet name."
930+
},
931+
"networkSecurityGroup": {
932+
"oneOf": [
933+
{
934+
"$ref": "#/definitions/NsgReference"
935+
},
936+
{
937+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
938+
}
939+
],
940+
"description": "Defines reference to NSG."
826941
}
827942
},
828943
"description": "Defines the virtual network subnets resource settings."

schemas/2019-11-01-preview/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,4 +2317,4 @@
23172317
"properties": {}
23182318
}
23192319
}
2320-
}
2320+
}

schemas/2019-12-02-preview/Microsoft.MixedReality.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@
192192
"description": "Common Properties shared by Mixed Reality Accounts"
193193
}
194194
}
195-
}
195+
}

0 commit comments

Comments
 (0)