forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 31527 in Azure/azure-rest-api-specs
Merge 6d3e3f138bef146d09e2a331b92e8c517032fbcb into e838027e88cca634c1545e744630de9262a6e72a
- Loading branch information
SDKAuto
committed
Nov 18, 2024
1 parent
43142d2
commit e0db8ea
Showing
31 changed files
with
1,050 additions
and
1,885 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,13 @@ | ||
# Release History | ||
|
||
## 3.0.0-beta.6 (Unreleased) | ||
## 3.0.0 (2024-11-18) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
## 3.0.0-beta.5 (2022-11-16) | ||
|
||
### Features Added | ||
|
||
- Exposes `getContinuationToken` helper function to extract continuation token | ||
|
||
### Bugs Fixed | ||
|
||
- A series of small bug fixs relevant to authentication and apiVersion policy | ||
|
||
## 3.0.0-beta.4 (2022-10-08) | ||
|
||
### Bugs Fixed | ||
|
||
- revert credential scopes | ||
|
||
## 3.0.0-beta.3 (2022-09-30) | ||
|
||
### Bugs Fixed | ||
|
||
- fix better user experience of credential scopes in government cloud | ||
|
||
## 3.0.0-beta.2 (2022-04-11) | ||
|
||
The package of @azure/arm-azurestack is using our next generation design principles since version 3.0.0-beta.2, which contains breaking changes. | ||
The package of @azure/arm-azurestack is using our next generation design principles since version 3.0.0, which contains breaking changes. | ||
|
||
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog). | ||
|
||
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide). | ||
|
||
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). | ||
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "4042a47cff72c950d35dd72149895b044ed79713", | ||
"readme": "specification\\azurestack\\resource-manager\\readme.md", | ||
"autorest_command": "autorest --version=3.8.4 --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\\azurestack\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.3.20221108.1 --generate-sample=true", | ||
"commit": "71672e845eba644312dbfa6f44d3a6a5993a635b", | ||
"readme": "specification/azurestack/resource-manager/readme.md", | ||
"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/azurestack/resource-manager/readme.md --use=@autorest/typescript@^6.0.12", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2", | ||
"use": "@autorest/[email protected].0-rc.3.20221108.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.16", | ||
"use": "@autorest/typescript@^6.0.12" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.