Azure / Azure/AKS-Edge

[BUG] AksEdgeAzureSetup.ps1 should remove --include-classic-administrators

Open
#256 0 comments 1 reaction 1 assignee Assigned to @Copilot View on GitHub
bug
Dominant language
PowerShell
Stars
66
Forks
50
PR merge metrics
No merged PRs in 30d

Description

In tools/scripts/AksEdgeAzureSetup/AksEdgeAzureSetup.ps1 line 204 reads **$adminroles = (az role assignment list --include-classic-administrators) | ConvertFrom-Json**. Azure CLI dropped --include-classic-administrators parameter in version 2.73.0 (May 20, 2025). See: https://github.com/Azure/azure-cli/issues/27199. This results in an error being thrown if a more recent version of Azure CLI has been installed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.