Releases: Azure/azure-sdk-tools
Releases · Azure/azure-sdk-tools
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260521.2
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
0.6.13 (2026-05-18)
Features Added
- Added optional
--release-plan-idparameter toupdate-release-statusCLI 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_sdknow passes arelease_<safeName>=truetemplate 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:packageNameformat when updating release status.
Other Changes
- Set
TriggerSourcewhen running SDK generation so PRs open as ready for review.
Azure.Sdk.Tools.SnippetGenerator_1.0.0-dev.20260507.1
Add support for optional target directory for snippet replacement (#1…
azsdk_0.6.12
0.6.12 (2026-05-04)
Other Changes
- Resolve npm exec binaries directly from node_modules for NpmOptions when
.npmrcis in user context
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260507.1
changes to uncommon templates
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260505.1
changes to uncommon templates
Azure.Sdk.Tools.NotificationConfiguration_1.0.0-dev.20260504.1
Merge branch 'main' into feature/apiview-report-issue-endpoint
azsdk_0.6.11
0.6.11 (2026-05-01)
Features Added
- Added
AZSDK_COPILOT_CLI_PATHenvironment 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
CopilotCliUnavailableExceptionto distinguish Copilot CLI issues from other failures across all copilot-dependent tools.
Other Changes
- Bumped
GitHub.Copilot.SDKfrom 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
[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
0.6.10 (2026-04-27)
Features Added
- Added
azsdk_get_kpi_attestation_statusMCP 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-statusCLI.
Other Changes
- Surface APIView link in
azsdk_release_sdkwhen APIView approval is missing
Bugs Fixed
- Release plan ID and work item ID in
azsdk_get_release_planwere being confused by agent. Reordered arguments and updated description to enforce release plan ID as main argument to provide.