Skip to content

Commit 08a1479

Browse files
author
SDKAuto
committed
CodeGen from PR 12581 in Azure/azure-rest-api-specs
Merge aa59f189e74885a807761953fa220d73120db6bd into 47b422a4d1ea9f4736739a4a6a19d4a8a2fe54d9
1 parent cd3fcc0 commit 08a1479

39 files changed

+6345
-1086
lines changed

sdk/appservice/arm-appservice/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Microsoft
3+
Copyright (c) 2021 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/appservice/arm-appservice/README.md

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

1616
### How to use
1717

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

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

sdk/appservice/arm-appservice/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/appservice/arm-appservice/src/models/appServiceCertificateOrdersMappers.ts

Lines changed: 53 additions & 7 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.
@@ -10,14 +10,16 @@ export {
1010
AbnormalTimePeriod,
1111
Address,
1212
AddressResponse,
13+
AllowedAudiencesValidation,
1314
AnalysisData,
1415
AnalysisDefinition,
1516
ApiDefinitionInfo,
16-
ApiKVReference,
1717
ApiManagementConfig,
18+
AppInsightsWebAppStackSettings,
1819
ApplicationLogsConfig,
1920
ApplicationStack,
2021
ApplicationStackResource,
22+
AppRegistration,
2123
AppServiceCertificate,
2224
AppServiceCertificateCollection,
2325
AppServiceCertificateOrder,
@@ -30,10 +32,15 @@ export {
3032
AppServicePlan,
3133
AppServicePlanPatchResource,
3234
ArmIdWrapper,
35+
AuthPlatform,
3336
AutoHealActions,
3437
AutoHealCustomAction,
3538
AutoHealRules,
3639
AutoHealTriggers,
40+
AzureActiveDirectory,
41+
AzureActiveDirectoryLogin,
42+
AzureActiveDirectoryRegistration,
43+
AzureActiveDirectoryValidation,
3744
AzureBlobStorageApplicationLogsConfig,
3845
AzureBlobStorageHttpLogsConfig,
3946
AzureStorageInfoValue,
@@ -44,12 +51,14 @@ export {
4451
BackupSchedule,
4552
BaseResource,
4653
BillingMeter,
54+
BlobStorageTokenStore,
4755
Capability,
4856
Certificate,
4957
CertificateDetails,
5058
CertificateEmail,
5159
CertificateOrderAction,
5260
CertificatePatchResource,
61+
ClientRegistration,
5362
CloningInfo,
5463
ConnectionStringDictionary,
5564
ConnStringInfo,
@@ -62,10 +71,12 @@ export {
6271
ContainerNetworkInterfaceStatistics,
6372
ContainerThrottlingData,
6473
ContinuousWebJob,
74+
CookieExpiration,
6575
CorsSettings,
6676
CsmPublishingCredentialsPoliciesCollection,
6777
CsmPublishingCredentialsPoliciesEntity,
6878
CustomHostnameAnalysisResult,
79+
CustomOpenIdConnectProvider,
6980
DatabaseBackupSetting,
7081
DataSource,
7182
DataTableResponseColumn,
@@ -93,24 +104,41 @@ export {
93104
EnabledConfig,
94105
ErrorEntity,
95106
Experiments,
107+
Facebook,
96108
FileSystemApplicationLogsConfig,
97109
FileSystemHttpLogsConfig,
110+
FileSystemTokenStore,
111+
ForwardProxy,
112+
FunctionAppMajorVersion,
113+
FunctionAppMinorVersion,
114+
FunctionAppRuntimes,
115+
FunctionAppRuntimeSettings,
116+
FunctionAppStack,
98117
FunctionEnvelope,
99-
FunctionSecrets,
100118
GeoRegion,
119+
GitHub,
120+
GitHubActionWebAppStackSettings,
121+
GlobalValidation,
122+
Google,
101123
HandlerMapping,
102124
HostingEnvironmentProfile,
103125
HostName,
104126
HostNameBinding,
105127
HostNameSslState,
106128
HttpLogsConfig,
129+
HttpSettings,
130+
HttpSettingsRoutes,
107131
HybridConnection,
108132
HybridConnectionKey,
109133
HybridConnectionLimits,
110134
Identifier,
135+
IdentityProviders,
111136
IpSecurityRestriction,
112-
KeyVaultReferenceCollection,
113-
KeyVaultReferenceResource,
137+
JwtClaimChecks,
138+
LinuxJavaContainerSettings,
139+
Login,
140+
LoginRoutes,
141+
LoginScopes,
114142
ManagedServiceIdentity,
115143
ManagedServiceIdentityUserAssignedIdentitiesValue,
116144
MigrateMySqlRequest,
@@ -123,6 +151,11 @@ export {
123151
NameValuePair,
124152
NetworkAccessControlEntry,
125153
NetworkFeatures,
154+
Nonce,
155+
OpenIdConnectClientCredential,
156+
OpenIdConnectConfig,
157+
OpenIdConnectLogin,
158+
OpenIdConnectRegistration,
126159
PremierAddOn,
127160
PremierAddOnOffer,
128161
PremierAddOnPatchResource,
@@ -154,11 +187,12 @@ export {
154187
RestoreRequest,
155188
Site,
156189
SiteAuthSettings,
190+
SiteAuthSettingsV2,
157191
SiteConfig,
192+
SiteConfigPropertiesDictionary,
158193
SiteConfigResource,
159194
SiteConfigurationSnapshotInfo,
160195
SiteExtensionInfo,
161-
SiteInstance,
162196
SiteLimits,
163197
SiteLogsConfig,
164198
SiteMachineKey,
@@ -188,6 +222,8 @@ export {
188222
StaticSiteFunctionOverviewARMResource,
189223
StaticSitePatchResource,
190224
StaticSiteResetPropertiesARMResource,
225+
StaticSitesWorkflowPreview,
226+
StaticSitesWorkflowPreviewRequest,
191227
StaticSiteUserARMResource,
192228
StaticSiteUserInvitationRequestResource,
193229
StaticSiteUserInvitationResponseResource,
@@ -196,10 +232,14 @@ export {
196232
StorageMigrationResponse,
197233
StringDictionary,
198234
SwiftVirtualNetwork,
235+
SystemData,
236+
TokenStore,
199237
TopLevelDomain,
200238
TriggeredJobHistory,
201239
TriggeredJobRun,
202240
TriggeredWebJob,
241+
Twitter,
242+
TwitterRegistration,
203243
Usage,
204244
User,
205245
VirtualApplication,
@@ -212,8 +252,14 @@ export {
212252
VnetRoute,
213253
VnetValidationFailureDetails,
214254
VnetValidationTestFailure,
255+
WebAppMajorVersion,
256+
WebAppMinorVersion,
257+
WebAppRuntimes,
258+
WebAppRuntimeSettings,
259+
WebAppStack,
215260
WebJob,
216261
WebSiteInstanceStatus,
262+
WindowsJavaContainerSettings,
217263
WorkerPool,
218264
WorkerPoolResource
219265
} from "../models/mappers";

0 commit comments

Comments
 (0)