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

.Net: Bump Microsoft.Azure.Kusto.Data #6945

Conversation

markwallace-microsoft
Copy link
Member

@markwallace-microsoft markwallace-microsoft commented Jun 25, 2024

Motivation and Context

This PR includes the following changes

  1. Bump version of Microsoft.Azure.Kusto.Data to version 12.2.2
  2. Switch from obsolete NormalizeTableName to recommended NormalizeName

Background on this second change:

  • The default behavior of NormalizeTableName is to only add brackets if they seem needed, while NormalizeName always does.
  • Unless you rely on the exact kql generated it shouldn't matter, if you want to force the old behavior add NormalizationMode.Classic
  • The normalization of plenty of identifier kinds has been unified, so you no longer need most of the specialized methods

Description

Contribution Checklist

@markwallace-microsoft markwallace-microsoft requested a review from a team as a code owner June 25, 2024 10:59
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Jun 25, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Jun 26, 2024
Merged via the queue into microsoft:main with commit 6309f7b Jun 26, 2024
15 checks passed
@markwallace-microsoft markwallace-microsoft deleted the users/markwallace/Microsoft.Azure.Kusto.Data.12.2.2 branch June 26, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants