-
Notifications
You must be signed in to change notification settings - Fork 247
/
BcContainerHelper.module.json
49 lines (49 loc) · 1.33 KB
/
BcContainerHelper.module.json
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
40
41
42
43
44
45
46
47
48
49
{
"GUID": "8e034fbc-8c30-446d-bbc3-5b3be5392491",
"Author": "Freddy Kristiansen",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module, which makes it easier to work with Business Central Containers on Docker.",
"CompanyName": "Microsoft",
"CompatiblePSEditions": [
"Core",
"Desktop"
],
"RequiredModules": [
],
"files": [
"AL-Go\\*",
"Api\\*",
"AppHandling\\*",
"AppSource\\*",
"Artifacts\\*",
"Auth\\*",
"AzureAD\\*",
"AzureVM\\*",
"Bacpac\\*",
"Common\\*",
"CompanyHandling\\*",
"ConfigPackageHandling\\*",
"CompilerFolderHandling\\*",
"ContainerHandling\\*",
"ContainerInfo\\*",
"Misc\\*",
"NuGet\\*",
"ObjectHandling\\*",
"PackageHandling\\*",
"Saas\\*",
"SymbolHandling\\*",
"TenantHandling\\*",
"UserHandling\\*",
"addfonts.ps1",
"BcContainerHelper.ps1",
"BcContainerHelper.psm1",
"Check-BcContainerHelperPermissions.ps1",
"CreateALGoRepo.ps1",
"CreateScript.ps1",
"HelperFunctions.ps1",
"InitializeModule.ps1",
"Microsoft.ApplicationInsights.dll",
"TelemetryHelper.ps1",
"BC.*.ps1"
]
}