Bernd Verst
Bernd Verst
You have to run `make modtidy-all` for linter and build to pass.
Any update here?
We use the Cosmos DB Azure SDK for Go. Take a look at their emulator tests: https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/data/azcosmos/emulator_tests.go It appears that simply specifying a host like `https://localhost:8903/` end the `masterKey` (accountKey)...
This should already work for quite some time. https://docs.dapr.io/reference/components-reference/supported-bindings/eventhubs/ https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-azure-eventhubs/ There is a `storageConnectionString` metadata property for this since Dapr 1.10. This is directly connected to the https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob#NewClientFromConnectionString SDK method....
Yes that would be why. It would need to be implemented as a new feature to make the timeout configurable. The DotNet SDK making a single `SaveStateRequest` with multiple state...
@ItalyPaleAle since our OpenAI binding component is not stable, I don't think this is a P1 for the project. Instead, updating the component to the latest SDK and making the...
Are you able to configure Auth0 using an empty value for the scopes today?
Query API is Alpha and unsupported. We are not currently planning to advance the Query API due to several significant design flaws, creating inconsistencies in experience across components and also...
Documenting my single command workaround based on comments above (make sure to replace the host with your ACS master node) ``` ssh [email protected] sudo sed -i s/'2.5.1'/'2.6.0'/g /etc/kubernetes/addons/kube-tiller-deployment.yaml && helm...
@lrills I manually had to update the add on definition on the Kubernetes master again as a workaround. Like so: ``` ssh [email protected] sudo sed -i s/'2.6.0'/'2.7.0'/g /etc/kubernetes/addons/kube-tiller-deployment.yaml && helm...