UpdateBootVolumeBackup and CreateBootVolumeBackup doesn't update the created backup with the provided kmskeyID and keeps the original key
example:
resp, err := c.storage.UpdateBootVolumeBackup(ctx, core.UpdateBootVolumeBackupRequest{
BootVolumeBackupId: common.String("ocid1.bootvolumebackup.oc1.phx...."),
UpdateBootVolumeBackupDetails: core.UpdateBootVolumeBackupDetails{
DisplayName: common.String("backup-volume"),
KmsKeyId: common.String("ocid1.key.oc1...."),
},
})
doesn't update the backup with the provided key, even using admin user. in the console UI there is no issue