microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

Fix default web app to deploy compatibility #586

Closed alexweininger closed 1 year ago

alexweininger commented 1 year ago

During v1, the tree item ids were not in the ARM id format. So to support the default resource to deploy feature, which uses find tree item, we must convert the ids.

alexweininger commented 1 year ago

🤮

Don't worry, I added tests 😄