2026.9.9.2

Overview

Name pull
Tag 2026.9.9.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/acr/rbac/pull:2026.9.9.2
Last updated 2026-09-09 12:43:18:+00:00
Created 2026-09-09 12:43:18:+00:00
Digest sha256:55bef9c48154b5d9da9096adc136447f17af999669db4580c48f3c5f8775ee9f

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.9.9.2' = {
    name: 'pull${env}${version}'
    params: {
      azureContainerRegistry: azureContainerRegistry
      managedIdentityPrincipalId: managedIdentityPrincipalId
      system: system
      env: env
    }
}