Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added KQL Azure Data Explorer (ADX) template file #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RickKotlarz
Copy link
Contributor

KQL Azure Data Explorer (ADX) Template file

KQL Azure Data Explorer (ADX) Template file
@KwachSean KwachSean requested a review from Copilot January 7, 2025 11:43
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

@KwachSean KwachSean requested a review from Copilot January 13, 2025 08:23
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comments suppressed due to low confidence (1)

Plugins/MSFT_Plugin_Samples/KQL/KQL_Azure_Data_Explorer_ADX_Template.yaml:32

  • [nitpick] The description is repetitive. It should be simplified to 'Number of rows to return'.
Description: Number of rows to return from the top

Descriptor:
Name: Azure Data Explorer (ADX) template
DisplayName: Azure Data Explorer (ADX) plugin
Description: This Azure Data Explorer (ADX) plugin ....
Copy link
Preview

Copilot AI Jan 13, 2025

Choose a reason for hiding this comment

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

The description is incomplete. It should provide a complete and clear description of the plugin.

Suggested change
Description: This Azure Data Explorer (ADX) plugin ....
Description: This Azure Data Explorer (ADX) plugin allows users to query and retrieve data from an ADX cluster using predefined KQL templates.

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
# This area can be multiple lines when using the pipe character after the colon character.
# You'll want to include additional information that is relevant for the Orchestreator to understand
ExamplePrompts:
- Gets the top 10 rows of the 'TableYouWantToQuery' table from the 'Your-Cluster-Name-01' ADX cluster sort by TimeGenerated.
Copy link
Preview

Copilot AI Jan 13, 2025

Choose a reason for hiding this comment

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

The phrase 'sort by TimeGenerated' should be 'sorted by TimeGenerated'.

Suggested change
- Gets the top 10 rows of the 'TableYouWantToQuery' table from the 'Your-Cluster-Name-01' ADX cluster sort by TimeGenerated.
- Gets the top 10 rows of the 'TableYouWantToQuery' table from the 'Your-Cluster-Name-01' ADX cluster sorted by TimeGenerated.

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant