migrating-azure-keyvault Skill
Migrates from the deprecated Microsoft.Azure.KeyVault SDK to the modern Azure.Security.KeyVault client libraries (Secrets, Keys, Certificates). Use ONLY when Microsoft.Azure.KeyVault has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Azure.KeyVault is still Published by microsoft in upgrade-agent-plugins.
Decision snapshot
Is this a fit?
Security review, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
What is migrating-azure-keyvault Skill?
Migrates from the deprecated Microsoft.Azure.KeyVault SDK to the modern Azure.Security.KeyVault client libraries (Secrets, Keys, Certificates). Use ONLY when Microsoft.Azure.KeyVault has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Azure.KeyVault is still Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Security review use cases
Declared skill metadata
- Source file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-azure-keyvault/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use migrating-azure-keyvault Skill
- Use it for security review.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-azure-keyvault/SKILL.md
What it does
Migrates from the deprecated Microsoft.Azure.KeyVault SDK to the modern Azure.Security.KeyVault client libraries (Secrets, Keys, Certificates). Use ONLY when Microsoft.Azure.KeyVault has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Azure.KeyVault is still
Skill instructions
Azure Key Vault SDK Migration Overview Migrate from the deprecated Microsoft.Azure.KeyVault SDK to the modern Azure.Security.KeyVault. libraries. The new SDK splits the single KeyVaultClient into resource-specific clients (SecretClient, KeyClient, CertificateClient) and uses Azure.Identity for authentication instead of custom token callbacks. Both synchronous and asynchronous APIs are available. Package Reference Changes Old References (Remove) xml <PackageReference Include="Microsoft.Azure.KeyVault" Version="{any}" / <PackageReference Include="Microsoft.Azure.KeyVault.Models" Version="{any}" / <!-- Legacy authentication helper -- <PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="{any}" / New References (Add) xml <!-- Add only the packages for the resource types the project uses -- <PackageReference Include="Azure.Security.KeyVault.Secrets" Version="{latest-stable}" / <PackageReference Include="Azure.Security.KeyVault.Keys" Version="{latest-stable}" / <Pac
Verified compatibility and discovery
Frequently asked questions
What is migrating-azure-keyvault?
migrating-azure-keyvault is a open-source AI agent skill with Copy skill directory. Migrates from the deprecated Microsoft.Azure.KeyVault SDK to the modern Azure.Security.KeyVault client libraries (Secrets, Keys, Certificates).
Who is migrating-azure-keyvault best for?
migrating-azure-keyvault is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install migrating-azure-keyvault?
Install or run migrating-azure-keyvault using Copy skill directory. Check migrating-azure-keyvault for the latest setup command.
Is migrating-azure-keyvault actively maintained?
migrating-azure-keyvault may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.