CTGlobal.Insight.Analytics.psd1

#
# Module manifest for module 'CTGlobal.Insight.Analytics'
#
# Generated by: CTGlobal A/S
#
# Generated on: 12/02/2020
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'CTGlobal.Insight.Analytics.psm1'

# Version number of this module.
ModuleVersion = '0.3.4'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '4ae08130-9744-49e0-a27b-d58e1e3d848c'

# Author of this module
Author = 'CTGlobal A/S'

# Company or vendor of this module
CompanyName = 'CTGlobal A/S'

# Copyright statement for this module
Copyright = 'CTGlobal A/S'

# Description of the functionality provided by this module
Description = 'This is the preview version of the PowerShell module that is used to automate processes in CTGlobal Insight Analytics.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @('IA.Standard.Library.dll','Microsoft.Identity.Client.dll')

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = '*'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = '*'

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'CTGlobal','InsightAnalytics','IA'

        # ReleaseNotes of this module
        ReleaseNotes = '
v0.3.4
    - Changed connector notification timestamp.
v0.3.3
    - Using a specific culture for certain datetime variables.
v0.3.2
    - Adding a datetime change to DataDefinition objects.
v0.3.1
    - Adding a few minor directory changes.
v0.3.0
    - A ConnectorNotification will now be created when creating a widget, which will force a sync of the widget data.
v0.2.9
    - Added WidgetConfigurationBases, BlockHeight to WidgetObjects, Order to ViewObjects and ColumnIndex for GroupObjects
v0.2.8
    - Fixed time format issue, which lead to Widgets syncing an hour late.
v0.2.7
    - Added the NextRun field to the DataDefinition object that is mandatory with the new IA release in order for widgets to be updated.
v0.2.6
    - Merged many different changes into one.
v0.2.5
    - Added support for creating widgets from different connectors
        - ConfigMgr, Intune, Ad, ClientHealth
    - Added Get- and Set-IAWidgetConfigurationHistory
        - This allows to modify existing history widgets to change their chart type and other modifiers.
    - Added Get- and Set-IAWidgetConfigurationText
        - This helps with changing the text on a text widget
    - Added examples for creating all of the different widgets.
    Preferred way of querying for a IAConfigurationDataModel is now through the WidgetTemplateId
    - Added new FreeText and Clock widgets
    - WidgetConfiguration can now be passed in to specify a custom one
 
v0.2.4
    - Added Set-IADataValueFieldMap
    - Fixed a mistake in the examples.
 
v0.2.3.1
    - Updated changelog
 
v0.2.3
    - Renamed module from CTGlobalInsightAnalytics to CTGlobal.Insight.Analytics
    - Connect-IA: LicenseId parameter changed to LicenseKey, LicenseId set as an alias
    - New-IAWidget: now supports creating Custom Query List widgets
    - Copy-IAWidget: now supports copying Custom Query List widgets and Text widgets.
    - Dynamic Parameters in Get-IA*.ps1 commands now have better errorhandling
        '


    } # End of PSData hashtable

  } # End of PrivateData hashtable
}