Skip to content

Commit 606c8a0

Browse files
authored
Merge pull request #10448 from microsoft/users/prmittal/azcliversionfix
Fix version for change in Azure CLI task
2 parents 954b802 + a2e2762 commit 606c8a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tasks/AzureCLIV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": {
2121
"Major": 1,
2222
"Minor": 151,
23-
"Patch": 0
23+
"Patch": 1
2424
},
2525
"minimumAgentVersion": "2.0.0",
2626
"instanceNameFormat": "Azure CLI $(scriptPath)",
@@ -155,4 +155,4 @@
155155
"SettingAzureCloud": "Setting active cloud to: %s",
156156
"GlobalCliConfigAgentVersionWarning": "For agent version < 2.115.0, only global Azure CLI configuration can be used"
157157
}
158-
}
158+
}

Tasks/AzureCLIV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": {
2121
"Major": 1,
2222
"Minor": 151,
23-
"Patch": 0
23+
"Patch": 1
2424
},
2525
"minimumAgentVersion": "2.0.0",
2626
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)