Skip to content
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

[Storage] [Hotfix] Fix breaking change in create_configuration and prepare patches #32071

Merged
merged 3 commits into from
Sep 13, 2023

Conversation

jalauzon-msft
Copy link
Member

As raised in #32056, a change in our latest release broke callers of the create_configuration method by requiring the sdk_moniker keyword be passed rather than the existing storage-sdk keyword.

While create_configuration is not an exported method and therefore is not meant to be called by users of the SDK directly, adlfs is calling it and therefore broke with the latest release. The fastest fix for adlfs is likely to patch the SDKs, despite this not technically being a publicly facing breaking change, so this change makes the fix and prepares for a patch release of all the Storage SDKs.

Copy link
Member

@vincenttran-msft vincenttran-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@jalauzon-msft jalauzon-msft merged commit 80e2aa4 into Azure:main Sep 13, 2023
15 checks passed
@jalauzon-msft jalauzon-msft deleted the hotfix/configuration-fix branch September 13, 2023 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants