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

[Microsoft.ApiManagement][2020-06-01-preview] Change Network Status response contract #10331

Merged
Changes from 1 commit
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 @@ -160,13 +160,23 @@
"type": "string",
"format": "date-time",
"description": "The date when the resource connectivity status last Changed from success to failure or vice-versa. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n"
},
"resourceType": {
"type": "string",
"description": "Resource Type."
},
"isOptional": {
"type": "boolean",
"description": "Whether this is optional."
}
},
"required": [
"name",
"status",
"lastUpdated",
"lastStatusChange"
"lastStatusChange",
"resourceType",
"isOptional"
],
"description": "Details about connectivity to a resource."
},
Expand Down