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

Commit 539fac9

Browse files
stishkinstas
andauthored
cli version 2.15.0 (#87)
Co-authored-by: stas <statis@microsoft.com>
1 parent 777a4af commit 539fac9

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
@@ -927,7 +927,7 @@ def update_deployment_context(self):
927927
json.dump(defaults, d, indent=4)
928928

929929
def test_az_version(self):
930-
supported_versions = ['2.10.1', '2.12.0', '2.12.1', '2.13.0']
930+
supported_versions = ['2.10.1', '2.12.0', '2.12.1', '2.13.0', '2.15.0']
931931
# az sometimes reports the version with an asterisk.
932932
# Perhaps when a new version of the CLI is available.
933933
tested_az_cli_versions = (

0 commit comments

Comments
 (0)