Open danielestevez opened 6 years ago
@hellosnow to investigate.
I'm connecting Azure network team to check.
We're seeking the help from @chandrasekarsrinivasan there. :smile:
@Powerhelmsman @dend please help to triage the issue and find the right assignee in case you miss it 😄
No news about this?
Link to article: https://docs.microsoft.com/en-us/rest/api/virtualnetwork/virtualnetworks/checkipaddressavailability
Problem: URI parameter ipAddress is NOT optional as the documentation reads. If you try the GET without this parameter you'll get an HTTP 400 error with this detail
{ "error": { "code": "PrivateIPAddressIsNullOrEmpty", "message": "Private IP address is null or empty in the CheckIpAddressAvailability call. Specify IpAddress=$(ipaddress) as a query parameter in the request URI.", "details": [] } }