-
Notifications
You must be signed in to change notification settings - Fork 462
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
Conversation
@@ -36,12 +36,12 @@ | |||
"http": { | |||
"scheme": "http", | |||
"protocol": "tcp", | |||
"transport": "http" | |||
"transport": "tcp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tcp?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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