Skip to content

Commit

Permalink
link updates for res/aad/domain-service
Browse files Browse the repository at this point in the history
  • Loading branch information
matebarabas committed Dec 18, 2024
1 parent ec4aabf commit 6eb0c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' existing = {
}

// 'idem' as second iteration will fail, as AAD DS is not ready for a second deployment during its provisioning state even when reported as 'succeeded' by the init iteration
// as of https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-snfr7---category-testing---idempotency-tests the idem test it is not required
// as of https://azure.github.io/Azure-Verified-Modules/spec/SNFR7 the idem test it is not required
module testDeployment '../../../main.bicep' = {
scope: resourceGroup
name: '${uniqueString(deployment().name, resourceLocation)}-test-${serviceShort}-init'
Expand Down

0 comments on commit 6eb0c88

Please sign in to comment.