Add Google Cloud SDK for Windows (#1102)

* Add Google Cloud SDK

* Add Validate-GoogleCloudSDK.ps1 script
This commit is contained in:
Aleksandr Chebotov
2020-06-24 11:37:36 +03:00
committed by GitHub
parent f342a7de2d
commit 4c34ad64df
6 changed files with 58 additions and 1 deletions

View File

@@ -682,6 +682,12 @@
"{{ template_dir }}/scripts/Installers/Install-MongoDB.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-GoogleCloudSDK.ps1"
]
},
{
"type": "windows-restart",
"restart_timeout": "30m"
@@ -998,6 +1004,12 @@
"{{ template_dir }}/scripts/Installers/Validate-MongoDB.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-GoogleCloudSDK.ps1"
]
},
{
"type": "powershell",
"scripts":[