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 26109 in Azure/azure-rest-api-specs
Merge 980fb6fb08b4d5f6e9fbb98fce0bfa51df3583d9 into 4c38cb9966cd6afbb03c7e9b14997720a728baee
- Loading branch information
SDKAuto
committed
Oct 18, 2023
1 parent
53b6755
commit f3694c0
Showing
37 changed files
with
6,365 additions
and
4,179 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,37 +1,5 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.4 (Unreleased) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
## 1.0.0-beta.3 (2023-02-01) | ||
|
||
**Features** | ||
|
||
- Exposes `getContinuationToken` helper function to extract continuation token | ||
|
||
**Bugs Fixed** | ||
|
||
- A series of small bug fixs relevant to authentication and apiVersion policy | ||
|
||
## 1.0.0-beta.2 (2022-07-14) | ||
|
||
**Features** | ||
|
||
- Added Interface CloudInventoryItem | ||
- Added Interface InventoryItem | ||
- Added Interface ProxyResource | ||
- Added Interface VirtualMachineInventoryItem | ||
- Added Interface VirtualMachineTemplateInventoryItem | ||
- Added Interface VirtualNetworkInventoryItem | ||
|
||
|
||
## 1.0.0-beta.1 (2022-04-27) | ||
## 1.0.0 (2023-10-18) | ||
|
||
The package of @azure/arm-scvmm 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-scvmm 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": "96c6e14d4dfd2aef59a69a43185308567fec8c07", | ||
"readme": "specification\\scvmm\\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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\scvmm\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.7 --generate-sample=true", | ||
"commit": "dcbfbdc745942d2e93bf1bf0bdaae1890e1631cf", | ||
"readme": "specification/scvmm/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/scvmm/resource-manager/readme.md --use=@autorest/typescript@^6.0.11", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0", | ||
"use": "@autorest/[email protected].0-rc.7" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2", | ||
"use": "@autorest/typescript@^6.0.11" | ||
} |
Oops, something went wrong.