-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVault
Milestone
Description
Decisions to make and implement:
- Prefer properties (
KeyVaultRoleAssignment) or attributes (_Operation)?- properties have the benefit of easy immutability
- How to expose
_Operation.error?- it matches the OData 4 error format, so we could raise it as ODataV4Error
-
RemoveSelectiveKeyRestoreOperation? (it's identical in all but name toRestoreOperation)- we decided to keep this as future-proofing
-
_Operation.start_timeand.end_timeshould bedatetime
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVault