Manifests/MicrosoftWvdRemoteDesktop.json

{
    "Name": "Microsoft Remote Desktop",
    "Source": "https://docs.microsoft.com/en-us/azure/virtual-desktop/connect-7-10",
    "Get": {
        "Download": {
            "Uri": {
                "x64": "https://go.microsoft.com/fwlink/?linkid=2068602",
                "x86": "https://go.microsoft.com/fwlink/?linkid=2098960",
                "ARM64": "https://go.microsoft.com/fwlink/?linkid=2098961"
            },
            "ApiUri": "https://query.prod.cms.rt.microsoft.com/cms/api",
            "ApiHeader1": "X-CMS-Tenant",
            "ApiHeader2": "X-CMS-Type",
            "ApiHeader3": "X-CMS-DocumentId",
            "MatchFilename": "(RemoteDesktop.*msi)",
            "MatchVersion": "(\\d+(\\.\\d+){1,4})"
        }
    },
    "Install": {
        "Setup": "RemoteDesktop.*.msi",
        "Physical": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": []
        }
    }
}