From 7b3c74fbef93d8b90554b2d0221447ec21c9dda1 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Thu, 21 Nov 2024 10:46:18 +0100 Subject: [PATCH] Fix --- dev-infrastructure/templates/region.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-infrastructure/templates/region.bicep b/dev-infrastructure/templates/region.bicep index 924c65227..256ce75ab 100644 --- a/dev-infrastructure/templates/region.bicep +++ b/dev-infrastructure/templates/region.bicep @@ -70,6 +70,6 @@ module maestroInfra '../modules/maestro/maestro-infra.bicep' = { maestroKeyVaultName: maestroKeyVaultName kvCertOfficerManagedIdentityName: maestroKeyVaultCertOfficerMSIName publicNetworkAccess: 'Enabled' - minimumTlsVersionAllowed: eventGridMinimumTlsVersionAllowed + minimumTlsVersionAllowed: maestroEventGridMinimumTlsVersionAllowed } }