Azure / Azure/azure-sdk-for-python
Enable deleting user data from persistent caches
@xiangyan99 ci sta già lavorando.
Dal 8/5/2026.
- Lingua principale
- Python
- Stelle
- 5.6k
- Fork
- 3.4k
- Merge medio
- 2g 2h
- PR unite (30g)
- 213
Descrizione
This means exposing a function that takes an AuthenticationRecord and ultimately calls an MSAL public client method to remove the specified account. Depending on its implementation details, the SDK function may also need to take an optional cache name. (For example, if it's implemented as a method on a class whose constructor takes a cache name, the function itself doesn't need an argument for that.)
Note that this function would delete data for specific individual accounts and not an entire cache. Deleting an entire cache could unexpectedly log out users of other applications. Deleting only individual accounts shouldn't block any application-level "log out" scenario because Azure.Identity provides an AuthenticationRecord for each user it authenticates.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.