Skip to content
New issue

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

Network november release #4509

Merged
merged 16 commits into from
Nov 27, 2018
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