79548897

Date: 2025-04-01 18:35:05
Score: 0.5
Natty:
Report link

The problem was in installing Az and az bicep seems like, updated tasks:

          - task: PowerShell@2
            displayName: 'Install Az Module'
            inputs:
              pwsh: true
              targetType: 'inline'
              script: |
                Install-Module -Name Az -Force -AllowClobber
                az bicep install
                az bicep version
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Guilherme Matheus