@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
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
9
|
+
export var KnownStatus;
|
|
10
|
+
(function (KnownStatus) {
|
|
11
|
+
/** Succeeded */
|
|
12
|
+
KnownStatus["Succeeded"] = "Succeeded";
|
|
13
|
+
/** Launching */
|
|
14
|
+
KnownStatus["Launching"] = "Launching";
|
|
15
|
+
/** Updating */
|
|
16
|
+
KnownStatus["Updating"] = "Updating";
|
|
17
|
+
/** Deleting */
|
|
18
|
+
KnownStatus["Deleting"] = "Deleting";
|
|
19
|
+
/** Deleted */
|
|
20
|
+
KnownStatus["Deleted"] = "Deleted";
|
|
21
|
+
/** Failed */
|
|
22
|
+
KnownStatus["Failed"] = "Failed";
|
|
23
|
+
})(KnownStatus || (KnownStatus = {}));
|
|
24
|
+
/** Known values of {@link UsableStatus} that the service accepts. */
|
|
25
|
+
export var KnownUsableStatus;
|
|
26
|
+
(function (KnownUsableStatus) {
|
|
27
|
+
/** Yes */
|
|
28
|
+
KnownUsableStatus["Yes"] = "Yes";
|
|
29
|
+
/** No */
|
|
30
|
+
KnownUsableStatus["No"] = "No";
|
|
31
|
+
/** Partial */
|
|
32
|
+
KnownUsableStatus["Partial"] = "Partial";
|
|
33
|
+
})(KnownUsableStatus || (KnownUsableStatus = {}));
|
|
34
|
+
/** Known values of {@link ProvisioningStatus} that the service accepts. */
|
|
35
|
+
export var KnownProvisioningStatus;
|
|
36
|
+
(function (KnownProvisioningStatus) {
|
|
37
|
+
/** Succeeded */
|
|
38
|
+
KnownProvisioningStatus["Succeeded"] = "Succeeded";
|
|
39
|
+
/** ProviderLaunching */
|
|
40
|
+
KnownProvisioningStatus["ProviderLaunching"] = "ProviderLaunching";
|
|
41
|
+
/** ProviderUpdating */
|
|
42
|
+
KnownProvisioningStatus["ProviderUpdating"] = "ProviderUpdating";
|
|
43
|
+
/** ProviderDeleting */
|
|
44
|
+
KnownProvisioningStatus["ProviderDeleting"] = "ProviderDeleting";
|
|
45
|
+
/** ProviderProvisioning */
|
|
46
|
+
KnownProvisioningStatus["ProviderProvisioning"] = "ProviderProvisioning";
|
|
47
|
+
/** Failed */
|
|
48
|
+
KnownProvisioningStatus["Failed"] = "Failed";
|
|
49
|
+
})(KnownProvisioningStatus || (KnownProvisioningStatus = {}));
|
|
50
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
51
|
+
export var KnownResourceIdentityType;
|
|
52
|
+
(function (KnownResourceIdentityType) {
|
|
53
|
+
/** SystemAssigned */
|
|
54
|
+
KnownResourceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
55
|
+
/** None */
|
|
56
|
+
KnownResourceIdentityType["None"] = "None";
|
|
57
|
+
})(KnownResourceIdentityType || (KnownResourceIdentityType = {}));
|
|
58
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
59
|
+
export var KnownCreatedByType;
|
|
60
|
+
(function (KnownCreatedByType) {
|
|
61
|
+
/** User */
|
|
62
|
+
KnownCreatedByType["User"] = "User";
|
|
63
|
+
/** Application */
|
|
64
|
+
KnownCreatedByType["Application"] = "Application";
|
|
65
|
+
/** ManagedIdentity */
|
|
66
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
67
|
+
/** Key */
|
|
68
|
+
KnownCreatedByType["Key"] = "Key";
|
|
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 = {}));
|
|
78
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAyaH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAaX;AAbD,WAAY,WAAW;IACrB,gBAAgB;IAChB,sCAAuB,CAAA;IACvB,gBAAgB;IAChB,sCAAuB,CAAA;IACvB,eAAe;IACf,oCAAqB,CAAA;IACrB,eAAe;IACf,oCAAqB,CAAA;IACrB,cAAc;IACd,kCAAmB,CAAA;IACnB,aAAa;IACb,gCAAiB,CAAA;AACnB,CAAC,EAbW,WAAW,KAAX,WAAW,QAatB;AAgBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,UAAU;IACV,gCAAW,CAAA;IACX,SAAS;IACT,8BAAS,CAAA;IACT,cAAc;IACd,wCAAmB,CAAA;AACrB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAaD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAaX;AAbD,WAAY,uBAAuB;IACjC,gBAAgB;IAChB,kDAAuB,CAAA;IACvB,wBAAwB;IACxB,kEAAuC,CAAA;IACvC,uBAAuB;IACvB,gEAAqC,CAAA;IACrC,uBAAuB;IACvB,gEAAqC,CAAA;IACrC,2BAA2B;IAC3B,wEAA6C,CAAA;IAC7C,aAAa;IACb,4CAAiB,CAAA;AACnB,CAAC,EAbW,uBAAuB,KAAvB,uBAAuB,QAalC;AAgBD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,qBAAqB;IACrB,8DAAiC,CAAA;IACjC,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,cAAc;IACd,mCAAmB,CAAA;IACnB,gBAAgB;IAChB,uCAAuB,CAAA;AACzB,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB","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\";\n\n/** Properties of a Workspace */\nexport interface WorkspaceResourceProperties {\n /** List of Providers selected for this Workspace */\n providers?: Provider[];\n /**\n * Whether the current workspace is ready to accept Jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usable?: UsableStatus;\n /**\n * Provisioning status field\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStatus;\n /** ARM Resource Id of the storage account associated with this workspace. */\n storageAccount?: string;\n /**\n * The URI of the workspace endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointUri?: string;\n /** Indicator of enablement of the Quantum workspace Api keys. */\n apiKeyEnabled?: boolean;\n}\n\n/** Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs. */\nexport interface Provider {\n /** Unique id of this provider. */\n providerId?: string;\n /** The sku associated with pricing information for this provider. */\n providerSku?: string;\n /** A Uri identifying the specific instance of this provider. */\n instanceUri?: string;\n /** The provider's marketplace application display name. */\n applicationName?: string;\n /** Provisioning status field */\n provisioningState?: Status;\n /** Id to track resource usage for the provider. */\n resourceUsageId?: string;\n}\n\n/** Managed Identity information. */\nexport interface QuantumWorkspaceIdentity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityType;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Tags object for patch operations. */\nexport interface TagsObject {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a list Workspaces operation. */\nexport interface WorkspaceListResult {\n /** Result of a list Workspaces operation. */\n value?: QuantumWorkspace[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of Workspaces. */\n nextLink?: string;\n}\n\n/** The response of a list Providers operation. */\nexport interface OfferingsListResult {\n /** Result of a list Providers operation. */\n value?: ProviderDescription[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of Providers. */\n nextLink?: string;\n}\n\n/** Information about an offering. A provider offering is an entity that offers Targets to run Azure Quantum Jobs. */\nexport interface ProviderDescription {\n /** Unique provider's id. */\n id?: string;\n /**\n * Provider's display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Provider properties. */\n properties?: ProviderProperties;\n}\n\n/** Provider properties. */\nexport interface ProviderProperties {\n /**\n * A description about this provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Provider type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly providerType?: string;\n /**\n * Company name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly company?: string;\n /**\n * Provider's default endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultEndpoint?: string;\n /** Azure Active Directory info. */\n aad?: ProviderPropertiesAad;\n /** Provider's Managed-Application info */\n managedApplication?: ProviderPropertiesManagedApplication;\n /** The list of targets available from this provider. */\n targets?: TargetDescription[];\n /** The list of skus available from this provider. */\n skus?: SkuDescription[];\n /** The list of quota dimensions from the provider. */\n quotaDimensions?: QuotaDimension[];\n /** The list of pricing dimensions from the provider. */\n pricingDimensions?: PricingDimension[];\n}\n\n/** Azure Active Directory info. */\nexport interface ProviderPropertiesAad {\n /**\n * Provider's application id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationId?: string;\n /**\n * Provider's tenant id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Provider's Managed-Application info */\nexport interface ProviderPropertiesManagedApplication {\n /**\n * Provider's publisher id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisherId?: string;\n /**\n * Provider's offer id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offerId?: string;\n}\n\n/** Information about a Target. A target is the component that can process a specific type of Job. */\nexport interface TargetDescription {\n /** Unique target id. */\n id?: string;\n /** Display name of this target. */\n name?: string;\n /** A description about this target. */\n description?: string;\n /** List of data formats accepted by this target. */\n acceptedDataFormats?: string[];\n /** List of content encodings accepted by this target. */\n acceptedContentEncodings?: string[];\n}\n\n/** Information about a specific sku. */\nexport interface SkuDescription {\n /** Unique sku id. */\n id?: string;\n /** Display name of this sku. */\n name?: string;\n /** Display name of this sku. */\n version?: string;\n /** Description about this sku. */\n description?: string;\n /** Uri to subscribe to the restricted access sku. */\n restrictedAccessUri?: string;\n /** Flag to indicate whether the sku should be automatically added during workspace creation. */\n autoAdd?: boolean;\n /** The list of targets available for this sku. */\n targets?: string[];\n /** The list of quota dimensions for this sku. */\n quotaDimensions?: QuotaDimension[];\n /** The list of pricing details for the sku. */\n pricingDetails?: PricingDetail[];\n}\n\n/** Information about a specific quota dimension. */\nexport interface QuotaDimension {\n /** Unique id of this dimension. */\n id?: string;\n /** The scope of this quota dimension. */\n scope?: string;\n /** The reset period of this quota dimension. */\n period?: string;\n /** The max limit of this dimension. */\n quota?: number;\n /** The display name of this quota dimension. */\n name?: string;\n /** A description about this quota dimension. */\n description?: string;\n /** The standard unit of measurement used for this quota dimension. */\n unit?: string;\n /** The standard unit of measurement used for this quota dimension in plural form. */\n unitPlural?: string;\n}\n\n/** Detailed pricing information for an sku. */\nexport interface PricingDetail {\n /** Unique id for this pricing information. */\n id?: string;\n /** The unit cost of this sku. */\n value?: string;\n}\n\n/** Information about pricing dimension. */\nexport interface PricingDimension {\n /** Unique id of this pricing dimension. */\n id?: string;\n /** The display name of this pricing dimension. */\n name?: string;\n}\n\n/** Lists the operations available. */\nexport interface OperationsList {\n /** Url to follow for getting next page of operations. */\n nextLink?: string;\n /** Array of operations */\n value: Operation[];\n}\n\n/** Operation provided by provider */\nexport interface Operation {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Properties of the operation */\n display?: OperationDisplay;\n}\n\n/** Properties of the operation */\nexport interface OperationDisplay {\n /** Provider name */\n provider?: string;\n /** Resource name */\n resource?: string;\n /** Operation name */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** Details of check name availability request body. */\nexport interface CheckNameAvailabilityParameters {\n /** Name for checking availability. */\n name?: string;\n /** The resource type of Quantum Workspace. */\n type?: string;\n}\n\n/** Result of check name availability. */\nexport interface CheckNameAvailabilityResult {\n /** Indicator of availability of the Quantum Workspace resource name. */\n nameAvailable?: boolean;\n /** The reason of unavailability. */\n reason?: string;\n /**\n * The detailed info regarding the reason associated with the Namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Result of list Api keys and connection strings. */\nexport interface ListKeysResult {\n /** Indicator of enablement of the Quantum workspace Api keys. */\n apiKeyEnabled?: boolean;\n /** The quantum workspace primary api key. */\n primaryKey?: ApiKey;\n /** The quantum workspace secondary api key. */\n secondaryKey?: ApiKey;\n /**\n * The connection string of the primary api key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryConnectionString?: string;\n /**\n * The connection string of the secondary api key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryConnectionString?: string;\n}\n\n/** Azure quantum workspace Api key details. */\nexport interface ApiKey {\n /** The creation time of the api key. */\n createdAt?: Date;\n /**\n * The Api key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key?: string;\n}\n\n/** List of api keys to be generated. */\nexport interface APIKeys {\n /** A list of api key names. */\n keys?: KeyType[];\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource proxy definition object for quantum workspace. */\nexport interface QuantumWorkspace extends TrackedResource {\n /** Gets or sets the properties. Define quantum workspace's specific properties. */\n properties?: WorkspaceResourceProperties;\n /** Managed Identity information. */\n identity?: QuantumWorkspaceIdentity;\n}\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Launching */\n Launching = \"Launching\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Launching** \\\n * **Updating** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Failed**\n */\nexport type Status = string;\n\n/** Known values of {@link UsableStatus} that the service accepts. */\nexport enum KnownUsableStatus {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n /** Partial */\n Partial = \"Partial\",\n}\n\n/**\n * Defines values for UsableStatus. \\\n * {@link KnownUsableStatus} can be used interchangeably with UsableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No** \\\n * **Partial**\n */\nexport type UsableStatus = string;\n\n/** Known values of {@link ProvisioningStatus} that the service accepts. */\nexport enum KnownProvisioningStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** ProviderLaunching */\n ProviderLaunching = \"ProviderLaunching\",\n /** ProviderUpdating */\n ProviderUpdating = \"ProviderUpdating\",\n /** ProviderDeleting */\n ProviderDeleting = \"ProviderDeleting\",\n /** ProviderProvisioning */\n ProviderProvisioning = \"ProviderProvisioning\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ProvisioningStatus. \\\n * {@link KnownProvisioningStatus} can be used interchangeably with ProvisioningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **ProviderLaunching** \\\n * **ProviderUpdating** \\\n * **ProviderDeleting** \\\n * **ProviderProvisioning** \\\n * **Failed**\n */\nexport type ProvisioningStatus = string;\n\n/** Known values of {@link ResourceIdentityType} that the service accepts. */\nexport enum KnownResourceIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for ResourceIdentityType. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **None**\n */\nexport type ResourceIdentityType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link KeyType} that the service accepts. */\nexport enum KnownKeyType {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n}\n\n/**\n * Defines values for KeyType. \\\n * {@link KnownKeyType} can be used interchangeably with KeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Secondary**\n */\nexport type KeyType = string;\n\n/** Optional parameters. */\nexport interface WorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkspacesGetResponse = QuantumWorkspace;\n\n/** Optional parameters. */\nexport interface WorkspacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WorkspacesCreateOrUpdateResponse = QuantumWorkspace;\n\n/** Optional parameters. */\nexport interface WorkspacesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type WorkspacesUpdateTagsResponse = QuantumWorkspace;\n\n/** Optional parameters. */\nexport interface WorkspacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkspacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type WorkspacesListBySubscriptionResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkspacesListByResourceGroupResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface OfferingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OfferingsListResponse = OfferingsListResult;\n\n/** Optional parameters. */\nexport interface OfferingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OfferingsListNextResponse = OfferingsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationsList;\n\n/** Optional parameters. */\nexport interface WorkspaceCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type WorkspaceCheckNameAvailabilityResponse =\n CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface WorkspaceListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type WorkspaceListKeysResponse = ListKeysResult;\n\n/** Optional parameters. */\nexport interface WorkspaceRegenerateKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AzureQuantumManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const WorkspaceResourceProperties: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Provider: coreClient.CompositeMapper;
|
|
4
|
+
export declare const QuantumWorkspaceIdentity: coreClient.CompositeMapper;
|
|
5
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
6
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
10
|
+
export declare const TagsObject: coreClient.CompositeMapper;
|
|
11
|
+
export declare const WorkspaceListResult: coreClient.CompositeMapper;
|
|
12
|
+
export declare const OfferingsListResult: coreClient.CompositeMapper;
|
|
13
|
+
export declare const ProviderDescription: coreClient.CompositeMapper;
|
|
14
|
+
export declare const ProviderProperties: coreClient.CompositeMapper;
|
|
15
|
+
export declare const ProviderPropertiesAad: coreClient.CompositeMapper;
|
|
16
|
+
export declare const ProviderPropertiesManagedApplication: coreClient.CompositeMapper;
|
|
17
|
+
export declare const TargetDescription: coreClient.CompositeMapper;
|
|
18
|
+
export declare const SkuDescription: coreClient.CompositeMapper;
|
|
19
|
+
export declare const QuotaDimension: coreClient.CompositeMapper;
|
|
20
|
+
export declare const PricingDetail: coreClient.CompositeMapper;
|
|
21
|
+
export declare const PricingDimension: coreClient.CompositeMapper;
|
|
22
|
+
export declare const OperationsList: coreClient.CompositeMapper;
|
|
23
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
24
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
25
|
+
export declare const CheckNameAvailabilityParameters: coreClient.CompositeMapper;
|
|
26
|
+
export declare const CheckNameAvailabilityResult: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ListKeysResult: coreClient.CompositeMapper;
|
|
28
|
+
export declare const ApiKey: coreClient.CompositeMapper;
|
|
29
|
+
export declare const APIKeys: coreClient.CompositeMapper;
|
|
30
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
31
|
+
export declare const QuantumWorkspace: coreClient.CompositeMapper;
|
|
32
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAoDpD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA2CjC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA2BjD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAiG3C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAqB9C,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAsB3D,CAAC;AAEJ,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA+C1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA8EvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAuDvC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmBzC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0BlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAoBxD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA0BpD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyCvC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,eAoB/B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAmBhC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAsBzC,CAAC"}
|