Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
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
6 changes: 6 additions & 0 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6651,6 +6651,8 @@ export interface LocalNetworkGateway extends Resource {
* @member {string} [provisioningState] The provisioning state of the
* VirtualNetworkGatewayConnection resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
* @member {boolean} [expressRouteGatewayBypass] Bypass ExpressRoute Gateway
* for data forwarding
* @member {string} [etag] Gets a unique read-only string that changes whenever
* the resource is updated.
*/
Expand All @@ -6672,6 +6674,7 @@ export interface VirtualNetworkGatewayConnection extends Resource {
ipsecPolicies?: IpsecPolicy[];
resourceGuid?: string;
readonly provisioningState?: string;
expressRouteGatewayBypass?: boolean;
etag?: string;
}

Expand Down Expand Up @@ -6799,6 +6802,8 @@ export interface VirtualNetworkConnectionGatewayReference {
* @member {string} [provisioningState] The provisioning state of the
* VirtualNetworkGatewayConnection resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
* @member {boolean} [expressRouteGatewayBypass] Bypass ExpressRoute Gateway
* for data forwarding
* @member {string} [etag] Gets a unique read-only string that changes whenever
* the resource is updated.
*/
Expand All @@ -6820,6 +6825,7 @@ export interface VirtualNetworkGatewayConnectionListEntity extends Resource {
ipsecPolicies?: IpsecPolicy[];
resourceGuid?: string;
readonly provisioningState?: string;
expressRouteGatewayBypass?: boolean;
etag?: string;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ class VirtualNetworkGatewayConnection extends models['Resource'] {
* @member {string} [provisioningState] The provisioning state of the
* VirtualNetworkGatewayConnection resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
* @member {boolean} [expressRouteGatewayBypass] Bypass ExpressRoute Gateway
* for data forwarding
* @member {string} [etag] Gets a unique read-only string that changes
* whenever the resource is updated.
*/
Expand Down Expand Up @@ -435,6 +437,13 @@ class VirtualNetworkGatewayConnection extends models['Resource'] {
name: 'String'
}
},
expressRouteGatewayBypass: {
required: false,
serializedName: 'properties.expressRouteGatewayBypass',
type: {
name: 'Boolean'
}
},
etag: {
required: false,
serializedName: 'etag',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class VirtualNetworkGatewayConnectionListEntity extends models['Resource'] {
* @member {string} [provisioningState] The provisioning state of the
* VirtualNetworkGatewayConnection resource. Possible values are: 'Updating',
* 'Deleting', and 'Failed'.
* @member {boolean} [expressRouteGatewayBypass] Bypass ExpressRoute Gateway
* for data forwarding
* @member {string} [etag] Gets a unique read-only string that changes
* whenever the resource is updated.
*/
Expand Down Expand Up @@ -269,6 +271,13 @@ class VirtualNetworkGatewayConnectionListEntity extends models['Resource'] {
name: 'String'
}
},
expressRouteGatewayBypass: {
required: false,
serializedName: 'properties.expressRouteGatewayBypass',
type: {
name: 'Boolean'
}
},
etag: {
required: false,
serializedName: 'etag',
Expand Down
12 changes: 12 additions & 0 deletions lib/services/networkManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30257,6 +30257,9 @@ export interface VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -30451,6 +30454,9 @@ export interface VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -31149,6 +31155,9 @@ export interface VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -31343,6 +31352,9 @@ export interface VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ const WebResource = msRest.WebResource;
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -1199,6 +1202,9 @@ function _resetSharedKey(resourceGroupName, virtualNetworkGatewayConnectionName,
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -2359,6 +2365,9 @@ class VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -2565,6 +2574,9 @@ class VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -3467,6 +3479,9 @@ class VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down Expand Up @@ -3673,6 +3688,9 @@ class VirtualNetworkGatewayConnections {
* @param {string} [parameters.resourceGuid] The resource GUID property of the
* VirtualNetworkGatewayConnection resource.
*
* @param {boolean} [parameters.expressRouteGatewayBypass] Bypass ExpressRoute
* Gateway for data forwarding
*
* @param {string} [parameters.etag] Gets a unique read-only string that
* changes whenever the resource is updated.
*
Expand Down