Skip to content

Commit f2a2298

Browse files
committed
prenounce cmd deprecate
1 parent 131634d commit f2a2298

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
6+
from azure.cli.core.breaking_change import register_command_deprecate
7+
8+
register_command_deprecate('security automation create_or_update')
9+
register_command_deprecate('security automation validate')
10+
11+
# This command has been deprecated and will be removed in next breaking change release(2.73.0).

0 commit comments

Comments
 (0)