@azure/arm-onlineexperimentation 1.0.0-alpha.20250509.1

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 (334) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/api/index.d.ts +2 -0
  5. package/dist/browser/api/index.d.ts.map +1 -0
  6. package/dist/browser/api/index.js +4 -0
  7. package/dist/browser/api/index.js.map +1 -0
  8. package/dist/browser/api/onlineExperimentWorkspaces/index.d.ts +3 -0
  9. package/dist/browser/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  10. package/dist/browser/api/onlineExperimentWorkspaces/index.js +4 -0
  11. package/dist/browser/api/onlineExperimentWorkspaces/index.js.map +1 -0
  12. package/dist/browser/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
  13. package/dist/browser/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
  14. package/dist/browser/api/onlineExperimentWorkspaces/operations.js +196 -0
  15. package/dist/browser/api/onlineExperimentWorkspaces/operations.js.map +1 -0
  16. package/dist/browser/api/onlineExperimentWorkspaces/options.d.ts +26 -0
  17. package/dist/browser/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
  18. package/dist/browser/api/onlineExperimentWorkspaces/options.js +4 -0
  19. package/dist/browser/api/onlineExperimentWorkspaces/options.js.map +1 -0
  20. package/dist/browser/api/onlineExperimentationContext.d.ts +19 -0
  21. package/dist/browser/api/onlineExperimentationContext.d.ts.map +1 -0
  22. package/dist/browser/api/onlineExperimentationContext.js +36 -0
  23. package/dist/browser/api/onlineExperimentationContext.js.map +1 -0
  24. package/dist/browser/api/operations/index.d.ts +3 -0
  25. package/dist/browser/api/operations/index.d.ts.map +1 -0
  26. package/dist/browser/api/operations/index.js +4 -0
  27. package/dist/browser/api/operations/index.js.map +1 -0
  28. package/dist/browser/api/operations/operations.d.ts +10 -0
  29. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  30. package/dist/browser/api/operations/operations.js +29 -0
  31. package/dist/browser/api/operations/operations.js.map +1 -0
  32. package/dist/browser/api/operations/options.d.ts +5 -0
  33. package/dist/browser/api/operations/options.d.ts.map +1 -0
  34. package/dist/browser/api/operations/options.js +4 -0
  35. package/dist/browser/api/operations/options.js.map +1 -0
  36. package/dist/browser/classic/index.d.ts +3 -0
  37. package/dist/browser/classic/index.d.ts.map +1 -0
  38. package/dist/browser/classic/index.js +4 -0
  39. package/dist/browser/classic/index.js.map +1 -0
  40. package/dist/browser/classic/onlineExperimentWorkspaces/index.d.ts +27 -0
  41. package/dist/browser/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  42. package/dist/browser/classic/onlineExperimentWorkspaces/index.js +17 -0
  43. package/dist/browser/classic/onlineExperimentWorkspaces/index.js.map +1 -0
  44. package/dist/browser/classic/operations/index.d.ts +11 -0
  45. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  46. package/dist/browser/classic/operations/index.js +12 -0
  47. package/dist/browser/classic/operations/index.js.map +1 -0
  48. package/dist/browser/index.d.ts +10 -0
  49. package/dist/browser/index.d.ts.map +1 -0
  50. package/dist/browser/index.js +6 -0
  51. package/dist/browser/index.js.map +1 -0
  52. package/dist/browser/logger.d.ts +2 -0
  53. package/dist/browser/logger.d.ts.map +1 -0
  54. package/dist/browser/logger.js +5 -0
  55. package/dist/browser/logger.js.map +1 -0
  56. package/dist/browser/models/index.d.ts +2 -0
  57. package/dist/browser/models/index.d.ts.map +1 -0
  58. package/dist/browser/models/index.js +4 -0
  59. package/dist/browser/models/index.js.map +1 -0
  60. package/dist/browser/models/models.d.ts +366 -0
  61. package/dist/browser/models/models.d.ts.map +1 -0
  62. package/dist/browser/models/models.js +341 -0
  63. package/dist/browser/models/models.js.map +1 -0
  64. package/dist/browser/onlineExperimentationClient.d.ts +18 -0
  65. package/dist/browser/onlineExperimentationClient.d.ts.map +1 -0
  66. package/dist/browser/onlineExperimentationClient.js +20 -0
  67. package/dist/browser/onlineExperimentationClient.js.map +1 -0
  68. package/dist/browser/package.json +3 -0
  69. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  70. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  71. package/dist/browser/restorePollerHelpers.js +98 -0
  72. package/dist/browser/restorePollerHelpers.js.map +1 -0
  73. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  74. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  75. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  76. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  77. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  78. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  79. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  80. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  81. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  82. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  83. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  84. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  85. package/dist/commonjs/api/index.d.ts +2 -0
  86. package/dist/commonjs/api/index.d.ts.map +1 -0
  87. package/dist/commonjs/api/index.js +8 -0
  88. package/dist/commonjs/api/index.js.map +1 -0
  89. package/dist/commonjs/api/onlineExperimentWorkspaces/index.d.ts +3 -0
  90. package/dist/commonjs/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  91. package/dist/commonjs/api/onlineExperimentWorkspaces/index.js +13 -0
  92. package/dist/commonjs/api/onlineExperimentWorkspaces/index.js.map +1 -0
  93. package/dist/commonjs/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
  94. package/dist/commonjs/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
  95. package/dist/commonjs/api/onlineExperimentWorkspaces/operations.js +216 -0
  96. package/dist/commonjs/api/onlineExperimentWorkspaces/operations.js.map +1 -0
  97. package/dist/commonjs/api/onlineExperimentWorkspaces/options.d.ts +26 -0
  98. package/dist/commonjs/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
  99. package/dist/commonjs/api/onlineExperimentWorkspaces/options.js +5 -0
  100. package/dist/commonjs/api/onlineExperimentWorkspaces/options.js.map +1 -0
  101. package/dist/commonjs/api/onlineExperimentationContext.d.ts +19 -0
  102. package/dist/commonjs/api/onlineExperimentationContext.d.ts.map +1 -0
  103. package/dist/commonjs/api/onlineExperimentationContext.js +39 -0
  104. package/dist/commonjs/api/onlineExperimentationContext.js.map +1 -0
  105. package/dist/commonjs/api/operations/index.d.ts +3 -0
  106. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  107. package/dist/commonjs/api/operations/index.js +8 -0
  108. package/dist/commonjs/api/operations/index.js.map +1 -0
  109. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  110. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  111. package/dist/commonjs/api/operations/operations.js +34 -0
  112. package/dist/commonjs/api/operations/operations.js.map +1 -0
  113. package/dist/commonjs/api/operations/options.d.ts +5 -0
  114. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  115. package/dist/commonjs/api/operations/options.js +5 -0
  116. package/dist/commonjs/api/operations/options.js.map +1 -0
  117. package/dist/commonjs/classic/index.d.ts +3 -0
  118. package/dist/commonjs/classic/index.d.ts.map +1 -0
  119. package/dist/commonjs/classic/index.js +5 -0
  120. package/dist/commonjs/classic/index.js.map +1 -0
  121. package/dist/commonjs/classic/onlineExperimentWorkspaces/index.d.ts +27 -0
  122. package/dist/commonjs/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  123. package/dist/commonjs/classic/onlineExperimentWorkspaces/index.js +20 -0
  124. package/dist/commonjs/classic/onlineExperimentWorkspaces/index.js.map +1 -0
  125. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  126. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  127. package/dist/commonjs/classic/operations/index.js +15 -0
  128. package/dist/commonjs/classic/operations/index.js.map +1 -0
  129. package/dist/commonjs/index.d.ts +10 -0
  130. package/dist/commonjs/index.d.ts.map +1 -0
  131. package/dist/commonjs/index.js +20 -0
  132. package/dist/commonjs/index.js.map +1 -0
  133. package/dist/commonjs/logger.d.ts +2 -0
  134. package/dist/commonjs/logger.d.ts.map +1 -0
  135. package/dist/commonjs/logger.js +8 -0
  136. package/dist/commonjs/logger.js.map +1 -0
  137. package/dist/commonjs/models/index.d.ts +2 -0
  138. package/dist/commonjs/models/index.d.ts.map +1 -0
  139. package/dist/commonjs/models/index.js +16 -0
  140. package/dist/commonjs/models/index.js.map +1 -0
  141. package/dist/commonjs/models/models.d.ts +366 -0
  142. package/dist/commonjs/models/models.d.ts.map +1 -0
  143. package/dist/commonjs/models/models.js +378 -0
  144. package/dist/commonjs/models/models.js.map +1 -0
  145. package/dist/commonjs/onlineExperimentationClient.d.ts +18 -0
  146. package/dist/commonjs/onlineExperimentationClient.d.ts.map +1 -0
  147. package/dist/commonjs/onlineExperimentationClient.js +24 -0
  148. package/dist/commonjs/onlineExperimentationClient.js.map +1 -0
  149. package/dist/commonjs/package.json +3 -0
  150. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  151. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  152. package/dist/commonjs/restorePollerHelpers.js +101 -0
  153. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  154. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  155. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  156. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  157. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  158. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  159. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  160. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  161. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  162. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  163. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  164. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  165. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  166. package/dist/commonjs/tsdoc-metadata.json +11 -0
  167. package/dist/esm/api/index.d.ts +2 -0
  168. package/dist/esm/api/index.d.ts.map +1 -0
  169. package/dist/esm/api/index.js +4 -0
  170. package/dist/esm/api/index.js.map +1 -0
  171. package/dist/esm/api/onlineExperimentWorkspaces/index.d.ts +3 -0
  172. package/dist/esm/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  173. package/dist/esm/api/onlineExperimentWorkspaces/index.js +4 -0
  174. package/dist/esm/api/onlineExperimentWorkspaces/index.js.map +1 -0
  175. package/dist/esm/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
  176. package/dist/esm/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
  177. package/dist/esm/api/onlineExperimentWorkspaces/operations.js +196 -0
  178. package/dist/esm/api/onlineExperimentWorkspaces/operations.js.map +1 -0
  179. package/dist/esm/api/onlineExperimentWorkspaces/options.d.ts +26 -0
  180. package/dist/esm/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
  181. package/dist/esm/api/onlineExperimentWorkspaces/options.js +4 -0
  182. package/dist/esm/api/onlineExperimentWorkspaces/options.js.map +1 -0
  183. package/dist/esm/api/onlineExperimentationContext.d.ts +19 -0
  184. package/dist/esm/api/onlineExperimentationContext.d.ts.map +1 -0
  185. package/dist/esm/api/onlineExperimentationContext.js +36 -0
  186. package/dist/esm/api/onlineExperimentationContext.js.map +1 -0
  187. package/dist/esm/api/operations/index.d.ts +3 -0
  188. package/dist/esm/api/operations/index.d.ts.map +1 -0
  189. package/dist/esm/api/operations/index.js +4 -0
  190. package/dist/esm/api/operations/index.js.map +1 -0
  191. package/dist/esm/api/operations/operations.d.ts +10 -0
  192. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  193. package/dist/esm/api/operations/operations.js +29 -0
  194. package/dist/esm/api/operations/operations.js.map +1 -0
  195. package/dist/esm/api/operations/options.d.ts +5 -0
  196. package/dist/esm/api/operations/options.d.ts.map +1 -0
  197. package/dist/esm/api/operations/options.js +4 -0
  198. package/dist/esm/api/operations/options.js.map +1 -0
  199. package/dist/esm/classic/index.d.ts +3 -0
  200. package/dist/esm/classic/index.d.ts.map +1 -0
  201. package/dist/esm/classic/index.js +4 -0
  202. package/dist/esm/classic/index.js.map +1 -0
  203. package/dist/esm/classic/onlineExperimentWorkspaces/index.d.ts +27 -0
  204. package/dist/esm/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  205. package/dist/esm/classic/onlineExperimentWorkspaces/index.js +17 -0
  206. package/dist/esm/classic/onlineExperimentWorkspaces/index.js.map +1 -0
  207. package/dist/esm/classic/operations/index.d.ts +11 -0
  208. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  209. package/dist/esm/classic/operations/index.js +12 -0
  210. package/dist/esm/classic/operations/index.js.map +1 -0
  211. package/dist/esm/index.d.ts +10 -0
  212. package/dist/esm/index.d.ts.map +1 -0
  213. package/dist/esm/index.js +6 -0
  214. package/dist/esm/index.js.map +1 -0
  215. package/dist/esm/logger.d.ts +2 -0
  216. package/dist/esm/logger.d.ts.map +1 -0
  217. package/dist/esm/logger.js +5 -0
  218. package/dist/esm/logger.js.map +1 -0
  219. package/dist/esm/models/index.d.ts +2 -0
  220. package/dist/esm/models/index.d.ts.map +1 -0
  221. package/dist/esm/models/index.js +4 -0
  222. package/dist/esm/models/index.js.map +1 -0
  223. package/dist/esm/models/models.d.ts +366 -0
  224. package/dist/esm/models/models.d.ts.map +1 -0
  225. package/dist/esm/models/models.js +341 -0
  226. package/dist/esm/models/models.js.map +1 -0
  227. package/dist/esm/onlineExperimentationClient.d.ts +18 -0
  228. package/dist/esm/onlineExperimentationClient.d.ts.map +1 -0
  229. package/dist/esm/onlineExperimentationClient.js +20 -0
  230. package/dist/esm/onlineExperimentationClient.js.map +1 -0
  231. package/dist/esm/package.json +3 -0
  232. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  233. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  234. package/dist/esm/restorePollerHelpers.js +98 -0
  235. package/dist/esm/restorePollerHelpers.js.map +1 -0
  236. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  237. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  238. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  239. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  240. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  241. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  242. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  243. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  244. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  245. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  246. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  247. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  248. package/dist/react-native/api/index.d.ts +2 -0
  249. package/dist/react-native/api/index.d.ts.map +1 -0
  250. package/dist/react-native/api/index.js +4 -0
  251. package/dist/react-native/api/index.js.map +1 -0
  252. package/dist/react-native/api/onlineExperimentWorkspaces/index.d.ts +3 -0
  253. package/dist/react-native/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  254. package/dist/react-native/api/onlineExperimentWorkspaces/index.js +4 -0
  255. package/dist/react-native/api/onlineExperimentWorkspaces/index.js.map +1 -0
  256. package/dist/react-native/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
  257. package/dist/react-native/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
  258. package/dist/react-native/api/onlineExperimentWorkspaces/operations.js +196 -0
  259. package/dist/react-native/api/onlineExperimentWorkspaces/operations.js.map +1 -0
  260. package/dist/react-native/api/onlineExperimentWorkspaces/options.d.ts +26 -0
  261. package/dist/react-native/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
  262. package/dist/react-native/api/onlineExperimentWorkspaces/options.js +4 -0
  263. package/dist/react-native/api/onlineExperimentWorkspaces/options.js.map +1 -0
  264. package/dist/react-native/api/onlineExperimentationContext.d.ts +19 -0
  265. package/dist/react-native/api/onlineExperimentationContext.d.ts.map +1 -0
  266. package/dist/react-native/api/onlineExperimentationContext.js +36 -0
  267. package/dist/react-native/api/onlineExperimentationContext.js.map +1 -0
  268. package/dist/react-native/api/operations/index.d.ts +3 -0
  269. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  270. package/dist/react-native/api/operations/index.js +4 -0
  271. package/dist/react-native/api/operations/index.js.map +1 -0
  272. package/dist/react-native/api/operations/operations.d.ts +10 -0
  273. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  274. package/dist/react-native/api/operations/operations.js +29 -0
  275. package/dist/react-native/api/operations/operations.js.map +1 -0
  276. package/dist/react-native/api/operations/options.d.ts +5 -0
  277. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  278. package/dist/react-native/api/operations/options.js +4 -0
  279. package/dist/react-native/api/operations/options.js.map +1 -0
  280. package/dist/react-native/classic/index.d.ts +3 -0
  281. package/dist/react-native/classic/index.d.ts.map +1 -0
  282. package/dist/react-native/classic/index.js +4 -0
  283. package/dist/react-native/classic/index.js.map +1 -0
  284. package/dist/react-native/classic/onlineExperimentWorkspaces/index.d.ts +27 -0
  285. package/dist/react-native/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
  286. package/dist/react-native/classic/onlineExperimentWorkspaces/index.js +17 -0
  287. package/dist/react-native/classic/onlineExperimentWorkspaces/index.js.map +1 -0
  288. package/dist/react-native/classic/operations/index.d.ts +11 -0
  289. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  290. package/dist/react-native/classic/operations/index.js +12 -0
  291. package/dist/react-native/classic/operations/index.js.map +1 -0
  292. package/dist/react-native/index.d.ts +10 -0
  293. package/dist/react-native/index.d.ts.map +1 -0
  294. package/dist/react-native/index.js +6 -0
  295. package/dist/react-native/index.js.map +1 -0
  296. package/dist/react-native/logger.d.ts +2 -0
  297. package/dist/react-native/logger.d.ts.map +1 -0
  298. package/dist/react-native/logger.js +5 -0
  299. package/dist/react-native/logger.js.map +1 -0
  300. package/dist/react-native/models/index.d.ts +2 -0
  301. package/dist/react-native/models/index.d.ts.map +1 -0
  302. package/dist/react-native/models/index.js +4 -0
  303. package/dist/react-native/models/index.js.map +1 -0
  304. package/dist/react-native/models/models.d.ts +366 -0
  305. package/dist/react-native/models/models.d.ts.map +1 -0
  306. package/dist/react-native/models/models.js +341 -0
  307. package/dist/react-native/models/models.js.map +1 -0
  308. package/dist/react-native/onlineExperimentationClient.d.ts +18 -0
  309. package/dist/react-native/onlineExperimentationClient.d.ts.map +1 -0
  310. package/dist/react-native/onlineExperimentationClient.js +20 -0
  311. package/dist/react-native/onlineExperimentationClient.js.map +1 -0
  312. package/dist/react-native/package.json +3 -0
  313. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  314. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  315. package/dist/react-native/restorePollerHelpers.js +98 -0
  316. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  317. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  318. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  319. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  320. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  321. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  322. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  323. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  324. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  325. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  326. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  327. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  328. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  329. package/package.json +213 -0
  330. package/review/arm-onlineexperimentation-api-onlineExperimentWorkspaces.api.md +59 -0
  331. package/review/arm-onlineexperimentation-api-operations.api.md +19 -0
  332. package/review/arm-onlineexperimentation-api.api.md +27 -0
  333. package/review/arm-onlineexperimentation-models.api.md +212 -0
  334. package/review/arm-onlineexperimentation.api.md +307 -0
@@ -0,0 +1,11 @@
1
+ import { OnlineExperimentationContext } from "../../api/onlineExperimentationContext.js";
2
+ import { Operation } from "../../models/models.js";
3
+ import { OperationsListOptionalParams } from "../../api/operations/options.js";
4
+ import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
5
+ /** Interface representing a Operations operations. */
6
+ export interface OperationsOperations {
7
+ /** List the operations for the provider */
8
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
9
+ }
10
+ export declare function _getOperationsOperations(context: OnlineExperimentationContext): OperationsOperations;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,4BAA4B,EAAE,MAAM,2CAA2C,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAE/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AAEnF,sDAAsD;AACtD,MAAM,WAAW,oBAAoB;IACnC,2CAA2C;IAC3C,IAAI,EAAE,CAAC,OAAO,CAAC,EAAE,4BAA4B,KAAK,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACzF;AAQD,wBAAgB,wBAAwB,CACtC,OAAO,EAAE,4BAA4B,GACpC,oBAAoB,CAItB"}
@@ -0,0 +1,12 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { list } from "../../api/operations/operations.js";
4
+ function _getOperations(context) {
5
+ return {
6
+ list: (options) => list(context, options),
7
+ };
8
+ }
9
+ export function _getOperationsOperations(context) {
10
+ return Object.assign({}, _getOperations(context));
11
+ }
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC,OAAO,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAS1D,SAAS,cAAc,CAAC,OAAqC;IAC3D,OAAO;QACL,IAAI,EAAE,CAAC,OAAsC,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,OAAqC;IAErC,yBACK,cAAc,CAAC,OAAO,CAAC,EAC1B;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OnlineExperimentationContext } from \"../../api/onlineExperimentationContext.js\";\nimport { Operation } from \"../../models/models.js\";\nimport { OperationsListOptionalParams } from \"../../api/operations/options.js\";\nimport { list } from \"../../api/operations/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nfunction _getOperations(context: OnlineExperimentationContext) {\n return {\n list: (options?: OperationsListOptionalParams) => list(context, options),\n };\n}\n\nexport function _getOperationsOperations(\n context: OnlineExperimentationContext,\n): OperationsOperations {\n return {\n ..._getOperations(context),\n };\n}\n"]}
@@ -0,0 +1,10 @@
1
+ import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
2
+ export { OnlineExperimentationClient } from "./onlineExperimentationClient.js";
3
+ export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
4
+ export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, OnlineExperimentWorkspace, OnlineExperimentWorkspaceProperties, KnownResourceProvisioningState, ResourceProvisioningState, ResourceEncryptionConfiguration, CustomerManagedKeyEncryption, KeyEncryptionKeyIdentity, KnownKeyEncryptionKeyIdentityType, KeyEncryptionKeyIdentityType, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, OnlineExperimentationWorkspaceSku, KnownOnlineExperimentationWorkspaceSkuName, OnlineExperimentationWorkspaceSkuName, KnownOnlineExperimentationWorkspaceSkuTier, OnlineExperimentationWorkspaceSkuTier, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, KnownVersions, } from "./models/index.js";
5
+ export { OnlineExperimentationClientOptionalParams } from "./api/index.js";
6
+ export { OnlineExperimentWorkspacesListBySubscriptionOptionalParams, OnlineExperimentWorkspacesListByResourceGroupOptionalParams, OnlineExperimentWorkspacesDeleteOptionalParams, OnlineExperimentWorkspacesUpdateOptionalParams, OnlineExperimentWorkspacesCreateOrUpdateOptionalParams, OnlineExperimentWorkspacesGetOptionalParams, } from "./api/onlineExperimentWorkspaces/index.js";
7
+ export { OperationsListOptionalParams } from "./api/operations/index.js";
8
+ export { OnlineExperimentWorkspacesOperations, OperationsOperations } from "./classic/index.js";
9
+ export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,yBAAyB,EACzB,mCAAmC,EACnC,8BAA8B,EAC9B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,wBAAwB,EACxB,iCAAiC,EACjC,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,iCAAiC,EACjC,0CAA0C,EAC1C,qCAAqC,EACrC,0CAA0C,EAC1C,qCAAqC,EACrC,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,yCAAyC,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EACL,0DAA0D,EAC1D,2DAA2D,EAC3D,8CAA8C,EAC9C,8CAA8C,EAC9C,sDAAsD,EACtD,2CAA2C,GAC5C,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,oCAAoC,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAChG,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { OnlineExperimentationClient } from "./onlineExperimentationClient.js";
4
+ export { restorePoller } from "./restorePollerHelpers.js";
5
+ export { KnownOrigin, KnownActionType, KnownResourceProvisioningState, KnownKeyEncryptionKeyIdentityType, KnownManagedServiceIdentityType, KnownOnlineExperimentationWorkspaceSkuName, KnownOnlineExperimentationWorkspaceSkuTier, KnownCreatedByType, KnownVersions, } from "./models/index.js";
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,8BAA8B,EAK9B,iCAAiC,EAGjC,+BAA+B,EAI/B,0CAA0C,EAE1C,0CAA0C,EAK1C,kBAAkB,EAElB,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { OnlineExperimentationClient } from \"./onlineExperimentationClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n OnlineExperimentWorkspace,\n OnlineExperimentWorkspaceProperties,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n ResourceEncryptionConfiguration,\n CustomerManagedKeyEncryption,\n KeyEncryptionKeyIdentity,\n KnownKeyEncryptionKeyIdentityType,\n KeyEncryptionKeyIdentityType,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n OnlineExperimentationWorkspaceSku,\n KnownOnlineExperimentationWorkspaceSkuName,\n OnlineExperimentationWorkspaceSkuName,\n KnownOnlineExperimentationWorkspaceSkuTier,\n OnlineExperimentationWorkspaceSkuTier,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n KnownVersions,\n} from \"./models/index.js\";\nexport { OnlineExperimentationClientOptionalParams } from \"./api/index.js\";\nexport {\n OnlineExperimentWorkspacesListBySubscriptionOptionalParams,\n OnlineExperimentWorkspacesListByResourceGroupOptionalParams,\n OnlineExperimentWorkspacesDeleteOptionalParams,\n OnlineExperimentWorkspacesUpdateOptionalParams,\n OnlineExperimentWorkspacesCreateOrUpdateOptionalParams,\n OnlineExperimentWorkspacesGetOptionalParams,\n} from \"./api/onlineExperimentWorkspaces/index.js\";\nexport { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport { OnlineExperimentWorkspacesOperations, OperationsOperations } from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const logger: import("@azure/logger").AzureLogger;
2
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAAkD,CAAC"}
@@ -0,0 +1,5 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createClientLogger } from "@azure/logger";
4
+ export const logger = createClientLogger("arm-onlineexperimentation");
5
+ //# sourceMappingURL=logger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,2BAA2B,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-onlineexperimentation\");\n"]}
@@ -0,0 +1,2 @@
1
+ export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, OnlineExperimentWorkspace, OnlineExperimentWorkspaceProperties, KnownResourceProvisioningState, ResourceProvisioningState, ResourceEncryptionConfiguration, CustomerManagedKeyEncryption, KeyEncryptionKeyIdentity, KnownKeyEncryptionKeyIdentityType, KeyEncryptionKeyIdentityType, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, OnlineExperimentationWorkspaceSku, KnownOnlineExperimentationWorkspaceSkuName, OnlineExperimentationWorkspaceSkuName, KnownOnlineExperimentationWorkspaceSkuTier, OnlineExperimentationWorkspaceSkuTier, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, KnownVersions, } from "./models.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,yBAAyB,EACzB,mCAAmC,EACnC,8BAA8B,EAC9B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,wBAAwB,EACxB,iCAAiC,EACjC,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,iCAAiC,EACjC,0CAA0C,EAC1C,qCAAqC,EACrC,0CAA0C,EAC1C,qCAAqC,EACrC,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,GACd,MAAM,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownOrigin, KnownActionType, KnownResourceProvisioningState, KnownKeyEncryptionKeyIdentityType, KnownManagedServiceIdentityType, KnownOnlineExperimentationWorkspaceSkuName, KnownOnlineExperimentationWorkspaceSkuTier, KnownCreatedByType, KnownVersions, } from "./models.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,8BAA8B,EAK9B,iCAAiC,EAGjC,+BAA+B,EAI/B,0CAA0C,EAE1C,0CAA0C,EAK1C,kBAAkB,EAElB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n OnlineExperimentWorkspace,\n OnlineExperimentWorkspaceProperties,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n ResourceEncryptionConfiguration,\n CustomerManagedKeyEncryption,\n KeyEncryptionKeyIdentity,\n KnownKeyEncryptionKeyIdentityType,\n KeyEncryptionKeyIdentityType,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n OnlineExperimentationWorkspaceSku,\n KnownOnlineExperimentationWorkspaceSkuName,\n OnlineExperimentationWorkspaceSkuName,\n KnownOnlineExperimentationWorkspaceSkuTier,\n OnlineExperimentationWorkspaceSkuTier,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n KnownVersions,\n} from \"./models.js\";\n"]}
@@ -0,0 +1,366 @@
1
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
2
+ export interface _OperationListResult {
3
+ /** The Operation items on this page */
4
+ value: Operation[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
11
+ export interface Operation {
12
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
13
+ readonly name?: string;
14
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
15
+ readonly isDataAction?: boolean;
16
+ /** Localized display information for this particular operation. */
17
+ display?: OperationDisplay;
18
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
19
+ readonly origin?: Origin;
20
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
21
+ readonly actionType?: ActionType;
22
+ }
23
+ export declare function operationDeserializer(item: any): Operation;
24
+ /** Localized display information for and operation. */
25
+ export interface OperationDisplay {
26
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
27
+ readonly provider?: string;
28
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
29
+ readonly resource?: string;
30
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
31
+ readonly operation?: string;
32
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
33
+ readonly description?: string;
34
+ }
35
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
36
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
37
+ export declare enum KnownOrigin {
38
+ /** Indicates the operation is initiated by a user. */
39
+ User = "user",
40
+ /** Indicates the operation is initiated by a system. */
41
+ System = "system",
42
+ /** Indicates the operation is initiated by a user or system. */
43
+ UserSystem = "user,system"
44
+ }
45
+ /**
46
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
47
+ * {@link KnownOrigin} can be used interchangeably with Origin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **user**: Indicates the operation is initiated by a user. \
51
+ * **system**: Indicates the operation is initiated by a system. \
52
+ * **user,system**: Indicates the operation is initiated by a user or system.
53
+ */
54
+ export type Origin = string;
55
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
56
+ export declare enum KnownActionType {
57
+ /** Actions are for internal-only APIs. */
58
+ Internal = "Internal"
59
+ }
60
+ /**
61
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
62
+ * {@link KnownActionType} can be used interchangeably with ActionType,
63
+ * this enum contains the known values that the service supports.
64
+ * ### Known values supported by the service
65
+ * **Internal**: Actions are for internal-only APIs.
66
+ */
67
+ export type ActionType = string;
68
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
69
+ export interface ErrorResponse {
70
+ /** The error object. */
71
+ error?: ErrorDetail;
72
+ }
73
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
74
+ /** The error detail. */
75
+ export interface ErrorDetail {
76
+ /** The error code. */
77
+ readonly code?: string;
78
+ /** The error message. */
79
+ readonly message?: string;
80
+ /** The error target. */
81
+ readonly target?: string;
82
+ /** The error details. */
83
+ readonly details?: ErrorDetail[];
84
+ /** The error additional info. */
85
+ readonly additionalInfo?: ErrorAdditionalInfo[];
86
+ }
87
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
88
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
89
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
90
+ /** The resource management error additional info. */
91
+ export interface ErrorAdditionalInfo {
92
+ /** The additional info type. */
93
+ readonly type?: string;
94
+ /** The additional info. */
95
+ readonly info?: Record<string, any>;
96
+ }
97
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
98
+ /** model interface _ErrorAdditionalInfoInfo */
99
+ export interface _ErrorAdditionalInfoInfo {
100
+ }
101
+ export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
102
+ /** An online experiment workspace resource. */
103
+ export interface OnlineExperimentWorkspace extends TrackedResource {
104
+ /** The resource-specific properties for this resource. */
105
+ properties?: OnlineExperimentWorkspaceProperties;
106
+ /** The managed service identities assigned to this resource. */
107
+ identity?: ManagedServiceIdentity;
108
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
109
+ sku?: OnlineExperimentationWorkspaceSku;
110
+ }
111
+ export declare function onlineExperimentWorkspaceSerializer(item: OnlineExperimentWorkspace): any;
112
+ export declare function onlineExperimentWorkspaceDeserializer(item: any): OnlineExperimentWorkspace;
113
+ /** The properties of an online experiment workspace. */
114
+ export interface OnlineExperimentWorkspaceProperties {
115
+ /** The Id of the workspace. */
116
+ readonly workspaceId?: string;
117
+ /** The provisioning state for the resource */
118
+ readonly provisioningState?: ResourceProvisioningState;
119
+ /** The resource identifier of the Log Analytics workspace which online experiment workspace uses for generating experiment analysis results. */
120
+ logAnalyticsWorkspaceResourceId: string;
121
+ /** The resource identifier of storage account where logs are exported from Log Analytics workspace. Online Experiment workspace uses it generating experiment analysis results. */
122
+ logsExporterStorageAccountResourceId: string;
123
+ /** The resource identifier of App Configuration with which this online experiment workspace is tied for experimentation. This is a required field for creating an online experiment workspace. */
124
+ appConfigurationResourceId: string;
125
+ /** The encryption configuration for the online experiment workspace resource. */
126
+ encryption?: ResourceEncryptionConfiguration;
127
+ /** The data plane endpoint for the online experiment workspace resource. */
128
+ readonly endpoint?: string;
129
+ }
130
+ export declare function onlineExperimentWorkspacePropertiesSerializer(item: OnlineExperimentWorkspaceProperties): any;
131
+ export declare function onlineExperimentWorkspacePropertiesDeserializer(item: any): OnlineExperimentWorkspaceProperties;
132
+ /** The provisioning state of a resource type. */
133
+ export declare enum KnownResourceProvisioningState {
134
+ /** Resource has been created. */
135
+ Succeeded = "Succeeded",
136
+ /** Resource creation failed. */
137
+ Failed = "Failed",
138
+ /** Resource creation was canceled. */
139
+ Canceled = "Canceled"
140
+ }
141
+ /**
142
+ * The provisioning state of a resource type. \
143
+ * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
144
+ * this enum contains the known values that the service supports.
145
+ * ### Known values supported by the service
146
+ * **Succeeded**: Resource has been created. \
147
+ * **Failed**: Resource creation failed. \
148
+ * **Canceled**: Resource creation was canceled.
149
+ */
150
+ export type ResourceProvisioningState = string;
151
+ /** The encryption configuration for the online experiment workspace resource. */
152
+ export interface ResourceEncryptionConfiguration {
153
+ /** All Customer-managed key encryption properties for the resource. */
154
+ customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
155
+ }
156
+ export declare function resourceEncryptionConfigurationSerializer(item: ResourceEncryptionConfiguration): any;
157
+ export declare function resourceEncryptionConfigurationDeserializer(item: any): ResourceEncryptionConfiguration;
158
+ /** Customer-managed key encryption properties for the resource. */
159
+ export interface CustomerManagedKeyEncryption {
160
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
161
+ keyEncryptionKeyIdentity?: KeyEncryptionKeyIdentity;
162
+ /** key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
163
+ keyEncryptionKeyUrl?: string;
164
+ }
165
+ export declare function customerManagedKeyEncryptionSerializer(item: CustomerManagedKeyEncryption): any;
166
+ export declare function customerManagedKeyEncryptionDeserializer(item: any): CustomerManagedKeyEncryption;
167
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
168
+ export interface KeyEncryptionKeyIdentity {
169
+ /** The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity. */
170
+ identityType?: KeyEncryptionKeyIdentityType;
171
+ /** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */
172
+ userAssignedIdentityResourceId?: string;
173
+ /** application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540 */
174
+ federatedClientId?: string;
175
+ }
176
+ export declare function keyEncryptionKeyIdentitySerializer(item: KeyEncryptionKeyIdentity): any;
177
+ export declare function keyEncryptionKeyIdentityDeserializer(item: any): KeyEncryptionKeyIdentity;
178
+ /** The type of identity to use. */
179
+ export declare enum KnownKeyEncryptionKeyIdentityType {
180
+ /** System assigned identity */
181
+ SystemAssignedIdentity = "SystemAssignedIdentity",
182
+ /** User assigned identity */
183
+ UserAssignedIdentity = "UserAssignedIdentity"
184
+ }
185
+ /**
186
+ * The type of identity to use. \
187
+ * {@link KnownKeyEncryptionKeyIdentityType} can be used interchangeably with KeyEncryptionKeyIdentityType,
188
+ * this enum contains the known values that the service supports.
189
+ * ### Known values supported by the service
190
+ * **SystemAssignedIdentity**: System assigned identity \
191
+ * **UserAssignedIdentity**: User assigned identity
192
+ */
193
+ export type KeyEncryptionKeyIdentityType = string;
194
+ /** Managed service identity (system assigned and/or user assigned identities) */
195
+ export interface ManagedServiceIdentity {
196
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
197
+ readonly principalId?: string;
198
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
199
+ readonly tenantId?: string;
200
+ /** The type of managed identity assigned to this resource. */
201
+ type: ManagedServiceIdentityType;
202
+ /** The identities assigned to this resource by the user. */
203
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
204
+ }
205
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
206
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
207
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
208
+ export declare enum KnownManagedServiceIdentityType {
209
+ /** No managed identity. */
210
+ None = "None",
211
+ /** System assigned managed identity. */
212
+ SystemAssigned = "SystemAssigned",
213
+ /** User assigned managed identity. */
214
+ UserAssigned = "UserAssigned",
215
+ /** System and user assigned managed identity. */
216
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
217
+ }
218
+ /**
219
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
220
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
221
+ * this enum contains the known values that the service supports.
222
+ * ### Known values supported by the service
223
+ * **None**: No managed identity. \
224
+ * **SystemAssigned**: System assigned managed identity. \
225
+ * **UserAssigned**: User assigned managed identity. \
226
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
227
+ */
228
+ export type ManagedServiceIdentityType = string;
229
+ /** User assigned identity properties */
230
+ export interface UserAssignedIdentity {
231
+ /** The client ID of the assigned identity. */
232
+ readonly clientId?: string;
233
+ /** The principal ID of the assigned identity. */
234
+ readonly principalId?: string;
235
+ }
236
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
237
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
238
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
239
+ export interface OnlineExperimentationWorkspaceSku {
240
+ /** The name of the SKU. Ex - F0, P0. It is typically a letter+number code */
241
+ name: OnlineExperimentationWorkspaceSkuName;
242
+ /** The name of the SKU tier */
243
+ readonly tier?: OnlineExperimentationWorkspaceSkuTier;
244
+ }
245
+ export declare function onlineExperimentationWorkspaceSkuSerializer(item: OnlineExperimentationWorkspaceSku): any;
246
+ export declare function onlineExperimentationWorkspaceSkuDeserializer(item: any): OnlineExperimentationWorkspaceSku;
247
+ /** The allowed SKU names for the online experimentation workspace. */
248
+ export declare enum KnownOnlineExperimentationWorkspaceSkuName {
249
+ /** The Free service sku name. */
250
+ F0 = "F0",
251
+ /** The Standard service sku name. */
252
+ S0 = "S0",
253
+ /** The Premium service sku name. */
254
+ P0 = "P0",
255
+ /** The Developer service sku name. */
256
+ D0 = "D0"
257
+ }
258
+ /**
259
+ * The allowed SKU names for the online experimentation workspace. \
260
+ * {@link KnownOnlineExperimentationWorkspaceSkuName} can be used interchangeably with OnlineExperimentationWorkspaceSkuName,
261
+ * this enum contains the known values that the service supports.
262
+ * ### Known values supported by the service
263
+ * **F0**: The Free service sku name. \
264
+ * **S0**: The Standard service sku name. \
265
+ * **P0**: The Premium service sku name. \
266
+ * **D0**: The Developer service sku name.
267
+ */
268
+ export type OnlineExperimentationWorkspaceSkuName = string;
269
+ /** The allowed SKU tiers for the online experimentation workspace. */
270
+ export declare enum KnownOnlineExperimentationWorkspaceSkuTier {
271
+ /** The Free service tier. */
272
+ Free = "Free",
273
+ /** The Standard service tier. */
274
+ Standard = "Standard",
275
+ /** The Premium service tier. */
276
+ Premium = "Premium",
277
+ /** The Developer service tier. */
278
+ Developer = "Developer"
279
+ }
280
+ /**
281
+ * The allowed SKU tiers for the online experimentation workspace. \
282
+ * {@link KnownOnlineExperimentationWorkspaceSkuTier} can be used interchangeably with OnlineExperimentationWorkspaceSkuTier,
283
+ * this enum contains the known values that the service supports.
284
+ * ### Known values supported by the service
285
+ * **Free**: The Free service tier. \
286
+ * **Standard**: The Standard service tier. \
287
+ * **Premium**: The Premium service tier. \
288
+ * **Developer**: The Developer service tier.
289
+ */
290
+ export type OnlineExperimentationWorkspaceSkuTier = string;
291
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
292
+ export interface TrackedResource extends Resource {
293
+ /** Resource tags. */
294
+ tags?: Record<string, string>;
295
+ /** The geo-location where the resource lives */
296
+ location: string;
297
+ }
298
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
299
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
300
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
301
+ export interface Resource {
302
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
303
+ readonly id?: string;
304
+ /** The name of the resource */
305
+ readonly name?: string;
306
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
307
+ readonly type?: string;
308
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
309
+ readonly systemData?: SystemData;
310
+ }
311
+ export declare function resourceSerializer(item: Resource): any;
312
+ export declare function resourceDeserializer(item: any): Resource;
313
+ /** Metadata pertaining to creation and last modification of the resource. */
314
+ export interface SystemData {
315
+ /** The identity that created the resource. */
316
+ createdBy?: string;
317
+ /** The type of identity that created the resource. */
318
+ createdByType?: CreatedByType;
319
+ /** The timestamp of resource creation (UTC). */
320
+ createdAt?: Date;
321
+ /** The identity that last modified the resource. */
322
+ lastModifiedBy?: string;
323
+ /** The type of identity that last modified the resource. */
324
+ lastModifiedByType?: CreatedByType;
325
+ /** The timestamp of resource last modification (UTC) */
326
+ lastModifiedAt?: Date;
327
+ }
328
+ export declare function systemDataDeserializer(item: any): SystemData;
329
+ /** The kind of entity that created the resource. */
330
+ export declare enum KnownCreatedByType {
331
+ /** The entity was created by a user. */
332
+ User = "User",
333
+ /** The entity was created by an application. */
334
+ Application = "Application",
335
+ /** The entity was created by a managed identity. */
336
+ ManagedIdentity = "ManagedIdentity",
337
+ /** The entity was created by a key. */
338
+ Key = "Key"
339
+ }
340
+ /**
341
+ * The kind of entity that created the resource. \
342
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
343
+ * this enum contains the known values that the service supports.
344
+ * ### Known values supported by the service
345
+ * **User**: The entity was created by a user. \
346
+ * **Application**: The entity was created by an application. \
347
+ * **ManagedIdentity**: The entity was created by a managed identity. \
348
+ * **Key**: The entity was created by a key.
349
+ */
350
+ export type CreatedByType = string;
351
+ /** The response of a OnlineExperimentWorkspace list operation. */
352
+ export interface _OnlineExperimentWorkspaceListResult {
353
+ /** The OnlineExperimentWorkspace items on this page */
354
+ value: OnlineExperimentWorkspace[];
355
+ /** The link to the next page of items */
356
+ nextLink?: string;
357
+ }
358
+ export declare function _onlineExperimentWorkspaceListResultDeserializer(item: any): _OnlineExperimentWorkspaceListResult;
359
+ export declare function onlineExperimentWorkspaceArraySerializer(result: Array<OnlineExperimentWorkspace>): any[];
360
+ export declare function onlineExperimentWorkspaceArrayDeserializer(result: Array<OnlineExperimentWorkspace>): any[];
361
+ /** The available API versions. */
362
+ export declare enum KnownVersions {
363
+ /** 2025-05-31-preview version */
364
+ V20250531Preview = "2025-05-31-preview"
365
+ }
366
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}