Make sure to add a description to your pipeline variable group. This description will help define its purpose and provide clarity to users about the role of the variable group. Learn more: https://learn.microsoft.com/en-us/azure/devops/pipelines/library/variable-groups?tabs=classic
1. Navigate to Project -> Pipelines -> Library 2. Select a variable group. 3. Enter a Description. 4. Click on 'Save'.
{
"target": "ADOProjectVariableGroup",
"if": {
"allOf": [
{
"resource": "ADOProjectVariableGroup",
"property": "Description",
"operator": "notEquals",
"value": ""
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions