Skip to content

Commit

Permalink
az aks list -o table should show privateFqdn for private clusters (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
gossion authored Mar 31, 2020
1 parent 1728cc5 commit 8e78629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acs/_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _aks_table_format(result):
resourceGroup: resourceGroup,
kubernetesVersion: kubernetesVersion,
provisioningState: provisioningState,
fqdn: fqdn
fqdn: fqdn || privateFqdn
}""")
# use ordered dicts so headers are predictable
return parsed.search(result, Options(dict_cls=OrderedDict))
Expand Down

0 comments on commit 8e78629

Please sign in to comment.