File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 337
337
"endTime" : {
338
338
"type" : " integer" ,
339
339
"format" : " unixtime" ,
340
- "description" : " The end time of the restore operation"
340
+ "description" : " The end time of the restore operation" ,
341
+ "x-nullable" : true
341
342
}
342
343
},
343
344
"description" : " Selective Key Restore operation"
380
381
"endTime" : {
381
382
"type" : " integer" ,
382
383
"format" : " unixtime" ,
383
- "description" : " The end time of the backup operation in UTC"
384
+ "description" : " The end time of the backup operation in UTC" ,
385
+ "x-nullable" : true
384
386
},
385
387
"jobId" : {
386
388
"type" : " string" ,
419
421
"endTime" : {
420
422
"type" : " integer" ,
421
423
"format" : " unixtime" ,
422
- "description" : " The end time of the restore operation"
424
+ "description" : " The end time of the restore operation" ,
425
+ "x-nullable" : true
423
426
}
424
427
},
425
428
"description" : " Restore operation"
Original file line number Diff line number Diff line change 67
67
"$ref" : " #/definitions/Error"
68
68
}
69
69
},
70
- "description" : " The key vault server error."
70
+ "description" : " The key vault server error." ,
71
+ "x-nullable" : true
71
72
}
72
73
}
73
74
}
You can’t perform that action at this time.
0 commit comments