Avm.Authoring.psd1

@{
    RootModule           = 'Avm.Authoring.psm1'
    ModuleVersion        = '0.0.1'
    GUID                 = '356c238f-88dd-48bf-ad0a-b7de6a5bb877'
    Author               = 'Azure Verified Modules'
    CompanyName          = 'Microsoft'
    Copyright            = '(c) Microsoft Corporation. All rights reserved.'
    Description          = 'Placeholder for the upcoming Avm.Authoring module: shared PowerShell tooling for authors of Azure Verified Modules (Bicep and Terraform). This 0.0.1 release reserves the name on the PowerShell Gallery; a functional release will follow. See https://github.com/Azure/azure-verified-modules-tools for the roadmap.'
    PowerShellVersion    = '7.2'
    CompatiblePSEditions = @('Core')
    FunctionsToExport    = @('Get-AvmAuthoringPlaceholder')
    CmdletsToExport      = @()
    VariablesToExport    = @()
    AliasesToExport      = @()
    PrivateData          = @{
        PSData = @{
            Tags         = @('Azure', 'AVM', 'AzureVerifiedModules', 'Bicep', 'Terraform', 'Authoring', 'Placeholder', 'PSEdition_Core')
            LicenseUri   = 'https://github.com/Azure/azure-verified-modules-tools/blob/main/LICENSE'
            ProjectUri   = 'https://github.com/Azure/azure-verified-modules-tools'
            ReleaseNotes = '0.0.1 - Initial name-reservation placeholder for Avm.Authoring. No functionality yet.'
        }
    }
}