Updating pipeline: Get Key Vault Value
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
"typeProperties": {
|
"typeProperties": {
|
||||||
"variableName": "CompleteSecretURL",
|
"variableName": "CompleteSecretURL",
|
||||||
"value": {
|
"value": {
|
||||||
"value": "@concat('https://trainingkeys01.vault.azure.net/secrets/',pipeline().parameters.SecretName,'?api-version=7.0')",
|
"value": "@concat(\n'https://',\npipeline().globalParameters.KeyVaultName,\n'.vault.azure.net/secrets/',\npipeline().parameters.SecretName,\n'?api-version=7.0')",
|
||||||
"type": "Expression"
|
"type": "Expression"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user