Include a description to your project team for clarity and purpose. Learn more: https://learn.microsoft.com/en-us/azure/devops/organizations/settings/add-teams
1. Navigate to Project Settings. 2. Select General -> Teams. 3. Select a team. 4. Click on Settings tab. 5. Under 'Team Details' section, enter a Description. 6. Click on 'Save'.
{
"target": "ADOWebApiTeam",
"if": {
"allOf": [
{
"resource": "ADOWebApiTeam",
"property": "Description",
"operator": "notEquals",
"value": ""
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions