Skip to content

Fix azure storage config names #340

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

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Mar 11, 2025

We were stripping the azure_ prefix for config names, but that left us with names that sometimes were invalid for input. I.e. the supported input values for AccountName are azure_storage_account_name and account_name, but not storage_account_name.

Here, we always strip the full azure_storage_ prefix, which looks to be always valid for input.

@kylebarron kylebarron merged commit b4e8d97 into main Mar 11, 2025
4 checks passed
@kylebarron kylebarron deleted the kyle/fix-azure-config-names branch March 11, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant