Skip to content

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

@zpertee

Description

@zpertee

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: Azure/azure-cli#27199. This results in an error being thrown if a more recent version of Azure CLI has been installed.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions