What is the equivalent to az account set
Azure using Python SDK?
I'd like to select a subscription
to act upon using Python script.
Example:
In a bash
script, I'd choose the subscription to act on using az account set --subscription $desiredSub
. I want to know the equivalent in Azure Pythons SDK.