Skip to content

Commit a5a7222

Browse files
authored
Merge pull request #269 from troettinger/master
Fix Get Backup
2 parents 45ee09a + 23f3adb commit a5a7222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Infrastructure/AzureStack.Infra.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ function Get-AzsBackup {
598598
[string] $Location
599599
)
600600

601-
$resourceType = "Microsoft.Backup.Admin/backupLocations/$Location/backups"
601+
$resourceType = "Microsoft.Backup.Admin/backupLocations/backups"
602602

603603
$backuplocation = Get-AzsInfrastructureResource -Location $Location -resourceType $resourceType
604604
$backuplocation.Properties

0 commit comments

Comments
 (0)