зеркало из https://github.com/Azure/benchpress.git
fixing typo
This commit is contained in:
Родитель
a9f2107be7
Коммит
32049f325d
|
@ -3,7 +3,7 @@ function Deploy-BicepFeature([string]$path, $params, $resourceGroupName){
|
|||
$folder = Split-Path $path
|
||||
$armPath = Join-Path -Path $folder -ChildPath "$fileName.json"
|
||||
|
||||
Write-Host "Tranpiling Bicep to Arm"
|
||||
Write-Host "Transpiling Bicep to Arm"
|
||||
az bicep build --file $path
|
||||
|
||||
$code = $?
|
||||
|
|
Загрузка…
Ссылка в новой задаче