Skip to content

Commit be61a0f

Browse files
Added breaking change announcement for az ssh arc commands (Azure#8571)
1 parent 069de08 commit be61a0f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# --------------------------------------------------------------------------------------------
5+
from azure.cli.core.breaking_change import register_other_breaking_change
6+
7+
register_other_breaking_change(
8+
'ssh arc',
9+
'On May 21st 2025, any ssh arc commands on versions <2.0.4 will no longer work. '
10+
'Please upgrade to az ssh version >=2.0.4',
11+
target_version='2.0.4')
12+
register_other_breaking_change(
13+
'ssh config',
14+
'On May 21st 2025, any ssh commands connecting to ARC machines on versions <2.0.4 will no longer work. '
15+
'Please upgrade to az ssh version >=2.0.4',
16+
target_version='2.0.4')
17+
register_other_breaking_change(
18+
'ssh vm',
19+
'On May 21st 2025, any ssh commands connecting to ARC machines on versions <2.0.4 will no longer work. '
20+
'Please upgrade to az ssh version >=2.0.4',
21+
target_version='2.0.4')

0 commit comments

Comments
 (0)