microsoft/vscode-azureresourcegroups

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

bwateratmsft opened this issue · 1 comments

These values should include the tenant ID. Blocks microsoft/vscode-azuretools#1461.

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.