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

Fix CI Failures #20065

Merged
merged 6 commits into from
Mar 23, 2021
Merged

Fix CI Failures #20065

merged 6 commits into from
Mar 23, 2021

Conversation

alzimmermsft
Copy link
Member

@alzimmermsft alzimmermsft commented Mar 23, 2021

Fixes mismatching version tags and missing README section.

@alzimmermsft
Copy link
Member Author

@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) {
Copy link
Member Author

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?

Copy link
Member

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?

Copy link
Member Author

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

Copy link
Member

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.

Comment on lines +63 to +66
// 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")
Copy link
Member Author

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

Copy link
Contributor

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.

@alzimmermsft alzimmermsft merged commit 3894ab6 into Azure:master Mar 23, 2021
@alzimmermsft alzimmermsft deleted the AzIoT_FixCiFailures branch March 23, 2021 22:11
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.

3 participants