Skip to content

Commit 4e3364d

Browse files
committed
Refactoring Bicep to acces new Azure APIs
1 parent e5e7fea commit 4e3364d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/deploy/bicep/network/virtualNetwork/virtualNetwork.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ resource virtualNetwork 'Microsoft.Network/virtualNetworks@2024-03-01' = {
1818
addressSpace: {
1919
addressPrefixes: addressPrefix
2020
}
21-
encryption: {
22-
enabled: true
23-
}
2421
}
2522
tags: tags
2623
}

0 commit comments

Comments
 (0)