This commit is contained in:
Marvin Buss 2021-02-05 14:42:13 +01:00
Родитель 93ced8001a
Коммит ff3e68659b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"
}
},
{