Skip to content

Commit 7ebdb86

Browse files
Public Preview SDK update for Api Version 2024-12-18-preview (Azure#47813)
* Api based on new 12-18-preview spec * Adds the tests * Modifies the assets.json * Removes unused samples * modifies Changelog file with new API version * update --------- Co-authored-by: Arthur Ma <[email protected]>
1 parent 0fe403e commit 7ebdb86

File tree

133 files changed

+3806
-9070
lines changed

Some content is hidden

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

133 files changed

+3806
-9070
lines changed

sdk/quota/Azure.ResourceManager.Quota/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Release History
22

3-
## 1.1.0-beta.3 (Unreleased)
3+
## 1.1.0-beta.3 (2025-01-20)
44

55
### Features Added
66

7-
- Exposed `JsonModelWriteCore` for model serialization procedure.
8-
9-
### Breaking Changes
7+
- Upgraded api-version tag from 'package-2023-06-01-preview' to 'package-2024-12-18-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/55c5a0cd6da80b2700333c01e9a9c6067de9cef0/specification/quota/resource-manager/readme.md.
8+
- Replaces the GroupQuotaLimitRequest and SubscriptionQuotaAllocationRequest PUT paths with a PATCH operation in both GroupQuotaLimits and SubscriptionQuotaAllocations operations. This ensures no issues with checking for action completeness and is better aligned with the REST API design guidelines.
109

1110
### Bugs Fixed
1211

12+
- Fixed an issue where the GroupQuotaLimits and SubscriptionQuotaAllocations operations were erroring out even though the action completed successfully.
13+
1314
### Other Changes
1415

15-
## 1.1.0-beta.2 (2027-07-23)
16+
- Upgraded Azure.Core from 1.41.0 to 1.44.1
17+
- Upgraded Azure.ResourceManager from 1.12.0 to 1.13.0
18+
19+
## 1.1.0-beta.2 (2024-07-23)
1620

1721
### Features Added
1822

sdk/quota/Azure.ResourceManager.Quota/api/Azure.ResourceManager.Quota.net8.0.cs

Lines changed: 186 additions & 294 deletions
Large diffs are not rendered by default.

sdk/quota/Azure.ResourceManager.Quota/api/Azure.ResourceManager.Quota.netstandard2.0.cs

Lines changed: 186 additions & 294 deletions
Large diffs are not rendered by default.

sdk/quota/Azure.ResourceManager.Quota/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/quota/Azure.ResourceManager.Quota",
5-
"Tag": "net/quota/Azure.ResourceManager.Quota_c8a7db5e6a"
5+
"Tag": "net/quota/Azure.ResourceManager.Quota_5ee205a682"
66
}

sdk/quota/Azure.ResourceManager.Quota/samples/Generated/Samples/Sample_CurrentQuotaLimitBaseCollection.cs

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

sdk/quota/Azure.ResourceManager.Quota/samples/Generated/Samples/Sample_CurrentQuotaLimitBaseResource.cs

Lines changed: 4 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)