misteriks
Results
2
issues of
misteriks
Examples listed are: ``` "publishEventTypes": [ "Started", "Pending", "Failed", "Terminated" ] ``` "Pending" is a unsupported type. The supported type "Completed" is missing So correct example would be: ``` "PublishEventTypes":...
triaged
cxp
doc-bug
azure-functions/svc
Pri2
durable/subsvc
I'm trying to get this to work in a Azure Powershell function (httptrigger) Test code I have is the following ``` Import-Module MSAL.PS $TenantId = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" $ClientId = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" $CertThumbPrint...