Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial network error fixes and suppressions #3051

Merged
merged 4 commits into from
May 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down Expand Up @@ -1670,11 +1668,11 @@
"age": {
"type": "integer",
"format": "int32",
"description": "Age"
"description": "Entry age in minutes"
},
"interface": {
"type": "string",
"description": "Interface"
"description": "Interface address"
},
"ipAddress": {
"type": "string",
Expand Down Expand Up @@ -1707,24 +1705,24 @@
"properties": {
"network": {
"type": "string",
"description": "network"
"description": "IP address of a network entity"
},
"nextHop": {
"type": "string",
"description": "nextHop"
"description": "NextHop address"
},
"locPrf": {
"type": "string",
"description": "locPrf"
"description": "Local preference value as set with the set local-preference route-map configuration command"
},
"weight": {
"type": "integer",
"format": "int32",
"description": "weight."
"description": "Route Weight."
},
"path": {
"type": "string",
"description": "path"
"description": "Autonomous system paths to the destination network."
}
},
"description": "The routes table associated with the ExpressRouteCircuit"
Expand All @@ -1749,7 +1747,7 @@
"properties": {
"neighbor": {
"type": "string",
"description": "Neighbor"
"description": "IP address of the neighbor."
},
"v": {
"type": "integer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down Expand Up @@ -395,6 +393,13 @@
"required": true,
"type": "string",
"description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Client API version."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down Expand Up @@ -256,6 +254,13 @@
"required": true,
"type": "string",
"description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Client API version."
}
}
}
Loading