Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
Khushboo Baheti committed Feb 7, 2022
commit 5c8a8dafa08eb2a2db40633bc1ef6286ef79d31f
Original file line number Diff line number Diff line change
Expand Up @@ -3643,23 +3643,6 @@
],
"description": "An traffic selector policy for a virtual network gateway connection."
},
"GatewayCustomBgpIpAddressIpConfiguration": {
"properties": {
"ipconfigurationId": {
"type": "string",
"description": "The IpconfigurationId of ipconfiguration which belongs to gateway."
},
"customBgpIpAddress": {
"type": "string",
"description": "The custom BgpPeeringAddress which belongs to IpconfigurationId."
}
},
"required": [
"ipconfigurationId",
"customBgpIpAddress"
],
"description": "GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection."
},
"ConnectionProtocol": {
"type": "string",
"description": "Gateway connection protocol.",
Expand Down Expand Up @@ -3876,6 +3859,13 @@
"type": "boolean",
"description": "EnableBgp flag."
},
"gatewayCustomBgpIpAddresses": {
"type": "array",
"items": {
"$ref": "#/definitions/GatewayCustomBgpIpAddressIpConfiguration"
},
"description": "GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection."
},
"usePolicyBasedTrafficSelectors": {
"type": "boolean",
"description": "Enable policy-based traffic selectors."
Expand Down Expand Up @@ -4251,6 +4241,23 @@
}
},
"description": "Properties of IPConfigurationBgpPeeringAddress."
},
"GatewayCustomBgpIpAddressIpConfiguration": {
"properties": {
"ipConfigurationId": {
"type": "string",
"description": "The IpconfigurationId of ipconfiguration which belongs to gateway."
},
"customBgpIpAddress": {
"type": "string",
"description": "The custom BgpPeeringAddress which belongs to IpconfigurationId."
}
},
"required": [
"ipConfigurationId",
"customBgpIpAddress"
],
"description": "GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection."
}
}
}