-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
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
Receiving _Unexpected token 'true'_ using Azure plug-in with AZUseIMDS. #606
Comments
Hey @timmgreen, thanks for reaching out. I'm having trouble reproducing this error in my environment. Would you mind trying the following to just create a new order with debug output. Then post the anything you see after the line that says "Creating a new order". # keep the same $pArgs and $certNames you already had
# switch to staging server so we don't mess with prod rate limits
Set-PAServer LE_STAGE
if (-not (Get-PAAccount)) { New-PAAccount -AcceptTOS }
# create a new order with debug output
$DebugPreference = 'Continue'
New-PAOrder $certNames -Plugin Azure -PluginArgs $pArgs -Force -Verbose When you're done, don't forget to switch back to Prod using |
|
If it makes a difference I'm running as SYSTEM using PSEXEC64 |
Receiving Unexpected token 'true' using Azure plug-in with AZUseIMDS.
Module version 4.28.0
Powershell 7.4.4
It appears to be something related to the PluginArgs.
The text was updated successfully, but these errors were encountered: