Skip to content

Commit

Permalink
Change one parameter (#4339)
Browse files Browse the repository at this point in the history
* Change parameter in most recent version

* Fix example
  • Loading branch information
wdehrich authored and lmazuel committed Oct 29, 2018
1 parent e8f2b49 commit b5843bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"virtualNetworkName" : "test-vnet",
"IPAddress": "10.0.1.4"
"ipAddress": "10.0.1.4"
},
"responses" : {
"200" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
{
"name": "ipAddress",
"in": "query",
"required": false,
"required": true,
"type": "string",
"description": "The private IP address to be verified."
},
Expand Down

0 comments on commit b5843bc

Please sign in to comment.