Skip to content

Instantly share code, notes, and snippets.

@zloeber
Created January 16, 2020 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zloeber/1a983fe6747666abaa30d389f66ae99b to your computer and use it in GitHub Desktop.
Save zloeber/1a983fe6747666abaa30d389f66ae99b to your computer and use it in GitHub Desktop.
ado-linked-var-group-4
{
"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