VaporShell.Evidently.psd1
@{ Author = 'Nate Ferrell' Copyright = '(c) SCRT HQ 2020 . All rights reserved.' CompanyName = 'SCRT HQ' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/SCRT-HQ/VaporShell' LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE' Prerelease = 'beta20211222r1' Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux') IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg' } } CmdletsToExport = @() ScriptsToProcess = @('VaporShell.Evidently.Classes.ps1') GUID = 'f1c1696e-97e2-4a1c-96fb-7bdf88a532bc' FunctionsToExport = @('Add-VSEvidentlyExperimentMetricGoalObject','Add-VSEvidentlyExperimentOnlineAbConfigObject','Add-VSEvidentlyExperimentTreatmentObject','Add-VSEvidentlyExperimentTreatmentToWeight','Add-VSEvidentlyFeatureEntityOverride','Add-VSEvidentlyFeatureVariationObject','Add-VSEvidentlyLaunchGroupToWeight','Add-VSEvidentlyLaunchLaunchGroupObject','Add-VSEvidentlyLaunchMetricDefinitionObject','Add-VSEvidentlyLaunchStepConfig','Add-VSEvidentlyProjectDataDeliveryObject','Add-VSEvidentlyProjectS3Destination','New-VSEvidentlyExperiment','New-VSEvidentlyFeature','New-VSEvidentlyLaunch','New-VSEvidentlyProject') FormatsToProcess = @() Description = 'Service-specific module for AWS CloudFormation for service:' TypesToProcess = @() RequiredModules = @('VaporShell') DotNetFrameworkVersion = '4.7.2' RootModule = 'VaporShell.Evidently.psm1' ModuleVersion = '3.0.0' VariablesToExport = '*' FileList = @() PowerShellVersion = '5.1' RequiredAssemblies = @() AliasesToExport = '*' ProcessorArchitecture = 'None' } |