Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
chore(deps): update resource microsoft.network/virtualnetworks to 202…
Browse files Browse the repository at this point in the history
…3-09-01
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 3bf8696 commit 1dcd6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes-cluster.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var location = resourceGroup().location

resource virtualNetwork 'Microsoft.Network/virtualNetworks@2022-11-01' = {
resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-09-01' = {
name: 'promitor-kubernetes-landscape-virtual-network'
location: location
tags: {}
Expand Down

0 comments on commit 1dcd6bc

Please sign in to comment.