Skip to content

Commit 5095973

Browse files
author
SDKAuto
committed
CodeGen from PR 12189 in Azure/azure-rest-api-specs
Merge 6a3791e4bac7c9abc97da4d2c4d52e13df6a2dae into 5ffa05df8f46a74aaf8e406001f184d86ced0fc3
1 parent c8a2a21 commit 5095973

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

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

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,23 @@
253253
],
254254
"description": "Defines reference to load balancer backend address pools."
255255
},
256+
"LoadBalancerNatRuleReference": {
257+
"type": "object",
258+
"properties": {
259+
"name": {
260+
"type": "string",
261+
"description": "Gets the name of the proxy resource on the target side."
262+
},
263+
"sourceArmResourceId": {
264+
"type": "string",
265+
"description": "Gets the ARM resource ID of the tracked resource being referenced."
266+
}
267+
},
268+
"required": [
269+
"sourceArmResourceId"
270+
],
271+
"description": "Defines reference to load balancer NAT rules."
272+
},
256273
"LoadBalancerResourceSettings": {
257274
"type": "object",
258275
"properties": {
@@ -535,6 +552,20 @@
535552
],
536553
"description": "Gets or sets the references of the load balancer backend address pools."
537554
},
555+
"loadBalancerNatRules": {
556+
"oneOf": [
557+
{
558+
"type": "array",
559+
"items": {
560+
"$ref": "#/definitions/LoadBalancerNatRuleReference"
561+
}
562+
},
563+
{
564+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
565+
}
566+
],
567+
"description": "Gets or sets the references of the load balancer NAT rules."
568+
},
538569
"name": {
539570
"type": "string",
540571
"description": "Gets or sets the IP configuration name."
@@ -632,7 +663,7 @@
632663
"type": "string",
633664
"description": "Gets or sets the domain name label."
634665
},
635-
"fQDN": {
666+
"fqdn": {
636667
"type": "string",
637668
"description": "Gets or sets the fully qualified domain name."
638669
},
@@ -936,4 +967,4 @@
936967
"description": "Defines the virtual network resource settings."
937968
}
938969
}
939-
}
970+
}

0 commit comments

Comments
 (0)