Skip to content

fix: DeleteBackup() call has incorrect parameter position#1308

Open
nschad wants to merge 1 commit into
mainfrom
fix-delete-backup
Open

fix: DeleteBackup() call has incorrect parameter position#1308
nschad wants to merge 1 commit into
mainfrom
fix-delete-backup

Conversation

@nschad

@nschad nschad commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

How to categorize this PR?

/kind enhancement

What this PR does / why we need it:

Introduced with #29.
os.region was accidently swapped with backupID, leading the SDK trying to delete the Backup by os.region instead of the backupID. However the SDK never sent the request because (atleast in newer versions) the field are validated and is expected to be 36 characters long.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Breaking changes:

…ckupID)

Signed-off-by: Niclas Schad <niclas.schad@stackit.cloud>
@ske-prow ske-prow Bot added the kind/enhancement Enhancement, improvement, extension label Jul 6, 2026
@ske-prow

ske-prow Bot commented Jul 6, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign maboehm for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ske-prow ske-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement Enhancement, improvement, extension size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant