Azure / Azure/bicep-registry-modules
[AVM Module Issue]: Container Registry `taskType` is missing `managedIdentities` and `credentials` properties
- 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?
Bug
### Module Name
avm/res/container-registry/registry
### (Optional) Module Version
0.13.0
### Description
When creating a task in an ABAC-enabled registry, you must be able to specify an identity and credentials to use for source registry access. The `task` subresource definition has parameters `managedIdentities` and `credentials` to support this requirement. However, the type `taskType` in the main resource definition for container registry is missing these properties, so you get a Bicep linting warning.
### (Optional) Correlation Id
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.