Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure event grid domain "minimumTlsVersionAllowed" setting missing in Pulumi #3940

Open
oliverjohns opened this issue Feb 10, 2025 · 1 comment
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@oliverjohns
Copy link

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 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).

@oliverjohns oliverjohns added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Feb 10, 2025
@thomas11
Copy link
Contributor

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.

@thomas11 thomas11 removed the needs-triage Needs attention from the triage team label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants