feat: KM Modularity: Enhance documentation, code cleanup, and infrastructure updates#1016
Merged
Conversation
…e Storage and infra changes with ACR
…ingestion service
Pavan-Microsoft
marked this pull request as ready for review
July 24, 2026 10:23
Pavan-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft,
dgp10801,
nchandhi and
toherman-msft
as code owners
July 24, 2026 10:23
Pavan-Microsoft
marked this pull request as draft
July 24, 2026 11:09
Pavan-Microsoft
marked this pull request as ready for review
July 24, 2026 11:10
Avijit-Microsoft
approved these changes
Jul 24, 2026
Roopan-Microsoft
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces several significant changes focused on project cleanup, CI/CD improvements, and renaming for clarity and alignment. The most important updates include adding a release automation workflow, updating workflow and script references from "CKM" to "KM", restructuring and cleaning up infrastructure and script files, and improving
.dockerignoreto reduce build context size.CI/CD and Release Automation:
.github/workflows/create-release.ymlto automate semantic versioning and GitHub releases usingsemantic-release.Naming and Reference Updates:
.github/workflows/bicep_deploy.yml,.github/workflows/job-send-notifications.yml, and.github/workflows/validate-bicep-params.yml. [1] [2] [3] [4] [5] [6] [7]Infrastructure and Script Organization:
.devcontainer/setup_env.shand workflow steps to use the newinfra/scripts/pre-provision/directory and corresponding KM V1 scripts. [1] [2]GPT_MIN_CAPACITYand addedTEXT_EMBEDDING_MIN_CAPACITYin the deployment workflow.Build and Development Environment Cleanup:
.dockerignoreto exclude virtual environments, build artifacts, source directories, and CI/CD config folders, reducing Docker build context and improving security..coveragercomitsection for test files, possibly to include all files in coverage analysis..devcontainer/devcontainer.jsonto add PowerShell and remove unnecessary Azure CLI Bicep options.Documentation and Metadata Updates:
README.mdintroduction for clarity and focus on AI-driven analysis use cases.CODE_OF_CONDUCT.mdandCONTRIBUTING.mdfiles, possibly to consolidate or update contribution guidelines elsewhere. [1] [2].gitattributes, which may affect line ending and merge behavior.Does this introduce a breaking change?
Deployment Validation