Skip to content

Conversation

@MIchaelMainer
Copy link
Collaborator

Verified through diff that these changes do not affect the existing client library. This should fix the generation issues.

…CredentialsRequestBuilder. While the ValidateCredentials action is overloaded, we don't handle this scenario here. There is a collection request builder for jobs where the validateCreentials action is called.
/// <param name="<#=returnEntityParameter#>">The <#=returnEntityType#> object set with the properties to update.</param>
/// <returns>The task to await for async call.</returns>
public <#=methodReturnType#> PatchAsync(<#=returnEntityType#> <#=returnEntityParameter#>)
public <#=methodOverloadReturnType#> PatchAsync(<#=returnEntityType#> <#=returnEntityParameter#>)

Choose a reason for hiding this comment

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

These two variables seem to have the same value throughout the file (assignment at line 33)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

They are the same unless the return type is a collection.

@MIchaelMainer
Copy link
Collaborator Author

Generated with these changes against the last version of the metadata that we used to generate the client library. No code changes were generated.

@MIchaelMainer MIchaelMainer merged commit a62511a into dev Nov 20, 2017
@MIchaelMainer MIchaelMainer deleted the dev_updateMethodRequest branch November 20, 2017 19:43
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