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

The tag doesn't show in the properties file when viewing properties for a resource group #677

Open v-xinda opened 1 year ago

v-xinda commented 1 year ago

OS: All Build Version: 20230509.1 Regression: Not a Regression

Repro Steps:

  1. Make sure the resource groups by Resource Group.
  2. Right click a resource group -> Edit Tags... -> Edit the tag in the opened file as below -> Save and update. image
  3. Right click the resource group -> View Properties.
  4. Check whether the tag shows in the properties file.

Expect: The tag shows in the properties file. image

Actual: The tag doesn't show in the properties file. image

More Info: Refresh can fix this issue.