-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Extensions`az extension` commands or extension infrastructure`az extension` commands or extension infrastructure
Milestone
Description
Is your feature request related to a problem? Please describe.
Our extension creates and stores some configurations by creating a folder in config directory of azure CLI. So, a folder called <extension_name> is created in $HOME/.azure directory.
When user triggers the command 'az extension remove -n <extension_name>' , we would like to delete the folder created in config directory as well.
Currently, remove extension command doesn't seem to do this. I can see that it removes the extension_name folder from 'cliextensions' directory.
Is there a way to clear extension specific configs before removing the extension?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Extensions`az extension` commands or extension infrastructure`az extension` commands or extension infrastructure