Skip to content

Commit b1a963e

Browse files
author
SDKAuto
committed
CodeGen from PR 18469 in Azure/azure-rest-api-specs
Merge f30a1b2aa570ed82a7f2fc7d4918c4b1e7df1a85 into d55f30f41f04e712de101fc9c17a591ca410bfed
1 parent c544e11 commit b1a963e

File tree

13 files changed

+335
-33
lines changed

13 files changed

+335
-33
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appservice/arm-appservice/CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Release History
2+
3+
## 12.0.0 (2022-04-01)
4+
5+
**Features**
26

3-
## 11.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation group Global_2
8+
- Added operation WebApps.createOneDeployOperation
9+
- Added operation WebApps.getAuthSettingsV2WithoutSecretsSlot
10+
- Added operation WebApps.getOneDeployStatus
11+
- Added Interface WebAppsCreateOneDeployOperationOptionalParams
12+
- Added Interface WebAppsGetAuthSettingsV2WithoutSecretsSlotOptionalParams
13+
- Added Interface WebAppsGetOneDeployStatusOptionalParams
14+
- Added Type Alias WebAppsCreateOneDeployOperationResponse
15+
- Added Type Alias WebAppsGetAuthSettingsV2WithoutSecretsSlotResponse
16+
- Added Type Alias WebAppsGetOneDeployStatusResponse
1017

11-
### Other Changes
18+
**Breaking Changes**
1219

20+
- Removed operation group Global
21+
22+
1323
## 11.0.0 (2022-01-10)
1424

1525
**Features**
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"commit": "409af02e5ca217c7e7ec2acf50f4976c053496f8",
2+
"commit": "ddf47d01cc5d215286107e6b8365fe98d4f80cf5",
33
"readme": "specification/web/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/web/resource-manager/readme.md --use=@autorest/[email protected].20211217.1",
4+
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/web/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected]"
6+
"release_tool": "@azure-tools/[email protected]",
7+
"use": "@autorest/[email protected]"
78
}
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
4-
"docModel": { "enabled": true },
5-
"apiReport": { "enabled": true, "reportFolder": "./review" },
4+
"docModel": {
5+
"enabled": true
6+
},
7+
"apiReport": {
8+
"enabled": true,
9+
"reportFolder": "./review"
10+
},
611
"dtsRollup": {
712
"enabled": true,
813
"untrimmedFilePath": "",
914
"publicTrimmedFilePath": "./types/arm-appservice.d.ts"
1015
},
1116
"messages": {
12-
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
17+
"tsdocMessageReporting": {
18+
"default": {
19+
"logLevel": "none"
20+
}
21+
},
1322
"extractorMessageReporting": {
14-
"ae-missing-release-tag": { "logLevel": "none" },
15-
"ae-unresolved-link": { "logLevel": "none" }
23+
"ae-missing-release-tag": {
24+
"logLevel": "none"
25+
},
26+
"ae-unresolved-link": {
27+
"logLevel": "none"
28+
}
1629
}
1730
}
18-
}
31+
}

sdk/appservice/arm-appservice/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for WebSiteManagementClient.",
6-
"version": "11.0.1",
6+
"version": "12.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -29,12 +29,12 @@
2929
"types": "./types/arm-appservice.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.18.11",
32-
"@rollup/plugin-commonjs": "^21.0.1",
32+
"@rollup/plugin-commonjs": "11.0.2",
3333
"@rollup/plugin-json": "^4.0.0",
3434
"@rollup/plugin-multi-entry": "^3.0.0",
3535
"@rollup/plugin-node-resolve": "^8.0.0",
3636
"mkdirp": "^1.0.4",
37-
"rollup": "^2.0.0",
37+
"rollup": "^1.16.3",
3838
"rollup-plugin-sourcemaps": "^0.4.2",
3939
"typescript": "~4.2.0",
4040
"uglify-js": "^3.4.9",
@@ -99,4 +99,4 @@
9999
},
100100
"sideEffects": false,
101101
"autoPublish": true
102-
}
102+
}

sdk/appservice/arm-appservice/review/arm-appservice.api.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7472,6 +7472,7 @@ export interface WebApps {
74727472
beginSwapSlotWithProductionAndWait(resourceGroupName: string, name: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsSwapSlotWithProductionOptionalParams): Promise<void>;
74737473
createDeployment(resourceGroupName: string, name: string, id: string, deployment: Deployment, options?: WebAppsCreateDeploymentOptionalParams): Promise<WebAppsCreateDeploymentResponse>;
74747474
createDeploymentSlot(resourceGroupName: string, name: string, id: string, slot: string, deployment: Deployment, options?: WebAppsCreateDeploymentSlotOptionalParams): Promise<WebAppsCreateDeploymentSlotResponse>;
7475+
createOneDeployOperation(resourceGroupName: string, name: string, options?: WebAppsCreateOneDeployOperationOptionalParams): Promise<WebAppsCreateOneDeployOperationResponse>;
74757476
createOrUpdateConfiguration(resourceGroupName: string, name: string, siteConfig: SiteConfigResource, options?: WebAppsCreateOrUpdateConfigurationOptionalParams): Promise<WebAppsCreateOrUpdateConfigurationResponse>;
74767477
createOrUpdateConfigurationSlot(resourceGroupName: string, name: string, slot: string, siteConfig: SiteConfigResource, options?: WebAppsCreateOrUpdateConfigurationSlotOptionalParams): Promise<WebAppsCreateOrUpdateConfigurationSlotResponse>;
74777478
createOrUpdateDomainOwnershipIdentifier(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, domainOwnershipIdentifier: Identifier, options?: WebAppsCreateOrUpdateDomainOwnershipIdentifierOptionalParams): Promise<WebAppsCreateOrUpdateDomainOwnershipIdentifierResponse>;
@@ -7548,6 +7549,7 @@ export interface WebApps {
75487549
getAuthSettingsV2(resourceGroupName: string, name: string, options?: WebAppsGetAuthSettingsV2OptionalParams): Promise<WebAppsGetAuthSettingsV2Response>;
75497550
getAuthSettingsV2Slot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetAuthSettingsV2SlotOptionalParams): Promise<WebAppsGetAuthSettingsV2SlotResponse>;
75507551
getAuthSettingsV2WithoutSecrets(resourceGroupName: string, name: string, options?: WebAppsGetAuthSettingsV2WithoutSecretsOptionalParams): Promise<WebAppsGetAuthSettingsV2WithoutSecretsResponse>;
7552+
getAuthSettingsV2WithoutSecretsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetAuthSettingsV2WithoutSecretsSlotOptionalParams): Promise<WebAppsGetAuthSettingsV2WithoutSecretsSlotResponse>;
75517553
getBackupConfiguration(resourceGroupName: string, name: string, options?: WebAppsGetBackupConfigurationOptionalParams): Promise<WebAppsGetBackupConfigurationResponse>;
75527554
getBackupConfigurationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetBackupConfigurationSlotOptionalParams): Promise<WebAppsGetBackupConfigurationSlotResponse>;
75537555
getBackupStatus(resourceGroupName: string, name: string, backupId: string, options?: WebAppsGetBackupStatusOptionalParams): Promise<WebAppsGetBackupStatusResponse>;
@@ -7602,6 +7604,7 @@ export interface WebApps {
76027604
getNetworkTracesSlot(resourceGroupName: string, name: string, operationId: string, slot: string, options?: WebAppsGetNetworkTracesSlotOptionalParams): Promise<WebAppsGetNetworkTracesSlotResponse>;
76037605
getNetworkTracesSlotV2(resourceGroupName: string, name: string, operationId: string, slot: string, options?: WebAppsGetNetworkTracesSlotV2OptionalParams): Promise<WebAppsGetNetworkTracesSlotV2Response>;
76047606
getNetworkTracesV2(resourceGroupName: string, name: string, operationId: string, options?: WebAppsGetNetworkTracesV2OptionalParams): Promise<WebAppsGetNetworkTracesV2Response>;
7607+
getOneDeployStatus(resourceGroupName: string, name: string, options?: WebAppsGetOneDeployStatusOptionalParams): Promise<WebAppsGetOneDeployStatusResponse>;
76057608
getPremierAddOn(resourceGroupName: string, name: string, premierAddOnName: string, options?: WebAppsGetPremierAddOnOptionalParams): Promise<WebAppsGetPremierAddOnResponse>;
76067609
getPremierAddOnSlot(resourceGroupName: string, name: string, premierAddOnName: string, slot: string, options?: WebAppsGetPremierAddOnSlotOptionalParams): Promise<WebAppsGetPremierAddOnSlotResponse>;
76077610
getPrivateAccess(resourceGroupName: string, name: string, options?: WebAppsGetPrivateAccessOptionalParams): Promise<WebAppsGetPrivateAccessResponse>;
@@ -7960,6 +7963,13 @@ export interface WebAppsCreateMSDeployOperationSlotOptionalParams extends coreCl
79607963
// @public
79617964
export type WebAppsCreateMSDeployOperationSlotResponse = MSDeployStatus;
79627965

7966+
// @public
7967+
export interface WebAppsCreateOneDeployOperationOptionalParams extends coreClient.OperationOptions {
7968+
}
7969+
7970+
// @public
7971+
export type WebAppsCreateOneDeployOperationResponse = Record<string, unknown>;
7972+
79637973
// @public
79647974
export interface WebAppsCreateOrUpdateConfigurationOptionalParams extends coreClient.OperationOptions {
79657975
}
@@ -8443,6 +8453,13 @@ export interface WebAppsGetAuthSettingsV2WithoutSecretsOptionalParams extends co
84438453
// @public
84448454
export type WebAppsGetAuthSettingsV2WithoutSecretsResponse = SiteAuthSettingsV2;
84458455

8456+
// @public
8457+
export interface WebAppsGetAuthSettingsV2WithoutSecretsSlotOptionalParams extends coreClient.OperationOptions {
8458+
}
8459+
8460+
// @public
8461+
export type WebAppsGetAuthSettingsV2WithoutSecretsSlotResponse = SiteAuthSettingsV2;
8462+
84468463
// @public
84478464
export interface WebAppsGetBackupConfigurationOptionalParams extends coreClient.OperationOptions {
84488465
}
@@ -8837,6 +8854,13 @@ export interface WebAppsGetNetworkTracesV2OptionalParams extends coreClient.Oper
88378854
// @public
88388855
export type WebAppsGetNetworkTracesV2Response = NetworkTrace[];
88398856

8857+
// @public
8858+
export interface WebAppsGetOneDeployStatusOptionalParams extends coreClient.OperationOptions {
8859+
}
8860+
8861+
// @public
8862+
export type WebAppsGetOneDeployStatusResponse = Record<string, unknown>;
8863+
88408864
// @public
88418865
export interface WebAppsGetOptionalParams extends coreClient.OperationOptions {
88428866
}

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12044,6 +12044,20 @@ export interface WebAppsGetMSDeployLogOptionalParams
1204412044
/** Contains response data for the getMSDeployLog operation. */
1204512045
export type WebAppsGetMSDeployLogResponse = MSDeployLog;
1204612046

12047+
/** Optional parameters. */
12048+
export interface WebAppsGetOneDeployStatusOptionalParams
12049+
extends coreClient.OperationOptions {}
12050+
12051+
/** Contains response data for the getOneDeployStatus operation. */
12052+
export type WebAppsGetOneDeployStatusResponse = Record<string, unknown>;
12053+
12054+
/** Optional parameters. */
12055+
export interface WebAppsCreateOneDeployOperationOptionalParams
12056+
extends coreClient.OperationOptions {}
12057+
12058+
/** Contains response data for the createOneDeployOperation operation. */
12059+
export type WebAppsCreateOneDeployOperationResponse = Record<string, unknown>;
12060+
1204712061
/** Optional parameters. */
1204812062
export interface WebAppsListFunctionsOptionalParams
1204912063
extends coreClient.OperationOptions {}
@@ -12936,6 +12950,13 @@ export interface WebAppsGetAuthSettingsSlotOptionalParams
1293612950
/** Contains response data for the getAuthSettingsSlot operation. */
1293712951
export type WebAppsGetAuthSettingsSlotResponse = SiteAuthSettings;
1293812952

12953+
/** Optional parameters. */
12954+
export interface WebAppsGetAuthSettingsV2WithoutSecretsSlotOptionalParams
12955+
extends coreClient.OperationOptions {}
12956+
12957+
/** Contains response data for the getAuthSettingsV2WithoutSecretsSlot operation. */
12958+
export type WebAppsGetAuthSettingsV2WithoutSecretsSlotResponse = SiteAuthSettingsV2;
12959+
1293912960
/** Optional parameters. */
1294012961
export interface WebAppsUpdateAuthSettingsV2SlotOptionalParams
1294112962
extends coreClient.OperationOptions {}

0 commit comments

Comments
 (0)