Skip to content

Fix-ODAA_kql_folder_creation#742

Closed
gkayali wants to merge 0 commit into
Azure:mainfrom
gkayali:ODAA
Closed

Fix-ODAA_kql_folder_creation#742
gkayali wants to merge 0 commit into
Azure:mainfrom
gkayali:ODAA

Conversation

@gkayali
Copy link
Copy Markdown
Contributor

@gkayali gkayali commented May 22, 2025

Overview/Summary

Update to the existing ODAA recommendation and adding KQL folder creation

Related Issues/Work Items

adding KQL folder creation for Exa Infra and VM cluster KQLs

  • To associate an ADO Work Item (internal Microsoft team member), use the key word AB# succeeded with the ADO Work Item ID.

Examples:
Fixes AB#123
-->

Breaking Changes

  1. Replace me
  2. Replace me

As part of this pull request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues or ADO Work Items (Internal Only)
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Ensured PR tests are passing
  • Performed testing and provided evidence (e.g. screenshot of output) for any changes associated to ARG queries
  • Updated relevant and associated documentation (e.g. Contribution Guide, Docs etc.)

Copilot AI review requested due to automatic review settings May 22, 2025 12:33
@gkayali gkayali requested a review from a team as a code owner May 22, 2025 12:33
Copy link
Copy Markdown
Contributor

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.

Pull Request Overview

This PR updates the ODAA recommendations to include KQL folder creation for Oracle workloads, ensuring that both the recommendations and corresponding KQL query placeholder files are added or updated. Key changes include:

  • Adding multiple KQL files with placeholder comments for query validation status.
  • Updating recommendations YAML files for Cloud VM Clusters and Cloud Exadata Infrastructures with new guidance.
  • Extending the APRL schema to include a new tag ("ORACLE") and refining field datatypes.

Reviewed Changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
azure-specialized-workloads/oracle/kql/*.kql Added new KQL files with placeholder comments indicating validation status or development state.
azure-resources/Oracledatabase/cloudexadatavmclusters/recommendations.yaml Added recommendation details for Oracle Cloud VM Clusters with automation field.
azure-resources/Oracledatabase/cloudexadatainfrastructures/recommendations.yaml Added recommendation details for Oracle Cloud Exadata Infrastructures with automation field.
.github/scripts/schemas/aprl-schema.yaml Updated schema to extend tag enum with "ORACLE".
Other index markdown files Updated documentation indices to support the new recommendation categories.

@@ -0,0 +1 @@
// cannot-be-validated-with-arg
Copy link

Copilot AI May 22, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider standardizing the placeholder comments across all KQL files. For example, use a consistent marker (either 'cannot-be-validated-with-arg' or 'under-development') to clearly communicate the file status.

Suggested change
// cannot-be-validated-with-arg
// under-development

Copilot uses AI. Check for mistakes.
pgVerified: false
publishedToLearn: false
publishedToAdvisor: false
automationAvailable: arg
Copy link

Copilot AI May 22, 2025

Choose a reason for hiding this comment

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

The automationAvailable field is set to 'arg', but the APRL schema expects a boolean value. Consider updating this field to a boolean to ensure consistency with the schema.

Suggested change
automationAvailable: arg
automationAvailable: false

Copilot uses AI. Check for mistakes.
pgVerified: false
publishedToLearn: false
publishedToAdvisor: false
automationAvailable: arg
Copy link

Copilot AI May 22, 2025

Choose a reason for hiding this comment

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

The automationAvailable field is set to 'arg', yet the schema defines this as a boolean. Align the value with the schema requirements by updating it to a boolean.

Suggested change
automationAvailable: arg
automationAvailable: true

Copilot uses AI. Check for mistakes.
@gkayali gkayali changed the title ODAA_kql_folder_creation Fix-ODAA_kql_folder_creation May 22, 2025
@gkayali gkayali closed this May 22, 2025
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.

2 participants