Skip to content

Commit f4612a3

Browse files
committed
Remove Windows PowerShell progress preference
1 parent 388daa9 commit f4612a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powershell-adapter/psDscAdapter/win_psDscAdapter.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4+
$global:ProgressPreference = 'SilentlyContinue'
45
$script:CurrentCacheSchemaVersion = 1
56

67
function Write-DscTrace {

0 commit comments

Comments
 (0)