Skip to content

Commit a0e421a

Browse files
committed
comment
1 parent ba53d20 commit a0e421a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

endorsement/dao/shared_drive.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,11 @@ def sync_quota_from_subscription(drive_id):
8686

8787
def expire_shared_drive(shared_drive_record):
8888
"""
89-
Set lifecycle expired shared drive record
89+
Mark lifecycle expired shared drive record to deleted
9090
9191
Actions:
92+
- mark expired drive for deletion in MSCA
9293
- set shared_drive_record datetime_deleted to now
93-
- set lifecycle to expired for shared drive using:
94-
- shared_drive_lifecycle_expired(shared_drive_record.shared_drive)
9594
"""
9695
try:
9796
logger.info(

0 commit comments

Comments
 (0)