Skip to content

Commit

Permalink
Discarded NetworkWatcherParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
irrogozh committed Jan 20, 2017
1 parent e822d01 commit 9d79c17
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions arm-network/2016-09-01/swagger/networkWatcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/NetworkWatcherParameters"
"$ref": "#/definitions/NetworkWatcher"
},
"description": "Parameters that define the network watcher resource."
},
Expand Down Expand Up @@ -785,25 +785,6 @@
}
},
"definitions": {
"NetworkWatcherParameters": {
"required": [
"location"
],
"properties": {
"location": {
"type": "string",
"description": "The network watcher location."
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "The network watcher tags."
}
},
"description": "Parameters that define the network watcher resource."
},
"NetworkWatcher": {
"properties": {
"etag": {
Expand Down

0 comments on commit 9d79c17

Please sign in to comment.