File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ templates/basic/terraform.tfvars
5353templates /.test_azuredevops
5454templates /.test_github
5555.vscode /settings.json
56- /ALZ
56+ /ALZ
57+ .tools
Original file line number Diff line number Diff line change @@ -182,14 +182,14 @@ function Deploy-Accelerator {
182182
183183 $ProgressPreference = " SilentlyContinue"
184184
185- if (-not $skip_requirements_check ) {
185+ if ($skip_requirements_check.IsPresent ) {
186+ Write-InformationColored " WARNING: Skipping the software requirements check..." - ForegroundColor Yellow - InformationAction Continue
187+ } else {
186188 Write-InformationColored " Checking the software requirements for the Accelerator..." - ForegroundColor Green - InformationAction Continue
187189 Test-Tooling
188- } else {
189- Write-InformationColored " Skipping the software requirements check..." - ForegroundColor Yellow - InformationAction Continue
190190 }
191191
192- Write-InformationColored " Getting ready to deploy the accelerator with you..." - ForegroundColor Green - InformationAction Continue
192+ Write-InformationColored " Getting ready to deploy the accelerator with you..." - ForegroundColor Green - NewLineBefore - InformationAction Continue
193193
194194 if ($PSCmdlet.ShouldProcess (" Accelerator setup" , " modify" )) {
195195
You can’t perform that action at this time.
0 commit comments