File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- CLI_VERSION=' 1.0.3 '
3
+ CLI_VERSION=' 1.0.5 '
4
4
5
5
6
6
# terminal colors
@@ -35,6 +35,7 @@ curlwithcode() {
35
35
echoerr () { printf " \033[0;31m%s\n\033[0m" " $* " >&2 ; }
36
36
echosuccess () { printf " \033[0;32m%s\n\033[0m" " $* " >&2 ; }
37
37
38
+ az upgrade --yes 2> /dev/null 1>&2
38
39
39
40
az version 2> /dev/null 1>&2
40
41
if [ $? != 0 ]; then
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ resource cbsManagedApp 'Microsoft.Solutions/applications@2021-07-01' = {
233
233
systemNewOrExisting : {
234
234
value : 'existing'
235
235
}
236
- keyVaultName : {
236
+ /* keyVaultName: {
237
237
value: ''
238
238
}
239
239
cosmosAccountName: {
@@ -244,7 +244,7 @@ resource cbsManagedApp 'Microsoft.Solutions/applications@2021-07-01' = {
244
244
}
245
245
enableAcceleratedNetworking: {
246
246
value: true
247
- }
247
+ }*/
248
248
fusionSECIdentity : {
249
249
value : fusionSecIdentity
250
250
}
You can’t perform that action at this time.
0 commit comments