Skip to content

Commit 0faccc1

Browse files
azure-sdkChenxiJiang333msyyc
authored
[AutoRelease] t2-containerservicefleet-2025-07-30-78141(can only be merged by SDK owner) (#42274)
* code and test * update changelog * Update CHANGELOG.md * Update sdk/containerservice/azure-mgmt-containerservicefleet/CHANGELOG.md Co-authored-by: Yuchao Yan <[email protected]> --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent 9f2e12c commit 0faccc1

File tree

124 files changed

+18044
-12653
lines changed

Some content is hidden

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

124 files changed

+18044
-12653
lines changed

sdk/containerservice/azure-mgmt-containerservicefleet/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+
## 4.0.0b1 (2025-08-04)
4+
5+
### Features Added
6+
7+
- Client `ContainerServiceFleetMgmtClient` added operation group `gates`
8+
- Model `UpdateGroup` added property `before_gates`
9+
- Model `UpdateGroup` added property `after_gates`
10+
- Model `UpdateGroupStatus` added property `before_gates`
11+
- Model `UpdateGroupStatus` added property `after_gates`
12+
- Model `UpdateStage` added property `before_gates`
13+
- Model `UpdateStage` added property `after_gates`
14+
- Model `UpdateStageStatus` added property `before_gates`
15+
- Model `UpdateStageStatus` added property `after_gates`
16+
- Enum `UpdateState` added member `PENDING`
17+
- Enum `UpgradeChannel` added member `TARGET_KUBERNETES_VERSION`
18+
- Added model `FleetMemberUpdateProperties`
19+
- Added model `Gate`
20+
- Added model `GateConfiguration`
21+
- Added model `GatePatch`
22+
- Added model `GatePatchProperties`
23+
- Added model `GateProperties`
24+
- Added enum `GateProvisioningState`
25+
- Added enum `GateState`
26+
- Added model `GateTarget`
27+
- Added enum `GateType`
28+
- Added enum `Timing`
29+
- Added model `UpdateRunGateStatus`
30+
- Added model `UpdateRunGateTargetProperties`
31+
- Added operation group `GatesOperations`
32+
33+
### Breaking Changes
34+
35+
- 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.
36+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for mgration.
37+
- Model `FleetMemberUpdate` deleted or renamed its instance variable `group`
38+
- Method `AutoUpgradeProfilesOperations.begin_create_or_update` renamed positional_or_keyword parameters `if_match`/`if_none_match` to keyword_only parameters `etag`/`match_condition`
39+
- Method `AutoUpgradeProfilesOperations.begin_delete` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
40+
- Method `FleetMembersOperations.begin_create` renamed positional_or_keyword parameters `if_match`/`if_none_match` to keyword_only parameters `etag`/`match_condition`
41+
- Method `FleetMembersOperations.begin_delete` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
42+
- Method `FleetMembersOperations.begin_update` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
43+
- Method `FleetUpdateStrategiesOperations.begin_create_or_update` renamed positional_or_keyword parameters `if_match`/`if_none_match` to keyword_only parameters `etag`/`match_condition`
44+
- Method `FleetUpdateStrategiesOperations.begin_delete` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
45+
- Method `FleetsOperations.begin_create_or_update` renamed positional_or_keyword parameters `if_match`/`if_none_match` to keyword_only parameters `etag`/`match_condition`
46+
- Method `FleetsOperations.begin_delete` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
47+
- Method `FleetsOperations.begin_update` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
48+
- Method `UpdateRunsOperations.begin_create_or_update` renamed positional_or_keyword parameters `if_match`/`if_none_match` to keyword_only parameters `etag`/`match_condition`
49+
- Method `UpdateRunsOperations.begin_delete` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
50+
- Method `UpdateRunsOperations.begin_skip` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
51+
- Method `UpdateRunsOperations.begin_start` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
52+
- Method `UpdateRunsOperations.begin_stop` renamed positional_or_keyword parameter `if_match` to keyword_only parameters `etag`/`match_condition`
53+
354
## 3.1.0 (2025-05-08)
455

556
### Features Added

sdk/containerservice/azure-mgmt-containerservicefleet/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include _meta.json
21
recursive-include tests *.py *.json
32
recursive-include samples *.py *.md
43
include *.md

sdk/containerservice/azure-mgmt-containerservicefleet/README.md

Lines changed: 2 additions & 2 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 Containerservicefleet 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

sdk/containerservice/azure-mgmt-containerservicefleet/_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-04-01-preview",
3+
"commit": "baa334a7838faa6f39e7d5c2124934e0e93ea388",
4+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
5+
"typespec_src": "specification/containerservice/Fleet.Management",
6+
"emitterVersion": "0.47.1"
7+
}

0 commit comments

Comments
 (0)