diff --git a/docs-ref-conceptual/format-output-azure-cli.md b/docs-ref-conceptual/format-output-azure-cli.md index 4e243734ab..f8b1f6a1d6 100644 --- a/docs-ref-conceptual/format-output-azure-cli.md +++ b/docs-ref-conceptual/format-output-azure-cli.md @@ -156,7 +156,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/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" ```