@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.
Files changed (381) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  4. package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.d.ts +3 -3
  5. package/dist/browser/azureQuantumManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/azureQuantumManagementClient.js +41 -32
  7. package/dist/browser/azureQuantumManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts +106 -41
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/index.js +8 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +5 -1
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/mappers.js +464 -347
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -0
  24. package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
  25. package/{dist-esm/src → dist/browser}/models/parameters.js +43 -32
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +5 -0
  28. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  29. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/offerings.d.ts +3 -3
  32. package/dist/browser/operations/offerings.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/offerings.js +37 -59
  34. package/dist/browser/operations/offerings.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/dist/browser/operations/operations.js +116 -0
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/dist/browser/operations/workspace.d.ts +38 -0
  40. package/dist/browser/operations/workspace.d.ts.map +1 -0
  41. package/dist/browser/operations/workspace.js +119 -0
  42. package/dist/browser/operations/workspace.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +12 -12
  44. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  45. package/dist/browser/operations/workspaces.js +457 -0
  46. package/dist/browser/operations/workspaces.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  50. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/offerings.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/offerings.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/offerings.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  56. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  57. package/dist/browser/operationsInterfaces/workspace.d.ts +30 -0
  58. package/dist/browser/operationsInterfaces/workspace.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/workspace.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +8 -8
  61. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  63. package/dist/browser/package.json +3 -0
  64. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  65. package/dist/browser/pagingHelper.js.map +1 -0
  66. package/dist/commonjs/azureQuantumManagementClient.d.ts +23 -0
  67. package/dist/commonjs/azureQuantumManagementClient.d.ts.map +1 -0
  68. package/dist/commonjs/azureQuantumManagementClient.js +117 -0
  69. package/dist/commonjs/azureQuantumManagementClient.js.map +1 -0
  70. package/dist/commonjs/index.d.ts +5 -0
  71. package/dist/commonjs/index.d.ts.map +1 -0
  72. package/dist/commonjs/index.js +19 -0
  73. package/dist/commonjs/index.js.map +1 -0
  74. package/dist/commonjs/lroImpl.d.ts +11 -0
  75. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  76. package/dist/commonjs/lroImpl.js +21 -0
  77. package/dist/commonjs/lroImpl.js.map +1 -0
  78. package/{types/arm-quantum.d.ts → dist/commonjs/models/index.d.ts} +614 -734
  79. package/dist/commonjs/models/index.d.ts.map +1 -0
  80. package/dist/commonjs/models/index.js +81 -0
  81. package/dist/commonjs/models/index.js.map +1 -0
  82. package/dist/commonjs/models/mappers.d.ts +32 -0
  83. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  84. package/dist/commonjs/models/mappers.js +1032 -0
  85. package/dist/commonjs/models/mappers.js.map +1 -0
  86. package/dist/commonjs/models/parameters.d.ts +15 -0
  87. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  88. package/dist/commonjs/models/parameters.js +130 -0
  89. package/dist/commonjs/models/parameters.js.map +1 -0
  90. package/dist/commonjs/operations/index.d.ts +5 -0
  91. package/dist/commonjs/operations/index.d.ts.map +1 -0
  92. package/dist/commonjs/operations/index.js +15 -0
  93. package/dist/commonjs/operations/index.js.map +1 -0
  94. package/dist/commonjs/operations/offerings.d.ts +35 -0
  95. package/dist/commonjs/operations/offerings.d.ts.map +1 -0
  96. package/dist/commonjs/operations/offerings.js +133 -0
  97. package/dist/commonjs/operations/offerings.js.map +1 -0
  98. package/dist/commonjs/operations/operations.d.ts +32 -0
  99. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  100. package/dist/commonjs/operations/operations.js +121 -0
  101. package/dist/commonjs/operations/operations.js.map +1 -0
  102. package/dist/commonjs/operations/workspace.d.ts +38 -0
  103. package/dist/commonjs/operations/workspace.d.ts.map +1 -0
  104. package/dist/commonjs/operations/workspace.js +124 -0
  105. package/dist/commonjs/operations/workspace.js.map +1 -0
  106. package/dist/commonjs/operations/workspaces.d.ts +99 -0
  107. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  108. package/dist/commonjs/operations/workspaces.js +462 -0
  109. package/dist/commonjs/operations/workspaces.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  113. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/offerings.d.ts +12 -0
  115. package/dist/commonjs/operationsInterfaces/offerings.d.ts.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/offerings.js +10 -0
  117. package/dist/commonjs/operationsInterfaces/offerings.js.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  119. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  121. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/workspace.d.ts +30 -0
  123. package/dist/commonjs/operationsInterfaces/workspace.d.ts.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/workspace.js +10 -0
  125. package/dist/commonjs/operationsInterfaces/workspace.js.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +63 -0
  127. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  129. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  130. package/dist/commonjs/package.json +3 -0
  131. package/dist/commonjs/pagingHelper.d.ts +13 -0
  132. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  133. package/dist/commonjs/pagingHelper.js +34 -0
  134. package/dist/commonjs/pagingHelper.js.map +1 -0
  135. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  136. package/dist/esm/azureQuantumManagementClient.d.ts +23 -0
  137. package/dist/esm/azureQuantumManagementClient.d.ts.map +1 -0
  138. package/dist/esm/azureQuantumManagementClient.js +112 -0
  139. package/dist/esm/azureQuantumManagementClient.js.map +1 -0
  140. package/dist/esm/index.d.ts +5 -0
  141. package/dist/esm/index.d.ts.map +1 -0
  142. package/{src/index.ts → dist/esm/index.js} +5 -5
  143. package/dist/esm/index.js.map +1 -0
  144. package/dist/esm/lroImpl.d.ts +11 -0
  145. package/dist/esm/lroImpl.d.ts.map +1 -0
  146. package/dist/esm/lroImpl.js +18 -0
  147. package/dist/esm/lroImpl.js.map +1 -0
  148. package/dist/esm/models/index.d.ts +614 -0
  149. package/dist/esm/models/index.d.ts.map +1 -0
  150. package/dist/esm/models/index.js +78 -0
  151. package/dist/esm/models/index.js.map +1 -0
  152. package/dist/esm/models/mappers.d.ts +32 -0
  153. package/dist/esm/models/mappers.d.ts.map +1 -0
  154. package/dist/esm/models/mappers.js +1029 -0
  155. package/dist/esm/models/mappers.js.map +1 -0
  156. package/dist/esm/models/parameters.d.ts +15 -0
  157. package/dist/esm/models/parameters.d.ts.map +1 -0
  158. package/dist/esm/models/parameters.js +127 -0
  159. package/dist/esm/models/parameters.js.map +1 -0
  160. package/dist/esm/operations/index.d.ts +5 -0
  161. package/dist/esm/operations/index.d.ts.map +1 -0
  162. package/dist/esm/operations/index.js +12 -0
  163. package/dist/esm/operations/index.js.map +1 -0
  164. package/dist/esm/operations/offerings.d.ts +35 -0
  165. package/dist/esm/operations/offerings.d.ts.map +1 -0
  166. package/dist/esm/operations/offerings.js +128 -0
  167. package/dist/esm/operations/offerings.js.map +1 -0
  168. package/dist/esm/operations/operations.d.ts +32 -0
  169. package/dist/esm/operations/operations.d.ts.map +1 -0
  170. package/dist/esm/operations/operations.js +116 -0
  171. package/dist/esm/operations/operations.js.map +1 -0
  172. package/dist/esm/operations/workspace.d.ts +38 -0
  173. package/dist/esm/operations/workspace.d.ts.map +1 -0
  174. package/dist/esm/operations/workspace.js +119 -0
  175. package/dist/esm/operations/workspace.js.map +1 -0
  176. package/dist/esm/operations/workspaces.d.ts +99 -0
  177. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  178. package/dist/esm/operations/workspaces.js +457 -0
  179. package/dist/esm/operations/workspaces.js.map +1 -0
  180. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  181. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  182. package/dist/esm/operationsInterfaces/index.js +12 -0
  183. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  184. package/dist/esm/operationsInterfaces/offerings.d.ts +12 -0
  185. package/dist/esm/operationsInterfaces/offerings.d.ts.map +1 -0
  186. package/dist/esm/operationsInterfaces/offerings.js +9 -0
  187. package/dist/esm/operationsInterfaces/offerings.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  189. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/operations.js +9 -0
  191. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/workspace.d.ts +30 -0
  193. package/dist/esm/operationsInterfaces/workspace.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/workspace.js +9 -0
  195. package/dist/esm/operationsInterfaces/workspace.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/workspaces.d.ts +63 -0
  197. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  199. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  200. package/dist/esm/package.json +3 -0
  201. package/dist/esm/pagingHelper.d.ts +13 -0
  202. package/dist/esm/pagingHelper.d.ts.map +1 -0
  203. package/dist/esm/pagingHelper.js +30 -0
  204. package/dist/esm/pagingHelper.js.map +1 -0
  205. package/dist/react-native/azureQuantumManagementClient.d.ts +23 -0
  206. package/dist/react-native/azureQuantumManagementClient.d.ts.map +1 -0
  207. package/dist/react-native/azureQuantumManagementClient.js +112 -0
  208. package/dist/react-native/azureQuantumManagementClient.js.map +1 -0
  209. package/dist/react-native/index.d.ts +5 -0
  210. package/dist/react-native/index.d.ts.map +1 -0
  211. package/dist/react-native/index.js +13 -0
  212. package/dist/react-native/index.js.map +1 -0
  213. package/dist/react-native/lroImpl.d.ts +11 -0
  214. package/dist/react-native/lroImpl.d.ts.map +1 -0
  215. package/dist/react-native/lroImpl.js +18 -0
  216. package/dist/react-native/lroImpl.js.map +1 -0
  217. package/dist/react-native/models/index.d.ts +614 -0
  218. package/dist/react-native/models/index.d.ts.map +1 -0
  219. package/dist/react-native/models/index.js +78 -0
  220. package/dist/react-native/models/index.js.map +1 -0
  221. package/dist/react-native/models/mappers.d.ts +32 -0
  222. package/dist/react-native/models/mappers.d.ts.map +1 -0
  223. package/dist/react-native/models/mappers.js +1029 -0
  224. package/dist/react-native/models/mappers.js.map +1 -0
  225. package/dist/react-native/models/parameters.d.ts +15 -0
  226. package/dist/react-native/models/parameters.d.ts.map +1 -0
  227. package/dist/react-native/models/parameters.js +127 -0
  228. package/dist/react-native/models/parameters.js.map +1 -0
  229. package/dist/react-native/operations/index.d.ts +5 -0
  230. package/dist/react-native/operations/index.d.ts.map +1 -0
  231. package/dist/react-native/operations/index.js +12 -0
  232. package/dist/react-native/operations/index.js.map +1 -0
  233. package/dist/react-native/operations/offerings.d.ts +35 -0
  234. package/dist/react-native/operations/offerings.d.ts.map +1 -0
  235. package/dist/react-native/operations/offerings.js +128 -0
  236. package/dist/react-native/operations/offerings.js.map +1 -0
  237. package/dist/react-native/operations/operations.d.ts +32 -0
  238. package/dist/react-native/operations/operations.d.ts.map +1 -0
  239. package/dist/react-native/operations/operations.js +116 -0
  240. package/dist/react-native/operations/operations.js.map +1 -0
  241. package/dist/react-native/operations/workspace.d.ts +38 -0
  242. package/dist/react-native/operations/workspace.d.ts.map +1 -0
  243. package/dist/react-native/operations/workspace.js +119 -0
  244. package/dist/react-native/operations/workspace.js.map +1 -0
  245. package/dist/react-native/operations/workspaces.d.ts +99 -0
  246. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  247. package/dist/react-native/operations/workspaces.js +457 -0
  248. package/dist/react-native/operations/workspaces.js.map +1 -0
  249. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  250. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  251. package/dist/react-native/operationsInterfaces/index.js +12 -0
  252. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  253. package/dist/react-native/operationsInterfaces/offerings.d.ts +12 -0
  254. package/dist/react-native/operationsInterfaces/offerings.d.ts.map +1 -0
  255. package/dist/react-native/operationsInterfaces/offerings.js +9 -0
  256. package/dist/react-native/operationsInterfaces/offerings.js.map +1 -0
  257. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  258. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  259. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  260. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  261. package/dist/react-native/operationsInterfaces/workspace.d.ts +30 -0
  262. package/dist/react-native/operationsInterfaces/workspace.d.ts.map +1 -0
  263. package/dist/react-native/operationsInterfaces/workspace.js +9 -0
  264. package/dist/react-native/operationsInterfaces/workspace.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/workspaces.d.ts +63 -0
  266. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  268. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  269. package/dist/react-native/package.json +3 -0
  270. package/dist/react-native/pagingHelper.d.ts +13 -0
  271. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  272. package/dist/react-native/pagingHelper.js +30 -0
  273. package/dist/react-native/pagingHelper.js.map +1 -0
  274. package/package.json +83 -72
  275. package/review/{arm-quantum.api.md → arm-quantum-node.api.md} +54 -6
  276. package/dist/index.js +0 -2131
  277. package/dist/index.js.map +0 -1
  278. package/dist/index.min.js +0 -1
  279. package/dist/index.min.js.map +0 -1
  280. package/dist-esm/samples-dev/offeringsListSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/offeringsListSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/offeringsListSample.js +0 -59
  283. package/dist-esm/samples-dev/offeringsListSample.js.map +0 -1
  284. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  287. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  288. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.d.ts +0 -2
  289. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.js +0 -42
  291. package/dist-esm/samples-dev/workspaceCheckNameAvailabilitySample.js.map +0 -1
  292. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -48
  295. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  296. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -39
  299. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  300. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/workspacesGetSample.js +0 -39
  303. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  304. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -59
  307. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
  308. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -58
  311. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
  312. package/dist-esm/samples-dev/workspacesUpdateTagsSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/workspacesUpdateTagsSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/workspacesUpdateTagsSample.js +0 -42
  315. package/dist-esm/samples-dev/workspacesUpdateTagsSample.js.map +0 -1
  316. package/dist-esm/src/azureQuantumManagementClient.d.ts.map +0 -1
  317. package/dist-esm/src/azureQuantumManagementClient.js.map +0 -1
  318. package/dist-esm/src/index.d.ts +0 -6
  319. package/dist-esm/src/index.d.ts.map +0 -1
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js +0 -21
  322. package/dist-esm/src/lroImpl.js.map +0 -1
  323. package/dist-esm/src/models/index.d.ts.map +0 -1
  324. package/dist-esm/src/models/index.js.map +0 -1
  325. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  326. package/dist-esm/src/models/mappers.js.map +0 -1
  327. package/dist-esm/src/models/parameters.js.map +0 -1
  328. package/dist-esm/src/operations/index.d.ts +0 -5
  329. package/dist-esm/src/operations/index.js.map +0 -1
  330. package/dist-esm/src/operations/offerings.d.ts.map +0 -1
  331. package/dist-esm/src/operations/offerings.js.map +0 -1
  332. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  333. package/dist-esm/src/operations/operations.js +0 -138
  334. package/dist-esm/src/operations/operations.js.map +0 -1
  335. package/dist-esm/src/operations/workspace.d.ts +0 -20
  336. package/dist-esm/src/operations/workspace.d.ts.map +0 -1
  337. package/dist-esm/src/operations/workspace.js +0 -54
  338. package/dist-esm/src/operations/workspace.js.map +0 -1
  339. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  340. package/dist-esm/src/operations/workspaces.js +0 -498
  341. package/dist-esm/src/operations/workspaces.js.map +0 -1
  342. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  343. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  344. package/dist-esm/src/operationsInterfaces/offerings.d.ts.map +0 -1
  345. package/dist-esm/src/operationsInterfaces/offerings.js.map +0 -1
  346. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  347. package/dist-esm/src/operationsInterfaces/workspace.d.ts +0 -12
  348. package/dist-esm/src/operationsInterfaces/workspace.d.ts.map +0 -1
  349. package/dist-esm/src/operationsInterfaces/workspace.js.map +0 -1
  350. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  351. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  352. package/dist-esm/src/pagingHelper.js.map +0 -1
  353. package/dist-esm/test/quantum_operations_test.spec.d.ts +0 -4
  354. package/dist-esm/test/quantum_operations_test.spec.d.ts.map +0 -1
  355. package/dist-esm/test/quantum_operations_test.spec.js +0 -128
  356. package/dist-esm/test/quantum_operations_test.spec.js.map +0 -1
  357. package/rollup.config.js +0 -122
  358. package/src/azureQuantumManagementClient.ts +0 -156
  359. package/src/lroImpl.ts +0 -42
  360. package/src/models/index.ts +0 -617
  361. package/src/models/mappers.ts +0 -952
  362. package/src/models/parameters.ts +0 -137
  363. package/src/operations/index.ts +0 -12
  364. package/src/operations/offerings.ts +0 -170
  365. package/src/operations/operations.ts +0 -149
  366. package/src/operations/workspace.ts +0 -74
  367. package/src/operations/workspaces.ts +0 -633
  368. package/src/operationsInterfaces/index.ts +0 -12
  369. package/src/operationsInterfaces/offerings.ts +0 -24
  370. package/src/operationsInterfaces/operations.ts +0 -22
  371. package/src/operationsInterfaces/workspace.ts +0 -28
  372. package/src/operationsInterfaces/workspaces.ts +0 -121
  373. package/src/pagingHelper.ts +0 -39
  374. package/tsconfig.json +0 -33
  375. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  376. /package/{dist-esm/src → dist/browser}/operationsInterfaces/offerings.js +0 -0
  377. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspace.js +0 -0
  379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
  380. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  381. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,617 +0,0 @@
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
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** Information about a Provider. A Provider is an entity that offers Targets to run Azure Quantum Jobs. */
12
- export interface Provider {
13
- /** Unique id of this provider. */
14
- providerId?: string;
15
- /** The sku associated with pricing information for this provider. */
16
- providerSku?: string;
17
- /** A Uri identifying the specific instance of this provider. */
18
- instanceUri?: string;
19
- /** The provider's marketplace application display name. */
20
- applicationName?: string;
21
- /** Provisioning status field */
22
- provisioningState?: Status;
23
- /** Id to track resource usage for the provider. */
24
- resourceUsageId?: string;
25
- }
26
-
27
- /** Managed Identity information. */
28
- export interface QuantumWorkspaceIdentity {
29
- /**
30
- * The principal ID of resource identity.
31
- * NOTE: This property will not be serialized. It can only be populated by the server.
32
- */
33
- readonly principalId?: string;
34
- /**
35
- * The tenant ID of resource.
36
- * NOTE: This property will not be serialized. It can only be populated by the server.
37
- */
38
- readonly tenantId?: string;
39
- /** The identity type. */
40
- type?: ResourceIdentityType;
41
- }
42
-
43
- /** Metadata pertaining to creation and last modification of the resource. */
44
- export interface SystemData {
45
- /** The identity that created the resource. */
46
- createdBy?: string;
47
- /** The type of identity that created the resource. */
48
- createdByType?: CreatedByType;
49
- /** The timestamp of resource creation (UTC). */
50
- createdAt?: Date;
51
- /** The identity that last modified the resource. */
52
- lastModifiedBy?: string;
53
- /** The type of identity that last modified the resource. */
54
- lastModifiedByType?: CreatedByType;
55
- /** The timestamp of resource last modification (UTC) */
56
- lastModifiedAt?: Date;
57
- }
58
-
59
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
60
- export interface Resource {
61
- /**
62
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
63
- * NOTE: This property will not be serialized. It can only be populated by the server.
64
- */
65
- readonly id?: string;
66
- /**
67
- * The name of the resource
68
- * NOTE: This property will not be serialized. It can only be populated by the server.
69
- */
70
- readonly name?: string;
71
- /**
72
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
73
- * NOTE: This property will not be serialized. It can only be populated by the server.
74
- */
75
- readonly type?: string;
76
- }
77
-
78
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
79
- export interface ErrorResponse {
80
- /** The error object. */
81
- error?: ErrorDetail;
82
- }
83
-
84
- /** The error detail. */
85
- export interface ErrorDetail {
86
- /**
87
- * The error code.
88
- * NOTE: This property will not be serialized. It can only be populated by the server.
89
- */
90
- readonly code?: string;
91
- /**
92
- * The error message.
93
- * NOTE: This property will not be serialized. It can only be populated by the server.
94
- */
95
- readonly message?: string;
96
- /**
97
- * The error target.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly target?: string;
101
- /**
102
- * The error details.
103
- * NOTE: This property will not be serialized. It can only be populated by the server.
104
- */
105
- readonly details?: ErrorDetail[];
106
- /**
107
- * The error additional info.
108
- * NOTE: This property will not be serialized. It can only be populated by the server.
109
- */
110
- readonly additionalInfo?: ErrorAdditionalInfo[];
111
- }
112
-
113
- /** The resource management error additional info. */
114
- export interface ErrorAdditionalInfo {
115
- /**
116
- * The additional info type.
117
- * NOTE: This property will not be serialized. It can only be populated by the server.
118
- */
119
- readonly type?: string;
120
- /**
121
- * The additional info.
122
- * NOTE: This property will not be serialized. It can only be populated by the server.
123
- */
124
- readonly info?: Record<string, unknown>;
125
- }
126
-
127
- /** Tags object for patch operations. */
128
- export interface TagsObject {
129
- /** Resource tags. */
130
- tags?: { [propertyName: string]: string };
131
- }
132
-
133
- /** The response of a list Workspaces operation. */
134
- export interface WorkspaceListResult {
135
- /** Result of a list Workspaces operation. */
136
- value?: QuantumWorkspace[];
137
- /** Link to the next set of results. Not empty if Value contains incomplete list of Workspaces. */
138
- nextLink?: string;
139
- }
140
-
141
- /** The response of a list Providers operation. */
142
- export interface OfferingsListResult {
143
- /** Result of a list Providers operation. */
144
- value?: ProviderDescription[];
145
- /** Link to the next set of results. Not empty if Value contains incomplete list of Providers. */
146
- nextLink?: string;
147
- }
148
-
149
- /** Information about an offering. A provider offering is an entity that offers Targets to run Azure Quantum Jobs. */
150
- export interface ProviderDescription {
151
- /** Unique provider's id. */
152
- id?: string;
153
- /**
154
- * Provider's display name.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly name?: string;
158
- /** A list of provider-specific properties. */
159
- properties?: ProviderProperties;
160
- }
161
-
162
- /** Provider properties. */
163
- export interface ProviderProperties {
164
- /**
165
- * A description about this provider.
166
- * NOTE: This property will not be serialized. It can only be populated by the server.
167
- */
168
- readonly description?: string;
169
- /**
170
- * Provider type.
171
- * NOTE: This property will not be serialized. It can only be populated by the server.
172
- */
173
- readonly providerType?: string;
174
- /**
175
- * Company name.
176
- * NOTE: This property will not be serialized. It can only be populated by the server.
177
- */
178
- readonly company?: string;
179
- /**
180
- * Provider's default endpoint.
181
- * NOTE: This property will not be serialized. It can only be populated by the server.
182
- */
183
- readonly defaultEndpoint?: string;
184
- /** Azure Active Directory info. */
185
- aad?: ProviderPropertiesAad;
186
- /** Provider's Managed-Application info */
187
- managedApplication?: ProviderPropertiesManagedApplication;
188
- /** The list of targets available from this provider. */
189
- targets?: TargetDescription[];
190
- /** The list of skus available from this provider. */
191
- skus?: SkuDescription[];
192
- /** The list of quota dimensions from the provider. */
193
- quotaDimensions?: QuotaDimension[];
194
- /** The list of pricing dimensions from the provider. */
195
- pricingDimensions?: PricingDimension[];
196
- }
197
-
198
- /** Azure Active Directory info. */
199
- export interface ProviderPropertiesAad {
200
- /**
201
- * Provider's application id.
202
- * NOTE: This property will not be serialized. It can only be populated by the server.
203
- */
204
- readonly applicationId?: string;
205
- /**
206
- * Provider's tenant id.
207
- * NOTE: This property will not be serialized. It can only be populated by the server.
208
- */
209
- readonly tenantId?: string;
210
- }
211
-
212
- /** Provider's Managed-Application info */
213
- export interface ProviderPropertiesManagedApplication {
214
- /**
215
- * Provider's publisher id.
216
- * NOTE: This property will not be serialized. It can only be populated by the server.
217
- */
218
- readonly publisherId?: string;
219
- /**
220
- * Provider's offer id.
221
- * NOTE: This property will not be serialized. It can only be populated by the server.
222
- */
223
- readonly offerId?: string;
224
- }
225
-
226
- /** Information about a Target. A target is the component that can process a specific type of Job. */
227
- export interface TargetDescription {
228
- /** Unique target id. */
229
- id?: string;
230
- /** Display name of this target. */
231
- name?: string;
232
- /** A description about this target. */
233
- description?: string;
234
- /** List of data formats accepted by this target. */
235
- acceptedDataFormats?: string[];
236
- /** List of content encodings accepted by this target. */
237
- acceptedContentEncodings?: string[];
238
- }
239
-
240
- /** Information about a specific sku. */
241
- export interface SkuDescription {
242
- /** Unique sku id. */
243
- id?: string;
244
- /** Display name of this sku. */
245
- name?: string;
246
- /** Display name of this sku. */
247
- version?: string;
248
- /** Description about this sku. */
249
- description?: string;
250
- /** Uri to subscribe to the restricted access sku. */
251
- restrictedAccessUri?: string;
252
- /** Flag to indicate whether the sku should be automatically added during workspace creation. */
253
- autoAdd?: boolean;
254
- /** The list of targets available for this sku. */
255
- targets?: string[];
256
- /** The list of quota dimensions for this sku. */
257
- quotaDimensions?: QuotaDimension[];
258
- /** The list of pricing details for the sku. */
259
- pricingDetails?: PricingDetail[];
260
- }
261
-
262
- /** Information about a specific quota dimension. */
263
- export interface QuotaDimension {
264
- /** Unique id of this dimension. */
265
- id?: string;
266
- /** The scope of this quota dimension. */
267
- scope?: string;
268
- /** The reset period of this quota dimension. */
269
- period?: string;
270
- /** The max limit of this dimension. */
271
- quota?: number;
272
- /** The display name of this quota dimension. */
273
- name?: string;
274
- /** A description about this quota dimension. */
275
- description?: string;
276
- /** The standard unit of measurement used for this quota dimension. */
277
- unit?: string;
278
- /** The standard unit of measurement used for this quota dimension in plural form. */
279
- unitPlural?: string;
280
- }
281
-
282
- /** Detailed pricing information for an sku. */
283
- export interface PricingDetail {
284
- /** Unique id for this pricing information. */
285
- id?: string;
286
- /** The unit cost of this sku. */
287
- value?: string;
288
- }
289
-
290
- /** Information about pricing dimension. */
291
- export interface PricingDimension {
292
- /** Unique id of this pricing dimension. */
293
- id?: string;
294
- /** The display name of this pricing dimension. */
295
- name?: string;
296
- }
297
-
298
- /** Lists the operations available. */
299
- export interface OperationsList {
300
- /** Url to follow for getting next page of operations. */
301
- nextLink?: string;
302
- /** Array of operations */
303
- value: Operation[];
304
- }
305
-
306
- /** Operation provided by provider */
307
- export interface Operation {
308
- /** Name of the operation */
309
- name?: string;
310
- /** Indicates whether the operation is a data action */
311
- isDataAction?: boolean;
312
- /** Properties of the operation */
313
- display?: OperationDisplay;
314
- }
315
-
316
- /** Properties of the operation */
317
- export interface OperationDisplay {
318
- /** Provider name */
319
- provider?: string;
320
- /** Resource name */
321
- resource?: string;
322
- /** Operation name */
323
- operation?: string;
324
- /** Description of the operation */
325
- description?: string;
326
- }
327
-
328
- /** Details of check name availability request body. */
329
- export interface CheckNameAvailabilityParameters {
330
- /** Name for checking availability. */
331
- name?: string;
332
- /** The resource type of Quantum Workspace. */
333
- type?: string;
334
- }
335
-
336
- /** Result of check name availability. */
337
- export interface CheckNameAvailabilityResult {
338
- /** Indicator of availability of the Quantum Workspace resource name. */
339
- nameAvailable?: boolean;
340
- /** The reason of unavailability. */
341
- reason?: string;
342
- /**
343
- * The detailed info regarding the reason associated with the Namespace.
344
- * NOTE: This property will not be serialized. It can only be populated by the server.
345
- */
346
- readonly message?: string;
347
- }
348
-
349
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
350
- export interface TrackedResource extends Resource {
351
- /** Resource tags. */
352
- tags?: { [propertyName: string]: string };
353
- /** The geo-location where the resource lives */
354
- location: string;
355
- }
356
-
357
- /** The resource proxy definition object for quantum workspace. */
358
- export interface QuantumWorkspace extends TrackedResource {
359
- /** Managed Identity information. */
360
- identity?: QuantumWorkspaceIdentity;
361
- /**
362
- * System metadata
363
- * NOTE: This property will not be serialized. It can only be populated by the server.
364
- */
365
- readonly systemData?: SystemData;
366
- /** List of Providers selected for this Workspace */
367
- providers?: Provider[];
368
- /**
369
- * Whether the current workspace is ready to accept Jobs.
370
- * NOTE: This property will not be serialized. It can only be populated by the server.
371
- */
372
- readonly usable?: UsableStatus;
373
- /**
374
- * Provisioning status field
375
- * NOTE: This property will not be serialized. It can only be populated by the server.
376
- */
377
- readonly provisioningState?: ProvisioningStatus;
378
- /** ARM Resource Id of the storage account associated with this workspace. */
379
- storageAccount?: string;
380
- /**
381
- * The URI of the workspace endpoint.
382
- * NOTE: This property will not be serialized. It can only be populated by the server.
383
- */
384
- readonly endpointUri?: string;
385
- }
386
-
387
- /** Known values of {@link Status} that the service accepts. */
388
- export enum KnownStatus {
389
- /** Succeeded */
390
- Succeeded = "Succeeded",
391
- /** Launching */
392
- Launching = "Launching",
393
- /** Updating */
394
- Updating = "Updating",
395
- /** Deleting */
396
- Deleting = "Deleting",
397
- /** Deleted */
398
- Deleted = "Deleted",
399
- /** Failed */
400
- Failed = "Failed"
401
- }
402
-
403
- /**
404
- * Defines values for Status. \
405
- * {@link KnownStatus} can be used interchangeably with Status,
406
- * this enum contains the known values that the service supports.
407
- * ### Known values supported by the service
408
- * **Succeeded** \
409
- * **Launching** \
410
- * **Updating** \
411
- * **Deleting** \
412
- * **Deleted** \
413
- * **Failed**
414
- */
415
- export type Status = string;
416
-
417
- /** Known values of {@link UsableStatus} that the service accepts. */
418
- export enum KnownUsableStatus {
419
- /** Yes */
420
- Yes = "Yes",
421
- /** No */
422
- No = "No",
423
- /** Partial */
424
- Partial = "Partial"
425
- }
426
-
427
- /**
428
- * Defines values for UsableStatus. \
429
- * {@link KnownUsableStatus} can be used interchangeably with UsableStatus,
430
- * this enum contains the known values that the service supports.
431
- * ### Known values supported by the service
432
- * **Yes** \
433
- * **No** \
434
- * **Partial**
435
- */
436
- export type UsableStatus = string;
437
-
438
- /** Known values of {@link ProvisioningStatus} that the service accepts. */
439
- export enum KnownProvisioningStatus {
440
- /** Succeeded */
441
- Succeeded = "Succeeded",
442
- /** ProviderLaunching */
443
- ProviderLaunching = "ProviderLaunching",
444
- /** ProviderUpdating */
445
- ProviderUpdating = "ProviderUpdating",
446
- /** ProviderDeleting */
447
- ProviderDeleting = "ProviderDeleting",
448
- /** ProviderProvisioning */
449
- ProviderProvisioning = "ProviderProvisioning",
450
- /** Failed */
451
- Failed = "Failed"
452
- }
453
-
454
- /**
455
- * Defines values for ProvisioningStatus. \
456
- * {@link KnownProvisioningStatus} can be used interchangeably with ProvisioningStatus,
457
- * this enum contains the known values that the service supports.
458
- * ### Known values supported by the service
459
- * **Succeeded** \
460
- * **ProviderLaunching** \
461
- * **ProviderUpdating** \
462
- * **ProviderDeleting** \
463
- * **ProviderProvisioning** \
464
- * **Failed**
465
- */
466
- export type ProvisioningStatus = string;
467
-
468
- /** Known values of {@link ResourceIdentityType} that the service accepts. */
469
- export enum KnownResourceIdentityType {
470
- /** SystemAssigned */
471
- SystemAssigned = "SystemAssigned",
472
- /** None */
473
- None = "None"
474
- }
475
-
476
- /**
477
- * Defines values for ResourceIdentityType. \
478
- * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
479
- * this enum contains the known values that the service supports.
480
- * ### Known values supported by the service
481
- * **SystemAssigned** \
482
- * **None**
483
- */
484
- export type ResourceIdentityType = string;
485
-
486
- /** Known values of {@link CreatedByType} that the service accepts. */
487
- export enum KnownCreatedByType {
488
- /** User */
489
- User = "User",
490
- /** Application */
491
- Application = "Application",
492
- /** ManagedIdentity */
493
- ManagedIdentity = "ManagedIdentity",
494
- /** Key */
495
- Key = "Key"
496
- }
497
-
498
- /**
499
- * Defines values for CreatedByType. \
500
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
501
- * this enum contains the known values that the service supports.
502
- * ### Known values supported by the service
503
- * **User** \
504
- * **Application** \
505
- * **ManagedIdentity** \
506
- * **Key**
507
- */
508
- export type CreatedByType = string;
509
-
510
- /** Optional parameters. */
511
- export interface WorkspacesGetOptionalParams
512
- extends coreClient.OperationOptions {}
513
-
514
- /** Contains response data for the get operation. */
515
- export type WorkspacesGetResponse = QuantumWorkspace;
516
-
517
- /** Optional parameters. */
518
- export interface WorkspacesCreateOrUpdateOptionalParams
519
- extends coreClient.OperationOptions {
520
- /** Delay to wait until next poll, in milliseconds. */
521
- updateIntervalInMs?: number;
522
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
523
- resumeFrom?: string;
524
- }
525
-
526
- /** Contains response data for the createOrUpdate operation. */
527
- export type WorkspacesCreateOrUpdateResponse = QuantumWorkspace;
528
-
529
- /** Optional parameters. */
530
- export interface WorkspacesUpdateTagsOptionalParams
531
- extends coreClient.OperationOptions {}
532
-
533
- /** Contains response data for the updateTags operation. */
534
- export type WorkspacesUpdateTagsResponse = QuantumWorkspace;
535
-
536
- /** Optional parameters. */
537
- export interface WorkspacesDeleteOptionalParams
538
- extends coreClient.OperationOptions {
539
- /** Delay to wait until next poll, in milliseconds. */
540
- updateIntervalInMs?: number;
541
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
542
- resumeFrom?: string;
543
- }
544
-
545
- /** Optional parameters. */
546
- export interface WorkspacesListBySubscriptionOptionalParams
547
- extends coreClient.OperationOptions {}
548
-
549
- /** Contains response data for the listBySubscription operation. */
550
- export type WorkspacesListBySubscriptionResponse = WorkspaceListResult;
551
-
552
- /** Optional parameters. */
553
- export interface WorkspacesListByResourceGroupOptionalParams
554
- extends coreClient.OperationOptions {}
555
-
556
- /** Contains response data for the listByResourceGroup operation. */
557
- export type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
558
-
559
- /** Optional parameters. */
560
- export interface WorkspacesListBySubscriptionNextOptionalParams
561
- extends coreClient.OperationOptions {}
562
-
563
- /** Contains response data for the listBySubscriptionNext operation. */
564
- export type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;
565
-
566
- /** Optional parameters. */
567
- export interface WorkspacesListByResourceGroupNextOptionalParams
568
- extends coreClient.OperationOptions {}
569
-
570
- /** Contains response data for the listByResourceGroupNext operation. */
571
- export type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;
572
-
573
- /** Optional parameters. */
574
- export interface OfferingsListOptionalParams
575
- extends coreClient.OperationOptions {}
576
-
577
- /** Contains response data for the list operation. */
578
- export type OfferingsListResponse = OfferingsListResult;
579
-
580
- /** Optional parameters. */
581
- export interface OfferingsListNextOptionalParams
582
- extends coreClient.OperationOptions {}
583
-
584
- /** Contains response data for the listNext operation. */
585
- export type OfferingsListNextResponse = OfferingsListResult;
586
-
587
- /** Optional parameters. */
588
- export interface OperationsListOptionalParams
589
- extends coreClient.OperationOptions {}
590
-
591
- /** Contains response data for the list operation. */
592
- export type OperationsListResponse = OperationsList;
593
-
594
- /** Optional parameters. */
595
- export interface OperationsListNextOptionalParams
596
- extends coreClient.OperationOptions {}
597
-
598
- /** Contains response data for the listNext operation. */
599
- export type OperationsListNextResponse = OperationsList;
600
-
601
- /** Optional parameters. */
602
- export interface WorkspaceCheckNameAvailabilityOptionalParams
603
- extends coreClient.OperationOptions {}
604
-
605
- /** Contains response data for the checkNameAvailability operation. */
606
- export type WorkspaceCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
607
-
608
- /** Optional parameters. */
609
- export interface AzureQuantumManagementClientOptionalParams
610
- extends coreClient.ServiceClientOptions {
611
- /** server parameter */
612
- $host?: string;
613
- /** Api Version */
614
- apiVersion?: string;
615
- /** Overrides client endpoint. */
616
- endpoint?: string;
617
- }