ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

This repository includes a CI platform for and collection of mature and curated Bicep modules. The platform supports both ARM and Bicep and can be leveraged using GitHub actions as well as Azure DevOp...

Results 378 ResourceModules issues
Sort by recently updated
recently updated
newest added

### Description | Test Feature\Env | | GitHub | Azure DevOps | | - | - | - | - | | Non-existing target | | | | | |...

enhancement

### Description The current tests on `eventSubscriptions` is only testing one scenario. This issue is to investigate and if so create tests to use the `eventSubscriptions` resource to deploy into...

enhancement
[cat] modules
[cat] testing
wait for author
[cat] needs further discussion

### Description Update the contribution guide wiki page with latest tools https://github.com/Azure/ResourceModules/wiki/Contribution%20guide%20-%20Get%20formatted%20RBAC%20roles should reference the [Update-RoleAssignmentList](https://github.com/Azure/ResourceModules/blob/main/utilities/tools/Update-RoleAssignmentList.ps1) utility instead.

documentation
enhancement
[cat] utilities

### Description The CARML CI currently does not provide out-of-the-gate capabilities to control which version of the uses tools (for example) are installed on the agents. As this can lead...

enhancement
[cat] pipelines

### Description Discuss if worthy to get notified when a new Bicep version is available and open issue to test scripts relying on that accordingly. Related to issue #2660

enhancement
[cat] pipelines
blocked
[cat] needs further discussion

### Description Update publishing logic to only publish a new version if module templates (bicep/json) are changed. Currently diff is evaluating if any file in the module folder is changed,...

enhancement
[prio] high
[cat] publishing

### Description Leverage the `utilities\tools\Update-RoleAssignmentList.ps1` utility to validate the list of `builtInRoleNames` for the `nested_roleAssignments` template when the module supports RBAC. Since the list of valid roles for each resource...

enhancement

### Description The Replace tokens in template file step is currently merged with the one running Pester. For consistency with other jobs (e.g., PSRule and deployment validation) we should leverage...

enhancement
[cat] pipelines
[cat] testing

### Description By default, the SSH Key resource does not generate an SSH Key. Instead you need to invoke a [REST call](https://learn.microsoft.com/en-us/rest/api/compute/ssh-public-keys/generate-key-pair?tabs=HTTP) once the resource was created. To this end...

enhancement