-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
data.azurerm_managed_disk: add missing create_option property #2597
Conversation
tests:
|
f67992b
to
32b8de7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
* feat: #25973 azurerm_application_gateway basic sku support * feat: #25973 additional checks for application gateway Basic SKU supported features * tests: #25973 add tests for application gateway basic sku * fix: #2597 revert erroneous markdown lint changes * docs: #2597 add Basic SKU docs * tests(application_gateway): #25973 update tests to use v2 SKUs as V1 is now deprecated See https://learn.microsoft.com/en-us/azure/application-gateway/v1-retirement#retirement-timelines * tests(application_gateway): #25973 update all agw tests to include priority on request_routing_rule as required with agw v2 sku * tests(application_gateway): #25973 update test public ip resource to be standard sku for compatibility with agw v2
) * feat: hashicorp#25973 azurerm_application_gateway basic sku support * feat: hashicorp#25973 additional checks for application gateway Basic SKU supported features * tests: hashicorp#25973 add tests for application gateway basic sku * fix: hashicorp#2597 revert erroneous markdown lint changes * docs: hashicorp#2597 add Basic SKU docs * tests(application_gateway): hashicorp#25973 update tests to use v2 SKUs as V1 is now deprecated See https://learn.microsoft.com/en-us/azure/application-gateway/v1-retirement#retirement-timelines * tests(application_gateway): hashicorp#25973 update all agw tests to include priority on request_routing_rule as required with agw v2 sku * tests(application_gateway): hashicorp#25973 update test public ip resource to be standard sku for compatibility with agw v2
fixes