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 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() {
3535echoerr () { printf " \033[0;31m%s\n\033[0m" " $* " >&2 ; }
3636echosuccess () { printf " \033[0;32m%s\n\033[0m" " $* " >&2 ; }
3737
38+ az upgrade --yes 2> /dev/null 1>&2
3839
3940az version 2> /dev/null 1>&2
4041if [ $? != 0 ]; then
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments