We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/virtualNetwork.json#L720
The specs say this is not required, but if you try to make the call without it you get this error:
Private IP address is null or empty in the CheckIpAddressAvailability call. Specify IpAddress=$(ipaddress) as a query parameter in the request URI.
It should be required=True
The text was updated successfully, but these errors were encountered:
vnet check-ip-address
fixed in swagger, would be released in a couple of days #4339
Sorry, something went wrong.
MikhailTryakhov
No branches or pull requests
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/virtualNetwork.json#L720
The specs say this is not required, but if you try to make the call without it you get this error:
It should be required=True
The text was updated successfully, but these errors were encountered: