fix: handle access denied for backup plans in linked accounts#123
Open
mtellin wants to merge 1 commit into
Open
fix: handle access denied for backup plans in linked accounts#123mtellin wants to merge 1 commit into
mtellin wants to merge 1 commit into
Conversation
Wraps backup vault traversal (Get-BAKBackupPlan, Get-BAKBackupVault, Get-BAKProtectedResourceList, Get-BAKRecoveryPoint) in per-plan try/catch blocks so a failure in one linked account doesn't abort processing for all remaining backup plans. Adds -ErrorAction Stop to ensure errors are caught properly. Closes #84 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
92ab190 to
52e0cc8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
-ErrorAction StoptoGet-BAKBackupPlan,Get-BAKBackupVault,Get-BAKProtectedResourceListso errors are caught properlyGet-BAKRecoveryPointso one inaccessible recovery point doesn't skip remaining resourcesprotected_objects.csvwhen there's data to writePreviously, all backup plan processing was inside a single outer try/catch — if any
Get-BAK*call failed (e.g., payer account without access to a linked account's backup plans), the script would abort all backup plan processing for that region.Closes #84
Test plan
🤖 Generated with Claude Code