We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131634d commit f2a2298Copy full SHA for f2a2298
src/azure-cli/azure/cli/command_modules/security/_breaking_change.py
@@ -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