-
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
resource azurerm_api_management add V2 SKUs #26770
base: main
Are you sure you want to change the base?
Conversation
👍 |
This reverts commit e8901fd.
To provide an update here for anyone following this issue:
@sinbai please provide an update here when the service team get back to you |
@stephybun I've pinged but no reply yet, would ping again. |
Hi @stephybun I received a response from the service team that "please don’t rely on preview versions.". |
Hi @sinbai and @stephybun, Is there any news about the APIs? Is MS going to make any time soon? |
@ZsoltPath due to previous experiences with preview versions introducing sudden breaking changes and breaking user's Terraform configuration, we need to get assurances from MSFT that a preview version won't contain any potential breaking changes before we can use it. In this particular instance we received feedback that we cannot rely on the preview version to not contain breaking changes so this is unfortunately not an option for us here. They indicated that support for the remaining endpoints in the stable version would be added towards end of January. Given we're nearing the holiday period I don't expect this to happen anytime before then, but I will raise this internally as well to see if we can push for this to be done earlier in January. |
Community Note
Description
Adds BasicV2 and StandardV2 SKUs to
azurerm_api_management
resourceThe new SKUs are generally available. https://azure.microsoft.com/en-us/pricing/details/api-management/
Unfortunately it breaks the
sign_in
andsign_up
optional Developer portal settings.I think they'll need one or two new resources to configure them separately. They aren't part of this PR.
The APIM resource is installing and working without them.
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
I couldn't run the acceptance test. I only have access to a very restricted subscription. It has a rule for RG names. I changed all of them in the tests, but then all of them failed because the subscription has an automatic deletion lock on all RGs.
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_api_management
- support for theBasicV2
andStandardV2
values in thesku_name
propertyThis is a (please select all that apply):
Related Issue(s)
Fixes #25445
Note
If this PR changes meaningfully during the course of review please update the title and description as required.