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

Tenant ID is missing from values in `azureResourceGroups.selectedSubscriptions` #680

Closed bwateratmsft closed 1 year ago

bwateratmsft commented 1 year ago

These values should include the tenant ID. Blocks https://github.com/microsoft/vscode-azuretools/pull/1461.

alexweininger commented 1 year ago

Azure Account uses the azure.resourceFilter setting which is an array of strings. Each string is a tenant id and a subscription id separated by a slash.

The Resource Groups setting, azureResourceGroups.selectedSubscriptions is simply an array of subscription id. We should change this to match the Azure Account setting.