Skip to content

Commit 98e6786

Browse files
author
SDK Automation
committed
Generated from 73677f19181157fb0c154a084922a92fa6b528cd
1 parent be84b9f commit 98e6786

File tree

218 files changed

+2960
-589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+2960
-589
lines changed

sdk/network/arm-network/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm install @azure/arm-network
1515

1616
### How to use
1717

18-
#### nodejs - Authentication, client creation and get applicationGateways as an example written in TypeScript.
18+
#### nodejs - client creation and get applicationGateways as an example written in TypeScript.
1919

2020
##### Install @azure/ms-rest-nodeauth
2121

@@ -26,11 +26,10 @@ npm install @azure/ms-rest-nodeauth@"^3.0.0"
2626

2727
##### Sample code
2828

29+
While the below sample uses the interactive login, other authentication options can be found in the [README.md file of @azure/ms-rest-nodeauth](https://www.npmjs.com/package/@azure/ms-rest-nodeauth) package
2930
```typescript
30-
import * as msRest from "@azure/ms-rest-js";
31-
import * as msRestAzure from "@azure/ms-rest-azure-js";
32-
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
33-
import { NetworkManagementClient, NetworkManagementModels, NetworkManagementMappers } from "@azure/arm-network";
31+
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
32+
const { NetworkManagementClient } = require("@azure/arm-network");
3433
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];
3534

3635
msRestNodeAuth.interactiveLogin().then((creds) => {

sdk/network/arm-network/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const config = {
2121
"@azure/ms-rest-azure-js": "msRestAzure"
2222
},
2323
banner: `/*
24-
* Copyright (c) Microsoft Corporation. All rights reserved.
25-
* Licensed under the MIT License. See License.txt in the project root for license information.
24+
* Copyright (c) Microsoft Corporation.
25+
* Licensed under the MIT License.
2626
*
2727
* Code generated by Microsoft (R) AutoRest Code Generator.
2828
* Changes may cause incorrect behavior and will be lost if the code is regenerated.

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -137,16 +137,24 @@ export {
137137
ExpressRoutePortsLocationBandwidths,
138138
ExpressRouteServiceProvider,
139139
ExpressRouteServiceProviderBandwidthsOffered,
140+
ExtendedLocation,
140141
FirewallPolicy,
142+
FirewallPolicyCertificateAuthority,
141143
FirewallPolicyFilterRuleCollection,
142144
FirewallPolicyFilterRuleCollectionAction,
145+
FirewallPolicyIntrusionDetection,
146+
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
147+
FirewallPolicyIntrusionDetectionConfiguration,
148+
FirewallPolicyIntrusionDetectionSignatureSpecification,
143149
FirewallPolicyNatRuleCollection,
144150
FirewallPolicyNatRuleCollectionAction,
145151
FirewallPolicyRule,
146152
FirewallPolicyRuleApplicationProtocol,
147153
FirewallPolicyRuleCollection,
148154
FirewallPolicyRuleCollectionGroup,
155+
FirewallPolicySku,
149156
FirewallPolicyThreatIntelWhitelist,
157+
FirewallPolicyTransportSecurity,
150158
FlowLog,
151159
FlowLogFormatParameters,
152160
FrontendIPConfiguration,

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -137,16 +137,24 @@ export {
137137
ExpressRoutePortsLocationBandwidths,
138138
ExpressRouteServiceProvider,
139139
ExpressRouteServiceProviderBandwidthsOffered,
140+
ExtendedLocation,
140141
FirewallPolicy,
142+
FirewallPolicyCertificateAuthority,
141143
FirewallPolicyFilterRuleCollection,
142144
FirewallPolicyFilterRuleCollectionAction,
145+
FirewallPolicyIntrusionDetection,
146+
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
147+
FirewallPolicyIntrusionDetectionConfiguration,
148+
FirewallPolicyIntrusionDetectionSignatureSpecification,
143149
FirewallPolicyNatRuleCollection,
144150
FirewallPolicyNatRuleCollectionAction,
145151
FirewallPolicyRule,
146152
FirewallPolicyRuleApplicationProtocol,
147153
FirewallPolicyRuleCollection,
148154
FirewallPolicyRuleCollectionGroup,
155+
FirewallPolicySku,
149156
FirewallPolicyThreatIntelWhitelist,
157+
FirewallPolicyTransportSecurity,
150158
FlowLog,
151159
FlowLogFormatParameters,
152160
FrontendIPConfiguration,

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -147,16 +147,24 @@ export {
147147
ExpressRoutePortsLocationBandwidths,
148148
ExpressRouteServiceProvider,
149149
ExpressRouteServiceProviderBandwidthsOffered,
150+
ExtendedLocation,
150151
FirewallPolicy,
152+
FirewallPolicyCertificateAuthority,
151153
FirewallPolicyFilterRuleCollection,
152154
FirewallPolicyFilterRuleCollectionAction,
155+
FirewallPolicyIntrusionDetection,
156+
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
157+
FirewallPolicyIntrusionDetectionConfiguration,
158+
FirewallPolicyIntrusionDetectionSignatureSpecification,
153159
FirewallPolicyNatRuleCollection,
154160
FirewallPolicyNatRuleCollectionAction,
155161
FirewallPolicyRule,
156162
FirewallPolicyRuleApplicationProtocol,
157163
FirewallPolicyRuleCollection,
158164
FirewallPolicyRuleCollectionGroup,
165+
FirewallPolicySku,
159166
FirewallPolicyThreatIntelWhitelist,
167+
FirewallPolicyTransportSecurity,
160168
FlowLog,
161169
FlowLogFormatParameters,
162170
FrontendIPConfiguration,

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -137,16 +137,24 @@ export {
137137
ExpressRoutePortsLocationBandwidths,
138138
ExpressRouteServiceProvider,
139139
ExpressRouteServiceProviderBandwidthsOffered,
140+
ExtendedLocation,
140141
FirewallPolicy,
142+
FirewallPolicyCertificateAuthority,
141143
FirewallPolicyFilterRuleCollection,
142144
FirewallPolicyFilterRuleCollectionAction,
145+
FirewallPolicyIntrusionDetection,
146+
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
147+
FirewallPolicyIntrusionDetectionConfiguration,
148+
FirewallPolicyIntrusionDetectionSignatureSpecification,
143149
FirewallPolicyNatRuleCollection,
144150
FirewallPolicyNatRuleCollectionAction,
145151
FirewallPolicyRule,
146152
FirewallPolicyRuleApplicationProtocol,
147153
FirewallPolicyRuleCollection,
148154
FirewallPolicyRuleCollectionGroup,
155+
FirewallPolicySku,
149156
FirewallPolicyThreatIntelWhitelist,
157+
FirewallPolicyTransportSecurity,
150158
FlowLog,
151159
FlowLogFormatParameters,
152160
FrontendIPConfiguration,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
@@ -137,16 +137,24 @@ export {
137137
ExpressRoutePortsLocationBandwidths,
138138
ExpressRouteServiceProvider,
139139
ExpressRouteServiceProviderBandwidthsOffered,
140+
ExtendedLocation,
140141
FirewallPolicy,
142+
FirewallPolicyCertificateAuthority,
141143
FirewallPolicyFilterRuleCollection,
142144
FirewallPolicyFilterRuleCollectionAction,
145+
FirewallPolicyIntrusionDetection,
146+
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
147+
FirewallPolicyIntrusionDetectionConfiguration,
148+
FirewallPolicyIntrusionDetectionSignatureSpecification,
143149
FirewallPolicyNatRuleCollection,
144150
FirewallPolicyNatRuleCollectionAction,
145151
FirewallPolicyRule,
146152
FirewallPolicyRuleApplicationProtocol,
147153
FirewallPolicyRuleCollection,
148154
FirewallPolicyRuleCollectionGroup,
155+
FirewallPolicySku,
149156
FirewallPolicyThreatIntelWhitelist,
157+
FirewallPolicyTransportSecurity,
150158
FlowLog,
151159
FlowLogFormatParameters,
152160
FrontendIPConfiguration,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (c) Microsoft Corporation. All rights reserved.
3-
* Licensed under the MIT License. See License.txt in the project root for license information.
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License.
44
*
55
* Code generated by Microsoft (R) AutoRest Code Generator.
66
* Changes may cause incorrect behavior and will be lost if the code is regenerated.

0 commit comments

Comments
 (0)