Azure / Azure/azure-powershell
[Doc]: Get-AzRecoveryServicesBackupJob
Open
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
Assessment
This issue has not been assessed yet.