Skip to content

Commit

Permalink
updated azure CLI to match aks-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfiseeAdmin committed Sep 21, 2023
1 parent 3efb7d1 commit 168f08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Azure-ARM/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"identity": "[variables('ManagedIdentity')]",
"properties": {
"forceUpdateTag": "[parameters('NewGuid')]",
"azCliVersion": "2.45.0",
"azCliVersion": "2.49.0",
"timeout": "PT1H",
"cleanupPreference": "OnExpiration",
"retentionInterval": "P1D",
Expand Down Expand Up @@ -628,7 +628,7 @@
"identity": "[variables('ManagedIdentity')]",
"properties": {
"forceUpdateTag": "1",
"azCliVersion": "2.45.0",
"azCliVersion": "2.49.0",
"timeout": "PT1H",
"cleanupPreference": "OnExpiration",
"retentionInterval": "P1D",
Expand Down

0 comments on commit 168f08d

Please sign in to comment.