Skip to content

Commit 83243ce

Browse files
author
Dante DG
committed
Fix deprecation message for blueprints.
1 parent 5706658 commit 83243ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blueprint/azext_blueprint/_breaking_change.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from azure.cli.core.breaking_change import register_command_group_deprecate, register_other_breaking_change
88

99

10-
register_command_group_deprecate('az blueprint')
10+
register_command_group_deprecate('az blueprint', target_version='July 2026 or later')
1111

1212
message = """Blueprints and associated commands will be deprecated
1313
as early as July 2026. Customers are encouraged to transition to

0 commit comments

Comments
 (0)