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

Fail to create a resource group with an error #786

Closed v-chenzha closed 9 months ago

v-chenzha commented 9 months ago

OS: Win10 Build Link: vscode-azureresourcegroup-0.8.1-alpha.2.vsix Regression: Preview release

Repro Steps:

  1. Install the Azure Resources extension from VSIX.
  2. F1 -> Azure: Create Resource Group...
  3. Check whether succeeds to create a resource group.

Expect: Succeed to create a resource group.

Actual: Fail to create a resource group with an error. image

More Info:

  1. This issue also reproduces when executing all Azure Functions and App Service commands.
  2. There is "There is no data provider registered that can provide view data." when navigating to AZURE view. image
alexweininger commented 9 months ago

I sent a new VSIX that fixes this