migrating-cosmosdb-bulk-executor Skill
Migrates from the deprecated Microsoft.Azure.CosmosDB.BulkExecutor library to the built-in bulk execution support in Microsoft.Azure.Cosmos SDK. Use ONLY when Microsoft.Azure.CosmosDB.BulkExecutor has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Azure.Cosm Published by microsoft in upgrade-agent-plugins.
What is migrating-cosmosdb-bulk-executor Skill?
Migrates from the deprecated Microsoft.Azure.CosmosDB.BulkExecutor library to the built-in bulk execution support in Microsoft.Azure.Cosmos SDK. Use ONLY when Microsoft.Azure.CosmosDB.BulkExecutor has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Azure.Cosm 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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using upgrade-agent-plugins
Technical details
- Install or run with Copy skill directory
When to use migrating-cosmosdb-bulk-executor Skill
- Use it for developers using upgrade-agent-plugins.
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-cosmosdb-bulk-executor/SKILL.md
What it does
Migrates from the deprecated Microsoft.Azure.CosmosDB.BulkExecutor library to the built-in bulk execution support in Microsoft.Azure.Cosmos SDK. Use ONLY when Microsoft.Azure.CosmosDB.BulkExecutor has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Azure.Cosm
Skill instructions
Cosmos DB BulkExecutor Migration Overview Migrate from the deprecated Microsoft.Azure.CosmosDB.BulkExecutor library to the native bulk execution support in Microsoft.Azure.Cosmos (V3 SDK). The modern SDK supports bulk operations directly through a client option — no separate library is needed. Individual operations are created as tasks and executed concurrently with Task.WhenAll. Package Reference Changes Old References (Remove) xml <PackageReference Include="Microsoft.Azure.CosmosDB.BulkExecutor" Version="{any}" / <!-- The BulkExecutor also pulled in the older V2 SDK; remove if no longer needed -- <PackageReference Include="Microsoft.Azure.DocumentDB" Version="{any}" / <PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="{any}" / New Reference (Add) xml <PackageReference Include="Microsoft.Azure.Cosmos" Version="{latest-stable}" / Use tools or NuGet to find the latest stable version. Workflow Migration Progress: - [ ] Step 1: Detect BulkExecutor usage - [ ] Step 2: Upd
Explore related resources
Frequently asked questions
What is migrating-cosmosdb-bulk-executor?
migrating-cosmosdb-bulk-executor is a open-source AI agent skill with Copy skill directory. Migrates from the deprecated Microsoft.Azure.CosmosDB.BulkExecutor library to the built-in bulk execution support in Microsoft.Azure.Cosmos SDK.
Who is migrating-cosmosdb-bulk-executor best for?
migrating-cosmosdb-bulk-executor is best for reusing agent instructions, scripts, and references.
How do I install migrating-cosmosdb-bulk-executor?
Install or run migrating-cosmosdb-bulk-executor using Copy skill directory. Check migrating-cosmosdb-bulk-executor for the latest setup command.
Is migrating-cosmosdb-bulk-executor actively maintained?
migrating-cosmosdb-bulk-executor may need a closer maintenance check before production use.
Auto-fetched from GitHub.