Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/ExpressRouteLink"
}
},
"x-ms-identifiers": ["name"]
},
"circuits": {
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -720,14 +720,16 @@
"items": {
"$ref": "./applicationSecurityGroup.json#/definitions/ApplicationSecurityGroup"
},
"description": "Application security groups in which the private endpoint IP configuration is included."
"description": "Application security groups in which the private endpoint IP configuration is included.",
"x-ms-identifiers": ["id"]
},
"ipConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/PrivateEndpointIPConfiguration"
},
"description": "A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints."
"description": "A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.",
"x-ms-identifiers": ["name"]
},
"customNetworkInterfaceName": {
"type": "string",
Expand Down Expand Up @@ -922,7 +924,8 @@
"items": {
"$ref": "#/definitions/PrivateDnsZoneConfig"
},
"description": "A collection of private dns zone configurations of the private dns zone group."
"description": "A collection of private dns zone configurations of the private dns zone group.",
"x-ms-identifiers": ["name"]
}
},
"description": "Properties of the private dns zone group."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
{
"name": "parameters",
"in": "body",
"required": false,
"required": true,
"schema": {
"$ref": "#/definitions/VpnPacketCaptureStartParameters"
},
Expand Down Expand Up @@ -1715,7 +1715,7 @@
{
"name": "parameters",
"in": "body",
"required": false,
"required": true,
"schema": {
"$ref": "#/definitions/VpnPacketCaptureStartParameters"
},
Expand Down Expand Up @@ -2811,7 +2811,8 @@
"items": {
"$ref": "#/definitions/VirtualNetworkGatewayNatRule"
},
"description": "NatRules for virtual network gateway."
"description": "NatRules for virtual network gateway.",
"x-ms-identifiers": ["name"]
},
"enableBgpRouteTranslationForNat": {
"type": "boolean",
Expand Down Expand Up @@ -2934,14 +2935,16 @@
"items": {
"$ref": "#/definitions/VpnClientRootCertificate"
},
"description": "VpnClientRootCertificate for virtual network gateway."
"description": "VpnClientRootCertificate for virtual network gateway.",
"x-ms-identifiers": ["name"]
},
"vpnClientRevokedCertificates": {
"type": "array",
"items": {
"$ref": "#/definitions/VpnClientRevokedCertificate"
},
"description": "VpnClientRevokedCertificate for Virtual network gateway."
"description": "VpnClientRevokedCertificate for Virtual network gateway.",
"x-ms-identifiers": ["name"]
},
"vpnClientProtocols": {
"type": "array",
Expand Down