mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 15:21:21 +00:00
chore(deps): update resource microsoft.keyvault/vaults to 2023-07-01
This commit is contained in:
parent
bbeb3a3fe3
commit
6721d58024
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ resource _logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-1
|
||||||
Key Vault
|
Key Vault
|
||||||
*/
|
*/
|
||||||
|
|
||||||
resource keyVault 'Microsoft.KeyVault/vaults@2023-02-01' = {
|
resource keyVault 'Microsoft.KeyVault/vaults@2023-07-01' = {
|
||||||
name: replace(toLower(format(nameFormat, 'KVT', 1)), '-', '')
|
name: replace(toLower(format(nameFormat, 'KVT', 1)), '-', '')
|
||||||
location: location
|
location: location
|
||||||
tags: tags
|
tags: tags
|
||||||
|
@ -56,7 +56,7 @@ resource keyVault 'Microsoft.KeyVault/vaults@2023-02-01' = {
|
||||||
Key Vault
|
Key Vault
|
||||||
*/
|
*/
|
||||||
|
|
||||||
resource keyVaultWithFirewall 'Microsoft.KeyVault/vaults@2023-02-01' = {
|
resource keyVaultWithFirewall 'Microsoft.KeyVault/vaults@2023-07-01' = {
|
||||||
name: replace(toLower(format(nameFormat, 'KVT', 2)), '-', '')
|
name: replace(toLower(format(nameFormat, 'KVT', 2)), '-', '')
|
||||||
location: location
|
location: location
|
||||||
tags: tags
|
tags: tags
|
||||||
|
|
Loading…
Reference in a new issue