@azure/arm-quantum 1.0.0-beta.1 → 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 +39 -1
- package/LICENSE +4 -4
- package/README.md +26 -19
- package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.d.ts +3 -3
- package/dist/browser/azureQuantumManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.js +41 -32
- 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-esm/src → dist/browser}/models/index.d.ts +106 -41
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +8 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +5 -1
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +464 -347
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/parameters.js +43 -32
- 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 +37 -59
- 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/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/workspace.d.ts +38 -0
- package/dist/browser/operations/workspace.d.ts.map +1 -0
- package/dist/browser/operations/workspace.js +119 -0
- package/dist/browser/operations/workspace.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +12 -12
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/dist/browser/operations/workspaces.js +457 -0
- 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/browser/operationsInterfaces/workspace.d.ts +30 -0
- 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 +8 -8
- 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 -734
- 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 -72
- package/review/{arm-quantum.api.md → arm-quantum-node.api.md} +54 -6
- package/dist/index.js +0 -2131
- 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 -59
- 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 -58
- 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/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -48
- 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 -59
- 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 -58
- 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.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.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 +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/workspace.d.ts +0 -20
- package/dist-esm/src/operations/workspace.d.ts.map +0 -1
- package/dist-esm/src/operations/workspace.js +0 -54
- 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 +0 -498
- 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 +0 -12
- 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 -128
- package/dist-esm/test/quantum_operations_test.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/azureQuantumManagementClient.ts +0 -156
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -617
- package/src/models/mappers.ts +0 -952
- package/src/models/parameters.ts +0 -137
- package/src/operations/index.ts +0 -12
- package/src/operations/offerings.ts +0 -170
- package/src/operations/operations.ts +0 -149
- package/src/operations/workspace.ts +0 -74
- package/src/operations/workspaces.ts +0 -633
- 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 -28
- 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}/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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 1.0.0-beta.3 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
## 1.0.0-beta.2 (2024-03-12)
|
|
14
|
+
|
|
15
|
+
### Features Added
|
|
16
|
+
|
|
17
|
+
- Added operation Workspace.listKeys
|
|
18
|
+
- Added operation Workspace.regenerateKeys
|
|
19
|
+
- Added Interface ApiKey
|
|
20
|
+
- Added Interface APIKeys
|
|
21
|
+
- Added Interface ListKeysResult
|
|
22
|
+
- Added Interface WorkspaceListKeysOptionalParams
|
|
23
|
+
- Added Interface WorkspaceRegenerateKeysOptionalParams
|
|
24
|
+
- Added Interface WorkspaceResourceProperties
|
|
25
|
+
- Added Type Alias KeyType_2
|
|
26
|
+
- Added Type Alias WorkspaceListKeysResponse
|
|
27
|
+
- Interface QuantumWorkspace has a new optional parameter properties
|
|
28
|
+
- Interface Resource has a new optional parameter systemData
|
|
29
|
+
- Added Enum KnownKeyType
|
|
30
|
+
|
|
31
|
+
### Breaking Changes
|
|
32
|
+
|
|
33
|
+
- Interface QuantumWorkspace no longer has parameter endpointUri
|
|
34
|
+
- Interface QuantumWorkspace no longer has parameter providers
|
|
35
|
+
- Interface QuantumWorkspace no longer has parameter provisioningState
|
|
36
|
+
- Interface QuantumWorkspace no longer has parameter storageAccount
|
|
37
|
+
- Interface QuantumWorkspace no longer has parameter systemData
|
|
38
|
+
- Interface QuantumWorkspace no longer has parameter usable
|
|
39
|
+
|
|
2
40
|
|
|
3
41
|
## 1.0.0-beta.1 (2023-07-10)
|
|
4
42
|
|
|
5
|
-
The package of @azure/arm-quantum is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js
|
|
43
|
+
The package of @azure/arm-quantum is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure Quantum Management client.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
5
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/quantum/arm-quantum) |
|
|
8
6
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-quantum) |
|
|
9
|
-
[API reference documentation](https://
|
|
7
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-quantum?view=azure-node-preview) |
|
|
10
8
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
9
|
|
|
12
10
|
## Getting started
|
|
@@ -46,26 +44,34 @@ npm install @azure/identity
|
|
|
46
44
|
You will also need to **register a new AAD application and grant access to Azure Quantum Management** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
45
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
46
|
|
|
49
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
|
47
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
48
|
+
|
|
49
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
50
50
|
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
|
|
51
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
52
|
+
import { AzureQuantumManagementClient } from "@azure/arm-quantum";
|
|
53
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
54
|
|
|
56
55
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
56
|
const client = new AzureQuantumManagementClient(new DefaultAzureCredential(), subscriptionId);
|
|
58
|
-
|
|
59
|
-
// For client-side applications running in the browser, use this code instead:
|
|
60
|
-
// const credential = new InteractiveBrowserCredential({
|
|
61
|
-
// tenantId: "<YOUR_TENANT_ID>",
|
|
62
|
-
// clientId: "<YOUR_CLIENT_ID>"
|
|
63
|
-
// });
|
|
64
|
-
// const client = new AzureQuantumManagementClient(credential, subscriptionId);
|
|
65
57
|
```
|
|
66
58
|
|
|
59
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
60
|
+
|
|
61
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
62
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
63
|
+
import { AzureQuantumManagementClient } from "@azure/arm-quantum";
|
|
64
|
+
|
|
65
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
66
|
+
const credential = new InteractiveBrowserCredential({
|
|
67
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
68
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
69
|
+
});
|
|
70
|
+
const client = new AzureQuantumManagementClient(credential, subscriptionId);
|
|
71
|
+
```
|
|
67
72
|
|
|
68
73
|
### JavaScript Bundle
|
|
74
|
+
|
|
69
75
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
70
76
|
|
|
71
77
|
## Key concepts
|
|
@@ -80,8 +86,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
86
|
|
|
81
87
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
88
|
|
|
83
|
-
```
|
|
84
|
-
|
|
89
|
+
```ts snippet:SetLogLevel
|
|
90
|
+
import { setLogLevel } from "@azure/logger";
|
|
91
|
+
|
|
85
92
|
setLogLevel("info");
|
|
86
93
|
```
|
|
87
94
|
|
|
@@ -99,9 +106,9 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
99
106
|
|
|
100
107
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
101
108
|
|
|
102
|
-

|
|
103
109
|
|
|
104
|
-
|
|
110
|
+
|
|
111
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
105
112
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
106
113
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
107
114
|
[azure_portal]: https://portal.azure.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Workspaces, Offerings, Operations, Workspace } from "./operationsInterfaces";
|
|
4
|
-
import { AzureQuantumManagementClientOptionalParams } from "./models";
|
|
3
|
+
import { Workspaces, Offerings, Operations, Workspace } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { AzureQuantumManagementClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class AzureQuantumManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -9,7 +9,7 @@ export declare class AzureQuantumManagementClient extends coreClient.ServiceClie
|
|
|
9
9
|
/**
|
|
10
10
|
* Initializes a new instance of the AzureQuantumManagementClient class.
|
|
11
11
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
-
* @param subscriptionId The
|
|
12
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
13
13
|
* @param options The parameter options
|
|
14
14
|
*/
|
|
15
15
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureQuantumManagementClientOptionalParams);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureQuantumManagementClient.d.ts","sourceRoot":"","sources":["../../src/azureQuantumManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAO7C,OAAO,EACL,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,EACV,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,0CAA0C,EAAE,MAAM,mBAAmB,CAAC;AAE/E,qBAAa,4BAA6B,SAAQ,UAAU,CAAC,aAAa;IACxE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,0CAA0C;IAgFtD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
8
|
import * as coreClient from "@azure/core-client";
|
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { WorkspacesImpl, OfferingsImpl, OperationsImpl, WorkspaceImpl } from "./operations";
|
|
10
|
+
import { WorkspacesImpl, OfferingsImpl, OperationsImpl, WorkspaceImpl, } from "./operations/index.js";
|
|
12
11
|
export class AzureQuantumManagementClient extends coreClient.ServiceClient {
|
|
12
|
+
$host;
|
|
13
|
+
apiVersion;
|
|
14
|
+
subscriptionId;
|
|
13
15
|
/**
|
|
14
16
|
* Initializes a new instance of the AzureQuantumManagementClient class.
|
|
15
17
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
16
|
-
* @param subscriptionId The
|
|
18
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
17
19
|
* @param options The parameter options
|
|
18
20
|
*/
|
|
19
21
|
constructor(credentials, subscriptionId, options) {
|
|
20
|
-
var _a, _b, _c;
|
|
21
22
|
if (credentials === undefined) {
|
|
22
23
|
throw new Error("'credentials' cannot be null");
|
|
23
24
|
}
|
|
@@ -30,18 +31,23 @@ export class AzureQuantumManagementClient extends coreClient.ServiceClient {
|
|
|
30
31
|
}
|
|
31
32
|
const defaults = {
|
|
32
33
|
requestContentType: "application/json; charset=utf-8",
|
|
33
|
-
credential: credentials
|
|
34
|
+
credential: credentials,
|
|
34
35
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-quantum/1.0.0-beta.
|
|
36
|
+
const packageDetails = `azsdk-js-arm-quantum/1.0.0-beta.3`;
|
|
36
37
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
38
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
39
|
: `${packageDetails}`;
|
|
39
|
-
const optionsWithDefaults =
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
const optionsWithDefaults = {
|
|
41
|
+
...defaults,
|
|
42
|
+
...options,
|
|
43
|
+
userAgentOptions: {
|
|
44
|
+
userAgentPrefix,
|
|
45
|
+
},
|
|
46
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
47
|
+
};
|
|
42
48
|
super(optionsWithDefaults);
|
|
43
49
|
let bearerTokenAuthenticationPolicyFound = false;
|
|
44
|
-
if (
|
|
50
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
45
51
|
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
46
52
|
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
47
53
|
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
@@ -51,21 +57,22 @@ export class AzureQuantumManagementClient extends coreClient.ServiceClient {
|
|
|
51
57
|
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
52
58
|
!bearerTokenAuthenticationPolicyFound) {
|
|
53
59
|
this.pipeline.removePolicy({
|
|
54
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
60
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
55
61
|
});
|
|
56
62
|
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
57
63
|
credential: credentials,
|
|
58
|
-
scopes:
|
|
64
|
+
scopes: optionsWithDefaults.credentialScopes ??
|
|
65
|
+
`${optionsWithDefaults.endpoint}/.default`,
|
|
59
66
|
challengeCallbacks: {
|
|
60
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
61
|
-
}
|
|
67
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
68
|
+
},
|
|
62
69
|
}));
|
|
63
70
|
}
|
|
64
71
|
// Parameter assignments
|
|
65
72
|
this.subscriptionId = subscriptionId;
|
|
66
73
|
// Assigning values to Constant parameters
|
|
67
74
|
this.$host = options.$host || "https://management.azure.com";
|
|
68
|
-
this.apiVersion = options.apiVersion || "
|
|
75
|
+
this.apiVersion = options.apiVersion || "2023-11-13-preview";
|
|
69
76
|
this.workspaces = new WorkspacesImpl(this);
|
|
70
77
|
this.offerings = new OfferingsImpl(this);
|
|
71
78
|
this.operations = new OperationsImpl(this);
|
|
@@ -79,25 +86,27 @@ export class AzureQuantumManagementClient extends coreClient.ServiceClient {
|
|
|
79
86
|
}
|
|
80
87
|
const apiVersionPolicy = {
|
|
81
88
|
name: "CustomApiVersionPolicy",
|
|
82
|
-
sendRequest(request, next) {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
});
|
|
98
|
-
}
|
|
89
|
+
async sendRequest(request, next) {
|
|
90
|
+
const param = request.url.split("?");
|
|
91
|
+
if (param.length > 1) {
|
|
92
|
+
const newParams = param[1].split("&").map((item) => {
|
|
93
|
+
if (item.indexOf("api-version") > -1) {
|
|
94
|
+
return "api-version=" + apiVersion;
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
return item;
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
101
|
+
}
|
|
102
|
+
return next(request);
|
|
103
|
+
},
|
|
99
104
|
};
|
|
100
105
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
101
106
|
}
|
|
107
|
+
workspaces;
|
|
108
|
+
offerings;
|
|
109
|
+
operations;
|
|
110
|
+
workspace;
|
|
102
111
|
}
|
|
103
112
|
//# sourceMappingURL=azureQuantumManagementClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureQuantumManagementClient.js","sourceRoot":"","sources":["../../src/azureQuantumManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n WorkspacesImpl,\n OfferingsImpl,\n OperationsImpl,\n WorkspaceImpl,\n} from \"./operations/index.js\";\nimport {\n Workspaces,\n Offerings,\n Operations,\n Workspace,\n} from \"./operationsInterfaces/index.js\";\nimport { AzureQuantumManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class AzureQuantumManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AzureQuantumManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription. The value must be an UUID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureQuantumManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureQuantumManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-quantum/1.0.0-beta.3`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2023-11-13-preview\";\n this.workspaces = new WorkspacesImpl(this);\n this.offerings = new OfferingsImpl(this);\n this.operations = new OperationsImpl(this);\n this.workspace = new WorkspaceImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n workspaces: Workspaces;\n offerings: Offerings;\n operations: Operations;\n workspace: Workspace;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { AzureQuantumManagementClient } from "./azureQuantumManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { AzureQuantumManagementClient } from "./azureQuantumManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { AzureQuantumManagementClient } from \"./azureQuantumManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export function createLroSpec(inputs) {
|
|
2
|
+
const { args, spec, sendOperationFn } = inputs;
|
|
3
|
+
return {
|
|
4
|
+
requestMethod: spec.httpMethod,
|
|
5
|
+
requestPath: spec.path,
|
|
6
|
+
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
7
|
+
sendPollRequest: (path, options) => {
|
|
8
|
+
const { requestBody, ...restSpec } = spec;
|
|
9
|
+
return sendOperationFn(args, {
|
|
10
|
+
...restSpec,
|
|
11
|
+
httpMethod: "GET",
|
|
12
|
+
path,
|
|
13
|
+
abortSignal: options?.abortSignal,
|
|
14
|
+
});
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -1,4 +1,28 @@
|
|
|
1
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
|
+
}
|
|
2
26
|
/** Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs. */
|
|
3
27
|
export interface Provider {
|
|
4
28
|
/** Unique id of this provider. */
|
|
@@ -29,25 +53,10 @@ export interface QuantumWorkspaceIdentity {
|
|
|
29
53
|
/** The identity type. */
|
|
30
54
|
type?: ResourceIdentityType;
|
|
31
55
|
}
|
|
32
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
33
|
-
export interface SystemData {
|
|
34
|
-
/** The identity that created the resource. */
|
|
35
|
-
createdBy?: string;
|
|
36
|
-
/** The type of identity that created the resource. */
|
|
37
|
-
createdByType?: CreatedByType;
|
|
38
|
-
/** The timestamp of resource creation (UTC). */
|
|
39
|
-
createdAt?: Date;
|
|
40
|
-
/** The identity that last modified the resource. */
|
|
41
|
-
lastModifiedBy?: string;
|
|
42
|
-
/** The type of identity that last modified the resource. */
|
|
43
|
-
lastModifiedByType?: CreatedByType;
|
|
44
|
-
/** The timestamp of resource last modification (UTC) */
|
|
45
|
-
lastModifiedAt?: Date;
|
|
46
|
-
}
|
|
47
56
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
48
57
|
export interface Resource {
|
|
49
58
|
/**
|
|
50
|
-
* Fully qualified resource ID for the resource.
|
|
59
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
51
60
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
61
|
*/
|
|
53
62
|
readonly id?: string;
|
|
@@ -61,6 +70,26 @@ export interface Resource {
|
|
|
61
70
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
71
|
*/
|
|
63
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;
|
|
64
93
|
}
|
|
65
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.). */
|
|
66
95
|
export interface ErrorResponse {
|
|
@@ -138,7 +167,7 @@ export interface ProviderDescription {
|
|
|
138
167
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
168
|
*/
|
|
140
169
|
readonly name?: string;
|
|
141
|
-
/**
|
|
170
|
+
/** Provider properties. */
|
|
142
171
|
properties?: ProviderProperties;
|
|
143
172
|
}
|
|
144
173
|
/** Provider properties. */
|
|
@@ -315,6 +344,40 @@ export interface CheckNameAvailabilityResult {
|
|
|
315
344
|
*/
|
|
316
345
|
readonly message?: string;
|
|
317
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
|
+
}
|
|
318
381
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
319
382
|
export interface TrackedResource extends Resource {
|
|
320
383
|
/** Resource tags. */
|
|
@@ -326,32 +389,10 @@ export interface TrackedResource extends Resource {
|
|
|
326
389
|
}
|
|
327
390
|
/** The resource proxy definition object for quantum workspace. */
|
|
328
391
|
export interface QuantumWorkspace extends TrackedResource {
|
|
392
|
+
/** Gets or sets the properties. Define quantum workspace's specific properties. */
|
|
393
|
+
properties?: WorkspaceResourceProperties;
|
|
329
394
|
/** Managed Identity information. */
|
|
330
395
|
identity?: QuantumWorkspaceIdentity;
|
|
331
|
-
/**
|
|
332
|
-
* System metadata
|
|
333
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
-
*/
|
|
335
|
-
readonly systemData?: SystemData;
|
|
336
|
-
/** List of Providers selected for this Workspace */
|
|
337
|
-
providers?: Provider[];
|
|
338
|
-
/**
|
|
339
|
-
* Whether the current workspace is ready to accept Jobs.
|
|
340
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
-
*/
|
|
342
|
-
readonly usable?: UsableStatus;
|
|
343
|
-
/**
|
|
344
|
-
* Provisioning status field
|
|
345
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
|
-
*/
|
|
347
|
-
readonly provisioningState?: ProvisioningStatus;
|
|
348
|
-
/** ARM Resource Id of the storage account associated with this workspace. */
|
|
349
|
-
storageAccount?: string;
|
|
350
|
-
/**
|
|
351
|
-
* The URI of the workspace endpoint.
|
|
352
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
353
|
-
*/
|
|
354
|
-
readonly endpointUri?: string;
|
|
355
396
|
}
|
|
356
397
|
/** Known values of {@link Status} that the service accepts. */
|
|
357
398
|
export declare enum KnownStatus {
|
|
@@ -466,6 +507,22 @@ export declare enum KnownCreatedByType {
|
|
|
466
507
|
* **Key**
|
|
467
508
|
*/
|
|
468
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;
|
|
469
526
|
/** Optional parameters. */
|
|
470
527
|
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
471
528
|
}
|
|
@@ -538,6 +595,14 @@ export interface WorkspaceCheckNameAvailabilityOptionalParams extends coreClient
|
|
|
538
595
|
/** Contains response data for the checkNameAvailability operation. */
|
|
539
596
|
export type WorkspaceCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
540
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. */
|
|
541
606
|
export interface AzureQuantumManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
542
607
|
/** server parameter */
|
|
543
608
|
$host?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -67,4 +67,12 @@ export var KnownCreatedByType;
|
|
|
67
67
|
/** Key */
|
|
68
68
|
KnownCreatedByType["Key"] = "Key";
|
|
69
69
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
70
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
71
|
+
export var KnownKeyType;
|
|
72
|
+
(function (KnownKeyType) {
|
|
73
|
+
/** Primary */
|
|
74
|
+
KnownKeyType["Primary"] = "Primary";
|
|
75
|
+
/** Secondary */
|
|
76
|
+
KnownKeyType["Secondary"] = "Secondary";
|
|
77
|
+
})(KnownKeyType || (KnownKeyType = {}));
|
|
70
78
|
//# sourceMappingURL=index.js.map
|