Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 84 forks source link

fix(vscode): Add default credentials for ResourceGraphClient in non-public clouds #6119

Closed ccastrotrejo closed 1 week ago

ccastrotrejo commented 1 week ago

This pull request includes several changes to the vs-code-designer app and updates to the pnpm-lock.yaml file to add new dependencies and update existing ones. The most important changes include adding the @azure/identity package, updating the LogicAppResolver class to use the new DefaultAzureCredential, and various dependency updates in the pnpm-lock.yaml file.

Fixes #6039