Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Move the use of the beta endpoint for commands dealing with event-based retention #5025

Closed
Tracked by #4145
martinlingstuyl opened this issue Jun 7, 2023 · 2 comments
Assignees
Milestone

Comments

@martinlingstuyl
Copy link
Contributor

martinlingstuyl commented Jun 7, 2023

An update to the Microsoft Graph, the retention endpoints have been GA'd. We can start using the regular endpoint instead of the beta endpoint for these commands:

  • m365 purview retentionevent [verb]
  • m365 purview retentioneventtype [verb]

The following command is still in preview currently (AFAIK):

  • m365 purview retentionlabel [verb]
    so we ignore that one.
@SmitaNachan
Copy link
Contributor

Can I work on it?

@martinlingstuyl
Copy link
Contributor Author

Sure, thanks @SmitaNachan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment