Closed jiasli closed 4 years ago
Support listing sections.
This PR supports https://github.com/Azure/azure-cli/pull/14436, where az config get can list all sections.
az config get
> az config get { "cloud": [ { "name": "name", "source": "C:\\Users\\jiasli\\.azure\\config", "value": "AzureCloud" } ], "defaults": [ { "name": "group", "source": "C:\\Users\\jiasli\\.azure\\config", "value": "rg1" } ] }
Support listing sections.
This PR supports https://github.com/Azure/azure-cli/pull/14436, where
az config get
can list all sections.