-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPsAdxArchiver.psd1
39 lines (38 loc) · 1.11 KB
/
PsAdxArchiver.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Module manifest for module 'PsAdxArchiver'
# Generated by: Peter.Vandivier
# Generated on: 2023-05-24
#
@{
RootModule = 'PsAdxArchiver.psm1'
ModuleVersion = '0.1.2'
Guid = '6db49c4c-0073-44fe-95d8-907f056c1645'
Author = 'Peter Vandivier'
Copyright = '(c) Peter Vandivier. All rights reserved.'
Description = 'Generic Azure Data Explorer exporter. Sends a table to blob storage via an external table.'
RequiredModules = @(
@{
ModuleName = 'Invoke-AdxCmd'
ModuleVersion = '0.0.9'
Guid = '688fd570-0253-491b-beff-385ecc05cef2'
}
# @{
# ModuleName = 'BurntToast'
# ModuleVersion = '1.0.0'
# Guid = '751a2aeb-a68f-422e-a2ea-376bdd81612a'
# }
@{
ModuleName = 'Az.Storage'
ModuleVersion = '5.6.0'
Guid = 'dfa9e4ea-1407-446d-9111-79122977ab20'
}
)
FunctionsToExport = @(
'Export-XbTable'
'New-XbBatchBounds'
'New-XbTable'
'Receive-XbAsyncArchive'
'Start-XbAsyncArchive'
'Wait-XbAsyncArchive'
)
}