Issue #605
This commit is contained in:
Родитель
458c811d99
Коммит
1ec94764d7
|
@ -29,6 +29,8 @@
|
|||
Specify a foreign container in which you want to run the txt2al tool
|
||||
.Parameter useBaseAppProperties
|
||||
Specify to retrieve app properties from base app actually installed in container
|
||||
.Parameter credential
|
||||
Credentials are needed to download the app if you do not use the baseline
|
||||
.Example
|
||||
$alProjectFolder = "C:\ProgramData\NavContainerHelper\AL\BaseApp"
|
||||
Create-AlProjectFolderFromNavContainer -containerName alContainer `
|
||||
|
@ -58,7 +60,8 @@ function Create-AlProjectFolderFromNavContainer {
|
|||
[ScriptBlock] $alFileStructure,
|
||||
[string] $runTxt2AlInContainer = $containerName,
|
||||
[Parameter(ParameterSetName="BaseAppProperties")]
|
||||
[switch] $useBaseAppProperties
|
||||
[switch] $useBaseAppProperties,
|
||||
[PSCredential] $credential = $null
|
||||
)
|
||||
|
||||
$navversion = Get-NavContainerNavversion -containerOrImageName $containerName
|
||||
|
|
|
@ -5,6 +5,7 @@ Add function Restore-DatabasesInBcContainer
|
|||
Cannot find txt2al in latest 15.x container
|
||||
Add parameter doNotUseRuntimePackages to New-BcContainer
|
||||
Ignore empty runtime packages when caching runtime test apps
|
||||
Add credential parameter to Create-AlProjectFolderFromBcContainer
|
||||
|
||||
0.6.3.4
|
||||
Bugfix #570: Get-NavContainerAppInfo can return one app multiple times
|
||||
|
|
Загрузка…
Ссылка в новой задаче