Skip to content

Commit

Permalink
Image-Copy: update index with version 0.0.6 (#153)
Browse files Browse the repository at this point in the history
* update descriptions and version

* Add checks to verify that the source has a managed disk

* fix procedure to name the temp storage account

* support tags and final image name

* fix lint issue

* remove debug statement

* add version 0.0.6 to index
  • Loading branch information
tamirkamara authored and derekbekoe committed May 1, 2018
1 parent 10b5fa8 commit a2f5bb0
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/image-copy/azext_imagecopy/create_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_target_image(location, transient_resource_group_name, source_type, so
'--source', target_blob_path,
'--os-type', source_os_type,
'--source', target_snapshot_id], tags=tags)
logger.warn("command: %s", cli_cmd)

run_cli_command(cli_cmd)


Expand Down
44 changes: 44 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,50 @@
"summary": "An Azure CLI Extension that copies images from region to region.",
"version": "0.0.5"
}
},
{
"filename": "image_copy_extension-0.0.6-py2.py3-none-any.whl",
"sha256Digest": "986ab7ab186974bb2c365bf4092ed5dd554b00017ddf4c70ea07a53bcaa6bcc7",
"downloadUrl": "https://files.pythonhosted.org/packages/ed/60/306879ce292e087d329ed15c7c63f42e880371ec8cc624c17bb28a1f937b/image_copy_extension-0.0.6-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.0.24",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "tamir.kamara@microsoft.com",
"name": "Tamir Kamara",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "image-copy-extension",
"summary": "Support for copying managed vm images between regions",
"version": "0.0.6"
}
}
],
"aem": [
Expand Down

0 comments on commit a2f5bb0

Please sign in to comment.