Skip to content

stuartleeks/az-cli-extension-show-deployment

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

az-cli-extension-show-deployment

An extension for the Azure CLI to show ARM deployment progress

Build status

Installing

Install from the web

To install the extension, simply execute the following az command:

az extension add --source https://azclishowdeployment.blob.core.windows.net/releases/dist/show_deployment-0.0.9-py2.py3-none-any.whl

Note if you have previously installed and are updating then uninstall first via az extension remove --name show-deployment

Download and install

If you prefer, you can download the extension and then install. The latest release can be downloaded from https://azclishowdeployment.blob.core.windows.net/releases/dist/show_deployment-0.0.9-py2.py3-none-any.whl

Then run the following (fixing the path to the downloaded file as required)

az extension add --source ~/Downloads/show_deployment-0.0.9-py2.py3-none-any.whl

Running

To show the status of the latest deployment to your-resource-group run:

az group deployment watch --resource-group your-resource-group

You can select which deployment to watch by name:

az group deployment watch --resource-group your-resource-group --name some-deployment

See it in action...

extension in action

extension in action in Cloud Shell

Changelog

2020-08-22 v0.09

FIX: expecting value error executing ['/opt/az/bin/python3', '-m', 'azure.cli', 'group', 'deployment', 'operation', 'list', '-g', 'slsyn1', '-n', 'storageRoleDeploymentResource', '--output', 'json']

Converted internal commands from az group deployment... to new az deployment group ... commands

Added az deployment group watch as an alias for az group deployment watch

2018-07-02 v0.0.7

FIX: error if message is string containing 'details'

Continue to refresh on 'Accepted' state

2018-06-29 v0.0.06

Add error output for Deployment Output evaluation step

2018-06-29 v0.0.5

Add deeper error output

2018-06-14 v0.0.4

Add output of operation errors

2018-06-06 v0.0.3

Check multiple properties to find duration as JSON structure varies across Azure CLI versions

2018-05-25 v0.0.2

Fix up duration parsing in az cli response JSON

About

An extension for the Azure CLI to show ARM deployment progress

Resources

License

Stars

Watchers

Forks

Packages

No packages published