Contributing¶
The full contributing guide is maintained in the repository root and rendered on GitHub.
View CONTRIBUTING.md on GitHub
Quick Reference¶
- Fork the repo and create a feature branch
- New ARM modules go in
Modules/Public/InventoryModules/<Category>/ - New Entra modules go in
Modules/Public/PublicFunctions/Identity/ - Use the
Modules/Public/InventoryModules/Module-template.tplas your starting point - Add a Pester test in
tests/for any new public function - Open a PR against
main— describe what resource type you added and why
See ARM Modules and Entra Modules for the current catalog.