Skip to content

Commit c1f64c9

Browse files
authored
arm-web-release (Azure#13866)
1 parent 364c977 commit c1f64c9

40 files changed

+3867
-821
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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-appservice",
33
"author": "Microsoft Corporation",
44
"description": "WebSiteManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "6.1.0",
5+
"version": "7.0.0",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.0.1",
88
"@azure/ms-rest-js": "^2.0.4",

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: 38 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,15 @@ export {
1010
AbnormalTimePeriod,
1111
Address,
1212
AddressResponse,
13+
AllowedAudiencesValidation,
1314
AnalysisData,
1415
AnalysisDefinition,
1516
ApiDefinitionInfo,
16-
ApiKVReference,
1717
ApiManagementConfig,
1818
ApplicationLogsConfig,
1919
ApplicationStack,
2020
ApplicationStackResource,
21+
AppRegistration,
2122
AppServiceCertificate,
2223
AppServiceCertificateCollection,
2324
AppServiceCertificateOrder,
@@ -30,10 +31,15 @@ export {
3031
AppServicePlan,
3132
AppServicePlanPatchResource,
3233
ArmIdWrapper,
34+
AuthPlatform,
3335
AutoHealActions,
3436
AutoHealCustomAction,
3537
AutoHealRules,
3638
AutoHealTriggers,
39+
AzureActiveDirectory,
40+
AzureActiveDirectoryLogin,
41+
AzureActiveDirectoryRegistration,
42+
AzureActiveDirectoryValidation,
3743
AzureBlobStorageApplicationLogsConfig,
3844
AzureBlobStorageHttpLogsConfig,
3945
AzureStorageInfoValue,
@@ -44,12 +50,14 @@ export {
4450
BackupSchedule,
4551
BaseResource,
4652
BillingMeter,
53+
BlobStorageTokenStore,
4754
Capability,
4855
Certificate,
4956
CertificateDetails,
5057
CertificateEmail,
5158
CertificateOrderAction,
5259
CertificatePatchResource,
60+
ClientRegistration,
5361
CloningInfo,
5462
ConnectionStringDictionary,
5563
ConnStringInfo,
@@ -62,10 +70,12 @@ export {
6270
ContainerNetworkInterfaceStatistics,
6371
ContainerThrottlingData,
6472
ContinuousWebJob,
73+
CookieExpiration,
6574
CorsSettings,
6675
CsmPublishingCredentialsPoliciesCollection,
6776
CsmPublishingCredentialsPoliciesEntity,
6877
CustomHostnameAnalysisResult,
78+
CustomOpenIdConnectProvider,
6979
DatabaseBackupSetting,
7080
DataSource,
7181
DataTableResponseColumn,
@@ -93,24 +103,34 @@ export {
93103
EnabledConfig,
94104
ErrorEntity,
95105
Experiments,
106+
Facebook,
96107
FileSystemApplicationLogsConfig,
97108
FileSystemHttpLogsConfig,
109+
FileSystemTokenStore,
110+
ForwardProxy,
98111
FunctionEnvelope,
99-
FunctionSecrets,
100112
GeoRegion,
113+
GitHub,
114+
GlobalValidation,
115+
Google,
101116
HandlerMapping,
102117
HostingEnvironmentProfile,
103118
HostName,
104119
HostNameBinding,
105120
HostNameSslState,
106121
HttpLogsConfig,
122+
HttpSettings,
123+
HttpSettingsRoutes,
107124
HybridConnection,
108125
HybridConnectionKey,
109126
HybridConnectionLimits,
110127
Identifier,
128+
IdentityProviders,
111129
IpSecurityRestriction,
112-
KeyVaultReferenceCollection,
113-
KeyVaultReferenceResource,
130+
JwtClaimChecks,
131+
Login,
132+
LoginRoutes,
133+
LoginScopes,
114134
ManagedServiceIdentity,
115135
ManagedServiceIdentityUserAssignedIdentitiesValue,
116136
MigrateMySqlRequest,
@@ -123,6 +143,11 @@ export {
123143
NameValuePair,
124144
NetworkAccessControlEntry,
125145
NetworkFeatures,
146+
Nonce,
147+
OpenIdConnectClientCredential,
148+
OpenIdConnectConfig,
149+
OpenIdConnectLogin,
150+
OpenIdConnectRegistration,
126151
PremierAddOn,
127152
PremierAddOnOffer,
128153
PremierAddOnPatchResource,
@@ -154,11 +179,11 @@ export {
154179
RestoreRequest,
155180
Site,
156181
SiteAuthSettings,
182+
SiteAuthSettingsV2,
157183
SiteConfig,
158184
SiteConfigResource,
159185
SiteConfigurationSnapshotInfo,
160186
SiteExtensionInfo,
161-
SiteInstance,
162187
SiteLimits,
163188
SiteLogsConfig,
164189
SiteMachineKey,
@@ -188,6 +213,8 @@ export {
188213
StaticSiteFunctionOverviewARMResource,
189214
StaticSitePatchResource,
190215
StaticSiteResetPropertiesARMResource,
216+
StaticSitesWorkflowPreview,
217+
StaticSitesWorkflowPreviewRequest,
191218
StaticSiteUserARMResource,
192219
StaticSiteUserInvitationRequestResource,
193220
StaticSiteUserInvitationResponseResource,
@@ -196,10 +223,14 @@ export {
196223
StorageMigrationResponse,
197224
StringDictionary,
198225
SwiftVirtualNetwork,
226+
SystemData,
227+
TokenStore,
199228
TopLevelDomain,
200229
TriggeredJobHistory,
201230
TriggeredJobRun,
202231
TriggeredWebJob,
232+
Twitter,
233+
TwitterRegistration,
203234
Usage,
204235
User,
205236
VirtualApplication,

sdk/appservice/arm-appservice/src/models/appServiceEnvironmentsMappers.ts

Lines changed: 38 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,15 @@ export {
1010
AbnormalTimePeriod,
1111
Address,
1212
AddressResponse,
13+
AllowedAudiencesValidation,
1314
AnalysisData,
1415
AnalysisDefinition,
1516
ApiDefinitionInfo,
16-
ApiKVReference,
1717
ApiManagementConfig,
1818
ApplicationLogsConfig,
1919
ApplicationStack,
2020
ApplicationStackResource,
21+
AppRegistration,
2122
AppServiceCertificate,
2223
AppServiceCertificateOrder,
2324
AppServiceCertificateOrderPatchResource,
@@ -30,10 +31,15 @@ export {
3031
AppServicePlanCollection,
3132
AppServicePlanPatchResource,
3233
ArmIdWrapper,
34+
AuthPlatform,
3335
AutoHealActions,
3436
AutoHealCustomAction,
3537
AutoHealRules,
3638
AutoHealTriggers,
39+
AzureActiveDirectory,
40+
AzureActiveDirectoryLogin,
41+
AzureActiveDirectoryRegistration,
42+
AzureActiveDirectoryValidation,
3743
AzureBlobStorageApplicationLogsConfig,
3844
AzureBlobStorageHttpLogsConfig,
3945
AzureStorageInfoValue,
@@ -44,12 +50,14 @@ export {
4450
BackupSchedule,
4551
BaseResource,
4652
BillingMeter,
53+
BlobStorageTokenStore,
4754
Capability,
4855
Certificate,
4956
CertificateDetails,
5057
CertificateEmail,
5158
CertificateOrderAction,
5259
CertificatePatchResource,
60+
ClientRegistration,
5361
CloningInfo,
5462
ConnectionStringDictionary,
5563
ConnStringInfo,
@@ -62,12 +70,14 @@ export {
6270
ContainerNetworkInterfaceStatistics,
6371
ContainerThrottlingData,
6472
ContinuousWebJob,
73+
CookieExpiration,
6574
CorsSettings,
6675
CsmPublishingCredentialsPoliciesCollection,
6776
CsmPublishingCredentialsPoliciesEntity,
6877
CsmUsageQuota,
6978
CsmUsageQuotaCollection,
7079
CustomHostnameAnalysisResult,
80+
CustomOpenIdConnectProvider,
7181
DatabaseBackupSetting,
7282
DataSource,
7383
DataTableResponseColumn,
@@ -97,28 +107,38 @@ export {
97107
EndpointDetail,
98108
ErrorEntity,
99109
Experiments,
110+
Facebook,
100111
FileSystemApplicationLogsConfig,
101112
FileSystemHttpLogsConfig,
113+
FileSystemTokenStore,
114+
ForwardProxy,
102115
FunctionEnvelope,
103-
FunctionSecrets,
104116
GeoRegion,
117+
GitHub,
118+
GlobalValidation,
119+
Google,
105120
HandlerMapping,
106121
HostingEnvironmentDiagnostics,
107122
HostingEnvironmentProfile,
108123
HostName,
109124
HostNameBinding,
110125
HostNameSslState,
111126
HttpLogsConfig,
127+
HttpSettings,
128+
HttpSettingsRoutes,
112129
HybridConnection,
113130
HybridConnectionKey,
114131
HybridConnectionLimits,
115132
Identifier,
133+
IdentityProviders,
116134
InboundEnvironmentEndpoint,
117135
InboundEnvironmentEndpointCollection,
118136
IpSecurityRestriction,
119-
KeyVaultReferenceCollection,
120-
KeyVaultReferenceResource,
137+
JwtClaimChecks,
121138
LocalizableString,
139+
Login,
140+
LoginRoutes,
141+
LoginScopes,
122142
ManagedServiceIdentity,
123143
ManagedServiceIdentityUserAssignedIdentitiesValue,
124144
MigrateMySqlRequest,
@@ -130,6 +150,11 @@ export {
130150
NameValuePair,
131151
NetworkAccessControlEntry,
132152
NetworkFeatures,
153+
Nonce,
154+
OpenIdConnectClientCredential,
155+
OpenIdConnectConfig,
156+
OpenIdConnectLogin,
157+
OpenIdConnectRegistration,
133158
Operation,
134159
OutboundEnvironmentEndpoint,
135160
OutboundEnvironmentEndpointCollection,
@@ -165,11 +190,11 @@ export {
165190
RestoreRequest,
166191
Site,
167192
SiteAuthSettings,
193+
SiteAuthSettingsV2,
168194
SiteConfig,
169195
SiteConfigResource,
170196
SiteConfigurationSnapshotInfo,
171197
SiteExtensionInfo,
172-
SiteInstance,
173198
SiteLimits,
174199
SiteLogsConfig,
175200
SiteMachineKey,
@@ -200,6 +225,8 @@ export {
200225
StaticSiteFunctionOverviewARMResource,
201226
StaticSitePatchResource,
202227
StaticSiteResetPropertiesARMResource,
228+
StaticSitesWorkflowPreview,
229+
StaticSitesWorkflowPreviewRequest,
203230
StaticSiteUserARMResource,
204231
StaticSiteUserInvitationRequestResource,
205232
StaticSiteUserInvitationResponseResource,
@@ -208,10 +235,14 @@ export {
208235
StorageMigrationResponse,
209236
StringDictionary,
210237
SwiftVirtualNetwork,
238+
SystemData,
239+
TokenStore,
211240
TopLevelDomain,
212241
TriggeredJobHistory,
213242
TriggeredJobRun,
214243
TriggeredWebJob,
244+
Twitter,
245+
TwitterRegistration,
215246
Usage,
216247
UsageCollection,
217248
User,

0 commit comments

Comments
 (0)