vscode-azurefunctions
vscode-azurefunctions copied to clipboard
Identity view role bug when resources have same name
I have a storage account and durable task scheduler both named mwfdts1.
Instead of showing the resources and roles separately under the identity view, it shows both roles under the storage account. Sometimes when I refresh, it changes to the durable task scheduler, but in either case, the roles will both be assigned to one resource even though the roles are for two separate resources.
Portal
VS Code
Also slightly related, but I'm occasionally getting duplicate tree id errors in the view when I expand certain sections of the identity view, for example Source Resources
Probably need to revisit how the IDs are generated so that we can still ensure uniqueness with resource names are the same.