Merge main into feature/dps-csr-preview#3400
Merged
ewertons merged 186 commits intoAzure:feature/dps-csr-previewfrom Mar 11, 2026
Merged
Merge main into feature/dps-csr-preview#3400ewertons merged 186 commits intoAzure:feature/dps-csr-previewfrom
ewertons merged 186 commits intoAzure:feature/dps-csr-previewfrom
Conversation
This file configures Dependabot to check for updates in GitHub Actions and vcpkg on a weekly basis.
…nstalled on ubuntu-24 (Azure#3171) Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
* Install .NET from tools repo global.json * Set workingDirectory to tools root * use exact same install steps as tools repo * revert formatting * formatting --------- Co-authored-by: Mike Harder <mharder@microsoft.com>
* Install azsdk cli to a place in PATH * Only add to path if user manually approves via parameter * Also update shell profile for linux --------- Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Handle tool/directory copy better * Use /usr/bin/env instead of /bin/env * Append additional newline --------- Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* Use full checkout for regen stage * remove fetchdepth * update both * checkout branch * switch * Fetch branch * origin * azure-sdk --------- Co-authored-by: jolov <jolov@microsoft.com>
* Removed broken link from README * Update README.md * Update README.md --------- Co-authored-by: vcolin7 <vicolina@microsoft.com>
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Fixes #10734 Co-authored-by: Heath Stewart <heaths@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Add shell script for spell check * Add shebang and make cspell script executable for bash invocation * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @benbp --------- Co-authored-by: Fan Yang <yangfan@microsoft.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* place prompts in common place * Update eng/common/instructions/azsdk-tools/create-sdk-locally.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update eng/common/instructions/azsdk-tools/verify-namespace-approval.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * rename to .instructions.md * remove uneeded headers * change to .instructions * fix * run to refer to * relative links fix --------- Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add a new script to mark package as released from release pipeline * Update eng/common/scripts/Mark-ReleasePlanCompletion.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix spacing in the script * Update script to check active release plans using package name and pr merge status * Log work item Ids if multiple works items are found for release plan --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com> Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
* Update release plan completion script to take package info file * Take only info file path as param --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
* Add a pipeline template to mark SDK package as released * Ignore test release plans when marking package as released --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
* Fix wiql issue in getting release plan work items * Update eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * .NET requires custom source path since source path contains dev tools repo * Remove order by --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com> Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
* Update package release status completion to process multiple packages * Updated as per review comments * Updated as per review comments --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
* prompt files for labels and codeowners * Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> * Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> * changed NotAServiceLabel line * changed guidance to the documentation * specified which PRs to display * Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com> * Update eng/common/instructions/azsdk-tools/validate-codeowners.instructions.md Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com> * Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com> --------- Co-authored-by: shirelmr <t-smarino@microsoft.com> Co-authored-by: Shirel Marino <80732950+shirelmr@users.noreply.github.com> Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> Co-authored-by: Michelle <t-michellema@microsoft.com> Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com> Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: shirelmr <t-smarino@microsoft.com>
* snake case * change file name to .instructions.md * Revert "change file name to .instructions.md" This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559. --------- Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
* Updated instructions files for service label and CODEOWNERS validation * Update eng/common/instructions/azsdk-tools/validate-service-label.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Trim trailing whitespaces * Added suggested changes from previous PR --------- Co-authored-by: Michelle <t-michellema@microsoft.com> Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Add a script to update pull request URL in release plan from SDK generation pipeline
* Add .gitignore for node_modules * improve comment --------- Co-authored-by: Mike Harder <mharder@microsoft.com>
* Add action to use github app via github workflows * Add note about environment * Use env variables to help prevent injection attacks * Remove note about outputs * Add test workflow for login-to-github --------- Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Add setting the registry in the npmrc * Check for errors --------- Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Co-authored-by: Travis Prescott <trpresco@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Authenticate to user scope .npmrc * Make RepoNpmrc a parameter --------- Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* npm i --before 2026-03-01 * bump tar to 7.5.10 * npm i --before 2026-03-01 --------- Co-authored-by: Mike Harder <mharder@microsoft.com>
* Use create-authenticated-npmrc.yml for all npmrc authentication * Add option to skip npmrc authentication --------- Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
…zure#3394) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Allow relative links in configurable file paths via allowRelativeLinksFile parameter Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> * Only lift relative-link restriction for matching pages, keep other guidance checks active Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> * Remove instructions.md special case; add .github/** to allow-relative-links.txt Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> * Move allow-relative-links.txt to eng/common/scripts/ so it syncs to all repos Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> * Update allow-relative-links.txt * Change Write-Host to Write-Verbose for logging * Update eng/common/scripts/Verify-Links.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Address review feedback: trim comments, precompute regexes, Join-Path, remove eng/** Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> * Restore eng/** to allow-relative-links.txt with updated comment Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…peline more flexibility (Azure#3399) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
vaavva
approved these changes
Mar 11, 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.
This is a direct result of:
No other changed were made.