File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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' )
You can’t perform that action at this time.
0 commit comments