Skip to content

Commit b52048b

Browse files
author
SDKAuto
committed
CodeGen from PR 16618 in Azure/azure-rest-api-specs
Merge f1f66a1da02f23b73f4b2d5ebe8453938e58994a into 8fb0263a6adbb529a9a7bf3e56110f3abdd55c72
1 parent b049934 commit b52048b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

sdk/network/arm-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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"

sdk/network/arm-network/src/models/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

sdk/network/arm-network/src/models/mappers.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)