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 22367 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.Quota to add version stable/2023-02-01 (Azure#22367) * Adds base for updating Microsoft.Quota from version preview/2021-03-15-preview to version 2023-02-01 * Updates readme * Updates API version in new specs and examples * Fix version in readme * Remove stale version, update readme * Mark parameter as optional
- Loading branch information
SDKAuto
committed
Mar 22, 2023
1 parent
941ecc0
commit 8d86d4d
Showing
18 changed files
with
113 additions
and
184 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,55 +1,5 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.6 (Unreleased) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
## 1.0.0-beta.5 (2022-12-05) | ||
|
||
**Features** | ||
|
||
- Added Interface LimitObject | ||
|
||
## 1.0.0-beta.4 (2022-04-28) | ||
|
||
**Features** | ||
|
||
- Bug fix | ||
|
||
## 1.0.0-beta.3 (2021-12-22) | ||
|
||
**Features** | ||
|
||
- Class AzureQuotaExtensionAPI has a new parameter $host | ||
- Class AzureQuotaExtensionAPI has a new parameter apiVersion | ||
|
||
**Breaking Changes** | ||
|
||
- Deleted Class AzureQuotaExtensionAPIContext | ||
|
||
## 1.0.0-beta.2 (2021-11-01) | ||
|
||
**Features** | ||
|
||
- Added operation group QuotaOperation | ||
- Added Interface QuotaOperationListNextOptionalParams | ||
- Added Interface QuotaOperationListOptionalParams | ||
- Added Type Alias LimitObject | ||
- Added Type Alias QuotaOperationListNextResponse | ||
- Added Type Alias QuotaOperationListResponse | ||
- Class AzureQuotaExtensionAPI has a new parameter quotaOperation | ||
|
||
**Breaking Changes** | ||
|
||
- Removed operation group Operation | ||
- Class AzureQuotaExtensionAPI no longer has parameter operation | ||
|
||
## 1.0.0-beta.1 (2021-09-28) | ||
## 1.0.0 (2023-03-22) | ||
|
||
- Initial Release | ||
The package of @azure/arm-quota 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
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": "0cd7b3e83d5e7e21222dcc4bdde4565562da0cdf", | ||
"readme": "specification\\quota\\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\\quota\\resource-manager\\readme.md --use=@autorest/[email protected].3.20221108.1 --generate-sample=true", | ||
"commit": "806d1616c2ce4c0a93fda266bd020903733ac326", | ||
"readme": "specification/quota/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/quota/resource-manager/readme.md --use=@autorest/[email protected].10", | ||
"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].3.20221108.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2", | ||
"use": "@autorest/[email protected].10" | ||
} |
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.