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

Remove duplicate lin in OpenAI manifest #2662

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Conversation

sebastienros
Copy link
Member

@sebastienros sebastienros commented Mar 6, 2024

The file was auto-generated, but this duplicated line would only disappear if the file was deleted before. It got added but also fixed by running dotnet run -- --publisher manifest --output-path aspire-manifest.json

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 Mar 6, 2024
@@ -36,12 +36,12 @@
"http": {
"scheme": "http",
"protocol": "tcp",
"transport": "http"
"transport": "tcp"
Copy link
Member

Choose a reason for hiding this comment

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

tcp?

Copy link
Member Author

Choose a reason for hiding this comment

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

Currently debugging, behavior seemed random as I had to delete the file to get this change applied, and it seems it should not be tcp.

Copy link
Member

Choose a reason for hiding this comment

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

This is a regression not caused by your PR

Copy link
Member Author

Choose a reason for hiding this comment

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

I see the change and the default value. Still can't explain why it didn't get updated when the file existed, or why the other file got a duplicated line until the file was deleted. I switched to a "dev drive", hope this is not a bug.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

LGTM - sans the tcp part.

@sebastienros sebastienros enabled auto-merge (squash) March 6, 2024 00:54
@sebastienros
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@sebastienros sebastienros enabled auto-merge (squash) March 6, 2024 02:10
@sebastienros sebastienros merged commit be21864 into main Mar 6, 2024
8 checks passed
@sebastienros sebastienros deleted the sebros/openaimanifest branch March 6, 2024 02:57
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 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