Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Modules missing v2 formatting (#1481)
## Description - Reformatting several modules missing v2 formatting. > Note: Exempted following modules from this change > - App/managed-environment: PR open, will request reformatting to happen as part of the PR > - Datafactory/factory: PR open, will request reformatting to happen as part of the PR > - Databricks/workspace: PR open, will request reformatting to happen as part of the PR > - DBforPostgreSql/flexible-server: Failing PSRule WAF reliability, will request reformatting to happen as part of the PR fixing it > - Storage: Bug raised for failing pipeline, will request reformatting to happen as part of the PR fixing it ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | | [![avm.res.api-management.service](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.api-management.service.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.api-management.service.yml) | | [![avm.res.app.container-app](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.app.container-app.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.app.container-app.yml) | | [![avm.res.batch.batch-account](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.batch.batch-account.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.batch.batch-account.yml) | | [![avm.res.cache.redis](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.cache.redis.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.cache.redis.yml) | | [![avm.res.databricks.access-connector](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.databricks.access-connector.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.databricks.access-connector.yml) | | [![avm.res.digital-twins.digital-twins-instance](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.digital-twins.digital-twins-instance.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.digital-twins.digital-twins-instance.yml) | | [![avm.res.document-db.database-account](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.document-db.database-account.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.document-db.database-account.yml) | | [![avm.res.logic.workflow](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.logic.workflow.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.logic.workflow.yml) | | [![avm.res.net-app.net-app-account](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.net-app.net-app-account.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.net-app.net-app-account.yml) | | [![avm.res.relay.namespace](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.relay.namespace.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.relay.namespace.yml) | | [![avm.res.web.connection](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.web.connection.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.web.connection.yml) | | [![avm.res.web.hosting-environment](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.web.hosting-environment.yml/badge.svg?branch=fix%2Fv2-formatting)](https://github.com/eriqua/bicep-registry-modules/actions/workflows/avm.res.web.hosting-environment.yml) | ## Type of Change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] Update to CI Environment or utlities (Non-module effecting changes) - [ ] Azure Verified Module updates: - [x] Bugfix containing backwards compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] 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. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation ## Checklist - [ ] I'm sure there are no other open Pull Requests for the same update/change - [ ] I have run `Set-AVMModule` locally to generate the supporting module files. - [x] My corresponding pipelines / checks run clean and green without any errors or warnings <!-- Please keep up to day with the contribution guide at https://aka.ms/avm/contribute/bicep -->
- Loading branch information