BC.HelperFunctions.module.json

{
    "GUID": "25a65b43-3a76-4782-8515-06de2d4bae21",
    "Author": "Freddy Kristiansen",
    "Copyright": "(c) 2022 Microsoft. All rights reserved.",
    "Description": "Base PowerShell module for BC.* modules",
    "CompanyName": "Microsoft",
    "CompatiblePSEditions": [
        "Core",
        "Desktop"
    ],
    "files": [
        "InitializeModule.ps1",
        "HelperFunctions.ps1",
        "BC.HelperFunctions.ps1",
        "TelemetryHelper.ps1",
        "Microsoft.ApplicationInsights.dll",
        "Common\\*",
        "Auth\\*"
    ]
}