Currently I am using Set-AzureADApplication (from AzureAD module) with -RequiredResourceAccess option to set the access to the resources I need, I am converting my script to Az module however the closest thing I found to Set-AzureADApplication was Update-AzADApplication however it does not have a -RequiredResourceAccess option.
Is there an Az module that let's me update the azure app in a similar way as Set-AzureADApplication?
Thank you!