vscode-azurestorage
vscode-azurestorage copied to clipboard
Right-clicking "View Properties" on a Storage resource in the Azure Extension is not displaying all properties.
Repro:
- Go to the Azure Extension
- Navigate to your subscription
- Expand the Storage accounts node
- For any storage account, right click on it and select "View Properties"
- The only content displayed is id, name, type, location, tags, kind, and sku.
- Try hard refreshing the resource and the Storage account node, and you'll see no change.
Expectation:
- I expect to see the full JSON view of the storage account as I would see in Portal or Azure Resource Explorer
Thanks!