@azure/arm-quantum 1.0.0-beta.2 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -3
- package/LICENSE +4 -4
- package/README.md +26 -19
- package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.d.ts +2 -2
- package/dist/browser/azureQuantumManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.js +33 -24
- package/dist/browser/azureQuantumManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +14 -6
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/offerings.d.ts +3 -3
- package/dist/browser/operations/offerings.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/offerings.js +26 -43
- package/dist/browser/operations/offerings.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspace.d.ts +3 -3
- package/dist/browser/operations/workspace.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspace.js +3 -2
- package/dist/browser/operations/workspace.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.js +133 -165
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/offerings.d.ts +1 -1
- package/dist/browser/operationsInterfaces/offerings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/offerings.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workspace.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspace.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspace.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureQuantumManagementClient.d.ts +23 -0
- package/dist/commonjs/azureQuantumManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureQuantumManagementClient.js +117 -0
- package/dist/commonjs/azureQuantumManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-quantum.d.ts → dist/commonjs/models/index.d.ts} +614 -827
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +81 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +32 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1032 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +130 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/offerings.d.ts +35 -0
- package/dist/commonjs/operations/offerings.d.ts.map +1 -0
- package/dist/commonjs/operations/offerings.js +133 -0
- package/dist/commonjs/operations/offerings.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/workspace.d.ts +38 -0
- package/dist/commonjs/operations/workspace.d.ts.map +1 -0
- package/dist/commonjs/operations/workspace.js +124 -0
- package/dist/commonjs/operations/workspace.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +99 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +462 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/offerings.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/offerings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/offerings.js +10 -0
- package/dist/commonjs/operationsInterfaces/offerings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspace.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/workspace.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspace.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspace.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/azureQuantumManagementClient.d.ts +23 -0
- package/dist/esm/azureQuantumManagementClient.d.ts.map +1 -0
- package/dist/esm/azureQuantumManagementClient.js +112 -0
- package/dist/esm/azureQuantumManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +614 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +78 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +32 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1029 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +127 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/offerings.d.ts +35 -0
- package/dist/esm/operations/offerings.d.ts.map +1 -0
- package/dist/esm/operations/offerings.js +128 -0
- package/dist/esm/operations/offerings.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/workspace.d.ts +38 -0
- package/dist/esm/operations/workspace.d.ts.map +1 -0
- package/dist/esm/operations/workspace.js +119 -0
- package/dist/esm/operations/workspace.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +99 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +457 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/offerings.d.ts +12 -0
- package/dist/esm/operationsInterfaces/offerings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/offerings.js +9 -0
- package/dist/esm/operationsInterfaces/offerings.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspace.d.ts +30 -0
- package/dist/esm/operationsInterfaces/workspace.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspace.js +9 -0
- package/dist/esm/operationsInterfaces/workspace.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +63 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureQuantumManagementClient.d.ts +23 -0
- package/dist/react-native/azureQuantumManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureQuantumManagementClient.js +112 -0
- package/dist/react-native/azureQuantumManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +614 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +78 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +32 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1029 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +127 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/offerings.d.ts +35 -0
- package/dist/react-native/operations/offerings.d.ts.map +1 -0
- package/dist/react-native/operations/offerings.js +128 -0
- package/dist/react-native/operations/offerings.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/workspace.d.ts +38 -0
- package/dist/react-native/operations/workspace.d.ts.map +1 -0
- package/dist/react-native/operations/workspace.js +119 -0
- package/dist/react-native/operations/workspace.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +99 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +457 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/offerings.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/offerings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/offerings.js +9 -0
- package/dist/react-native/operationsInterfaces/offerings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspace.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/workspace.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspace.js +9 -0
- package/dist/react-native/operationsInterfaces/workspace.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +83 -67
- package/review/{arm-quantum.api.md → arm-quantum-node.api.md} +2 -3
- package/dist/index.js +0 -2307
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/offeringsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/offeringsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offeringsListSample.js +0 -54
- package/dist-esm/samples-dev/offeringsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/workspaceListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspaceListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspaceListKeysSample.js +0 -39
- package/dist-esm/samples-dev/workspaceListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/workspaceRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspaceRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspaceRegenerateKeysSample.js +0 -40
- package/dist-esm/samples-dev/workspaceRegenerateKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -39
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateTagsSample.js +0 -42
- package/dist-esm/samples-dev/workspacesUpdateTagsSample.js.map +0 -1
- package/dist-esm/src/azureQuantumManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureQuantumManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/offerings.d.ts.map +0 -1
- package/dist-esm/src/operations/offerings.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/workspace.d.ts.map +0 -1
- package/dist-esm/src/operations/workspace.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/offerings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/offerings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspace.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspace.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/quantum_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/quantum_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/quantum_operations_test.spec.js +0 -121
- package/dist-esm/test/quantum_operations_test.spec.js.map +0 -1
- package/src/azureQuantumManagementClient.ts +0 -157
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -692
- package/src/models/mappers.ts +0 -1061
- package/src/models/parameters.ts +0 -150
- package/src/operations/index.ts +0 -12
- package/src/operations/offerings.ts +0 -169
- package/src/operations/operations.ts +0 -149
- package/src/operations/workspace.ts +0 -158
- package/src/operations/workspaces.ts +0 -626
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/offerings.ts +0 -24
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/workspace.ts +0 -59
- package/src/operationsInterfaces/workspaces.ts +0 -121
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/offerings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspace.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1,827 +1,614 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
*
|
|
13
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
-
*/
|
|
15
|
-
readonly
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
*
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
*/
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
*
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
*
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
*
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
*
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
*
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
*/
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
/**
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
|
|
203
|
-
/**
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
/**
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
/**
|
|
288
|
-
export
|
|
289
|
-
/**
|
|
290
|
-
|
|
291
|
-
/**
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
/**
|
|
309
|
-
export
|
|
310
|
-
/**
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
/**
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
/**
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
|
|
401
|
-
/**
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
|
|
405
|
-
/**
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
export declare
|
|
427
|
-
/**
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
*
|
|
441
|
-
*
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
*/
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
*
|
|
523
|
-
*
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
export
|
|
533
|
-
/**
|
|
534
|
-
|
|
535
|
-
/**
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
/**
|
|
548
|
-
|
|
549
|
-
/**
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
export
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
/**
|
|
606
|
-
export
|
|
607
|
-
/**
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
/**
|
|
612
|
-
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
/**
|
|
616
|
-
* Defines values for UsableStatus. \
|
|
617
|
-
* {@link KnownUsableStatus} can be used interchangeably with UsableStatus,
|
|
618
|
-
* this enum contains the known values that the service supports.
|
|
619
|
-
* ### Known values supported by the service
|
|
620
|
-
* **Yes** \
|
|
621
|
-
* **No** \
|
|
622
|
-
* **Partial**
|
|
623
|
-
*/
|
|
624
|
-
export declare type UsableStatus = string;
|
|
625
|
-
|
|
626
|
-
/** Interface representing a Workspace. */
|
|
627
|
-
export declare interface Workspace {
|
|
628
|
-
/**
|
|
629
|
-
* Check the availability of the resource name.
|
|
630
|
-
* @param locationName Location.
|
|
631
|
-
* @param checkNameAvailabilityParameters The name and type of the resource.
|
|
632
|
-
* @param options The options parameters.
|
|
633
|
-
*/
|
|
634
|
-
checkNameAvailability(locationName: string, checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: WorkspaceCheckNameAvailabilityOptionalParams): Promise<WorkspaceCheckNameAvailabilityResponse>;
|
|
635
|
-
/**
|
|
636
|
-
* Get the keys to use with the Quantum APIs. A key is used to authenticate and authorize access to the
|
|
637
|
-
* Quantum REST APIs. Only one key is needed at a time; two are given to provide seamless key
|
|
638
|
-
* regeneration.
|
|
639
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
640
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
641
|
-
* @param options The options parameters.
|
|
642
|
-
*/
|
|
643
|
-
listKeys(resourceGroupName: string, workspaceName: string, options?: WorkspaceListKeysOptionalParams): Promise<WorkspaceListKeysResponse>;
|
|
644
|
-
/**
|
|
645
|
-
* Regenerate either the primary or secondary key for use with the Quantum APIs. The old key will stop
|
|
646
|
-
* working immediately.
|
|
647
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
648
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
649
|
-
* @param keySpecification Which key to regenerate: primary or secondary.
|
|
650
|
-
* @param options The options parameters.
|
|
651
|
-
*/
|
|
652
|
-
regenerateKeys(resourceGroupName: string, workspaceName: string, keySpecification: APIKeys, options?: WorkspaceRegenerateKeysOptionalParams): Promise<void>;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
/** Optional parameters. */
|
|
656
|
-
export declare interface WorkspaceCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
660
|
-
export declare type WorkspaceCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
661
|
-
|
|
662
|
-
/** Optional parameters. */
|
|
663
|
-
export declare interface WorkspaceListKeysOptionalParams extends coreClient.OperationOptions {
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/** Contains response data for the listKeys operation. */
|
|
667
|
-
export declare type WorkspaceListKeysResponse = ListKeysResult;
|
|
668
|
-
|
|
669
|
-
/** The response of a list Workspaces operation. */
|
|
670
|
-
export declare interface WorkspaceListResult {
|
|
671
|
-
/** Result of a list Workspaces operation. */
|
|
672
|
-
value?: QuantumWorkspace[];
|
|
673
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of Workspaces. */
|
|
674
|
-
nextLink?: string;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
/** Optional parameters. */
|
|
678
|
-
export declare interface WorkspaceRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
/** Properties of a Workspace */
|
|
682
|
-
export declare interface WorkspaceResourceProperties {
|
|
683
|
-
/** List of Providers selected for this Workspace */
|
|
684
|
-
providers?: Provider[];
|
|
685
|
-
/**
|
|
686
|
-
* Whether the current workspace is ready to accept Jobs.
|
|
687
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
688
|
-
*/
|
|
689
|
-
readonly usable?: UsableStatus;
|
|
690
|
-
/**
|
|
691
|
-
* Provisioning status field
|
|
692
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
693
|
-
*/
|
|
694
|
-
readonly provisioningState?: ProvisioningStatus;
|
|
695
|
-
/** ARM Resource Id of the storage account associated with this workspace. */
|
|
696
|
-
storageAccount?: string;
|
|
697
|
-
/**
|
|
698
|
-
* The URI of the workspace endpoint.
|
|
699
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
700
|
-
*/
|
|
701
|
-
readonly endpointUri?: string;
|
|
702
|
-
/** Indicator of enablement of the Quantum workspace Api keys. */
|
|
703
|
-
apiKeyEnabled?: boolean;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
/** Interface representing a Workspaces. */
|
|
707
|
-
export declare interface Workspaces {
|
|
708
|
-
/**
|
|
709
|
-
* Gets the list of Workspaces within a Subscription.
|
|
710
|
-
* @param options The options parameters.
|
|
711
|
-
*/
|
|
712
|
-
listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<QuantumWorkspace>;
|
|
713
|
-
/**
|
|
714
|
-
* Gets the list of Workspaces within a resource group.
|
|
715
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
716
|
-
* @param options The options parameters.
|
|
717
|
-
*/
|
|
718
|
-
listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<QuantumWorkspace>;
|
|
719
|
-
/**
|
|
720
|
-
* Returns the Workspace resource associated with the given name.
|
|
721
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
722
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
723
|
-
* @param options The options parameters.
|
|
724
|
-
*/
|
|
725
|
-
get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
|
|
726
|
-
/**
|
|
727
|
-
* Creates or updates a workspace resource.
|
|
728
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
729
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
730
|
-
* @param quantumWorkspace Workspace details.
|
|
731
|
-
* @param options The options parameters.
|
|
732
|
-
*/
|
|
733
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, quantumWorkspace: QuantumWorkspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
|
|
734
|
-
/**
|
|
735
|
-
* Creates or updates a workspace resource.
|
|
736
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
737
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
738
|
-
* @param quantumWorkspace Workspace details.
|
|
739
|
-
* @param options The options parameters.
|
|
740
|
-
*/
|
|
741
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, quantumWorkspace: QuantumWorkspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
|
|
742
|
-
/**
|
|
743
|
-
* Updates an existing workspace's tags.
|
|
744
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
745
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
746
|
-
* @param workspaceTags Parameters supplied to update tags.
|
|
747
|
-
* @param options The options parameters.
|
|
748
|
-
*/
|
|
749
|
-
updateTags(resourceGroupName: string, workspaceName: string, workspaceTags: TagsObject, options?: WorkspacesUpdateTagsOptionalParams): Promise<WorkspacesUpdateTagsResponse>;
|
|
750
|
-
/**
|
|
751
|
-
* Deletes a Workspace resource.
|
|
752
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
753
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
754
|
-
* @param options The options parameters.
|
|
755
|
-
*/
|
|
756
|
-
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
757
|
-
/**
|
|
758
|
-
* Deletes a Workspace resource.
|
|
759
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
760
|
-
* @param workspaceName The name of the quantum workspace resource.
|
|
761
|
-
* @param options The options parameters.
|
|
762
|
-
*/
|
|
763
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
/** Optional parameters. */
|
|
767
|
-
export declare interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
768
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
769
|
-
updateIntervalInMs?: number;
|
|
770
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
771
|
-
resumeFrom?: string;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
775
|
-
export declare type WorkspacesCreateOrUpdateResponse = QuantumWorkspace;
|
|
776
|
-
|
|
777
|
-
/** Optional parameters. */
|
|
778
|
-
export declare interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
779
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
780
|
-
updateIntervalInMs?: number;
|
|
781
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
782
|
-
resumeFrom?: string;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/** Optional parameters. */
|
|
786
|
-
export declare interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/** Contains response data for the get operation. */
|
|
790
|
-
export declare type WorkspacesGetResponse = QuantumWorkspace;
|
|
791
|
-
|
|
792
|
-
/** Optional parameters. */
|
|
793
|
-
export declare interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
797
|
-
export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;
|
|
798
|
-
|
|
799
|
-
/** Optional parameters. */
|
|
800
|
-
export declare interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
804
|
-
export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
805
|
-
|
|
806
|
-
/** Optional parameters. */
|
|
807
|
-
export declare interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
811
|
-
export declare type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;
|
|
812
|
-
|
|
813
|
-
/** Optional parameters. */
|
|
814
|
-
export declare interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
/** Contains response data for the listBySubscription operation. */
|
|
818
|
-
export declare type WorkspacesListBySubscriptionResponse = WorkspaceListResult;
|
|
819
|
-
|
|
820
|
-
/** Optional parameters. */
|
|
821
|
-
export declare interface WorkspacesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
/** Contains response data for the updateTags operation. */
|
|
825
|
-
export declare type WorkspacesUpdateTagsResponse = QuantumWorkspace;
|
|
826
|
-
|
|
827
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Properties of a Workspace */
|
|
3
|
+
export interface WorkspaceResourceProperties {
|
|
4
|
+
/** List of Providers selected for this Workspace */
|
|
5
|
+
providers?: Provider[];
|
|
6
|
+
/**
|
|
7
|
+
* Whether the current workspace is ready to accept Jobs.
|
|
8
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
9
|
+
*/
|
|
10
|
+
readonly usable?: UsableStatus;
|
|
11
|
+
/**
|
|
12
|
+
* Provisioning status field
|
|
13
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
+
*/
|
|
15
|
+
readonly provisioningState?: ProvisioningStatus;
|
|
16
|
+
/** ARM Resource Id of the storage account associated with this workspace. */
|
|
17
|
+
storageAccount?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The URI of the workspace endpoint.
|
|
20
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
+
*/
|
|
22
|
+
readonly endpointUri?: string;
|
|
23
|
+
/** Indicator of enablement of the Quantum workspace Api keys. */
|
|
24
|
+
apiKeyEnabled?: boolean;
|
|
25
|
+
}
|
|
26
|
+
/** Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs. */
|
|
27
|
+
export interface Provider {
|
|
28
|
+
/** Unique id of this provider. */
|
|
29
|
+
providerId?: string;
|
|
30
|
+
/** The sku associated with pricing information for this provider. */
|
|
31
|
+
providerSku?: string;
|
|
32
|
+
/** A Uri identifying the specific instance of this provider. */
|
|
33
|
+
instanceUri?: string;
|
|
34
|
+
/** The provider's marketplace application display name. */
|
|
35
|
+
applicationName?: string;
|
|
36
|
+
/** Provisioning status field */
|
|
37
|
+
provisioningState?: Status;
|
|
38
|
+
/** Id to track resource usage for the provider. */
|
|
39
|
+
resourceUsageId?: string;
|
|
40
|
+
}
|
|
41
|
+
/** Managed Identity information. */
|
|
42
|
+
export interface QuantumWorkspaceIdentity {
|
|
43
|
+
/**
|
|
44
|
+
* The principal ID of resource identity.
|
|
45
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
+
*/
|
|
47
|
+
readonly principalId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The tenant ID of resource.
|
|
50
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
+
*/
|
|
52
|
+
readonly tenantId?: string;
|
|
53
|
+
/** The identity type. */
|
|
54
|
+
type?: ResourceIdentityType;
|
|
55
|
+
}
|
|
56
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
57
|
+
export interface Resource {
|
|
58
|
+
/**
|
|
59
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
60
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
+
*/
|
|
62
|
+
readonly id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The name of the resource
|
|
65
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
+
*/
|
|
67
|
+
readonly name?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
70
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
+
*/
|
|
72
|
+
readonly type?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
75
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
+
*/
|
|
77
|
+
readonly systemData?: SystemData;
|
|
78
|
+
}
|
|
79
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
80
|
+
export interface SystemData {
|
|
81
|
+
/** The identity that created the resource. */
|
|
82
|
+
createdBy?: string;
|
|
83
|
+
/** The type of identity that created the resource. */
|
|
84
|
+
createdByType?: CreatedByType;
|
|
85
|
+
/** The timestamp of resource creation (UTC). */
|
|
86
|
+
createdAt?: Date;
|
|
87
|
+
/** The identity that last modified the resource. */
|
|
88
|
+
lastModifiedBy?: string;
|
|
89
|
+
/** The type of identity that last modified the resource. */
|
|
90
|
+
lastModifiedByType?: CreatedByType;
|
|
91
|
+
/** The timestamp of resource last modification (UTC) */
|
|
92
|
+
lastModifiedAt?: Date;
|
|
93
|
+
}
|
|
94
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
95
|
+
export interface ErrorResponse {
|
|
96
|
+
/** The error object. */
|
|
97
|
+
error?: ErrorDetail;
|
|
98
|
+
}
|
|
99
|
+
/** The error detail. */
|
|
100
|
+
export interface ErrorDetail {
|
|
101
|
+
/**
|
|
102
|
+
* The error code.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly code?: string;
|
|
106
|
+
/**
|
|
107
|
+
* The error message.
|
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
+
*/
|
|
110
|
+
readonly message?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The error target.
|
|
113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
114
|
+
*/
|
|
115
|
+
readonly target?: string;
|
|
116
|
+
/**
|
|
117
|
+
* The error details.
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly details?: ErrorDetail[];
|
|
121
|
+
/**
|
|
122
|
+
* The error additional info.
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
126
|
+
}
|
|
127
|
+
/** The resource management error additional info. */
|
|
128
|
+
export interface ErrorAdditionalInfo {
|
|
129
|
+
/**
|
|
130
|
+
* The additional info type.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly type?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The additional info.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly info?: Record<string, unknown>;
|
|
139
|
+
}
|
|
140
|
+
/** Tags object for patch operations. */
|
|
141
|
+
export interface TagsObject {
|
|
142
|
+
/** Resource tags. */
|
|
143
|
+
tags?: {
|
|
144
|
+
[propertyName: string]: string;
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
/** The response of a list Workspaces operation. */
|
|
148
|
+
export interface WorkspaceListResult {
|
|
149
|
+
/** Result of a list Workspaces operation. */
|
|
150
|
+
value?: QuantumWorkspace[];
|
|
151
|
+
/** Link to the next set of results. Not empty if Value contains incomplete list of Workspaces. */
|
|
152
|
+
nextLink?: string;
|
|
153
|
+
}
|
|
154
|
+
/** The response of a list Providers operation. */
|
|
155
|
+
export interface OfferingsListResult {
|
|
156
|
+
/** Result of a list Providers operation. */
|
|
157
|
+
value?: ProviderDescription[];
|
|
158
|
+
/** Link to the next set of results. Not empty if Value contains incomplete list of Providers. */
|
|
159
|
+
nextLink?: string;
|
|
160
|
+
}
|
|
161
|
+
/** Information about an offering. A provider offering is an entity that offers Targets to run Azure Quantum Jobs. */
|
|
162
|
+
export interface ProviderDescription {
|
|
163
|
+
/** Unique provider's id. */
|
|
164
|
+
id?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Provider's display name.
|
|
167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
+
*/
|
|
169
|
+
readonly name?: string;
|
|
170
|
+
/** Provider properties. */
|
|
171
|
+
properties?: ProviderProperties;
|
|
172
|
+
}
|
|
173
|
+
/** Provider properties. */
|
|
174
|
+
export interface ProviderProperties {
|
|
175
|
+
/**
|
|
176
|
+
* A description about this provider.
|
|
177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
+
*/
|
|
179
|
+
readonly description?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Provider type.
|
|
182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
+
*/
|
|
184
|
+
readonly providerType?: string;
|
|
185
|
+
/**
|
|
186
|
+
* Company name.
|
|
187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
+
*/
|
|
189
|
+
readonly company?: string;
|
|
190
|
+
/**
|
|
191
|
+
* Provider's default endpoint.
|
|
192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
+
*/
|
|
194
|
+
readonly defaultEndpoint?: string;
|
|
195
|
+
/** Azure Active Directory info. */
|
|
196
|
+
aad?: ProviderPropertiesAad;
|
|
197
|
+
/** Provider's Managed-Application info */
|
|
198
|
+
managedApplication?: ProviderPropertiesManagedApplication;
|
|
199
|
+
/** The list of targets available from this provider. */
|
|
200
|
+
targets?: TargetDescription[];
|
|
201
|
+
/** The list of skus available from this provider. */
|
|
202
|
+
skus?: SkuDescription[];
|
|
203
|
+
/** The list of quota dimensions from the provider. */
|
|
204
|
+
quotaDimensions?: QuotaDimension[];
|
|
205
|
+
/** The list of pricing dimensions from the provider. */
|
|
206
|
+
pricingDimensions?: PricingDimension[];
|
|
207
|
+
}
|
|
208
|
+
/** Azure Active Directory info. */
|
|
209
|
+
export interface ProviderPropertiesAad {
|
|
210
|
+
/**
|
|
211
|
+
* Provider's application id.
|
|
212
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
213
|
+
*/
|
|
214
|
+
readonly applicationId?: string;
|
|
215
|
+
/**
|
|
216
|
+
* Provider's tenant id.
|
|
217
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
+
*/
|
|
219
|
+
readonly tenantId?: string;
|
|
220
|
+
}
|
|
221
|
+
/** Provider's Managed-Application info */
|
|
222
|
+
export interface ProviderPropertiesManagedApplication {
|
|
223
|
+
/**
|
|
224
|
+
* Provider's publisher id.
|
|
225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
+
*/
|
|
227
|
+
readonly publisherId?: string;
|
|
228
|
+
/**
|
|
229
|
+
* Provider's offer id.
|
|
230
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
231
|
+
*/
|
|
232
|
+
readonly offerId?: string;
|
|
233
|
+
}
|
|
234
|
+
/** Information about a Target. A target is the component that can process a specific type of Job. */
|
|
235
|
+
export interface TargetDescription {
|
|
236
|
+
/** Unique target id. */
|
|
237
|
+
id?: string;
|
|
238
|
+
/** Display name of this target. */
|
|
239
|
+
name?: string;
|
|
240
|
+
/** A description about this target. */
|
|
241
|
+
description?: string;
|
|
242
|
+
/** List of data formats accepted by this target. */
|
|
243
|
+
acceptedDataFormats?: string[];
|
|
244
|
+
/** List of content encodings accepted by this target. */
|
|
245
|
+
acceptedContentEncodings?: string[];
|
|
246
|
+
}
|
|
247
|
+
/** Information about a specific sku. */
|
|
248
|
+
export interface SkuDescription {
|
|
249
|
+
/** Unique sku id. */
|
|
250
|
+
id?: string;
|
|
251
|
+
/** Display name of this sku. */
|
|
252
|
+
name?: string;
|
|
253
|
+
/** Display name of this sku. */
|
|
254
|
+
version?: string;
|
|
255
|
+
/** Description about this sku. */
|
|
256
|
+
description?: string;
|
|
257
|
+
/** Uri to subscribe to the restricted access sku. */
|
|
258
|
+
restrictedAccessUri?: string;
|
|
259
|
+
/** Flag to indicate whether the sku should be automatically added during workspace creation. */
|
|
260
|
+
autoAdd?: boolean;
|
|
261
|
+
/** The list of targets available for this sku. */
|
|
262
|
+
targets?: string[];
|
|
263
|
+
/** The list of quota dimensions for this sku. */
|
|
264
|
+
quotaDimensions?: QuotaDimension[];
|
|
265
|
+
/** The list of pricing details for the sku. */
|
|
266
|
+
pricingDetails?: PricingDetail[];
|
|
267
|
+
}
|
|
268
|
+
/** Information about a specific quota dimension. */
|
|
269
|
+
export interface QuotaDimension {
|
|
270
|
+
/** Unique id of this dimension. */
|
|
271
|
+
id?: string;
|
|
272
|
+
/** The scope of this quota dimension. */
|
|
273
|
+
scope?: string;
|
|
274
|
+
/** The reset period of this quota dimension. */
|
|
275
|
+
period?: string;
|
|
276
|
+
/** The max limit of this dimension. */
|
|
277
|
+
quota?: number;
|
|
278
|
+
/** The display name of this quota dimension. */
|
|
279
|
+
name?: string;
|
|
280
|
+
/** A description about this quota dimension. */
|
|
281
|
+
description?: string;
|
|
282
|
+
/** The standard unit of measurement used for this quota dimension. */
|
|
283
|
+
unit?: string;
|
|
284
|
+
/** The standard unit of measurement used for this quota dimension in plural form. */
|
|
285
|
+
unitPlural?: string;
|
|
286
|
+
}
|
|
287
|
+
/** Detailed pricing information for an sku. */
|
|
288
|
+
export interface PricingDetail {
|
|
289
|
+
/** Unique id for this pricing information. */
|
|
290
|
+
id?: string;
|
|
291
|
+
/** The unit cost of this sku. */
|
|
292
|
+
value?: string;
|
|
293
|
+
}
|
|
294
|
+
/** Information about pricing dimension. */
|
|
295
|
+
export interface PricingDimension {
|
|
296
|
+
/** Unique id of this pricing dimension. */
|
|
297
|
+
id?: string;
|
|
298
|
+
/** The display name of this pricing dimension. */
|
|
299
|
+
name?: string;
|
|
300
|
+
}
|
|
301
|
+
/** Lists the operations available. */
|
|
302
|
+
export interface OperationsList {
|
|
303
|
+
/** Url to follow for getting next page of operations. */
|
|
304
|
+
nextLink?: string;
|
|
305
|
+
/** Array of operations */
|
|
306
|
+
value: Operation[];
|
|
307
|
+
}
|
|
308
|
+
/** Operation provided by provider */
|
|
309
|
+
export interface Operation {
|
|
310
|
+
/** Name of the operation */
|
|
311
|
+
name?: string;
|
|
312
|
+
/** Indicates whether the operation is a data action */
|
|
313
|
+
isDataAction?: boolean;
|
|
314
|
+
/** Properties of the operation */
|
|
315
|
+
display?: OperationDisplay;
|
|
316
|
+
}
|
|
317
|
+
/** Properties of the operation */
|
|
318
|
+
export interface OperationDisplay {
|
|
319
|
+
/** Provider name */
|
|
320
|
+
provider?: string;
|
|
321
|
+
/** Resource name */
|
|
322
|
+
resource?: string;
|
|
323
|
+
/** Operation name */
|
|
324
|
+
operation?: string;
|
|
325
|
+
/** Description of the operation */
|
|
326
|
+
description?: string;
|
|
327
|
+
}
|
|
328
|
+
/** Details of check name availability request body. */
|
|
329
|
+
export interface CheckNameAvailabilityParameters {
|
|
330
|
+
/** Name for checking availability. */
|
|
331
|
+
name?: string;
|
|
332
|
+
/** The resource type of Quantum Workspace. */
|
|
333
|
+
type?: string;
|
|
334
|
+
}
|
|
335
|
+
/** Result of check name availability. */
|
|
336
|
+
export interface CheckNameAvailabilityResult {
|
|
337
|
+
/** Indicator of availability of the Quantum Workspace resource name. */
|
|
338
|
+
nameAvailable?: boolean;
|
|
339
|
+
/** The reason of unavailability. */
|
|
340
|
+
reason?: string;
|
|
341
|
+
/**
|
|
342
|
+
* The detailed info regarding the reason associated with the Namespace.
|
|
343
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
344
|
+
*/
|
|
345
|
+
readonly message?: string;
|
|
346
|
+
}
|
|
347
|
+
/** Result of list Api keys and connection strings. */
|
|
348
|
+
export interface ListKeysResult {
|
|
349
|
+
/** Indicator of enablement of the Quantum workspace Api keys. */
|
|
350
|
+
apiKeyEnabled?: boolean;
|
|
351
|
+
/** The quantum workspace primary api key. */
|
|
352
|
+
primaryKey?: ApiKey;
|
|
353
|
+
/** The quantum workspace secondary api key. */
|
|
354
|
+
secondaryKey?: ApiKey;
|
|
355
|
+
/**
|
|
356
|
+
* The connection string of the primary api key.
|
|
357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
+
*/
|
|
359
|
+
readonly primaryConnectionString?: string;
|
|
360
|
+
/**
|
|
361
|
+
* The connection string of the secondary api key.
|
|
362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
+
*/
|
|
364
|
+
readonly secondaryConnectionString?: string;
|
|
365
|
+
}
|
|
366
|
+
/** Azure quantum workspace Api key details. */
|
|
367
|
+
export interface ApiKey {
|
|
368
|
+
/** The creation time of the api key. */
|
|
369
|
+
createdAt?: Date;
|
|
370
|
+
/**
|
|
371
|
+
* The Api key.
|
|
372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
+
*/
|
|
374
|
+
readonly key?: string;
|
|
375
|
+
}
|
|
376
|
+
/** List of api keys to be generated. */
|
|
377
|
+
export interface APIKeys {
|
|
378
|
+
/** A list of api key names. */
|
|
379
|
+
keys?: KeyType[];
|
|
380
|
+
}
|
|
381
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
382
|
+
export interface TrackedResource extends Resource {
|
|
383
|
+
/** Resource tags. */
|
|
384
|
+
tags?: {
|
|
385
|
+
[propertyName: string]: string;
|
|
386
|
+
};
|
|
387
|
+
/** The geo-location where the resource lives */
|
|
388
|
+
location: string;
|
|
389
|
+
}
|
|
390
|
+
/** The resource proxy definition object for quantum workspace. */
|
|
391
|
+
export interface QuantumWorkspace extends TrackedResource {
|
|
392
|
+
/** Gets or sets the properties. Define quantum workspace's specific properties. */
|
|
393
|
+
properties?: WorkspaceResourceProperties;
|
|
394
|
+
/** Managed Identity information. */
|
|
395
|
+
identity?: QuantumWorkspaceIdentity;
|
|
396
|
+
}
|
|
397
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
398
|
+
export declare enum KnownStatus {
|
|
399
|
+
/** Succeeded */
|
|
400
|
+
Succeeded = "Succeeded",
|
|
401
|
+
/** Launching */
|
|
402
|
+
Launching = "Launching",
|
|
403
|
+
/** Updating */
|
|
404
|
+
Updating = "Updating",
|
|
405
|
+
/** Deleting */
|
|
406
|
+
Deleting = "Deleting",
|
|
407
|
+
/** Deleted */
|
|
408
|
+
Deleted = "Deleted",
|
|
409
|
+
/** Failed */
|
|
410
|
+
Failed = "Failed"
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Defines values for Status. \
|
|
414
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
415
|
+
* this enum contains the known values that the service supports.
|
|
416
|
+
* ### Known values supported by the service
|
|
417
|
+
* **Succeeded** \
|
|
418
|
+
* **Launching** \
|
|
419
|
+
* **Updating** \
|
|
420
|
+
* **Deleting** \
|
|
421
|
+
* **Deleted** \
|
|
422
|
+
* **Failed**
|
|
423
|
+
*/
|
|
424
|
+
export type Status = string;
|
|
425
|
+
/** Known values of {@link UsableStatus} that the service accepts. */
|
|
426
|
+
export declare enum KnownUsableStatus {
|
|
427
|
+
/** Yes */
|
|
428
|
+
Yes = "Yes",
|
|
429
|
+
/** No */
|
|
430
|
+
No = "No",
|
|
431
|
+
/** Partial */
|
|
432
|
+
Partial = "Partial"
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* Defines values for UsableStatus. \
|
|
436
|
+
* {@link KnownUsableStatus} can be used interchangeably with UsableStatus,
|
|
437
|
+
* this enum contains the known values that the service supports.
|
|
438
|
+
* ### Known values supported by the service
|
|
439
|
+
* **Yes** \
|
|
440
|
+
* **No** \
|
|
441
|
+
* **Partial**
|
|
442
|
+
*/
|
|
443
|
+
export type UsableStatus = string;
|
|
444
|
+
/** Known values of {@link ProvisioningStatus} that the service accepts. */
|
|
445
|
+
export declare enum KnownProvisioningStatus {
|
|
446
|
+
/** Succeeded */
|
|
447
|
+
Succeeded = "Succeeded",
|
|
448
|
+
/** ProviderLaunching */
|
|
449
|
+
ProviderLaunching = "ProviderLaunching",
|
|
450
|
+
/** ProviderUpdating */
|
|
451
|
+
ProviderUpdating = "ProviderUpdating",
|
|
452
|
+
/** ProviderDeleting */
|
|
453
|
+
ProviderDeleting = "ProviderDeleting",
|
|
454
|
+
/** ProviderProvisioning */
|
|
455
|
+
ProviderProvisioning = "ProviderProvisioning",
|
|
456
|
+
/** Failed */
|
|
457
|
+
Failed = "Failed"
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Defines values for ProvisioningStatus. \
|
|
461
|
+
* {@link KnownProvisioningStatus} can be used interchangeably with ProvisioningStatus,
|
|
462
|
+
* this enum contains the known values that the service supports.
|
|
463
|
+
* ### Known values supported by the service
|
|
464
|
+
* **Succeeded** \
|
|
465
|
+
* **ProviderLaunching** \
|
|
466
|
+
* **ProviderUpdating** \
|
|
467
|
+
* **ProviderDeleting** \
|
|
468
|
+
* **ProviderProvisioning** \
|
|
469
|
+
* **Failed**
|
|
470
|
+
*/
|
|
471
|
+
export type ProvisioningStatus = string;
|
|
472
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
473
|
+
export declare enum KnownResourceIdentityType {
|
|
474
|
+
/** SystemAssigned */
|
|
475
|
+
SystemAssigned = "SystemAssigned",
|
|
476
|
+
/** None */
|
|
477
|
+
None = "None"
|
|
478
|
+
}
|
|
479
|
+
/**
|
|
480
|
+
* Defines values for ResourceIdentityType. \
|
|
481
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
482
|
+
* this enum contains the known values that the service supports.
|
|
483
|
+
* ### Known values supported by the service
|
|
484
|
+
* **SystemAssigned** \
|
|
485
|
+
* **None**
|
|
486
|
+
*/
|
|
487
|
+
export type ResourceIdentityType = string;
|
|
488
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
489
|
+
export declare enum KnownCreatedByType {
|
|
490
|
+
/** User */
|
|
491
|
+
User = "User",
|
|
492
|
+
/** Application */
|
|
493
|
+
Application = "Application",
|
|
494
|
+
/** ManagedIdentity */
|
|
495
|
+
ManagedIdentity = "ManagedIdentity",
|
|
496
|
+
/** Key */
|
|
497
|
+
Key = "Key"
|
|
498
|
+
}
|
|
499
|
+
/**
|
|
500
|
+
* Defines values for CreatedByType. \
|
|
501
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
502
|
+
* this enum contains the known values that the service supports.
|
|
503
|
+
* ### Known values supported by the service
|
|
504
|
+
* **User** \
|
|
505
|
+
* **Application** \
|
|
506
|
+
* **ManagedIdentity** \
|
|
507
|
+
* **Key**
|
|
508
|
+
*/
|
|
509
|
+
export type CreatedByType = string;
|
|
510
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
511
|
+
export declare enum KnownKeyType {
|
|
512
|
+
/** Primary */
|
|
513
|
+
Primary = "Primary",
|
|
514
|
+
/** Secondary */
|
|
515
|
+
Secondary = "Secondary"
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* Defines values for KeyType. \
|
|
519
|
+
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
520
|
+
* this enum contains the known values that the service supports.
|
|
521
|
+
* ### Known values supported by the service
|
|
522
|
+
* **Primary** \
|
|
523
|
+
* **Secondary**
|
|
524
|
+
*/
|
|
525
|
+
export type KeyType = string;
|
|
526
|
+
/** Optional parameters. */
|
|
527
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
528
|
+
}
|
|
529
|
+
/** Contains response data for the get operation. */
|
|
530
|
+
export type WorkspacesGetResponse = QuantumWorkspace;
|
|
531
|
+
/** Optional parameters. */
|
|
532
|
+
export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
533
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
534
|
+
updateIntervalInMs?: number;
|
|
535
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
536
|
+
resumeFrom?: string;
|
|
537
|
+
}
|
|
538
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
539
|
+
export type WorkspacesCreateOrUpdateResponse = QuantumWorkspace;
|
|
540
|
+
/** Optional parameters. */
|
|
541
|
+
export interface WorkspacesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
542
|
+
}
|
|
543
|
+
/** Contains response data for the updateTags operation. */
|
|
544
|
+
export type WorkspacesUpdateTagsResponse = QuantumWorkspace;
|
|
545
|
+
/** Optional parameters. */
|
|
546
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
547
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
548
|
+
updateIntervalInMs?: number;
|
|
549
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
550
|
+
resumeFrom?: string;
|
|
551
|
+
}
|
|
552
|
+
/** Optional parameters. */
|
|
553
|
+
export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
554
|
+
}
|
|
555
|
+
/** Contains response data for the listBySubscription operation. */
|
|
556
|
+
export type WorkspacesListBySubscriptionResponse = WorkspaceListResult;
|
|
557
|
+
/** Optional parameters. */
|
|
558
|
+
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
559
|
+
}
|
|
560
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
561
|
+
export type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
562
|
+
/** Optional parameters. */
|
|
563
|
+
export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
564
|
+
}
|
|
565
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
566
|
+
export type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;
|
|
567
|
+
/** Optional parameters. */
|
|
568
|
+
export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
569
|
+
}
|
|
570
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
571
|
+
export type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;
|
|
572
|
+
/** Optional parameters. */
|
|
573
|
+
export interface OfferingsListOptionalParams extends coreClient.OperationOptions {
|
|
574
|
+
}
|
|
575
|
+
/** Contains response data for the list operation. */
|
|
576
|
+
export type OfferingsListResponse = OfferingsListResult;
|
|
577
|
+
/** Optional parameters. */
|
|
578
|
+
export interface OfferingsListNextOptionalParams extends coreClient.OperationOptions {
|
|
579
|
+
}
|
|
580
|
+
/** Contains response data for the listNext operation. */
|
|
581
|
+
export type OfferingsListNextResponse = OfferingsListResult;
|
|
582
|
+
/** Optional parameters. */
|
|
583
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
584
|
+
}
|
|
585
|
+
/** Contains response data for the list operation. */
|
|
586
|
+
export type OperationsListResponse = OperationsList;
|
|
587
|
+
/** Optional parameters. */
|
|
588
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
589
|
+
}
|
|
590
|
+
/** Contains response data for the listNext operation. */
|
|
591
|
+
export type OperationsListNextResponse = OperationsList;
|
|
592
|
+
/** Optional parameters. */
|
|
593
|
+
export interface WorkspaceCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
594
|
+
}
|
|
595
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
596
|
+
export type WorkspaceCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
597
|
+
/** Optional parameters. */
|
|
598
|
+
export interface WorkspaceListKeysOptionalParams extends coreClient.OperationOptions {
|
|
599
|
+
}
|
|
600
|
+
/** Contains response data for the listKeys operation. */
|
|
601
|
+
export type WorkspaceListKeysResponse = ListKeysResult;
|
|
602
|
+
/** Optional parameters. */
|
|
603
|
+
export interface WorkspaceRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
604
|
+
}
|
|
605
|
+
/** Optional parameters. */
|
|
606
|
+
export interface AzureQuantumManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
607
|
+
/** server parameter */
|
|
608
|
+
$host?: string;
|
|
609
|
+
/** Api Version */
|
|
610
|
+
apiVersion?: string;
|
|
611
|
+
/** Overrides client endpoint. */
|
|
612
|
+
endpoint?: string;
|
|
613
|
+
}
|
|
614
|
+
//# sourceMappingURL=index.d.ts.map
|