Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Release History

## 41.0.0b4 (2026-03-10)

### Features Added

- Client `ContainerServiceClient` added method `send_request`
- Model `AgentPool` added property `properties`
- Model `AgentPool` added property `system_data`
- Model `AgentPoolUpgradeProfile` added property `system_data`
- Enum `Format` added member `EXECEnum`
- Model `LabelSelectorRequirement` added property `values_property`
- Model `Machine` added property `system_data`
- Model `ManagedClusterAccessProfile` added property `properties`
- Model `ManagedClusterUpgradeProfile` added property `system_data`
- Model `OperationValue` added property `display`
- Enum `Operator` added member `INEnum`
- Model `PrivateEndpointConnection` added property `system_data`
- Model `RunCommandResult` added property `properties`
- Added model `AccessProfile`
- Added model `CommandResultProperties`
- Added model `OperationValueDisplay`
- Operation group `AgentPoolsOperations` added parameter `etag` in method `begin_create_or_update`
- Operation group `AgentPoolsOperations` added parameter `match_condition` in method `begin_create_or_update`
- Operation group `AgentPoolsOperations` added parameter `etag` in method `begin_delete`
- Operation group `AgentPoolsOperations` added parameter `match_condition` in method `begin_delete`
- Operation group `MachinesOperations` added parameter `etag` in method `begin_create_or_update`
- Operation group `MachinesOperations` added parameter `match_condition` in method `begin_create_or_update`
- Operation group `ManagedClustersOperations` added parameter `etag` in method `begin_create_or_update`
- Operation group `ManagedClustersOperations` added parameter `match_condition` in method `begin_create_or_update`
- Operation group `ManagedClustersOperations` added parameter `etag` in method `begin_delete`
- Operation group `ManagedClustersOperations` added parameter `match_condition` in method `begin_delete`
- Operation group `ManagedClustersOperations` added parameter `etag` in method `begin_update_tags`
- Operation group `ManagedClustersOperations` added parameter `match_condition` in method `begin_update_tags`

### Breaking Changes

- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
- Deleted or renamed enum value `Format.EXEC`
- Deleted or renamed enum value `Operator.IN`
- Model `AgentPool` moved instance variables `e_tag`, `count`, `vm_size`, `os_disk_size_gb`, `os_disk_type`, `kubelet_disk_type`, `workload_runtime`, `message_of_the_day`, `vnet_subnet_id`, `pod_subnet_id`, `pod_ip_allocation_mode`, `max_pods`, `os_type`, `os_sku`, `max_count`, `min_count`, `enable_auto_scaling`, `scale_down_mode`, `type_properties_type`, `mode`, `orchestrator_version`, `current_orchestrator_version`, `node_image_version`, `upgrade_strategy`, `upgrade_settings`, `upgrade_settings_blue_green`, `provisioning_state`, `power_state`, `availability_zones`, `enable_node_public_ip`, `node_public_ip_prefix_id`, `scale_set_priority`, `scale_set_eviction_policy`, `spot_max_price`, `tags`, `node_labels`, `node_taints`, `node_initialization_taints`, `proximity_placement_group_id`, `kubelet_config`, `linux_os_config`, `enable_encryption_at_host`, `enable_ultra_ssd`, `enable_fips`, `gpu_instance_profile`, `creation_data`, `capacity_reservation_group_id`, `host_group_id`, `windows_profile`, `network_profile`, `security_profile`, `gpu_profile`, `artifact_streaming_profile`, `virtual_machines_profile`, `virtual_machine_nodes_status`, `gateway_profile`, `status`, `local_dns_profile` and `node_customization_profile` under property `properties`
- Model `KubernetesVersionListResult` renamed its instance variable `values` to `values_property`
- Model `LabelSelectorRequirement` renamed its instance variable `values` to `values_property`
- Model `ManagedClusterAccessProfile` moved its instance variable `kube_config` under property `properties`
- Model `OperationValue` moved instance variables `operation`, `resource`, `description` and `provider` under property `display`
- Model `RunCommandResult` moved instance variables `provisioning_state`, `exit_code`, `started_at`, `finished_at`, `logs` and `reason` under property `properties`
- Method `AgentPoolsOperations.begin_delete` changed its parameter `ignore_pod_disruption_budget` from `positional_or_keyword` to `keyword_only`
- Method `MachinesOperations.begin_create_or_update` replaced positional_or_keyword parameters `if_match`/`if_none_match` with keyword_only parameters `etag`/`match_condition`
- Method `ManagedClustersOperations.begin_create_or_update` replaced positional_or_keyword parameters `if_match`/`if_none_match` with keyword_only parameters `etag`/`match_condition`
- Method `AgentPoolsOperations.begin_create_or_update` replaced positional_or_keyword parameters `if_match`/`if_none_match` with keyword_only parameters `etag`/`match_condition`
- Method `ManagedClustersOperations.begin_delete` changed its parameter `ignore_pod_disruption_budget` from `positional_or_keyword` to `keyword_only`
- Method `AgentPoolsOperations.begin_delete` replaced positional_or_keyword parameter `if_match` with keyword_only parameters `etag`/`match_condition`
- Method `ManagedClustersOperations.begin_delete` replaced positional_or_keyword parameter `if_match` with keyword_only parameters `etag`/`match_condition`
- Method `ManagedClustersOperations.begin_update_tags` replaced positional_or_keyword parameter `if_match` with keyword_only parameters `etag`/`match_condition`
- Method `ManagedClustersOperations.list_cluster_admin_credentials` changed its parameter `server_fqdn` from `positional_or_keyword` to `keyword_only`
- Method `ManagedClustersOperations.list_cluster_monitoring_user_credentials` changed its parameter `server_fqdn` from `positional_or_keyword` to `keyword_only`
- Method `ManagedClustersOperations.list_cluster_user_credentials` changed its parameters `server_fqdn`/`format` from `positional_or_keyword` to `keyword_only`

### Other Changes

- Deleted models `GuardrailsAvailableVersionsList`/`MeshRevisionProfileList`/`MeshUpgradeProfileList`/`OperationStatusResultList`/`OutboundEnvironmentEndpointCollection`/`SafeguardsAvailableVersionsList`/`SubResource` which actually were not used by SDK users

## 41.0.0b3 (2025-12-22)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"commit": "2190549a182dc973a20692a138590a50326ac4a4",
"apiVersion": "2025-10-02-preview",
"apiVersions": {
"Microsoft.ContainerService": "2025-10-02-preview"
},
"commit": "1bb32d7aaddc51af16d9e563d910ecec6921fae0",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.43.0",
"@autorest/modelerfour@4.27.0"
],
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-preview-2025-10 --use=@autorest/python@6.43.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md"
"typespec_src": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks",
"emitterVersion": "0.60.2"
}
Loading