MicrosoftDocs / feedback

📢 docs.microsoft.com site feedback
https://learn.microsoft.com
Creative Commons Attribution 4.0 International
239 stars 160 forks source link

Virtual Networks REST API - Check IP Address Availability ipAddress is NOT optional #520

Open danielestevez opened 6 years ago

danielestevez commented 6 years ago

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": [] } }

dend commented 6 years ago

@hellosnow to investigate.

hellosnow commented 6 years ago

I'm connecting Azure network team to check.

hellosnow commented 6 years ago

We're seeking the help from @chandrasekarsrinivasan there. :smile:

hellosnow commented 5 years ago

@Powerhelmsman @dend please help to triage the issue and find the right assignee in case you miss it 😄

danielestevez commented 5 years ago

No news about this?