-
Notifications
You must be signed in to change notification settings - Fork 529
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
Promote Azure v2 SDK #3875
Promote Azure v2 SDK #3875
Conversation
09291cd
to
c576f3f
Compare
09f939c
to
ffe2c96
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.
Thank you for updating the docs.
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.
Looks like you have some docs sadness, but excellent fix.
We've seen a number of issues go away internally when moving to v2.
ffe2c96
to
c68345f
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.
Nice!
087f56a
to
8c34c2b
Compare
8c34c2b
to
12b36a2
Compare
What this PR does:
The v2 SDK was contributed a while ago, and we have been running it for a while now.
It is time to promote it to the default SDK for Azure. Here we make the v2 SDK
the default and only SDK for Azure, dropping the old config flag to enable it.
Comment test mocking the response on
Write()
. The new SDK validates theresponses, and we'd need to setup and mock several conditions in order to
test appropriately. Note that this functionality is already being tested
against
azurite
in the e2e tests.Update error handling to use the new SDK.
Pin version of
azurite
to the latest current version.Which issue(s) this PR fixes:
Related: #2952
Related: #2882
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]