File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @azure/arm-network" ,
3
3
"author" : " Microsoft Corporation" ,
4
4
"description" : " NetworkManagementClient Library with typescript type definitions for node.js and browser." ,
5
- "version" : " 25.3 .0" ,
5
+ "version" : " 25.4 .0" ,
6
6
"dependencies" : {
7
7
"@azure/ms-rest-azure-js" : " ^2.1.0" ,
8
8
"@azure/ms-rest-js" : " ^2.2.0" ,
Original file line number Diff line number Diff line change @@ -11207,6 +11207,10 @@ export interface VirtualNetworkGateway extends Resource {
11207
11207
* ActiveActive flag.
11208
11208
*/
11209
11209
activeActive?: boolean;
11210
+ /**
11211
+ * disableIPSecReplayProtection flag.
11212
+ */
11213
+ disableIPSecReplayProtection?: boolean;
11210
11214
/**
11211
11215
* The reference to the LocalNetworkGateway resource which represents local network site having
11212
11216
* 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 = {
19150
19150
name: "Boolean"
19151
19151
}
19152
19152
},
19153
+ disableIPSecReplayProtection: {
19154
+ serializedName: "properties.disableIPSecReplayProtection",
19155
+ type: {
19156
+ name: "Boolean"
19157
+ }
19158
+ },
19153
19159
gatewayDefaultSite: {
19154
19160
serializedName: "properties.gatewayDefaultSite",
19155
19161
type: {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import * as msRestAzure from "@azure/ms-rest-azure-js";
13
13
import { TokenCredential } from "@azure/core-auth" ;
14
14
15
15
const packageName = "@azure/arm-network" ;
16
- const packageVersion = "25.3 .0" ;
16
+ const packageVersion = "25.4 .0" ;
17
17
18
18
export class NetworkManagementClientContext extends msRestAzure . AzureServiceClient {
19
19
credentials : msRest . ServiceClientCredentials | TokenCredential ;
You can’t perform that action at this time.
0 commit comments