Open stuart-dbavic opened 8 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
[Policy] Issue-Bug [Policy] Area-Matching
Brief description of your issue
Package ID
Microsoft.Teams
refers to package namesMicrosoft Teams (work or school)
andMicrosoft Edge
.Steps to reproduce
winget list --id Teams
returns:winget list --id Microsoft.Teams
returns:It is not possible to return
Microsoft Teams (work or school)
using IDMicrosoft.Teams
, even though they appear identical in the first command above.Click
Start > All Apps > Microsoft Edge
to open, then clickOverflow ... Menu > Help and Feedback > About Microsoft Edge
and confirm the version isVersion 122.0.2365.92 (Official build) (64-bit)
(same as package nameMicrosoft Edge
above).Click
Start > All Apps > Microsoft Teams (work or school)
to open, then clickOverflow ... Menu > Settings > About Teams
and confirm the version is24060.2610.2771.7995(preview)
(same as package nameMicrosoft Teams (work or school)
above.Expected behavior
Each package ID should be unique.
winget list --id Teams
andwinget list --id Microsoft.Teams
should only return package nameMicrosoft Teams (work or school)
. Conversely,winget list --id Microsoft.Edge
(or similar) should return package nameMicrosoft Edge
.Actual behavior
Microsoft Edge uses the wrong package ID, making it difficult to manage Microsoft Teams using winget. Package ID
Microsoft.Teams
is not unique when it should be.Environment