Azure / Azure/azure-powershell

[Doc]: Get-AzRecoveryServicesBackupJob

Open
#20,328 6 comments 1 reaction 0 assignees View on GitHub
act-observability-squad customer-reported feature-request Recovery Services Backup Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description

In Get-AzRecoveryServicesBackupJob the parameter Operation doesn't offer the CrossRegionRestore value. This is somewhat confusing as the value Restore doesn't include cross region restore jobs. Best would be to add the value to the Operation, but it might also help to mention this in the documentation. Or add something like this:
Get-AzRecoveryServicesBackupJob -VaultId $VaultId -From ((Get-Date).AddDays(-29)).ToUniversalTime() | Where-Object {$_.Operation -eq 'CrossRegionRestore'}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.