bicep-registry-modules/.github/actions/templates
Alexander Sehr da7e5cbbb3
feat: New utility module - AVM Common Types (#3397)
## Description

- Implemented AVM common types module which can be used to reduce
duplicated code in the code base
- Reduced the tests in `main.test.bicep` for UDTs as they are not
compatible with using a module reference
- Added a quotation-escape to the deployment action as it turned out
that it breaks if you have single quotes in your deployment output

Example implementation in KeyVault module:

> **Note:** The type should always be implemented by name as a `*`
implementation causes all types to be added to the combiled `main.json`


![image](https://github.com/user-attachments/assets/76837be7-121b-4a76-a2f8-89c924abbcd8)


![image](https://github.com/user-attachments/assets/10507e09-a289-4b9e-b97f-c6e8241cd3ca)


## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|
[![avm.ptn.types.avm-common-type](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.utl.types.avm-common-type.yml/badge.svg?branch=users%2Falsehr%2F1396_commonTypes)](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.utl.types.avm-common-type.yml)
|
|
[![avm.res.key-vault.vault](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.res.key-vault.vault.yml/badge.svg?branch=users%2Falsehr%2F1396_commonTypes)](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.res.key-vault.vault.yml)
[run using local
ref](https://github.com/AlexanderSehr/bicep-registry-modules/actions/runs/11164377047)
|

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [x] Azure Verified Module updates:
- [ ] 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
2024-10-15 19:01:36 +02:00
..
avm-getModuleTestFiles
avm-getWorkflowInput fix: Added additional case handling to logic that pulls workflow inputs (#1833) 2024-05-03 10:52:03 +01:00
avm-publishModule fix: bump Azure login from v1 to v2 in GH actions (#1460) 2024-03-28 17:55:25 +00:00
avm-setEnvironment feat: New Module avm-ptn-lz-sub-vending (#2080) 2024-06-11 22:31:50 +03:00
avm-validateModuleDeployment feat: New utility module - AVM Common Types (#3397) 2024-10-15 19:01:36 +02:00
avm-validateModulePSRule fix: bump PowerShell v2 in GH actions (#1444) 2024-03-27 23:54:29 +01:00
avm-validateModulePester