Skip to content

Commit

Permalink
fix Write-Progress permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaxun Song committed Jan 27, 2022
1 parent 19ad87b commit 7c6dc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnosis/azs-collect-windows-logs.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ProgressPreference = "SilentlyContinue"
$global:ProgressPreference = "SilentlyContinue"

$lockedFiles = "kubelet.err.log", "kubelet.log", "kubeproxy.log", "kubeproxy.err.log", "azure-vnet-telemetry.log", "azure-vnet.log", "network-interfaces.json", "interfaces.json", "azure-vnet-ipam.log", "windowsnodereset.log", "csi-proxy.log", "csi-proxy.err.log"

Expand Down

0 comments on commit 7c6dc4e

Please sign in to comment.