In previous PR, get_config_parser was removed because package six was removed and we can use configparser.ConfigParser directly. All previous get_config_parser in azure-cli are updated. However there is some extension which is not owned by CLI team (such as azure-devops) still use this function.
For compatibility concern, it's better to keep this simple function.
In previous PR,
get_config_parser
was removed because packagesix
was removed and we can useconfigparser.ConfigParser
directly. All previousget_config_parser
inazure-cli
are updated. However there is some extension which is not owned by CLI team (such as azure-devops) still use this function.For compatibility concern, it's better to keep this simple function.