Open temp-exp123 opened 2 months ago
Thank you for opening this issue, we will look into it.
Worked on a lower version 2.42 and 2.62 but not on 2.64 or 2.63
Having the same issue when creating an Azure Container Storage with Elastic SAN with
az aks update -n xxx -g xxx --enable-azure-container-storage elasticSan
azure-cli 2.65.0
@mukhoakash could you please help take a look?
Fix has been merged awaiting release in commit
Describe the bug
Running:
Results in an error even with correct owner subscription roles.
Related command
az aks update --resource-group my-rg --name rg-hash --attach-acr "sub/path"
Errors
Issue script & Debug output
Cannot do this, too much sensitive information but the part that matters is:
cli.azure.cli.command_modules.acs._roleassignments: 'NoneType' object has no attribute 'replace'
and
Expected behavior
I expect the command to be "Running" and a successful attachment of the ACR
Environment Summary
azure-cli 2.64.0
core 2.64.0 telemetry 1.1.0
Extensions: aks-preview 8.0.0b1 interactive 0.5.3
Dependencies: msal 1.30.0 azure-mgmt-resource 23.1.1
Python location '/opt/az/bin/python3' Extensions directory '/home/user/.azure/cliextensions'
Python (Linux) 3.11.8 (main, Aug 28 2024, 05:45:49) [GCC 13.2.0]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response