Add support for ade.applicationinsights.io/subscriptions.
The scope for ade.applicationinsights.io/subscriptions is https://kusto.kusto.windows.net/.default instead of https://management.core.windows.net/.default
It need to be updated here
|
const scopes = ['https://management.core.windows.net/.default', 'offline_access']; |
Add support for ade.applicationinsights.io/subscriptions.
The scope for
ade.applicationinsights.io/subscriptionsishttps://kusto.kusto.windows.net/.defaultinstead ofhttps://management.core.windows.net/.defaultIt need to be updated here
vscode-ext-kusto/src/extension/kusto/connections/azAuth/index.ts
Line 62 in ded66e8