MSCKite.Azure.Platform.psd1

@{
    RootModule        = 'MSCKite.Azure.Platform.dll'
    ModuleVersion     = '0.0.1'
    GUID              = '3d8f6c2e-9b4a-4c1d-8e2f-6a7b5c9d0e1f'
    Author            = 'Martin Swinkels'
    CompanyName       = 'MSCKiteā„¢'
    Copyright         = 'Copyright (C) 2026 Martin Swinkels. All rights reserved.'
    Description       = 'Lightweight automation for Azure platform engineering, developer enablement, and cloud operations.'
    PowerShellVersion = '7.0'
    RequiredModules   = @(
        @{ ModuleName = 'Az.Accounts'; ModuleVersion = '0.0.1' },
        @{ ModuleName = 'Az.Resources'; ModuleVersion = '0.0.1' }
    )
    CmdletsToExport   = @('Connect-AdoOrganization', 'Disconnect-AdoOrganization', 'Disconnect-PlatformContext', 'Get-AdoDefault', 'Get-GitHubDefault', 'Get-PlatformContext', 'Set-AdoDefault', 'Set-GitHubDefault')
    PrivateData       = @{
        PSData = @{
            Tags       = @('Az', 'Azure', 'Platform', 'Engineering', 'DevOps', 'GitHub', 'AzPlatformKite', 'MSC')
            LicenseUri = 'https://github.com/msckite/az-platform-kite/blob/main/LICENSE'
            ProjectUri = 'https://github.com/msckite/az-platform-kite'
            IconUri    = 'https://raw.githubusercontent.com/msckite/az-platform-kite/refs/heads/main/.assets/msckite-icon.png'
            Prerelease = 'alpha1'
        }
    }
}