Skip to content

Commit

Permalink
chore(deps): update resource microsoft.keyvault/vaults to 2023-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent 344e6fd commit cb81e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/app/api.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource applicationInsights 'Microsoft.Insights/components@2020-02-02' existing
name: applicationInsightsName
}

resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' existing = {
resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' existing = {
name: keyVaultName
}

Expand Down
2 changes: 1 addition & 1 deletion infra/shared/keyvault-access.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ resource keyVaultAccessPolicies 'Microsoft.KeyVault/vaults/accessPolicies@2022-0
}
}

resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' existing = {
resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' existing = {
name: keyVaultName
}
2 changes: 1 addition & 1 deletion infra/shared/keyvault.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var defaultAccessPolicies = !empty(principalId) ? [
}
] : []

resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' = {
resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' = {
name: name
location: location
tags: tags
Expand Down

0 comments on commit cb81e72

Please sign in to comment.