velero-plugin-for-microsoft-azure
velero-plugin-for-microsoft-azure copied to clipboard
Fix volume snapshotter usage of AAD URI
Currently AAD URI will throw an error with volume snapshotter, and in practice will cause volume snapshots to be attempted using DefaultAzureCredential when used with Azure, which causes failures in certain contexts. This should resolve that issue.