Skip to content

Commit

Permalink
remove unneccessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammerbeck committed Jun 17, 2024
1 parent 689fee4 commit 36e6a34
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .azure/applications/migration/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ param location string
param appVersion string
@secure()
param keyVaultUrl string

@secure()
param keyVaultName string

Expand All @@ -25,19 +24,6 @@ module addKeyvaultRead '../../modules/keyvault/addReaderRoles.bicep' = {
}
}

module databaseAccess '../../modules/postgreSql/AddAdministrationAccess.bicep' = {
name: 'databaseAccess'
dependsOn: [
addKeyvaultRead // Timing issue
]
params: {
tenantId: userAssignedIdentity.properties.tenantId
principalId: userAssignedIdentity.properties.principalId
appName: userAssignedIdentity.name
namePrefix: namePrefix
}
}

var secrets = [
{
name: migrationConnectionStringName
Expand Down

0 comments on commit 36e6a34

Please sign in to comment.