Add script/pipeline for manual cpex attestation#12444
Merged
smw-ms merged 1 commit intoAzure:mainfrom Oct 10, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the CPEX attestation system by separating automated and manual workflows. The changes extract common functionality into a standalone script for adding attestation entries and create separate pipelines for automation and manual use cases.
- Extract Kusto database operations into a reusable
Add-CPEX-Attestation-Entry.ps1script - Split the pipeline into two separate workflows: automation and manual entry
- Remove support for filtering by specific work items or service tree IDs to simplify the automation flow
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
eng/scripts/Invoke-CPEX-Attestation-Automation.ps1 |
Simplified by removing work item filtering parameters and delegating Kusto operations to the new script |
eng/scripts/Add-CPEX-Attestation-Entry.ps1 |
New script that handles individual attestation entry creation with Kusto database operations |
eng/pipelines/cpex-attestation.yml |
Removed - replaced by separate automation and manual pipelines |
eng/pipelines/cpex-attestation-manual.yml |
New pipeline for manual attestation entries with user input parameters |
eng/pipelines/cpex-attestation-automation.yml |
New simplified pipeline for automated attestation processing |
eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1 |
Removed filtering parameters from query functions to simplify automation logic |
Collaborator
|
The following pipelines have been queued for testing: |
praveenkuttappan
approved these changes
Oct 10, 2025
Member
Author
|
/check-enforcer override |
This was referenced Oct 10, 2025
smw-ms
added a commit
to Azure/azure-sdk-for-rust
that referenced
this pull request
Oct 10, 2025
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12444 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Summer Warren <summerwarren@microsoft.com>
azure-sdk
added a commit
to Azure/azure-sdk-for-js
that referenced
this pull request
Oct 10, 2025
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12444 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Summer Warren <summerwarren@microsoft.com>
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.
No description provided.