Skip to content

Commit a7f25a2

Browse files
SDK add Quota command and models. Add Tests for Quota (Azure#13500)
* Updating SDK package release note and version. * Updating version. * Adding updating files for Quota APIs from Automated build - https://github.com/AzureSDKAutomation/azure-sdk-for-net/tree/sdkAutomation/Microsoft.Azure.Management.Reservations/ * Adding model. Reverting back to SubscriptionScopeProperties in IReservationOperations.cs, as it breaks the tests. * Updating version and comments for 2019-07-19-preview * Adding Quota Api Tests. * Udating Recorded files for tests and added test cases for quota API. * Updated Test files. * Udating the Tests. Formatting and grouping them by succes and failure cases. * 1. Updating the Tests. 2. Formatting and grouping them by success and failure cases. Co-authored-by: Chidozie Ononiwu <[email protected]>
1 parent a40dfea commit a7f25a2

File tree

57 files changed

+7438
-123
lines changed

Some content is hidden

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

57 files changed

+7438
-123
lines changed
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_2019-04-01;</AzureApiTag>
4+
<AzureApiTag>Capacity_2019-07-19-preview;Capacity_2019-04-01;</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.14.0-preview
4+
**Notes**
5+
6+
* Add quota APIs.
7+
* Add AutoQuotaIncrease APIs.
8+
39
### Changes in 1.9.0-preview
410

511
**Notes**

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

Lines changed: 420 additions & 0 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/AutoQuotaIncreaseOperationsExtensions.cs

Lines changed: 103 additions & 0 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/AzureReservationAPIClient.cs

Lines changed: 26 additions & 21 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/IAutoQuotaIncreaseOperations.cs

Lines changed: 76 additions & 0 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/IAzureReservationAPIClient.cs

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

0 commit comments

Comments
 (0)