-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
If you use the two following dev container features together:
{
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
"extensions": "ml"
},
"ghcr.io/stuartleeks/dev-container-features/azure-cli-persistence:0": {}
},
}
the azure-cli
feature will install the ml extension into ~/.azure/cliextensions
, then the azure-cli-persistence
feature will immediately move the installed extension to ~/.azure-old
, so it cannot be used.
Is it somehow possible to move back the extensions that are in ~/.azure-old
?
Metadata
Metadata
Assignees
Labels
No labels