Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 9606774

Browse files
stishkinstas
andauthored
Update supported az cli version to 2.26 (#223)
Co-authored-by: stas <statis@microsoft.com>
1 parent 44a6e35 commit 9606774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/raft_sdk/raft_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def update_deployment_context(self):
984984
json.dump(defaults, d, indent=4)
985985

986986
def test_az_version(self):
987-
supported_versions = ['2.20.0', '2.21.0']
987+
supported_versions = ['2.25.0', '2.26.0']
988988
# az sometimes reports the version with an asterisk.
989989
# Perhaps when a new version of the CLI is available.
990990
tested_az_cli_versions = (

0 commit comments

Comments
 (0)