@azure/arm-defendereasm 1.0.0-alpha.20250115.1 → 1.0.0-alpha.20250117.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 (383) hide show
  1. package/{dist-esm/src → dist/browser}/easmMgmtClient.d.ts +2 -2
  2. package/dist/browser/easmMgmtClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/easmMgmtClient.js +15 -18
  4. package/dist/browser/easmMgmtClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/dist/browser/operations/index.d.ts +5 -0
  15. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  16. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  17. package/dist/browser/operations/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/labels.d.ts +3 -3
  19. package/dist/browser/operations/labels.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/labels.js +79 -87
  21. package/dist/browser/operations/labels.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  23. package/dist/browser/operations/operations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  25. package/dist/browser/operations/operations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/tasks.d.ts +3 -3
  27. package/dist/browser/operations/tasks.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/tasks.js +2 -2
  29. package/dist/browser/operations/tasks.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
  31. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/workspaces.js +79 -87
  33. package/dist/browser/operations/workspaces.js.map +1 -0
  34. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  37. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/labels.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/labels.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/labels.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  43. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  50. package/dist/browser/package.json +3 -0
  51. package/dist/browser/pagingHelper.js.map +1 -0
  52. package/dist/commonjs/easmMgmtClient.d.ts +23 -0
  53. package/dist/commonjs/easmMgmtClient.d.ts.map +1 -0
  54. package/dist/commonjs/easmMgmtClient.js +105 -0
  55. package/dist/commonjs/easmMgmtClient.js.map +1 -0
  56. package/dist/commonjs/index.d.ts +5 -0
  57. package/dist/commonjs/index.d.ts.map +1 -0
  58. package/dist/commonjs/index.js +19 -0
  59. package/dist/commonjs/index.js.map +1 -0
  60. package/dist/commonjs/lroImpl.d.ts +11 -0
  61. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  62. package/dist/commonjs/lroImpl.js +24 -0
  63. package/dist/commonjs/lroImpl.js.map +1 -0
  64. package/{types/arm-defendereasm.d.ts → dist/commonjs/models/index.d.ts} +492 -724
  65. package/dist/commonjs/models/index.d.ts.map +1 -0
  66. package/dist/commonjs/models/index.js +69 -0
  67. package/dist/commonjs/models/index.js.map +1 -0
  68. package/dist/commonjs/models/mappers.d.ts +23 -0
  69. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  70. package/dist/commonjs/models/mappers.js +577 -0
  71. package/dist/commonjs/models/mappers.js.map +1 -0
  72. package/dist/commonjs/models/parameters.d.ts +16 -0
  73. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  74. package/dist/commonjs/models/parameters.js +140 -0
  75. package/dist/commonjs/models/parameters.js.map +1 -0
  76. package/dist/commonjs/operations/index.d.ts +5 -0
  77. package/dist/commonjs/operations/index.d.ts.map +1 -0
  78. package/dist/commonjs/operations/index.js +15 -0
  79. package/dist/commonjs/operations/index.js.map +1 -0
  80. package/dist/commonjs/operations/labels.d.ts +87 -0
  81. package/dist/commonjs/operations/labels.d.ts.map +1 -0
  82. package/dist/commonjs/operations/labels.js +386 -0
  83. package/dist/commonjs/operations/labels.js.map +1 -0
  84. package/dist/commonjs/operations/operations.d.ts +32 -0
  85. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  86. package/dist/commonjs/operations/operations.js +137 -0
  87. package/dist/commonjs/operations/operations.js.map +1 -0
  88. package/dist/commonjs/operations/tasks.d.ts +21 -0
  89. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  90. package/dist/commonjs/operations/tasks.js +60 -0
  91. package/dist/commonjs/operations/tasks.js.map +1 -0
  92. package/dist/commonjs/operations/workspaces.d.ts +96 -0
  93. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  94. package/dist/commonjs/operations/workspaces.js +482 -0
  95. package/dist/commonjs/operations/workspaces.js.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  97. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  99. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/labels.d.ts +62 -0
  101. package/dist/commonjs/operationsInterfaces/labels.d.ts.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/labels.js +10 -0
  103. package/dist/commonjs/operationsInterfaces/labels.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  105. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  107. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/tasks.d.ts +13 -0
  109. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  111. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +60 -0
  113. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  115. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  116. package/dist/commonjs/package.json +3 -0
  117. package/dist/commonjs/pagingHelper.d.ts +13 -0
  118. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  119. package/dist/commonjs/pagingHelper.js +36 -0
  120. package/dist/commonjs/pagingHelper.js.map +1 -0
  121. package/dist/esm/easmMgmtClient.d.ts +23 -0
  122. package/dist/esm/easmMgmtClient.d.ts.map +1 -0
  123. package/dist/esm/easmMgmtClient.js +100 -0
  124. package/dist/esm/easmMgmtClient.js.map +1 -0
  125. package/dist/esm/index.d.ts +5 -0
  126. package/dist/esm/index.d.ts.map +1 -0
  127. package/{src/index.ts → dist/esm/index.js} +5 -5
  128. package/dist/esm/index.js.map +1 -0
  129. package/dist/esm/lroImpl.d.ts +11 -0
  130. package/dist/esm/lroImpl.d.ts.map +1 -0
  131. package/dist/esm/lroImpl.js +21 -0
  132. package/dist/esm/lroImpl.js.map +1 -0
  133. package/dist/esm/models/index.d.ts +492 -0
  134. package/dist/esm/models/index.d.ts.map +1 -0
  135. package/dist/esm/models/index.js +66 -0
  136. package/dist/esm/models/index.js.map +1 -0
  137. package/dist/esm/models/mappers.d.ts +23 -0
  138. package/dist/esm/models/mappers.d.ts.map +1 -0
  139. package/dist/esm/models/mappers.js +574 -0
  140. package/dist/esm/models/mappers.js.map +1 -0
  141. package/dist/esm/models/parameters.d.ts +16 -0
  142. package/dist/esm/models/parameters.d.ts.map +1 -0
  143. package/dist/esm/models/parameters.js +137 -0
  144. package/dist/esm/models/parameters.js.map +1 -0
  145. package/dist/esm/operations/index.d.ts +5 -0
  146. package/dist/esm/operations/index.d.ts.map +1 -0
  147. package/dist/esm/operations/index.js +12 -0
  148. package/dist/esm/operations/index.js.map +1 -0
  149. package/dist/esm/operations/labels.d.ts +87 -0
  150. package/dist/esm/operations/labels.d.ts.map +1 -0
  151. package/dist/esm/operations/labels.js +382 -0
  152. package/dist/esm/operations/labels.js.map +1 -0
  153. package/dist/esm/operations/operations.d.ts +32 -0
  154. package/dist/esm/operations/operations.d.ts.map +1 -0
  155. package/dist/esm/operations/operations.js +133 -0
  156. package/dist/esm/operations/operations.js.map +1 -0
  157. package/dist/esm/operations/tasks.d.ts +21 -0
  158. package/dist/esm/operations/tasks.d.ts.map +1 -0
  159. package/dist/esm/operations/tasks.js +55 -0
  160. package/dist/esm/operations/tasks.js.map +1 -0
  161. package/dist/esm/operations/workspaces.d.ts +96 -0
  162. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  163. package/dist/esm/operations/workspaces.js +478 -0
  164. package/dist/esm/operations/workspaces.js.map +1 -0
  165. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  166. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  167. package/dist/esm/operationsInterfaces/index.js +12 -0
  168. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  169. package/dist/esm/operationsInterfaces/labels.d.ts +62 -0
  170. package/dist/esm/operationsInterfaces/labels.d.ts.map +1 -0
  171. package/dist/esm/operationsInterfaces/labels.js +9 -0
  172. package/dist/esm/operationsInterfaces/labels.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  174. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/operations.js +9 -0
  176. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  177. package/dist/esm/operationsInterfaces/tasks.d.ts +13 -0
  178. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  179. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  180. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/workspaces.d.ts +60 -0
  182. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  184. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  185. package/dist/esm/package.json +3 -0
  186. package/dist/esm/pagingHelper.d.ts +13 -0
  187. package/dist/esm/pagingHelper.d.ts.map +1 -0
  188. package/dist/esm/pagingHelper.js +32 -0
  189. package/dist/esm/pagingHelper.js.map +1 -0
  190. package/dist/react-native/easmMgmtClient.d.ts +23 -0
  191. package/dist/react-native/easmMgmtClient.d.ts.map +1 -0
  192. package/dist/react-native/easmMgmtClient.js +100 -0
  193. package/dist/react-native/easmMgmtClient.js.map +1 -0
  194. package/dist/react-native/index.d.ts +5 -0
  195. package/dist/react-native/index.d.ts.map +1 -0
  196. package/dist/react-native/index.js +13 -0
  197. package/dist/react-native/index.js.map +1 -0
  198. package/dist/react-native/lroImpl.d.ts +11 -0
  199. package/dist/react-native/lroImpl.d.ts.map +1 -0
  200. package/dist/react-native/lroImpl.js +21 -0
  201. package/dist/react-native/lroImpl.js.map +1 -0
  202. package/dist/react-native/models/index.d.ts +492 -0
  203. package/dist/react-native/models/index.d.ts.map +1 -0
  204. package/dist/react-native/models/index.js +66 -0
  205. package/dist/react-native/models/index.js.map +1 -0
  206. package/dist/react-native/models/mappers.d.ts +23 -0
  207. package/dist/react-native/models/mappers.d.ts.map +1 -0
  208. package/dist/react-native/models/mappers.js +574 -0
  209. package/dist/react-native/models/mappers.js.map +1 -0
  210. package/dist/react-native/models/parameters.d.ts +16 -0
  211. package/dist/react-native/models/parameters.d.ts.map +1 -0
  212. package/dist/react-native/models/parameters.js +137 -0
  213. package/dist/react-native/models/parameters.js.map +1 -0
  214. package/dist/react-native/operations/index.d.ts +5 -0
  215. package/dist/react-native/operations/index.d.ts.map +1 -0
  216. package/dist/react-native/operations/index.js +12 -0
  217. package/dist/react-native/operations/index.js.map +1 -0
  218. package/dist/react-native/operations/labels.d.ts +87 -0
  219. package/dist/react-native/operations/labels.d.ts.map +1 -0
  220. package/dist/react-native/operations/labels.js +382 -0
  221. package/dist/react-native/operations/labels.js.map +1 -0
  222. package/dist/react-native/operations/operations.d.ts +32 -0
  223. package/dist/react-native/operations/operations.d.ts.map +1 -0
  224. package/dist/react-native/operations/operations.js +133 -0
  225. package/dist/react-native/operations/operations.js.map +1 -0
  226. package/dist/react-native/operations/tasks.d.ts +21 -0
  227. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  228. package/dist/react-native/operations/tasks.js +55 -0
  229. package/dist/react-native/operations/tasks.js.map +1 -0
  230. package/dist/react-native/operations/workspaces.d.ts +96 -0
  231. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  232. package/dist/react-native/operations/workspaces.js +478 -0
  233. package/dist/react-native/operations/workspaces.js.map +1 -0
  234. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  235. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  236. package/dist/react-native/operationsInterfaces/index.js +12 -0
  237. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  238. package/dist/react-native/operationsInterfaces/labels.d.ts +62 -0
  239. package/dist/react-native/operationsInterfaces/labels.d.ts.map +1 -0
  240. package/dist/react-native/operationsInterfaces/labels.js +9 -0
  241. package/dist/react-native/operationsInterfaces/labels.js.map +1 -0
  242. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  243. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  244. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  245. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  246. package/dist/react-native/operationsInterfaces/tasks.d.ts +13 -0
  247. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  248. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  249. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  250. package/dist/react-native/operationsInterfaces/workspaces.d.ts +60 -0
  251. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  252. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  253. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  254. package/dist/react-native/package.json +3 -0
  255. package/dist/react-native/pagingHelper.d.ts +13 -0
  256. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  257. package/dist/react-native/pagingHelper.js +32 -0
  258. package/dist/react-native/pagingHelper.js.map +1 -0
  259. package/package.json +58 -28
  260. package/dist/index.js +0 -2026
  261. package/dist/index.js.map +0 -1
  262. package/dist/index.min.js +0 -1
  263. package/dist/index.min.js.map +0 -1
  264. package/dist-esm/samples-dev/labelsCreateAndUpdateSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/labelsCreateAndUpdateSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/labelsCreateAndUpdateSample.js +0 -40
  267. package/dist-esm/samples-dev/labelsCreateAndUpdateSample.js.map +0 -1
  268. package/dist-esm/samples-dev/labelsDeleteSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/labelsDeleteSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/labelsDeleteSample.js +0 -40
  271. package/dist-esm/samples-dev/labelsDeleteSample.js.map +0 -1
  272. package/dist-esm/samples-dev/labelsGetByWorkspaceSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/labelsGetByWorkspaceSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/labelsGetByWorkspaceSample.js +0 -40
  275. package/dist-esm/samples-dev/labelsGetByWorkspaceSample.js.map +0 -1
  276. package/dist-esm/samples-dev/labelsListByWorkspaceSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/labelsListByWorkspaceSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/labelsListByWorkspaceSample.js +0 -55
  279. package/dist-esm/samples-dev/labelsListByWorkspaceSample.js.map +0 -1
  280. package/dist-esm/samples-dev/labelsUpdateSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/labelsUpdateSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/labelsUpdateSample.js +0 -40
  283. package/dist-esm/samples-dev/labelsUpdateSample.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 -53
  287. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  288. package/dist-esm/samples-dev/tasksGetByWorkspaceSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/tasksGetByWorkspaceSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/tasksGetByWorkspaceSample.js +0 -40
  291. package/dist-esm/samples-dev/tasksGetByWorkspaceSample.js.map +0 -1
  292. package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.js +0 -43
  295. package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.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 -54
  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 -53
  311. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
  312. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -39
  315. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
  316. package/dist-esm/src/easmMgmtClient.d.ts.map +0 -1
  317. package/dist-esm/src/easmMgmtClient.js.map +0 -1
  318. package/dist-esm/src/index.d.ts +0 -5
  319. package/dist-esm/src/index.js.map +0 -1
  320. package/dist-esm/src/lroImpl.js.map +0 -1
  321. package/dist-esm/src/models/index.js.map +0 -1
  322. package/dist-esm/src/models/mappers.js.map +0 -1
  323. package/dist-esm/src/models/parameters.js.map +0 -1
  324. package/dist-esm/src/operations/index.d.ts +0 -5
  325. package/dist-esm/src/operations/index.js.map +0 -1
  326. package/dist-esm/src/operations/labels.d.ts.map +0 -1
  327. package/dist-esm/src/operations/labels.js.map +0 -1
  328. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  329. package/dist-esm/src/operations/operations.js.map +0 -1
  330. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  331. package/dist-esm/src/operations/tasks.js.map +0 -1
  332. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  333. package/dist-esm/src/operations/workspaces.js.map +0 -1
  334. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  335. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  336. package/dist-esm/src/operationsInterfaces/labels.d.ts.map +0 -1
  337. package/dist-esm/src/operationsInterfaces/labels.js.map +0 -1
  338. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  339. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  340. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  341. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  342. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  343. package/dist-esm/src/pagingHelper.js.map +0 -1
  344. package/dist-esm/test/defendereasm_operations_test.spec.d.ts +0 -4
  345. package/dist-esm/test/defendereasm_operations_test.spec.d.ts.map +0 -1
  346. package/dist-esm/test/defendereasm_operations_test.spec.js +0 -115
  347. package/dist-esm/test/defendereasm_operations_test.spec.js.map +0 -1
  348. package/src/easmMgmtClient.ts +0 -151
  349. package/src/lroImpl.ts +0 -42
  350. package/src/models/index.ts +0 -562
  351. package/src/models/mappers.ts +0 -639
  352. package/src/models/parameters.ts +0 -161
  353. package/src/operations/index.ts +0 -12
  354. package/src/operations/labels.ts +0 -543
  355. package/src/operations/operations.ts +0 -149
  356. package/src/operations/tasks.ts +0 -75
  357. package/src/operations/workspaces.ts +0 -625
  358. package/src/operationsInterfaces/index.ts +0 -12
  359. package/src/operationsInterfaces/labels.ts +0 -120
  360. package/src/operationsInterfaces/operations.ts +0 -22
  361. package/src/operationsInterfaces/tasks.ts +0 -29
  362. package/src/operationsInterfaces/workspaces.ts +0 -114
  363. package/src/pagingHelper.ts +0 -39
  364. package/tsconfig.json +0 -33
  365. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  366. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  367. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  368. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  369. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  370. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  371. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  372. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  373. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  374. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  375. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  376. /package/{dist-esm/src → dist/browser}/operationsInterfaces/labels.js +0 -0
  377. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.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
  382. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  383. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownActionType = exports.KnownOrigin = exports.KnownCreatedByType = exports.KnownResourceState = void 0;
11
+ /** Known values of {@link ResourceState} that the service accepts. */
12
+ var KnownResourceState;
13
+ (function (KnownResourceState) {
14
+ /** NotSpecified */
15
+ KnownResourceState["NotSpecified"] = "NotSpecified";
16
+ /** Accepted */
17
+ KnownResourceState["Accepted"] = "Accepted";
18
+ /** Creating */
19
+ KnownResourceState["Creating"] = "Creating";
20
+ /** Succeeded */
21
+ KnownResourceState["Succeeded"] = "Succeeded";
22
+ /** Failed */
23
+ KnownResourceState["Failed"] = "Failed";
24
+ /** Canceled */
25
+ KnownResourceState["Canceled"] = "Canceled";
26
+ /** ProvisioningResources */
27
+ KnownResourceState["ProvisioningResources"] = "ProvisioningResources";
28
+ /** InstallingApplication */
29
+ KnownResourceState["InstallingApplication"] = "InstallingApplication";
30
+ /** ConfiguringApplication */
31
+ KnownResourceState["ConfiguringApplication"] = "ConfiguringApplication";
32
+ /** MigratingApplicationData */
33
+ KnownResourceState["MigratingApplicationData"] = "MigratingApplicationData";
34
+ /** RunningValidations */
35
+ KnownResourceState["RunningValidations"] = "RunningValidations";
36
+ /** CreatingArtifacts */
37
+ KnownResourceState["CreatingArtifacts"] = "CreatingArtifacts";
38
+ /** DeletingArtifacts */
39
+ KnownResourceState["DeletingArtifacts"] = "DeletingArtifacts";
40
+ })(KnownResourceState || (exports.KnownResourceState = KnownResourceState = {}));
41
+ /** Known values of {@link CreatedByType} that the service accepts. */
42
+ var KnownCreatedByType;
43
+ (function (KnownCreatedByType) {
44
+ /** User */
45
+ KnownCreatedByType["User"] = "User";
46
+ /** Application */
47
+ KnownCreatedByType["Application"] = "Application";
48
+ /** ManagedIdentity */
49
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
50
+ /** Key */
51
+ KnownCreatedByType["Key"] = "Key";
52
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
53
+ /** Known values of {@link Origin} that the service accepts. */
54
+ var KnownOrigin;
55
+ (function (KnownOrigin) {
56
+ /** User */
57
+ KnownOrigin["User"] = "user";
58
+ /** System */
59
+ KnownOrigin["System"] = "system";
60
+ /** UserSystem */
61
+ KnownOrigin["UserSystem"] = "user,system";
62
+ })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
63
+ /** Known values of {@link ActionType} that the service accepts. */
64
+ var KnownActionType;
65
+ (function (KnownActionType) {
66
+ /** Internal */
67
+ KnownActionType["Internal"] = "Internal";
68
+ })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
69
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAoSH,sEAAsE;AACtE,IAAY,kBA2BX;AA3BD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,eAAe;IACf,2CAAqB,CAAA;IACrB,eAAe;IACf,2CAAqB,CAAA;IACrB,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,aAAa;IACb,uCAAiB,CAAA;IACjB,eAAe;IACf,2CAAqB,CAAA;IACrB,4BAA4B;IAC5B,qEAA+C,CAAA;IAC/C,4BAA4B;IAC5B,qEAA+C,CAAA;IAC/C,6BAA6B;IAC7B,uEAAiD,CAAA;IACjD,+BAA+B;IAC/B,2EAAqD,CAAA;IACrD,yBAAyB;IACzB,+DAAyC,CAAA;IACzC,wBAAwB;IACxB,6DAAuC,CAAA;IACvC,wBAAwB;IACxB,6DAAuC,CAAA;AACzC,CAAC,EA3BW,kBAAkB,kCAAlB,kBAAkB,QA2B7B;AAuBD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,+DAA+D;AAC/D,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The list of workspaces. */\nexport interface WorkspaceResourceList {\n /** The link used to get the next page of Workspace list. */\n nextLink?: string;\n /** The list of workspaces. */\n value?: WorkspaceResource[];\n}\n\n/** Resource base properties. */\nexport interface ResourceBaseProperties {\n /**\n * Resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceState;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Workspace patch properties. */\nexport interface WorkspacePatchResource {\n /** resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The list of labels. */\nexport interface LabelResourceList {\n /** The list of labels. */\n value?: LabelResource[];\n /** The link used to get the next page of Label list. */\n nextLink?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Workspace properties. */\nexport interface WorkspaceResourceProperties extends ResourceBaseProperties {\n /**\n * Data plane endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPlaneEndpoint?: string;\n}\n\n/** Label properties. */\nexport interface LabelResourceProperties extends ResourceBaseProperties {\n /** Label display name. */\n displayName?: string;\n /** Label color. */\n color?: string;\n}\n\n/** Task properties. */\nexport interface TaskResourceProperties extends ResourceBaseProperties {\n /** The time the task started */\n startedAt?: string;\n /** The time the task completed */\n completedAt?: string;\n /** The last time the task was polled */\n lastPolledAt?: string;\n /** the state the task is in */\n state?: string;\n /** the phase the task is in */\n phase?: string;\n /** The reason the task was moved into its current state, if the task wasn't completed. */\n reason?: string;\n /** The reason the task was moved into its current state, if the task wasn't completed. */\n metadata?: Record<string, unknown>;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Workspace details. */\nexport interface WorkspaceResource extends TrackedResource {\n /**\n * Resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceState;\n /**\n * Data plane endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataPlaneEndpoint?: string;\n}\n\n/** Label details */\nexport interface LabelResource extends ProxyResource {\n /**\n * Resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceState;\n /** Label display name. */\n displayName?: string;\n /** Label color. */\n color?: string;\n}\n\n/** Task details */\nexport interface TaskResource extends ProxyResource {\n /**\n * Resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceState;\n /** The time the task started */\n startedAt?: string;\n /** The time the task completed */\n completedAt?: string;\n /** The last time the task was polled */\n lastPolledAt?: string;\n /** the state the task is in */\n state?: string;\n /** the phase the task is in */\n phase?: string;\n /** The reason the task was moved into its current state, if the task wasn't completed. */\n reason?: string;\n /** The reason the task was moved into its current state, if the task wasn't completed. */\n metadata?: Record<string, unknown>;\n}\n\n/** Label patch properties */\nexport interface LabelPatchResource extends LabelResource {}\n\n/** Known values of {@link ResourceState} that the service accepts. */\nexport enum KnownResourceState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** ProvisioningResources */\n ProvisioningResources = \"ProvisioningResources\",\n /** InstallingApplication */\n InstallingApplication = \"InstallingApplication\",\n /** ConfiguringApplication */\n ConfiguringApplication = \"ConfiguringApplication\",\n /** MigratingApplicationData */\n MigratingApplicationData = \"MigratingApplicationData\",\n /** RunningValidations */\n RunningValidations = \"RunningValidations\",\n /** CreatingArtifacts */\n CreatingArtifacts = \"CreatingArtifacts\",\n /** DeletingArtifacts */\n DeletingArtifacts = \"DeletingArtifacts\"\n}\n\n/**\n * Defines values for ResourceState. \\\n * {@link KnownResourceState} can be used interchangeably with ResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Accepted** \\\n * **Creating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **ProvisioningResources** \\\n * **InstallingApplication** \\\n * **ConfiguringApplication** \\\n * **MigratingApplicationData** \\\n * **RunningValidations** \\\n * **CreatingArtifacts** \\\n * **DeletingArtifacts**\n */\nexport type ResourceState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Optional parameters. */\nexport interface WorkspacesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type WorkspacesListBySubscriptionResponse = WorkspaceResourceList;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkspacesListByResourceGroupResponse = WorkspaceResourceList;\n\n/** Optional parameters. */\nexport interface WorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkspacesGetResponse = WorkspaceResource;\n\n/** Optional parameters. */\nexport interface WorkspacesCreateAndUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Workspace details. */\n workspaceResource?: WorkspaceResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createAndUpdate operation. */\nexport type WorkspacesCreateAndUpdateResponse = WorkspaceResource;\n\n/** Optional parameters. */\nexport interface WorkspacesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Workspace patch details. */\n workspacePatchResource?: WorkspacePatchResource;\n}\n\n/** Contains response data for the update operation. */\nexport type WorkspacesUpdateResponse = WorkspaceResource;\n\n/** Optional parameters. */\nexport interface WorkspacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkspacesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type WorkspacesListBySubscriptionNextResponse = WorkspaceResourceList;\n\n/** Optional parameters. */\nexport interface WorkspacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WorkspacesListByResourceGroupNextResponse = WorkspaceResourceList;\n\n/** Optional parameters. */\nexport interface LabelsListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type LabelsListByWorkspaceResponse = LabelResourceList;\n\n/** Optional parameters. */\nexport interface LabelsGetByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByWorkspace operation. */\nexport type LabelsGetByWorkspaceResponse = LabelResource;\n\n/** Optional parameters. */\nexport interface LabelsCreateAndUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Label details. */\n labelResource?: LabelResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createAndUpdate operation. */\nexport type LabelsCreateAndUpdateResponse = LabelResource;\n\n/** Optional parameters. */\nexport interface LabelsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Label patch details. */\n labelPatchResource?: LabelPatchResource;\n}\n\n/** Contains response data for the update operation. */\nexport type LabelsUpdateResponse = LabelResource;\n\n/** Optional parameters. */\nexport interface LabelsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabelsListByWorkspaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspaceNext operation. */\nexport type LabelsListByWorkspaceNextResponse = LabelResourceList;\n\n/** Optional parameters. */\nexport interface TasksGetByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByWorkspace operation. */\nexport type TasksGetByWorkspaceResponse = TaskResource;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface EasmMgmtClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,23 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const WorkspaceResourceList: coreClient.CompositeMapper;
3
+ export declare const ResourceBaseProperties: coreClient.CompositeMapper;
4
+ export declare const Resource: coreClient.CompositeMapper;
5
+ export declare const SystemData: coreClient.CompositeMapper;
6
+ export declare const ErrorResponse: coreClient.CompositeMapper;
7
+ export declare const ErrorDetail: coreClient.CompositeMapper;
8
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
9
+ export declare const WorkspacePatchResource: coreClient.CompositeMapper;
10
+ export declare const LabelResourceList: coreClient.CompositeMapper;
11
+ export declare const OperationListResult: coreClient.CompositeMapper;
12
+ export declare const Operation: coreClient.CompositeMapper;
13
+ export declare const OperationDisplay: coreClient.CompositeMapper;
14
+ export declare const WorkspaceResourceProperties: coreClient.CompositeMapper;
15
+ export declare const LabelResourceProperties: coreClient.CompositeMapper;
16
+ export declare const TaskResourceProperties: coreClient.CompositeMapper;
17
+ export declare const TrackedResource: coreClient.CompositeMapper;
18
+ export declare const ProxyResource: coreClient.CompositeMapper;
19
+ export declare const WorkspaceResource: coreClient.CompositeMapper;
20
+ export declare const LabelResource: coreClient.CompositeMapper;
21
+ export declare const TaskResource: coreClient.CompositeMapper;
22
+ export declare const LabelPatchResource: coreClient.CompositeMapper;
23
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAyB9C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqB/C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAepD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAoBhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAmD/C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAsB1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA2BtC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA0DrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAQ3C,CAAC"}