another test and fix name bug
This commit is contained in:
Родитель
93ced8001a
Коммит
ff3e68659b
|
@ -69,7 +69,7 @@ foreach ($config in $configs) {
|
|||
|
||||
# Set Content of Parameter File
|
||||
Write-Host "Setting Content of Parameter File"
|
||||
$parameterFile | ConvertTo-Json | Set-Content -Path $config.filePath
|
||||
$parameterFile | ConvertTo-Json -Depth 1 | Set-Content -Path $config.filePath
|
||||
}
|
||||
elseif (($config.fileType.ToLower() -eq "yaml") -or ($config.fileType.ToLower() -eq "yml")) {
|
||||
# Load YAML Deployment File
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"fileType": "json",
|
||||
"parameters": {
|
||||
"parameters.location.value": "${Location}",
|
||||
"parameters.keyVaultName.value": "${DataLandingZoneName}-purview001"
|
||||
"parameters.purviewName.value": "${DataLandingZoneName}-purview001"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче