ADAL Intune Graph APIs

The current Intune Graph API documents for Powershell describe how to authenticate with ADAL, but don't describe what is needed for MSAL.
https://learn.microsoft.com/en-us/mem/intune/developer/intune-graph-apis
https://github.com/microsoftgraph/powershell-intune-samples
Are there any plans to show how to migrate Powershell from ADAL to MSAL like there are examples for Java, Python, .NET, and .js?
https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-migration
Or do we have to piece together the above three documents and figure out how to keep our Intune Powershell scripts running once ADAL goes away?