Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blueprint/azext_blueprint/_breaking_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from azure.cli.core.breaking_change import register_command_group_deprecate, register_other_breaking_change


register_command_group_deprecate('az blueprint')
register_command_group_deprecate('az blueprint', target_version='July 2026')

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