The azurerm_api_management_api resource is missing the ability to set the ability to require a subscription key to false.
(https://github.com/Azure/azure-sdk-for-go/blob/master/services/apimanagement/mgmt/2018-01-01/apimanagement/models.go#L949).
resource "azurerm_api_management_api" "test" {
name = "acctestapi-%d"
resource_group_name = "${azurerm_resource_group.test.name}"
api_management_name = "${azurerm_api_management.test.name}"
display_name = "Butter Parser"
path = "butter-parser"
protocols = ["https", "http"]
revision = "3"
description = "What is my purpose? You parse butter."
service_url = "https://example.com/foo/bar"
authentication_settings {
subscription_key_required = false
}
}
Any news, when this feature will be release? =)
@BernhardRode, as mentioned in PR 4885, this is blocked by Azure/azure-rest-api-specs#6372. When that gets completed I can pick this up again ๐
@brunhil Azure/azure-rest-api-specs#6372 is done now, as I can see ๐
This was recently released/closed by #4885 . Also released in version 2.16.0
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!
Most helpful comment
@BernhardRode, as mentioned in PR 4885, this is blocked by Azure/azure-rest-api-specs#6372. When that gets completed I can pick this up again ๐