Azure / Azure/bicep-registry-modules

[AVM Module Issue]: Missing identity property on action-group module

Open
#6,783 4 comments 0 reactions 1 assignee Claimed by @rahalan View on GitHub
Class: Resource Module :package: Type: AVM :a: :v: :m: Type: Feature Request :heavy_plus_sign:
Dominant language
Bicep
Stars
736
Forks
564
Avg merge
3d 15h
Merged PRs (30d)
30

Description

### Check for previous/existing GitHub issues

- [x] I have checked for previous/existing GitHub issues

### Issue Type?

Feature Request

### Module Name

avm/res/insights/action-group

### (Optional) Module Version

0.8.0

### Description

Currently, it is not possible to configure either a system-assigned or user-assigned identity for the action-group module, as this property is not utilized:
`resource symbolicname 'Microsoft.Insights/actionGroups@2024-10-01-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
...`

### (Optional) Correlation Id

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.