Skip to content

Commit 5cac05b

Browse files
removed cosmosDB service endpoint for v6.8.2 (#9)
1 parent c904eb8 commit 5cac05b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

script-modules/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
CLI_VERSION='1.1.0'
3+
CLI_VERSION='1.1.1'
44

55

66
# terminal colors

templates/modules/cbs-vnet.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-04-01' = {
6262
properties: {
6363
addressPrefix: subnetForSystemAddressPrefix
6464
serviceEndpoints: [
65-
{
66-
service: 'Microsoft.AzureCosmosDB'
67-
}
6865
{
6966
service: 'Microsoft.KeyVault'
7067
}

0 commit comments

Comments
 (0)