Templates/MobileApps/Windows/WinGet/Apps/microsoft-teams.json

{
    "$schema": "../Schemas/winGetAppTemplate.schema.json",
    "schemaVersion": "1.0.0",
    "templateId": "microsoft-teams",
    "packageIdentifier": "Microsoft.Teams",
    "displayName": "Microsoft Teams",
    "publisher": "Microsoft Corporation",
    "description": "Mobile-apps WinGet template for Microsoft Teams Win32 packaging.",
    "package": {
        "source": "WinGet",
        "match": {
            "packageIdentifier": "Microsoft.Teams",
            "architectures": [
                "x64"
            ],
            "installerTypes": [
                "msix"
            ],
            "scope": "user",
            "locale": "en-US",
            "channel": null
        }
    },
    "install": {
        "command": "winget install --id Microsoft.Teams --exact --scope user --silent --accept-package-agreements --accept-source-agreements",
        "experience": "user",
        "restartBehavior": "suppress"
    },
    "uninstall": {
        "command": "winget uninstall --id Microsoft.Teams --exact --scope user --silent",
        "behavior": "allow"
    },
    "detection": {
        "strategy": "generated"
    },
    "requirements": {
        "minimumSupportedWindowsRelease": "W10_22H2",
        "architectures": [
            "x64"
        ],
        "minimumFreeDiskSpaceInMB": null,
        "minimumMemoryInMB": null
    },
    "icon": {
        "sourceType": "file",
        "fileName": "../Icons/microsoft-teams.png",
        "notes": "Bundled from IntuneGet public icons."
    },
    "metadata": {
        "categories": [
            "MobileApps",
            "Collaboration"
        ],
        "tags": [
            "mobile-apps",
            "collaboration",
            "meetings"
        ],
        "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/Teams",
            "versionPath": "manifests/m/Microsoft/Teams",
            "installerFile": null,
            "localeFile": null
        },
        "selectedInstaller": {
            "Architecture": "x64",
            "Scope": "user",
            "InstallerLocale": "en-US",
            "InstallerType": "msix",
            "InstallerUrl": null,
            "InstallerSha256": null,
            "ProductCode": null,
            "PackageFamilyName": null,
            "NestedInstallerType": null,
            "AppsAndFeaturesEntry": []
        }
    }
}