microsoft/SdnDiagnostics

Public IP for NIC is not properly identified if the LB FE config is a static IP address

arudell opened this issue · 0 comments

Describe the bug
Per https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-ncnbi/c2aac45c-6c08-4c94-8308-7a65d2ca5b6f, the public IP address can be referenced using the publicIpAddress field (references the publicIPAddresses resource) or by defining the privateIPAddress.

To Reproduce

  1. Configure the privateIPAddress of loadBalancer frontend configuration to use an IP address from the public VIP logical network.

Expected behavior
Depending on the environment, we need to either return privateIPAddress or publicIPAddress.