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

Commit

Permalink
Update supported az cli version to 2.26 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: stas <[email protected]>
  • Loading branch information
stishkin and stas committed Jul 9, 2021
1 parent 44a6e35 commit 9606774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/raft_sdk/raft_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 9606774

Please sign in to comment.