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

fix: allow source to be string and enum #256

Merged
merged 4 commits into from
Oct 9, 2024

Conversation

hallvictoria
Copy link
Contributor

@hallvictoria hallvictoria commented Oct 9, 2024

With the changes from #249, only BlobSource values were accepted. If the user put a string, indexing would fail.

This changes the source parameter to accept both BlobSource and string values.

@hallvictoria hallvictoria marked this pull request as ready for review October 9, 2024 14:53
azure/functions/decorators/blob.py Outdated Show resolved Hide resolved
azure/functions/decorators/blob.py Outdated Show resolved Hide resolved
azure/functions/decorators/blob.py Outdated Show resolved Hide resolved
@hallvictoria hallvictoria merged commit 5f656ad into dev Oct 9, 2024
10 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/blobsource-fix branch October 9, 2024 17:18
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.

2 participants