I'm using the Azure Python SDK to provision resources in Azure. I see that for resource groups and key vaults, the api has create_or_update
methods, but for storage accounts, I can only find a create
method. Right now things are provisioning ok initially, but I'm interested in testing out how they update resources which were previously provisioned. Am I missing something or is there no option to call a create_or_update for storage accounts?
Thanks much!