Skip to content

Commit 4060a62

Browse files
addded az auto-upgrade, turned off some hidden parameters for old CBS versions
1 parent 1373cdd commit 4060a62

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

script-modules/common.sh

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

3-
CLI_VERSION='1.0.3'
3+
CLI_VERSION='1.0.5'
44

55

66
# terminal colors
@@ -35,6 +35,7 @@ curlwithcode() {
3535
echoerr() { printf "\033[0;31m%s\n\033[0m" "$*" >&2; }
3636
echosuccess() { printf "\033[0;32m%s\n\033[0m" "$*" >&2; }
3737

38+
az upgrade --yes 2>/dev/null 1>&2
3839

3940
az version 2>/dev/null 1>&2
4041
if [ $? != 0 ]; then

templates/cbs-managed-app.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ resource cbsManagedApp 'Microsoft.Solutions/applications@2021-07-01' = {
233233
systemNewOrExisting: {
234234
value: 'existing'
235235
}
236-
keyVaultName: {
236+
/*keyVaultName: {
237237
value: ''
238238
}
239239
cosmosAccountName: {
@@ -244,7 +244,7 @@ resource cbsManagedApp 'Microsoft.Solutions/applications@2021-07-01' = {
244244
}
245245
enableAcceleratedNetworking: {
246246
value: true
247-
}
247+
}*/
248248
fusionSECIdentity: {
249249
value: fusionSecIdentity
250250
}

0 commit comments

Comments
 (0)