Skip to content

Fix issues from 190529 github triage [Closes #1077][Closes #1091] #1094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-conceptual/azps-2.1.0/install-az-ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ across PowerShell sessions, see [Persist user credentials across PowerShell sess

## Update the Azure PowerShell module

Because of how the Az module is package, the [Update-Module](/powershell/module/powershellget/update-module)
Because of how the Az module is packaged, the [Update-Module](/powershell/module/powershellget/update-module)
command won't update your installation correctly. Az is technically a meta-module, encompassing all of
the submodules that contain cmdlets to interact with Azure services. That means that to update the
Azure PowerShell module, you will need to __reinstall__, rather than just __update__. This is done in the
Expand Down
2 changes: 2 additions & 0 deletions docs-conceptual/azps-2.1.0/manage-subscriptions-azureps.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Most Azure users will only ever have a single subscription. However, if you are
divided up access to certain resources across groupings, you may have multiple subscriptions within Azure. The CLI supports selecting a subscription
both globally and per command.

For detailed information on subscriptions, billing, and cost management, see the [billing and cost management documentation](/azure/billing/).

## Tenants, users, and subscriptions

You might have some confusion over the difference between tenants, users, and subscriptions within Azure. A _tenant_ is the Azure Active Directory
Expand Down