ps/Modules/Alkami.DevOps.Installation/Alkami.DevOps.Installation.psd1
2023-05-30 22:51:22 -07:00

22 lines
2.2 KiB
PowerShell

@{
RootModule = 'Alkami.DevOps.Installation.psm1'
ModuleVersion = '3.25.0'
GUID = 'dc9924e9-7646-4e11-ba59-48d6a715617c'
Author = 'SRE,dsage,cbrand'
CompanyName = 'Alkami Technologies, Inc.'
Copyright = '(c) 2018 Alkami Technologies, Inc.. All rights reserved.'
Description = 'A set of functions to configure servers and install the ORB application'
RequiredModules = 'Alkami.PowerShell.Common', 'Alkami.PowerShell.IIS', 'Alkami.DevOps.Common', 'Alkami.DevOps.Certificates', 'Alkami.PowerShell.Configuration', 'Alkami.PowerShell.AD', 'Alkami.PowerShell.Services', 'Alkami.Ops.SecretServer', 'Alkami.Ops.Common'
FunctionsToExport = 'Add-OldHotfixPackagesToUninstallList','Add-OverflowCustomAttribute','Copy-NewRelicCustomInstrumentationFiles','Get-BadPackages','Get-ClientWebSiteInformationFromDatabase','Get-EnvironmentData','Get-MicroserviceNewRelicMapping','Get-NewRelicAccountDetails','Get-NewRelicYamlPath','Get-PackageServerMapping','Get-ServerPackageInformation','Install-NewRelicDotNetAgent','Install-NewRelicInfrastructure','Install-NewRelicServerMonitor','Install-ORB','Install-ORBAppServer','Install-ORBWebServer','New-DummyPackageInstallationData','New-PackageMetadataObject','New-WebTierWebSites','Read-AppTierSecrets','Read-WebTierSecrets','Remove-OutdatedNewHotfixPackages','Set-InfrastructureConfiguration','Set-NewRelicConfigurationValues','Set-NewRelicDeployment','Set-RapidFailSettings','Set-ServiceAccountValue','Submit-DeploymentToNewRelic','Uninstall-NewRelicDotNetAgent','Update-Borg','Write-PackageList'
AliasesToExport = 'Create-WebTierWebSites','Load-AppTierSecrets','Load-WebTierSecrets'
HelpInfoURI = 'https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.Installation+Module'
FileList = @('.\NewRelicCustomInstrumentation\CustomInstrumentation.xml', '.\NewRelicCustomInstrumentation\RemoveActivity.xml')
PrivateData = @{
PSData = @{
Tags = @('powershell', 'module', 'installation')
ProjectUri = 'Https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.Installation+Module'
IconUri = 'https://www.alkami.com/files/alkamilogo75x75.png'
}
}
}