Open jesselve opened 1 week ago
Experiencing the exact same issue.
Unfortunately this is a Microsoft.Network issue. Please open a support ticket with the Network RP on this to get it fixed as soon as possible.
@stephaniezyen - How do I open a support ticket with the "Network RP"? Can you please help or provide a link?
Description
Private Endpoint IPv6 settings (
isIPv6EnabledPrivateEndpoint
) cannot be configured through Bicep, but consistently show up as differences in what-if analysis. This leads to perpetual "changes needed" in our IaC pipelines even though the setting is not configurable through Bicep or even direct REST API calls.Repro steps
Deploy private endpoints through Bicep:
Run what-if analysis (
az deployment group what-if
)Observe these perpetual differences:
Attempted workarounds that didn't resolve the issue:
Expected behavior
One of these solutions:
Environment
Additional context