Skip to content

Releases: Azure/azure-sdk-tools

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260521.2

22 May 01:46
4e3945d

Choose a tag to compare

Use POSIX file semantics on Windows for the breadcrumb (#15704)

* Use POSIX file semantics on Windows for the breadcrumb

Concurrent test proxy instances running against the same
--storage-location intermittently fail on Windows due to a file sharing
violation on the breadcrumb.  This is because the APIs in use have
restrictive file share modes on Windows that doesn't exist on other
platforms.
This change relaxes the share mode on Windows so it matches the behavior
on other platforms.

* use async FileStream

azsdk_0.6.13

18 May 20:26
39fc0a4

Choose a tag to compare

0.6.13 (2026-05-18)

Features Added

  • Added optional --release-plan-id parameter to update-release-status CLI command. When provided, it is used as an additional filter on top of the package name search to select the correct release plan. Returns a message if the specified release plan ID is not found among matching plans.
  • Get release plan returns the link to new release planner dashboard https://aka.ms/azsdk/releaseplan-dashboard

Bugs Fixed

  • azsdk_release_sdk now passes a release_<safeName>=true template parameter when triggering Java release pipelines so per-package selection works (azure-sdk-for-java#48465). Previously, manually queued Java releases failed fast because no package was selected. (#14832)
  • Removed the check requiring Java package names to include group name in groupName:packageName format when updating release status.

Other Changes

  • Set TriggerSource when running SDK generation so PRs open as ready for review.

Azure.Sdk.Tools.SnippetGenerator_1.0.0-dev.20260507.1

07 May 17:28
a86098b

Choose a tag to compare

Add support for optional target directory for snippet replacement (#1…

azsdk_0.6.12

04 May 22:11
9a58110

Choose a tag to compare

0.6.12 (2026-05-04)

Other Changes

  • Resolve npm exec binaries directly from node_modules for NpmOptions when .npmrc is in user context

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260507.1

07 May 20:17

Choose a tag to compare

changes to uncommon templates

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260505.1

06 May 17:51

Choose a tag to compare

changes to uncommon templates

Azure.Sdk.Tools.NotificationConfiguration_1.0.0-dev.20260504.1

04 May 19:38
7fc47c9

Choose a tag to compare

Merge branch 'main' into feature/apiview-report-issue-endpoint

azsdk_0.6.11

01 May 23:42
f1da259

Choose a tag to compare

0.6.11 (2026-05-01)

Features Added

  • Added AZSDK_COPILOT_CLI_PATH environment variable to provide a custom path to the Copilot CLI executable (copilot/copilot.exe) for the GitHub Copilot SDK when the bundled binary is unavailable in standalone builds.

Bugs Fixed

  • Fixed misleading "No feedback items to process" error when Copilot CLI is missing. Now surfaces the actual error with installation instructions and env var workaround.
  • Introduced CopilotCliUnavailableException to distinguish Copilot CLI issues from other failures across all copilot-dependent tools.

Other Changes

  • Bumped GitHub.Copilot.SDK from 0.1.32 to 0.2.2.
  • Audit reads data from the cache to reduce GitHub API use

Azure.Sdk.Tools.NotificationConfiguration_1.0.0-dev.20260501.1

01 May 21:43
9b71f9e

Choose a tag to compare

[CODEOWNERS] Audit reads from cache (#15348)

* [CODEOWNERS] Audit reads from cache

* Look back 6 hours

* Review feedback: document cache update process

* Remove unncessary try/catch/throw

* Fix tests

* Update CHANGELOG

* Remove GitHub dependency, all validation happens in the cache. Update documentation

azsdk_0.6.10

27 Apr 19:19
e53aa3a

Choose a tag to compare

0.6.10 (2026-04-27)

Features Added

  • Added azsdk_get_kpi_attestation_status MCP tool to check KPI attestation status for a release plan given product ID and lifecycle.
  • Added CODEOWNERS Audit command (CLI only) that brings data model to a valid state.
  • Added optional package version argument for azsdk release-plan update-release-status CLI.

Other Changes

  • Surface APIView link in azsdk_release_sdk when APIView approval is missing

Bugs Fixed

  • Release plan ID and work item ID in azsdk_get_release_plan were being confused by agent. Reordered arguments and updated description to enforce release plan ID as main argument to provide.