Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions src/stream-analytics/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.0.3
+++++++++++++++
* Fix stream analytics output help message

1.0.2
+++++++++++++++
* Fix creating stream analytics input not triggering policy bug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"stream-analytics output",
)
class __CMDGroup(AAZCommandGroup):
"""Manage Output
"""Manage output with stream analytics.
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The command group help text lowercases the product name and uses a different style than the parent group (which uses "Manage Stream Analytics" without a period). For consistency and a clearer help message, consider using "Stream Analytics" capitalization and aligning the phrasing/style with the top-level cmd group description.

Suggested change
"""Manage output with stream analytics.
"""Manage Stream Analytics output

Copilot uses AI. Check for mistakes.
"""
pass

Expand Down
Loading
Loading