WinGet metadata to the Microsoft Store should include protocol prefix (HTTP/HTTPS) privacy URL #23016

Open
opened 2026-01-31 08:29:59 +00:00 by claunia · 2 comments
Owner

Originally created by @dotraphael on GitHub (Mar 13, 2025).

Originally assigned to: @DHowett on GitHub.

Windows Terminal version

No response

Windows build number

No response

Other Software

Intune when creating new MS Store APP (new)
Image

Steps to reproduce

The WinGet metadata published to the Microsoft Store doesn't include the protocol prefix (HTTP/HTTPS) for the privacy URL, only "go.microsoft.com/fwlink/?LinkID=521839" and this causes issues when creating a new MS App within Intune

Image

Expected Behavior

All the metadata for privacy URL and any other URL should have the protocol prefix, either HTTP/HTTPS

Actual Behavior

Creation of Intune Application fails due to the missing protocol prefix.

Originally created by @dotraphael on GitHub (Mar 13, 2025). Originally assigned to: @DHowett on GitHub. ### Windows Terminal version _No response_ ### Windows build number _No response_ ### Other Software Intune when creating new MS Store APP (new) ![Image](https://github.com/user-attachments/assets/f57a11b3-cdb7-4ea7-b9b8-17c211231eef) ### Steps to reproduce The WinGet metadata published to the Microsoft Store doesn't include the protocol prefix (HTTP/HTTPS) for the privacy URL, only "go.microsoft.com/fwlink/?LinkID=521839" and this causes issues when creating a new MS App within Intune ![Image](https://github.com/user-attachments/assets/f57a11b3-cdb7-4ea7-b9b8-17c211231eef) ### Expected Behavior All the metadata for privacy URL and any other URL should have the protocol prefix, either HTTP/HTTPS ### Actual Behavior Creation of Intune Application fails due to the missing protocol prefix.
claunia added the Needs-TriageIssue-BugNeeds-Attention labels 2026-01-31 08:30:00 +00:00
Author
Owner

@DHowett commented on GitHub (Mar 13, 2025):

I'm sorry to inform you that the metadata we publish to the store does actually contain those things:

Store PDPs

Stable

32ae00f71a/build/StoreSubmission/Stable/PDPs/en-US/PDP.xml (L182-L183)

Preview

32ae00f71a/build/StoreSubmission/Preview/PDPs/en-US/PDP.xml (L179-L180)

WinGet Manifest

Stable

6699f92282/manifests/m/Microsoft/WindowsTerminal/1.22.10352.0/Microsoft.WindowsTerminal.locale.en-US.yaml (L10)

Preview

(The PrivacyUrl field is not populated in the Preview manifest.)

Is there some tool you are using to postprocess store data to get it into this format for Intune/?

@DHowett commented on GitHub (Mar 13, 2025): I'm sorry to inform you that the metadata we publish to the store does actually contain those things: ## Store PDPs ### Stable https://github.com/microsoft/terminal/blob/32ae00f71a10b727c355c49699a1b78dfd9e26cf/build/StoreSubmission/Stable/PDPs/en-US/PDP.xml#L182-L183 ### Preview https://github.com/microsoft/terminal/blob/32ae00f71a10b727c355c49699a1b78dfd9e26cf/build/StoreSubmission/Preview/PDPs/en-US/PDP.xml#L179-L180 ## WinGet Manifest ### Stable https://github.com/microsoft/winget-pkgs/blob/6699f922823514a3aa087398b6e5c29b2a5a926a/manifests/m/Microsoft/WindowsTerminal/1.22.10352.0/Microsoft.WindowsTerminal.locale.en-US.yaml#L10 ### Preview (The `PrivacyUrl` field is not populated in the Preview manifest.) Is there some tool you are using to postprocess store data to get it into this format for Intune/?
Author
Owner

@dotraphael commented on GitHub (Mar 18, 2025):

Hi there,

No, i'm using intune directly. I'm creating a Microsoft Store App (new) application. From what i've been told by the Intune team, it gets the metadata directly from Microsoft Store.

Image

@dotraphael commented on GitHub (Mar 18, 2025): Hi there, No, i'm using intune directly. I'm creating a Microsoft Store App (new) application. From what i've been told by the Intune team, it gets the metadata directly from Microsoft Store. ![Image](https://github.com/user-attachments/assets/aabf142d-97d4-4472-a887-201b84aa71d8)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23016