We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c904eb8 commit 5cac05bCopy full SHA for 5cac05b
script-modules/common.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-CLI_VERSION='1.1.0'
+CLI_VERSION='1.1.1'
4
5
6
# terminal colors
templates/modules/cbs-vnet.bicep
@@ -62,9 +62,6 @@ resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-04-01' = {
62
properties: {
63
addressPrefix: subnetForSystemAddressPrefix
64
serviceEndpoints: [
65
- {
66
- service: 'Microsoft.AzureCosmosDB'
67
- }
68
{
69
service: 'Microsoft.KeyVault'
70
}
0 commit comments