Skip to content

Sync eng/common directory with azure-sdk-tools for PR 14918#46184

Open
azure-sdk wants to merge 3 commits intomainfrom
sync-eng/common-install-docwarden-from-feed-14918
Open

Sync eng/common directory with azure-sdk-tools for PR 14918#46184
azure-sdk wants to merge 3 commits intomainfrom
sync-eng/common-install-docwarden-from-feed-14918

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#14918 See eng/common workflow

Copilot AI review requested due to automatic review settings April 7, 2026 19:39
@azure-sdk azure-sdk requested a review from a team as a code owner April 7, 2026 19:39
@azure-sdk azure-sdk requested a review from scbedd April 7, 2026 19:39
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Apr 7, 2026
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

Syncs the eng/common README verification script with the corresponding update from azure-sdk-tools, ensuring doc-warden is installed from the Azure Artifacts Python feed during README validation runs.

Changes:

  • Add a DevOps PyPI feed URL constant for package installation.
  • Update the pip install doc-warden step to use --index-url pointing at that feed (and adjust the failure log message accordingly).

exit 1
}

Write-Host "pip install doc-warden==$DocWardenVersion --quiet"
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

The Write-Host message no longer matches the command being executed: it logs pip install doc-warden==... --quiet, but the actual command includes --index-url $FeedUrl. This makes pipeline logs misleading when debugging install failures. Update the Write-Host text to include the index URL (or build the full command once and reuse it for both logging and execution).

Suggested change
Write-Host "pip install doc-warden==$DocWardenVersion --quiet"
Write-Host "pip install doc-warden==$DocWardenVersion --quiet --index-url $FeedUrl"

Copilot uses AI. Check for mistakes.
@azure-sdk azure-sdk force-pushed the sync-eng/common-install-docwarden-from-feed-14918 branch from ef00c38 to b3b42f2 Compare April 7, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants