You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: