-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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_firewall: Define a dedicated property for SNAT private ranges #10015
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub. |
@timMSFT @fengzhou-msft Any update? This currently blocks hashicorp/terraform-provider-azurerm#7535 from being merged, which resolves issue hashicorp/terraform-provider-azurerm#7504. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @fwsuppgithub. Issue DetailsCurrently, when users want to specify SNA private ranges, one will set the special key Is it possible to consolidate this into a dedicated property of its own, otherwise it is not that reliable to create toolings based on this special key, as it is possible to have breaking changes (e.g. renaming the key or change the format of the value)? Even more, is there any document I can refer to which enumerates all the available KVs for the
|
Png @timMSFT |
Currently, when users want to specify SNA private ranges, one will set the special key
Network.SNAT.PrivateRanges
inadditionalProperties
, with the value of ip ranges.Is it possible to consolidate this into a dedicated property of its own, otherwise it is not that reliable to create toolings based on this special key, as it is possible to have breaking changes (e.g. renaming the key or change the format of the value)?
Even more, is there any document I can refer to which enumerates all the available KVs for the
additionalProperties
, so that I might come up with a PR to makeadditionalProperties
a predefined model, rather than a flexible map?The text was updated successfully, but these errors were encountered: