File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
specification/network/resource-manager/Microsoft.Network/stable/2018-08-01 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 739739 "operationId" : " VirtualNetworks_CheckIPAddressAvailability" ,
740740 "description" : " Checks whether a private IP address is available for use." ,
741741 "parameters" : [
742- {
743- "name" : " ipAddress" ,
744- "in" : " query" ,
745- "required" : true ,
746- "type" : " string" ,
747- "description" : " The private IP address to be verified."
748- },
749742 {
750743 "name" : " resourceGroupName" ,
751744 "in" : " path" ,
760753 "type" : " string" ,
761754 "description" : " The name of the virtual network."
762755 },
756+ {
757+ "name" : " ipAddress" ,
758+ "in" : " query" ,
759+ "required" : true ,
760+ "type" : " string" ,
761+ "description" : " The private IP address to be verified."
762+ },
763763 {
764764 "$ref" : " ./network.json#/parameters/ApiVersionParameter"
765765 },
You can’t perform that action at this time.
0 commit comments