Templates/MobileApps/Windows/WinGet/Apps/power-bi-desktop.json

{
    "$schema": "../Schemas/winGetAppTemplate.schema.json",
    "schemaVersion": "1.0.0",
    "templateId": "power-bi-desktop",
    "packageIdentifier": "Microsoft.PowerBI",
    "displayName": "Power BI Desktop",
    "publisher": "Microsoft Corporation",
    "description": "Mobile-apps WinGet template for Power BI Desktop Win32 packaging.",
    "package": {
        "source": "WinGet",
        "match": {
            "packageIdentifier": "Microsoft.PowerBI",
            "architectures": [
                "x64"
            ],
            "installerTypes": [
                "burn"
            ],
            "scope": "machine",
            "locale": "en-US",
            "channel": null
        }
    },
    "install": {
        "command": "winget install --id Microsoft.PowerBI --exact --scope machine --silent --accept-package-agreements --accept-source-agreements",
        "experience": "system",
        "restartBehavior": "suppress"
    },
    "uninstall": {
        "command": "winget uninstall --id Microsoft.PowerBI --exact --scope machine --silent",
        "behavior": "allow"
    },
    "detection": {
        "strategy": "generated"
    },
    "requirements": {
        "minimumSupportedWindowsRelease": "W10_22H2",
        "architectures": [
            "x64"
        ],
        "minimumFreeDiskSpaceInMB": null,
        "minimumMemoryInMB": null
    },
    "icon": {
        "sourceType": "file",
        "fileName": "../Icons/power-bi-desktop.png",
        "notes": "Bundled from IntuneGet public icons."
    },
    "metadata": {
        "categories": [
            "MobileApps",
            "Analytics"
        ],
        "tags": [
            "mobile-apps",
            "analytics",
            "power-bi"
        ],
        "notes": [],
        "placeholders": {
            "customNotes": [],
            "owner": "",
            "scopeTagIds": []
        },
        "markers": {
            "hydration": "Imported by Intune Hydration Kit",
            "source": "Imported from WinGet"
        }
    },
    "resolvedPackage": {
        "packageVersion": "latest",
        "manifestSource": {
            "repository": "microsoft/winget-pkgs",
            "ref": "master",
            "packagePath": "manifests/m/Microsoft/PowerBI",
            "versionPath": "manifests/m/Microsoft/PowerBI",
            "installerFile": null,
            "localeFile": null
        },
        "selectedInstaller": {
            "Architecture": "x64",
            "Scope": "machine",
            "InstallerLocale": "en-US",
            "InstallerType": "burn",
            "InstallerUrl": null,
            "InstallerSha256": null,
            "ProductCode": null,
            "PackageFamilyName": null,
            "NestedInstallerType": null,
            "AppsAndFeaturesEntry": []
        }
    }
}