Hello @Ijtehad Farooqui !
I understand you want to deploy Azure Migrate via Powershel and you having an issue
I think the problem is here :
Select-AzSubscription -Subscription $AzureMigrateSubscription
Change please to
Select-AzSubscription -SubscriptionId 'xxxxxxxxxxxxxxxxx'
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
Regards