File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2727 "rollup-plugin-sourcemaps" : " ^0.4.2" ,
2828 "uglify-js" : " ^3.6.0"
2929 },
30- "homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/main /sdk/network/arm-network" ,
30+ "homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/master /sdk/network/arm-network" ,
3131 "repository" : {
3232 "type" : " git" ,
3333 "url" : " https://github.com/Azure/azure-sdk-for-js.git"
Original file line number Diff line number Diff line change @@ -11207,6 +11207,10 @@ export interface VirtualNetworkGateway extends Resource {
1120711207 * ActiveActive flag.
1120811208 */
1120911209 activeActive?: boolean;
11210+ /**
11211+ * disableIPSecReplayProtection flag.
11212+ */
11213+ disableIPSecReplayProtection?: boolean;
1121011214 /**
1121111215 * The reference to the LocalNetworkGateway resource which represents local network site having
1121211216 * default routes. Assign Null value in case of removing existing default site setting.
Original file line number Diff line number Diff line change @@ -19150,6 +19150,12 @@ export const VirtualNetworkGateway: msRest.CompositeMapper = {
1915019150 name: "Boolean"
1915119151 }
1915219152 },
19153+ disableIPSecReplayProtection: {
19154+ serializedName: "properties.disableIPSecReplayProtection",
19155+ type: {
19156+ name: "Boolean"
19157+ }
19158+ },
1915319159 gatewayDefaultSite: {
1915419160 serializedName: "properties.gatewayDefaultSite",
1915519161 type: {
You can’t perform that action at this time.
0 commit comments