Skip to content

Commit

Permalink
reran failed tests to record http json
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna1-admin committed Nov 18, 2024
1 parent b8a1f07 commit df7377d
Show file tree
Hide file tree
Showing 2 changed files with 863 additions and 755 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ function Test-AzureFSProtection
{
try
{
$resourceGroupName = "iannea-rg"
$vaultName = "iannea-rsv"
$policyName = "afspolicy3"
$newPolicyName = "afspolicy4"
$fileShareFriendlyName = "afs0"
$saName = "iannafstest1"
$targetSaName = "iannafstest2"
$targetFileShareName = "afs0"

$vault = Get-AzRecoveryServicesVault -ResourceGroupName $resourceGroupName -Name $vaultName

$policy = Get-AzRecoveryServicesBackupProtectionPolicy `
Expand Down
Loading

0 comments on commit df7377d

Please sign in to comment.