Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update Deployment Script's Azure CLI version to 2.32.0 (Azure#164)
Browse files Browse the repository at this point in the history
Update Azure CLI version to 2.32.0
  • Loading branch information
SenthuranSivananthan authored Feb 10, 2022
1 parent d7d5257 commit 209f61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azresources/util/deployment-script.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ param deploymentScript string
@description('Identity for the deployment script to execute in Azure Container Instance.')
param deploymentScriptIdentityId string

@description('Azure CLI Version. Default: 2.26.0')
param azCliVersion string = '2.26.0'
@description('Azure CLI Version. Default: 2.32.0')
param azCliVersion string = '2.32.0'

@description('Force Update Tag. Default: utcNow()')
param forceUpdateTag string = utcNow()
Expand Down

0 comments on commit 209f61c

Please # to comment.