Skip to content

Commit

Permalink
Hot fixes on December 2020 release of Azure CLI extension (#23)
Browse files Browse the repository at this point in the history
* Fixing issue with over specification of location
* Updating version information of extension
  • Loading branch information
ricardo-espinoza authored Jan 15, 2021
1 parent 3cd44d9 commit 097e3d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/quantum/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
===============

0.14.2012.1501
0.14.2101.1401
++++++
* Updating multi-region in data plane REST API
* Aligned to QDK 0.14.2011120240.
Expand Down
3 changes: 0 additions & 3 deletions src/quantum/azext_quantum/operations/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ def _generate_submit_args(program_args, ws, target, token, project, job_name, sh
args.append("--workspace")
args.append(ws.name)

args.append("--location")
args.append(ws.location)

args.append("--target")
args.append(target.target_id)

Expand Down
2 changes: 1 addition & 1 deletion src/quantum/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = '0.14.2012.1501'
VERSION = '0.14.2101.1401'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 097e3d0

Please sign in to comment.