-
Notifications
You must be signed in to change notification settings - Fork 86
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
azure: Update Azure SDK and fix breaking changes #35
Conversation
28d9e7c
to
433e066
Compare
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.
Most of the changes are just moving code between packages, but there are two issue which need to be resolved before this can be merged.
46ee9cb
to
7931725
Compare
Needed to bump faillint version as panics were occurring with the old version for some reason. |
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.
Thanks! LGTM as far as I understand. 🙂
Loos like we need to fix a conflict and then we can merge |
7931725
to
5f4d5fc
Compare
@squat done! |
(trying to re-trigger tests) |
Signed-off-by: Philip Laine <[email protected]>
5f4d5fc
to
46a5942
Compare
@squat could we merge this now? |
Thanks! |
Changes
The Azure Go SDK team has once again introduced breaking changes to the SDK. As far as I can see these are mostly related to user experience and have little to do with performance. This change updates all Azure dependencies and fixes the breaking changes to avoid having to make even larger changes in the future.
Verification
Running tests in my own environment.