Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,8 @@
"properties": {
"virtualMachine": {
"$ref": "./network.json#/definitions/SubResource",
"description": "The reference of a virtual machine."
"description": "The reference of a virtual machine.",
"readOnly": true
},
"networkSecurityGroup": {
"$ref": "./networkSecurityGroup.json#/definitions/NetworkSecurityGroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -739,13 +739,6 @@
"operationId": "VirtualNetworks_CheckIPAddressAvailability",
"description": "Checks whether a private IP address is available for use.",
"parameters": [
{
"name": "ipAddress",
"in": "query",
"required": true,
"type": "string",
"description": "The private IP address to be verified."
},
{
"name": "resourceGroupName",
"in": "path",
Expand All @@ -760,6 +753,13 @@
"type": "string",
"description": "The name of the virtual network."
},
{
"name": "ipAddress",
"in": "query",
"required": true,
"type": "string",
"description": "The private IP address to be verified."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
},
Expand Down
Loading