Skip to content

Commit

Permalink
Updated SQL Server module to support dynamic location for Maintenance…
Browse files Browse the repository at this point in the history
… Configuration Property (#3899)
  • Loading branch information
ahmadabdalla authored Sep 1, 2023
1 parent 0bee488 commit 2cdeb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sql/server/.test/common/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module testDeployment '../../main.bicep' = {
skuTier: 'GeneralPurpose'
skuCapacity: 10
// Pre-existing 'public' configuration
maintenanceConfigurationId: '${subscription().id}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_WestEurope_DB_1'
maintenanceConfigurationId: '${subscription().id}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_${location}_DB_1'
}
]
databases: [
Expand Down

0 comments on commit 2cdeb1c

Please sign in to comment.