microsoft / delta-kusto

Engine able to compute delta between ADX clusters (and/or Kusto scripts) and generate update scripts
MIT License
47 stars 19 forks source link

Kusto trusted endpoints causing error #133

Closed trimbms closed 1 year ago

trimbms commented 1 year ago

I'm trying to use delta-kusto with a kusto cluster that doesn't end in "kusto.windows.net" but instead with "data.microsoft.com" in an ADO pipeline and I'm experiencing an error that is pretty descriptive "Hostname '.data.microsoft.com' is not appearing in the list of the well-known trusted hosts."

Kusto's C# library seems to support not "trusted" endpoints by setting an override to not check if a host is trusted or to add another URL to the trusted host list to allow these other endpoints. https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/connection-strings/kusto#trusted-endpoints

Is this functionality able to be turned on for usage with delta-kusto?

vplauzon commented 1 year ago

Yes, that shouldn't be too hard to do.

vplauzon commented 1 year ago

We could probably issue a fix for that this week.

vplauzon commented 1 year ago

It should be fixed in 0.13.1.

Please try it and let us know if it did the trick.

vplauzon commented 1 year ago

It should be fixed (for real this time) in 0.13.2