Created
January 16, 2020 02:37
-
-
Save zloeber/1a983fe6747666abaa30d389f66ae99b to your computer and use it in GitHub Desktop.
ado-linked-var-group-4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"authorized": true, | |
"description": "${description}", | |
"name": "${name}", | |
"type": "AzureKeyVault", | |
"variableGroupProjectReferences": [ | |
{ | |
"projectReference": { | |
"id": "${project_id}", | |
"name": "${project_name}" | |
}, | |
"name": "${name}", | |
"description": "${description}" | |
} | |
], | |
"providerData": { | |
"serviceEndpointId": "${service_endpoint_id}", | |
"vault": "${vault_name}" | |
}, | |
"variables": { | |
"AIRFLOWFERNETKEY": { | |
"enabled": true, | |
"contentType": "", | |
"value": null, | |
"isSecret": true | |
}, | |
"KUBESECRET": { | |
"enabled": true, | |
"contentType": "", | |
"value": null, | |
"isSecret": true | |
}, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment