Manifests/MicrosoftWvdRemoteDesktop.json

{
    "Name": "Microsoft Remote Desktop",
    "Source": "https://docs.microsoft.com/en-us/azure/virtual-desktop/connect-7-10",
    "Get": {
        "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"
        },
        "MatchFilename": "(RemoteDesktop.*msi)",
        "MatchVersion": "(\\d+(\\.\\d+){1,4})"
    },
    "Install": {
        "Setup": "RemoteDesktop.*.msi",
        "Physical": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": [
            ]
        }
    }
}