You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Security
Use the new azqueue library.
Various dependency updates.
Changed
the WithApplicationCertificate on KustoConnectionStringBuilder was removed as it was ambiguous and not implemented correctly. Instead there are two new methods:
WithAppCertificatePath - Receives the path to the certificate file.
WithAppCertificateBytes - Receives the certificate bytes in-memory.
Both methods accept an optional password for the certificate.
WithUserManagedIdentity has been deprecated in favor of more specific functions:
WithUserAssignedIdentityClientId - Receives the MSI client id
WithUserAssignedIdentityResourceId - Receives the MSI resource id
WithUserManagedIdentity has been deprecated in favor of more specific functions:
WithUserAssignedIdentityClientId - Receives the MSI client id
WithUserAssignedIdentityResourceId - Receives the MSI resource id
V2FrameCapacity was renamed to V2IoCapacity to better reflect its purpose.
V2FragmentCapacity was renamed to V2TableCapacity to better reflect its purpose.
Removed Skip option from IterativeTable, as the usecase for it was not clear.
Better defaults for buffer sizes.
Fixed
Fixed Mapping Kind not working correctly with certain formats.