gardener / etcd-backup-restore

Collection of components to backup and restore the etcd of a Kubernetes cluster.
Apache License 2.0
287 stars 100 forks source link

Upgrade ABS client Go module to `azure-sdk-for-go/sdk/storage/azblob` #751

Closed renormalize closed 1 month ago

renormalize commented 3 months ago

What this PR does / why we need it:

Upgrades the client Go modules for ABS to github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from the deprecated github.com/Azure/azure-storage-blob-go

Which issue(s) this PR fixes: Fixes #745

Release note:

Azure Blob Storage client Go module upgraded to github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from the deprecated github.com/Azure/azure-storage-blob-go
anveshreddy18 commented 3 months ago

/assign

ishan16696 commented 3 months ago

/assign

renormalize commented 2 months ago

Thanks for your review @ishan16696!

Will let you know once the other PRs get merged and I resolve the conflicts.