Skip to content

Commit f68e6c6

Browse files
committed
(docs)Add SkipChocolateyGUI Option to C4B Azure Client Setup Script
1 parent 1adb279 commit f68e6c6

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)