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

Allow empty strings for directories when creating codeflow subscriptions #4173

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

premun
Copy link
Member

@premun premun commented Nov 21, 2024

The preset values in the code editor during subscription creation is '' which then ends up sending empty strings instead of nulls to the API which then counts those as a real value and fails the validation

#4159

The preset values in the code editor during subscription creation is `''` which then ends up sending empty strings instead of nulls to the API which then counts those as a real value and fails the validation
@premun premun merged commit b3f0ccc into dotnet:main Nov 21, 2024
9 checks passed
@premun premun deleted the prvysoky/accept-empty-strings branch November 21, 2024 12:19
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