Get-Ryan
Get-Ryan
The error is due to not listing a position for any of the parameters in the function. You mention in your guidelines to use explicit parameter names and not assume...
No, the $driveInfo object populates normally, as that was my initial thought as well. And that would have continued to be an issue even with string concatenation, as I have...
When I was initially testing, I was inserting numerous verbose messages in the code to test various variables and their properties. The $driveInfo does populate with the correct type and...
No, the Join-Path worked normally outside of DSC using the same inputs via the [System.IO.DriveInfo] object. This is why I was scratching my head as well. My only remaining thoughts...
For anyone researching / following this issue, a more detailed explanation is found at https://github.com/Azure/azure-powershell/issues/13423. In short, at issue is the limitation of .NET Core not being able to load...
Most definitely not a fix, yet anyway. Though my present environment is starting to heavily rely on PartnerCenter functionality. If this isn't fixed independently, I may be directed to fix...