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
For certain scenarios it is required to access an environment variable to create the ResolutionPrecedence:
ResolutionPrecedence: - AllNodes\$($Node.Environment)\$($Node.NodeName) - ... - LCM\LCM_$($env:BuildLcmMode) - ...
This results in the following error when creating the RSOP:
Generating RSOP output for 13 nodes. Join-Path : Cannot find drive. A drive with the name 'LCM\LCM_$($env' does not exist. At D:\Git\DatumTest\DSC\BuildOutput\Modules\Datum\0.40.0\datum.psm1:1418 char:26 + $CurrentSearch = Join-Path $SearchPrefix $PropertyPath + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (LCM\LCM_$($env:String) [Join-Path], DriveNotFoundException + FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.JoinPathCommand ERROR: Exception calling "Replace" with "4" argument(s): "Value cannot be null. Parameter name: input" At D:\Git\DatumTest\DSC\BuildOutput\Modules\Datum\0.40.0\ScriptsToProcess\Resolve-NodeProperty.ps1:58 char:18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For certain scenarios it is required to access an environment variable to create the ResolutionPrecedence:
This results in the following error when creating the RSOP:
The text was updated successfully, but these errors were encountered: