Skip to content

Commit 12fd96d

Browse files
Merge branch 'main' into fix/keyvault-certificates-san-ip-uri-validator
2 parents a952228 + f12c4f8 commit 12fd96d

207 files changed

Lines changed: 25998 additions & 5802 deletions

File tree

Some content is hidden

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

sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
77

88
# Install base packages from Azure DevOps feed FIRST (separate pip call
99
# to avoid the feed interfering with github-copilot-sdk from PyPI).
10-
# Uses --index-url (not --extra-index-url) to satisfy CFS supply-chain policy.
10+
# Uses --index-url to satisfy CFS supply-chain policy.
1111
RUN pip install --no-cache-dir --no-input --pre \
1212
--index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/ \
1313
"azure-ai-agentserver-core>=2.0.0a1" \

sdk/ai/azure-ai-projects/samples/hosted_agents/assets/responses-echo-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM mcr.microsoft.com/mirror/docker/library/python:3.12-slim
22

33
WORKDIR /app
44

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

3-
## 1.0.0b1 (2026-03-25)
3+
## 1.0.0b1 (2026-04-24)
44

55
### Other Changes
66

7-
- Initial version
7+
- Initial version

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

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

3+
## 41.2.0b1 (2026-04-24)
4+
5+
### Features Added
6+
7+
- Client `ContainerServiceClient` added operation group `managed_cluster_snapshots`
8+
- Client `ContainerServiceClient` added operation group `load_balancers`
9+
- Client `ContainerServiceClient` added operation group `identity_bindings`
10+
- Client `ContainerServiceClient` added operation group `jwt_authenticators`
11+
- Client `ContainerServiceClient` added operation group `mesh_memberships`
12+
- Client `ContainerServiceClient` added operation group `operation_status_result`
13+
- Client `ContainerServiceClient` added operation group `container_service`
14+
- Client `ContainerServiceClient` added operation group `vm_skus`
15+
- Model `AgentPoolManagedClusterAgentPoolProfileProperties` added property `upgrade_strategy`
16+
- Model `AgentPoolManagedClusterAgentPoolProfileProperties` added property `enable_os_disk_full_caching`
17+
- Model `AgentPoolManagedClusterAgentPoolProfileProperties` added property `upgrade_settings_blue_green`
18+
- Model `AgentPoolManagedClusterAgentPoolProfileProperties` added property `node_initialization_taints`
19+
- Model `AgentPoolManagedClusterAgentPoolProfileProperties` added property `artifact_streaming_profile`
20+
- Model `AgentPoolManagedClusterAgentPoolProfileProperties` added property `prepared_image_specification_profile`
21+
- Enum `AgentPoolMode` added member `MACHINES`
22+
- Enum `AgentPoolMode` added member `MANAGED_SYSTEM`
23+
- Enum `AgentPoolSSHAccess` added member `ENTRA_ID`
24+
- Model `AgentPoolUpgradeProfileProperties` added property `components_by_releases`
25+
- Model `AgentPoolUpgradeProfileProperties` added property `recently_used_versions`
26+
- Model `AgentPoolUpgradeProfilePropertiesUpgradesItem` added property `is_out_of_support`
27+
- Model `AgentPoolUpgradeSettings` added property `max_blocked_nodes`
28+
- Model `ContainerServiceNetworkProfile` added property `pod_link_local_access`
29+
- Model `ContainerServiceNetworkProfile` added property `kube_proxy_config`
30+
- Model `GPUProfile` added property `driver_type`
31+
- Model `GPUProfile` added property `nvidia`
32+
- Model `KubeletConfig` added property `seccomp_default`
33+
- Model `MachineNetworkProperties` added property `vnet_subnet_id`
34+
- Model `MachineNetworkProperties` added property `pod_subnet_id`
35+
- Model `MachineNetworkProperties` added property `enable_node_public_ip`
36+
- Model `MachineNetworkProperties` added property `node_public_ip_prefix_id`
37+
- Model `MachineNetworkProperties` added property `node_public_ip_tags`
38+
- Model `MachineProperties` added property `hardware`
39+
- Model `MachineProperties` added property `operating_system`
40+
- Model `MachineProperties` added property `kubernetes`
41+
- Model `MachineProperties` added property `mode`
42+
- Model `MachineProperties` added property `security`
43+
- Model `MachineProperties` added property `priority`
44+
- Model `MachineProperties` added property `eviction_policy`
45+
- Model `MachineProperties` added property `billing`
46+
- Model `MachineProperties` added property `node_image_version`
47+
- Model `MachineProperties` added property `provisioning_state`
48+
- Model `MachineProperties` added property `tags`
49+
- Model `MachineProperties` added property `e_tag`
50+
- Model `MachineProperties` added property `status`
51+
- Model `MachineProperties` added property `local_dns_profile`
52+
- Model `ManagedClusterAgentPoolProfile` added property `upgrade_strategy`
53+
- Model `ManagedClusterAgentPoolProfile` added property `enable_os_disk_full_caching`
54+
- Model `ManagedClusterAgentPoolProfile` added property `upgrade_settings_blue_green`
55+
- Model `ManagedClusterAgentPoolProfile` added property `node_initialization_taints`
56+
- Model `ManagedClusterAgentPoolProfile` added property `artifact_streaming_profile`
57+
- Model `ManagedClusterAgentPoolProfile` added property `prepared_image_specification_profile`
58+
- Model `ManagedClusterAgentPoolProfileProperties` added property `upgrade_strategy`
59+
- Model `ManagedClusterAgentPoolProfileProperties` added property `enable_os_disk_full_caching`
60+
- Model `ManagedClusterAgentPoolProfileProperties` added property `upgrade_settings_blue_green`
61+
- Model `ManagedClusterAgentPoolProfileProperties` added property `node_initialization_taints`
62+
- Model `ManagedClusterAgentPoolProfileProperties` added property `artifact_streaming_profile`
63+
- Model `ManagedClusterAgentPoolProfileProperties` added property `prepared_image_specification_profile`
64+
- Model `ManagedClusterAzureMonitorProfile` added property `container_insights`
65+
- Model `ManagedClusterAzureMonitorProfileAppMonitoring` added property `open_telemetry_metrics`
66+
- Model `ManagedClusterAzureMonitorProfileAppMonitoring` added property `open_telemetry_logs_and_traces`
67+
- Model `ManagedClusterAzureMonitorProfileMetrics` added property `control_plane`
68+
- Model `ManagedClusterHTTPProxyConfig` added property `effective_no_proxy`
69+
- Model `ManagedClusterIngressProfile` added property `application_load_balancer`
70+
- Model `ManagedClusterIngressProfileWebAppRouting` added property `default_domain`
71+
- Model `ManagedClusterLoadBalancerProfile` added property `cluster_service_load_balancer_health_probe_mode`
72+
- Model `ManagedClusterManagedOutboundIPProfile` added property `count_i_pv6`
73+
- Model `ManagedClusterNATGatewayProfile` added property `outbound_ip_prefixes`
74+
- Model `ManagedClusterNATGatewayProfile` added property `outbound_i_ps`
75+
- Model `ManagedClusterPoolUpgradeProfile` added property `components_by_releases`
76+
- Model `ManagedClusterPoolUpgradeProfileUpgradesItem` added property `is_out_of_support`
77+
- Model `ManagedClusterProperties` added property `creation_data`
78+
- Model `ManagedClusterProperties` added property `enable_namespace_resources`
79+
- Model `ManagedClusterProperties` added property `scheduler_profile`
80+
- Model `ManagedClusterProperties` added property `health_monitor_profile`
81+
- Model `ManagedClusterProperties` added property `control_plane_scaling_profile`
82+
- Model `ManagedClusterSecurityProfile` added property `kubernetes_resource_object_encryption_profile`
83+
- Model `ManagedClusterSecurityProfile` added property `image_integrity`
84+
- Model `ManagedClusterSecurityProfile` added property `node_restriction`
85+
- Model `ManagedClusterSecurityProfile` added property `service_account_image_pull_profile`
86+
- Model `ManagedClusterSecurityProfileDefender` added property `security_gating`
87+
- Model `ManagedClusterStorageProfileDiskCSIDriver` added property `version`
88+
- Model `ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler` added property `addon_autoscaling`
89+
- Enum `OSSKU` added member `FLATCAR`
90+
- Enum `OSSKU` added member `MARINER`
91+
- Enum `OSSKU` added member `WINDOWS_ANNUAL`
92+
- Enum `OutboundType` added member `MANAGED_NAT_GATEWAY_V2`
93+
- Enum `PublicNetworkAccess` added member `SECURED_BY_PERIMETER`
94+
- Model `ScaleProfile` added property `autoscale`
95+
- Enum `SnapshotType` added member `MANAGED_CLUSTER`
96+
- Enum `TransitEncryptionType` added member `M_TLS`
97+
- Enum `WorkloadRuntime` added member `KATA_MSHV_VM_ISOLATION`
98+
- Added enum `AddonAutoscaling`
99+
- Added model `AgentPoolArtifactStreamingProfile`
100+
- Added model `AgentPoolBlueGreenUpgradeSettings`
101+
- Added model `AgentPoolRecentlyUsedVersion`
102+
- Added model `AutoScaleProfile`
103+
- Added enum `ClusterServiceLoadBalancerHealthProbeMode`
104+
- Added model `Component`
105+
- Added model `ComponentsByRelease`
106+
- Added enum `ContainerNetworkLogs`
107+
- Added model `ContainerServiceNetworkProfileKubeProxyConfig`
108+
- Added model `ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig`
109+
- Added enum `ControlPlaneScalingSize`
110+
- Added enum `DriftAction`
111+
- Added enum `DriverType`
112+
- Added model `GuardrailsAvailableVersion`
113+
- Added model `GuardrailsAvailableVersionsProperties`
114+
- Added enum `GuardrailsSupport`
115+
- Added model `IdentityBinding`
116+
- Added model `IdentityBindingManagedIdentityProfile`
117+
- Added model `IdentityBindingOidcIssuerProfile`
118+
- Added model `IdentityBindingProperties`
119+
- Added enum `IdentityBindingProvisioningState`
120+
- Added enum `InfrastructureEncryption`
121+
- Added enum `IpvsScheduler`
122+
- Added model `JWTAuthenticator`
123+
- Added model `JWTAuthenticatorClaimMappingExpression`
124+
- Added model `JWTAuthenticatorClaimMappings`
125+
- Added model `JWTAuthenticatorExtraClaimMappingExpression`
126+
- Added model `JWTAuthenticatorIssuer`
127+
- Added model `JWTAuthenticatorProperties`
128+
- Added enum `JWTAuthenticatorProvisioningState`
129+
- Added model `JWTAuthenticatorValidationRule`
130+
- Added model `KubernetesResourceObjectEncryptionProfile`
131+
- Added model `LabelSelector`
132+
- Added model `LabelSelectorRequirement`
133+
- Added model `LoadBalancer`
134+
- Added model `LoadBalancerProperties`
135+
- Added model `MachineBillingProfile`
136+
- Added model `MachineHardwareProfile`
137+
- Added model `MachineKubernetesProfile`
138+
- Added model `MachineOSProfile`
139+
- Added model `MachineOSProfileLinuxProfile`
140+
- Added model `MachineSecurityProfile`
141+
- Added model `MachineStatus`
142+
- Added model `ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces`
143+
- Added model `ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics`
144+
- Added model `ManagedClusterAzureMonitorProfileContainerInsights`
145+
- Added model `ManagedClusterAzureMonitorProfileMetricsControlPlane`
146+
- Added model `ManagedClusterControlPlaneScalingProfile`
147+
- Added model `ManagedClusterHealthMonitorProfile`
148+
- Added model `ManagedClusterIngressDefaultDomainProfile`
149+
- Added model `ManagedClusterIngressProfileApplicationLoadBalancer`
150+
- Added model `ManagedClusterNATGatewayProfileOutboundIPs`
151+
- Added model `ManagedClusterNATGatewayProfileOutboundIpPrefixes`
152+
- Added model `ManagedClusterPropertiesForSnapshot`
153+
- Added model `ManagedClusterSecurityProfileDefenderSecurityGating`
154+
- Added model `ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem`
155+
- Added model `ManagedClusterSecurityProfileImageIntegrity`
156+
- Added model `ManagedClusterSecurityProfileNodeRestriction`
157+
- Added model `ManagedClusterSnapshot`
158+
- Added model `ManagedClusterSnapshotProperties`
159+
- Added enum `ManagementMode`
160+
- Added model `MeshMembership`
161+
- Added model `MeshMembershipPrivateConnectProfile`
162+
- Added model `MeshMembershipProperties`
163+
- Added enum `MeshMembershipProvisioningState`
164+
- Added enum `MigStrategy`
165+
- Added enum `Mode`
166+
- Added model `NetworkProfileForSnapshot`
167+
- Added model `NodeImageVersion`
168+
- Added model `NvidiaGPUProfile`
169+
- Added model `OperationStatusResult`
170+
- Added enum `Operator`
171+
- Added enum `PodLinkLocalAccess`
172+
- Added model `PreparedImageSpecificationProfile`
173+
- Added model `RebalanceLoadBalancersRequestBody`
174+
- Added model `ResourceSku`
175+
- Added model `ResourceSkuCapabilities`
176+
- Added model `ResourceSkuCapacity`
177+
- Added enum `ResourceSkuCapacityScaleType`
178+
- Added model `ResourceSkuCosts`
179+
- Added model `ResourceSkuLocationInfo`
180+
- Added model `ResourceSkuRestrictionInfo`
181+
- Added model `ResourceSkuRestrictions`
182+
- Added enum `ResourceSkuRestrictionsReasonCode`
183+
- Added enum `ResourceSkuRestrictionsType`
184+
- Added model `ResourceSkuZoneDetails`
185+
- Added model `SafeguardsAvailableVersion`
186+
- Added model `SafeguardsAvailableVersionsProperties`
187+
- Added enum `SafeguardsSupport`
188+
- Added enum `SchedulerConfigMode`
189+
- Added model `SchedulerInstanceProfile`
190+
- Added model `SchedulerProfile`
191+
- Added model `SchedulerProfileSchedulerInstanceProfiles`
192+
- Added enum `SeccompDefault`
193+
- Added model `ServiceAccountImagePullProfile`
194+
- Added enum `UpgradeStrategy`
195+
- Added enum `VmState`
196+
- Operation group `AgentPoolsOperations` added method `begin_complete_upgrade`
197+
- Operation group `MachinesOperations` added method `begin_create_or_update`
198+
- Operation group `ManagedClustersOperations` added parameter `ignore_pod_disruption_budget` in method `begin_delete`
199+
- Operation group `ManagedClustersOperations` added method `begin_rebalance_load_balancers`
200+
- Operation group `ManagedClustersOperations` added method `get_guardrails_versions`
201+
- Operation group `ManagedClustersOperations` added method `get_safeguards_versions`
202+
- Operation group `ManagedClustersOperations` added method `list_guardrails_versions`
203+
- Operation group `ManagedClustersOperations` added method `list_safeguards_versions`
204+
- Added operation group `ContainerServiceOperations`
205+
- Added operation group `IdentityBindingsOperations`
206+
- Added operation group `JWTAuthenticatorsOperations`
207+
- Added operation group `LoadBalancersOperations`
208+
- Added operation group `ManagedClusterSnapshotsOperations`
209+
- Added operation group `MeshMembershipsOperations`
210+
- Added operation group `OperationStatusResultOperations`
211+
- Added operation group `VmSkusOperations`
212+
3213
## 41.1.0 (2026-04-20)
4214

5215
### Features Added

sdk/containerservice/azure-mgmt-containerservice/_metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"apiVersion": "2026-02-01",
2+
"apiVersion": "2026-02-02-preview",
33
"apiVersions": {
4-
"Microsoft.ContainerService": "2026-02-01"
4+
"Microsoft.ContainerService": "2026-02-02-preview"
55
},
6-
"commit": "8b2ae2cd4aaa5292b115bb38663f722b8a694235",
6+
"commit": "84d3ee44165575ed56740413fa1346ed0a65e4e1",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks",
99
"emitterVersion": "0.61.3"

0 commit comments

Comments
 (0)