You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Aks] Make ACL tests true 1:1 mirrors; user-facing ChangeLog
- Test-OSSku-AzureContainerLinux: full mirror of Test-OSSku — restored
the Windows2022 second node pool and all asserts. Only deltas:
Mariner -> AzureContainerLinux, standard_a2_v2 -> Standard_D2s_v5
(AzureContainerLinux requires a Trusted Launch capable VM size).
- Test_AKS_AzureContainerLinux: full mirror of Test_AKS_CRUD — restored
the autoscaling/update step, Windows2022 second pool, labels/tags
update step. Only deltas: AzureLinux -> AzureContainerLinux,
Standard_D2_v3 -> Standard_D2s_v5 on the ACL system pool.
- ChangeLog: drop dev/process bullets (build verification, test
scaffolding); keep user-facing functionality + spec it ships against.
Copy file name to clipboardExpand all lines: src/Aks/Aks/ChangeLog.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,8 @@
20
20
## Upcoming Release
21
21
* Added ChangeSafety Support
22
22
* Added support for `AzureContainerLinux` OS SKU in `New-AzAksCluster` (`-NodeOsSKU`) and `New-AzAksNodePool` (`-OsSKU`)
23
-
- Verified the hand-written cmdlets compile cleanly against the regenerated SDK
24
-
- Added a `LiveOnly` scenario test (`Test-OSSku-AzureContainerLinux`) and help examples for both cmdlets
25
-
- Added a `Test_AKS_AzureContainerLinux` live test scenario mirroring `Test_AKS_CRUD`
26
-
* Regenerated `Aks.Management.Sdk` against `Microsoft.ContainerService/aks/stable/2026-03-01`
23
+
- Azure Container Linux is a container-optimized, immutable Linux OS for AKS node images. See https://aka.ms/azurecontainerlinux
24
+
* Bumped API version to 2026-03-01
27
25
28
26
## Version 7.1.2
29
27
* Set `useAADAuth` to `true` by default in the omsagent addon profile when enabling the Monitoring addon via `Enable-AzAksAddOn` and `New-AzAksCluster`
Invoke-LiveTestScenario-Name "Test_AKS_AzureContainerLinux"-Description "Test AKS cluster and node pool create with AzureContainerLinux OS SKU"-Platform Linux -PowerShellVersion Latest -ScenarioScript `
181
+
Invoke-LiveTestScenario-Name "Test_AKS_AzureContainerLinux"-Description "Test AKS cluster CRUD and node pool CRU with AzureContainerLinux system pool"-Platform Linux -PowerShellVersion Latest -ScenarioScript `
0 commit comments