Skip to content

Commit

Permalink
CodeGen from PR 12039 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge ea7970483580f2628ff4c368a21bef02bbebff78 into 1a252a742db2c1557afc92b990da4f4862fc5233
  • Loading branch information
SDKAuto committed Dec 10, 2020
1 parent 6c6ce54 commit 1a6802a
Show file tree
Hide file tree
Showing 220 changed files with 5,183 additions and 589 deletions.
9 changes: 4 additions & 5 deletions sdk/network/arm-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-network

### How to use

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

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

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

##### Sample code

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
```typescript
import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
import { NetworkManagementClient, NetworkManagementModels, NetworkManagementMappers } from "@azure/arm-network";
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
const { NetworkManagementClient } = require("@azure/arm-network");
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
Expand Down
4 changes: 2 additions & 2 deletions sdk/network/arm-network/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const config = {
"@azure/ms-rest-azure-js": "msRestAzure"
},
banner: `/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -137,16 +137,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -286,8 +294,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -137,16 +137,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -286,8 +294,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
14 changes: 12 additions & 2 deletions sdk/network/arm-network/src/models/applicationGatewaysMappers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -147,16 +147,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -297,8 +305,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -137,16 +137,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -287,8 +295,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -137,16 +137,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -286,8 +294,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
14 changes: 12 additions & 2 deletions sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -137,16 +137,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -286,8 +294,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
14 changes: 12 additions & 2 deletions sdk/network/arm-network/src/models/azureFirewallsMappers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -137,16 +137,24 @@ export {
ExpressRoutePortsLocationBandwidths,
ExpressRouteServiceProvider,
ExpressRouteServiceProviderBandwidthsOffered,
ExtendedLocation,
FirewallPolicy,
FirewallPolicyCertificateAuthority,
FirewallPolicyFilterRuleCollection,
FirewallPolicyFilterRuleCollectionAction,
FirewallPolicyIntrusionDetection,
FirewallPolicyIntrusionDetectionBypassTrafficSpecifications,
FirewallPolicyIntrusionDetectionConfiguration,
FirewallPolicyIntrusionDetectionSignatureSpecification,
FirewallPolicyNatRuleCollection,
FirewallPolicyNatRuleCollectionAction,
FirewallPolicyRule,
FirewallPolicyRuleApplicationProtocol,
FirewallPolicyRuleCollection,
FirewallPolicyRuleCollectionGroup,
FirewallPolicySku,
FirewallPolicyThreatIntelWhitelist,
FirewallPolicyTransportSecurity,
FlowLog,
FlowLogFormatParameters,
FrontendIPConfiguration,
Expand Down Expand Up @@ -287,8 +295,10 @@ export {
VpnConnection,
VpnGateway,
VpnGatewayIpConfiguration,
VpnGatewayNatRule,
VpnLinkBgpSettings,
VpnLinkProviderProperties,
VpnNatRuleMapping,
VpnServerConfigRadiusClientRootCertificate,
VpnServerConfigRadiusServerRootCertificate,
VpnServerConfiguration,
Expand Down
Loading

0 comments on commit 1a6802a

Please sign in to comment.