Skip to content

Conversation

@jiasli
Copy link
Member

@jiasli jiasli commented Jul 21, 2020

Support listing sections.

This PR supports Azure/azure-cli#14436, where az config get can list all sections.

> 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"
    }
  ]
}

@jiasli jiasli requested a review from arrownj July 27, 2020 03:29
@jiasli jiasli marked this pull request as ready for review July 27, 2020 03:30
Copy link
Contributor

@arrownj arrownj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@jiasli jiasli merged commit e9f8a1a into microsoft:master Jul 27, 2020
@jiasli jiasli deleted the config branch December 28, 2020 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants