Skip to content

RazorSPoint/azure-devops-azure-policy-extension

Repository files navigation

Azure Policy and Governance Pipeline Tasks

Visual Studio Marketplace Version Visual Studio Marketplace Installs - Azure DevOps Extension Visual Studio Marketplace Rating Twitter URL Twitter Follow

This extension is hosted on the Visual Studio Marketplace for Azure DevOps and helps you to deploy Azure Policies into your Azure tenant. Detailed documentation can be found on the GitHub Pages.

Pipeline Status

Azure DevOps tests Azure DevOps coverage

Stage Status History
Overall Build status Azure DevOps Build History
Build Build status
Marketplace Test Release Environment status
Marketplace Live Release Environment status

Contributing

Contributions are very much welcome no matter how small they are!

Just go ahead and fork the repo and raise a pull request. Additionally you can also

  1. Check the Issues page and start contributing to one of the suggested issues.
  2. If you have an new suggestion then raise an issue or comment on an existing issue with what you want to contribute.
  3. Just align shortly with me on the issue. If you want you can go right ahead but to not make unnecessary commit it would be easier to align before coding.
  4. Include a link to the issue in your pull request.
  5. If it is a bug or an error, then you can create the pull request right away.

Coding Guidelines

  1. Follow the general best practice PowerShell coding guidelines
  2. This repo uses PSScriptAnalyzer with the default ruleset. I would like to have no warnings and errors within the build!
  3. Write unit tests with Pester for you code that you contribute.