You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fix this, currently we need to run a post-script that calls the Azure API, which is obviously a bad solution.
Example
Step 1. Try to add minimumTlsVersionAllowed to your event grid domain via Pulumi
its not working
Output of pulumi about
CLI
Version 3.109.0
Go Version go1.22.0
Go Compiler gc
Host
OS darwin
Version 14.1
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Hi @oliverjohns, this is because the default API version in our provider, 2022-06, doesn't contain minimumTlsVersionAllowed yet. You can explicitly import a newer API version, however, see here. Versions from 2023-06-01-preview have it.
What happened?
minimumTlsVersionAllowed
can be set via Azure API or Azure Portal clickops, but its not available in Pulumi:https://www.pulumi.com/registry/packages/azure-native/api-docs/eventgrid/domain/#inputs
Please fix this, currently we need to run a post-script that calls the Azure API, which is obviously a bad solution.
Example
Step 1. Try to add
minimumTlsVersionAllowed
to your event grid domain via Pulumiits not working
Output of
pulumi about
CLI
Version 3.109.0
Go Version go1.22.0
Go Compiler gc
Host
OS darwin
Version 14.1
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: