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.
Stage | Status | History |
---|---|---|
Overall | ||
Build | ||
Marketplace Test Release | ||
Marketplace Live Release |
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
- Check the Issues page and start contributing to one of the suggested issues.
- If you have an new suggestion then raise an issue or comment on an existing issue with what you want to contribute.
- 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.
- Include a link to the issue in your pull request.
- If it is a bug or an error, then you can create the pull request right away.
- Follow the general best practice PowerShell coding guidelines
- This repo uses PSScriptAnalyzer with the default ruleset. I would like to have no warnings and errors within the build!
- Write unit tests with Pester for you code that you contribute.