Skip to content

Commit 018cd1a

Browse files
EvgenyAgafonchikovlmazuel
authored andcommitted
Move parameter to keep order in SDK (#4376)
1 parent d4365e6 commit 018cd1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetwork.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -739,13 +739,6 @@
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",
@@ -760,6 +753,13 @@
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
},

0 commit comments

Comments
 (0)