fix(lakmus): remove unused armkeyvault/v2 direct dependency#3579
Conversation
armkeyvault/v2 was added as a direct dependency by Renovate PRs #3536 and #3565 but is never imported in any source file — only the v1 package path is used. This left main with both v1.5.0 and v2.0.2 listed, causing PR #3576 to produce a duplicate entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe PR downgrades the Azure Key Vault ARM SDK dependency in ChangesKey Vault ARM Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes the duplicate entry problem in PR #3576.
armkeyvault/v2 v2.0.2was added as a direct dependency by Renovate PRs #3536 and #3565, but it is never imported anywhere in the lakmus source — only the v1 package path (armkeyvaultwithout/v2) is used. This leftgo.modwith both versions listed, causing #3576 to produce a duplicatearmkeyvault/v2 v2.0.2line.PR #3576 should be closed.
Test plan
Check for go vulnerabilities (services/lakmus)passesLint and Test on UbuntupassesSummary by CodeRabbit