We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388daa9 commit f4612a3Copy full SHA for f4612a3
powershell-adapter/psDscAdapter/win_psDscAdapter.psm1
@@ -1,6 +1,7 @@
1
# Copyright (c) Microsoft Corporation.
2
# Licensed under the MIT License.
3
4
+$global:ProgressPreference = 'SilentlyContinue'
5
$script:CurrentCacheSchemaVersion = 1
6
7
function Write-DscTrace {
0 commit comments