PowerShell.Azure.Data.Explorer.psd1
# # Module manifest for module 'PowerShell.Azure.Data.Explorer' # # Generated by: Chendrayan Venkatesan # # Generated on: 8/18/2021 # @{ RootModule = '.\PowerShell.Azure.Data.Explorer.psm1' ModuleVersion = '0.0.4' GUID = '59eafdb0-8aef-4fe0-ad10-5fe17fece93c' Author = 'Chendrayan Venkatesan' CompanyName = 'Free Lancer' Copyright = '(c) Chendrayan Venkatesan. All rights reserved.' Description = 'PowerShell functions to work with Azure Data Explorer' FunctionsToExport = @('*') CmdletsToExport = @( 'Invoke-ADXQuery', 'Import-CsvToADX' 'Clear-ADXTableData', 'Set-ADXIngestionBatchingPolicy' ) VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('ADX' , 'AzureDataExplorer', 'CSV2ADX', 'ADXIngestion') # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. # ProjectUri = '' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' # Prerelease string of this module # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false # External dependent modules of this module # ExternalModuleDependencies = @() } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |