Skip to content

Commit a724609

Browse files
authored
Merge pull request #1331 from ryanrichter94/C4BAzure-177
(docs) Add SkipChocolateyGUI Option to C4B Azure Client Setup Script
2 parents 09559f5 + 7349947 commit a724609

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎src/content/docs/en-us/c4b-environments/azure/client-setup.mdx‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ param(
107107
108108
# Allows for the addition of alternative sources after the base configuration has been applied.
109109
# Can override base configuration with this parameter
110-
[Hashtable[]]$AdditionalSources
110+
[Hashtable[]]$AdditionalSources,
111+
112+
# Allows for the skipping of ChocolateyGUI installation.
113+
[Switch]$SkipChocolateyGUI
111114
)
112115
$RepositoryCredential = [PSCredential]::new($RepositoryCredential.UserName, $RepositoryCredential.SecurePassword)
113116
$params = $PSBoundParameters

0 commit comments

Comments
 (0)