-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] win_appx
should handle when a query matches more than 1 items
#64450
Comments
@twangboy Tagging you here, as you originally wrote this state! |
How is your environment set up where you are seeing multiple listings for the same package? What are the results of the following command?
|
It's a fresh/clean Win 11 Pro installation on a VM. PS C:\Users\test2> salt-call.exe --local appx.list field=PackageFullName
local:
- Microsoft.HEIFImageExtension_1.0.61171.0_neutral_~_8wekyb3d8bbwe
- Microsoft.HEVCVideoExtension_2.0.60961.0_neutral_~_8wekyb3d8bbwe
- Microsoft.Paint_11.2302.18.0_neutral_~_8wekyb3d8bbwe
- Microsoft.RawImageExtension_2.1.60611.0_neutral_~_8wekyb3d8bbwe
- Microsoft.ScreenSketch_2022.2303.17.0_neutral_~_8wekyb3d8bbwe
- Microsoft.StorePurchaseApp_12303.1401.1.0_neutral_~_8wekyb3d8bbwe
- Microsoft.Todos_2.97.61391.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe
- Microsoft.Windows.Photos_2023.11050.16005.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WindowsCamera_2022.2304.11.0_neutral_~_8wekyb3d8bbwe
- microsoft.windowscommunicationsapps_16005.14326.21434.0_neutral_~_8wekyb3d8bbwe
- microsoft.windowscommunicationsapps_16005.14326.21472.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WindowsNotepad_11.2303.40.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WindowsNotepad_11.2304.26.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WindowsSoundRecorder_2021.2302.26.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WindowsSoundRecorder_2021.2304.25.0_neutral_~_8wekyb3d8bbwe
- Microsoft.WindowsTerminal_3001.17.11461.0_neutral_~_8wekyb3d8bbwe
- Microsoft.XboxGameOverlay_1.54.4001.0_neutral_~_8wekyb3d8bbwe
- Microsoft.XboxGamingOverlay_5.823.3261.0_neutral_~_8wekyb3d8bbwe
- Microsoft.ZuneMusic_11.2303.10.0_neutral_~_8wekyb3d8bbwe
- Microsoft.ZuneMusic_11.2304.2.0_neutral_~_8wekyb3d8bbwe
- MicrosoftCorporationII.QuickAssist_2023.214.104.0_neutral_~_8wekyb3d8bbwe
- MicrosoftCorporationII.QuickAssist_2023.531.2326.0_neutral_~_8wekyb3d8bbwe
- MicrosoftWindows.Client.WebExperience_423.11600.0.0_neutral_~_cw5n1h2txyewy
- MicrosoftWindows.Client.WebExperience_423.13900.0.0_neutral_~_cw5n1h2txyewy |
Could you try this patch? |
Or you can get the patched file from the above PR |
Description
A clear and concise description of what the bug is.
As you can see some of the above are listed twice.
Same happens with
Applying
I get:
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
👀 See above
See above
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)PASTE HERE
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: