-
Notifications
You must be signed in to change notification settings - Fork 2k
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 CI Failures #20065
Fix CI Failures #20065
Conversation
…ckstyle, and tests missing playback records
@azabbasi mind taking a look |
@@ -190,7 +190,7 @@ public ModelsRepositoryAPIImplBuilder addPolicy(HttpPipelinePolicy customPolicy) | |||
* @return an instance of ModelsRepositoryAPIImpl. | |||
*/ | |||
public ModelsRepositoryAPIImpl buildClient() { | |||
if(apiVersion == null){ | |||
if (apiVersion == null) { |
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.
@srnagar is this an issue with codegen?
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.
@alzimmermsft are you referring to the formatting?
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.
Yeah, it was being flagged by Checkstyle linting
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.
yeah, I'll get this fixed in autorest.
// TODO: These were disabled as they fail in Linux and macOS, likely due to '\' in the URI. | ||
// Arguments.of("C:\\path\\to\\repository\\", | ||
// "file:///C:/path/to/repository/dtmi/com/example/thermostat-1.json"), | ||
// Arguments.of("\\\\server\\repository", "file:////server/repository/dtmi/com/example/thermostat-1.json") |
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.
@azabbasi these we disabled as they are failing in Linux and macOS, likely due to \ being in the URI
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 am working on fixing these in the PR I have open
you can merge this in if they are causing issues and cannot wait for the fix.
Fixes mismatching version tags and missing README section.