Skip to content

Conversation

@motm32
Copy link
Contributor

@motm32 motm32 commented Jan 14, 2026

Fixes #1326.

This is specifically for subs that are duplicates within the same sub but different tenants so they can be differentiated. Here is how it looks now:
image
not the best but hopefully shouldn't be a situation many users should be in.

@motm32 motm32 requested a review from a team as a code owner January 14, 2026 23:52
this.resourceProviderManager,
subscription,
`(${subscription.tenantId})`);
`(${nonNullValueAndProp(subscription.account, 'label')}/${subscription.tenantId})`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is tenant display name available? Ideally we could do tenantDisplayName || tenantId

this.resourceProviderManager,
subscription,
`(${subscription.tenantId})`);
`(${nonNullValueAndProp(subscription.account, 'label')}/${subscription.tenantId})`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: IMO spaces around the / would look better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Subscription labels show only tenant ID instead of account email when multiple accounts access the same subscription

3 participants