Adam Driscoll
Adam Driscoll
Closing this issue as stale. If you are still having this problem with recent versions, please let me know and I will reopen it.
I've implemented a super simple `initialize.ps1` script that should help be a stop-gap for `modules.ps1` while we build something a bit more managed. The idea is that in v3.3 PSU...
@rstolpe - It should be possible. We aren't actually loading the Universal module directly but it should be on the PSModulePath. You may need to ipmo Universal first and then...
This issue has been mentioned on **Ironman Software Forums**. There might be relevant details there: https://forums.ironmansoftware.com/t/azure-keyvault-secret-variables/7423/12
@mabster - Yeah. I assuming Connect-AzAccount would happen in the vaults.ps1.
Can you try adding a Resources.resx file to the project? This should have been added automatically but it looks like it hasn't.
This requires an update to the NuGet package manager and it's not something I can control with PoshTools. :(
What version of PoshTools and PoshTools pro are you running? I think you'll need to upgrade PoshTools based on the screenshot.
Try updating to PoshTools 3.1.620.
@hou8182 That seems like a bug. I'm surprised this is the first I've heard of it. Can you try adding this to the beginning of your script? ``` [System.Reflection.Assembly]::LoadWithPartialName("PresentationFramework") ```