From 960677436381363015c465fe0b3f16466e1e3e2a Mon Sep 17 00:00:00 2001 From: Stas Date: Fri, 9 Jul 2021 10:21:49 -0700 Subject: [PATCH] Update supported az cli version to 2.26 (#223) Co-authored-by: stas --- cli/raft_sdk/raft_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/raft_sdk/raft_deploy.py b/cli/raft_sdk/raft_deploy.py index 640e8b48..920d337c 100644 --- a/cli/raft_sdk/raft_deploy.py +++ b/cli/raft_sdk/raft_deploy.py @@ -984,7 +984,7 @@ def update_deployment_context(self): json.dump(defaults, d, indent=4) def test_az_version(self): - supported_versions = ['2.20.0', '2.21.0'] + supported_versions = ['2.25.0', '2.26.0'] # az sometimes reports the version with an asterisk. # Perhaps when a new version of the CLI is available. tested_az_cli_versions = (