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

Microsoft_BotManagerRuleSet version 1.1 not accepted #28036

Open
1 task done
jasperpostcn opened this issue Nov 15, 2024 · 1 comment · May be fixed by #28039
Open
1 task done

Microsoft_BotManagerRuleSet version 1.1 not accepted #28036

jasperpostcn opened this issue Nov 15, 2024 · 1 comment · May be fixed by #28039

Comments

@jasperpostcn
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Terraform Version

1.9.8

AzureRM Provider Version

4.10.0

Affected Resource(s)/Data Source(s)

azurerm_web_application_firewall_policy

Terraform Configuration Files

...
...
    managed_rule_set {
      type    = "OWASP"
      version = "3.2"
    }

    managed_rule_set {
      type    = "Microsoft_BotManagerRuleSet"
      version = "1.1"
    }
...
...
...

Debug Output/Panic Output

Error: expected managed_rules.0.managed_rule_set.0.version to be one of ["0.1" "1.0" "2.1" "2.2.9" "3.0" "3.1" "3.2"], got 1.1

Expected Behaviour

1.1 Can be selected in the Azure portal so the version constraint should include 1.1

Actual Behaviour

Not accepting 1.1 for the Microsoft_BotManagerRuleSet rule set

Steps to Reproduce

No response

Important Factoids

No response

References

No response

@CorrenSoft
Copy link
Contributor

Hi @jasperpostcn,
I've published a PR implementing this request, you can subscribe to it to get notified when (if) gets approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants