Reduced retry
This commit is contained in:
Родитель
3df05e2be5
Коммит
83c2db7065
|
@ -428,7 +428,7 @@ function New-TemplateDeployment {
|
|||
[switch] $DoNotThrow,
|
||||
|
||||
[Parameter(Mandatory = $false)]
|
||||
[int] $RetryLimit = 3,
|
||||
[int] $RetryLimit = 1,
|
||||
|
||||
[Parameter(Mandatory = $false)]
|
||||
[string] $RepoRoot = (Get-Item -Path $PSScriptRoot).parent.parent.parent.parent.parent.FullName
|
||||
|
|
Загрузка…
Ссылка в новой задаче