From 731715d1cd9ccc50e2249a3ad6e0b224db9a2bc8 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:30:06 +0000 Subject: [PATCH] chore: Update test harness with new `azcopy` version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- cst.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cst.yaml b/cst.yaml index e7f07be..6cfb4bd 100644 --- a/cst.yaml +++ b/cst.yaml @@ -37,7 +37,7 @@ commandTests: - name: "Check azcopy Version" command: "azcopy" args: ["--version"] - expectedOutput: ["azcopy version 10.26.0"] + expectedOutput: ["azcopy version 10.27.1"] - name: "Check geoipupdate Version" command: "geoipupdate" args: ["--version"]