Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: avm/res/network/ip-group (Azure#875)
## Description <!--Why this PR? What is changed? What is the effect? etc.--> ### Pipeline [![avm.res.network.ip-group](https://github.com/ahmadabdalla/bicep-registry-modules/actions/workflows/avm.res.network.ip-group.yml/badge.svg?branch=users%2Fahmad%2F4415_ipGroups)](https://github.com/ahmadabdalla/bicep-registry-modules/actions/workflows/avm.res.network.ip-group.yml) ### Teams Closes Azure/Azure-Verified-Modules#506 Closes Azure/ResourceModules#4414 ![image](https://github.com/Azure/bicep-registry-modules/assets/28486158/5654a884-4f66-4686-b7e5-64112a036a09) ![image](https://github.com/Azure/bicep-registry-modules/assets/28486158/dddb5d11-0956-419f-87d0-1597d1d3c2e3) ## Adding a new module <!--Run through the checklist if your PR adds a new module.--> - [ ] A proposal has been submitted and approved. - [ ] I have included "Closes #{module_proposal_issue_number}" in the PR description. - [ ] I have run `brm validate` locally to verify the module files. - [ ] I have run deployment tests locally to ensure the module is deployable. ## Updating an existing module <!--Run through the checklist if your PR updates an existing module.--> - [ ] This is a bug fix: - [ ] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] I have run `brm validate` locally to verify the module files. - [ ] I have run deployment tests locally to ensure the module is deployable. - [ ] I have read the [Updating an existing module](https://github.com/Azure/bicep-registry-modules/blob/main/CONTRIBUTING.md#updating-an-existing-module) section in the contributing guide and updated the `version.json` file properly: - [ ] The PR contains backwards compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`. - [ ] The PR contains backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] The PR contains breaking changes, and I have bumped the MAJOR version in `version.json`. - [ ] I have updated the examples in README with the latest module version number. --------- Co-authored-by: Alexander Sehr <[email protected]>
- Loading branch information