Migrate Group Versioning
Azure/azure-service-operator/.agents/skills/migrate-group-versioningcodingOfficial
Official Provider SkillView repo
**WORKFLOW SKILL** — Migrate an Azure resource group from legacy to hybrid versioning mode in ASO. USE FOR: moving a group (e.g., appconfiguration, cache, network) from VersionMigrationModeLegacy to VersionMigrationModeHybrid in the code generator, updating samples, renaming CRUD tests, and re-recording sample tests. DO NOT USE FOR: adding new resources (use new-resource.instructions.md), general debugging, or code review.
Files1 files
SKILL.md238 lines
Loading editor…
Install
RecommendedOne command — your agent picks it up automatically.
Select an AI agent above to see the install command.
or
Manual Install
More stepsDownload the file and paste it into your agent's system prompt.
Skill details
Versionv1.0.0
AuthorAzure
Categorycoding
Skill IDAzure/azure-service-operator/.agents/skills/migrate-group-versioning
Related skills
Create ReleaseUse when creating a new ASO release, including pre-checks, release notes generation, draft GitHub release creation, documentation updates, and ROADMAP changes.Create Release NotesUse when creating polished ASO release notes by automatically determining changes from git history since the last release tag.Diagnosing Vcr FailuresUse when ASO controller CRUD tests or sample tests fail during playback or recording, to diagnose the failure and re-record if needed.Testing Aso RecordingsUse when you need to run ASO controller CRUD tests or sample tests, verify recordings play back correctly, or re-record after changes.Analyze Ci FailuresAnalyze CI failures on Azure SDK for .NET pull requests and post a comment with how-to-fix instructions. Use when a PR has failing checks, CI is red, or someone asks for help fixing CI.Author TestGenerate 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.