When configuring or referencing named entities, use the canonical identifier required by the consuming system and ensure the identifier’s semantic type matches what the field expects (e.g., “team” vs “label”). If a system normalizes names, reference the normalized form—not the on-disk/path form—and don’t substitute a label for a team.
Examples:
dev/homebrew-azure-cli, Homebrew refers to it as dev/azure-cli. Use the normalized tap name when writing commands/configs (and don’t assume the prefix is part of the logical identifier).Practical checks:
mentionees), confirm the expected entity type. If it’s “team”, don’t provide label strings.