Update Changelog

Update the CHANGELOG.md files of C# projects. Parameters: cs_root C# SDK repository root.

Azure Updated

File contents

Basic information.

This skill requires one parameter , denoting the root of a C# repository. The C# projects contain three CHANGELOG.md file in /sdk/ai/Azure.AI.Projects/, /sdk/ai/Azure.AI.Projects.Agents/, and /sdk/ai/Azure.AI.Extensions.OpenAI/.

Instructions

Get the differences by running

cd <cs_root>
git diff
cd <cs_root>
git diff

Figure out, which classes are public facing and based on that populate the latest section of Release History. Append the found changes to the ### Features Added, ### Breaking Changes, ### Bugs Fixed or ### Other Changes section. It is also possible to add ### Sample Updates section or append data to it. Do not modify the header, denoting version and release date, for example ## 2.1.0-beta.2 (Unreleased).

Azure/azure-sdk-for-net/tree/main/sdk/ai/.github/skills/azure-ai-projects-update-changelog commit 09ce17c45c

Frequently asked questions

npx skillmds@latest add azure-azure-sdk-for-net/update-changelog