Skip to content

az extensions moved with azure-cli-persistence #21

@cecheta

Description

@cecheta

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions