Skip to content

Commit 8ff028b

Browse files
author
SDKAuto
committed
CodeGen from PR 26676 in Azure/azure-rest-api-specs
Merge 31f34074beec7a08aeccc0e6f9286106af40abf2 into 78eac0bd58633028293cb1ec1709baa200bed9e2
1 parent 1ad7aa3 commit 8ff028b

File tree

15 files changed

+1422
-482
lines changed

15 files changed

+1422
-482
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 376 additions & 374 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: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,42 @@
11
# Release History
2+
3+
## 15.0.0 (2023-11-13)
4+
5+
**Features**
26

3-
## 14.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation group GetUsagesInLocation
8+
- Added Interface AseRegion
9+
- Added Interface AseRegionCollection
10+
- Added Interface DaprConfig
11+
- Added Interface DiagnosticData_2
12+
- Added Interface GetUsagesInLocationListNextOptionalParams
13+
- Added Interface GetUsagesInLocationListOptionalParams
14+
- Added Interface ListAseRegionsNextOptionalParams
15+
- Added Interface ListAseRegionsOptionalParams
16+
- Added Interface ResourceConfig
17+
- Added Type Alias DaprLogLevel
18+
- Added Type Alias GetUsagesInLocationListNextResponse
19+
- Added Type Alias GetUsagesInLocationListResponse
20+
- Added Type Alias ListAseRegionsNextResponse
21+
- Added Type Alias ListAseRegionsResponse
22+
- Added Type Alias TlsCipherSuites
23+
- Interface CheckNameAvailabilityOptionalParams has a new optional parameter environmentId
24+
- Interface ResourceNameAvailabilityRequest has a new optional parameter environmentId
25+
- Interface Site has a new optional parameter daprConfig
26+
- Interface Site has a new optional parameter resourceConfig
27+
- Interface Site has a new optional parameter workloadProfileName
28+
- Interface SiteConfig has a new optional parameter minTlsCipherSuite
29+
- Interface SiteConfigResource has a new optional parameter minTlsCipherSuite
30+
- Added Enum KnownDaprLogLevel
31+
- Added Enum KnownTlsCipherSuites
32+
- Added Enum KnownWorkflowState
1033

11-
### Other Changes
34+
**Breaking Changes**
1235

36+
- Class WebSiteManagementClient has a new signature
37+
- Type of parameter dataset of interface DetectorResponse is changed from DiagnosticData[] to DiagnosticData_2[]
38+
39+
1340
## 14.0.0 (2023-03-10)
1441

1542
**Features**
@@ -747,4 +774,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
747774

748775
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
749776

750-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
777+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "4f4044394791773e6e7e82a9bd90d3935caaca1b",
2+
"commit": "1782f1139ff2a27fb9d213c0303eea4bdb5a776c",
33
"readme": "specification/web/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\web\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.9 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --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/typescript@^6.0.12",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7-
"use": "@autorest/[email protected].0-rc.9"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
7+
"use": "@autorest/typescript@^6.0.12"
88
}

sdk/appservice/arm-appservice/package.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for WebSiteManagementClient.",
6-
"version": "14.0.1",
6+
"version": "15.0.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.5.0",
11+
"@azure/core-lro": "^2.5.4",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
1414
"@azure/core-client": "^1.7.0",
1515
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.8.0",
16+
"@azure/core-rest-pipeline": "^1.12.0",
1717
"tslib": "^2.2.0"
1818
},
1919
"keywords": [
@@ -32,17 +32,19 @@
3232
"mkdirp": "^2.1.2",
3333
"typescript": "~5.2.0",
3434
"uglify-js": "^3.4.9",
35-
"rimraf": "^3.0.0",
35+
"rimraf": "^5.0.0",
3636
"dotenv": "^16.0.0",
37+
"@azure/dev-tool": "^1.0.0",
3738
"@azure/identity": "^3.3.0",
3839
"@azure-tools/test-recorder": "^3.0.0",
3940
"@azure-tools/test-credential": "^1.0.0",
4041
"mocha": "^10.0.0",
42+
"@types/mocha": "^10.0.0",
43+
"esm": "^3.2.18",
4144
"@types/chai": "^4.2.8",
4245
"chai": "^4.2.0",
4346
"cross-env": "^7.0.2",
4447
"@types/node": "^18.0.0",
45-
"@azure/dev-tool": "^1.0.0",
4648
"ts-node": "^10.0.0"
4749
},
4850
"repository": {
@@ -77,7 +79,7 @@
7779
"extract-api": "api-extractor run --local",
7880
"lint": "echo skipped",
7981
"audit": "echo skipped",
80-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
82+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8183
"build:node": "echo skipped",
8284
"build:browser": "echo skipped",
8385
"build:test": "echo skipped",
@@ -105,13 +107,5 @@
105107
]
106108
},
107109
"autoPublish": true,
108-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice",
109-
"//sampleConfiguration": {
110-
"productName": "",
111-
"productSlugs": [
112-
"azure"
113-
],
114-
"disableDocsMs": true,
115-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appservice?view=azure-node-preview"
116-
}
117-
}
110+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appservice/arm-appservice"
111+
}

0 commit comments

Comments
 (0)