Skip to content

Commit 18dfaa4

Browse files
[AutoPR azure-mgmt-computelimit]-generated-from-SDK Generation - Python-6461969 (#47542)
* Configurations: 'specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: '2114bd7b79b2ff5604db83ebd706b81632cb0ea0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6448226 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Update pyproject.toml * Configurations: 'specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: '18ebae7ea8f6aefd83268aacdb1f480b24842726' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6461969 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent d926dec commit 18dfaa4

54 files changed

Lines changed: 4954 additions & 67 deletions

Some content is hidden

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

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

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

3+
## 1.2.0 (2026-06-20)
4+
5+
### Features Added
6+
7+
- Client `ComputeLimitMgmtClient` added operation group `shared_limit_caps`
8+
- Client `ComputeLimitMgmtClient` added operation group `member_cap_overrides`
9+
- Added model `MemberCap`
10+
- Added model `MemberCapOverride`
11+
- Added model `MemberCapOverrideProperties`
12+
- Added model `SetMemberCapOverridesRequest`
13+
- Added model `SetMemberCapOverridesResult`
14+
- Added model `SharedLimitCap`
15+
- Added model `SharedLimitCapProperties`
16+
- Added operation group `MemberCapOverridesOperations`
17+
- Added operation group `SharedLimitCapsOperations`
18+
319
## 1.1.0 (2026-05-26)
420

521
### Features Added

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) 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.
@@ -36,11 +36,11 @@ With above configuration, client can be authenticated by following code:
3636

3737
```python
3838
from azure.identity import DefaultAzureCredential
39-
from azure.mgmt.computelimit import ComputeLimitClient
39+
from azure.mgmt.computelimit import ComputeLimitMgmtClient
4040
import os
4141

4242
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
43-
client = ComputeLimitClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
43+
client = ComputeLimitMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
4444
```
4545

4646
## Examples
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"apiVersion": "2026-06-01",
2+
"apiVersion": "2026-07-01",
33
"apiVersions": {
4-
"Microsoft.ComputeLimit": "2026-06-01"
4+
"Microsoft.ComputeLimit": "2026-07-01"
55
},
6-
"commit": "5376576f4c7cd72c82446ddaab93642c9fad6b6e",
6+
"commit": "18ebae7ea8f6aefd83268aacdb1f480b24842726",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit",
9-
"emitterVersion": "0.62.1"
9+
"emitterVersion": "0.63.1",
10+
"httpClientPythonVersion": "^0.32.0"
1011
}

0 commit comments

Comments
 (0)