Skip to content

Instantly share code, notes, and snippets.

@zloeber
Created January 16, 2020 02:35
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/445233e082f0b4252563e5fc368baffc to your computer and use it in GitHub Desktop.
Save zloeber/445233e082f0b4252563e5fc368baffc to your computer and use it in GitHub Desktop.
ado-linked-var-group-3
{
"authorized": true,
"description": "SuperSecret Variable Group (SuperSecretVault)",
"name": "SuperSecret",
"type": "AzureKeyVault",
"variableGroupProjectReferences": [
{
"projectReference": {
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "MyADOProject"
},
"name": "SuperSecret",
"description": "SuperSecret Variable Group (SuperSecretVault)"
}
],
"providerData": {
"serviceEndpointId": "${service_endpoint_id}",
"vault": "SuperSecretVault"
},
"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