Skip to content

Commit 560ba21

Browse files
authored
Using new API version 2022-03-01 and adding new Reserved Resource types support for getCatalog (Azure#28620)
* Using new API version 2022-03-01 * Adding support for new reserved resource types * Update CHANGELOG.md * Updates * Update TestGetCatalog.json * Bump up to new major version * Revert back to 1.16.0 version
1 parent 8fc43da commit 560ba21

File tree

87 files changed

+2764
-485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2764
-485
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
Installing AutoRest version: latest
1+
Installing AutoRest version: v2
22
AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/reservations/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\sdk
7-
2020-12-02 11:46:23 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/reservations/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=D:\GitHub\gaoyp830\azure-sdk-for-net\sdk
7+
Autorest CSharp Version: 2.3.82
8+
2022-05-11 19:17:19 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
10-
Branch: master
11-
Commit: f384a496b53871adf27fb4101c605f6aa777a499
11+
Branch: main
12+
Commit: f699f9210bfb53e5841bd45c5637a122a17ad32b
1213
AutoRest information
13-
Requested version: latest
14-
Bootstrapper version: autorest@2.0.4283
14+
Requested version: 2.0.4421
15+
Bootstrapper version: autorest@3.5.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>Capacity_2020-10-01-preview;Capacity_2020-10-25;</AzureApiTag>
4+
<AzureApiTag>Capacity_2022-03-01;Capacity_2020-10-25;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/reservations/Microsoft.Azure.Management.Reservations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Microsoft.Azure.Management.Reservations release notes
22

3+
### Changes in 1.16.0-preview
4+
**Notes**
5+
6+
* Updated Reservations APIs version to 2022-03-01.
7+
* Support for new reserved resource types: AVS, DataFactory, NetAppStorage, AzureFiles, SqlEdge VirtualMachineSoftware.
8+
39
### Changes in 1.15.0-preview
410
**Notes**
511

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/AzureReservationAPIClient.cs

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/AzureReservationAPIClientExtensions.cs

Lines changed: 22 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/CalculateExchangeOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/ExchangeOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/IAzureReservationAPIClient.cs

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/IQuotaOperations.cs

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/reservations/Microsoft.Azure.Management.Reservations/src/Generated/IQuotaRequestStatusOperations.cs

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)