Skip to content

Releases: mitsha-microsoft/cli-extension-aci-up

Updated Preview Release

09 Jan 11:05
Compare
Choose a tag to compare
Pre-release

The option to create ACR works now. Extra command flags added for specifying existing ACR, port number, secrets generation and not waiting for the workflow completion. Option to generate GitHub PAT Token using Username and password added.

Initial Preview Release

03 Jan 06:40
Compare
Choose a tag to compare
Pre-release

The initial version of az aci up. The command supports using an existing Azure Container Registry and doesn't support the option to create your own ACRs. The GitHub Action Workflow is being setup and the user is expected to populate AZURE_CREDENTIALS in the secrets of their repository (secret generation not yet added) and the Workflow uses the Azure CLI GitHub Action.

Initial Beta Release

02 Jan 05:45
Compare
Choose a tag to compare
Initial Beta Release Pre-release
Pre-release

Beta Release of az aci up where no workflows are created for deployment, and user can't select the option of creating a new container registry (has to use their existing registries). Also for building container images, docker build is used instead of acr build. Install the extension to Azure CLI using the command az extension add -s 'path to .whl'