Skip to content

Commit 7a2e7c3

Browse files
authored
Merge pull request #842 from Azure/DCS-update
updates
2 parents 6f0c59c + df2b189 commit 7a2e7c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

workload/scripts/Manual-DSC-Storage-Scripts.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,6 @@ Write-Host "Applying MOF files. DSC configuration"
146146
Set-WSManQuickConfig -Force -Verbose
147147
Start-DscConfiguration -Path $MofPath -Wait -Verbose -Force
148148

149-
Write-Host "DSC extension run clean up"
150-
Remove-Item -Path $MofPath -Force -Recurse
149+
# Commenting as it may create issues when running script
150+
# Write-Host "DSC extension run clean up"
151+
# Remove-Item -Path $MofPath -Force -Recurse

0 commit comments

Comments
 (0)