2026.8.26.3

Overview

Name pull
Tag 2026.8.26.3
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/acr/rbac/pull:2026.8.26.3
Last updated 2026-08-26 07:40:19:+00:00
Created 2026-08-26 07:40:19:+00:00
Digest sha256:067aa6515e34d234c020e26ade5b3942ef5e85423a1f3bb0d5426d33adc6577b

Parameters

Name Type Required Description
azureContainerRegistry string Yes
managedIdentityPrincipalId string Yes
acrPullDefinitionId string No
'7f951dda-4ed3-4680-a7ca-43fe172d538d'
system string Yes
env string Yes

Outputs

Name Type Description

Example

@description('The target environment.')
param env string

@description('The deployment version.')
param version string = '1.0.0.0'

param azureContainerRegistry string

param managedIdentityPrincipalId string

param system string


module pull 'br:bicepacrdevwcom.azurecr.io/bicep/modules/acr/rbac/pull:2026.8.26.3' = {
    name: 'pull${env}${version}'
    params: {
      azureContainerRegistry: azureContainerRegistry
      managedIdentityPrincipalId: managedIdentityPrincipalId
      system: system
      env: env
    }
}