Skip to content

Commit 48d4e43

Browse files
[AutoRelease] t2-quota-2025-09-22-52876(can only be merged by SDK owner) (#43081)
* code and test * update changelog --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent b07ca62 commit 48d4e43

File tree

129 files changed

+15728
-13060
lines changed

Some content is hidden

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

129 files changed

+15728
-13060
lines changed

sdk/quota/azure-mgmt-quota/CHANGELOG.md

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

3+
## 3.0.0 (2025-09-22)
4+
5+
### Features Added
6+
7+
- Model `QuotaMgmtClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `QuotaMgmtClient` added method `send_request`
9+
- Client `QuotaMgmtClient` added operation group `group_quota_usages`
10+
- Client `QuotaMgmtClient` added operation group `group_quota_location_settings`
11+
- Model `CurrentQuotaLimitBase` added property `system_data`
12+
- Model `CurrentUsagesBase` added property `system_data`
13+
- Model `GroupQuotasEntityBase` added property `group_type`
14+
- Model `GroupQuotasEntityProperties` added property `group_type`
15+
- Model `QuotaRequestDetails` added property `system_data`
16+
- Enum `RequestState` added member `ESCALATED`
17+
- Added enum `EnforcementState`
18+
- Added model `ExtensionResource`
19+
- Added model `GroupQuotasEnforcementStatus`
20+
- Added model `GroupQuotasEnforcementStatusProperties`
21+
- Added enum `GroupType`
22+
- Added operation group `GroupQuotaLocationSettingsOperations`
23+
- Added operation group `GroupQuotaUsagesOperations`
24+
25+
### Breaking Changes
26+
27+
- This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
28+
- Deleted or renamed model `CommonResourceProperties`
29+
- Deleted or renamed model `CreateGenericQuotaRequestParameters`
30+
- Deleted or renamed model `GroupQuotaList`
31+
- Deleted or renamed model `GroupQuotaSubscriptionIdList`
32+
- Deleted or renamed model `GroupQuotaSubscriptionRequestStatusList`
33+
- Deleted or renamed model `LROResponse`
34+
- Deleted or renamed model `LROResponseProperties`
35+
- Deleted or renamed model `OperationList`
36+
- Deleted or renamed model `QuotaAllocationRequestStatusList`
37+
- Deleted or renamed model `QuotaLimits`
38+
- Deleted or renamed model `QuotaLimitsResponse`
39+
- Deleted or renamed model `QuotaRequestDetailsList`
40+
- Deleted or renamed model `QuotaRequestOneResourceProperties`
41+
- Deleted or renamed model `QuotaRequestOneResourceSubmitResponse`
42+
- Deleted or renamed model `QuotaRequestStatusDetails`
43+
- Deleted or renamed model `QuotaRequestSubmitResponse`
44+
- Deleted or renamed model `QuotaRequestSubmitResponse202`
45+
- Deleted or renamed model `ResourceBaseRequest`
46+
- Deleted or renamed model `ResourceUsageList`
47+
- Deleted or renamed model `SubmittedResourceRequestStatusList`
48+
- Deleted or renamed model `SubscriptionGroupQuotaAssignment`
49+
- Deleted or renamed model `SubscriptionQuotaAllocationRequestList`
50+
- Deleted or renamed model `SubscriptionQuotaAllocationsStatusList`
51+
- Deleted or renamed model `UsagesLimits`
52+
- Method `QuotaRequestStatusOperations.list` changed its parameter `skiptoken` from `positional_or_keyword` to `keyword_only`
53+
354
## 2.0.0 (2025-02-26)
455

556
### Features Added
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/quota/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

sdk/quota/azure-mgmt-quota/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Quota Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/quota/azure-mgmt-quota/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"apiVersion": "2025-09-01",
3+
"commit": "f4d79a1a326481435d1240987885204b57ae5129",
4+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
5+
"typespec_src": "specification/quota/Quota.Management",
6+
"emitterVersion": "0.50.0"
7+
}

0 commit comments

Comments
 (0)