ps/Modules/Alkami.PowerShell.Choco/Alkami.PowerShell.Choco.psd1
2023-05-30 22:51:22 -07:00

13 lines
2.7 KiB
PowerShell

@{
RootModule = 'Alkami.PowerShell.Choco.psm1'
ModuleVersion = '3.31.4'
GUID = '5c35ea6e-7588-4111-8bea-e9e0604e920c'
Author = 'SRE'
CompanyName = 'Alkami Technologies, Inc.'
Copyright = '(c) 2018 Alkami Technologies, Inc. All rights reserved.'
Description = 'A set of functions for managing Chocolatey packages.'
PowerShellVersion = '5.0'
RequiredModules = 'Alkami.PowerShell.Common', 'Alkami.PowerShell.Services', 'Alkami.PowerShell.AD'
FunctionsToExport = 'Compare-InstalledChocoPackages','Format-PackageTextWhitespace','Format-ParseChocoPackages','Get-AllInstalledComponentsByType','Get-BasicAuthHeader','Get-CategorizedChocoPackages','Get-ChocolateyParameterString','Get-ChocolateySources','Get-ChocolateySourcesV2','Get-ChocoPackageFromPath','Get-ChocoPublicPassThruFeedUrl','Get-ChocoState','Get-FriendlyChocoPackageName','Get-LocallyInstalledChocoPackages','Get-MicroservicesWithMigrations','Get-MicroserviceTiers','Get-PackageAlkamiManifestV2','Get-PackageAppConfigXml','Get-PackageFile','Get-PackageFileList','Get-PackageFileListV2','Get-PackageFileV2','Get-PackageInstallationData','Get-PackageMetadataV2','Get-PackageNuspecXmlV2','Get-PackageVersionsFromAlkamiProget','Get-RemoteInstalledChocoPackages','Get-ServicesByTier','Get-ValidHotfixServerTiers','Install-ExistingMicroservicesWithMigrations','Install-LegacyUtilityPackage','Install-ManualChocoPackages','Install-MicroservicesWithMigrations','Invoke-ChocoInstallPackages','Invoke-ChocoInstallPackagesPrivate','Invoke-ProgetRequest','Publish-ChocoPackage','Remove-OrphanedChocoFolders','Remove-PackagesThatAreAlreadyInstalled','Select-InstallPackages','Select-UniqueServerPackages','Set-ChocoPackageSourceFeeds','Set-ChocoPackageSourceFeedsV2','Set-ChocoPackageTags','Start-ServicesByTier','Test-ChocoPackagesAvailable','Test-IsChocoPackageInstalled','Test-IsEclairInstalled','Test-IsPackageComponentizedWebApplication','Test-IsPackageDbms','Test-IsPackageDbmsV2','Test-IsPackageFullScaleMicroserviceV2','Test-IsPackageInFeed','Test-IsPackageInfrastructureMicroserviceV2','Test-IsPackageInstaller','Test-IsPackageInstallerV2','Test-IsPackageMicroserviceV2','Test-IsPackagePowerShellModule','Test-IsPackagePowerShellModuleV2','Test-IsPackageReliableService','Test-IsPackageReliableServiceV2','Test-IsPackageUpgradeOnlyV2','Test-IsServiceManifestCore','Test-ManualChocoCommandsExecuted','Test-PackageHasAlkamiManifestV2','Test-PackageHasDatabaseConfigFile','Test-PackageHasDependencyV2','Test-PackageHasInfrastructureMigrationsV2','Test-ServiceManifestHasMigrations','Test-ServiceManifestRequiresDbAccess','Update-FeedAuthentication','Write-InstallPackageMetadataToConsole'
}