Hey there. Has anyone found a good pattern for a self refreshing “end date” on azure service principals? I don’t want to hardcode an expiry date for the service principal. Is there a way to do a
Date.now + N days
that won’t update on every deployment, perhaps only updating when it’s within a week of the expiry date?