-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurestore: Migrate to current Azure SDK #1205
base: main
Are you sure you want to change the base?
Conversation
I just retried the tests in bash and it worked as expected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for this! Overall, the PR is looking great and I'm positive we can merge this soon. I'm relieved that no fundamental changes are necessary to the azurestore itself and that most changes are just simple name changes.
thank you for the review, I'm still learning, so don't hesitate to point out anything that needs reworking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for the contribution!
Hi
Here an effort to migrate to the new azure sdk, manual tests with azurite did work. I could also do some testing with the real thing, once merged.
Maybe you could have a review, why some tests are not green yet and if this is mergable at all :).
Regards