con un clic
update-changelog
// Update the CHANGELOG.md files of C# projects. Parameters: cs_root C# SDK repository root.
// Update the CHANGELOG.md files of C# projects. Parameters: cs_root C# SDK repository root.
Handles Azure SDK for .NET management-plane migrations from AutoRest/Swagger to TypeSpec; use for MPG, mgmt migration, or Azure.ResourceManager.* migration requests.
Roll dice using a random number generator. Use when asked to roll a die (d6, d20, etc.), roll dice, or generate a random dice roll.
Roll dice using a random number generator.
Generate the code from typespec for C#. Parameter: C# SDK repository root location <cs_root>.
Generate a test given sample. Parameters: <cs_root> C# SDK repository root; <package_name> Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; <sample_name> the sample to use as a starting point for the test.
Build the matrix of all the samples throughout different frameworks.
| name | update-changelog |
| description | Update the CHANGELOG.md files of C# projects. Parameters: cs_root C# SDK repository root. |
This skill requires one parameter <cs_root>, denoting the root of a C# repository. The C# projects contain three CHANGELOG.md file in <cs_root>/sdk/ai/Azure.AI.Projects/, <cs_root>/sdk/ai/Azure.AI.Projects.Agents/, and <cs_root>/sdk/ai/Azure.AI.Extensions.OpenAI/.
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).