Prerequisites
Azure CLI version being used
2.38.0
Link to affected document
https://docs.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli#get-the-active-subscription
Description of the documentation error
The documentation mentions:
Most Azure CLI commands act within a subscription. For optimum security, Azure CLI commands no longer default the subscription ID to your current, active subscription. You must now specify the subscription to work in by using the --subscription or --scope parameter in your command.
But it does not state from which version of the CLI this change takes effect. Perhaps this change is not in a specific version of the CLI but one that was made on the backend.
Either way it would be good to clarify this because this seems like a big change that could break things for users that rely on setting the current active subscription
In case it helps here is the commit this wording was added in 3d14cae
Suggested fix
No response
Prerequisites
Azure CLI version being used
2.38.0
Link to affected document
https://docs.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli#get-the-active-subscription
Description of the documentation error
The documentation mentions:
But it does not state from which version of the CLI this change takes effect. Perhaps this change is not in a specific version of the CLI but one that was made on the backend.
Either way it would be good to clarify this because this seems like a big change that could break things for users that rely on setting the current active subscription
In case it helps here is the commit this wording was added in 3d14cae
Suggested fix
No response