Skip to content

Commit

Permalink
Apply same fix to prefix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pim-simons authored Mar 7, 2022
1 parent c07fa0d commit 1512863
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ InModuleScope Arcus.Scripting.IntegrationAccount {
$expectedCertificateName = $artifactsPrefix + $certificate.BaseName
$executionDateTime = (Get-Date).ToUniversalTime()
$subscriptionId = $config.Arcus.SubscriptionId
$keyName = 'PrivateCertificateKeyPrefix'
$keyName = "PrivateCertificateKeyPrefix-$([System.Guid]::NewGuid())"
$keyVaultName = $config.Arcus.KeyVault.VaultName
$keyVaultId = "/subscriptions/$subscriptionId/resourceGroups/$resourceGroupName/providers/Microsoft.KeyVault/vaults/$keyVaultName"

Expand Down Expand Up @@ -1094,4 +1094,4 @@ InModuleScope Arcus.Scripting.IntegrationAccount {
}
}
}
}
}

0 comments on commit 1512863

Please sign in to comment.