- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at Azure/azure-cli
Extension name (the extension in question)
aks-preview
Description of issue (in as much detail as possible)
Upgrade to latest az li and run the kollect command, fyi to @FumingZhang , thank you for looking into this, I thought I will loop you in for any recent changes which triggered this error, seems like some object value no longer flows through
- It fails on this line of code
|
def get_storage_account_from_diag_settings(cli_ctx, resource_group_name, name): |

Extension name (the extension in question)
aks-previewDescription of issue (in as much detail as possible)
Upgrade to latest
az liand run the kollect command, fyi to @FumingZhang , thank you for looking into this, I thought I will loop you in for any recent changes which triggered this error, seems likesome object value no longer flows throughazure-cli-extensions/src/aks-preview/azext_aks_preview/custom.py
Line 2414 in 6d0ff50