We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created a VHD -> Disc1 Created a VM -> VM1
Set VHD "Disc1" to 'Absent' Set VM "VM1" to 'Absent
Everything ist removed, but you will get an error everytime the configuration is started/updated:
PowerShell DSC-Ressource "MSFT_xVMHyperV" Function "Test-TargetResource" Error: "Vhd 'C:\Hyper-V\Virtual Hard Disks\localhost-OSDisk.vhdx' does not exist." + CategoryInfo : InvalidOperation: (:) [], CimException + FullyQualifiedErrorId : ProviderOperationExecutionFailure
PowerShell DSC-Ressource "MSFT_xVMHyperV" Function "Test-TargetResource"
Error: "Vhd 'C:\Hyper-V\Virtual Hard Disks\localhost-OSDisk.vhdx' does not exist." + CategoryInfo : InvalidOperation: (:) [], CimException + FullyQualifiedErrorId : ProviderOperationExecutionFailure
I used the current release version on win10 - 1709
Test for "Absent" resources, should not be needed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Created a VHD -> Disc1
Created a VM -> VM1
Set VHD "Disc1" to 'Absent'
Set VM "VM1" to 'Absent
Everything ist removed, but you will get an error everytime the configuration is started/updated:
I used the current release version on win10 - 1709
Test for "Absent" resources, should not be needed.
The text was updated successfully, but these errors were encountered: