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

[release/8.0-preview3] Remove resource and endpoint name validation #2093

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Feb 6, 2024

Fixes #2083

This reverts the change to validate a project name must be ASCII text, numbers or dashes. Dots and underscores are allowed.

It keeps the change introduced that names are case insensitive. That change touched more places so I've left it in to make this PR as conservative as possible. i.e. if you have two resources: MYDATABASE and mydatabase then there will be a conflict and an error is thrown.

Microsoft Reviewers: Open in CodeFlow

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Feb 6, 2024
@JamesNK
Copy link
Member Author

JamesNK commented Feb 6, 2024

Verified this change worked in the Aspire repo:

image

image

@davidfowl davidfowl merged commit 8840642 into release/8.0-preview3 Feb 6, 2024
8 checks passed
@davidfowl davidfowl deleted the jamesnk/remove-name-validation branch February 6, 2024 03:01
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants