Updating pipeline: Get Key Vault Value
This commit is contained in:
parent
6940fb6b84
commit
6000b21f1e
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user