microsoft / sqltoolsservice

SQL Tools API service that provides SQL Server data management capabilities.
Other
437 stars 153 forks source link

Replace Microsoft.Azure.OperationalInsights dependency #1314

Open scottaddie opened 2 years ago

scottaddie commented 2 years ago

Last month, the Azure SDK team shipped the Azure Monitor Query client library. This Azure.Monitor.Query package is intended to replace Microsoft.Azure.OperationalInsights. Please make plans to migrate. We're actively working toward deprecating the Microsoft.Azure.OperationalInsights package.

Charles-Gagnon commented 2 years ago

@JustinMDotNet @qifahs FYI

JustinMDotNet commented 2 years ago

Thanks for the mention @Charles-Gagnon !!

JustinMDotNet commented 2 years ago

Task created on our board: https://mssqltools.visualstudio.com/ADS%20LiveSite%20Support/_workitems/edit/8645

scottaddie commented 2 years ago

@JustinMDotNet Heads up that the Microsoft.Azure.OperationalInsights package has officially been deprecated. A migration guide has been made available at https://aka.ms/azsdk/net/migrate/monitor-query.

scottaddie commented 2 years ago

@JustinMDotNet Heads up that the Azure SDK team has officially announced a support end date of March 31, 2023 for this package, per this announcement.

Expecho commented 1 year ago

@scottaddie, @JustinMDotNet, @Charles-Gagnon I wonder, does this deprecated package makes it impossible for now to resolve the issues about not being able to run Kusto Queries against Azure Monitor using the new Polyglot Notebooks as defined here and here? If so, can we give it some more attention?

Given the issues I am not sure what needs to be done in which repo to enable the mentioned scenario.