Skip to content

Commit 92bbda8

Browse files
authored
resource (#9034)
1 parent 3b3c846 commit 92bbda8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

src/quantum/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0b7
7+
++++++
8+
* Fix import resource SDK error
9+
610
1.0.0b6
711
++++++
812
* [2025-03-19] Version intended to work with QDK version 1.14.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"azext.isPreview": true,
3-
"azext.minCliCoreVersion": "2.41.0"
3+
"azext.minCliCoreVersion": "2.76.0"
44
}

src/quantum/azext_quantum/operations/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from azure.cli.command_modules.storage.operations.account import list_storage_accounts
1414

1515
from azure.mgmt.resource import ResourceManagementClient
16-
from azure.mgmt.resource.resources.models import DeploymentMode
16+
from azure.mgmt.resource.deployments.models import DeploymentMode
1717

1818
from azure.cli.core.azclierror import (InvalidArgumentValueError, AzureInternalError,
1919
RequiredArgumentMissingError, ResourceNotFoundError)

src/quantum/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This version should match the latest entry in HISTORY.rst
1818
# Also, when updating this, please review the version used by the extension to
1919
# submit requests, which can be found at './azext_quantum/__init__.py'
20-
VERSION = '1.0.0b6'
20+
VERSION = '1.0.0b7'
2121

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

0 commit comments

Comments
 (0)