Skip to content

Commit c444997

Browse files
authored
web-release (Azure#16906)
1 parent 2fc67c6 commit c444997

37 files changed

+31466
-40164
lines changed

sdk/appservice/arm-appservice/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Azure WebSiteManagementClient SDK for JavaScript
22

3-
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for WebSiteManagementClient.
3+
This package contains an isomorphic SDK (runs both in node.js and in browsers) for WebSiteManagementClient.
44

55
### Currently supported environments
66

77
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
8-
- Latest versions of Safari, Chrome, Edge, and Firefox.
8+
- Latest versions of Safari, Chrome, Edge and Firefox.
99

1010
### Prerequisites
1111

@@ -21,7 +21,6 @@ Install both packages using the below command:
2121
```bash
2222
npm install --save @azure/arm-appservice @azure/identity
2323
```
24-
2524
> **Note**: You may have used either `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` in the past. These packages are in maintenance mode receiving critical bug fixes, but no new features.
2625
If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/), or are writing a client side browser application, we strongly encourage you to upgrade to `@azure/identity` which uses the latest versions of Azure Active Directory and MSAL APIs and provides more authentication options.
2726

@@ -37,7 +36,6 @@ If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/
3736

3837
In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
3938
Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.
40-
4139
#### nodejs - Authentication, client creation, and list appServiceCertificateOrders as an example written in JavaScript.
4240

4341
##### Sample code
@@ -51,7 +49,6 @@ const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];
5149
// Please note that you can also use credentials from the `@azure/ms-rest-nodeauth` package instead.
5250
const creds = new DefaultAzureCredential();
5351
const client = new WebSiteManagementClient(creds, subscriptionId);
54-
5552
client.appServiceCertificateOrders.list().then((result) => {
5653
console.log("The result is:");
5754
console.log(result);
@@ -86,7 +83,7 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
8683
const credential = new InteractiveBrowserCredential(
8784
{
8885
clientId: "<client id for your Azure AD app>",
89-
tenantId: "<optional tenant for your organization>"
86+
tenant: "<optional tenant for your organization>"
9087
});
9188
const client = new Azure.ArmAppservice.WebSiteManagementClient(creds, subscriptionId);
9289
client.appServiceCertificateOrders.list().then((result) => {
@@ -106,4 +103,4 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
106103

107104
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
108105

109-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/.\sdk\appservice\arm-appservice\/README.png)
106+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/appservice/arm-appservice/README.png)

sdk/appservice/arm-appservice/package.json

Lines changed: 2 additions & 2 deletions
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": "8.1.1",
5+
"version": "9.0.0",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.1.0",
88
"@azure/ms-rest-js": "^2.2.0",
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/appservice/arm-appservice",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
Address,
1212
AddressResponse,
1313
AllowedAudiencesValidation,
14+
AllowedPrincipals,
1415
AnalysisData,
1516
AnalysisDefinition,
1617
ApiDefinitionInfo,
@@ -22,6 +23,7 @@ export {
2223
ApplicationLogsConfig,
2324
ApplicationStack,
2425
ApplicationStackResource,
26+
AppLogsConfiguration,
2527
AppRegistration,
2628
AppServiceCertificate,
2729
AppServiceCertificateCollection,
@@ -34,6 +36,7 @@ export {
3436
AppServiceEnvironmentResource,
3537
AppServicePlan,
3638
AppServicePlanPatchResource,
39+
ArcConfiguration,
3740
ArmIdWrapper,
3841
ArmPlan,
3942
AseV3NetworkingConfiguration,
@@ -81,7 +84,6 @@ export {
8184
ContinuousWebJob,
8285
CookieExpiration,
8386
CorsSettings,
84-
CsmPublishingCredentialsPoliciesCollection,
8587
CsmPublishingCredentialsPoliciesEntity,
8688
CustomHostnameAnalysisResult,
8789
CustomOpenIdConnectProvider,
@@ -90,6 +92,7 @@ export {
9092
DataSource,
9193
DataTableResponseColumn,
9294
DataTableResponseObject,
95+
DefaultAuthorizationPolicy,
9396
DefaultErrorResponse,
9497
DefaultErrorResponseError,
9598
DefaultErrorResponseErrorDetailsItem,
@@ -98,6 +101,7 @@ export {
98101
Deployment,
99102
DetectorAbnormalTimePeriod,
100103
DetectorDefinition,
104+
DetectorDefinitionResource,
101105
DetectorInfo,
102106
DetectorResponse,
103107
DiagnosticAnalysis,
@@ -113,11 +117,13 @@ export {
113117
EnabledConfig,
114118
ErrorEntity,
115119
Experiments,
120+
ExtendedLocation,
116121
Facebook,
117122
FileSystemApplicationLogsConfig,
118123
FileSystemHttpLogsConfig,
119124
FileSystemTokenStore,
120125
ForwardProxy,
126+
FrontEndConfiguration,
121127
FunctionAppMajorVersion,
122128
FunctionAppMinorVersion,
123129
FunctionAppRuntimes,
@@ -148,14 +154,16 @@ export {
148154
IpSecurityRestriction,
149155
JwtClaimChecks,
150156
KeyValuePairStringObject,
157+
KubeEnvironment,
158+
KubeEnvironmentPatchResource,
151159
KubeEnvironmentProfile,
152160
LegacyMicrosoftAccount,
153161
LinuxJavaContainerSettings,
162+
LogAnalyticsConfiguration,
154163
Login,
155164
LoginRoutes,
156165
LoginScopes,
157166
ManagedServiceIdentity,
158-
ManagedServiceIdentityUserAssignedIdentitiesValue,
159167
MigrateMySqlRequest,
160168
MigrateMySqlStatus,
161169
MSDeploy,
@@ -268,12 +276,14 @@ export {
268276
TwitterRegistration,
269277
Usage,
270278
User,
279+
UserAssignedIdentity,
271280
VirtualApplication,
272281
VirtualDirectory,
273282
VirtualIPMapping,
274283
VirtualNetworkProfile,
275284
VnetGateway,
276285
VnetInfo,
286+
VnetInfoResource,
277287
VnetParameters,
278288
VnetRoute,
279289
VnetValidationFailureDetails,

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
Address,
1212
AddressResponse,
1313
AllowedAudiencesValidation,
14+
AllowedPrincipals,
1415
AnalysisData,
1516
AnalysisDefinition,
1617
ApiDefinitionInfo,
@@ -22,6 +23,7 @@ export {
2223
ApplicationLogsConfig,
2324
ApplicationStack,
2425
ApplicationStackResource,
26+
AppLogsConfiguration,
2527
AppRegistration,
2628
AppServiceCertificate,
2729
AppServiceCertificateOrder,
@@ -34,6 +36,7 @@ export {
3436
AppServicePlan,
3537
AppServicePlanCollection,
3638
AppServicePlanPatchResource,
39+
ArcConfiguration,
3740
ArmIdWrapper,
3841
ArmPlan,
3942
AseV3NetworkingConfiguration,
@@ -81,7 +84,6 @@ export {
8184
ContinuousWebJob,
8285
CookieExpiration,
8386
CorsSettings,
84-
CsmPublishingCredentialsPoliciesCollection,
8587
CsmPublishingCredentialsPoliciesEntity,
8688
CsmUsageQuota,
8789
CsmUsageQuotaCollection,
@@ -92,6 +94,7 @@ export {
9294
DataSource,
9395
DataTableResponseColumn,
9496
DataTableResponseObject,
97+
DefaultAuthorizationPolicy,
9598
DefaultErrorResponse,
9699
DefaultErrorResponseError,
97100
DefaultErrorResponseErrorDetailsItem,
@@ -100,6 +103,7 @@ export {
100103
Deployment,
101104
DetectorAbnormalTimePeriod,
102105
DetectorDefinition,
106+
DetectorDefinitionResource,
103107
DetectorInfo,
104108
DetectorResponse,
105109
DiagnosticAnalysis,
@@ -117,11 +121,13 @@ export {
117121
EndpointDetail,
118122
ErrorEntity,
119123
Experiments,
124+
ExtendedLocation,
120125
Facebook,
121126
FileSystemApplicationLogsConfig,
122127
FileSystemHttpLogsConfig,
123128
FileSystemTokenStore,
124129
ForwardProxy,
130+
FrontEndConfiguration,
125131
FunctionAppMajorVersion,
126132
FunctionAppMinorVersion,
127133
FunctionAppRuntimes,
@@ -155,15 +161,17 @@ export {
155161
IpSecurityRestriction,
156162
JwtClaimChecks,
157163
KeyValuePairStringObject,
164+
KubeEnvironment,
165+
KubeEnvironmentPatchResource,
158166
KubeEnvironmentProfile,
159167
LegacyMicrosoftAccount,
160168
LinuxJavaContainerSettings,
161169
LocalizableString,
170+
LogAnalyticsConfiguration,
162171
Login,
163172
LoginRoutes,
164173
LoginScopes,
165174
ManagedServiceIdentity,
166-
ManagedServiceIdentityUserAssignedIdentitiesValue,
167175
MigrateMySqlRequest,
168176
MigrateMySqlStatus,
169177
MSDeploy,
@@ -286,12 +294,14 @@ export {
286294
Usage,
287295
UsageCollection,
288296
User,
297+
UserAssignedIdentity,
289298
VirtualApplication,
290299
VirtualDirectory,
291300
VirtualIPMapping,
292301
VirtualNetworkProfile,
293302
VnetGateway,
294303
VnetInfo,
304+
VnetInfoResource,
295305
VnetParameters,
296306
VnetRoute,
297307
VnetValidationFailureDetails,

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
Address,
1212
AddressResponse,
1313
AllowedAudiencesValidation,
14+
AllowedPrincipals,
1415
AnalysisData,
1516
AnalysisDefinition,
1617
ApiDefinitionInfo,
@@ -22,6 +23,7 @@ export {
2223
ApplicationLogsConfig,
2324
ApplicationStack,
2425
ApplicationStackResource,
26+
AppLogsConfiguration,
2527
AppRegistration,
2628
AppServiceCertificate,
2729
AppServiceCertificateOrder,
@@ -33,6 +35,7 @@ export {
3335
AppServicePlan,
3436
AppServicePlanCollection,
3537
AppServicePlanPatchResource,
38+
ArcConfiguration,
3639
ArmIdWrapper,
3740
ArmPlan,
3841
AseV3NetworkingConfiguration,
@@ -80,7 +83,6 @@ export {
8083
ContinuousWebJob,
8184
CookieExpiration,
8285
CorsSettings,
83-
CsmPublishingCredentialsPoliciesCollection,
8486
CsmPublishingCredentialsPoliciesEntity,
8587
CsmUsageQuota,
8688
CsmUsageQuotaCollection,
@@ -91,6 +93,7 @@ export {
9193
DataSource,
9294
DataTableResponseColumn,
9395
DataTableResponseObject,
96+
DefaultAuthorizationPolicy,
9497
DefaultErrorResponse,
9598
DefaultErrorResponseError,
9699
DefaultErrorResponseErrorDetailsItem,
@@ -99,6 +102,7 @@ export {
99102
Deployment,
100103
DetectorAbnormalTimePeriod,
101104
DetectorDefinition,
105+
DetectorDefinitionResource,
102106
DetectorInfo,
103107
DetectorResponse,
104108
DiagnosticAnalysis,
@@ -114,11 +118,13 @@ export {
114118
EnabledConfig,
115119
ErrorEntity,
116120
Experiments,
121+
ExtendedLocation,
117122
Facebook,
118123
FileSystemApplicationLogsConfig,
119124
FileSystemHttpLogsConfig,
120125
FileSystemTokenStore,
121126
ForwardProxy,
127+
FrontEndConfiguration,
122128
FunctionAppMajorVersion,
123129
FunctionAppMinorVersion,
124130
FunctionAppRuntimes,
@@ -150,15 +156,17 @@ export {
150156
IpSecurityRestriction,
151157
JwtClaimChecks,
152158
KeyValuePairStringObject,
159+
KubeEnvironment,
160+
KubeEnvironmentPatchResource,
153161
KubeEnvironmentProfile,
154162
LegacyMicrosoftAccount,
155163
LinuxJavaContainerSettings,
156164
LocalizableString,
165+
LogAnalyticsConfiguration,
157166
Login,
158167
LoginRoutes,
159168
LoginScopes,
160169
ManagedServiceIdentity,
161-
ManagedServiceIdentityUserAssignedIdentitiesValue,
162170
MigrateMySqlRequest,
163171
MigrateMySqlStatus,
164172
MSDeploy,
@@ -269,12 +277,14 @@ export {
269277
TwitterRegistration,
270278
Usage,
271279
User,
280+
UserAssignedIdentity,
272281
VirtualApplication,
273282
VirtualDirectory,
274283
VirtualIPMapping,
275284
VirtualNetworkProfile,
276285
VnetGateway,
277286
VnetInfo,
287+
VnetInfoResource,
278288
VnetParameters,
279289
VnetRoute,
280290
VnetValidationFailureDetails,

0 commit comments

Comments
 (0)