* Install and validate AZ 4.3.0 for Windows images
* Move azureModules to toolset
* Fix validation
* Fix modules root location
* Small fix in syntax
* Fix in syntax
* Fixes for default tool versions
* Add Configure-Toolset for windows
* Set error action preference to stop
* Move toolcache.json to config folder
* Fix in verbose
* Rename toolsets folder
* Move default version functions from install-toolset to configure-toolset
* Rework Configure-Toolset
* Fix typo and remove empty line
* Fix issues
* Fix parameters in helpers
* Fix helper syntax
* Rename defaultVariable
* add go to json toolset
* add install and validate go
* fiixing go tests
* fix validation for go
* check zero build version
* add 1.9 version
* setup variables for go
* fix comments
* remove script invokation
* remove lines
* fixing install go
* remove comments
* remove fake url
Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
* switch provisioners to install boost from github releases
* minor fixes
* separate boosts by toolset versions
* minor fix
* switch provisioners for win16
* fix bugs
* fix validation
* minor fix
* fix validation
* fix validation
* fix validation
* minor fix
* change toolset version for win16
* minor fixes
* minor fix
* fix validation
* update links to toolset-json
* add arch to BoostInstallationDir
* azcopy10 deployment for Windows has been added
* small bugfixing
* Header has been added to Install-AzCopy.ps1
* Header has been added to Validate-AzCopy.ps1
* Packer tempaltes have been modified
* added windows installation script for postgresql
* removed if from Start-PostreSQL
* added script to packar template.
* changed postgresql.sh for ubuntu.
* postgresql stop and disalbe services.
* change name of the functions
* Stop postgreSQL after validation instead of start.
* added validation and re-work installation prcoedur
* remove redundunt code from psql
* correct intendation
* path to Path
* added PostgreSQL validation procedure.
* Removed useless last line.
* redundunt parameter passed in function call.
* removed repeated part of code.
* removed Stop function since it was useless.
* spaces
* spaces =
* Update Windows2019-Azure.json
* resolve confictls
* added validate and install postgresql
* added password to choco install and variables.
* add new system variables.
* added --params flag
* added correct quotas
* added logging for PostgreSQL install
Co-authored-by: Dariy.Nurgaleev <d.nurgaleev@trueengineering.ru>
* uppdate/add awscli
* change awscli to aws and fix for aws version
* concatenate install and validate script files
* update image templates
* add aws to the path
Co-authored-by: Dibir Magomedsaygitov <v-dimago@microsoft.com>
* Remove separate Python installation for Windows
* Remove Python2 symlink creation
* Move install-ruby and install-python to download-toolcache
* Improve download-toolcache for windows
* Small fix in docs for ruby
* V mapetr/test alt toolcache docs (#8)
* Merge Validate-Ruby and Validate-Python with Validate-Toolcache
* Small fix in output
* Small fix in download toolcache output
* added bazelisk
* moved bazelisk installation to bazel
* changed Validate-Bazel.ps1
* removed Install-Bazelisk.ps1
* changed bazel and bazelisk version output
* fixed Validate-Bazel.ps1
* removed the extra "$" character
* create packer.sh deployment file
Copy from terraform.sh
* add packer.sh to provisioner
add packer.sh script to provisioner to install packer.
* add packer.sh to provisioner
Add packer.sh script to provisioner to install packer
* remove blank lines
removed blank lines as requested in feedback by alepauly.
* remove additional blank lines
* Add Install-Packer.ps1
This script installs packer on Windows through chocolatey
* Create Validate-Packer.ps1
This script validates the installation of Packer from Install-Packer.ps1 and adds the software details to the markdown files.
* Add Packer install and validate script
Added Packer install script and validate script to provisioners.
* Add Packer install script and validation script
Add Packer install and validation script to provisioners.