I am setting azure subscription in powershell with "Set-AzureSubscription –DefaultSubscription $SubscriptionID" API.
But it is giving me error as "Set-AzureSubscription : A parameter cannot be found that matches parameter name 'DefaultSubscription'."
Please guide me on if there is change in azure powershell API's.