Variable Group HistoryAn alternative UI to update values in Azure DevOps variable groups, which saves variable value history into a Azure DevOps Git repository. This is not replacement to Variable Group managment page, you still need that to manage description, security of variable groups. The tool saves variable groups value snapshots as json file into a repository. Each variable group will have one json file and you can compare the change history. It also let you put short description and long description to variable. They are persisted in the JSON file as well. You can also put multi lines value for variable. When save changes to variable groups, you can associate commits to a work item.
After install, you should see To use the tool without install as extension in Azure DevOps, visit Online. You will need to have PAT ready for configuration. SetupGrant access.In Azure DevOps Extension management page, Review and allow permission to the extension. The permission required for this extensions are:
History repository setupThe respository and branch must be created manually first. Create a repository in same project and a branch. Then create a variable group
Report issuePlease report issue here |