Darren Mason
Darren Mason
`JourneyInsights` under `UserJourneyBehaviors` in a `RelyingParty` is also missing. Instead there's `AzureApplicationInsights` which doesn't match the documentation [here](https://docs.microsoft.com/en-us/azure/active-directory-b2c/relyingparty#userjourneybehaviors).
another vote for ISO8601 formatted strings, if possible.
Same issue here on macos (arm64), also a collection group query, when I disable multi-threaded it works fine. Can't say about the duplicate questions as I used non-interactive mode.
Any intentions to support this array of maps? My use case is similar to @hernantz
A workaround is to skip the preview. `pulumi up -f`
What would be the recommended approach then to call a function like `ListWebAppHostKeys`? The function app is not yet deployed, Pulumi by default does a preview run, the preview will...
I'm already passing in an unnecessary Output to the Tuple to get a side effect - which is to make the resulting Output a secret. Maybe for this one it'd...
I have just started experiencing the same exception running in Azure Functions, was just trying to figure out what changed. It looks like it wasn't a change of the functions...
Here's my latest startup event showing functions runtime `3.0.15961`. ```xml 1032 4 0 Keywords 792258250 Application webwk000002 Application 'C:\Program Files (x86)\SiteExtensions\Functions\3.0.15961\32bit\' started successfully. Process Id: 8368. File Version: 13.1.21133.16. Description:...
The key difference in mine looks like [Azure.Core](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/core/Azure.Core) bumped from `1.8.1` to `1.15.0` due to adding a reference to `Azure.Storage.Blobs`.