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.
2 parents 388daa9 + f4612a3 commit 518e72eCopy full SHA for 518e72e
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