Hi, i want to get my storage account access key us...
# azure
a
Hi, i want to get my storage account access key using azure-native.storage.listStorageAccountKeys but i got an error saying:
File "/usr/local/lib/python3.9/site-packages/pulumi_azure_native/storage/list_storage_account_keys.py", line 67, in list_storage_account_keys
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
AttributeError: type object 'InvokeOptions' has no attribute 'merge
How can i solve it?Thank you so much for the help.