Devdeer.Caf.psd1

#
# Modulmanifest für das Modul "Devdeer.Caf"
#
# Generiert von: DEVDEER
#
# Generiert am: 01.08.2023
#
@{
    RootModule           = 'Devdeer.Caf.psm1'
    GUID                 = '44dfd2a4-e738-47a5-a08f-a41aa6124e2b'
    Author               = 'DEVDEER'
    CompanyName          = 'DEVDEER GmbH'
    Copyright            = '(c) 2023 DEVDEER GmbH. All rights reserved.'
    Description          = 'This module contains the cmdlets to manage and prepare Azure Tenants in a CAF conform way.'
    DefaultCommandPrefix = 'Caf'
    ModuleVersion        = '0.2.2'
    FunctionsToExport    = @(
        'Get-Context',
        'Use-Context',
        'Initialize-Subscriptions',
        'Initialize-Subscription',
        'Set-ServicePrincipal',
        'Initialize-ServicePrincipals',
        'Initialize-DeploymentSpGroup',
        'Use-ServicePrincipal',
        'New-Deployment',
        'Deploy-PolicyAssets',
        'Clear-PolicyAssets',
        'Start-Scoped',
        'Start-PimGroup',
        'Stop-PimGroup',
        'Start-PimRole',
        'Stop-PimRole',
        'Approve-PimRole',
        'New-SqlFirewallRule',
        'Clear-AllSqlFirewallRules'
        'New-NoDeleteLocksForResourceGroup'
        'Remove-NoDeleteLocksForResourceGroup'
    )
    CmdletsToExport      = @(

    )
    PrivateData          = @{
        PSData = @{
            Tags         = @(
                'DEVDEER',
                'Azure',
                'Az',
                'ARM',
                'Subscription',
                'Tenant',
                'CAF')
            # LicenseUri = ''
            ProjectUri   = 'https://devdeer.com'
            IconUri      = 'https://devdeer.blob.core.windows.net/shared/devdeer/logo_squared_240_bluelight.png'
            ReleaseNotes = @"
- Start-CafPimRole now works for users without a direct privileged role assignment
"@

        }
    }
    #RequiredModules = @('Az')
    #PowerShellVersion = '7.1'
    # PowerShellHostName = ''
    # PowerShellHostVersion = ''
    # DotNetFrameworkVersion = ''
    # CLRVersion = ''
    # ProcessorArchitecture = ''
    # RequiredAssemblies = @()
    # ScriptsToProcess = @()
    # TypesToProcess = @()
    # FormatsToProcess = @()
    # NestedModules = @()

    VariablesToExport    = '*'
    AliasesToExport      = @()
    # DscResourcesToExport = @()
    # ModuleList = @()
    # FileList = @()
    # HelpInfoURI = ''
}