diff --git a/docs-ref-conceptual/format-output-azure-cli.md b/docs-ref-conceptual/format-output-azure-cli.md index af615c74fa..667501cf9d 100644 --- a/docs-ref-conceptual/format-output-azure-cli.md +++ b/docs-ref-conceptual/format-output-azure-cli.md @@ -155,7 +155,7 @@ None None /subscriptions/.../resourceGroups/RGDEMO001/providers/Micros None None /subscriptions/.../resourceGroups/RGDEMO001/providers/Microsoft.Compute/virtualMachines/KBDemo020 None None westus KBDemo020 None Succeeded RGDEMO001 None Microsoft.Compute/virtualMachines 36baa9-9b80-48a8-b4a9-854c7a858ece ``` -One restriction of the TSV output format is that there isn't a guarantee on output ordering. The CLI makes a best effort to preserve ordering by sorting keys in the response JSON alphebetically, +One restriction of the TSV output format is that there isn't a guarantee on output ordering. The CLI makes a best effort to preserve ordering by sorting keys in the response JSON alphabetically, and then printing their values in order for TSV output. This isn't a guarantee that the order is always identical though, since the Azure service response format may change. In order to enforce consistent ordering, you'll need to use the `--query` parameter and the [multiselect list](query-azure-cli.md#get-multiple-values) format. When a CLI command returns a single diff --git a/docs-ref-conceptual/manage-azure-groups-azure-cli.md b/docs-ref-conceptual/manage-azure-groups-azure-cli.md index 89183d4bbc..b72de79890 100644 --- a/docs-ref-conceptual/manage-azure-groups-azure-cli.md +++ b/docs-ref-conceptual/manage-azure-groups-azure-cli.md @@ -1,6 +1,6 @@ --- title: Manage Azure resource groups with Azure CLI -description: Learn about Azure resource groups and using Azure CLI to manage your resrouce groups. Learn about persisted and default resource groups. +description: Learn about Azure resource groups and using Azure CLI to manage your resource groups. Learn about persisted and default resource groups. author: dbradish-microsoft ms.author: dbradish manager: barbkess diff --git a/docs-ref-conceptual/migrate-to-azure-identity.md b/docs-ref-conceptual/migrate-to-azure-identity.md index 45da3be062..6994088287 100644 --- a/docs-ref-conceptual/migrate-to-azure-identity.md +++ b/docs-ref-conceptual/migrate-to-azure-identity.md @@ -35,7 +35,7 @@ az account show --output table # get access token for the default subscription az account get-access-token -# get access toekn for a specific subscription +# get access token for a specific subscription az account get-access-token --subscription "mySubscriptionName" ``` diff --git a/docs-ref-conceptual/release-notes-azure-cli.md b/docs-ref-conceptual/release-notes-azure-cli.md index f76d2ed048..70b48c02cc 100644 --- a/docs-ref-conceptual/release-notes-azure-cli.md +++ b/docs-ref-conceptual/release-notes-azure-cli.md @@ -406,7 +406,7 @@ Version 2.22.1 ### Key Vault -* Hotfix: GA for managed-HSM ralated commands and parameters +* Hotfix: GA for managed-HSM related commands and parameters ## April 13, 2021 @@ -843,7 +843,7 @@ Version 2.19.0 ### Network -* [BREAKING CHANGE] `az network vrouter`: Depracate this command group, please use `az network routeserver`. +* [BREAKING CHANGE] `az network vrouter`: Deprecate this command group, please use `az network routeserver`. * `az network routeserver`: Add new command group. * `az network application-gateway create`: Add parameter `--ssl-profile-id` * `az network application-gateway client-cert`: Manage trusted client certificate of application gateway