Skip to content

Commit

Permalink
Reflect nullability of Error and endTime (Azure#10262)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Aug 24, 2020
1 parent fce6ed2 commit edecc35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@
"endTime": {
"type": "integer",
"format": "unixtime",
"description": "The end time of the restore operation"
"description": "The end time of the restore operation",
"x-nullable": true
}
},
"description": "Selective Key Restore operation"
Expand Down Expand Up @@ -380,7 +381,8 @@
"endTime": {
"type": "integer",
"format": "unixtime",
"description": "The end time of the backup operation in UTC"
"description": "The end time of the backup operation in UTC",
"x-nullable": true
},
"jobId": {
"type": "string",
Expand Down Expand Up @@ -419,7 +421,8 @@
"endTime": {
"type": "integer",
"format": "unixtime",
"description": "The end time of the restore operation"
"description": "The end time of the restore operation",
"x-nullable": true
}
},
"description": "Restore operation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"$ref": "#/definitions/Error"
}
},
"description": "The key vault server error."
"description": "The key vault server error.",
"x-nullable": true
}
}
}

0 comments on commit edecc35

Please sign in to comment.