Skip to content

Commit

Permalink
Network watcher: Fixed property name in ConnectivityCheckRequest: HTT…
Browse files Browse the repository at this point in the history
…PConfiguration -> httpConfiguration
  • Loading branch information
irrogozh committed Apr 24, 2018
1 parent 020667c commit 857a54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2524,12 +2524,12 @@
"ProtocolConfiguration": {
"description": "Configuration of the protocol.",
"properties": {
"HTTPConfiguration": {
"$ref": "#/definitions/HTTPConfiguration"
"HttpConfiguration": {
"$ref": "#/definitions/HttpConfiguration"
}
}
},
"HTTPConfiguration": {
"HttpConfiguration": {
"properties": {
"method": {
"type": "string",
Expand Down
4 changes: 0 additions & 4 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ directive:
from: networkwatcher.json
where: $.definitions.NetworkWatcher
reason: Network watcher has reference on resource in network.json which contain 'name, 'id' and 'type'
- suppress: DefinitionsPropertiesNamesCamelCase
from: networkwatcher.json
where: $.definitions.ProtocolConfiguration.properties.HTTPConfiguration
reason: The Connectivity check API has HTTPConfiguration property names with leading capital letters
```

### Tag: package-2018-01 and go
Expand Down

0 comments on commit 857a54b

Please sign in to comment.