From e81ce0c3d78399858ea4b336147904edd5cacc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Wed, 25 Nov 2020 09:06:55 +0100 Subject: [PATCH] Move gcloud to CLI tools section (#2086) * Move gcloud to CLI tool section * Update SoftwareReport.Generator.ps1 * Update Ubuntu2004-README.md --- .../linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index a67a56bd4..84225865a 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -94,7 +94,6 @@ $toolsList = @( (Get-GitVersion), (Get-GitLFSVersion), (Get-GitFTPVersion), - (Get-GoogleCloudSDKVersion), (Get-HavegedVersion), (Get-HerokuVersion), (Get-HHVMVersion), @@ -142,6 +141,7 @@ $markdown += New-MDList -Style Unordered -Lines @( (Get-AzureCliVersion), (Get-AzureDevopsVersion), (Get-GitHubCliVersion), + (Get-GoogleCloudSDKVersion), (Get-HubCliVersion), (Get-NetlifyCliVersion), (Get-OCCliVersion),