Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image-Copy: update index with version 0.0.6 #153

Merged
merged 11 commits into from
May 1, 2018
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