diff --git a/dev-infrastructure/configurations/mgmt-cluster.tmpl.bicepparam b/dev-infrastructure/configurations/mgmt-cluster.tmpl.bicepparam index bd590e90e..105bf9f46 100644 --- a/dev-infrastructure/configurations/mgmt-cluster.tmpl.bicepparam +++ b/dev-infrastructure/configurations/mgmt-cluster.tmpl.bicepparam @@ -21,7 +21,7 @@ param userAgentPoolAZCount = {{ .mgmt.userAgentPool.azCount }} // Maestro param maestroConsumerName = '{{ .maestro.consumerName }}' param maestroKeyVaultName = '{{ .maestro.keyVaultName }}' -param maestroEventGridNamespacesName = '{{ .maestro.eventgridName }}' +param maestroEventGridNamespacesName = '{{ .maestro.eventGrid.name }}' param maestroCertDomain = '{{ .maestro.certDomain }}' // Hypershift diff --git a/dev-infrastructure/configurations/region.tmpl.bicepparam b/dev-infrastructure/configurations/region.tmpl.bicepparam index b1f774472..3b78df99f 100644 --- a/dev-infrastructure/configurations/region.tmpl.bicepparam +++ b/dev-infrastructure/configurations/region.tmpl.bicepparam @@ -7,6 +7,6 @@ param regionalDNSSubdomain = '{{ .regionalDNSSubdomain }}' // maestro param maestroKeyVaultName = '{{ .maestro.keyVaultName }}' -param maestroEventGridNamespacesName = '{{ .maestro.eventgridName }}' -param maestroEventGridMaxClientSessionsPerAuthName = {{ .maestro.eventGridMaxClientSessionsPerAuthName }} -param maestroEventGridMinimumTlsVersionAllowed = {{ .maestro.eventGridMinimumTlsVersionAllowed }} +param maestroEventGridNamespacesName = '{{ .maestro.eventGrid.name }}' +param maestroEventGridMaxClientSessionsPerAuthName = {{ .maestro.eventGrid.maxClientSessionsPerAuthName }} +param maestroEventGridMinimumTlsVersionAllowed = {{ .maestro.eventGrid.minimumTlsVersionAllowed }} diff --git a/dev-infrastructure/configurations/svc-cluster.tmpl.bicepparam b/dev-infrastructure/configurations/svc-cluster.tmpl.bicepparam index dd3db4318..56bc56827 100644 --- a/dev-infrastructure/configurations/svc-cluster.tmpl.bicepparam +++ b/dev-infrastructure/configurations/svc-cluster.tmpl.bicepparam @@ -14,7 +14,7 @@ param deployFrontendCosmos = {{ .frontend.cosmosDB.deploy }} param rpCosmosDbName = '{{ .frontend.cosmosDB.name }}' param maestroKeyVaultName = '{{ .maestro.keyVaultName }}' -param maestroEventGridNamespacesName = '{{ .maestro.eventgridName }}' +param maestroEventGridNamespacesName = '{{ .maestro.eventGrid.name }}' param maestroCertDomain = '{{ .maestro.certDomain}}' param maestroPostgresServerName = '{{ .maestro.postgres.name }}' param maestroPostgresServerMinTLSVersion = '{{ .maestro.postgres.minTLSVersion }}'