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 27571 in Azure/azure-rest-api-specs
Merge d892ff4fda66c15925e2566f6a442b2736761206 into f9bf9d4cb5de4fb51a3150d53134f0afb676c642
- Loading branch information
SDKAuto
committed
Jan 30, 2024
1 parent
7a5a9e3
commit dfd4272
Showing
22 changed files
with
1,433 additions
and
1,025 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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,15 +1,27 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (2024-01-30) | ||
|
||
**Features** | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
- Added operation Workspace.listKeys | ||
- Added operation Workspace.regenerateKeys | ||
- Added Interface ApiKey | ||
- Added Interface APIKeys | ||
- Added Interface ListKeysResult | ||
- Added Interface WorkspaceListKeysOptionalParams | ||
- Added Interface WorkspaceRegenerateKeysOptionalParams | ||
- Added Type Alias KeyType_2 | ||
- Added Type Alias WorkspaceListKeysResponse | ||
- Interface QuantumWorkspace has a new optional parameter apiKeyEnabled | ||
- Interface Resource has a new optional parameter systemData | ||
- Added Enum KnownKeyType | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
**Breaking Changes** | ||
|
||
- Interface QuantumWorkspace no longer has parameter systemData | ||
|
||
|
||
## 1.0.0-beta.1 (2023-07-10) | ||
|
||
The package of @azure/arm-quantum is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). | ||
The package of @azure/arm-quantum is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "0f39a2d56070d2bc4251494525cb8af88583a938", | ||
"commit": "c5b769dac1bbb0a6ce02d22cc6bded8663710c12", | ||
"readme": "specification/quantum/resource-manager/readme.md", | ||
"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\\quantum\\resource-manager\\readme.md --use=@autorest/[email protected].5 --generate-sample=true", | ||
"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/quantum/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/[email protected].0", | ||
"use": "@autorest/[email protected].5" | ||
"release_tool": "@azure-tools/[email protected].4", | ||
"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
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
Oops, something went wrong.