Skip to content

Commit

Permalink
in64 -> int64 (Azure#8547)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored and tasharm-0412 committed Mar 4, 2020
1 parent 5520b5b commit b193295
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 @@ -1299,7 +1299,7 @@
},
"messagesReceived": {
"type": "integer",
"format": "in64",
"format": "int64",
"readOnly": true,
"description": "The number of BGP messages received"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
},
"messagesReceived": {
"type": "integer",
"format": "in64",
"format": "int64",
"readOnly": true,
"description": "The number of BGP messages received"
}
Expand Down

0 comments on commit b193295

Please sign in to comment.