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.
Added the @azure/identity package with version ^4.5.0.
Updated the LogicAppResolver class to use DefaultAzureCredential from the @azure/identity package instead of the previous credentials implementation.
This pull request includes several changes to the
vs-code-designer
app and updates to thepnpm-lock.yaml
file to add new dependencies and update existing ones. The most important changes include adding the@azure/identity
package, updating theLogicAppResolver
class to use the newDefaultAzureCredential
, and various dependency updates in thepnpm-lock.yaml
file.Added the
@azure/identity
package with version^4.5.0
.Updated the
LogicAppResolver
class to useDefaultAzureCredential
from the@azure/identity
package instead of the previous credentials implementation.Fixes #6039