Skip to content

Commit

Permalink
CodeGen from PR 13162 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
fix web python.md (Azure#13162)

* fix web python.md

* fix
  • Loading branch information
SDKAuto committed Mar 3, 2021
1 parent 2d64abe commit 27fd47b
Show file tree
Hide file tree
Showing 39 changed files with 6,345 additions and 1,086 deletions.
2 changes: 1 addition & 1 deletion sdk/appservice/arm-appservice/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Microsoft
Copyright (c) 2021 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 4 additions & 5 deletions sdk/appservice/arm-appservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-appservice

### How to use

#### nodejs - Authentication, client creation and list appServiceCertificateOrders as an example written in TypeScript.
#### nodejs - client creation and list appServiceCertificateOrders 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 { WebSiteManagementClient, WebSiteManagementModels, WebSiteManagementMappers } from "@azure/arm-appservice";
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
const { WebSiteManagementClient } = require("@azure/arm-appservice");
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
Expand Down
4 changes: 2 additions & 2 deletions sdk/appservice/arm-appservice/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 All @@ -10,14 +10,16 @@ export {
AbnormalTimePeriod,
Address,
AddressResponse,
AllowedAudiencesValidation,
AnalysisData,
AnalysisDefinition,
ApiDefinitionInfo,
ApiKVReference,
ApiManagementConfig,
AppInsightsWebAppStackSettings,
ApplicationLogsConfig,
ApplicationStack,
ApplicationStackResource,
AppRegistration,
AppServiceCertificate,
AppServiceCertificateCollection,
AppServiceCertificateOrder,
Expand All @@ -30,10 +32,15 @@ export {
AppServicePlan,
AppServicePlanPatchResource,
ArmIdWrapper,
AuthPlatform,
AutoHealActions,
AutoHealCustomAction,
AutoHealRules,
AutoHealTriggers,
AzureActiveDirectory,
AzureActiveDirectoryLogin,
AzureActiveDirectoryRegistration,
AzureActiveDirectoryValidation,
AzureBlobStorageApplicationLogsConfig,
AzureBlobStorageHttpLogsConfig,
AzureStorageInfoValue,
Expand All @@ -44,12 +51,14 @@ export {
BackupSchedule,
BaseResource,
BillingMeter,
BlobStorageTokenStore,
Capability,
Certificate,
CertificateDetails,
CertificateEmail,
CertificateOrderAction,
CertificatePatchResource,
ClientRegistration,
CloningInfo,
ConnectionStringDictionary,
ConnStringInfo,
Expand All @@ -62,10 +71,12 @@ export {
ContainerNetworkInterfaceStatistics,
ContainerThrottlingData,
ContinuousWebJob,
CookieExpiration,
CorsSettings,
CsmPublishingCredentialsPoliciesCollection,
CsmPublishingCredentialsPoliciesEntity,
CustomHostnameAnalysisResult,
CustomOpenIdConnectProvider,
DatabaseBackupSetting,
DataSource,
DataTableResponseColumn,
Expand Down Expand Up @@ -93,24 +104,41 @@ export {
EnabledConfig,
ErrorEntity,
Experiments,
Facebook,
FileSystemApplicationLogsConfig,
FileSystemHttpLogsConfig,
FileSystemTokenStore,
ForwardProxy,
FunctionAppMajorVersion,
FunctionAppMinorVersion,
FunctionAppRuntimes,
FunctionAppRuntimeSettings,
FunctionAppStack,
FunctionEnvelope,
FunctionSecrets,
GeoRegion,
GitHub,
GitHubActionWebAppStackSettings,
GlobalValidation,
Google,
HandlerMapping,
HostingEnvironmentProfile,
HostName,
HostNameBinding,
HostNameSslState,
HttpLogsConfig,
HttpSettings,
HttpSettingsRoutes,
HybridConnection,
HybridConnectionKey,
HybridConnectionLimits,
Identifier,
IdentityProviders,
IpSecurityRestriction,
KeyVaultReferenceCollection,
KeyVaultReferenceResource,
JwtClaimChecks,
LinuxJavaContainerSettings,
Login,
LoginRoutes,
LoginScopes,
ManagedServiceIdentity,
ManagedServiceIdentityUserAssignedIdentitiesValue,
MigrateMySqlRequest,
Expand All @@ -123,6 +151,11 @@ export {
NameValuePair,
NetworkAccessControlEntry,
NetworkFeatures,
Nonce,
OpenIdConnectClientCredential,
OpenIdConnectConfig,
OpenIdConnectLogin,
OpenIdConnectRegistration,
PremierAddOn,
PremierAddOnOffer,
PremierAddOnPatchResource,
Expand Down Expand Up @@ -154,11 +187,12 @@ export {
RestoreRequest,
Site,
SiteAuthSettings,
SiteAuthSettingsV2,
SiteConfig,
SiteConfigPropertiesDictionary,
SiteConfigResource,
SiteConfigurationSnapshotInfo,
SiteExtensionInfo,
SiteInstance,
SiteLimits,
SiteLogsConfig,
SiteMachineKey,
Expand Down Expand Up @@ -188,6 +222,8 @@ export {
StaticSiteFunctionOverviewARMResource,
StaticSitePatchResource,
StaticSiteResetPropertiesARMResource,
StaticSitesWorkflowPreview,
StaticSitesWorkflowPreviewRequest,
StaticSiteUserARMResource,
StaticSiteUserInvitationRequestResource,
StaticSiteUserInvitationResponseResource,
Expand All @@ -196,10 +232,14 @@ export {
StorageMigrationResponse,
StringDictionary,
SwiftVirtualNetwork,
SystemData,
TokenStore,
TopLevelDomain,
TriggeredJobHistory,
TriggeredJobRun,
TriggeredWebJob,
Twitter,
TwitterRegistration,
Usage,
User,
VirtualApplication,
Expand All @@ -212,8 +252,14 @@ export {
VnetRoute,
VnetValidationFailureDetails,
VnetValidationTestFailure,
WebAppMajorVersion,
WebAppMinorVersion,
WebAppRuntimes,
WebAppRuntimeSettings,
WebAppStack,
WebJob,
WebSiteInstanceStatus,
WindowsJavaContainerSettings,
WorkerPool,
WorkerPoolResource
} from "../models/mappers";
Loading

0 comments on commit 27fd47b

Please sign in to comment.