V.27 Azure token is not working with #48
learningpeaks
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With Get-AzAccessToken version 5.0.3 when running Publish-SynapseFromJson we are getting below exception.
Below is the exception stack trace.
Invoke-RestMethod: /home/runner/.local/share/powershell/Modules/azure.synapse.tools/0.27.0/private/Deploy-SynapseObjectOnly.ps1:152
Line |
152 | … $r = Invoke-RestMethod -Method PUT -Uri $uri -Body $body -Head …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| *** "code": "AuthenticationFailed", "message": "Token Authentication
| failed - MISE12034: AuthenticationTicketProvider
| Name:AuthenticationTicketProvider, GetVersion:1.31.1.0. " ***
PropertyNotFoundException: /home/runner/.local/share/powershell/Modules/azure.synapse.tools/0.27.0/private/Deploy-SynapseObjectOnly.ps1:153
Line |
153 | Wait-CompleteOperation -SynapseWorkspaceName $SynapseWork …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'operationId' cannot be found on this object. Verify that
| the property exists.
Beta Was this translation helpful? Give feedback.
All reactions