Open magodo opened 4 years ago
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 terraform-providers/terraform-provider-azurerm#7535 from being merged, which resolves issue terraform-providers/terraform-provider-azurerm#7504.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @fwsuppgithub.
Author: | magodo |
---|---|
Assignees: | - |
Labels: | `Network - Firewall`, `Service Attention`, `question` |
Milestone: | - |
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?