Releases: Azure/azure-sdk-tools
Releases · Azure/azure-sdk-tools
Azure.Sdk.Tools.NotificationConfiguration_1.0.0-dev.20260302.1
CODEOWNERS View Tools (#14192) * Commit plan and PRD * Initial plan * Add CODEOWNERS management methods to IDevOpsService and DevOpsService Add QueryWorkItemsByTypeAndFieldAsync, CreateTypedWorkItemAsync, AddRelatedLinkAsync, and RemoveRelatedLinkAsync to enable CODEOWNERS work item management operations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix IDE0011: Add braces to single-line if/else statements Add braces around single-line if/else bodies in three files to resolve IDE0011 analyzer warnings: - CodeownersManagementHelper.cs (lines 474, 478, 518) - CodeownersViewResult.cs (lines 35, 37, 51, 53, 68) - CodeownersTool.cs (lines 726, 728, 730, 853, 861, 863, 871, 879) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add CODEOWNERS management commands: view, add, remove with DevOps service methods, management helper, and response models Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com> * Check off all completed acceptance criteria in prd.md All 68 acceptance criteria across WI-1 through WI-14 have been marked as completed, reflecting the implementation of CODEOWNERS work item management commands. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add test scaffolding, MCP agent instructions, memory.md, and update prd.md checkboxes Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com> * Functionality pass: codeowners view * Remove repo requirements from view * Option and other cleanup * Narrow to just view * Remove model duplication in output * Remove logger * Clean up CodeownersTool.cs * Work up tests * Remove extra md files * Fix up tests after introducing "Models" namespace into Tests project * namespace * Fix warning * Remove unused tests * Coment cleanup * Comment cleanup * More cleanup * Cleanup * Remove noisy tests * Revert "Remove noisy tests" This reverts commit b43f7cbe8e1dc3a60571ca64c918d6eab03273b8. * Actually remove view result model tests * Review feedback * Review feedback: optional repo root does not resolve using your current repo * Review feedback * Extract interface for TeamUserCache * Add ability to look up team users from the TeamUserCache * Review feedback: Rename, labeling * Review feedback: JSON output simplification --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com>
Azure.Sdk.Tools.GitHubEventProcessor_1.0.0-dev.20260302.3
CODEOWNERS View Tools (#14192) * Commit plan and PRD * Initial plan * Add CODEOWNERS management methods to IDevOpsService and DevOpsService Add QueryWorkItemsByTypeAndFieldAsync, CreateTypedWorkItemAsync, AddRelatedLinkAsync, and RemoveRelatedLinkAsync to enable CODEOWNERS work item management operations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix IDE0011: Add braces to single-line if/else statements Add braces around single-line if/else bodies in three files to resolve IDE0011 analyzer warnings: - CodeownersManagementHelper.cs (lines 474, 478, 518) - CodeownersViewResult.cs (lines 35, 37, 51, 53, 68) - CodeownersTool.cs (lines 726, 728, 730, 853, 861, 863, 871, 879) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add CODEOWNERS management commands: view, add, remove with DevOps service methods, management helper, and response models Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com> * Check off all completed acceptance criteria in prd.md All 68 acceptance criteria across WI-1 through WI-14 have been marked as completed, reflecting the implementation of CODEOWNERS work item management commands. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add test scaffolding, MCP agent instructions, memory.md, and update prd.md checkboxes Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com> * Functionality pass: codeowners view * Remove repo requirements from view * Option and other cleanup * Narrow to just view * Remove model duplication in output * Remove logger * Clean up CodeownersTool.cs * Work up tests * Remove extra md files * Fix up tests after introducing "Models" namespace into Tests project * namespace * Fix warning * Remove unused tests * Coment cleanup * Comment cleanup * More cleanup * Cleanup * Remove noisy tests * Revert "Remove noisy tests" This reverts commit b43f7cbe8e1dc3a60571ca64c918d6eab03273b8. * Actually remove view result model tests * Review feedback * Review feedback: optional repo root does not resolve using your current repo * Review feedback * Extract interface for TeamUserCache * Add ability to look up team users from the TeamUserCache * Review feedback: Rename, labeling * Review feedback: JSON output simplification --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com>
Azure.Sdk.Tools.CodeownersLinter_1.0.0-dev.20260302.3
CODEOWNERS View Tools (#14192) * Commit plan and PRD * Initial plan * Add CODEOWNERS management methods to IDevOpsService and DevOpsService Add QueryWorkItemsByTypeAndFieldAsync, CreateTypedWorkItemAsync, AddRelatedLinkAsync, and RemoveRelatedLinkAsync to enable CODEOWNERS work item management operations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix IDE0011: Add braces to single-line if/else statements Add braces around single-line if/else bodies in three files to resolve IDE0011 analyzer warnings: - CodeownersManagementHelper.cs (lines 474, 478, 518) - CodeownersViewResult.cs (lines 35, 37, 51, 53, 68) - CodeownersTool.cs (lines 726, 728, 730, 853, 861, 863, 871, 879) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add CODEOWNERS management commands: view, add, remove with DevOps service methods, management helper, and response models Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com> * Check off all completed acceptance criteria in prd.md All 68 acceptance criteria across WI-1 through WI-14 have been marked as completed, reflecting the implementation of CODEOWNERS work item management commands. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add test scaffolding, MCP agent instructions, memory.md, and update prd.md checkboxes Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com> * Functionality pass: codeowners view * Remove repo requirements from view * Option and other cleanup * Narrow to just view * Remove model duplication in output * Remove logger * Clean up CodeownersTool.cs * Work up tests * Remove extra md files * Fix up tests after introducing "Models" namespace into Tests project * namespace * Fix warning * Remove unused tests * Coment cleanup * Comment cleanup * More cleanup * Cleanup * Remove noisy tests * Revert "Remove noisy tests" This reverts commit b43f7cbe8e1dc3a60571ca64c918d6eab03273b8. * Actually remove view result model tests * Review feedback * Review feedback: optional repo root does not resolve using your current repo * Review feedback * Extract interface for TeamUserCache * Add ability to look up team users from the TeamUserCache * Review feedback: Rename, labeling * Review feedback: JSON output simplification --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com>
azsdk_0.6.0
0.6.0 (2026-02-27)
Features Added
- Added auto-install to
azsdk verify setupMCP and CLI tool, enabling auto-installing of supported missing requirements - Changed the CLI interface for verifying setup to
azsdk verify setup checkfor non-install mode, andazsdk verify setup install - Added
azsdk eng package-infocommand for CI pipeline package manifest generation - Switch Go language service to use C# native package info generation
- Customized code update tool now uses copilot sdk
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20260227.2
adjust archetype-sdk-publish-net to account for ScriptDirectory not b…
azsdk_0.5.19
0.5.19 (2026-02-25)
Bugs Fixed
- Override path extension variable to support running commands on Windows without extension.
CSharpAPIParser_1.0.0-dev.20260225.2
Update CSharpAPIParserVersion to 1.0.0-dev.20260223.3 (#14156) * Update CSharpAPIParserVersion to 1.0.0-dev.20260223.3 * Update C# version string to 29.91
azsdk_0.5.18
0.5.18 (2026-02-24)
Bugs Fixed
- Fix process running issues on Windows when MCP server is used in copilot CLI
CSharpAPIParser_1.0.0-dev.20260223.3
Merge branch 'main' of https://github.com/Azure/azure-sdk-tools into …
Azure.Sdk.Tools.NotificationConfiguration_1.0.0-dev.20260223.1
Merge branch 'main' of https://github.com/Azure/azure-sdk-tools into …