@azure/arm-devcenter 1.1.2-alpha.20260310.1 → 2.0.0-beta.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 (2147) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +13 -16
  3. package/dist/browser/api/attachedNetworks/index.d.ts +3 -0
  4. package/dist/browser/api/attachedNetworks/index.js +4 -0
  5. package/dist/browser/api/attachedNetworks/index.js.map +1 -0
  6. package/dist/browser/api/attachedNetworks/operations.d.ts +31 -0
  7. package/dist/browser/api/attachedNetworks/operations.js +209 -0
  8. package/dist/browser/api/attachedNetworks/operations.js.map +1 -0
  9. package/dist/browser/api/attachedNetworks/options.d.ts +28 -0
  10. package/dist/browser/api/attachedNetworks/options.js +4 -0
  11. package/dist/browser/api/attachedNetworks/options.js.map +1 -0
  12. package/dist/browser/api/catalogs/index.d.ts +3 -0
  13. package/dist/browser/api/catalogs/index.js +4 -0
  14. package/dist/browser/api/catalogs/index.js.map +1 -0
  15. package/dist/browser/api/catalogs/operations.d.ts +39 -0
  16. package/dist/browser/api/catalogs/operations.js +279 -0
  17. package/dist/browser/api/catalogs/operations.js.map +1 -0
  18. package/dist/browser/api/catalogs/options.d.ts +38 -0
  19. package/dist/browser/api/catalogs/options.js +4 -0
  20. package/dist/browser/api/catalogs/options.js.map +1 -0
  21. package/dist/browser/api/checkNameAvailability/index.d.ts +3 -0
  22. package/dist/browser/api/checkNameAvailability/index.js +4 -0
  23. package/dist/browser/api/checkNameAvailability/index.js.map +1 -0
  24. package/dist/browser/api/checkNameAvailability/operations.d.ts +9 -0
  25. package/dist/browser/api/checkNameAvailability/operations.js +36 -0
  26. package/dist/browser/api/checkNameAvailability/operations.js.map +1 -0
  27. package/dist/browser/api/checkNameAvailability/options.d.ts +5 -0
  28. package/dist/browser/api/checkNameAvailability/options.js +4 -0
  29. package/dist/browser/api/checkNameAvailability/options.js.map +1 -0
  30. package/dist/browser/api/checkScopedNameAvailability/index.d.ts +3 -0
  31. package/dist/browser/api/checkScopedNameAvailability/index.js +4 -0
  32. package/dist/browser/api/checkScopedNameAvailability/index.js.map +1 -0
  33. package/dist/browser/api/checkScopedNameAvailability/operations.d.ts +9 -0
  34. package/dist/browser/api/checkScopedNameAvailability/operations.js +36 -0
  35. package/dist/browser/api/checkScopedNameAvailability/operations.js.map +1 -0
  36. package/dist/browser/api/checkScopedNameAvailability/options.d.ts +5 -0
  37. package/dist/browser/api/checkScopedNameAvailability/options.js +4 -0
  38. package/dist/browser/api/checkScopedNameAvailability/options.js.map +1 -0
  39. package/dist/browser/api/customizationTasks/index.d.ts +3 -0
  40. package/dist/browser/api/customizationTasks/index.js +4 -0
  41. package/dist/browser/api/customizationTasks/index.js.map +1 -0
  42. package/dist/browser/api/customizationTasks/operations.d.ts +18 -0
  43. package/dist/browser/api/customizationTasks/operations.js +106 -0
  44. package/dist/browser/api/customizationTasks/operations.js.map +1 -0
  45. package/dist/browser/api/customizationTasks/options.d.ts +13 -0
  46. package/dist/browser/api/customizationTasks/options.js +4 -0
  47. package/dist/browser/api/customizationTasks/options.js.map +1 -0
  48. package/dist/browser/api/devBoxDefinitions/index.d.ts +3 -0
  49. package/dist/browser/api/devBoxDefinitions/index.js +4 -0
  50. package/dist/browser/api/devBoxDefinitions/index.js.map +1 -0
  51. package/dist/browser/api/devBoxDefinitions/operations.d.ts +35 -0
  52. package/dist/browser/api/devBoxDefinitions/operations.js +247 -0
  53. package/dist/browser/api/devBoxDefinitions/operations.js.map +1 -0
  54. package/dist/browser/api/devBoxDefinitions/options.d.ts +33 -0
  55. package/dist/browser/api/devBoxDefinitions/options.js +4 -0
  56. package/dist/browser/api/devBoxDefinitions/options.js.map +1 -0
  57. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/index.d.ts +3 -0
  58. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/index.js +4 -0
  59. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/index.js.map +1 -0
  60. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/operations.d.ts +18 -0
  61. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/operations.js +112 -0
  62. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/operations.js.map +1 -0
  63. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/options.d.ts +13 -0
  64. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/options.js +4 -0
  65. package/dist/browser/api/devCenterCatalogImageDefinitionBuild/options.js.map +1 -0
  66. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/index.d.ts +3 -0
  67. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/index.js +4 -0
  68. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/index.js.map +1 -0
  69. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/operations.d.ts +10 -0
  70. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/operations.js +46 -0
  71. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/operations.js.map +1 -0
  72. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/options.d.ts +5 -0
  73. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/options.js +4 -0
  74. package/dist/browser/api/devCenterCatalogImageDefinitionBuilds/options.js.map +1 -0
  75. package/dist/browser/api/devCenterCatalogImageDefinitions/index.d.ts +3 -0
  76. package/dist/browser/api/devCenterCatalogImageDefinitions/index.js +4 -0
  77. package/dist/browser/api/devCenterCatalogImageDefinitions/index.js.map +1 -0
  78. package/dist/browser/api/devCenterCatalogImageDefinitions/operations.d.ts +23 -0
  79. package/dist/browser/api/devCenterCatalogImageDefinitions/operations.js +149 -0
  80. package/dist/browser/api/devCenterCatalogImageDefinitions/operations.js.map +1 -0
  81. package/dist/browser/api/devCenterCatalogImageDefinitions/options.d.ts +18 -0
  82. package/dist/browser/api/devCenterCatalogImageDefinitions/options.js +4 -0
  83. package/dist/browser/api/devCenterCatalogImageDefinitions/options.js.map +1 -0
  84. package/dist/browser/api/devCenterContext.d.ts +22 -0
  85. package/dist/browser/api/devCenterContext.js +26 -0
  86. package/dist/browser/api/devCenterContext.js.map +1 -0
  87. package/dist/browser/api/devCenters/index.d.ts +3 -0
  88. package/dist/browser/api/devCenters/index.js +4 -0
  89. package/dist/browser/api/devCenters/index.js.map +1 -0
  90. package/dist/browser/api/devCenters/operations.d.ts +31 -0
  91. package/dist/browser/api/devCenters/operations.js +209 -0
  92. package/dist/browser/api/devCenters/operations.js.map +1 -0
  93. package/dist/browser/api/devCenters/options.d.ts +30 -0
  94. package/dist/browser/api/devCenters/options.js +4 -0
  95. package/dist/browser/api/devCenters/options.js.map +1 -0
  96. package/dist/browser/api/encryptionSets/index.d.ts +3 -0
  97. package/dist/browser/api/encryptionSets/index.js +4 -0
  98. package/dist/browser/api/encryptionSets/index.js.map +1 -0
  99. package/dist/browser/api/encryptionSets/operations.d.ts +27 -0
  100. package/dist/browser/api/encryptionSets/operations.js +182 -0
  101. package/dist/browser/api/encryptionSets/operations.js.map +1 -0
  102. package/dist/browser/api/encryptionSets/options.d.ts +25 -0
  103. package/dist/browser/api/encryptionSets/options.js +4 -0
  104. package/dist/browser/api/encryptionSets/options.js.map +1 -0
  105. package/dist/browser/api/environmentDefinitions/index.d.ts +3 -0
  106. package/dist/browser/api/environmentDefinitions/index.js +4 -0
  107. package/dist/browser/api/environmentDefinitions/index.js.map +1 -0
  108. package/dist/browser/api/environmentDefinitions/operations.d.ts +26 -0
  109. package/dist/browser/api/environmentDefinitions/operations.js +172 -0
  110. package/dist/browser/api/environmentDefinitions/operations.js.map +1 -0
  111. package/dist/browser/api/environmentDefinitions/options.d.ts +19 -0
  112. package/dist/browser/api/environmentDefinitions/options.js +4 -0
  113. package/dist/browser/api/environmentDefinitions/options.js.map +1 -0
  114. package/dist/browser/api/environmentTypes/index.d.ts +3 -0
  115. package/dist/browser/api/environmentTypes/index.js +4 -0
  116. package/dist/browser/api/environmentTypes/index.js.map +1 -0
  117. package/dist/browser/api/environmentTypes/operations.d.ts +26 -0
  118. package/dist/browser/api/environmentTypes/operations.js +166 -0
  119. package/dist/browser/api/environmentTypes/operations.js.map +1 -0
  120. package/dist/browser/api/environmentTypes/options.d.ts +19 -0
  121. package/dist/browser/api/environmentTypes/options.js +4 -0
  122. package/dist/browser/api/environmentTypes/options.js.map +1 -0
  123. package/dist/browser/api/galleries/index.d.ts +3 -0
  124. package/dist/browser/api/galleries/index.js +4 -0
  125. package/dist/browser/api/galleries/index.js.map +1 -0
  126. package/dist/browser/api/galleries/operations.d.ts +23 -0
  127. package/dist/browser/api/galleries/operations.js +144 -0
  128. package/dist/browser/api/galleries/operations.js.map +1 -0
  129. package/dist/browser/api/galleries/options.d.ts +20 -0
  130. package/dist/browser/api/galleries/options.js +4 -0
  131. package/dist/browser/api/galleries/options.js.map +1 -0
  132. package/dist/browser/api/imageVersions/index.d.ts +3 -0
  133. package/dist/browser/api/imageVersions/index.js +4 -0
  134. package/dist/browser/api/imageVersions/index.js.map +1 -0
  135. package/dist/browser/api/imageVersions/operations.d.ts +22 -0
  136. package/dist/browser/api/imageVersions/operations.js +141 -0
  137. package/dist/browser/api/imageVersions/operations.js.map +1 -0
  138. package/dist/browser/api/imageVersions/options.d.ts +14 -0
  139. package/dist/browser/api/imageVersions/options.js +4 -0
  140. package/dist/browser/api/imageVersions/options.js.map +1 -0
  141. package/dist/browser/api/images/index.d.ts +3 -0
  142. package/dist/browser/api/images/index.js +4 -0
  143. package/dist/browser/api/images/index.js.map +1 -0
  144. package/dist/browser/api/images/operations.d.ts +26 -0
  145. package/dist/browser/api/images/operations.js +172 -0
  146. package/dist/browser/api/images/operations.js.map +1 -0
  147. package/dist/browser/api/images/options.d.ts +21 -0
  148. package/dist/browser/api/images/options.js +4 -0
  149. package/dist/browser/api/images/options.js.map +1 -0
  150. package/dist/browser/api/index.d.ts +3 -0
  151. package/dist/browser/api/index.js +4 -0
  152. package/dist/browser/api/index.js.map +1 -0
  153. package/dist/browser/api/networkConnections/index.d.ts +3 -0
  154. package/dist/browser/api/networkConnections/index.js +4 -0
  155. package/dist/browser/api/networkConnections/index.js.map +1 -0
  156. package/dist/browser/api/networkConnections/operations.d.ts +47 -0
  157. package/dist/browser/api/networkConnections/operations.js +343 -0
  158. package/dist/browser/api/networkConnections/operations.js.map +1 -0
  159. package/dist/browser/api/networkConnections/options.d.ts +48 -0
  160. package/dist/browser/api/networkConnections/options.js +4 -0
  161. package/dist/browser/api/networkConnections/options.js.map +1 -0
  162. package/dist/browser/api/operationStatuses/index.d.ts +3 -0
  163. package/dist/browser/api/operationStatuses/index.js +4 -0
  164. package/dist/browser/api/operationStatuses/index.js.map +1 -0
  165. package/dist/browser/api/operationStatuses/operations.d.ts +9 -0
  166. package/dist/browser/api/operationStatuses/operations.js +36 -0
  167. package/dist/browser/api/operationStatuses/operations.js.map +1 -0
  168. package/dist/browser/api/operationStatuses/options.d.ts +5 -0
  169. package/dist/browser/api/operationStatuses/options.js +4 -0
  170. package/dist/browser/api/operationStatuses/options.js.map +1 -0
  171. package/dist/browser/api/operations/index.d.ts +3 -0
  172. package/dist/browser/api/operations/index.js +4 -0
  173. package/dist/browser/api/operations/index.js.map +1 -0
  174. package/dist/browser/api/operations/operations.d.ts +10 -0
  175. package/dist/browser/api/operations/operations.js +37 -0
  176. package/dist/browser/api/operations/operations.js.map +1 -0
  177. package/dist/browser/api/operations/options.d.ts +5 -0
  178. package/dist/browser/api/operations/options.js +4 -0
  179. package/dist/browser/api/operations/options.js.map +1 -0
  180. package/dist/browser/api/pools/index.d.ts +3 -0
  181. package/dist/browser/api/pools/index.js +4 -0
  182. package/dist/browser/api/pools/index.js.map +1 -0
  183. package/dist/browser/api/pools/operations.d.ts +31 -0
  184. package/dist/browser/api/pools/operations.js +215 -0
  185. package/dist/browser/api/pools/operations.js.map +1 -0
  186. package/dist/browser/api/pools/options.d.ts +30 -0
  187. package/dist/browser/api/pools/options.js +4 -0
  188. package/dist/browser/api/pools/options.js.map +1 -0
  189. package/dist/browser/api/projectAllowedEnvironmentTypes/index.d.ts +3 -0
  190. package/dist/browser/api/projectAllowedEnvironmentTypes/index.js +4 -0
  191. package/dist/browser/api/projectAllowedEnvironmentTypes/index.js.map +1 -0
  192. package/dist/browser/api/projectAllowedEnvironmentTypes/operations.d.ts +14 -0
  193. package/dist/browser/api/projectAllowedEnvironmentTypes/operations.js +72 -0
  194. package/dist/browser/api/projectAllowedEnvironmentTypes/operations.js.map +1 -0
  195. package/dist/browser/api/projectAllowedEnvironmentTypes/options.d.ts +10 -0
  196. package/dist/browser/api/projectAllowedEnvironmentTypes/options.js +4 -0
  197. package/dist/browser/api/projectAllowedEnvironmentTypes/options.js.map +1 -0
  198. package/dist/browser/api/projectCatalogEnvironmentDefinitions/index.d.ts +3 -0
  199. package/dist/browser/api/projectCatalogEnvironmentDefinitions/index.js +4 -0
  200. package/dist/browser/api/projectCatalogEnvironmentDefinitions/index.js.map +1 -0
  201. package/dist/browser/api/projectCatalogEnvironmentDefinitions/operations.d.ts +9 -0
  202. package/dist/browser/api/projectCatalogEnvironmentDefinitions/operations.js +42 -0
  203. package/dist/browser/api/projectCatalogEnvironmentDefinitions/operations.js.map +1 -0
  204. package/dist/browser/api/projectCatalogEnvironmentDefinitions/options.d.ts +5 -0
  205. package/dist/browser/api/projectCatalogEnvironmentDefinitions/options.js +4 -0
  206. package/dist/browser/api/projectCatalogEnvironmentDefinitions/options.js.map +1 -0
  207. package/dist/browser/api/projectCatalogImageDefinitionBuild/index.d.ts +3 -0
  208. package/dist/browser/api/projectCatalogImageDefinitionBuild/index.js +4 -0
  209. package/dist/browser/api/projectCatalogImageDefinitionBuild/index.js.map +1 -0
  210. package/dist/browser/api/projectCatalogImageDefinitionBuild/operations.d.ts +18 -0
  211. package/dist/browser/api/projectCatalogImageDefinitionBuild/operations.js +108 -0
  212. package/dist/browser/api/projectCatalogImageDefinitionBuild/operations.js.map +1 -0
  213. package/dist/browser/api/projectCatalogImageDefinitionBuild/options.d.ts +13 -0
  214. package/dist/browser/api/projectCatalogImageDefinitionBuild/options.js +4 -0
  215. package/dist/browser/api/projectCatalogImageDefinitionBuild/options.js.map +1 -0
  216. package/dist/browser/api/projectCatalogImageDefinitionBuilds/index.d.ts +3 -0
  217. package/dist/browser/api/projectCatalogImageDefinitionBuilds/index.js +4 -0
  218. package/dist/browser/api/projectCatalogImageDefinitionBuilds/index.js.map +1 -0
  219. package/dist/browser/api/projectCatalogImageDefinitionBuilds/operations.d.ts +10 -0
  220. package/dist/browser/api/projectCatalogImageDefinitionBuilds/operations.js +46 -0
  221. package/dist/browser/api/projectCatalogImageDefinitionBuilds/operations.js.map +1 -0
  222. package/dist/browser/api/projectCatalogImageDefinitionBuilds/options.d.ts +5 -0
  223. package/dist/browser/api/projectCatalogImageDefinitionBuilds/options.js +4 -0
  224. package/dist/browser/api/projectCatalogImageDefinitionBuilds/options.js.map +1 -0
  225. package/dist/browser/api/projectCatalogImageDefinitions/index.d.ts +3 -0
  226. package/dist/browser/api/projectCatalogImageDefinitions/index.js +4 -0
  227. package/dist/browser/api/projectCatalogImageDefinitions/index.js.map +1 -0
  228. package/dist/browser/api/projectCatalogImageDefinitions/operations.d.ts +23 -0
  229. package/dist/browser/api/projectCatalogImageDefinitions/operations.js +145 -0
  230. package/dist/browser/api/projectCatalogImageDefinitions/operations.js.map +1 -0
  231. package/dist/browser/api/projectCatalogImageDefinitions/options.d.ts +18 -0
  232. package/dist/browser/api/projectCatalogImageDefinitions/options.js +4 -0
  233. package/dist/browser/api/projectCatalogImageDefinitions/options.js.map +1 -0
  234. package/dist/browser/api/projectCatalogs/index.d.ts +3 -0
  235. package/dist/browser/api/projectCatalogs/index.js +4 -0
  236. package/dist/browser/api/projectCatalogs/index.js.map +1 -0
  237. package/dist/browser/api/projectCatalogs/operations.d.ts +39 -0
  238. package/dist/browser/api/projectCatalogs/operations.js +279 -0
  239. package/dist/browser/api/projectCatalogs/operations.js.map +1 -0
  240. package/dist/browser/api/projectCatalogs/options.d.ts +38 -0
  241. package/dist/browser/api/projectCatalogs/options.js +4 -0
  242. package/dist/browser/api/projectCatalogs/options.js.map +1 -0
  243. package/dist/browser/api/projectEnvironmentTypes/index.d.ts +3 -0
  244. package/dist/browser/api/projectEnvironmentTypes/index.js +4 -0
  245. package/dist/browser/api/projectEnvironmentTypes/index.js.map +1 -0
  246. package/dist/browser/api/projectEnvironmentTypes/operations.d.ts +26 -0
  247. package/dist/browser/api/projectEnvironmentTypes/operations.js +166 -0
  248. package/dist/browser/api/projectEnvironmentTypes/operations.js.map +1 -0
  249. package/dist/browser/api/projectEnvironmentTypes/options.d.ts +19 -0
  250. package/dist/browser/api/projectEnvironmentTypes/options.js +4 -0
  251. package/dist/browser/api/projectEnvironmentTypes/options.js.map +1 -0
  252. package/dist/browser/api/projectPolicies/index.d.ts +3 -0
  253. package/dist/browser/api/projectPolicies/index.js +4 -0
  254. package/dist/browser/api/projectPolicies/index.js.map +1 -0
  255. package/dist/browser/api/projectPolicies/operations.d.ts +27 -0
  256. package/dist/browser/api/projectPolicies/operations.js +182 -0
  257. package/dist/browser/api/projectPolicies/operations.js.map +1 -0
  258. package/dist/browser/api/projectPolicies/options.d.ts +25 -0
  259. package/dist/browser/api/projectPolicies/options.js +4 -0
  260. package/dist/browser/api/projectPolicies/options.js.map +1 -0
  261. package/dist/browser/api/projects/index.d.ts +3 -0
  262. package/dist/browser/api/projects/index.js +4 -0
  263. package/dist/browser/api/projects/index.js.map +1 -0
  264. package/dist/browser/api/projects/operations.d.ts +35 -0
  265. package/dist/browser/api/projects/operations.js +239 -0
  266. package/dist/browser/api/projects/operations.js.map +1 -0
  267. package/dist/browser/api/projects/options.d.ts +33 -0
  268. package/dist/browser/api/projects/options.js +4 -0
  269. package/dist/browser/api/projects/options.js.map +1 -0
  270. package/dist/browser/api/schedules/index.d.ts +3 -0
  271. package/dist/browser/api/schedules/index.js +4 -0
  272. package/dist/browser/api/schedules/index.js.map +1 -0
  273. package/dist/browser/api/schedules/operations.d.ts +27 -0
  274. package/dist/browser/api/schedules/operations.js +191 -0
  275. package/dist/browser/api/schedules/operations.js.map +1 -0
  276. package/dist/browser/api/schedules/options.d.ts +33 -0
  277. package/dist/browser/api/schedules/options.js +4 -0
  278. package/dist/browser/api/schedules/options.js.map +1 -0
  279. package/dist/browser/api/skus/index.d.ts +3 -0
  280. package/dist/browser/api/skus/index.js +4 -0
  281. package/dist/browser/api/skus/index.js.map +1 -0
  282. package/dist/browser/api/skus/operations.d.ts +14 -0
  283. package/dist/browser/api/skus/operations.js +72 -0
  284. package/dist/browser/api/skus/operations.js.map +1 -0
  285. package/dist/browser/api/skus/options.d.ts +10 -0
  286. package/dist/browser/api/skus/options.js +4 -0
  287. package/dist/browser/api/skus/options.js.map +1 -0
  288. package/dist/browser/api/usages/index.d.ts +3 -0
  289. package/dist/browser/api/usages/index.js +4 -0
  290. package/dist/browser/api/usages/index.js.map +1 -0
  291. package/dist/browser/api/usages/operations.d.ts +10 -0
  292. package/dist/browser/api/usages/operations.js +39 -0
  293. package/dist/browser/api/usages/operations.js.map +1 -0
  294. package/dist/browser/api/usages/options.d.ts +5 -0
  295. package/dist/browser/api/usages/options.js +4 -0
  296. package/dist/browser/api/usages/options.js.map +1 -0
  297. package/dist/browser/classic/attachedNetworks/index.d.ts +31 -0
  298. package/dist/browser/classic/attachedNetworks/index.js +36 -0
  299. package/dist/browser/classic/attachedNetworks/index.js.map +1 -0
  300. package/dist/browser/classic/catalogs/index.d.ts +47 -0
  301. package/dist/browser/classic/catalogs/index.js +62 -0
  302. package/dist/browser/classic/catalogs/index.js.map +1 -0
  303. package/dist/browser/classic/checkNameAvailability/index.d.ts +10 -0
  304. package/dist/browser/classic/checkNameAvailability/index.js +14 -0
  305. package/dist/browser/classic/checkNameAvailability/index.js.map +1 -0
  306. package/dist/browser/classic/checkScopedNameAvailability/index.d.ts +10 -0
  307. package/dist/browser/classic/checkScopedNameAvailability/index.js +14 -0
  308. package/dist/browser/classic/checkScopedNameAvailability/index.js.map +1 -0
  309. package/dist/browser/classic/customizationTasks/index.d.ts +15 -0
  310. package/dist/browser/classic/customizationTasks/index.js +16 -0
  311. package/dist/browser/classic/customizationTasks/index.js.map +1 -0
  312. package/dist/browser/classic/devBoxDefinitions/index.d.ts +37 -0
  313. package/dist/browser/classic/devBoxDefinitions/index.js +45 -0
  314. package/dist/browser/classic/devBoxDefinitions/index.js.map +1 -0
  315. package/dist/browser/classic/devCenterCatalogImageDefinitionBuild/index.d.ts +20 -0
  316. package/dist/browser/classic/devCenterCatalogImageDefinitionBuild/index.js +25 -0
  317. package/dist/browser/classic/devCenterCatalogImageDefinitionBuild/index.js.map +1 -0
  318. package/dist/browser/classic/devCenterCatalogImageDefinitionBuilds/index.d.ts +11 -0
  319. package/dist/browser/classic/devCenterCatalogImageDefinitionBuilds/index.js +14 -0
  320. package/dist/browser/classic/devCenterCatalogImageDefinitionBuilds/index.js.map +1 -0
  321. package/dist/browser/classic/devCenterCatalogImageDefinitions/index.d.ts +23 -0
  322. package/dist/browser/classic/devCenterCatalogImageDefinitions/index.js +26 -0
  323. package/dist/browser/classic/devCenterCatalogImageDefinitions/index.js.map +1 -0
  324. package/dist/browser/classic/devCenters/index.d.ts +35 -0
  325. package/dist/browser/classic/devCenters/index.js +44 -0
  326. package/dist/browser/classic/devCenters/index.js.map +1 -0
  327. package/dist/browser/classic/encryptionSets/index.d.ts +33 -0
  328. package/dist/browser/classic/encryptionSets/index.js +43 -0
  329. package/dist/browser/classic/encryptionSets/index.js.map +1 -0
  330. package/dist/browser/classic/environmentDefinitions/index.d.ts +19 -0
  331. package/dist/browser/classic/environmentDefinitions/index.js +18 -0
  332. package/dist/browser/classic/environmentDefinitions/index.js.map +1 -0
  333. package/dist/browser/classic/environmentTypes/index.d.ts +19 -0
  334. package/dist/browser/classic/environmentTypes/index.js +18 -0
  335. package/dist/browser/classic/environmentTypes/index.js.map +1 -0
  336. package/dist/browser/classic/galleries/index.d.ts +27 -0
  337. package/dist/browser/classic/galleries/index.js +34 -0
  338. package/dist/browser/classic/galleries/index.js.map +1 -0
  339. package/dist/browser/classic/imageVersions/index.d.ts +17 -0
  340. package/dist/browser/classic/imageVersions/index.js +17 -0
  341. package/dist/browser/classic/imageVersions/index.js.map +1 -0
  342. package/dist/browser/classic/images/index.d.ts +19 -0
  343. package/dist/browser/classic/images/index.js +18 -0
  344. package/dist/browser/classic/images/index.js.map +1 -0
  345. package/dist/browser/classic/index.d.ts +33 -0
  346. package/dist/browser/classic/index.js +4 -0
  347. package/dist/browser/classic/index.js.map +1 -0
  348. package/dist/browser/classic/networkConnections/index.d.ts +47 -0
  349. package/dist/browser/classic/networkConnections/index.js +56 -0
  350. package/dist/browser/classic/networkConnections/index.js.map +1 -0
  351. package/dist/browser/classic/operationStatuses/index.d.ts +10 -0
  352. package/dist/browser/classic/operationStatuses/index.js +14 -0
  353. package/dist/browser/classic/operationStatuses/index.js.map +1 -0
  354. package/dist/browser/classic/operations/index.d.ts +11 -0
  355. package/dist/browser/classic/operations/index.js +14 -0
  356. package/dist/browser/classic/operations/index.js.map +1 -0
  357. package/dist/browser/classic/pools/index.d.ts +39 -0
  358. package/dist/browser/classic/pools/index.js +52 -0
  359. package/dist/browser/classic/pools/index.js.map +1 -0
  360. package/dist/browser/classic/projectAllowedEnvironmentTypes/index.d.ts +13 -0
  361. package/dist/browser/classic/projectAllowedEnvironmentTypes/index.js +15 -0
  362. package/dist/browser/classic/projectAllowedEnvironmentTypes/index.js.map +1 -0
  363. package/dist/browser/classic/projectCatalogEnvironmentDefinitions/index.d.ts +10 -0
  364. package/dist/browser/classic/projectCatalogEnvironmentDefinitions/index.js +14 -0
  365. package/dist/browser/classic/projectCatalogEnvironmentDefinitions/index.js.map +1 -0
  366. package/dist/browser/classic/projectCatalogImageDefinitionBuild/index.d.ts +20 -0
  367. package/dist/browser/classic/projectCatalogImageDefinitionBuild/index.js +25 -0
  368. package/dist/browser/classic/projectCatalogImageDefinitionBuild/index.js.map +1 -0
  369. package/dist/browser/classic/projectCatalogImageDefinitionBuilds/index.d.ts +11 -0
  370. package/dist/browser/classic/projectCatalogImageDefinitionBuilds/index.js +14 -0
  371. package/dist/browser/classic/projectCatalogImageDefinitionBuilds/index.js.map +1 -0
  372. package/dist/browser/classic/projectCatalogImageDefinitions/index.d.ts +23 -0
  373. package/dist/browser/classic/projectCatalogImageDefinitions/index.js +26 -0
  374. package/dist/browser/classic/projectCatalogImageDefinitions/index.js.map +1 -0
  375. package/dist/browser/classic/projectCatalogs/index.d.ts +47 -0
  376. package/dist/browser/classic/projectCatalogs/index.js +62 -0
  377. package/dist/browser/classic/projectCatalogs/index.js.map +1 -0
  378. package/dist/browser/classic/projectEnvironmentTypes/index.d.ts +19 -0
  379. package/dist/browser/classic/projectEnvironmentTypes/index.js +18 -0
  380. package/dist/browser/classic/projectEnvironmentTypes/index.js.map +1 -0
  381. package/dist/browser/classic/projectPolicies/index.d.ts +33 -0
  382. package/dist/browser/classic/projectPolicies/index.js +43 -0
  383. package/dist/browser/classic/projectPolicies/index.js.map +1 -0
  384. package/dist/browser/classic/projects/index.d.ts +37 -0
  385. package/dist/browser/classic/projects/index.js +45 -0
  386. package/dist/browser/classic/projects/index.js.map +1 -0
  387. package/dist/browser/classic/schedules/index.d.ts +33 -0
  388. package/dist/browser/classic/schedules/index.js +43 -0
  389. package/dist/browser/classic/schedules/index.js.map +1 -0
  390. package/dist/browser/classic/skus/index.d.ts +13 -0
  391. package/dist/browser/classic/skus/index.js +15 -0
  392. package/dist/browser/classic/skus/index.js.map +1 -0
  393. package/dist/browser/classic/usages/index.d.ts +11 -0
  394. package/dist/browser/classic/usages/index.js +14 -0
  395. package/dist/browser/classic/usages/index.js.map +1 -0
  396. package/dist/browser/devCenterClient.d.ts +106 -40
  397. package/dist/browser/devCenterClient.js +142 -144
  398. package/dist/browser/devCenterClient.js.map +1 -1
  399. package/dist/browser/index.d.ts +46 -3
  400. package/dist/browser/index.js +7 -11
  401. package/dist/browser/index.js.map +1 -1
  402. package/dist/browser/logger.d.ts +2 -0
  403. package/dist/browser/logger.js +5 -0
  404. package/dist/browser/logger.js.map +1 -0
  405. package/dist/browser/models/index.d.ts +2 -3189
  406. package/dist/browser/models/index.js +3 -303
  407. package/dist/browser/models/index.js.map +1 -1
  408. package/dist/browser/models/models.d.ts +3318 -0
  409. package/dist/browser/models/models.js +4059 -0
  410. package/dist/browser/models/models.js.map +1 -0
  411. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  412. package/dist/browser/restorePollerHelpers.js +176 -0
  413. package/dist/browser/restorePollerHelpers.js.map +1 -0
  414. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  415. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  416. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  417. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  418. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  419. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  420. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  421. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  422. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  423. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  424. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  425. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  426. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  427. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  428. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  429. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  430. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  431. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  432. package/dist/commonjs/api/attachedNetworks/index.d.ts +3 -0
  433. package/dist/commonjs/api/attachedNetworks/index.js +38 -0
  434. package/dist/commonjs/api/attachedNetworks/index.js.map +7 -0
  435. package/dist/commonjs/api/attachedNetworks/operations.d.ts +31 -0
  436. package/dist/commonjs/api/attachedNetworks/operations.js +322 -0
  437. package/dist/commonjs/api/attachedNetworks/operations.js.map +7 -0
  438. package/dist/commonjs/api/attachedNetworks/options.d.ts +28 -0
  439. package/dist/commonjs/api/attachedNetworks/options.js +16 -0
  440. package/dist/commonjs/api/attachedNetworks/options.js.map +7 -0
  441. package/dist/commonjs/api/catalogs/index.d.ts +3 -0
  442. package/dist/commonjs/api/catalogs/index.js +42 -0
  443. package/dist/commonjs/api/catalogs/index.js.map +7 -0
  444. package/dist/commonjs/api/catalogs/operations.d.ts +39 -0
  445. package/dist/commonjs/api/catalogs/operations.js +385 -0
  446. package/dist/commonjs/api/catalogs/operations.js.map +7 -0
  447. package/dist/commonjs/api/catalogs/options.d.ts +38 -0
  448. package/dist/commonjs/api/catalogs/options.js +16 -0
  449. package/dist/commonjs/api/catalogs/options.js.map +7 -0
  450. package/dist/commonjs/api/checkNameAvailability/index.d.ts +3 -0
  451. package/dist/commonjs/api/checkNameAvailability/index.js +28 -0
  452. package/dist/commonjs/api/checkNameAvailability/index.js.map +7 -0
  453. package/dist/commonjs/api/checkNameAvailability/operations.d.ts +9 -0
  454. package/dist/commonjs/api/checkNameAvailability/operations.js +67 -0
  455. package/dist/commonjs/api/checkNameAvailability/operations.js.map +7 -0
  456. package/dist/commonjs/api/checkNameAvailability/options.d.ts +5 -0
  457. package/dist/commonjs/api/checkNameAvailability/options.js +16 -0
  458. package/dist/commonjs/api/checkNameAvailability/options.js.map +7 -0
  459. package/dist/commonjs/api/checkScopedNameAvailability/index.d.ts +3 -0
  460. package/dist/commonjs/api/checkScopedNameAvailability/index.js +28 -0
  461. package/dist/commonjs/api/checkScopedNameAvailability/index.js.map +7 -0
  462. package/dist/commonjs/api/checkScopedNameAvailability/operations.d.ts +9 -0
  463. package/dist/commonjs/api/checkScopedNameAvailability/operations.js +67 -0
  464. package/dist/commonjs/api/checkScopedNameAvailability/operations.js.map +7 -0
  465. package/dist/commonjs/api/checkScopedNameAvailability/options.d.ts +5 -0
  466. package/dist/commonjs/api/checkScopedNameAvailability/options.js +16 -0
  467. package/dist/commonjs/api/checkScopedNameAvailability/options.js.map +7 -0
  468. package/dist/commonjs/api/customizationTasks/index.d.ts +3 -0
  469. package/dist/commonjs/api/customizationTasks/index.js +32 -0
  470. package/dist/commonjs/api/customizationTasks/index.js.map +7 -0
  471. package/dist/commonjs/api/customizationTasks/operations.d.ts +18 -0
  472. package/dist/commonjs/api/customizationTasks/operations.js +175 -0
  473. package/dist/commonjs/api/customizationTasks/operations.js.map +7 -0
  474. package/dist/commonjs/api/customizationTasks/options.d.ts +13 -0
  475. package/dist/commonjs/api/customizationTasks/options.js +16 -0
  476. package/dist/commonjs/api/customizationTasks/options.js.map +7 -0
  477. package/dist/commonjs/api/devBoxDefinitions/index.d.ts +3 -0
  478. package/dist/commonjs/api/devBoxDefinitions/index.js +40 -0
  479. package/dist/commonjs/api/devBoxDefinitions/index.js.map +7 -0
  480. package/dist/commonjs/api/devBoxDefinitions/operations.d.ts +35 -0
  481. package/dist/commonjs/api/devBoxDefinitions/operations.js +363 -0
  482. package/dist/commonjs/api/devBoxDefinitions/operations.js.map +7 -0
  483. package/dist/commonjs/api/devBoxDefinitions/options.d.ts +33 -0
  484. package/dist/commonjs/api/devBoxDefinitions/options.js +16 -0
  485. package/dist/commonjs/api/devBoxDefinitions/options.js.map +7 -0
  486. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/index.d.ts +3 -0
  487. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/index.js +32 -0
  488. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/index.js.map +7 -0
  489. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/operations.d.ts +18 -0
  490. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/operations.js +185 -0
  491. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/operations.js.map +7 -0
  492. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/options.d.ts +13 -0
  493. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/options.js +16 -0
  494. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuild/options.js.map +7 -0
  495. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/index.d.ts +3 -0
  496. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/index.js +28 -0
  497. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/index.js.map +7 -0
  498. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/operations.d.ts +10 -0
  499. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/operations.js +90 -0
  500. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/operations.js.map +7 -0
  501. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/options.d.ts +5 -0
  502. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/options.js +16 -0
  503. package/dist/commonjs/api/devCenterCatalogImageDefinitionBuilds/options.js.map +7 -0
  504. package/dist/commonjs/api/devCenterCatalogImageDefinitions/index.d.ts +3 -0
  505. package/dist/commonjs/api/devCenterCatalogImageDefinitions/index.js +34 -0
  506. package/dist/commonjs/api/devCenterCatalogImageDefinitions/index.js.map +7 -0
  507. package/dist/commonjs/api/devCenterCatalogImageDefinitions/operations.d.ts +23 -0
  508. package/dist/commonjs/api/devCenterCatalogImageDefinitions/operations.js +234 -0
  509. package/dist/commonjs/api/devCenterCatalogImageDefinitions/operations.js.map +7 -0
  510. package/dist/commonjs/api/devCenterCatalogImageDefinitions/options.d.ts +18 -0
  511. package/dist/commonjs/api/devCenterCatalogImageDefinitions/options.js +16 -0
  512. package/dist/commonjs/api/devCenterCatalogImageDefinitions/options.js.map +7 -0
  513. package/dist/commonjs/api/devCenterContext.d.ts +22 -0
  514. package/dist/commonjs/api/devCenterContext.js +47 -0
  515. package/dist/commonjs/api/devCenterContext.js.map +7 -0
  516. package/dist/commonjs/api/devCenters/index.d.ts +3 -0
  517. package/dist/commonjs/api/devCenters/index.js +38 -0
  518. package/dist/commonjs/api/devCenters/index.js.map +7 -0
  519. package/dist/commonjs/api/devCenters/operations.d.ts +31 -0
  520. package/dist/commonjs/api/devCenters/operations.js +297 -0
  521. package/dist/commonjs/api/devCenters/operations.js.map +7 -0
  522. package/dist/commonjs/api/devCenters/options.d.ts +30 -0
  523. package/dist/commonjs/api/devCenters/options.js +16 -0
  524. package/dist/commonjs/api/devCenters/options.js.map +7 -0
  525. package/dist/commonjs/api/encryptionSets/index.d.ts +3 -0
  526. package/dist/commonjs/api/encryptionSets/index.js +36 -0
  527. package/dist/commonjs/api/encryptionSets/index.js.map +7 -0
  528. package/dist/commonjs/api/encryptionSets/operations.d.ts +27 -0
  529. package/dist/commonjs/api/encryptionSets/operations.js +268 -0
  530. package/dist/commonjs/api/encryptionSets/operations.js.map +7 -0
  531. package/dist/commonjs/api/encryptionSets/options.d.ts +25 -0
  532. package/dist/commonjs/api/encryptionSets/options.js +16 -0
  533. package/dist/commonjs/api/encryptionSets/options.js.map +7 -0
  534. package/dist/commonjs/api/environmentDefinitions/index.d.ts +3 -0
  535. package/dist/commonjs/api/environmentDefinitions/index.js +36 -0
  536. package/dist/commonjs/api/environmentDefinitions/index.js.map +7 -0
  537. package/dist/commonjs/api/environmentDefinitions/operations.d.ts +26 -0
  538. package/dist/commonjs/api/environmentDefinitions/operations.js +272 -0
  539. package/dist/commonjs/api/environmentDefinitions/operations.js.map +7 -0
  540. package/dist/commonjs/api/environmentDefinitions/options.d.ts +19 -0
  541. package/dist/commonjs/api/environmentDefinitions/options.js +16 -0
  542. package/dist/commonjs/api/environmentDefinitions/options.js.map +7 -0
  543. package/dist/commonjs/api/environmentTypes/index.d.ts +3 -0
  544. package/dist/commonjs/api/environmentTypes/index.js +36 -0
  545. package/dist/commonjs/api/environmentTypes/index.js.map +7 -0
  546. package/dist/commonjs/api/environmentTypes/operations.d.ts +26 -0
  547. package/dist/commonjs/api/environmentTypes/operations.js +265 -0
  548. package/dist/commonjs/api/environmentTypes/operations.js.map +7 -0
  549. package/dist/commonjs/api/environmentTypes/options.d.ts +19 -0
  550. package/dist/commonjs/api/environmentTypes/options.js +16 -0
  551. package/dist/commonjs/api/environmentTypes/options.js.map +7 -0
  552. package/dist/commonjs/api/galleries/index.d.ts +3 -0
  553. package/dist/commonjs/api/galleries/index.js +34 -0
  554. package/dist/commonjs/api/galleries/index.js.map +7 -0
  555. package/dist/commonjs/api/galleries/operations.d.ts +23 -0
  556. package/dist/commonjs/api/galleries/operations.js +208 -0
  557. package/dist/commonjs/api/galleries/operations.js.map +7 -0
  558. package/dist/commonjs/api/galleries/options.d.ts +20 -0
  559. package/dist/commonjs/api/galleries/options.js +16 -0
  560. package/dist/commonjs/api/galleries/options.js.map +7 -0
  561. package/dist/commonjs/api/imageVersions/index.d.ts +3 -0
  562. package/dist/commonjs/api/imageVersions/index.js +34 -0
  563. package/dist/commonjs/api/imageVersions/index.js.map +7 -0
  564. package/dist/commonjs/api/imageVersions/operations.d.ts +22 -0
  565. package/dist/commonjs/api/imageVersions/operations.js +226 -0
  566. package/dist/commonjs/api/imageVersions/operations.js.map +7 -0
  567. package/dist/commonjs/api/imageVersions/options.d.ts +14 -0
  568. package/dist/commonjs/api/imageVersions/options.js +16 -0
  569. package/dist/commonjs/api/imageVersions/options.js.map +7 -0
  570. package/dist/commonjs/api/images/index.d.ts +3 -0
  571. package/dist/commonjs/api/images/index.js +36 -0
  572. package/dist/commonjs/api/images/index.js.map +7 -0
  573. package/dist/commonjs/api/images/operations.d.ts +26 -0
  574. package/dist/commonjs/api/images/operations.js +270 -0
  575. package/dist/commonjs/api/images/operations.js.map +7 -0
  576. package/dist/commonjs/api/images/options.d.ts +21 -0
  577. package/dist/commonjs/api/images/options.js +16 -0
  578. package/dist/commonjs/api/images/options.js.map +7 -0
  579. package/dist/commonjs/api/index.d.ts +3 -0
  580. package/dist/commonjs/api/index.js +28 -0
  581. package/dist/commonjs/api/index.js.map +7 -0
  582. package/dist/commonjs/api/networkConnections/index.d.ts +3 -0
  583. package/dist/commonjs/api/networkConnections/index.js +46 -0
  584. package/dist/commonjs/api/networkConnections/index.js.map +7 -0
  585. package/dist/commonjs/api/networkConnections/operations.d.ts +47 -0
  586. package/dist/commonjs/api/networkConnections/operations.js +489 -0
  587. package/dist/commonjs/api/networkConnections/operations.js.map +7 -0
  588. package/dist/commonjs/api/networkConnections/options.d.ts +48 -0
  589. package/dist/commonjs/api/networkConnections/options.js +16 -0
  590. package/dist/commonjs/api/networkConnections/options.js.map +7 -0
  591. package/dist/commonjs/api/operationStatuses/index.d.ts +3 -0
  592. package/dist/commonjs/api/operationStatuses/index.js +28 -0
  593. package/dist/commonjs/api/operationStatuses/index.js.map +7 -0
  594. package/dist/commonjs/api/operationStatuses/operations.d.ts +9 -0
  595. package/dist/commonjs/api/operationStatuses/operations.js +67 -0
  596. package/dist/commonjs/api/operationStatuses/operations.js.map +7 -0
  597. package/dist/commonjs/api/operationStatuses/options.d.ts +5 -0
  598. package/dist/commonjs/api/operationStatuses/options.js +16 -0
  599. package/dist/commonjs/api/operationStatuses/options.js.map +7 -0
  600. package/dist/commonjs/api/operations/index.d.ts +3 -0
  601. package/dist/commonjs/api/operations/index.js +28 -0
  602. package/dist/commonjs/api/operations/index.js.map +7 -0
  603. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  604. package/dist/commonjs/api/operations/operations.js +74 -0
  605. package/dist/commonjs/api/operations/operations.js.map +7 -0
  606. package/dist/commonjs/api/operations/options.d.ts +5 -0
  607. package/dist/commonjs/api/operations/options.js +16 -0
  608. package/dist/commonjs/api/operations/options.js.map +7 -0
  609. package/dist/commonjs/api/pools/index.d.ts +3 -0
  610. package/dist/commonjs/api/pools/index.js +38 -0
  611. package/dist/commonjs/api/pools/index.js.map +7 -0
  612. package/dist/commonjs/api/pools/operations.d.ts +31 -0
  613. package/dist/commonjs/api/pools/operations.js +297 -0
  614. package/dist/commonjs/api/pools/operations.js.map +7 -0
  615. package/dist/commonjs/api/pools/options.d.ts +30 -0
  616. package/dist/commonjs/api/pools/options.js +16 -0
  617. package/dist/commonjs/api/pools/options.js.map +7 -0
  618. package/dist/commonjs/api/projectAllowedEnvironmentTypes/index.d.ts +3 -0
  619. package/dist/commonjs/api/projectAllowedEnvironmentTypes/index.js +30 -0
  620. package/dist/commonjs/api/projectAllowedEnvironmentTypes/index.js.map +7 -0
  621. package/dist/commonjs/api/projectAllowedEnvironmentTypes/operations.d.ts +14 -0
  622. package/dist/commonjs/api/projectAllowedEnvironmentTypes/operations.js +124 -0
  623. package/dist/commonjs/api/projectAllowedEnvironmentTypes/operations.js.map +7 -0
  624. package/dist/commonjs/api/projectAllowedEnvironmentTypes/options.d.ts +10 -0
  625. package/dist/commonjs/api/projectAllowedEnvironmentTypes/options.js +16 -0
  626. package/dist/commonjs/api/projectAllowedEnvironmentTypes/options.js.map +7 -0
  627. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/index.d.ts +3 -0
  628. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/index.js +28 -0
  629. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/index.js.map +7 -0
  630. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/operations.d.ts +9 -0
  631. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/operations.js +80 -0
  632. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/operations.js.map +7 -0
  633. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/options.d.ts +5 -0
  634. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/options.js +16 -0
  635. package/dist/commonjs/api/projectCatalogEnvironmentDefinitions/options.js.map +7 -0
  636. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/index.d.ts +3 -0
  637. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/index.js +32 -0
  638. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/index.js.map +7 -0
  639. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/operations.d.ts +18 -0
  640. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/operations.js +181 -0
  641. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/operations.js.map +7 -0
  642. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/options.d.ts +13 -0
  643. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/options.js +16 -0
  644. package/dist/commonjs/api/projectCatalogImageDefinitionBuild/options.js.map +7 -0
  645. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/index.d.ts +3 -0
  646. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/index.js +28 -0
  647. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/index.js.map +7 -0
  648. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/operations.d.ts +10 -0
  649. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/operations.js +90 -0
  650. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/operations.js.map +7 -0
  651. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/options.d.ts +5 -0
  652. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/options.js +16 -0
  653. package/dist/commonjs/api/projectCatalogImageDefinitionBuilds/options.js.map +7 -0
  654. package/dist/commonjs/api/projectCatalogImageDefinitions/index.d.ts +3 -0
  655. package/dist/commonjs/api/projectCatalogImageDefinitions/index.js +34 -0
  656. package/dist/commonjs/api/projectCatalogImageDefinitions/index.js.map +7 -0
  657. package/dist/commonjs/api/projectCatalogImageDefinitions/operations.d.ts +23 -0
  658. package/dist/commonjs/api/projectCatalogImageDefinitions/operations.js +230 -0
  659. package/dist/commonjs/api/projectCatalogImageDefinitions/operations.js.map +7 -0
  660. package/dist/commonjs/api/projectCatalogImageDefinitions/options.d.ts +18 -0
  661. package/dist/commonjs/api/projectCatalogImageDefinitions/options.js +16 -0
  662. package/dist/commonjs/api/projectCatalogImageDefinitions/options.js.map +7 -0
  663. package/dist/commonjs/api/projectCatalogs/index.d.ts +3 -0
  664. package/dist/commonjs/api/projectCatalogs/index.js +42 -0
  665. package/dist/commonjs/api/projectCatalogs/index.js.map +7 -0
  666. package/dist/commonjs/api/projectCatalogs/operations.d.ts +39 -0
  667. package/dist/commonjs/api/projectCatalogs/operations.js +385 -0
  668. package/dist/commonjs/api/projectCatalogs/operations.js.map +7 -0
  669. package/dist/commonjs/api/projectCatalogs/options.d.ts +38 -0
  670. package/dist/commonjs/api/projectCatalogs/options.js +16 -0
  671. package/dist/commonjs/api/projectCatalogs/options.js.map +7 -0
  672. package/dist/commonjs/api/projectEnvironmentTypes/index.d.ts +3 -0
  673. package/dist/commonjs/api/projectEnvironmentTypes/index.js +36 -0
  674. package/dist/commonjs/api/projectEnvironmentTypes/index.js.map +7 -0
  675. package/dist/commonjs/api/projectEnvironmentTypes/operations.d.ts +26 -0
  676. package/dist/commonjs/api/projectEnvironmentTypes/operations.js +265 -0
  677. package/dist/commonjs/api/projectEnvironmentTypes/operations.js.map +7 -0
  678. package/dist/commonjs/api/projectEnvironmentTypes/options.d.ts +19 -0
  679. package/dist/commonjs/api/projectEnvironmentTypes/options.js +16 -0
  680. package/dist/commonjs/api/projectEnvironmentTypes/options.js.map +7 -0
  681. package/dist/commonjs/api/projectPolicies/index.d.ts +3 -0
  682. package/dist/commonjs/api/projectPolicies/index.js +36 -0
  683. package/dist/commonjs/api/projectPolicies/index.js.map +7 -0
  684. package/dist/commonjs/api/projectPolicies/operations.d.ts +27 -0
  685. package/dist/commonjs/api/projectPolicies/operations.js +268 -0
  686. package/dist/commonjs/api/projectPolicies/operations.js.map +7 -0
  687. package/dist/commonjs/api/projectPolicies/options.d.ts +25 -0
  688. package/dist/commonjs/api/projectPolicies/options.js +16 -0
  689. package/dist/commonjs/api/projectPolicies/options.js.map +7 -0
  690. package/dist/commonjs/api/projects/index.d.ts +3 -0
  691. package/dist/commonjs/api/projects/index.js +40 -0
  692. package/dist/commonjs/api/projects/index.js.map +7 -0
  693. package/dist/commonjs/api/projects/operations.d.ts +35 -0
  694. package/dist/commonjs/api/projects/operations.js +336 -0
  695. package/dist/commonjs/api/projects/operations.js.map +7 -0
  696. package/dist/commonjs/api/projects/options.d.ts +33 -0
  697. package/dist/commonjs/api/projects/options.js +16 -0
  698. package/dist/commonjs/api/projects/options.js.map +7 -0
  699. package/dist/commonjs/api/schedules/index.d.ts +3 -0
  700. package/dist/commonjs/api/schedules/index.js +36 -0
  701. package/dist/commonjs/api/schedules/index.js.map +7 -0
  702. package/dist/commonjs/api/schedules/operations.d.ts +27 -0
  703. package/dist/commonjs/api/schedules/operations.js +279 -0
  704. package/dist/commonjs/api/schedules/operations.js.map +7 -0
  705. package/dist/commonjs/api/schedules/options.d.ts +33 -0
  706. package/dist/commonjs/api/schedules/options.js +16 -0
  707. package/dist/commonjs/api/schedules/options.js.map +7 -0
  708. package/dist/commonjs/api/skus/index.d.ts +3 -0
  709. package/dist/commonjs/api/skus/index.js +30 -0
  710. package/dist/commonjs/api/skus/index.js.map +7 -0
  711. package/dist/commonjs/api/skus/operations.d.ts +14 -0
  712. package/dist/commonjs/api/skus/operations.js +124 -0
  713. package/dist/commonjs/api/skus/operations.js.map +7 -0
  714. package/dist/commonjs/api/skus/options.d.ts +10 -0
  715. package/dist/commonjs/api/skus/options.js +16 -0
  716. package/dist/commonjs/api/skus/options.js.map +7 -0
  717. package/dist/commonjs/api/usages/index.d.ts +3 -0
  718. package/dist/commonjs/api/usages/index.js +28 -0
  719. package/dist/commonjs/api/usages/index.js.map +7 -0
  720. package/dist/commonjs/api/usages/operations.d.ts +10 -0
  721. package/dist/commonjs/api/usages/operations.js +76 -0
  722. package/dist/commonjs/api/usages/operations.js.map +7 -0
  723. package/dist/commonjs/api/usages/options.d.ts +5 -0
  724. package/dist/commonjs/api/usages/options.js +16 -0
  725. package/dist/commonjs/api/usages/options.js.map +7 -0
  726. package/dist/commonjs/classic/attachedNetworks/index.d.ts +31 -0
  727. package/dist/commonjs/classic/attachedNetworks/index.js +99 -0
  728. package/dist/commonjs/classic/attachedNetworks/index.js.map +7 -0
  729. package/dist/commonjs/classic/catalogs/index.d.ts +47 -0
  730. package/dist/commonjs/classic/catalogs/index.js +100 -0
  731. package/dist/commonjs/classic/catalogs/index.js.map +7 -0
  732. package/dist/commonjs/classic/checkNameAvailability/index.d.ts +10 -0
  733. package/dist/commonjs/classic/checkNameAvailability/index.js +38 -0
  734. package/dist/commonjs/classic/checkNameAvailability/index.js.map +7 -0
  735. package/dist/commonjs/classic/checkScopedNameAvailability/index.d.ts +10 -0
  736. package/dist/commonjs/classic/checkScopedNameAvailability/index.js +38 -0
  737. package/dist/commonjs/classic/checkScopedNameAvailability/index.js.map +7 -0
  738. package/dist/commonjs/classic/customizationTasks/index.d.ts +15 -0
  739. package/dist/commonjs/classic/customizationTasks/index.js +40 -0
  740. package/dist/commonjs/classic/customizationTasks/index.js.map +7 -0
  741. package/dist/commonjs/classic/devBoxDefinitions/index.d.ts +37 -0
  742. package/dist/commonjs/classic/devBoxDefinitions/index.js +116 -0
  743. package/dist/commonjs/classic/devBoxDefinitions/index.js.map +7 -0
  744. package/dist/commonjs/classic/devCenterCatalogImageDefinitionBuild/index.d.ts +20 -0
  745. package/dist/commonjs/classic/devCenterCatalogImageDefinitionBuild/index.js +89 -0
  746. package/dist/commonjs/classic/devCenterCatalogImageDefinitionBuild/index.js.map +7 -0
  747. package/dist/commonjs/classic/devCenterCatalogImageDefinitionBuilds/index.d.ts +11 -0
  748. package/dist/commonjs/classic/devCenterCatalogImageDefinitionBuilds/index.js +45 -0
  749. package/dist/commonjs/classic/devCenterCatalogImageDefinitionBuilds/index.js.map +7 -0
  750. package/dist/commonjs/classic/devCenterCatalogImageDefinitions/index.d.ts +23 -0
  751. package/dist/commonjs/classic/devCenterCatalogImageDefinitions/index.js +85 -0
  752. package/dist/commonjs/classic/devCenterCatalogImageDefinitions/index.js.map +7 -0
  753. package/dist/commonjs/classic/devCenters/index.d.ts +35 -0
  754. package/dist/commonjs/classic/devCenters/index.js +68 -0
  755. package/dist/commonjs/classic/devCenters/index.js.map +7 -0
  756. package/dist/commonjs/classic/encryptionSets/index.d.ts +33 -0
  757. package/dist/commonjs/classic/encryptionSets/index.js +95 -0
  758. package/dist/commonjs/classic/encryptionSets/index.js.map +7 -0
  759. package/dist/commonjs/classic/environmentDefinitions/index.d.ts +19 -0
  760. package/dist/commonjs/classic/environmentDefinitions/index.js +63 -0
  761. package/dist/commonjs/classic/environmentDefinitions/index.js.map +7 -0
  762. package/dist/commonjs/classic/environmentTypes/index.d.ts +19 -0
  763. package/dist/commonjs/classic/environmentTypes/index.js +42 -0
  764. package/dist/commonjs/classic/environmentTypes/index.js.map +7 -0
  765. package/dist/commonjs/classic/galleries/index.d.ts +27 -0
  766. package/dist/commonjs/classic/galleries/index.js +72 -0
  767. package/dist/commonjs/classic/galleries/index.js.map +7 -0
  768. package/dist/commonjs/classic/imageVersions/index.d.ts +17 -0
  769. package/dist/commonjs/classic/imageVersions/index.js +41 -0
  770. package/dist/commonjs/classic/imageVersions/index.js.map +7 -0
  771. package/dist/commonjs/classic/images/index.d.ts +19 -0
  772. package/dist/commonjs/classic/images/index.js +42 -0
  773. package/dist/commonjs/classic/images/index.js.map +7 -0
  774. package/dist/commonjs/classic/index.d.ts +33 -0
  775. package/dist/commonjs/classic/index.js +16 -0
  776. package/dist/commonjs/classic/index.js.map +7 -0
  777. package/dist/commonjs/classic/networkConnections/index.d.ts +47 -0
  778. package/dist/commonjs/classic/networkConnections/index.js +91 -0
  779. package/dist/commonjs/classic/networkConnections/index.js.map +7 -0
  780. package/dist/commonjs/classic/operationStatuses/index.d.ts +10 -0
  781. package/dist/commonjs/classic/operationStatuses/index.js +38 -0
  782. package/dist/commonjs/classic/operationStatuses/index.js.map +7 -0
  783. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  784. package/dist/commonjs/classic/operations/index.js +38 -0
  785. package/dist/commonjs/classic/operations/index.js.map +7 -0
  786. package/dist/commonjs/classic/pools/index.d.ts +39 -0
  787. package/dist/commonjs/classic/pools/index.js +83 -0
  788. package/dist/commonjs/classic/pools/index.js.map +7 -0
  789. package/dist/commonjs/classic/projectAllowedEnvironmentTypes/index.d.ts +13 -0
  790. package/dist/commonjs/classic/projectAllowedEnvironmentTypes/index.js +39 -0
  791. package/dist/commonjs/classic/projectAllowedEnvironmentTypes/index.js.map +7 -0
  792. package/dist/commonjs/classic/projectCatalogEnvironmentDefinitions/index.d.ts +10 -0
  793. package/dist/commonjs/classic/projectCatalogEnvironmentDefinitions/index.js +45 -0
  794. package/dist/commonjs/classic/projectCatalogEnvironmentDefinitions/index.js.map +7 -0
  795. package/dist/commonjs/classic/projectCatalogImageDefinitionBuild/index.d.ts +20 -0
  796. package/dist/commonjs/classic/projectCatalogImageDefinitionBuild/index.js +89 -0
  797. package/dist/commonjs/classic/projectCatalogImageDefinitionBuild/index.js.map +7 -0
  798. package/dist/commonjs/classic/projectCatalogImageDefinitionBuilds/index.d.ts +11 -0
  799. package/dist/commonjs/classic/projectCatalogImageDefinitionBuilds/index.js +45 -0
  800. package/dist/commonjs/classic/projectCatalogImageDefinitionBuilds/index.js.map +7 -0
  801. package/dist/commonjs/classic/projectCatalogImageDefinitions/index.d.ts +23 -0
  802. package/dist/commonjs/classic/projectCatalogImageDefinitions/index.js +85 -0
  803. package/dist/commonjs/classic/projectCatalogImageDefinitions/index.js.map +7 -0
  804. package/dist/commonjs/classic/projectCatalogs/index.d.ts +47 -0
  805. package/dist/commonjs/classic/projectCatalogs/index.js +100 -0
  806. package/dist/commonjs/classic/projectCatalogs/index.js.map +7 -0
  807. package/dist/commonjs/classic/projectEnvironmentTypes/index.d.ts +19 -0
  808. package/dist/commonjs/classic/projectEnvironmentTypes/index.js +42 -0
  809. package/dist/commonjs/classic/projectEnvironmentTypes/index.js.map +7 -0
  810. package/dist/commonjs/classic/projectPolicies/index.d.ts +33 -0
  811. package/dist/commonjs/classic/projectPolicies/index.js +95 -0
  812. package/dist/commonjs/classic/projectPolicies/index.js.map +7 -0
  813. package/dist/commonjs/classic/projects/index.d.ts +37 -0
  814. package/dist/commonjs/classic/projects/index.js +69 -0
  815. package/dist/commonjs/classic/projects/index.js.map +7 -0
  816. package/dist/commonjs/classic/schedules/index.d.ts +33 -0
  817. package/dist/commonjs/classic/schedules/index.js +121 -0
  818. package/dist/commonjs/classic/schedules/index.js.map +7 -0
  819. package/dist/commonjs/classic/skus/index.d.ts +13 -0
  820. package/dist/commonjs/classic/skus/index.js +39 -0
  821. package/dist/commonjs/classic/skus/index.js.map +7 -0
  822. package/dist/commonjs/classic/usages/index.d.ts +11 -0
  823. package/dist/commonjs/classic/usages/index.js +38 -0
  824. package/dist/commonjs/classic/usages/index.js.map +7 -0
  825. package/dist/commonjs/devCenterClient.d.ts +106 -40
  826. package/dist/commonjs/devCenterClient.js +151 -139
  827. package/dist/commonjs/devCenterClient.js.map +3 -3
  828. package/dist/commonjs/index.d.ts +46 -3
  829. package/dist/commonjs/index.js +125 -8
  830. package/dist/commonjs/index.js.map +3 -3
  831. package/dist/commonjs/logger.d.ts +2 -0
  832. package/dist/commonjs/logger.js +29 -0
  833. package/dist/commonjs/logger.js.map +7 -0
  834. package/dist/commonjs/models/index.d.ts +2 -3189
  835. package/dist/commonjs/models/index.js +86 -207
  836. package/dist/commonjs/models/index.js.map +4 -4
  837. package/dist/commonjs/models/models.d.ts +3318 -0
  838. package/dist/commonjs/models/models.js +3989 -0
  839. package/dist/commonjs/models/models.js.map +7 -0
  840. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  841. package/dist/commonjs/restorePollerHelpers.js +189 -0
  842. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  843. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  844. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  845. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  846. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  847. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  848. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  849. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  850. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  851. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  852. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  853. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  854. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  855. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  856. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  857. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  858. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  859. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  860. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  861. package/dist/commonjs/tsdoc-metadata.json +1 -1
  862. package/dist/esm/api/attachedNetworks/index.d.ts +3 -0
  863. package/dist/esm/api/attachedNetworks/index.js +4 -0
  864. package/dist/esm/api/attachedNetworks/index.js.map +1 -0
  865. package/dist/esm/api/attachedNetworks/operations.d.ts +31 -0
  866. package/dist/esm/api/attachedNetworks/operations.js +209 -0
  867. package/dist/esm/api/attachedNetworks/operations.js.map +1 -0
  868. package/dist/esm/api/attachedNetworks/options.d.ts +28 -0
  869. package/dist/esm/api/attachedNetworks/options.js +4 -0
  870. package/dist/esm/api/attachedNetworks/options.js.map +1 -0
  871. package/dist/esm/api/catalogs/index.d.ts +3 -0
  872. package/dist/esm/api/catalogs/index.js +4 -0
  873. package/dist/esm/api/catalogs/index.js.map +1 -0
  874. package/dist/esm/api/catalogs/operations.d.ts +39 -0
  875. package/dist/esm/api/catalogs/operations.js +279 -0
  876. package/dist/esm/api/catalogs/operations.js.map +1 -0
  877. package/dist/esm/api/catalogs/options.d.ts +38 -0
  878. package/dist/esm/api/catalogs/options.js +4 -0
  879. package/dist/esm/api/catalogs/options.js.map +1 -0
  880. package/dist/esm/api/checkNameAvailability/index.d.ts +3 -0
  881. package/dist/esm/api/checkNameAvailability/index.js +4 -0
  882. package/dist/esm/api/checkNameAvailability/index.js.map +1 -0
  883. package/dist/esm/api/checkNameAvailability/operations.d.ts +9 -0
  884. package/dist/esm/api/checkNameAvailability/operations.js +36 -0
  885. package/dist/esm/api/checkNameAvailability/operations.js.map +1 -0
  886. package/dist/esm/api/checkNameAvailability/options.d.ts +5 -0
  887. package/dist/esm/api/checkNameAvailability/options.js +4 -0
  888. package/dist/esm/api/checkNameAvailability/options.js.map +1 -0
  889. package/dist/esm/api/checkScopedNameAvailability/index.d.ts +3 -0
  890. package/dist/esm/api/checkScopedNameAvailability/index.js +4 -0
  891. package/dist/esm/api/checkScopedNameAvailability/index.js.map +1 -0
  892. package/dist/esm/api/checkScopedNameAvailability/operations.d.ts +9 -0
  893. package/dist/esm/api/checkScopedNameAvailability/operations.js +36 -0
  894. package/dist/esm/api/checkScopedNameAvailability/operations.js.map +1 -0
  895. package/dist/esm/api/checkScopedNameAvailability/options.d.ts +5 -0
  896. package/dist/esm/api/checkScopedNameAvailability/options.js +4 -0
  897. package/dist/esm/api/checkScopedNameAvailability/options.js.map +1 -0
  898. package/dist/esm/api/customizationTasks/index.d.ts +3 -0
  899. package/dist/esm/api/customizationTasks/index.js +4 -0
  900. package/dist/esm/api/customizationTasks/index.js.map +1 -0
  901. package/dist/esm/api/customizationTasks/operations.d.ts +18 -0
  902. package/dist/esm/api/customizationTasks/operations.js +106 -0
  903. package/dist/esm/api/customizationTasks/operations.js.map +1 -0
  904. package/dist/esm/api/customizationTasks/options.d.ts +13 -0
  905. package/dist/esm/api/customizationTasks/options.js +4 -0
  906. package/dist/esm/api/customizationTasks/options.js.map +1 -0
  907. package/dist/esm/api/devBoxDefinitions/index.d.ts +3 -0
  908. package/dist/esm/api/devBoxDefinitions/index.js +4 -0
  909. package/dist/esm/api/devBoxDefinitions/index.js.map +1 -0
  910. package/dist/esm/api/devBoxDefinitions/operations.d.ts +35 -0
  911. package/dist/esm/api/devBoxDefinitions/operations.js +247 -0
  912. package/dist/esm/api/devBoxDefinitions/operations.js.map +1 -0
  913. package/dist/esm/api/devBoxDefinitions/options.d.ts +33 -0
  914. package/dist/esm/api/devBoxDefinitions/options.js +4 -0
  915. package/dist/esm/api/devBoxDefinitions/options.js.map +1 -0
  916. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/index.d.ts +3 -0
  917. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/index.js +4 -0
  918. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/index.js.map +1 -0
  919. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/operations.d.ts +18 -0
  920. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/operations.js +112 -0
  921. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/operations.js.map +1 -0
  922. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/options.d.ts +13 -0
  923. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/options.js +4 -0
  924. package/dist/esm/api/devCenterCatalogImageDefinitionBuild/options.js.map +1 -0
  925. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/index.d.ts +3 -0
  926. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/index.js +4 -0
  927. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/index.js.map +1 -0
  928. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/operations.d.ts +10 -0
  929. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/operations.js +46 -0
  930. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/operations.js.map +1 -0
  931. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/options.d.ts +5 -0
  932. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/options.js +4 -0
  933. package/dist/esm/api/devCenterCatalogImageDefinitionBuilds/options.js.map +1 -0
  934. package/dist/esm/api/devCenterCatalogImageDefinitions/index.d.ts +3 -0
  935. package/dist/esm/api/devCenterCatalogImageDefinitions/index.js +4 -0
  936. package/dist/esm/api/devCenterCatalogImageDefinitions/index.js.map +1 -0
  937. package/dist/esm/api/devCenterCatalogImageDefinitions/operations.d.ts +23 -0
  938. package/dist/esm/api/devCenterCatalogImageDefinitions/operations.js +149 -0
  939. package/dist/esm/api/devCenterCatalogImageDefinitions/operations.js.map +1 -0
  940. package/dist/esm/api/devCenterCatalogImageDefinitions/options.d.ts +18 -0
  941. package/dist/esm/api/devCenterCatalogImageDefinitions/options.js +4 -0
  942. package/dist/esm/api/devCenterCatalogImageDefinitions/options.js.map +1 -0
  943. package/dist/esm/api/devCenterContext.d.ts +22 -0
  944. package/dist/esm/api/devCenterContext.js +26 -0
  945. package/dist/esm/api/devCenterContext.js.map +1 -0
  946. package/dist/esm/api/devCenters/index.d.ts +3 -0
  947. package/dist/esm/api/devCenters/index.js +4 -0
  948. package/dist/esm/api/devCenters/index.js.map +1 -0
  949. package/dist/esm/api/devCenters/operations.d.ts +31 -0
  950. package/dist/esm/api/devCenters/operations.js +209 -0
  951. package/dist/esm/api/devCenters/operations.js.map +1 -0
  952. package/dist/esm/api/devCenters/options.d.ts +30 -0
  953. package/dist/esm/api/devCenters/options.js +4 -0
  954. package/dist/esm/api/devCenters/options.js.map +1 -0
  955. package/dist/esm/api/encryptionSets/index.d.ts +3 -0
  956. package/dist/esm/api/encryptionSets/index.js +4 -0
  957. package/dist/esm/api/encryptionSets/index.js.map +1 -0
  958. package/dist/esm/api/encryptionSets/operations.d.ts +27 -0
  959. package/dist/esm/api/encryptionSets/operations.js +182 -0
  960. package/dist/esm/api/encryptionSets/operations.js.map +1 -0
  961. package/dist/esm/api/encryptionSets/options.d.ts +25 -0
  962. package/dist/esm/api/encryptionSets/options.js +4 -0
  963. package/dist/esm/api/encryptionSets/options.js.map +1 -0
  964. package/dist/esm/api/environmentDefinitions/index.d.ts +3 -0
  965. package/dist/esm/api/environmentDefinitions/index.js +4 -0
  966. package/dist/esm/api/environmentDefinitions/index.js.map +1 -0
  967. package/dist/esm/api/environmentDefinitions/operations.d.ts +26 -0
  968. package/dist/esm/api/environmentDefinitions/operations.js +172 -0
  969. package/dist/esm/api/environmentDefinitions/operations.js.map +1 -0
  970. package/dist/esm/api/environmentDefinitions/options.d.ts +19 -0
  971. package/dist/esm/api/environmentDefinitions/options.js +4 -0
  972. package/dist/esm/api/environmentDefinitions/options.js.map +1 -0
  973. package/dist/esm/api/environmentTypes/index.d.ts +3 -0
  974. package/dist/esm/api/environmentTypes/index.js +4 -0
  975. package/dist/esm/api/environmentTypes/index.js.map +1 -0
  976. package/dist/esm/api/environmentTypes/operations.d.ts +26 -0
  977. package/dist/esm/api/environmentTypes/operations.js +166 -0
  978. package/dist/esm/api/environmentTypes/operations.js.map +1 -0
  979. package/dist/esm/api/environmentTypes/options.d.ts +19 -0
  980. package/dist/esm/api/environmentTypes/options.js +4 -0
  981. package/dist/esm/api/environmentTypes/options.js.map +1 -0
  982. package/dist/esm/api/galleries/index.d.ts +3 -0
  983. package/dist/esm/api/galleries/index.js +4 -0
  984. package/dist/esm/api/galleries/index.js.map +1 -0
  985. package/dist/esm/api/galleries/operations.d.ts +23 -0
  986. package/dist/esm/api/galleries/operations.js +144 -0
  987. package/dist/esm/api/galleries/operations.js.map +1 -0
  988. package/dist/esm/api/galleries/options.d.ts +20 -0
  989. package/dist/esm/api/galleries/options.js +4 -0
  990. package/dist/esm/api/galleries/options.js.map +1 -0
  991. package/dist/esm/api/imageVersions/index.d.ts +3 -0
  992. package/dist/esm/api/imageVersions/index.js +4 -0
  993. package/dist/esm/api/imageVersions/index.js.map +1 -0
  994. package/dist/esm/api/imageVersions/operations.d.ts +22 -0
  995. package/dist/esm/api/imageVersions/operations.js +141 -0
  996. package/dist/esm/api/imageVersions/operations.js.map +1 -0
  997. package/dist/esm/api/imageVersions/options.d.ts +14 -0
  998. package/dist/esm/api/imageVersions/options.js +4 -0
  999. package/dist/esm/api/imageVersions/options.js.map +1 -0
  1000. package/dist/esm/api/images/index.d.ts +3 -0
  1001. package/dist/esm/api/images/index.js +4 -0
  1002. package/dist/esm/api/images/index.js.map +1 -0
  1003. package/dist/esm/api/images/operations.d.ts +26 -0
  1004. package/dist/esm/api/images/operations.js +172 -0
  1005. package/dist/esm/api/images/operations.js.map +1 -0
  1006. package/dist/esm/api/images/options.d.ts +21 -0
  1007. package/dist/esm/api/images/options.js +4 -0
  1008. package/dist/esm/api/images/options.js.map +1 -0
  1009. package/dist/esm/api/index.d.ts +3 -0
  1010. package/dist/esm/api/index.js +4 -0
  1011. package/dist/esm/api/index.js.map +1 -0
  1012. package/dist/esm/api/networkConnections/index.d.ts +3 -0
  1013. package/dist/esm/api/networkConnections/index.js +4 -0
  1014. package/dist/esm/api/networkConnections/index.js.map +1 -0
  1015. package/dist/esm/api/networkConnections/operations.d.ts +47 -0
  1016. package/dist/esm/api/networkConnections/operations.js +343 -0
  1017. package/dist/esm/api/networkConnections/operations.js.map +1 -0
  1018. package/dist/esm/api/networkConnections/options.d.ts +48 -0
  1019. package/dist/esm/api/networkConnections/options.js +4 -0
  1020. package/dist/esm/api/networkConnections/options.js.map +1 -0
  1021. package/dist/esm/api/operationStatuses/index.d.ts +3 -0
  1022. package/dist/esm/api/operationStatuses/index.js +4 -0
  1023. package/dist/esm/api/operationStatuses/index.js.map +1 -0
  1024. package/dist/esm/api/operationStatuses/operations.d.ts +9 -0
  1025. package/dist/esm/api/operationStatuses/operations.js +36 -0
  1026. package/dist/esm/api/operationStatuses/operations.js.map +1 -0
  1027. package/dist/esm/api/operationStatuses/options.d.ts +5 -0
  1028. package/dist/esm/api/operationStatuses/options.js +4 -0
  1029. package/dist/esm/api/operationStatuses/options.js.map +1 -0
  1030. package/dist/esm/api/operations/index.d.ts +3 -0
  1031. package/dist/esm/api/operations/index.js +4 -0
  1032. package/dist/esm/api/operations/index.js.map +1 -0
  1033. package/dist/esm/api/operations/operations.d.ts +10 -0
  1034. package/dist/esm/api/operations/operations.js +37 -0
  1035. package/dist/esm/api/operations/operations.js.map +1 -0
  1036. package/dist/esm/api/operations/options.d.ts +5 -0
  1037. package/dist/esm/api/operations/options.js +4 -0
  1038. package/dist/esm/api/operations/options.js.map +1 -0
  1039. package/dist/esm/api/pools/index.d.ts +3 -0
  1040. package/dist/esm/api/pools/index.js +4 -0
  1041. package/dist/esm/api/pools/index.js.map +1 -0
  1042. package/dist/esm/api/pools/operations.d.ts +31 -0
  1043. package/dist/esm/api/pools/operations.js +215 -0
  1044. package/dist/esm/api/pools/operations.js.map +1 -0
  1045. package/dist/esm/api/pools/options.d.ts +30 -0
  1046. package/dist/esm/api/pools/options.js +4 -0
  1047. package/dist/esm/api/pools/options.js.map +1 -0
  1048. package/dist/esm/api/projectAllowedEnvironmentTypes/index.d.ts +3 -0
  1049. package/dist/esm/api/projectAllowedEnvironmentTypes/index.js +4 -0
  1050. package/dist/esm/api/projectAllowedEnvironmentTypes/index.js.map +1 -0
  1051. package/dist/esm/api/projectAllowedEnvironmentTypes/operations.d.ts +14 -0
  1052. package/dist/esm/api/projectAllowedEnvironmentTypes/operations.js +72 -0
  1053. package/dist/esm/api/projectAllowedEnvironmentTypes/operations.js.map +1 -0
  1054. package/dist/esm/api/projectAllowedEnvironmentTypes/options.d.ts +10 -0
  1055. package/dist/esm/api/projectAllowedEnvironmentTypes/options.js +4 -0
  1056. package/dist/esm/api/projectAllowedEnvironmentTypes/options.js.map +1 -0
  1057. package/dist/esm/api/projectCatalogEnvironmentDefinitions/index.d.ts +3 -0
  1058. package/dist/esm/api/projectCatalogEnvironmentDefinitions/index.js +4 -0
  1059. package/dist/esm/api/projectCatalogEnvironmentDefinitions/index.js.map +1 -0
  1060. package/dist/esm/api/projectCatalogEnvironmentDefinitions/operations.d.ts +9 -0
  1061. package/dist/esm/api/projectCatalogEnvironmentDefinitions/operations.js +42 -0
  1062. package/dist/esm/api/projectCatalogEnvironmentDefinitions/operations.js.map +1 -0
  1063. package/dist/esm/api/projectCatalogEnvironmentDefinitions/options.d.ts +5 -0
  1064. package/dist/esm/api/projectCatalogEnvironmentDefinitions/options.js +4 -0
  1065. package/dist/esm/api/projectCatalogEnvironmentDefinitions/options.js.map +1 -0
  1066. package/dist/esm/api/projectCatalogImageDefinitionBuild/index.d.ts +3 -0
  1067. package/dist/esm/api/projectCatalogImageDefinitionBuild/index.js +4 -0
  1068. package/dist/esm/api/projectCatalogImageDefinitionBuild/index.js.map +1 -0
  1069. package/dist/esm/api/projectCatalogImageDefinitionBuild/operations.d.ts +18 -0
  1070. package/dist/esm/api/projectCatalogImageDefinitionBuild/operations.js +108 -0
  1071. package/dist/esm/api/projectCatalogImageDefinitionBuild/operations.js.map +1 -0
  1072. package/dist/esm/api/projectCatalogImageDefinitionBuild/options.d.ts +13 -0
  1073. package/dist/esm/api/projectCatalogImageDefinitionBuild/options.js +4 -0
  1074. package/dist/esm/api/projectCatalogImageDefinitionBuild/options.js.map +1 -0
  1075. package/dist/esm/api/projectCatalogImageDefinitionBuilds/index.d.ts +3 -0
  1076. package/dist/esm/api/projectCatalogImageDefinitionBuilds/index.js +4 -0
  1077. package/dist/esm/api/projectCatalogImageDefinitionBuilds/index.js.map +1 -0
  1078. package/dist/esm/api/projectCatalogImageDefinitionBuilds/operations.d.ts +10 -0
  1079. package/dist/esm/api/projectCatalogImageDefinitionBuilds/operations.js +46 -0
  1080. package/dist/esm/api/projectCatalogImageDefinitionBuilds/operations.js.map +1 -0
  1081. package/dist/esm/api/projectCatalogImageDefinitionBuilds/options.d.ts +5 -0
  1082. package/dist/esm/api/projectCatalogImageDefinitionBuilds/options.js +4 -0
  1083. package/dist/esm/api/projectCatalogImageDefinitionBuilds/options.js.map +1 -0
  1084. package/dist/esm/api/projectCatalogImageDefinitions/index.d.ts +3 -0
  1085. package/dist/esm/api/projectCatalogImageDefinitions/index.js +4 -0
  1086. package/dist/esm/api/projectCatalogImageDefinitions/index.js.map +1 -0
  1087. package/dist/esm/api/projectCatalogImageDefinitions/operations.d.ts +23 -0
  1088. package/dist/esm/api/projectCatalogImageDefinitions/operations.js +145 -0
  1089. package/dist/esm/api/projectCatalogImageDefinitions/operations.js.map +1 -0
  1090. package/dist/esm/api/projectCatalogImageDefinitions/options.d.ts +18 -0
  1091. package/dist/esm/api/projectCatalogImageDefinitions/options.js +4 -0
  1092. package/dist/esm/api/projectCatalogImageDefinitions/options.js.map +1 -0
  1093. package/dist/esm/api/projectCatalogs/index.d.ts +3 -0
  1094. package/dist/esm/api/projectCatalogs/index.js +4 -0
  1095. package/dist/esm/api/projectCatalogs/index.js.map +1 -0
  1096. package/dist/esm/api/projectCatalogs/operations.d.ts +39 -0
  1097. package/dist/esm/api/projectCatalogs/operations.js +279 -0
  1098. package/dist/esm/api/projectCatalogs/operations.js.map +1 -0
  1099. package/dist/esm/api/projectCatalogs/options.d.ts +38 -0
  1100. package/dist/esm/api/projectCatalogs/options.js +4 -0
  1101. package/dist/esm/api/projectCatalogs/options.js.map +1 -0
  1102. package/dist/esm/api/projectEnvironmentTypes/index.d.ts +3 -0
  1103. package/dist/esm/api/projectEnvironmentTypes/index.js +4 -0
  1104. package/dist/esm/api/projectEnvironmentTypes/index.js.map +1 -0
  1105. package/dist/esm/api/projectEnvironmentTypes/operations.d.ts +26 -0
  1106. package/dist/esm/api/projectEnvironmentTypes/operations.js +166 -0
  1107. package/dist/esm/api/projectEnvironmentTypes/operations.js.map +1 -0
  1108. package/dist/esm/api/projectEnvironmentTypes/options.d.ts +19 -0
  1109. package/dist/esm/api/projectEnvironmentTypes/options.js +4 -0
  1110. package/dist/esm/api/projectEnvironmentTypes/options.js.map +1 -0
  1111. package/dist/esm/api/projectPolicies/index.d.ts +3 -0
  1112. package/dist/esm/api/projectPolicies/index.js +4 -0
  1113. package/dist/esm/api/projectPolicies/index.js.map +1 -0
  1114. package/dist/esm/api/projectPolicies/operations.d.ts +27 -0
  1115. package/dist/esm/api/projectPolicies/operations.js +182 -0
  1116. package/dist/esm/api/projectPolicies/operations.js.map +1 -0
  1117. package/dist/esm/api/projectPolicies/options.d.ts +25 -0
  1118. package/dist/esm/api/projectPolicies/options.js +4 -0
  1119. package/dist/esm/api/projectPolicies/options.js.map +1 -0
  1120. package/dist/esm/api/projects/index.d.ts +3 -0
  1121. package/dist/esm/api/projects/index.js +4 -0
  1122. package/dist/esm/api/projects/index.js.map +1 -0
  1123. package/dist/esm/api/projects/operations.d.ts +35 -0
  1124. package/dist/esm/api/projects/operations.js +239 -0
  1125. package/dist/esm/api/projects/operations.js.map +1 -0
  1126. package/dist/esm/api/projects/options.d.ts +33 -0
  1127. package/dist/esm/api/projects/options.js +4 -0
  1128. package/dist/esm/api/projects/options.js.map +1 -0
  1129. package/dist/esm/api/schedules/index.d.ts +3 -0
  1130. package/dist/esm/api/schedules/index.js +4 -0
  1131. package/dist/esm/api/schedules/index.js.map +1 -0
  1132. package/dist/esm/api/schedules/operations.d.ts +27 -0
  1133. package/dist/esm/api/schedules/operations.js +191 -0
  1134. package/dist/esm/api/schedules/operations.js.map +1 -0
  1135. package/dist/esm/api/schedules/options.d.ts +33 -0
  1136. package/dist/esm/api/schedules/options.js +4 -0
  1137. package/dist/esm/api/schedules/options.js.map +1 -0
  1138. package/dist/esm/api/skus/index.d.ts +3 -0
  1139. package/dist/esm/api/skus/index.js +4 -0
  1140. package/dist/esm/api/skus/index.js.map +1 -0
  1141. package/dist/esm/api/skus/operations.d.ts +14 -0
  1142. package/dist/esm/api/skus/operations.js +72 -0
  1143. package/dist/esm/api/skus/operations.js.map +1 -0
  1144. package/dist/esm/api/skus/options.d.ts +10 -0
  1145. package/dist/esm/api/skus/options.js +4 -0
  1146. package/dist/esm/api/skus/options.js.map +1 -0
  1147. package/dist/esm/api/usages/index.d.ts +3 -0
  1148. package/dist/esm/api/usages/index.js +4 -0
  1149. package/dist/esm/api/usages/index.js.map +1 -0
  1150. package/dist/esm/api/usages/operations.d.ts +10 -0
  1151. package/dist/esm/api/usages/operations.js +39 -0
  1152. package/dist/esm/api/usages/operations.js.map +1 -0
  1153. package/dist/esm/api/usages/options.d.ts +5 -0
  1154. package/dist/esm/api/usages/options.js +4 -0
  1155. package/dist/esm/api/usages/options.js.map +1 -0
  1156. package/dist/esm/classic/attachedNetworks/index.d.ts +31 -0
  1157. package/dist/esm/classic/attachedNetworks/index.js +36 -0
  1158. package/dist/esm/classic/attachedNetworks/index.js.map +1 -0
  1159. package/dist/esm/classic/catalogs/index.d.ts +47 -0
  1160. package/dist/esm/classic/catalogs/index.js +62 -0
  1161. package/dist/esm/classic/catalogs/index.js.map +1 -0
  1162. package/dist/esm/classic/checkNameAvailability/index.d.ts +10 -0
  1163. package/dist/esm/classic/checkNameAvailability/index.js +14 -0
  1164. package/dist/esm/classic/checkNameAvailability/index.js.map +1 -0
  1165. package/dist/esm/classic/checkScopedNameAvailability/index.d.ts +10 -0
  1166. package/dist/esm/classic/checkScopedNameAvailability/index.js +14 -0
  1167. package/dist/esm/classic/checkScopedNameAvailability/index.js.map +1 -0
  1168. package/dist/esm/classic/customizationTasks/index.d.ts +15 -0
  1169. package/dist/esm/classic/customizationTasks/index.js +16 -0
  1170. package/dist/esm/classic/customizationTasks/index.js.map +1 -0
  1171. package/dist/esm/classic/devBoxDefinitions/index.d.ts +37 -0
  1172. package/dist/esm/classic/devBoxDefinitions/index.js +45 -0
  1173. package/dist/esm/classic/devBoxDefinitions/index.js.map +1 -0
  1174. package/dist/esm/classic/devCenterCatalogImageDefinitionBuild/index.d.ts +20 -0
  1175. package/dist/esm/classic/devCenterCatalogImageDefinitionBuild/index.js +25 -0
  1176. package/dist/esm/classic/devCenterCatalogImageDefinitionBuild/index.js.map +1 -0
  1177. package/dist/esm/classic/devCenterCatalogImageDefinitionBuilds/index.d.ts +11 -0
  1178. package/dist/esm/classic/devCenterCatalogImageDefinitionBuilds/index.js +14 -0
  1179. package/dist/esm/classic/devCenterCatalogImageDefinitionBuilds/index.js.map +1 -0
  1180. package/dist/esm/classic/devCenterCatalogImageDefinitions/index.d.ts +23 -0
  1181. package/dist/esm/classic/devCenterCatalogImageDefinitions/index.js +26 -0
  1182. package/dist/esm/classic/devCenterCatalogImageDefinitions/index.js.map +1 -0
  1183. package/dist/esm/classic/devCenters/index.d.ts +35 -0
  1184. package/dist/esm/classic/devCenters/index.js +44 -0
  1185. package/dist/esm/classic/devCenters/index.js.map +1 -0
  1186. package/dist/esm/classic/encryptionSets/index.d.ts +33 -0
  1187. package/dist/esm/classic/encryptionSets/index.js +43 -0
  1188. package/dist/esm/classic/encryptionSets/index.js.map +1 -0
  1189. package/dist/esm/classic/environmentDefinitions/index.d.ts +19 -0
  1190. package/dist/esm/classic/environmentDefinitions/index.js +18 -0
  1191. package/dist/esm/classic/environmentDefinitions/index.js.map +1 -0
  1192. package/dist/esm/classic/environmentTypes/index.d.ts +19 -0
  1193. package/dist/esm/classic/environmentTypes/index.js +18 -0
  1194. package/dist/esm/classic/environmentTypes/index.js.map +1 -0
  1195. package/dist/esm/classic/galleries/index.d.ts +27 -0
  1196. package/dist/esm/classic/galleries/index.js +34 -0
  1197. package/dist/esm/classic/galleries/index.js.map +1 -0
  1198. package/dist/esm/classic/imageVersions/index.d.ts +17 -0
  1199. package/dist/esm/classic/imageVersions/index.js +17 -0
  1200. package/dist/esm/classic/imageVersions/index.js.map +1 -0
  1201. package/dist/esm/classic/images/index.d.ts +19 -0
  1202. package/dist/esm/classic/images/index.js +18 -0
  1203. package/dist/esm/classic/images/index.js.map +1 -0
  1204. package/dist/esm/classic/index.d.ts +33 -0
  1205. package/dist/esm/classic/index.js +4 -0
  1206. package/dist/esm/classic/index.js.map +1 -0
  1207. package/dist/esm/classic/networkConnections/index.d.ts +47 -0
  1208. package/dist/esm/classic/networkConnections/index.js +56 -0
  1209. package/dist/esm/classic/networkConnections/index.js.map +1 -0
  1210. package/dist/esm/classic/operationStatuses/index.d.ts +10 -0
  1211. package/dist/esm/classic/operationStatuses/index.js +14 -0
  1212. package/dist/esm/classic/operationStatuses/index.js.map +1 -0
  1213. package/dist/esm/classic/operations/index.d.ts +11 -0
  1214. package/dist/esm/classic/operations/index.js +14 -0
  1215. package/dist/esm/classic/operations/index.js.map +1 -0
  1216. package/dist/esm/classic/pools/index.d.ts +39 -0
  1217. package/dist/esm/classic/pools/index.js +52 -0
  1218. package/dist/esm/classic/pools/index.js.map +1 -0
  1219. package/dist/esm/classic/projectAllowedEnvironmentTypes/index.d.ts +13 -0
  1220. package/dist/esm/classic/projectAllowedEnvironmentTypes/index.js +15 -0
  1221. package/dist/esm/classic/projectAllowedEnvironmentTypes/index.js.map +1 -0
  1222. package/dist/esm/classic/projectCatalogEnvironmentDefinitions/index.d.ts +10 -0
  1223. package/dist/esm/classic/projectCatalogEnvironmentDefinitions/index.js +14 -0
  1224. package/dist/esm/classic/projectCatalogEnvironmentDefinitions/index.js.map +1 -0
  1225. package/dist/esm/classic/projectCatalogImageDefinitionBuild/index.d.ts +20 -0
  1226. package/dist/esm/classic/projectCatalogImageDefinitionBuild/index.js +25 -0
  1227. package/dist/esm/classic/projectCatalogImageDefinitionBuild/index.js.map +1 -0
  1228. package/dist/esm/classic/projectCatalogImageDefinitionBuilds/index.d.ts +11 -0
  1229. package/dist/esm/classic/projectCatalogImageDefinitionBuilds/index.js +14 -0
  1230. package/dist/esm/classic/projectCatalogImageDefinitionBuilds/index.js.map +1 -0
  1231. package/dist/esm/classic/projectCatalogImageDefinitions/index.d.ts +23 -0
  1232. package/dist/esm/classic/projectCatalogImageDefinitions/index.js +26 -0
  1233. package/dist/esm/classic/projectCatalogImageDefinitions/index.js.map +1 -0
  1234. package/dist/esm/classic/projectCatalogs/index.d.ts +47 -0
  1235. package/dist/esm/classic/projectCatalogs/index.js +62 -0
  1236. package/dist/esm/classic/projectCatalogs/index.js.map +1 -0
  1237. package/dist/esm/classic/projectEnvironmentTypes/index.d.ts +19 -0
  1238. package/dist/esm/classic/projectEnvironmentTypes/index.js +18 -0
  1239. package/dist/esm/classic/projectEnvironmentTypes/index.js.map +1 -0
  1240. package/dist/esm/classic/projectPolicies/index.d.ts +33 -0
  1241. package/dist/esm/classic/projectPolicies/index.js +43 -0
  1242. package/dist/esm/classic/projectPolicies/index.js.map +1 -0
  1243. package/dist/esm/classic/projects/index.d.ts +37 -0
  1244. package/dist/esm/classic/projects/index.js +45 -0
  1245. package/dist/esm/classic/projects/index.js.map +1 -0
  1246. package/dist/esm/classic/schedules/index.d.ts +33 -0
  1247. package/dist/esm/classic/schedules/index.js +43 -0
  1248. package/dist/esm/classic/schedules/index.js.map +1 -0
  1249. package/dist/esm/classic/skus/index.d.ts +13 -0
  1250. package/dist/esm/classic/skus/index.js +15 -0
  1251. package/dist/esm/classic/skus/index.js.map +1 -0
  1252. package/dist/esm/classic/usages/index.d.ts +11 -0
  1253. package/dist/esm/classic/usages/index.js +14 -0
  1254. package/dist/esm/classic/usages/index.js.map +1 -0
  1255. package/dist/esm/devCenterClient.d.ts +106 -40
  1256. package/dist/esm/devCenterClient.js +148 -162
  1257. package/dist/esm/devCenterClient.js.map +1 -7
  1258. package/dist/esm/index.d.ts +46 -3
  1259. package/dist/esm/index.js +9 -8
  1260. package/dist/esm/index.js.map +1 -7
  1261. package/dist/esm/logger.d.ts +2 -0
  1262. package/dist/esm/logger.js +5 -0
  1263. package/dist/esm/logger.js.map +1 -0
  1264. package/dist/esm/models/index.d.ts +2 -3189
  1265. package/dist/esm/models/index.js +4 -208
  1266. package/dist/esm/models/index.js.map +1 -7
  1267. package/dist/esm/models/models.d.ts +3318 -0
  1268. package/dist/esm/models/models.js +4059 -0
  1269. package/dist/esm/models/models.js.map +1 -0
  1270. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  1271. package/dist/esm/restorePollerHelpers.js +176 -0
  1272. package/dist/esm/restorePollerHelpers.js.map +1 -0
  1273. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  1274. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  1275. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  1276. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  1277. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  1278. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  1279. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  1280. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  1281. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  1282. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  1283. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  1284. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  1285. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  1286. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  1287. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  1288. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  1289. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  1290. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  1291. package/package.json +567 -81
  1292. package/CHANGELOG.md +0 -317
  1293. package/dist/browser/devCenterClient.d.ts.map +0 -1
  1294. package/dist/browser/index.d.ts.map +0 -1
  1295. package/dist/browser/lroImpl.d.ts +0 -11
  1296. package/dist/browser/lroImpl.d.ts.map +0 -1
  1297. package/dist/browser/lroImpl.js +0 -18
  1298. package/dist/browser/lroImpl.js.map +0 -1
  1299. package/dist/browser/models/index.d.ts.map +0 -1
  1300. package/dist/browser/models/mappers.d.ts +0 -138
  1301. package/dist/browser/models/mappers.d.ts.map +0 -1
  1302. package/dist/browser/models/mappers.js +0 -4189
  1303. package/dist/browser/models/mappers.js.map +0 -1
  1304. package/dist/browser/models/parameters.d.ts +0 -47
  1305. package/dist/browser/models/parameters.d.ts.map +0 -1
  1306. package/dist/browser/models/parameters.js +0 -403
  1307. package/dist/browser/models/parameters.js.map +0 -1
  1308. package/dist/browser/operations/attachedNetworks.d.ts +0 -113
  1309. package/dist/browser/operations/attachedNetworks.d.ts.map +0 -1
  1310. package/dist/browser/operations/attachedNetworks.js +0 -511
  1311. package/dist/browser/operations/attachedNetworks.js.map +0 -1
  1312. package/dist/browser/operations/catalogs.d.ts +0 -139
  1313. package/dist/browser/operations/catalogs.d.ts.map +0 -1
  1314. package/dist/browser/operations/catalogs.js +0 -657
  1315. package/dist/browser/operations/catalogs.js.map +0 -1
  1316. package/dist/browser/operations/checkNameAvailability.d.ts +0 -19
  1317. package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
  1318. package/dist/browser/operations/checkNameAvailability.js +0 -50
  1319. package/dist/browser/operations/checkNameAvailability.js.map +0 -1
  1320. package/dist/browser/operations/checkScopedNameAvailability.d.ts +0 -19
  1321. package/dist/browser/operations/checkScopedNameAvailability.d.ts.map +0 -1
  1322. package/dist/browser/operations/checkScopedNameAvailability.js +0 -50
  1323. package/dist/browser/operations/checkScopedNameAvailability.js.map +0 -1
  1324. package/dist/browser/operations/devBoxDefinitions.d.ts +0 -131
  1325. package/dist/browser/operations/devBoxDefinitions.d.ts.map +0 -1
  1326. package/dist/browser/operations/devBoxDefinitions.js +0 -596
  1327. package/dist/browser/operations/devBoxDefinitions.js.map +0 -1
  1328. package/dist/browser/operations/devCenters.d.ts +0 -107
  1329. package/dist/browser/operations/devCenters.d.ts.map +0 -1
  1330. package/dist/browser/operations/devCenters.js +0 -523
  1331. package/dist/browser/operations/devCenters.js.map +0 -1
  1332. package/dist/browser/operations/environmentDefinitions.d.ts +0 -95
  1333. package/dist/browser/operations/environmentDefinitions.d.ts.map +0 -1
  1334. package/dist/browser/operations/environmentDefinitions.js +0 -370
  1335. package/dist/browser/operations/environmentDefinitions.js.map +0 -1
  1336. package/dist/browser/operations/environmentTypes.d.ts +0 -72
  1337. package/dist/browser/operations/environmentTypes.d.ts.map +0 -1
  1338. package/dist/browser/operations/environmentTypes.js +0 -269
  1339. package/dist/browser/operations/environmentTypes.js.map +0 -1
  1340. package/dist/browser/operations/galleries.d.ts +0 -81
  1341. package/dist/browser/operations/galleries.d.ts.map +0 -1
  1342. package/dist/browser/operations/galleries.js +0 -351
  1343. package/dist/browser/operations/galleries.js.map +0 -1
  1344. package/dist/browser/operations/imageVersions.d.ts +0 -54
  1345. package/dist/browser/operations/imageVersions.d.ts.map +0 -1
  1346. package/dist/browser/operations/imageVersions.js +0 -193
  1347. package/dist/browser/operations/imageVersions.js.map +0 -1
  1348. package/dist/browser/operations/images.d.ts +0 -74
  1349. package/dist/browser/operations/images.d.ts.map +0 -1
  1350. package/dist/browser/operations/images.js +0 -279
  1351. package/dist/browser/operations/images.js.map +0 -1
  1352. package/dist/browser/operations/index.d.ts +0 -24
  1353. package/dist/browser/operations/index.d.ts.map +0 -1
  1354. package/dist/browser/operations/index.js +0 -31
  1355. package/dist/browser/operations/index.js.map +0 -1
  1356. package/dist/browser/operations/networkConnections.d.ts +0 -173
  1357. package/dist/browser/operations/networkConnections.d.ts.map +0 -1
  1358. package/dist/browser/operations/networkConnections.js +0 -815
  1359. package/dist/browser/operations/networkConnections.js.map +0 -1
  1360. package/dist/browser/operations/operationStatuses.d.ts +0 -20
  1361. package/dist/browser/operations/operationStatuses.d.ts.map +0 -1
  1362. package/dist/browser/operations/operationStatuses.js +0 -58
  1363. package/dist/browser/operations/operationStatuses.js.map +0 -1
  1364. package/dist/browser/operations/operations.d.ts +0 -32
  1365. package/dist/browser/operations/operations.d.ts.map +0 -1
  1366. package/dist/browser/operations/operations.js +0 -116
  1367. package/dist/browser/operations/operations.js.map +0 -1
  1368. package/dist/browser/operations/pools.d.ts +0 -115
  1369. package/dist/browser/operations/pools.d.ts.map +0 -1
  1370. package/dist/browser/operations/pools.js +0 -535
  1371. package/dist/browser/operations/pools.js.map +0 -1
  1372. package/dist/browser/operations/projectAllowedEnvironmentTypes.d.ts +0 -46
  1373. package/dist/browser/operations/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1374. package/dist/browser/operations/projectAllowedEnvironmentTypes.js +0 -165
  1375. package/dist/browser/operations/projectAllowedEnvironmentTypes.js.map +0 -1
  1376. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.d.ts +0 -22
  1377. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1378. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js +0 -64
  1379. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js.map +0 -1
  1380. package/dist/browser/operations/projectCatalogs.d.ts +0 -139
  1381. package/dist/browser/operations/projectCatalogs.d.ts.map +0 -1
  1382. package/dist/browser/operations/projectCatalogs.js +0 -657
  1383. package/dist/browser/operations/projectCatalogs.js.map +0 -1
  1384. package/dist/browser/operations/projectEnvironmentTypes.d.ts +0 -72
  1385. package/dist/browser/operations/projectEnvironmentTypes.d.ts.map +0 -1
  1386. package/dist/browser/operations/projectEnvironmentTypes.js +0 -269
  1387. package/dist/browser/operations/projectEnvironmentTypes.js.map +0 -1
  1388. package/dist/browser/operations/projects.d.ts +0 -107
  1389. package/dist/browser/operations/projects.d.ts.map +0 -1
  1390. package/dist/browser/operations/projects.js +0 -523
  1391. package/dist/browser/operations/projects.js.map +0 -1
  1392. package/dist/browser/operations/schedules.d.ts +0 -109
  1393. package/dist/browser/operations/schedules.d.ts.map +0 -1
  1394. package/dist/browser/operations/schedules.js +0 -475
  1395. package/dist/browser/operations/schedules.js.map +0 -1
  1396. package/dist/browser/operations/skus.d.ts +0 -32
  1397. package/dist/browser/operations/skus.d.ts.map +0 -1
  1398. package/dist/browser/operations/skus.js +0 -120
  1399. package/dist/browser/operations/skus.js.map +0 -1
  1400. package/dist/browser/operations/usages.d.ts +0 -35
  1401. package/dist/browser/operations/usages.d.ts.map +0 -1
  1402. package/dist/browser/operations/usages.js +0 -128
  1403. package/dist/browser/operations/usages.js.map +0 -1
  1404. package/dist/browser/operationsInterfaces/attachedNetworks.d.ts +0 -71
  1405. package/dist/browser/operationsInterfaces/attachedNetworks.d.ts.map +0 -1
  1406. package/dist/browser/operationsInterfaces/attachedNetworks.js +0 -9
  1407. package/dist/browser/operationsInterfaces/attachedNetworks.js.map +0 -1
  1408. package/dist/browser/operationsInterfaces/catalogs.d.ts +0 -114
  1409. package/dist/browser/operationsInterfaces/catalogs.d.ts.map +0 -1
  1410. package/dist/browser/operationsInterfaces/catalogs.js +0 -9
  1411. package/dist/browser/operationsInterfaces/catalogs.js.map +0 -1
  1412. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1413. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1414. package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
  1415. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1416. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.d.ts +0 -11
  1417. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.d.ts.map +0 -1
  1418. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.js +0 -9
  1419. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.js.map +0 -1
  1420. package/dist/browser/operationsInterfaces/devBoxDefinitions.d.ts +0 -89
  1421. package/dist/browser/operationsInterfaces/devBoxDefinitions.d.ts.map +0 -1
  1422. package/dist/browser/operationsInterfaces/devBoxDefinitions.js +0 -9
  1423. package/dist/browser/operationsInterfaces/devBoxDefinitions.js.map +0 -1
  1424. package/dist/browser/operationsInterfaces/devCenters.d.ts +0 -71
  1425. package/dist/browser/operationsInterfaces/devCenters.d.ts.map +0 -1
  1426. package/dist/browser/operationsInterfaces/devCenters.js +0 -9
  1427. package/dist/browser/operationsInterfaces/devCenters.js.map +0 -1
  1428. package/dist/browser/operationsInterfaces/environmentDefinitions.d.ts +0 -49
  1429. package/dist/browser/operationsInterfaces/environmentDefinitions.d.ts.map +0 -1
  1430. package/dist/browser/operationsInterfaces/environmentDefinitions.js +0 -9
  1431. package/dist/browser/operationsInterfaces/environmentDefinitions.js.map +0 -1
  1432. package/dist/browser/operationsInterfaces/environmentTypes.d.ts +0 -47
  1433. package/dist/browser/operationsInterfaces/environmentTypes.d.ts.map +0 -1
  1434. package/dist/browser/operationsInterfaces/environmentTypes.js +0 -9
  1435. package/dist/browser/operationsInterfaces/environmentTypes.js.map +0 -1
  1436. package/dist/browser/operationsInterfaces/galleries.d.ts +0 -56
  1437. package/dist/browser/operationsInterfaces/galleries.d.ts.map +0 -1
  1438. package/dist/browser/operationsInterfaces/galleries.js +0 -9
  1439. package/dist/browser/operationsInterfaces/galleries.js.map +0 -1
  1440. package/dist/browser/operationsInterfaces/imageVersions.d.ts +0 -25
  1441. package/dist/browser/operationsInterfaces/imageVersions.d.ts.map +0 -1
  1442. package/dist/browser/operationsInterfaces/imageVersions.js +0 -9
  1443. package/dist/browser/operationsInterfaces/imageVersions.js.map +0 -1
  1444. package/dist/browser/operationsInterfaces/images.d.ts +0 -30
  1445. package/dist/browser/operationsInterfaces/images.d.ts.map +0 -1
  1446. package/dist/browser/operationsInterfaces/images.js +0 -9
  1447. package/dist/browser/operationsInterfaces/images.js.map +0 -1
  1448. package/dist/browser/operationsInterfaces/index.d.ts +0 -24
  1449. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  1450. package/dist/browser/operationsInterfaces/index.js +0 -31
  1451. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  1452. package/dist/browser/operationsInterfaces/networkConnections.d.ts +0 -109
  1453. package/dist/browser/operationsInterfaces/networkConnections.d.ts.map +0 -1
  1454. package/dist/browser/operationsInterfaces/networkConnections.js +0 -9
  1455. package/dist/browser/operationsInterfaces/networkConnections.js.map +0 -1
  1456. package/dist/browser/operationsInterfaces/operationStatuses.d.ts +0 -12
  1457. package/dist/browser/operationsInterfaces/operationStatuses.d.ts.map +0 -1
  1458. package/dist/browser/operationsInterfaces/operationStatuses.js +0 -9
  1459. package/dist/browser/operationsInterfaces/operationStatuses.js.map +0 -1
  1460. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  1461. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  1462. package/dist/browser/operationsInterfaces/operations.js +0 -9
  1463. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  1464. package/dist/browser/operationsInterfaces/pools.d.ts +0 -90
  1465. package/dist/browser/operationsInterfaces/pools.d.ts.map +0 -1
  1466. package/dist/browser/operationsInterfaces/pools.js +0 -9
  1467. package/dist/browser/operationsInterfaces/pools.js.map +0 -1
  1468. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +0 -21
  1469. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1470. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.js +0 -9
  1471. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +0 -1
  1472. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +0 -14
  1473. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1474. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +0 -9
  1475. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +0 -1
  1476. package/dist/browser/operationsInterfaces/projectCatalogs.d.ts +0 -114
  1477. package/dist/browser/operationsInterfaces/projectCatalogs.d.ts.map +0 -1
  1478. package/dist/browser/operationsInterfaces/projectCatalogs.js +0 -9
  1479. package/dist/browser/operationsInterfaces/projectCatalogs.js.map +0 -1
  1480. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.d.ts +0 -47
  1481. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.d.ts.map +0 -1
  1482. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.js +0 -9
  1483. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.js.map +0 -1
  1484. package/dist/browser/operationsInterfaces/projects.d.ts +0 -71
  1485. package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
  1486. package/dist/browser/operationsInterfaces/projects.js +0 -9
  1487. package/dist/browser/operationsInterfaces/projects.js.map +0 -1
  1488. package/dist/browser/operationsInterfaces/schedules.d.ts +0 -82
  1489. package/dist/browser/operationsInterfaces/schedules.d.ts.map +0 -1
  1490. package/dist/browser/operationsInterfaces/schedules.js +0 -9
  1491. package/dist/browser/operationsInterfaces/schedules.js.map +0 -1
  1492. package/dist/browser/operationsInterfaces/skus.d.ts +0 -11
  1493. package/dist/browser/operationsInterfaces/skus.d.ts.map +0 -1
  1494. package/dist/browser/operationsInterfaces/skus.js +0 -9
  1495. package/dist/browser/operationsInterfaces/skus.js.map +0 -1
  1496. package/dist/browser/operationsInterfaces/usages.d.ts +0 -12
  1497. package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
  1498. package/dist/browser/operationsInterfaces/usages.js +0 -9
  1499. package/dist/browser/operationsInterfaces/usages.js.map +0 -1
  1500. package/dist/browser/pagingHelper.d.ts +0 -13
  1501. package/dist/browser/pagingHelper.d.ts.map +0 -1
  1502. package/dist/browser/pagingHelper.js +0 -30
  1503. package/dist/browser/pagingHelper.js.map +0 -1
  1504. package/dist/commonjs/devCenterClient.d.ts.map +0 -1
  1505. package/dist/commonjs/index.d.ts.map +0 -1
  1506. package/dist/commonjs/lroImpl.d.ts +0 -11
  1507. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  1508. package/dist/commonjs/lroImpl.js +0 -43
  1509. package/dist/commonjs/lroImpl.js.map +0 -7
  1510. package/dist/commonjs/models/index.d.ts.map +0 -1
  1511. package/dist/commonjs/models/mappers.d.ts +0 -138
  1512. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  1513. package/dist/commonjs/models/mappers.js +0 -4477
  1514. package/dist/commonjs/models/mappers.js.map +0 -7
  1515. package/dist/commonjs/models/parameters.d.ts +0 -47
  1516. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  1517. package/dist/commonjs/models/parameters.js +0 -509
  1518. package/dist/commonjs/models/parameters.js.map +0 -7
  1519. package/dist/commonjs/operations/attachedNetworks.d.ts +0 -113
  1520. package/dist/commonjs/operations/attachedNetworks.d.ts.map +0 -1
  1521. package/dist/commonjs/operations/attachedNetworks.js +0 -613
  1522. package/dist/commonjs/operations/attachedNetworks.js.map +0 -7
  1523. package/dist/commonjs/operations/catalogs.d.ts +0 -139
  1524. package/dist/commonjs/operations/catalogs.d.ts.map +0 -1
  1525. package/dist/commonjs/operations/catalogs.js +0 -747
  1526. package/dist/commonjs/operations/catalogs.js.map +0 -7
  1527. package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -19
  1528. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
  1529. package/dist/commonjs/operations/checkNameAvailability.js +0 -83
  1530. package/dist/commonjs/operations/checkNameAvailability.js.map +0 -7
  1531. package/dist/commonjs/operations/checkScopedNameAvailability.d.ts +0 -19
  1532. package/dist/commonjs/operations/checkScopedNameAvailability.d.ts.map +0 -1
  1533. package/dist/commonjs/operations/checkScopedNameAvailability.js +0 -83
  1534. package/dist/commonjs/operations/checkScopedNameAvailability.js.map +0 -7
  1535. package/dist/commonjs/operations/devBoxDefinitions.d.ts +0 -131
  1536. package/dist/commonjs/operations/devBoxDefinitions.d.ts.map +0 -1
  1537. package/dist/commonjs/operations/devBoxDefinitions.js +0 -704
  1538. package/dist/commonjs/operations/devBoxDefinitions.js.map +0 -7
  1539. package/dist/commonjs/operations/devCenters.d.ts +0 -107
  1540. package/dist/commonjs/operations/devCenters.d.ts.map +0 -1
  1541. package/dist/commonjs/operations/devCenters.js +0 -592
  1542. package/dist/commonjs/operations/devCenters.js.map +0 -7
  1543. package/dist/commonjs/operations/environmentDefinitions.d.ts +0 -95
  1544. package/dist/commonjs/operations/environmentDefinitions.d.ts.map +0 -1
  1545. package/dist/commonjs/operations/environmentDefinitions.js +0 -474
  1546. package/dist/commonjs/operations/environmentDefinitions.js.map +0 -7
  1547. package/dist/commonjs/operations/environmentTypes.d.ts +0 -72
  1548. package/dist/commonjs/operations/environmentTypes.d.ts.map +0 -1
  1549. package/dist/commonjs/operations/environmentTypes.js +0 -338
  1550. package/dist/commonjs/operations/environmentTypes.js.map +0 -7
  1551. package/dist/commonjs/operations/galleries.d.ts +0 -81
  1552. package/dist/commonjs/operations/galleries.d.ts.map +0 -1
  1553. package/dist/commonjs/operations/galleries.js +0 -422
  1554. package/dist/commonjs/operations/galleries.js.map +0 -7
  1555. package/dist/commonjs/operations/imageVersions.d.ts +0 -54
  1556. package/dist/commonjs/operations/imageVersions.d.ts.map +0 -1
  1557. package/dist/commonjs/operations/imageVersions.js +0 -263
  1558. package/dist/commonjs/operations/imageVersions.js.map +0 -7
  1559. package/dist/commonjs/operations/images.d.ts +0 -74
  1560. package/dist/commonjs/operations/images.d.ts.map +0 -1
  1561. package/dist/commonjs/operations/images.js +0 -372
  1562. package/dist/commonjs/operations/images.js.map +0 -7
  1563. package/dist/commonjs/operations/index.d.ts +0 -24
  1564. package/dist/commonjs/operations/index.d.ts.map +0 -1
  1565. package/dist/commonjs/operations/index.js +0 -65
  1566. package/dist/commonjs/operations/index.js.map +0 -7
  1567. package/dist/commonjs/operations/networkConnections.d.ts +0 -173
  1568. package/dist/commonjs/operations/networkConnections.d.ts.map +0 -1
  1569. package/dist/commonjs/operations/networkConnections.js +0 -939
  1570. package/dist/commonjs/operations/networkConnections.js.map +0 -7
  1571. package/dist/commonjs/operations/operationStatuses.d.ts +0 -20
  1572. package/dist/commonjs/operations/operationStatuses.d.ts.map +0 -1
  1573. package/dist/commonjs/operations/operationStatuses.js +0 -91
  1574. package/dist/commonjs/operations/operationStatuses.js.map +0 -7
  1575. package/dist/commonjs/operations/operations.d.ts +0 -32
  1576. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1577. package/dist/commonjs/operations/operations.js +0 -148
  1578. package/dist/commonjs/operations/operations.js.map +0 -7
  1579. package/dist/commonjs/operations/pools.d.ts +0 -115
  1580. package/dist/commonjs/operations/pools.d.ts.map +0 -1
  1581. package/dist/commonjs/operations/pools.js +0 -617
  1582. package/dist/commonjs/operations/pools.js.map +0 -7
  1583. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.d.ts +0 -46
  1584. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1585. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js +0 -217
  1586. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js.map +0 -7
  1587. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.d.ts +0 -22
  1588. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1589. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js +0 -97
  1590. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js.map +0 -7
  1591. package/dist/commonjs/operations/projectCatalogs.d.ts +0 -139
  1592. package/dist/commonjs/operations/projectCatalogs.d.ts.map +0 -1
  1593. package/dist/commonjs/operations/projectCatalogs.js +0 -739
  1594. package/dist/commonjs/operations/projectCatalogs.js.map +0 -7
  1595. package/dist/commonjs/operations/projectEnvironmentTypes.d.ts +0 -72
  1596. package/dist/commonjs/operations/projectEnvironmentTypes.d.ts.map +0 -1
  1597. package/dist/commonjs/operations/projectEnvironmentTypes.js +0 -330
  1598. package/dist/commonjs/operations/projectEnvironmentTypes.js.map +0 -7
  1599. package/dist/commonjs/operations/projects.d.ts +0 -107
  1600. package/dist/commonjs/operations/projects.d.ts.map +0 -1
  1601. package/dist/commonjs/operations/projects.js +0 -592
  1602. package/dist/commonjs/operations/projects.js.map +0 -7
  1603. package/dist/commonjs/operations/schedules.d.ts +0 -109
  1604. package/dist/commonjs/operations/schedules.d.ts.map +0 -1
  1605. package/dist/commonjs/operations/schedules.js +0 -560
  1606. package/dist/commonjs/operations/schedules.js.map +0 -7
  1607. package/dist/commonjs/operations/skus.d.ts +0 -32
  1608. package/dist/commonjs/operations/skus.d.ts.map +0 -1
  1609. package/dist/commonjs/operations/skus.js +0 -155
  1610. package/dist/commonjs/operations/skus.js.map +0 -7
  1611. package/dist/commonjs/operations/usages.d.ts +0 -35
  1612. package/dist/commonjs/operations/usages.d.ts.map +0 -1
  1613. package/dist/commonjs/operations/usages.js +0 -167
  1614. package/dist/commonjs/operations/usages.js.map +0 -7
  1615. package/dist/commonjs/operationsInterfaces/attachedNetworks.d.ts +0 -71
  1616. package/dist/commonjs/operationsInterfaces/attachedNetworks.d.ts.map +0 -1
  1617. package/dist/commonjs/operationsInterfaces/attachedNetworks.js +0 -15
  1618. package/dist/commonjs/operationsInterfaces/attachedNetworks.js.map +0 -7
  1619. package/dist/commonjs/operationsInterfaces/catalogs.d.ts +0 -114
  1620. package/dist/commonjs/operationsInterfaces/catalogs.d.ts.map +0 -1
  1621. package/dist/commonjs/operationsInterfaces/catalogs.js +0 -15
  1622. package/dist/commonjs/operationsInterfaces/catalogs.js.map +0 -7
  1623. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1624. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1625. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -15
  1626. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -7
  1627. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.d.ts +0 -11
  1628. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.d.ts.map +0 -1
  1629. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.js +0 -15
  1630. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.js.map +0 -7
  1631. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.d.ts +0 -89
  1632. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.d.ts.map +0 -1
  1633. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.js +0 -15
  1634. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.js.map +0 -7
  1635. package/dist/commonjs/operationsInterfaces/devCenters.d.ts +0 -71
  1636. package/dist/commonjs/operationsInterfaces/devCenters.d.ts.map +0 -1
  1637. package/dist/commonjs/operationsInterfaces/devCenters.js +0 -15
  1638. package/dist/commonjs/operationsInterfaces/devCenters.js.map +0 -7
  1639. package/dist/commonjs/operationsInterfaces/environmentDefinitions.d.ts +0 -49
  1640. package/dist/commonjs/operationsInterfaces/environmentDefinitions.d.ts.map +0 -1
  1641. package/dist/commonjs/operationsInterfaces/environmentDefinitions.js +0 -15
  1642. package/dist/commonjs/operationsInterfaces/environmentDefinitions.js.map +0 -7
  1643. package/dist/commonjs/operationsInterfaces/environmentTypes.d.ts +0 -47
  1644. package/dist/commonjs/operationsInterfaces/environmentTypes.d.ts.map +0 -1
  1645. package/dist/commonjs/operationsInterfaces/environmentTypes.js +0 -15
  1646. package/dist/commonjs/operationsInterfaces/environmentTypes.js.map +0 -7
  1647. package/dist/commonjs/operationsInterfaces/galleries.d.ts +0 -56
  1648. package/dist/commonjs/operationsInterfaces/galleries.d.ts.map +0 -1
  1649. package/dist/commonjs/operationsInterfaces/galleries.js +0 -15
  1650. package/dist/commonjs/operationsInterfaces/galleries.js.map +0 -7
  1651. package/dist/commonjs/operationsInterfaces/imageVersions.d.ts +0 -25
  1652. package/dist/commonjs/operationsInterfaces/imageVersions.d.ts.map +0 -1
  1653. package/dist/commonjs/operationsInterfaces/imageVersions.js +0 -15
  1654. package/dist/commonjs/operationsInterfaces/imageVersions.js.map +0 -7
  1655. package/dist/commonjs/operationsInterfaces/images.d.ts +0 -30
  1656. package/dist/commonjs/operationsInterfaces/images.d.ts.map +0 -1
  1657. package/dist/commonjs/operationsInterfaces/images.js +0 -15
  1658. package/dist/commonjs/operationsInterfaces/images.js.map +0 -7
  1659. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -24
  1660. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1661. package/dist/commonjs/operationsInterfaces/index.js +0 -65
  1662. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  1663. package/dist/commonjs/operationsInterfaces/networkConnections.d.ts +0 -109
  1664. package/dist/commonjs/operationsInterfaces/networkConnections.d.ts.map +0 -1
  1665. package/dist/commonjs/operationsInterfaces/networkConnections.js +0 -15
  1666. package/dist/commonjs/operationsInterfaces/networkConnections.js.map +0 -7
  1667. package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts +0 -12
  1668. package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts.map +0 -1
  1669. package/dist/commonjs/operationsInterfaces/operationStatuses.js +0 -15
  1670. package/dist/commonjs/operationsInterfaces/operationStatuses.js.map +0 -7
  1671. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1672. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1673. package/dist/commonjs/operationsInterfaces/operations.js +0 -15
  1674. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
  1675. package/dist/commonjs/operationsInterfaces/pools.d.ts +0 -90
  1676. package/dist/commonjs/operationsInterfaces/pools.d.ts.map +0 -1
  1677. package/dist/commonjs/operationsInterfaces/pools.js +0 -15
  1678. package/dist/commonjs/operationsInterfaces/pools.js.map +0 -7
  1679. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +0 -21
  1680. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1681. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.js +0 -15
  1682. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +0 -7
  1683. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +0 -14
  1684. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1685. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +0 -15
  1686. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +0 -7
  1687. package/dist/commonjs/operationsInterfaces/projectCatalogs.d.ts +0 -114
  1688. package/dist/commonjs/operationsInterfaces/projectCatalogs.d.ts.map +0 -1
  1689. package/dist/commonjs/operationsInterfaces/projectCatalogs.js +0 -15
  1690. package/dist/commonjs/operationsInterfaces/projectCatalogs.js.map +0 -7
  1691. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.d.ts +0 -47
  1692. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.d.ts.map +0 -1
  1693. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.js +0 -15
  1694. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.js.map +0 -7
  1695. package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -71
  1696. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
  1697. package/dist/commonjs/operationsInterfaces/projects.js +0 -15
  1698. package/dist/commonjs/operationsInterfaces/projects.js.map +0 -7
  1699. package/dist/commonjs/operationsInterfaces/schedules.d.ts +0 -82
  1700. package/dist/commonjs/operationsInterfaces/schedules.d.ts.map +0 -1
  1701. package/dist/commonjs/operationsInterfaces/schedules.js +0 -15
  1702. package/dist/commonjs/operationsInterfaces/schedules.js.map +0 -7
  1703. package/dist/commonjs/operationsInterfaces/skus.d.ts +0 -11
  1704. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +0 -1
  1705. package/dist/commonjs/operationsInterfaces/skus.js +0 -15
  1706. package/dist/commonjs/operationsInterfaces/skus.js.map +0 -7
  1707. package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -12
  1708. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
  1709. package/dist/commonjs/operationsInterfaces/usages.js +0 -15
  1710. package/dist/commonjs/operationsInterfaces/usages.js.map +0 -7
  1711. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1712. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1713. package/dist/commonjs/pagingHelper.js +0 -43
  1714. package/dist/commonjs/pagingHelper.js.map +0 -7
  1715. package/dist/esm/devCenterClient.d.ts.map +0 -1
  1716. package/dist/esm/index.d.ts.map +0 -1
  1717. package/dist/esm/lroImpl.d.ts +0 -11
  1718. package/dist/esm/lroImpl.d.ts.map +0 -1
  1719. package/dist/esm/lroImpl.js +0 -20
  1720. package/dist/esm/lroImpl.js.map +0 -7
  1721. package/dist/esm/models/index.d.ts.map +0 -1
  1722. package/dist/esm/models/mappers.d.ts +0 -138
  1723. package/dist/esm/models/mappers.d.ts.map +0 -1
  1724. package/dist/esm/models/mappers.js +0 -4319
  1725. package/dist/esm/models/mappers.js.map +0 -7
  1726. package/dist/esm/models/parameters.d.ts +0 -47
  1727. package/dist/esm/models/parameters.d.ts.map +0 -1
  1728. package/dist/esm/models/parameters.js +0 -465
  1729. package/dist/esm/models/parameters.js.map +0 -7
  1730. package/dist/esm/operations/attachedNetworks.d.ts +0 -113
  1731. package/dist/esm/operations/attachedNetworks.d.ts.map +0 -1
  1732. package/dist/esm/operations/attachedNetworks.js +0 -582
  1733. package/dist/esm/operations/attachedNetworks.js.map +0 -7
  1734. package/dist/esm/operations/catalogs.d.ts +0 -139
  1735. package/dist/esm/operations/catalogs.d.ts.map +0 -1
  1736. package/dist/esm/operations/catalogs.js +0 -716
  1737. package/dist/esm/operations/catalogs.js.map +0 -7
  1738. package/dist/esm/operations/checkNameAvailability.d.ts +0 -19
  1739. package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
  1740. package/dist/esm/operations/checkNameAvailability.js +0 -50
  1741. package/dist/esm/operations/checkNameAvailability.js.map +0 -7
  1742. package/dist/esm/operations/checkScopedNameAvailability.d.ts +0 -19
  1743. package/dist/esm/operations/checkScopedNameAvailability.d.ts.map +0 -1
  1744. package/dist/esm/operations/checkScopedNameAvailability.js +0 -50
  1745. package/dist/esm/operations/checkScopedNameAvailability.js.map +0 -7
  1746. package/dist/esm/operations/devBoxDefinitions.d.ts +0 -131
  1747. package/dist/esm/operations/devBoxDefinitions.d.ts.map +0 -1
  1748. package/dist/esm/operations/devBoxDefinitions.js +0 -673
  1749. package/dist/esm/operations/devBoxDefinitions.js.map +0 -7
  1750. package/dist/esm/operations/devCenters.d.ts +0 -107
  1751. package/dist/esm/operations/devCenters.d.ts.map +0 -1
  1752. package/dist/esm/operations/devCenters.js +0 -561
  1753. package/dist/esm/operations/devCenters.js.map +0 -7
  1754. package/dist/esm/operations/environmentDefinitions.d.ts +0 -95
  1755. package/dist/esm/operations/environmentDefinitions.d.ts.map +0 -1
  1756. package/dist/esm/operations/environmentDefinitions.js +0 -441
  1757. package/dist/esm/operations/environmentDefinitions.js.map +0 -7
  1758. package/dist/esm/operations/environmentTypes.d.ts +0 -72
  1759. package/dist/esm/operations/environmentTypes.d.ts.map +0 -1
  1760. package/dist/esm/operations/environmentTypes.js +0 -305
  1761. package/dist/esm/operations/environmentTypes.js.map +0 -7
  1762. package/dist/esm/operations/galleries.d.ts +0 -81
  1763. package/dist/esm/operations/galleries.d.ts.map +0 -1
  1764. package/dist/esm/operations/galleries.js +0 -391
  1765. package/dist/esm/operations/galleries.js.map +0 -7
  1766. package/dist/esm/operations/imageVersions.d.ts +0 -54
  1767. package/dist/esm/operations/imageVersions.d.ts.map +0 -1
  1768. package/dist/esm/operations/imageVersions.js +0 -230
  1769. package/dist/esm/operations/imageVersions.js.map +0 -7
  1770. package/dist/esm/operations/images.d.ts +0 -74
  1771. package/dist/esm/operations/images.d.ts.map +0 -1
  1772. package/dist/esm/operations/images.js +0 -339
  1773. package/dist/esm/operations/images.js.map +0 -7
  1774. package/dist/esm/operations/index.d.ts +0 -24
  1775. package/dist/esm/operations/index.d.ts.map +0 -1
  1776. package/dist/esm/operations/index.js +0 -23
  1777. package/dist/esm/operations/index.js.map +0 -7
  1778. package/dist/esm/operations/networkConnections.d.ts +0 -173
  1779. package/dist/esm/operations/networkConnections.d.ts.map +0 -1
  1780. package/dist/esm/operations/networkConnections.js +0 -908
  1781. package/dist/esm/operations/networkConnections.js.map +0 -7
  1782. package/dist/esm/operations/operationStatuses.d.ts +0 -20
  1783. package/dist/esm/operations/operationStatuses.d.ts.map +0 -1
  1784. package/dist/esm/operations/operationStatuses.js +0 -58
  1785. package/dist/esm/operations/operationStatuses.js.map +0 -7
  1786. package/dist/esm/operations/operations.d.ts +0 -32
  1787. package/dist/esm/operations/operations.d.ts.map +0 -1
  1788. package/dist/esm/operations/operations.js +0 -115
  1789. package/dist/esm/operations/operations.js.map +0 -7
  1790. package/dist/esm/operations/pools.d.ts +0 -115
  1791. package/dist/esm/operations/pools.d.ts.map +0 -1
  1792. package/dist/esm/operations/pools.js +0 -586
  1793. package/dist/esm/operations/pools.js.map +0 -7
  1794. package/dist/esm/operations/projectAllowedEnvironmentTypes.d.ts +0 -46
  1795. package/dist/esm/operations/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1796. package/dist/esm/operations/projectAllowedEnvironmentTypes.js +0 -184
  1797. package/dist/esm/operations/projectAllowedEnvironmentTypes.js.map +0 -7
  1798. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.d.ts +0 -22
  1799. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1800. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js +0 -64
  1801. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js.map +0 -7
  1802. package/dist/esm/operations/projectCatalogs.d.ts +0 -139
  1803. package/dist/esm/operations/projectCatalogs.d.ts.map +0 -1
  1804. package/dist/esm/operations/projectCatalogs.js +0 -708
  1805. package/dist/esm/operations/projectCatalogs.js.map +0 -7
  1806. package/dist/esm/operations/projectEnvironmentTypes.d.ts +0 -72
  1807. package/dist/esm/operations/projectEnvironmentTypes.d.ts.map +0 -1
  1808. package/dist/esm/operations/projectEnvironmentTypes.js +0 -297
  1809. package/dist/esm/operations/projectEnvironmentTypes.js.map +0 -7
  1810. package/dist/esm/operations/projects.d.ts +0 -107
  1811. package/dist/esm/operations/projects.d.ts.map +0 -1
  1812. package/dist/esm/operations/projects.js +0 -561
  1813. package/dist/esm/operations/projects.js.map +0 -7
  1814. package/dist/esm/operations/schedules.d.ts +0 -109
  1815. package/dist/esm/operations/schedules.d.ts.map +0 -1
  1816. package/dist/esm/operations/schedules.js +0 -529
  1817. package/dist/esm/operations/schedules.js.map +0 -7
  1818. package/dist/esm/operations/skus.d.ts +0 -32
  1819. package/dist/esm/operations/skus.d.ts.map +0 -1
  1820. package/dist/esm/operations/skus.js +0 -122
  1821. package/dist/esm/operations/skus.js.map +0 -7
  1822. package/dist/esm/operations/usages.d.ts +0 -35
  1823. package/dist/esm/operations/usages.d.ts.map +0 -1
  1824. package/dist/esm/operations/usages.js +0 -134
  1825. package/dist/esm/operations/usages.js.map +0 -7
  1826. package/dist/esm/operationsInterfaces/attachedNetworks.d.ts +0 -71
  1827. package/dist/esm/operationsInterfaces/attachedNetworks.d.ts.map +0 -1
  1828. package/dist/esm/operationsInterfaces/attachedNetworks.js +0 -0
  1829. package/dist/esm/operationsInterfaces/attachedNetworks.js.map +0 -7
  1830. package/dist/esm/operationsInterfaces/catalogs.d.ts +0 -114
  1831. package/dist/esm/operationsInterfaces/catalogs.d.ts.map +0 -1
  1832. package/dist/esm/operationsInterfaces/catalogs.js +0 -0
  1833. package/dist/esm/operationsInterfaces/catalogs.js.map +0 -7
  1834. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1835. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1836. package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -0
  1837. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -7
  1838. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.d.ts +0 -11
  1839. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.d.ts.map +0 -1
  1840. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.js +0 -0
  1841. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.js.map +0 -7
  1842. package/dist/esm/operationsInterfaces/devBoxDefinitions.d.ts +0 -89
  1843. package/dist/esm/operationsInterfaces/devBoxDefinitions.d.ts.map +0 -1
  1844. package/dist/esm/operationsInterfaces/devBoxDefinitions.js +0 -0
  1845. package/dist/esm/operationsInterfaces/devBoxDefinitions.js.map +0 -7
  1846. package/dist/esm/operationsInterfaces/devCenters.d.ts +0 -71
  1847. package/dist/esm/operationsInterfaces/devCenters.d.ts.map +0 -1
  1848. package/dist/esm/operationsInterfaces/devCenters.js +0 -0
  1849. package/dist/esm/operationsInterfaces/devCenters.js.map +0 -7
  1850. package/dist/esm/operationsInterfaces/environmentDefinitions.d.ts +0 -49
  1851. package/dist/esm/operationsInterfaces/environmentDefinitions.d.ts.map +0 -1
  1852. package/dist/esm/operationsInterfaces/environmentDefinitions.js +0 -0
  1853. package/dist/esm/operationsInterfaces/environmentDefinitions.js.map +0 -7
  1854. package/dist/esm/operationsInterfaces/environmentTypes.d.ts +0 -47
  1855. package/dist/esm/operationsInterfaces/environmentTypes.d.ts.map +0 -1
  1856. package/dist/esm/operationsInterfaces/environmentTypes.js +0 -0
  1857. package/dist/esm/operationsInterfaces/environmentTypes.js.map +0 -7
  1858. package/dist/esm/operationsInterfaces/galleries.d.ts +0 -56
  1859. package/dist/esm/operationsInterfaces/galleries.d.ts.map +0 -1
  1860. package/dist/esm/operationsInterfaces/galleries.js +0 -0
  1861. package/dist/esm/operationsInterfaces/galleries.js.map +0 -7
  1862. package/dist/esm/operationsInterfaces/imageVersions.d.ts +0 -25
  1863. package/dist/esm/operationsInterfaces/imageVersions.d.ts.map +0 -1
  1864. package/dist/esm/operationsInterfaces/imageVersions.js +0 -0
  1865. package/dist/esm/operationsInterfaces/imageVersions.js.map +0 -7
  1866. package/dist/esm/operationsInterfaces/images.d.ts +0 -30
  1867. package/dist/esm/operationsInterfaces/images.d.ts.map +0 -1
  1868. package/dist/esm/operationsInterfaces/images.js +0 -0
  1869. package/dist/esm/operationsInterfaces/images.js.map +0 -7
  1870. package/dist/esm/operationsInterfaces/index.d.ts +0 -24
  1871. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1872. package/dist/esm/operationsInterfaces/index.js +0 -23
  1873. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  1874. package/dist/esm/operationsInterfaces/networkConnections.d.ts +0 -109
  1875. package/dist/esm/operationsInterfaces/networkConnections.d.ts.map +0 -1
  1876. package/dist/esm/operationsInterfaces/networkConnections.js +0 -0
  1877. package/dist/esm/operationsInterfaces/networkConnections.js.map +0 -7
  1878. package/dist/esm/operationsInterfaces/operationStatuses.d.ts +0 -12
  1879. package/dist/esm/operationsInterfaces/operationStatuses.d.ts.map +0 -1
  1880. package/dist/esm/operationsInterfaces/operationStatuses.js +0 -0
  1881. package/dist/esm/operationsInterfaces/operationStatuses.js.map +0 -7
  1882. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1883. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1884. package/dist/esm/operationsInterfaces/operations.js +0 -0
  1885. package/dist/esm/operationsInterfaces/operations.js.map +0 -7
  1886. package/dist/esm/operationsInterfaces/pools.d.ts +0 -90
  1887. package/dist/esm/operationsInterfaces/pools.d.ts.map +0 -1
  1888. package/dist/esm/operationsInterfaces/pools.js +0 -0
  1889. package/dist/esm/operationsInterfaces/pools.js.map +0 -7
  1890. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +0 -21
  1891. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1892. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.js +0 -0
  1893. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +0 -7
  1894. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +0 -14
  1895. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1896. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +0 -0
  1897. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +0 -7
  1898. package/dist/esm/operationsInterfaces/projectCatalogs.d.ts +0 -114
  1899. package/dist/esm/operationsInterfaces/projectCatalogs.d.ts.map +0 -1
  1900. package/dist/esm/operationsInterfaces/projectCatalogs.js +0 -0
  1901. package/dist/esm/operationsInterfaces/projectCatalogs.js.map +0 -7
  1902. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.d.ts +0 -47
  1903. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.d.ts.map +0 -1
  1904. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.js +0 -0
  1905. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.js.map +0 -7
  1906. package/dist/esm/operationsInterfaces/projects.d.ts +0 -71
  1907. package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
  1908. package/dist/esm/operationsInterfaces/projects.js +0 -0
  1909. package/dist/esm/operationsInterfaces/projects.js.map +0 -7
  1910. package/dist/esm/operationsInterfaces/schedules.d.ts +0 -82
  1911. package/dist/esm/operationsInterfaces/schedules.d.ts.map +0 -1
  1912. package/dist/esm/operationsInterfaces/schedules.js +0 -0
  1913. package/dist/esm/operationsInterfaces/schedules.js.map +0 -7
  1914. package/dist/esm/operationsInterfaces/skus.d.ts +0 -11
  1915. package/dist/esm/operationsInterfaces/skus.d.ts.map +0 -1
  1916. package/dist/esm/operationsInterfaces/skus.js +0 -0
  1917. package/dist/esm/operationsInterfaces/skus.js.map +0 -7
  1918. package/dist/esm/operationsInterfaces/usages.d.ts +0 -12
  1919. package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
  1920. package/dist/esm/operationsInterfaces/usages.js +0 -0
  1921. package/dist/esm/operationsInterfaces/usages.js.map +0 -7
  1922. package/dist/esm/pagingHelper.d.ts +0 -13
  1923. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1924. package/dist/esm/pagingHelper.js +0 -19
  1925. package/dist/esm/pagingHelper.js.map +0 -7
  1926. package/dist/react-native/devCenterClient.d.ts +0 -42
  1927. package/dist/react-native/devCenterClient.d.ts.map +0 -1
  1928. package/dist/react-native/devCenterClient.js +0 -152
  1929. package/dist/react-native/devCenterClient.js.map +0 -1
  1930. package/dist/react-native/index.d.ts +0 -5
  1931. package/dist/react-native/index.d.ts.map +0 -1
  1932. package/dist/react-native/index.js +0 -13
  1933. package/dist/react-native/index.js.map +0 -1
  1934. package/dist/react-native/lroImpl.d.ts +0 -11
  1935. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1936. package/dist/react-native/lroImpl.js +0 -18
  1937. package/dist/react-native/lroImpl.js.map +0 -1
  1938. package/dist/react-native/models/index.d.ts +0 -3190
  1939. package/dist/react-native/models/index.d.ts.map +0 -1
  1940. package/dist/react-native/models/index.js +0 -304
  1941. package/dist/react-native/models/index.js.map +0 -1
  1942. package/dist/react-native/models/mappers.d.ts +0 -138
  1943. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1944. package/dist/react-native/models/mappers.js +0 -4189
  1945. package/dist/react-native/models/mappers.js.map +0 -1
  1946. package/dist/react-native/models/parameters.d.ts +0 -47
  1947. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1948. package/dist/react-native/models/parameters.js +0 -403
  1949. package/dist/react-native/models/parameters.js.map +0 -1
  1950. package/dist/react-native/operations/attachedNetworks.d.ts +0 -113
  1951. package/dist/react-native/operations/attachedNetworks.d.ts.map +0 -1
  1952. package/dist/react-native/operations/attachedNetworks.js +0 -511
  1953. package/dist/react-native/operations/attachedNetworks.js.map +0 -1
  1954. package/dist/react-native/operations/catalogs.d.ts +0 -139
  1955. package/dist/react-native/operations/catalogs.d.ts.map +0 -1
  1956. package/dist/react-native/operations/catalogs.js +0 -657
  1957. package/dist/react-native/operations/catalogs.js.map +0 -1
  1958. package/dist/react-native/operations/checkNameAvailability.d.ts +0 -19
  1959. package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
  1960. package/dist/react-native/operations/checkNameAvailability.js +0 -50
  1961. package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
  1962. package/dist/react-native/operations/checkScopedNameAvailability.d.ts +0 -19
  1963. package/dist/react-native/operations/checkScopedNameAvailability.d.ts.map +0 -1
  1964. package/dist/react-native/operations/checkScopedNameAvailability.js +0 -50
  1965. package/dist/react-native/operations/checkScopedNameAvailability.js.map +0 -1
  1966. package/dist/react-native/operations/devBoxDefinitions.d.ts +0 -131
  1967. package/dist/react-native/operations/devBoxDefinitions.d.ts.map +0 -1
  1968. package/dist/react-native/operations/devBoxDefinitions.js +0 -596
  1969. package/dist/react-native/operations/devBoxDefinitions.js.map +0 -1
  1970. package/dist/react-native/operations/devCenters.d.ts +0 -107
  1971. package/dist/react-native/operations/devCenters.d.ts.map +0 -1
  1972. package/dist/react-native/operations/devCenters.js +0 -523
  1973. package/dist/react-native/operations/devCenters.js.map +0 -1
  1974. package/dist/react-native/operations/environmentDefinitions.d.ts +0 -95
  1975. package/dist/react-native/operations/environmentDefinitions.d.ts.map +0 -1
  1976. package/dist/react-native/operations/environmentDefinitions.js +0 -370
  1977. package/dist/react-native/operations/environmentDefinitions.js.map +0 -1
  1978. package/dist/react-native/operations/environmentTypes.d.ts +0 -72
  1979. package/dist/react-native/operations/environmentTypes.d.ts.map +0 -1
  1980. package/dist/react-native/operations/environmentTypes.js +0 -269
  1981. package/dist/react-native/operations/environmentTypes.js.map +0 -1
  1982. package/dist/react-native/operations/galleries.d.ts +0 -81
  1983. package/dist/react-native/operations/galleries.d.ts.map +0 -1
  1984. package/dist/react-native/operations/galleries.js +0 -351
  1985. package/dist/react-native/operations/galleries.js.map +0 -1
  1986. package/dist/react-native/operations/imageVersions.d.ts +0 -54
  1987. package/dist/react-native/operations/imageVersions.d.ts.map +0 -1
  1988. package/dist/react-native/operations/imageVersions.js +0 -193
  1989. package/dist/react-native/operations/imageVersions.js.map +0 -1
  1990. package/dist/react-native/operations/images.d.ts +0 -74
  1991. package/dist/react-native/operations/images.d.ts.map +0 -1
  1992. package/dist/react-native/operations/images.js +0 -279
  1993. package/dist/react-native/operations/images.js.map +0 -1
  1994. package/dist/react-native/operations/index.d.ts +0 -24
  1995. package/dist/react-native/operations/index.d.ts.map +0 -1
  1996. package/dist/react-native/operations/index.js +0 -31
  1997. package/dist/react-native/operations/index.js.map +0 -1
  1998. package/dist/react-native/operations/networkConnections.d.ts +0 -173
  1999. package/dist/react-native/operations/networkConnections.d.ts.map +0 -1
  2000. package/dist/react-native/operations/networkConnections.js +0 -815
  2001. package/dist/react-native/operations/networkConnections.js.map +0 -1
  2002. package/dist/react-native/operations/operationStatuses.d.ts +0 -20
  2003. package/dist/react-native/operations/operationStatuses.d.ts.map +0 -1
  2004. package/dist/react-native/operations/operationStatuses.js +0 -58
  2005. package/dist/react-native/operations/operationStatuses.js.map +0 -1
  2006. package/dist/react-native/operations/operations.d.ts +0 -32
  2007. package/dist/react-native/operations/operations.d.ts.map +0 -1
  2008. package/dist/react-native/operations/operations.js +0 -116
  2009. package/dist/react-native/operations/operations.js.map +0 -1
  2010. package/dist/react-native/operations/pools.d.ts +0 -115
  2011. package/dist/react-native/operations/pools.d.ts.map +0 -1
  2012. package/dist/react-native/operations/pools.js +0 -535
  2013. package/dist/react-native/operations/pools.js.map +0 -1
  2014. package/dist/react-native/operations/projectAllowedEnvironmentTypes.d.ts +0 -46
  2015. package/dist/react-native/operations/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  2016. package/dist/react-native/operations/projectAllowedEnvironmentTypes.js +0 -165
  2017. package/dist/react-native/operations/projectAllowedEnvironmentTypes.js.map +0 -1
  2018. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.d.ts +0 -22
  2019. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  2020. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js +0 -64
  2021. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js.map +0 -1
  2022. package/dist/react-native/operations/projectCatalogs.d.ts +0 -139
  2023. package/dist/react-native/operations/projectCatalogs.d.ts.map +0 -1
  2024. package/dist/react-native/operations/projectCatalogs.js +0 -657
  2025. package/dist/react-native/operations/projectCatalogs.js.map +0 -1
  2026. package/dist/react-native/operations/projectEnvironmentTypes.d.ts +0 -72
  2027. package/dist/react-native/operations/projectEnvironmentTypes.d.ts.map +0 -1
  2028. package/dist/react-native/operations/projectEnvironmentTypes.js +0 -269
  2029. package/dist/react-native/operations/projectEnvironmentTypes.js.map +0 -1
  2030. package/dist/react-native/operations/projects.d.ts +0 -107
  2031. package/dist/react-native/operations/projects.d.ts.map +0 -1
  2032. package/dist/react-native/operations/projects.js +0 -523
  2033. package/dist/react-native/operations/projects.js.map +0 -1
  2034. package/dist/react-native/operations/schedules.d.ts +0 -109
  2035. package/dist/react-native/operations/schedules.d.ts.map +0 -1
  2036. package/dist/react-native/operations/schedules.js +0 -475
  2037. package/dist/react-native/operations/schedules.js.map +0 -1
  2038. package/dist/react-native/operations/skus.d.ts +0 -32
  2039. package/dist/react-native/operations/skus.d.ts.map +0 -1
  2040. package/dist/react-native/operations/skus.js +0 -120
  2041. package/dist/react-native/operations/skus.js.map +0 -1
  2042. package/dist/react-native/operations/usages.d.ts +0 -35
  2043. package/dist/react-native/operations/usages.d.ts.map +0 -1
  2044. package/dist/react-native/operations/usages.js +0 -128
  2045. package/dist/react-native/operations/usages.js.map +0 -1
  2046. package/dist/react-native/operationsInterfaces/attachedNetworks.d.ts +0 -71
  2047. package/dist/react-native/operationsInterfaces/attachedNetworks.d.ts.map +0 -1
  2048. package/dist/react-native/operationsInterfaces/attachedNetworks.js +0 -9
  2049. package/dist/react-native/operationsInterfaces/attachedNetworks.js.map +0 -1
  2050. package/dist/react-native/operationsInterfaces/catalogs.d.ts +0 -114
  2051. package/dist/react-native/operationsInterfaces/catalogs.d.ts.map +0 -1
  2052. package/dist/react-native/operationsInterfaces/catalogs.js +0 -9
  2053. package/dist/react-native/operationsInterfaces/catalogs.js.map +0 -1
  2054. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  2055. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  2056. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
  2057. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
  2058. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.d.ts +0 -11
  2059. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.d.ts.map +0 -1
  2060. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.js +0 -9
  2061. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.js.map +0 -1
  2062. package/dist/react-native/operationsInterfaces/devBoxDefinitions.d.ts +0 -89
  2063. package/dist/react-native/operationsInterfaces/devBoxDefinitions.d.ts.map +0 -1
  2064. package/dist/react-native/operationsInterfaces/devBoxDefinitions.js +0 -9
  2065. package/dist/react-native/operationsInterfaces/devBoxDefinitions.js.map +0 -1
  2066. package/dist/react-native/operationsInterfaces/devCenters.d.ts +0 -71
  2067. package/dist/react-native/operationsInterfaces/devCenters.d.ts.map +0 -1
  2068. package/dist/react-native/operationsInterfaces/devCenters.js +0 -9
  2069. package/dist/react-native/operationsInterfaces/devCenters.js.map +0 -1
  2070. package/dist/react-native/operationsInterfaces/environmentDefinitions.d.ts +0 -49
  2071. package/dist/react-native/operationsInterfaces/environmentDefinitions.d.ts.map +0 -1
  2072. package/dist/react-native/operationsInterfaces/environmentDefinitions.js +0 -9
  2073. package/dist/react-native/operationsInterfaces/environmentDefinitions.js.map +0 -1
  2074. package/dist/react-native/operationsInterfaces/environmentTypes.d.ts +0 -47
  2075. package/dist/react-native/operationsInterfaces/environmentTypes.d.ts.map +0 -1
  2076. package/dist/react-native/operationsInterfaces/environmentTypes.js +0 -9
  2077. package/dist/react-native/operationsInterfaces/environmentTypes.js.map +0 -1
  2078. package/dist/react-native/operationsInterfaces/galleries.d.ts +0 -56
  2079. package/dist/react-native/operationsInterfaces/galleries.d.ts.map +0 -1
  2080. package/dist/react-native/operationsInterfaces/galleries.js +0 -9
  2081. package/dist/react-native/operationsInterfaces/galleries.js.map +0 -1
  2082. package/dist/react-native/operationsInterfaces/imageVersions.d.ts +0 -25
  2083. package/dist/react-native/operationsInterfaces/imageVersions.d.ts.map +0 -1
  2084. package/dist/react-native/operationsInterfaces/imageVersions.js +0 -9
  2085. package/dist/react-native/operationsInterfaces/imageVersions.js.map +0 -1
  2086. package/dist/react-native/operationsInterfaces/images.d.ts +0 -30
  2087. package/dist/react-native/operationsInterfaces/images.d.ts.map +0 -1
  2088. package/dist/react-native/operationsInterfaces/images.js +0 -9
  2089. package/dist/react-native/operationsInterfaces/images.js.map +0 -1
  2090. package/dist/react-native/operationsInterfaces/index.d.ts +0 -24
  2091. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  2092. package/dist/react-native/operationsInterfaces/index.js +0 -31
  2093. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  2094. package/dist/react-native/operationsInterfaces/networkConnections.d.ts +0 -109
  2095. package/dist/react-native/operationsInterfaces/networkConnections.d.ts.map +0 -1
  2096. package/dist/react-native/operationsInterfaces/networkConnections.js +0 -9
  2097. package/dist/react-native/operationsInterfaces/networkConnections.js.map +0 -1
  2098. package/dist/react-native/operationsInterfaces/operationStatuses.d.ts +0 -12
  2099. package/dist/react-native/operationsInterfaces/operationStatuses.d.ts.map +0 -1
  2100. package/dist/react-native/operationsInterfaces/operationStatuses.js +0 -9
  2101. package/dist/react-native/operationsInterfaces/operationStatuses.js.map +0 -1
  2102. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  2103. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  2104. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  2105. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  2106. package/dist/react-native/operationsInterfaces/pools.d.ts +0 -90
  2107. package/dist/react-native/operationsInterfaces/pools.d.ts.map +0 -1
  2108. package/dist/react-native/operationsInterfaces/pools.js +0 -9
  2109. package/dist/react-native/operationsInterfaces/pools.js.map +0 -1
  2110. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +0 -21
  2111. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  2112. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.js +0 -9
  2113. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +0 -1
  2114. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +0 -14
  2115. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  2116. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +0 -9
  2117. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +0 -1
  2118. package/dist/react-native/operationsInterfaces/projectCatalogs.d.ts +0 -114
  2119. package/dist/react-native/operationsInterfaces/projectCatalogs.d.ts.map +0 -1
  2120. package/dist/react-native/operationsInterfaces/projectCatalogs.js +0 -9
  2121. package/dist/react-native/operationsInterfaces/projectCatalogs.js.map +0 -1
  2122. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.d.ts +0 -47
  2123. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.d.ts.map +0 -1
  2124. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.js +0 -9
  2125. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.js.map +0 -1
  2126. package/dist/react-native/operationsInterfaces/projects.d.ts +0 -71
  2127. package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
  2128. package/dist/react-native/operationsInterfaces/projects.js +0 -9
  2129. package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
  2130. package/dist/react-native/operationsInterfaces/schedules.d.ts +0 -82
  2131. package/dist/react-native/operationsInterfaces/schedules.d.ts.map +0 -1
  2132. package/dist/react-native/operationsInterfaces/schedules.js +0 -9
  2133. package/dist/react-native/operationsInterfaces/schedules.js.map +0 -1
  2134. package/dist/react-native/operationsInterfaces/skus.d.ts +0 -11
  2135. package/dist/react-native/operationsInterfaces/skus.d.ts.map +0 -1
  2136. package/dist/react-native/operationsInterfaces/skus.js +0 -9
  2137. package/dist/react-native/operationsInterfaces/skus.js.map +0 -1
  2138. package/dist/react-native/operationsInterfaces/usages.d.ts +0 -12
  2139. package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
  2140. package/dist/react-native/operationsInterfaces/usages.js +0 -9
  2141. package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
  2142. package/dist/react-native/package.json +0 -3
  2143. package/dist/react-native/pagingHelper.d.ts +0 -13
  2144. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  2145. package/dist/react-native/pagingHelper.js +0 -30
  2146. package/dist/react-native/pagingHelper.js.map +0 -1
  2147. package/review/arm-devcenter-node.api.md +0 -2567
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/models/models.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\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 /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\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 * {@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**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\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**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Represents an image. */\nexport interface Image extends ProxyResource {\n /** Image properties. */\n properties?: ImageProperties;\n}\n\nexport function imageDeserializer(item: any): Image {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : imagePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of an image. */\nexport interface ImageProperties {\n /** The description of the image. */\n readonly description?: string;\n /** The publisher of the image. */\n readonly publisher?: string;\n /** The name of the image offer. */\n readonly offer?: string;\n /** The SKU name for the image. */\n readonly sku?: string;\n /** The recommended machine configuration to use with the image. */\n readonly recommendedMachineConfiguration?: RecommendedMachineConfiguration;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Indicates whether this image has hibernate enabled. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n readonly hibernateSupport?: HibernateSupport;\n /** The architecture type of the image. */\n readonly architecture?: ArchitectureType;\n}\n\nexport function imagePropertiesDeserializer(item: any): ImageProperties {\n return {\n description: item[\"description\"],\n publisher: item[\"publisher\"],\n offer: item[\"offer\"],\n sku: item[\"sku\"],\n recommendedMachineConfiguration: !item[\"recommendedMachineConfiguration\"]\n ? item[\"recommendedMachineConfiguration\"]\n : recommendedMachineConfigurationDeserializer(item[\"recommendedMachineConfiguration\"]),\n provisioningState: item[\"provisioningState\"],\n hibernateSupport: item[\"hibernateSupport\"],\n architecture: item[\"architecture\"],\n };\n}\n\n/** Properties for a recommended machine configuration. */\nexport interface RecommendedMachineConfiguration {\n /** Recommended memory range. */\n readonly memory?: ResourceRange;\n /** Recommended vCPU range. */\n readonly vCPUs?: ResourceRange;\n}\n\nexport function recommendedMachineConfigurationDeserializer(\n item: any,\n): RecommendedMachineConfiguration {\n return {\n memory: !item[\"memory\"] ? item[\"memory\"] : resourceRangeDeserializer(item[\"memory\"]),\n vCPUs: !item[\"vCPUs\"] ? item[\"vCPUs\"] : resourceRangeDeserializer(item[\"vCPUs\"]),\n };\n}\n\n/** Properties for a range of values. */\nexport interface ResourceRange {\n /** Minimum value. */\n readonly min?: number;\n /** Maximum value. */\n readonly max?: number;\n}\n\nexport function resourceRangeDeserializer(item: any): ResourceRange {\n return {\n min: item[\"min\"],\n max: item[\"max\"],\n };\n}\n\n/** Provisioning state of the resource. */\nexport enum KnownProvisioningState {\n /** Not specified provisioning state. */\n NotSpecified = \"NotSpecified\",\n /** Accepted provisioning state. */\n Accepted = \"Accepted\",\n /** Running provisioning state. */\n Running = \"Running\",\n /** Creating provisioning state. */\n Creating = \"Creating\",\n /** Created provisioning state. */\n Created = \"Created\",\n /** Updating provisioning state. */\n Updating = \"Updating\",\n /** Updated provisioning state. */\n Updated = \"Updated\",\n /** Deleting provisioning state. */\n Deleting = \"Deleting\",\n /** Deleted provisioning state. */\n Deleted = \"Deleted\",\n /** Succeeded provisioning state. */\n Succeeded = \"Succeeded\",\n /** Failed provisioning state. */\n Failed = \"Failed\",\n /** Canceled provisioning state. */\n Canceled = \"Canceled\",\n /** Moving resources provisioning state. */\n MovingResources = \"MovingResources\",\n /** Transient failure provisioning state. */\n TransientFailure = \"TransientFailure\",\n /** Rollout in progress provisioning state. */\n RolloutInProgress = \"RolloutInProgress\",\n /** Storage provisioning failed provisioning state. */\n StorageProvisioningFailed = \"StorageProvisioningFailed\",\n}\n\n/**\n * Provisioning state of the resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified**: Not specified provisioning state. \\\n * **Accepted**: Accepted provisioning state. \\\n * **Running**: Running provisioning state. \\\n * **Creating**: Creating provisioning state. \\\n * **Created**: Created provisioning state. \\\n * **Updating**: Updating provisioning state. \\\n * **Updated**: Updated provisioning state. \\\n * **Deleting**: Deleting provisioning state. \\\n * **Deleted**: Deleted provisioning state. \\\n * **Succeeded**: Succeeded provisioning state. \\\n * **Failed**: Failed provisioning state. \\\n * **Canceled**: Canceled provisioning state. \\\n * **MovingResources**: Moving resources provisioning state. \\\n * **TransientFailure**: Transient failure provisioning state. \\\n * **RolloutInProgress**: Rollout in progress provisioning state. \\\n * **StorageProvisioningFailed**: Storage provisioning failed provisioning state.\n */\nexport type ProvisioningState = string;\n\n/** Indicates whether hibernate is enabled/disabled. */\nexport enum KnownHibernateSupport {\n /** Hibernate is disabled. */\n Disabled = \"Disabled\",\n /** Hibernate is enabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * Indicates whether hibernate is enabled/disabled. \\\n * {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Hibernate is disabled. \\\n * **Enabled**: Hibernate is enabled.\n */\nexport type HibernateSupport = string;\n\n/** Architecture Types. */\nexport enum KnownArchitectureType {\n /** x64 architecture */\n X64 = \"x64\",\n /** ARM64 architecture */\n Arm64 = \"Arm64\",\n}\n\n/**\n * Architecture Types. \\\n * {@link KnownArchitectureType} can be used interchangeably with ArchitectureType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **x64**: x64 architecture \\\n * **Arm64**: ARM64 architecture\n */\nexport type ArchitectureType = string;\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\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\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\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\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**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Paged collection of Image items */\nexport interface _ImageListResult {\n /** The Image items on this page */\n readonly value: Image[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _imageListResultDeserializer(item: any): _ImageListResult {\n return {\n value: imageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function imageArrayDeserializer(result: Array<Image>): any[] {\n return result.map((item) => {\n return imageDeserializer(item);\n });\n}\n\n/** Represents a devcenter resource. */\nexport interface DevCenter extends TrackedResource {\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */\n encryption?: Encryption;\n /** The display name of the devcenter. */\n displayName?: string;\n /** Dev Center settings to be used when associating a project with a catalog. */\n projectCatalogSettings?: DevCenterProjectCatalogSettings;\n /** Network settings that will be enforced on network resources associated with the Dev Center. */\n networkSettings?: DevCenterNetworkSettings;\n /** Settings to be used in the provisioning of all Dev Boxes that belong to this dev center. */\n devBoxProvisioningSettings?: DevBoxProvisioningSettings;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The URI of the Dev Center. */\n readonly devCenterUri?: string;\n}\n\nexport function devCenterSerializer(item: DevCenter): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"displayName\",\n \"projectCatalogSettings\",\n \"networkSettings\",\n \"devBoxProvisioningSettings\",\n ])\n ? undefined\n : _devCenterPropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function devCenterDeserializer(item: any): DevCenter {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _devCenterPropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of the devcenter. */\nexport interface DevCenterProperties extends DevCenterUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The URI of the Dev Center. */\n readonly devCenterUri?: string;\n}\n\nexport function devCenterPropertiesSerializer(item: DevCenterProperties): any {\n return {\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsSerializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsSerializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsSerializer(item[\"devBoxProvisioningSettings\"]),\n };\n}\n\nexport function devCenterPropertiesDeserializer(item: any): DevCenterProperties {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsDeserializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsDeserializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsDeserializer(item[\"devBoxProvisioningSettings\"]),\n provisioningState: item[\"provisioningState\"],\n devCenterUri: item[\"devCenterUri\"],\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Properties of the devcenter. These properties can be updated after the resource has been created. */\nexport interface DevCenterUpdateProperties {\n /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */\n encryption?: Encryption;\n /** The display name of the devcenter. */\n displayName?: string;\n /** Dev Center settings to be used when associating a project with a catalog. */\n projectCatalogSettings?: DevCenterProjectCatalogSettings;\n /** Network settings that will be enforced on network resources associated with the Dev Center. */\n networkSettings?: DevCenterNetworkSettings;\n /** Settings to be used in the provisioning of all Dev Boxes that belong to this dev center. */\n devBoxProvisioningSettings?: DevBoxProvisioningSettings;\n}\n\nexport function devCenterUpdatePropertiesSerializer(item: DevCenterUpdateProperties): any {\n return {\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsSerializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsSerializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsSerializer(item[\"devBoxProvisioningSettings\"]),\n };\n}\n\nexport function devCenterUpdatePropertiesDeserializer(item: any): DevCenterUpdateProperties {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsDeserializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsDeserializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsDeserializer(item[\"devBoxProvisioningSettings\"]),\n };\n}\n\n/** Encryption properties. */\nexport interface Encryption {\n /** All Customer-managed key encryption properties for the resource. */\n customerManagedKeyEncryption?: CustomerManagedKeyEncryption;\n}\n\nexport function encryptionSerializer(item: Encryption): any {\n return {\n customerManagedKeyEncryption: !item[\"customerManagedKeyEncryption\"]\n ? item[\"customerManagedKeyEncryption\"]\n : customerManagedKeyEncryptionSerializer(item[\"customerManagedKeyEncryption\"]),\n };\n}\n\nexport function encryptionDeserializer(item: any): Encryption {\n return {\n customerManagedKeyEncryption: !item[\"customerManagedKeyEncryption\"]\n ? item[\"customerManagedKeyEncryption\"]\n : customerManagedKeyEncryptionDeserializer(item[\"customerManagedKeyEncryption\"]),\n };\n}\n\n/** Customer-managed key encryption properties for the resource. */\nexport interface CustomerManagedKeyEncryption {\n /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\n keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;\n /** 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. */\n keyEncryptionKeyUrl?: string;\n}\n\nexport function customerManagedKeyEncryptionSerializer(item: CustomerManagedKeyEncryption): any {\n return {\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : customerManagedKeyEncryptionKeyIdentitySerializer(item[\"keyEncryptionKeyIdentity\"]),\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n };\n}\n\nexport function customerManagedKeyEncryptionDeserializer(item: any): CustomerManagedKeyEncryption {\n return {\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : customerManagedKeyEncryptionKeyIdentityDeserializer(item[\"keyEncryptionKeyIdentity\"]),\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n };\n}\n\n/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\nexport interface CustomerManagedKeyEncryptionKeyIdentity {\n /** The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity. */\n identityType?: IdentityType;\n /** 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. */\n userAssignedIdentityResourceId?: string;\n /** application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540 */\n federatedClientId?: string;\n /** delegated 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 and userAssignedIdentity - internal use only. */\n delegatedIdentityClientId?: string;\n}\n\nexport function customerManagedKeyEncryptionKeyIdentitySerializer(\n item: CustomerManagedKeyEncryptionKeyIdentity,\n): any {\n return {\n identityType: item[\"identityType\"],\n userAssignedIdentityResourceId: item[\"userAssignedIdentityResourceId\"],\n federatedClientId: item[\"federatedClientId\"],\n delegatedIdentityClientId: item[\"delegatedIdentityClientId\"],\n };\n}\n\nexport function customerManagedKeyEncryptionKeyIdentityDeserializer(\n item: any,\n): CustomerManagedKeyEncryptionKeyIdentity {\n return {\n identityType: item[\"identityType\"],\n userAssignedIdentityResourceId: item[\"userAssignedIdentityResourceId\"],\n federatedClientId: item[\"federatedClientId\"],\n delegatedIdentityClientId: item[\"delegatedIdentityClientId\"],\n };\n}\n\n/** The type of identity to use. */\nexport enum KnownIdentityType {\n /** System assigned identity */\n SystemAssignedIdentity = \"systemAssignedIdentity\",\n /** User assigned identity */\n UserAssignedIdentity = \"userAssignedIdentity\",\n /** Delegated identity */\n DelegatedResourceIdentity = \"delegatedResourceIdentity\",\n}\n\n/**\n * The type of identity to use. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **systemAssignedIdentity**: System assigned identity \\\n * **userAssignedIdentity**: User assigned identity \\\n * **delegatedResourceIdentity**: Delegated identity\n */\nexport type IdentityType = string;\n\n/** Project catalog settings for project catalogs under a project associated to this dev center. */\nexport interface DevCenterProjectCatalogSettings {\n /** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */\n catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;\n}\n\nexport function devCenterProjectCatalogSettingsSerializer(\n item: DevCenterProjectCatalogSettings,\n): any {\n return { catalogItemSyncEnableStatus: item[\"catalogItemSyncEnableStatus\"] };\n}\n\nexport function devCenterProjectCatalogSettingsDeserializer(\n item: any,\n): DevCenterProjectCatalogSettings {\n return {\n catalogItemSyncEnableStatus: item[\"catalogItemSyncEnableStatus\"],\n };\n}\n\n/** Catalog item sync types enable or disable status. Indicates whether project catalogs are allowed to sync catalog items under projects associated to this dev center. */\nexport enum KnownCatalogItemSyncEnableStatus {\n /** Catalog item sync is enabled. */\n Enabled = \"Enabled\",\n /** Catalog item sync is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Catalog item sync types enable or disable status. Indicates whether project catalogs are allowed to sync catalog items under projects associated to this dev center. \\\n * {@link KnownCatalogItemSyncEnableStatus} can be used interchangeably with CatalogItemSyncEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Catalog item sync is enabled. \\\n * **Disabled**: Catalog item sync is disabled.\n */\nexport type CatalogItemSyncEnableStatus = string;\n\n/** Network settings for the Dev Center. */\nexport interface DevCenterNetworkSettings {\n /** Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. */\n microsoftHostedNetworkEnableStatus?: MicrosoftHostedNetworkEnableStatus;\n}\n\nexport function devCenterNetworkSettingsSerializer(item: DevCenterNetworkSettings): any {\n return { microsoftHostedNetworkEnableStatus: item[\"microsoftHostedNetworkEnableStatus\"] };\n}\n\nexport function devCenterNetworkSettingsDeserializer(item: any): DevCenterNetworkSettings {\n return {\n microsoftHostedNetworkEnableStatus: item[\"microsoftHostedNetworkEnableStatus\"],\n };\n}\n\n/** Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. */\nexport enum KnownMicrosoftHostedNetworkEnableStatus {\n /** Microsoft Hosted Networks are enabled for this Dev Center. */\n Enabled = \"Enabled\",\n /** Microsoft Hosted Networks are disabled for this Dev Center. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. \\\n * {@link KnownMicrosoftHostedNetworkEnableStatus} can be used interchangeably with MicrosoftHostedNetworkEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Microsoft Hosted Networks are enabled for this Dev Center. \\\n * **Disabled**: Microsoft Hosted Networks are disabled for this Dev Center.\n */\nexport type MicrosoftHostedNetworkEnableStatus = string;\n\n/** Provisioning settings that apply to all Dev Boxes created in this dev center. */\nexport interface DevBoxProvisioningSettings {\n /** Indicates whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center */\n installAzureMonitorAgentEnableStatus?: InstallAzureMonitorAgentEnableStatus;\n}\n\nexport function devBoxProvisioningSettingsSerializer(item: DevBoxProvisioningSettings): any {\n return { installAzureMonitorAgentEnableStatus: item[\"installAzureMonitorAgentEnableStatus\"] };\n}\n\nexport function devBoxProvisioningSettingsDeserializer(item: any): DevBoxProvisioningSettings {\n return {\n installAzureMonitorAgentEnableStatus: item[\"installAzureMonitorAgentEnableStatus\"],\n };\n}\n\n/** Setting to be used when determining whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center. */\nexport enum KnownInstallAzureMonitorAgentEnableStatus {\n /** Azure Monitor Agent service is enabled. */\n Enabled = \"Enabled\",\n /** Azure Monitor Agent service is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Setting to be used when determining whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center. \\\n * {@link KnownInstallAzureMonitorAgentEnableStatus} can be used interchangeably with InstallAzureMonitorAgentEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Azure Monitor Agent service is enabled. \\\n * **Disabled**: Azure Monitor Agent service is disabled.\n */\nexport type InstallAzureMonitorAgentEnableStatus = string;\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?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** The devcenter resource for partial updates. Properties not provided in the update request will not be changed. */\nexport interface DevCenterUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */\n encryption?: Encryption;\n /** The display name of the devcenter. */\n displayName?: string;\n /** Dev Center settings to be used when associating a project with a catalog. */\n projectCatalogSettings?: DevCenterProjectCatalogSettings;\n /** Network settings that will be enforced on network resources associated with the Dev Center. */\n networkSettings?: DevCenterNetworkSettings;\n /** Settings to be used in the provisioning of all Dev Boxes that belong to this dev center. */\n devBoxProvisioningSettings?: DevBoxProvisioningSettings;\n}\n\nexport function devCenterUpdateSerializer(item: DevCenterUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"displayName\",\n \"projectCatalogSettings\",\n \"networkSettings\",\n \"devBoxProvisioningSettings\",\n ])\n ? undefined\n : _devCenterUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of DevCenter items */\nexport interface _DevCenterListResult {\n /** The DevCenter items on this page */\n readonly value: DevCenter[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _devCenterListResultDeserializer(item: any): _DevCenterListResult {\n return {\n value: devCenterArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function devCenterArraySerializer(result: Array<DevCenter>): any[] {\n return result.map((item) => {\n return devCenterSerializer(item);\n });\n}\n\nexport function devCenterArrayDeserializer(result: Array<DevCenter>): any[] {\n return result.map((item) => {\n return devCenterDeserializer(item);\n });\n}\n\n/** Represents an project policy resource. */\nexport interface ProjectPolicy extends ProxyResource {\n /** Properties of an project policy. */\n properties?: ProjectPolicyProperties;\n}\n\nexport function projectPolicySerializer(item: ProjectPolicy): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPolicyPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function projectPolicyDeserializer(item: any): ProjectPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPolicyPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of an project policy. */\nexport interface ProjectPolicyProperties extends ProjectPolicyUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function projectPolicyPropertiesSerializer(item: ProjectPolicyProperties): any {\n return {\n resourcePolicies: !item[\"resourcePolicies\"]\n ? item[\"resourcePolicies\"]\n : resourcePolicyArraySerializer(item[\"resourcePolicies\"]),\n scopes: !item[\"scopes\"]\n ? item[\"scopes\"]\n : item[\"scopes\"].map((p: any) => {\n return p;\n }),\n configurationPolicies: !item[\"configurationPolicies\"]\n ? item[\"configurationPolicies\"]\n : configurationPoliciesSerializer(item[\"configurationPolicies\"]),\n };\n}\n\nexport function projectPolicyPropertiesDeserializer(item: any): ProjectPolicyProperties {\n return {\n resourcePolicies: !item[\"resourcePolicies\"]\n ? item[\"resourcePolicies\"]\n : resourcePolicyArrayDeserializer(item[\"resourcePolicies\"]),\n scopes: !item[\"scopes\"]\n ? item[\"scopes\"]\n : item[\"scopes\"].map((p: any) => {\n return p;\n }),\n configurationPolicies: !item[\"configurationPolicies\"]\n ? item[\"configurationPolicies\"]\n : configurationPoliciesDeserializer(item[\"configurationPolicies\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Properties of an project policy. These properties can be updated after the resource has been created. */\nexport interface ProjectPolicyUpdateProperties {\n /** Resource policies that are a part of this project policy. */\n resourcePolicies?: ResourcePolicy[];\n /** Resources that have access to the shared resources that are a part of this project policy. */\n scopes?: string[];\n /** Configuration Policies part of this project policy. */\n configurationPolicies?: ConfigurationPolicies;\n}\n\nexport function projectPolicyUpdatePropertiesSerializer(item: ProjectPolicyUpdateProperties): any {\n return {\n resourcePolicies: !item[\"resourcePolicies\"]\n ? item[\"resourcePolicies\"]\n : resourcePolicyArraySerializer(item[\"resourcePolicies\"]),\n scopes: !item[\"scopes\"]\n ? item[\"scopes\"]\n : item[\"scopes\"].map((p: any) => {\n return p;\n }),\n configurationPolicies: !item[\"configurationPolicies\"]\n ? item[\"configurationPolicies\"]\n : configurationPoliciesSerializer(item[\"configurationPolicies\"]),\n };\n}\n\nexport function projectPolicyUpdatePropertiesDeserializer(\n item: any,\n): ProjectPolicyUpdateProperties {\n return {\n resourcePolicies: !item[\"resourcePolicies\"]\n ? item[\"resourcePolicies\"]\n : resourcePolicyArrayDeserializer(item[\"resourcePolicies\"]),\n scopes: !item[\"scopes\"]\n ? item[\"scopes\"]\n : item[\"scopes\"].map((p: any) => {\n return p;\n }),\n configurationPolicies: !item[\"configurationPolicies\"]\n ? item[\"configurationPolicies\"]\n : configurationPoliciesDeserializer(item[\"configurationPolicies\"]),\n };\n}\n\nexport function resourcePolicyArraySerializer(result: Array<ResourcePolicy>): any[] {\n return result.map((item) => {\n return resourcePolicySerializer(item);\n });\n}\n\nexport function resourcePolicyArrayDeserializer(result: Array<ResourcePolicy>): any[] {\n return result.map((item) => {\n return resourcePolicyDeserializer(item);\n });\n}\n\n/** A resource policy. */\nexport interface ResourcePolicy {\n /** Resources that are included and shared as a part of a project policy. */\n resources?: string;\n /** Optional. When specified, this expression is used to filter the resources. */\n filter?: string;\n /** Policy action to be taken on the resources. This is optional, and defaults to allow */\n action?: PolicyAction;\n /** Optional. The resource type being restricted or allowed by a project policy. Used with a given action to restrict or allow access to a resource type. */\n resourceType?: DevCenterResourceType;\n}\n\nexport function resourcePolicySerializer(item: ResourcePolicy): any {\n return {\n resources: item[\"resources\"],\n filter: item[\"filter\"],\n action: item[\"action\"],\n resourceType: item[\"resourceType\"],\n };\n}\n\nexport function resourcePolicyDeserializer(item: any): ResourcePolicy {\n return {\n resources: item[\"resources\"],\n filter: item[\"filter\"],\n action: item[\"action\"],\n resourceType: item[\"resourceType\"],\n };\n}\n\n/** Indicates what action to perform for the policy. */\nexport enum KnownPolicyAction {\n /** Allow action for the policy. */\n Allow = \"Allow\",\n /** Deny action for the policy. */\n Deny = \"Deny\",\n}\n\n/**\n * Indicates what action to perform for the policy. \\\n * {@link KnownPolicyAction} can be used interchangeably with PolicyAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**: Allow action for the policy. \\\n * **Deny**: Deny action for the policy.\n */\nexport type PolicyAction = string;\n\n/** Indicates dev center resource types. */\nexport enum KnownDevCenterResourceType {\n /** Images resource type. */\n Images = \"Images\",\n /** Attached networks resource type. */\n AttachedNetworks = \"AttachedNetworks\",\n /** Skus resource type. */\n Skus = \"Skus\",\n}\n\n/**\n * Indicates dev center resource types. \\\n * {@link KnownDevCenterResourceType} can be used interchangeably with DevCenterResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Images**: Images resource type. \\\n * **AttachedNetworks**: Attached networks resource type. \\\n * **Skus**: Skus resource type.\n */\nexport type DevCenterResourceType = string;\n\n/** Represents policies to enforce configuration settings on a project. */\nexport interface ConfigurationPolicies {\n /** The property indicates the Azure AI services settings on a project. */\n azureAiServicesFeatureStatus?: FeatureState;\n /** Indicates whether the setting is configurable at Project scope. */\n devBoxScheduleDeleteFeatureStatus?: FeatureState;\n /** Indicates whether DevBox limits are configurable at Project scope. */\n devBoxLimitsFeatureStatus?: FeatureState;\n /** Indicates whether project display name is configurable at Project scope. */\n displayNameFeatureStatus?: FeatureState;\n /** Indicates whether DevBox tunnel settings are configurable at Pool scope. */\n devBoxTunnelFeatureStatus?: FeatureState;\n /** Indicates whether project catalogs are configurable at Project scope. */\n projectCatalogFeatureStatus?: FeatureState;\n /** Indicates whether serverless GPU sessions are configurable at Project scope. */\n serverlessGpuSessionsFeatureStatus?: FeatureState;\n /** Indicates whether user customizations is configurable at Project scope. */\n userCustomizationsFeatureStatus?: FeatureState;\n /** Indicates whether workspace storage is configurable at Project scope. */\n workspaceStorageFeatureStatus?: FeatureState;\n}\n\nexport function configurationPoliciesSerializer(item: ConfigurationPolicies): any {\n return {\n azureAiServicesFeatureStatus: !item[\"azureAiServicesFeatureStatus\"]\n ? item[\"azureAiServicesFeatureStatus\"]\n : featureStateSerializer(item[\"azureAiServicesFeatureStatus\"]),\n devBoxScheduleDeleteFeatureStatus: !item[\"devBoxScheduleDeleteFeatureStatus\"]\n ? item[\"devBoxScheduleDeleteFeatureStatus\"]\n : featureStateSerializer(item[\"devBoxScheduleDeleteFeatureStatus\"]),\n devBoxLimitsFeatureStatus: !item[\"devBoxLimitsFeatureStatus\"]\n ? item[\"devBoxLimitsFeatureStatus\"]\n : featureStateSerializer(item[\"devBoxLimitsFeatureStatus\"]),\n displayNameFeatureStatus: !item[\"displayNameFeatureStatus\"]\n ? item[\"displayNameFeatureStatus\"]\n : featureStateSerializer(item[\"displayNameFeatureStatus\"]),\n devBoxTunnelFeatureStatus: !item[\"devBoxTunnelFeatureStatus\"]\n ? item[\"devBoxTunnelFeatureStatus\"]\n : featureStateSerializer(item[\"devBoxTunnelFeatureStatus\"]),\n projectCatalogFeatureStatus: !item[\"projectCatalogFeatureStatus\"]\n ? item[\"projectCatalogFeatureStatus\"]\n : featureStateSerializer(item[\"projectCatalogFeatureStatus\"]),\n serverlessGpuSessionsFeatureStatus: !item[\"serverlessGpuSessionsFeatureStatus\"]\n ? item[\"serverlessGpuSessionsFeatureStatus\"]\n : featureStateSerializer(item[\"serverlessGpuSessionsFeatureStatus\"]),\n userCustomizationsFeatureStatus: !item[\"userCustomizationsFeatureStatus\"]\n ? item[\"userCustomizationsFeatureStatus\"]\n : featureStateSerializer(item[\"userCustomizationsFeatureStatus\"]),\n workspaceStorageFeatureStatus: !item[\"workspaceStorageFeatureStatus\"]\n ? item[\"workspaceStorageFeatureStatus\"]\n : featureStateSerializer(item[\"workspaceStorageFeatureStatus\"]),\n };\n}\n\nexport function configurationPoliciesDeserializer(item: any): ConfigurationPolicies {\n return {\n azureAiServicesFeatureStatus: !item[\"azureAiServicesFeatureStatus\"]\n ? item[\"azureAiServicesFeatureStatus\"]\n : featureStateDeserializer(item[\"azureAiServicesFeatureStatus\"]),\n devBoxScheduleDeleteFeatureStatus: !item[\"devBoxScheduleDeleteFeatureStatus\"]\n ? item[\"devBoxScheduleDeleteFeatureStatus\"]\n : featureStateDeserializer(item[\"devBoxScheduleDeleteFeatureStatus\"]),\n devBoxLimitsFeatureStatus: !item[\"devBoxLimitsFeatureStatus\"]\n ? item[\"devBoxLimitsFeatureStatus\"]\n : featureStateDeserializer(item[\"devBoxLimitsFeatureStatus\"]),\n displayNameFeatureStatus: !item[\"displayNameFeatureStatus\"]\n ? item[\"displayNameFeatureStatus\"]\n : featureStateDeserializer(item[\"displayNameFeatureStatus\"]),\n devBoxTunnelFeatureStatus: !item[\"devBoxTunnelFeatureStatus\"]\n ? item[\"devBoxTunnelFeatureStatus\"]\n : featureStateDeserializer(item[\"devBoxTunnelFeatureStatus\"]),\n projectCatalogFeatureStatus: !item[\"projectCatalogFeatureStatus\"]\n ? item[\"projectCatalogFeatureStatus\"]\n : featureStateDeserializer(item[\"projectCatalogFeatureStatus\"]),\n serverlessGpuSessionsFeatureStatus: !item[\"serverlessGpuSessionsFeatureStatus\"]\n ? item[\"serverlessGpuSessionsFeatureStatus\"]\n : featureStateDeserializer(item[\"serverlessGpuSessionsFeatureStatus\"]),\n userCustomizationsFeatureStatus: !item[\"userCustomizationsFeatureStatus\"]\n ? item[\"userCustomizationsFeatureStatus\"]\n : featureStateDeserializer(item[\"userCustomizationsFeatureStatus\"]),\n workspaceStorageFeatureStatus: !item[\"workspaceStorageFeatureStatus\"]\n ? item[\"workspaceStorageFeatureStatus\"]\n : featureStateDeserializer(item[\"workspaceStorageFeatureStatus\"]),\n };\n}\n\n/** Feature state. */\nexport interface FeatureState {\n /** Indicates whether the feature's status, Enabled or Disabled, is configurable at the Project scope. */\n statusModifiable?: FeatureStateModifiable;\n /** Indicates whether the feature values are configurable at the Project scope. */\n valuesModifiable?: FeatureStateModifiable;\n /** Indicates the default status of the feature. */\n defaultStatus?: FeatureStatus;\n /** The default values of the feature. */\n defaultValues?: DefaultValue[];\n}\n\nexport function featureStateSerializer(item: FeatureState): any {\n return {\n statusModifiable: item[\"statusModifiable\"],\n valuesModifiable: item[\"valuesModifiable\"],\n defaultStatus: item[\"defaultStatus\"],\n defaultValues: !item[\"defaultValues\"]\n ? item[\"defaultValues\"]\n : defaultValueArraySerializer(item[\"defaultValues\"]),\n };\n}\n\nexport function featureStateDeserializer(item: any): FeatureState {\n return {\n statusModifiable: item[\"statusModifiable\"],\n valuesModifiable: item[\"valuesModifiable\"],\n defaultStatus: item[\"defaultStatus\"],\n defaultValues: !item[\"defaultValues\"]\n ? item[\"defaultValues\"]\n : defaultValueArrayDeserializer(item[\"defaultValues\"]),\n };\n}\n\n/** Feature enablement status. */\nexport enum KnownFeatureStateModifiable {\n /** Feature is not modifiable. */\n NotModifiable = \"NotModifiable\",\n /** Feature is modifiable. */\n Modifiable = \"Modifiable\",\n}\n\n/**\n * Feature enablement status. \\\n * {@link KnownFeatureStateModifiable} can be used interchangeably with FeatureStateModifiable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotModifiable**: Feature is not modifiable. \\\n * **Modifiable**: Feature is modifiable.\n */\nexport type FeatureStateModifiable = string;\n\n/** Feature status. */\nexport enum KnownFeatureStatus {\n /** Feature is enabled. */\n Enabled = \"Enabled\",\n /** Feature is disabled. */\n Disabled = \"Disabled\",\n /** Auto Deploy feature status. */\n AutoDeploy = \"AutoDeploy\",\n}\n\n/**\n * Feature status. \\\n * {@link KnownFeatureStatus} can be used interchangeably with FeatureStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Feature is enabled. \\\n * **Disabled**: Feature is disabled. \\\n * **AutoDeploy**: Auto Deploy feature status.\n */\nexport type FeatureStatus = string;\n\nexport function defaultValueArraySerializer(result: Array<DefaultValue>): any[] {\n return result.map((item) => {\n return defaultValueSerializer(item);\n });\n}\n\nexport function defaultValueArrayDeserializer(result: Array<DefaultValue>): any[] {\n return result.map((item) => {\n return defaultValueDeserializer(item);\n });\n}\n\n/** A default value that can be provided for a feature property. */\nexport interface DefaultValue {\n /** The name of the feature property. */\n name?: string;\n /** The default value to be applied for the given property. */\n value?: string;\n}\n\nexport function defaultValueSerializer(item: DefaultValue): any {\n return { name: item[\"name\"], value: item[\"value\"] };\n}\n\nexport function defaultValueDeserializer(item: any): DefaultValue {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** The project policy properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface ProjectPolicyUpdate {\n /** Resource policies that are a part of this project policy. */\n resourcePolicies?: ResourcePolicy[];\n /** Resources that have access to the shared resources that are a part of this project policy. */\n scopes?: string[];\n /** Configuration Policies part of this project policy. */\n configurationPolicies?: ConfigurationPolicies;\n}\n\nexport function projectPolicyUpdateSerializer(item: ProjectPolicyUpdate): any {\n return {\n properties: areAllPropsUndefined(item, [\"resourcePolicies\", \"scopes\", \"configurationPolicies\"])\n ? undefined\n : _projectPolicyUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of ProjectPolicy items */\nexport interface _ProjectPolicyListResult {\n /** The ProjectPolicy items on this page */\n readonly value: ProjectPolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _projectPolicyListResultDeserializer(item: any): _ProjectPolicyListResult {\n return {\n value: projectPolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectPolicyArraySerializer(result: Array<ProjectPolicy>): any[] {\n return result.map((item) => {\n return projectPolicySerializer(item);\n });\n}\n\nexport function projectPolicyArrayDeserializer(result: Array<ProjectPolicy>): any[] {\n return result.map((item) => {\n return projectPolicyDeserializer(item);\n });\n}\n\n/** Represents a project resource. */\nexport interface Project extends TrackedResource {\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n /** Resource Id of an associated DevCenter. */\n devCenterId?: string;\n /** Description of the project. */\n description?: string;\n /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */\n maxDevBoxesPerUser?: number;\n /** The display name of the project. */\n displayName?: string;\n /** Settings to be used when associating a project with a catalog. */\n catalogSettings?: ProjectCatalogSettings;\n /** Settings to be used for customizations. */\n customizationSettings?: ProjectCustomizationSettings;\n /** Dev Box Schedule Delete settings. */\n devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings;\n /** Indicates whether Azure AI services are enabled for a project. */\n azureAiServicesSettings?: AzureAiServicesSettings;\n /** Settings to be used for serverless GPU. */\n serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings;\n /** Settings to be used for workspace storage. */\n workspaceStorageSettings?: WorkspaceStorageSettings;\n /** List of Entra ID group assignments associated with this project. */\n assignedGroups?: AssignedGroup[];\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The URI of the Dev Center resource this project is associated with. */\n readonly devCenterUri?: string;\n}\n\nexport function projectSerializer(item: Project): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"devCenterId\",\n \"description\",\n \"maxDevBoxesPerUser\",\n \"displayName\",\n \"catalogSettings\",\n \"customizationSettings\",\n \"devBoxScheduleDeleteSettings\",\n \"azureAiServicesSettings\",\n \"serverlessGpuSessionsSettings\",\n \"workspaceStorageSettings\",\n \"assignedGroups\",\n ])\n ? undefined\n : _projectPropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function projectDeserializer(item: any): Project {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _projectPropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of a project. */\nexport interface ProjectProperties extends ProjectUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The URI of the Dev Center resource this project is associated with. */\n readonly devCenterUri?: string;\n}\n\nexport function projectPropertiesSerializer(item: ProjectProperties): any {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsSerializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsSerializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsSerializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsSerializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsSerializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsSerializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArraySerializer(item[\"assignedGroups\"]),\n };\n}\n\nexport function projectPropertiesDeserializer(item: any): ProjectProperties {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsDeserializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsDeserializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsDeserializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsDeserializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsDeserializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsDeserializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArrayDeserializer(item[\"assignedGroups\"]),\n provisioningState: item[\"provisioningState\"],\n devCenterUri: item[\"devCenterUri\"],\n };\n}\n\n/** Properties of a project. These properties can be updated after the resource has been created. */\nexport interface ProjectUpdateProperties {\n /** Resource Id of an associated DevCenter. */\n devCenterId?: string;\n /** Description of the project. */\n description?: string;\n /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */\n maxDevBoxesPerUser?: number;\n /** The display name of the project. */\n displayName?: string;\n /** Settings to be used when associating a project with a catalog. */\n catalogSettings?: ProjectCatalogSettings;\n /** Settings to be used for customizations. */\n customizationSettings?: ProjectCustomizationSettings;\n /** Dev Box Schedule Delete settings. */\n devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings;\n /** Indicates whether Azure AI services are enabled for a project. */\n azureAiServicesSettings?: AzureAiServicesSettings;\n /** Settings to be used for serverless GPU. */\n serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings;\n /** Settings to be used for workspace storage. */\n workspaceStorageSettings?: WorkspaceStorageSettings;\n /** List of Entra ID group assignments associated with this project. */\n assignedGroups?: AssignedGroup[];\n}\n\nexport function projectUpdatePropertiesSerializer(item: ProjectUpdateProperties): any {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsSerializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsSerializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsSerializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsSerializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsSerializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsSerializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArraySerializer(item[\"assignedGroups\"]),\n };\n}\n\nexport function projectUpdatePropertiesDeserializer(item: any): ProjectUpdateProperties {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsDeserializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsDeserializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsDeserializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsDeserializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsDeserializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsDeserializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArrayDeserializer(item[\"assignedGroups\"]),\n };\n}\n\n/** Settings to be used when associating a project with a catalog. */\nexport interface ProjectCatalogSettings {\n /** Indicates catalog item types that can be synced. */\n catalogItemSyncTypes?: CatalogItemType[];\n}\n\nexport function projectCatalogSettingsSerializer(item: ProjectCatalogSettings): any {\n return {\n catalogItemSyncTypes: !item[\"catalogItemSyncTypes\"]\n ? item[\"catalogItemSyncTypes\"]\n : item[\"catalogItemSyncTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function projectCatalogSettingsDeserializer(item: any): ProjectCatalogSettings {\n return {\n catalogItemSyncTypes: !item[\"catalogItemSyncTypes\"]\n ? item[\"catalogItemSyncTypes\"]\n : item[\"catalogItemSyncTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Indicates catalog item types. */\nexport enum KnownCatalogItemType {\n /** Environment definition catalog item type. */\n EnvironmentDefinition = \"EnvironmentDefinition\",\n /** Image definition catalog item type. */\n ImageDefinition = \"ImageDefinition\",\n}\n\n/**\n * Indicates catalog item types. \\\n * {@link KnownCatalogItemType} can be used interchangeably with CatalogItemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EnvironmentDefinition**: Environment definition catalog item type. \\\n * **ImageDefinition**: Image definition catalog item type.\n */\nexport type CatalogItemType = string;\n\n/** Settings to be used for customizations. */\nexport interface ProjectCustomizationSettings {\n /** The identities that can to be used in customization scenarios; e.g., to clone a repository. */\n identities?: ProjectCustomizationManagedIdentity[];\n /** Indicates whether user customizations are enabled. */\n userCustomizationsEnableStatus?: UserCustomizationsEnableStatus;\n}\n\nexport function projectCustomizationSettingsSerializer(item: ProjectCustomizationSettings): any {\n return {\n identities: !item[\"identities\"]\n ? item[\"identities\"]\n : projectCustomizationManagedIdentityArraySerializer(item[\"identities\"]),\n userCustomizationsEnableStatus: item[\"userCustomizationsEnableStatus\"],\n };\n}\n\nexport function projectCustomizationSettingsDeserializer(item: any): ProjectCustomizationSettings {\n return {\n identities: !item[\"identities\"]\n ? item[\"identities\"]\n : projectCustomizationManagedIdentityArrayDeserializer(item[\"identities\"]),\n userCustomizationsEnableStatus: item[\"userCustomizationsEnableStatus\"],\n };\n}\n\nexport function projectCustomizationManagedIdentityArraySerializer(\n result: Array<ProjectCustomizationManagedIdentity>,\n): any[] {\n return result.map((item) => {\n return projectCustomizationManagedIdentitySerializer(item);\n });\n}\n\nexport function projectCustomizationManagedIdentityArrayDeserializer(\n result: Array<ProjectCustomizationManagedIdentity>,\n): any[] {\n return result.map((item) => {\n return projectCustomizationManagedIdentityDeserializer(item);\n });\n}\n\n/** A reference to a Managed Identity that is attached to the Project. */\nexport interface ProjectCustomizationManagedIdentity {\n /** Values can be systemAssignedIdentity or userAssignedIdentity. */\n identityType?: ProjectCustomizationIdentityType;\n /** Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */\n identityResourceId?: string;\n}\n\nexport function projectCustomizationManagedIdentitySerializer(\n item: ProjectCustomizationManagedIdentity,\n): any {\n return { identityType: item[\"identityType\"], identityResourceId: item[\"identityResourceId\"] };\n}\n\nexport function projectCustomizationManagedIdentityDeserializer(\n item: any,\n): ProjectCustomizationManagedIdentity {\n return {\n identityType: item[\"identityType\"],\n identityResourceId: item[\"identityResourceId\"],\n };\n}\n\n/** Values can be systemAssignedIdentity or userAssignedIdentity */\nexport enum KnownProjectCustomizationIdentityType {\n /** System assigned identity type. */\n SystemAssignedIdentity = \"systemAssignedIdentity\",\n /** User assigned identity type. */\n UserAssignedIdentity = \"userAssignedIdentity\",\n}\n\n/**\n * Values can be systemAssignedIdentity or userAssignedIdentity \\\n * {@link KnownProjectCustomizationIdentityType} can be used interchangeably with ProjectCustomizationIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **systemAssignedIdentity**: System assigned identity type. \\\n * **userAssignedIdentity**: User assigned identity type.\n */\nexport type ProjectCustomizationIdentityType = string;\n\n/** Indicates whether user customizations are enabled. */\nexport enum KnownUserCustomizationsEnableStatus {\n /** User customizations are disabled. */\n Disabled = \"Disabled\",\n /** User customizations are enabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * Indicates whether user customizations are enabled. \\\n * {@link KnownUserCustomizationsEnableStatus} can be used interchangeably with UserCustomizationsEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: User customizations are disabled. \\\n * **Enabled**: User customizations are enabled.\n */\nexport type UserCustomizationsEnableStatus = string;\n\n/** Settings controlling the auto deletion of inactive dev boxes. */\nexport interface DevBoxScheduleDeleteSettings {\n /** Indicates the delete mode for Dev Boxes within this project. */\n deleteMode?: DevBoxDeleteMode;\n /** ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. ISO8601 format PT[n]H[n]M[n]S. */\n inactiveThreshold?: string;\n /** ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. ISO8601 format PT[n]H[n]M[n]S. */\n gracePeriod?: string;\n /** Indicates whether scheduled deletion should be canceled when a user connects to the dev box. */\n cancelOnConnectEnableStatus?: CancelOnConnectEnableStatus;\n}\n\nexport function devBoxScheduleDeleteSettingsSerializer(item: DevBoxScheduleDeleteSettings): any {\n return {\n deleteMode: item[\"deleteMode\"],\n inactiveThreshold: item[\"inactiveThreshold\"],\n gracePeriod: item[\"gracePeriod\"],\n cancelOnConnectEnableStatus: item[\"cancelOnConnectEnableStatus\"],\n };\n}\n\nexport function devBoxScheduleDeleteSettingsDeserializer(item: any): DevBoxScheduleDeleteSettings {\n return {\n deleteMode: item[\"deleteMode\"],\n inactiveThreshold: item[\"inactiveThreshold\"],\n gracePeriod: item[\"gracePeriod\"],\n cancelOnConnectEnableStatus: item[\"cancelOnConnectEnableStatus\"],\n };\n}\n\n/** Indicates possible values for Dev Box delete mode. */\nexport enum KnownDevBoxDeleteMode {\n /** Dev Boxes will not be deleted automatically, and user must manually delete. This is the default. */\n Manual = \"Manual\",\n /** Dev Boxes will be deleted automatically according to configured settings. */\n Auto = \"Auto\",\n}\n\n/**\n * Indicates possible values for Dev Box delete mode. \\\n * {@link KnownDevBoxDeleteMode} can be used interchangeably with DevBoxDeleteMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual**: Dev Boxes will not be deleted automatically, and user must manually delete. This is the default. \\\n * **Auto**: Dev Boxes will be deleted automatically according to configured settings.\n */\nexport type DevBoxDeleteMode = string;\n\n/** Indicates whether cancel on connect is enabled. */\nexport enum KnownCancelOnConnectEnableStatus {\n /** Cancel on connect is enabled. */\n Enabled = \"Enabled\",\n /** Cancel on connect is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Indicates whether cancel on connect is enabled. \\\n * {@link KnownCancelOnConnectEnableStatus} can be used interchangeably with CancelOnConnectEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Cancel on connect is enabled. \\\n * **Disabled**: Cancel on connect is disabled.\n */\nexport type CancelOnConnectEnableStatus = string;\n\n/** Configures Azure AI related services for the project. */\nexport interface AzureAiServicesSettings {\n /** The property indicates whether Azure AI services is enabled. */\n azureAiServicesMode?: AzureAiServicesMode;\n}\n\nexport function azureAiServicesSettingsSerializer(item: AzureAiServicesSettings): any {\n return { azureAiServicesMode: item[\"azureAiServicesMode\"] };\n}\n\nexport function azureAiServicesSettingsDeserializer(item: any): AzureAiServicesSettings {\n return {\n azureAiServicesMode: item[\"azureAiServicesMode\"],\n };\n}\n\n/** Indicates whether Azure AI services are enabled for a project. */\nexport enum KnownAzureAiServicesMode {\n /** Azure AI services are disabled for this project. */\n Disabled = \"Disabled\",\n /** Azure AI services are enabled for this project and necessary resources will be automatically setup. */\n AutoDeploy = \"AutoDeploy\",\n}\n\n/**\n * Indicates whether Azure AI services are enabled for a project. \\\n * {@link KnownAzureAiServicesMode} can be used interchangeably with AzureAiServicesMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Azure AI services are disabled for this project. \\\n * **AutoDeploy**: Azure AI services are enabled for this project and necessary resources will be automatically setup.\n */\nexport type AzureAiServicesMode = string;\n\n/** Represents settings for serverless GPU access. */\nexport interface ServerlessGpuSessionsSettings {\n /** The property indicates whether serverless GPU access is enabled on the project. */\n serverlessGpuSessionsMode?: ServerlessGpuSessionsMode;\n /** When specified, limits the maximum number of concurrent sessions across all pools in the project. */\n maxConcurrentSessionsPerProject?: number;\n}\n\nexport function serverlessGpuSessionsSettingsSerializer(item: ServerlessGpuSessionsSettings): any {\n return {\n serverlessGpuSessionsMode: item[\"serverlessGpuSessionsMode\"],\n maxConcurrentSessionsPerProject: item[\"maxConcurrentSessionsPerProject\"],\n };\n}\n\nexport function serverlessGpuSessionsSettingsDeserializer(\n item: any,\n): ServerlessGpuSessionsSettings {\n return {\n serverlessGpuSessionsMode: item[\"serverlessGpuSessionsMode\"],\n maxConcurrentSessionsPerProject: item[\"maxConcurrentSessionsPerProject\"],\n };\n}\n\n/** Indicates whether serverless GPU session access is enabled. */\nexport enum KnownServerlessGpuSessionsMode {\n /** Serverless GPU session access is disabled. */\n Disabled = \"Disabled\",\n /** Serverless GPU session access is enabled and necessary resources will be automatically setup. */\n AutoDeploy = \"AutoDeploy\",\n}\n\n/**\n * Indicates whether serverless GPU session access is enabled. \\\n * {@link KnownServerlessGpuSessionsMode} can be used interchangeably with ServerlessGpuSessionsMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Serverless GPU session access is disabled. \\\n * **AutoDeploy**: Serverless GPU session access is enabled and necessary resources will be automatically setup.\n */\nexport type ServerlessGpuSessionsMode = string;\n\n/** Settings to be used for workspace storage. */\nexport interface WorkspaceStorageSettings {\n /** Indicates whether workspace storage is enabled. */\n workspaceStorageMode?: WorkspaceStorageMode;\n}\n\nexport function workspaceStorageSettingsSerializer(item: WorkspaceStorageSettings): any {\n return { workspaceStorageMode: item[\"workspaceStorageMode\"] };\n}\n\nexport function workspaceStorageSettingsDeserializer(item: any): WorkspaceStorageSettings {\n return {\n workspaceStorageMode: item[\"workspaceStorageMode\"],\n };\n}\n\n/** Indicates whether workspace storage is enabled. */\nexport enum KnownWorkspaceStorageMode {\n /** Workspace storage is disabled. */\n Disabled = \"Disabled\",\n /** Workspace storage is enabled and necessary resources will be automatically setup. */\n AutoDeploy = \"AutoDeploy\",\n}\n\n/**\n * Indicates whether workspace storage is enabled. \\\n * {@link KnownWorkspaceStorageMode} can be used interchangeably with WorkspaceStorageMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Workspace storage is disabled. \\\n * **AutoDeploy**: Workspace storage is enabled and necessary resources will be automatically setup.\n */\nexport type WorkspaceStorageMode = string;\n\nexport function assignedGroupArraySerializer(result: Array<AssignedGroup>): any[] {\n return result.map((item) => {\n return assignedGroupSerializer(item);\n });\n}\n\nexport function assignedGroupArrayDeserializer(result: Array<AssignedGroup>): any[] {\n return result.map((item) => {\n return assignedGroupDeserializer(item);\n });\n}\n\n/** Represents an Entra group assigned to this Project, entitling all members to resources for the given scope. */\nexport interface AssignedGroup {\n /** The Entra group object ID (GUID). */\n objectId?: string;\n /** The scope of the assignment. */\n scope?: AssignedGroupScope;\n}\n\nexport function assignedGroupSerializer(item: AssignedGroup): any {\n return { objectId: item[\"objectId\"], scope: item[\"scope\"] };\n}\n\nexport function assignedGroupDeserializer(item: any): AssignedGroup {\n return {\n objectId: item[\"objectId\"],\n scope: item[\"scope\"],\n };\n}\n\n/** The scope of an assignment. */\nexport enum KnownAssignedGroupScope {\n /** Assignment entitles group members to Dev Boxes in the Project. */\n DevBox = \"DevBox\",\n}\n\n/**\n * The scope of an assignment. \\\n * {@link KnownAssignedGroupScope} can be used interchangeably with AssignedGroupScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DevBox**: Assignment entitles group members to Dev Boxes in the Project.\n */\nexport type AssignedGroupScope = string;\n\n/** The project properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface ProjectUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n /** Resource Id of an associated DevCenter. */\n devCenterId?: string;\n /** Description of the project. */\n description?: string;\n /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */\n maxDevBoxesPerUser?: number;\n /** The display name of the project. */\n displayName?: string;\n /** Settings to be used when associating a project with a catalog. */\n catalogSettings?: ProjectCatalogSettings;\n /** Settings to be used for customizations. */\n customizationSettings?: ProjectCustomizationSettings;\n /** Dev Box Schedule Delete settings. */\n devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings;\n /** Indicates whether Azure AI services are enabled for a project. */\n azureAiServicesSettings?: AzureAiServicesSettings;\n /** Settings to be used for serverless GPU. */\n serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings;\n /** Settings to be used for workspace storage. */\n workspaceStorageSettings?: WorkspaceStorageSettings;\n /** List of Entra ID group assignments associated with this project. */\n assignedGroups?: AssignedGroup[];\n}\n\nexport function projectUpdateSerializer(item: ProjectUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"devCenterId\",\n \"description\",\n \"maxDevBoxesPerUser\",\n \"displayName\",\n \"catalogSettings\",\n \"customizationSettings\",\n \"devBoxScheduleDeleteSettings\",\n \"azureAiServicesSettings\",\n \"serverlessGpuSessionsSettings\",\n \"workspaceStorageSettings\",\n \"assignedGroups\",\n ])\n ? undefined\n : _projectUpdatePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Paged collection of Project items */\nexport interface _ProjectListResult {\n /** The Project items on this page */\n readonly value: Project[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _projectListResultDeserializer(item: any): _ProjectListResult {\n return {\n value: projectArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectArraySerializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectSerializer(item);\n });\n}\n\nexport function projectArrayDeserializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectDeserializer(item);\n });\n}\n\n/** Applicable inherited settings for a project. */\nexport interface InheritedSettingsForProject {\n /** Dev Center settings to be used when associating a project with a catalog. */\n readonly projectCatalogSettings?: InheritedProjectCatalogSettings;\n /** Network settings that will be enforced on this project. */\n readonly networkSettings?: ProjectNetworkSettings;\n /** Azure AI project policy settings that will be enforced on this project. */\n readonly azureAiServicesSettings?: FeatureState;\n /** Dev box schedule delete project policy settings that will be enforced on this project. */\n readonly devBoxScheduleDeleteSettings?: FeatureState;\n /** Dev box limits project policy settings that will be enforced on this project. */\n readonly devBoxLimitsSettings?: FeatureState;\n /** Display name project policy settings that will be enforced on this project. */\n readonly displayNameSettings?: FeatureState;\n /** Dev box tunnel project policy settings that will be enforced on this project. */\n readonly devBoxTunnelSettings?: FeatureState;\n /** Serverless GPU sessions project policy settings that will be enforced on this project. */\n readonly serverlessGpuSessionsSettings?: FeatureState;\n /** User customizations project policy settings that will be enforced on this project. */\n readonly userCustomizationsSettings?: FeatureState;\n /** Workspace storage project policy settings that will be enforced on this project. */\n readonly workspaceStorageSettings?: FeatureState;\n}\n\nexport function inheritedSettingsForProjectDeserializer(item: any): InheritedSettingsForProject {\n return {\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : inheritedProjectCatalogSettingsDeserializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : projectNetworkSettingsDeserializer(item[\"networkSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : featureStateDeserializer(item[\"azureAiServicesSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : featureStateDeserializer(item[\"devBoxScheduleDeleteSettings\"]),\n devBoxLimitsSettings: !item[\"devBoxLimitsSettings\"]\n ? item[\"devBoxLimitsSettings\"]\n : featureStateDeserializer(item[\"devBoxLimitsSettings\"]),\n displayNameSettings: !item[\"displayNameSettings\"]\n ? item[\"displayNameSettings\"]\n : featureStateDeserializer(item[\"displayNameSettings\"]),\n devBoxTunnelSettings: !item[\"devBoxTunnelSettings\"]\n ? item[\"devBoxTunnelSettings\"]\n : featureStateDeserializer(item[\"devBoxTunnelSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : featureStateDeserializer(item[\"serverlessGpuSessionsSettings\"]),\n userCustomizationsSettings: !item[\"userCustomizationsSettings\"]\n ? item[\"userCustomizationsSettings\"]\n : featureStateDeserializer(item[\"userCustomizationsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : featureStateDeserializer(item[\"workspaceStorageSettings\"]),\n };\n}\n\n/** Inherited project catalog settings that combine project policy settings with dev center catalog settings. */\nexport interface InheritedProjectCatalogSettings {\n /** Indicates whether the feature's status, Enabled or Disabled, is configurable at the Project scope. */\n statusModifiable?: FeatureStateModifiable;\n /** Indicates whether the feature values are configurable at the Project scope. */\n valuesModifiable?: FeatureStateModifiable;\n /** Indicates the default status of the feature. */\n defaultStatus?: FeatureStatus;\n /** The default values of the feature. */\n defaultValues?: DefaultValue[];\n /** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */\n catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;\n}\n\nexport function inheritedProjectCatalogSettingsDeserializer(\n item: any,\n): InheritedProjectCatalogSettings {\n return {\n statusModifiable: item[\"statusModifiable\"],\n valuesModifiable: item[\"valuesModifiable\"],\n defaultStatus: item[\"defaultStatus\"],\n defaultValues: !item[\"defaultValues\"]\n ? item[\"defaultValues\"]\n : defaultValueArrayDeserializer(item[\"defaultValues\"]),\n catalogItemSyncEnableStatus: item[\"catalogItemSyncEnableStatus\"],\n };\n}\n\n/** Network settings for the project. */\nexport interface ProjectNetworkSettings {\n /** Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. */\n readonly microsoftHostedNetworkEnableStatus?: MicrosoftHostedNetworkEnableStatus;\n}\n\nexport function projectNetworkSettingsDeserializer(item: any): ProjectNetworkSettings {\n return {\n microsoftHostedNetworkEnableStatus: item[\"microsoftHostedNetworkEnableStatus\"],\n };\n}\n\n/** Represents an attached NetworkConnection. */\nexport interface AttachedNetworkConnection extends ProxyResource {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The resource ID of the NetworkConnection you want to attach. */\n networkConnectionId?: string;\n /** The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives. */\n readonly networkConnectionLocation?: string;\n /** Health check status values. */\n readonly healthCheckStatus?: HealthCheckStatus;\n /** AAD Join type of the network. This is populated based on the referenced Network Connection. */\n readonly domainJoinType?: DomainJoinType;\n}\n\nexport function attachedNetworkConnectionSerializer(item: AttachedNetworkConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"networkConnectionId\"])\n ? undefined\n : _attachedNetworkConnectionPropertiesSerializer(item),\n };\n}\n\nexport function attachedNetworkConnectionDeserializer(item: any): AttachedNetworkConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _attachedNetworkConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of an attached NetworkConnection. */\nexport interface AttachedNetworkConnectionProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The resource ID of the NetworkConnection you want to attach. */\n networkConnectionId?: string;\n /** The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives. */\n readonly networkConnectionLocation?: string;\n /** Health check status values. */\n readonly healthCheckStatus?: HealthCheckStatus;\n /** AAD Join type of the network. This is populated based on the referenced Network Connection. */\n readonly domainJoinType?: DomainJoinType;\n}\n\nexport function attachedNetworkConnectionPropertiesSerializer(\n item: AttachedNetworkConnectionProperties,\n): any {\n return { networkConnectionId: item[\"networkConnectionId\"] };\n}\n\nexport function attachedNetworkConnectionPropertiesDeserializer(\n item: any,\n): AttachedNetworkConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n networkConnectionId: item[\"networkConnectionId\"],\n networkConnectionLocation: item[\"networkConnectionLocation\"],\n healthCheckStatus: item[\"healthCheckStatus\"],\n domainJoinType: item[\"domainJoinType\"],\n };\n}\n\n/** Health check status values. */\nexport enum KnownHealthCheckStatus {\n /** Unknown health check status. */\n Unknown = \"Unknown\",\n /** Pending health check status. */\n Pending = \"Pending\",\n /** Running health check status. */\n Running = \"Running\",\n /** Passed health check status. */\n Passed = \"Passed\",\n /** Warning health check status. */\n Warning = \"Warning\",\n /** Failed health check status. */\n Failed = \"Failed\",\n /** Informational health check status. */\n Informational = \"Informational\",\n}\n\n/**\n * Health check status values. \\\n * {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown health check status. \\\n * **Pending**: Pending health check status. \\\n * **Running**: Running health check status. \\\n * **Passed**: Passed health check status. \\\n * **Warning**: Warning health check status. \\\n * **Failed**: Failed health check status. \\\n * **Informational**: Informational health check status.\n */\nexport type HealthCheckStatus = string;\n\n/** Active Directory join type. */\nexport enum KnownDomainJoinType {\n /** Hybrid Azure AD Join type. */\n HybridAzureADJoin = \"HybridAzureADJoin\",\n /** Azure AD Join type. */\n AzureADJoin = \"AzureADJoin\",\n /** No Active Directory join type. */\n None = \"None\",\n}\n\n/**\n * Active Directory join type. \\\n * {@link KnownDomainJoinType} can be used interchangeably with DomainJoinType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HybridAzureADJoin**: Hybrid Azure AD Join type. \\\n * **AzureADJoin**: Azure AD Join type. \\\n * **None**: No Active Directory join type.\n */\nexport type DomainJoinType = string;\n\n/** Paged collection of AttachedNetworkConnection items */\nexport interface _AttachedNetworkListResult {\n /** The AttachedNetworkConnection items on this page */\n readonly value: AttachedNetworkConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _attachedNetworkListResultDeserializer(item: any): _AttachedNetworkListResult {\n return {\n value: attachedNetworkConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function attachedNetworkConnectionArraySerializer(\n result: Array<AttachedNetworkConnection>,\n): any[] {\n return result.map((item) => {\n return attachedNetworkConnectionSerializer(item);\n });\n}\n\nexport function attachedNetworkConnectionArrayDeserializer(\n result: Array<AttachedNetworkConnection>,\n): any[] {\n return result.map((item) => {\n return attachedNetworkConnectionDeserializer(item);\n });\n}\n\n/** Represents a catalog. */\nexport interface Catalog extends ProxyResource {\n /** Properties for a GitHub catalog type. */\n gitHub?: GitCatalog;\n /** Properties for an Azure DevOps catalog type. */\n adoGit?: GitCatalog;\n /** Indicates the type of sync that is configured for the catalog. */\n syncType?: CatalogSyncType;\n /** Indicates whether the catalog is configured to automatically build image definitions. Defaults to disabled for newly created catalogs. */\n autoImageBuildEnableStatus?: CatalogAutoImageBuildEnableStatus;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The synchronization state of the catalog. */\n readonly syncState?: CatalogSyncState;\n /** Stats of the latest synchronization. */\n readonly lastSyncStats?: SyncStats;\n /** The connection state of the catalog. */\n readonly connectionState?: CatalogConnectionState;\n /** When the catalog was last connected. */\n readonly lastConnectionTime?: Date;\n /** When the catalog was last synced. */\n readonly lastSyncTime?: Date;\n}\n\nexport function catalogSerializer(item: Catalog): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"gitHub\",\n \"adoGit\",\n \"syncType\",\n \"autoImageBuildEnableStatus\",\n \"tags\",\n ])\n ? undefined\n : _catalogPropertiesSerializer(item),\n };\n}\n\nexport function catalogDeserializer(item: any): Catalog {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _catalogPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a catalog. */\nexport interface CatalogProperties extends CatalogUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The synchronization state of the catalog. */\n readonly syncState?: CatalogSyncState;\n /** Stats of the latest synchronization. */\n readonly lastSyncStats?: SyncStats;\n /** The connection state of the catalog. */\n readonly connectionState?: CatalogConnectionState;\n /** When the catalog was last connected. */\n readonly lastConnectionTime?: Date;\n /** When the catalog was last synced. */\n readonly lastSyncTime?: Date;\n}\n\nexport function catalogPropertiesSerializer(item: CatalogProperties): any {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogSerializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogSerializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function catalogPropertiesDeserializer(item: any): CatalogProperties {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogDeserializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogDeserializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n provisioningState: item[\"provisioningState\"],\n syncState: item[\"syncState\"],\n lastSyncStats: !item[\"lastSyncStats\"]\n ? item[\"lastSyncStats\"]\n : syncStatsDeserializer(item[\"lastSyncStats\"]),\n connectionState: item[\"connectionState\"],\n lastConnectionTime: !item[\"lastConnectionTime\"]\n ? item[\"lastConnectionTime\"]\n : new Date(item[\"lastConnectionTime\"]),\n lastSyncTime: !item[\"lastSyncTime\"] ? item[\"lastSyncTime\"] : new Date(item[\"lastSyncTime\"]),\n };\n}\n\n/** The synchronization state of the catalog. */\nexport enum KnownCatalogSyncState {\n /** Succeeded synchronization state. */\n Succeeded = \"Succeeded\",\n /** In progress synchronization state. */\n InProgress = \"InProgress\",\n /** Failed synchronization state. */\n Failed = \"Failed\",\n /** Canceled synchronization state. */\n Canceled = \"Canceled\",\n}\n\n/**\n * The synchronization state of the catalog. \\\n * {@link KnownCatalogSyncState} can be used interchangeably with CatalogSyncState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Succeeded synchronization state. \\\n * **InProgress**: In progress synchronization state. \\\n * **Failed**: Failed synchronization state. \\\n * **Canceled**: Canceled synchronization state.\n */\nexport type CatalogSyncState = string;\n\n/** Stats of the synchronization. */\nexport interface SyncStats {\n /** Count of catalog items added during synchronization. */\n readonly added?: number;\n /** Count of catalog items updated during synchronization. */\n readonly updated?: number;\n /** Count of catalog items that were unchanged during synchronization. */\n readonly unchanged?: number;\n /** Count of catalog items removed during synchronization. */\n readonly removed?: number;\n /** Count of catalog items that had validation errors during synchronization. */\n readonly validationErrors?: number;\n /** Count of synchronization errors that occured during synchronization. */\n readonly synchronizationErrors?: number;\n /** Indicates catalog item types that were synced. */\n syncedCatalogItemTypes?: CatalogItemType[];\n}\n\nexport function syncStatsDeserializer(item: any): SyncStats {\n return {\n added: item[\"added\"],\n updated: item[\"updated\"],\n unchanged: item[\"unchanged\"],\n removed: item[\"removed\"],\n validationErrors: item[\"validationErrors\"],\n synchronizationErrors: item[\"synchronizationErrors\"],\n syncedCatalogItemTypes: !item[\"syncedCatalogItemTypes\"]\n ? item[\"syncedCatalogItemTypes\"]\n : item[\"syncedCatalogItemTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The connection state of the catalog. */\nexport enum KnownCatalogConnectionState {\n /** Connected state. */\n Connected = \"Connected\",\n /** Disconnected state. */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * The connection state of the catalog. \\\n * {@link KnownCatalogConnectionState} can be used interchangeably with CatalogConnectionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected**: Connected state. \\\n * **Disconnected**: Disconnected state.\n */\nexport type CatalogConnectionState = string;\n\n/** Properties of a catalog. These properties can be updated after the resource has been created. */\nexport interface CatalogUpdateProperties {\n /** Properties for a GitHub catalog type. */\n gitHub?: GitCatalog;\n /** Properties for an Azure DevOps catalog type. */\n adoGit?: GitCatalog;\n /** Indicates the type of sync that is configured for the catalog. */\n syncType?: CatalogSyncType;\n /** Indicates whether the catalog is configured to automatically build image definitions. Defaults to disabled for newly created catalogs. */\n autoImageBuildEnableStatus?: CatalogAutoImageBuildEnableStatus;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function catalogUpdatePropertiesSerializer(item: CatalogUpdateProperties): any {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogSerializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogSerializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function catalogUpdatePropertiesDeserializer(item: any): CatalogUpdateProperties {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogDeserializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogDeserializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties for a Git repository catalog. */\nexport interface GitCatalog {\n /** Git URI. */\n uri?: string;\n /** Git branch. */\n branch?: string;\n /** A reference to the Key Vault secret containing a security token to authenticate to a Git repository. */\n secretIdentifier?: string;\n /** The folder where the catalog items can be found inside the repository. */\n path?: string;\n}\n\nexport function gitCatalogSerializer(item: GitCatalog): any {\n return {\n uri: item[\"uri\"],\n branch: item[\"branch\"],\n secretIdentifier: item[\"secretIdentifier\"],\n path: item[\"path\"],\n };\n}\n\nexport function gitCatalogDeserializer(item: any): GitCatalog {\n return {\n uri: item[\"uri\"],\n branch: item[\"branch\"],\n secretIdentifier: item[\"secretIdentifier\"],\n path: item[\"path\"],\n };\n}\n\n/** Indicates the type of sync that is configured for the catalog. */\nexport enum KnownCatalogSyncType {\n /** Manual sync type. */\n Manual = \"Manual\",\n /** Scheduled sync type. */\n Scheduled = \"Scheduled\",\n}\n\n/**\n * Indicates the type of sync that is configured for the catalog. \\\n * {@link KnownCatalogSyncType} can be used interchangeably with CatalogSyncType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual**: Manual sync type. \\\n * **Scheduled**: Scheduled sync type.\n */\nexport type CatalogSyncType = string;\n\n/** Indicates whether auto image build is enabled/disabled for image definitions in the catalog. */\nexport enum KnownCatalogAutoImageBuildEnableStatus {\n /** Auto image build is disabled. */\n Disabled = \"Disabled\",\n /** Auto image build is enabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * Indicates whether auto image build is enabled/disabled for image definitions in the catalog. \\\n * {@link KnownCatalogAutoImageBuildEnableStatus} can be used interchangeably with CatalogAutoImageBuildEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Auto image build is disabled. \\\n * **Enabled**: Auto image build is enabled.\n */\nexport type CatalogAutoImageBuildEnableStatus = string;\n\n/** The catalog's properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface CatalogUpdate {\n /** Properties for a GitHub catalog type. */\n gitHub?: GitCatalog;\n /** Properties for an Azure DevOps catalog type. */\n adoGit?: GitCatalog;\n /** Indicates the type of sync that is configured for the catalog. */\n syncType?: CatalogSyncType;\n /** Indicates whether the catalog is configured to automatically build image definitions. Defaults to disabled for newly created catalogs. */\n autoImageBuildEnableStatus?: CatalogAutoImageBuildEnableStatus;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function catalogUpdateSerializer(item: CatalogUpdate): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"gitHub\",\n \"adoGit\",\n \"syncType\",\n \"autoImageBuildEnableStatus\",\n \"tags\",\n ])\n ? undefined\n : _catalogUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of Catalog items */\nexport interface _CatalogListResult {\n /** The Catalog items on this page */\n readonly value: Catalog[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _catalogListResultDeserializer(item: any): _CatalogListResult {\n return {\n value: catalogArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function catalogArraySerializer(result: Array<Catalog>): any[] {\n return result.map((item) => {\n return catalogSerializer(item);\n });\n}\n\nexport function catalogArrayDeserializer(result: Array<Catalog>): any[] {\n return result.map((item) => {\n return catalogDeserializer(item);\n });\n}\n\n/** Synchronization error details. */\nexport interface SyncErrorDetails {\n /** Error information for the overall synchronization operation. */\n readonly operationError?: CatalogErrorDetails;\n /** Catalog items that have conflicting names. */\n readonly conflicts?: CatalogConflictError[];\n /** Errors that occured during synchronization. */\n readonly errors?: CatalogSyncError[];\n}\n\nexport function syncErrorDetailsDeserializer(item: any): SyncErrorDetails {\n return {\n operationError: !item[\"operationError\"]\n ? item[\"operationError\"]\n : catalogErrorDetailsDeserializer(item[\"operationError\"]),\n conflicts: !item[\"conflicts\"]\n ? item[\"conflicts\"]\n : catalogConflictErrorArrayDeserializer(item[\"conflicts\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : catalogSyncErrorArrayDeserializer(item[\"errors\"]),\n };\n}\n\n/** Catalog error details */\nexport interface CatalogErrorDetails {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error. */\n message?: string;\n}\n\nexport function catalogErrorDetailsDeserializer(item: any): CatalogErrorDetails {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\nexport function catalogConflictErrorArrayDeserializer(result: Array<CatalogConflictError>): any[] {\n return result.map((item) => {\n return catalogConflictErrorDeserializer(item);\n });\n}\n\n/** An individual conflict error. */\nexport interface CatalogConflictError {\n /** The path of the file that has a conflicting name. */\n readonly path?: string;\n /** Name of the conflicting catalog item. */\n readonly name?: string;\n}\n\nexport function catalogConflictErrorDeserializer(item: any): CatalogConflictError {\n return {\n path: item[\"path\"],\n name: item[\"name\"],\n };\n}\n\nexport function catalogSyncErrorArrayDeserializer(result: Array<CatalogSyncError>): any[] {\n return result.map((item) => {\n return catalogSyncErrorDeserializer(item);\n });\n}\n\n/** An individual synchronization error. */\nexport interface CatalogSyncError {\n /** The path of the file the error is associated with. */\n readonly path?: string;\n /** Errors associated with the file. */\n readonly errorDetails?: CatalogErrorDetails[];\n}\n\nexport function catalogSyncErrorDeserializer(item: any): CatalogSyncError {\n return {\n path: item[\"path\"],\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : catalogErrorDetailsArrayDeserializer(item[\"errorDetails\"]),\n };\n}\n\nexport function catalogErrorDetailsArrayDeserializer(result: Array<CatalogErrorDetails>): any[] {\n return result.map((item) => {\n return catalogErrorDetailsDeserializer(item);\n });\n}\n\n/** Represents an environment definition catalog item. */\nexport interface EnvironmentDefinition extends ProxyResource {\n /** A short description of the environment definition. */\n readonly description?: string;\n /** Input parameters passed to an environment. */\n readonly parameters?: EnvironmentDefinitionParameter[];\n /** Path to the Environment Definition entrypoint file. */\n readonly templatePath?: string;\n /** Validation status for the environment definition. */\n readonly validationStatus?: CatalogResourceValidationStatus;\n}\n\nexport function environmentDefinitionDeserializer(item: any): EnvironmentDefinition {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _environmentDefinitionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of an environment definition. */\nexport interface EnvironmentDefinitionProperties {\n /** A short description of the environment definition. */\n readonly description?: string;\n /** Input parameters passed to an environment. */\n readonly parameters?: EnvironmentDefinitionParameter[];\n /** Path to the Environment Definition entrypoint file. */\n readonly templatePath?: string;\n /** Validation status for the environment definition. */\n readonly validationStatus?: CatalogResourceValidationStatus;\n}\n\nexport function environmentDefinitionPropertiesDeserializer(\n item: any,\n): EnvironmentDefinitionProperties {\n return {\n description: item[\"description\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : environmentDefinitionParameterArrayDeserializer(item[\"parameters\"]),\n templatePath: item[\"templatePath\"],\n validationStatus: item[\"validationStatus\"],\n };\n}\n\nexport function environmentDefinitionParameterArrayDeserializer(\n result: Array<EnvironmentDefinitionParameter>,\n): any[] {\n return result.map((item) => {\n return environmentDefinitionParameterDeserializer(item);\n });\n}\n\n/** Properties of an Environment Definition parameter. */\nexport interface EnvironmentDefinitionParameter {\n /** Unique ID of the parameter. */\n readonly id?: string;\n /** Display name of the parameter. */\n readonly name?: string;\n /** Description of the parameter. */\n readonly description?: string;\n /** A string of one of the basic JSON types (number, integer, array, object, boolean, string). */\n readonly type?: ParameterType;\n /** Whether or not this parameter is read-only. If true, default should have a value. */\n readonly readOnly?: boolean;\n /** Whether or not this parameter is required. */\n readonly required?: boolean;\n}\n\nexport function environmentDefinitionParameterDeserializer(\n item: any,\n): EnvironmentDefinitionParameter {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n description: item[\"description\"],\n type: item[\"type\"],\n readOnly: item[\"readOnly\"],\n required: item[\"required\"],\n };\n}\n\n/** The type of data a parameter accepts. */\nexport enum KnownParameterType {\n /** The parameter accepts an array of values. */\n Array = \"array\",\n /** The parameter accepts a boolean value. */\n Boolean = \"boolean\",\n /** The parameter accepts an integer value. */\n Integer = \"integer\",\n /** The parameter accepts a number value. */\n Number = \"number\",\n /** The parameter accepts an object value. */\n Object = \"object\",\n /** The parameter accepts a string value. */\n String = \"string\",\n}\n\n/**\n * The type of data a parameter accepts. \\\n * {@link KnownParameterType} can be used interchangeably with ParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **array**: The parameter accepts an array of values. \\\n * **boolean**: The parameter accepts a boolean value. \\\n * **integer**: The parameter accepts an integer value. \\\n * **number**: The parameter accepts a number value. \\\n * **object**: The parameter accepts an object value. \\\n * **string**: The parameter accepts a string value.\n */\nexport type ParameterType = string;\n\n/** Catalog resource validation status. */\nexport enum KnownCatalogResourceValidationStatus {\n /** Unknown validation status. */\n Unknown = \"Unknown\",\n /** Pending validation status. */\n Pending = \"Pending\",\n /** Succeeded validation status. */\n Succeeded = \"Succeeded\",\n /** Failed validation status. */\n Failed = \"Failed\",\n}\n\n/**\n * Catalog resource validation status. \\\n * {@link KnownCatalogResourceValidationStatus} can be used interchangeably with CatalogResourceValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown validation status. \\\n * **Pending**: Pending validation status. \\\n * **Succeeded**: Succeeded validation status. \\\n * **Failed**: Failed validation status.\n */\nexport type CatalogResourceValidationStatus = string;\n\n/** Paged collection of EnvironmentDefinition items */\nexport interface _EnvironmentDefinitionListResult {\n /** The EnvironmentDefinition items on this page */\n readonly value: EnvironmentDefinition[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _environmentDefinitionListResultDeserializer(\n item: any,\n): _EnvironmentDefinitionListResult {\n return {\n value: environmentDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function environmentDefinitionArrayDeserializer(\n result: Array<EnvironmentDefinition>,\n): any[] {\n return result.map((item) => {\n return environmentDefinitionDeserializer(item);\n });\n}\n\n/** List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource. */\nexport interface CatalogResourceValidationErrorDetails {\n /** Errors associated with resources synchronized from the catalog. */\n readonly errors?: CatalogErrorDetails[];\n}\n\nexport function catalogResourceValidationErrorDetailsDeserializer(\n item: any,\n): CatalogResourceValidationErrorDetails {\n return {\n errors: !item[\"errors\"] ? item[\"errors\"] : catalogErrorDetailsArrayDeserializer(item[\"errors\"]),\n };\n}\n\n/** Represents a gallery. */\nexport interface Gallery extends ProxyResource {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The resource ID of the backing Azure Compute Gallery. */\n galleryResourceId?: string;\n}\n\nexport function gallerySerializer(item: Gallery): any {\n return {\n properties: areAllPropsUndefined(item, [\"galleryResourceId\"])\n ? undefined\n : _galleryPropertiesSerializer(item),\n };\n}\n\nexport function galleryDeserializer(item: any): Gallery {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _galleryPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a gallery. */\nexport interface GalleryProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The resource ID of the backing Azure Compute Gallery. */\n galleryResourceId: string;\n}\n\nexport function galleryPropertiesSerializer(item: GalleryProperties): any {\n return { galleryResourceId: item[\"galleryResourceId\"] };\n}\n\nexport function galleryPropertiesDeserializer(item: any): GalleryProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n galleryResourceId: item[\"galleryResourceId\"],\n };\n}\n\n/** Paged collection of Gallery items */\nexport interface _GalleryListResult {\n /** The Gallery items on this page */\n readonly value: Gallery[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _galleryListResultDeserializer(item: any): _GalleryListResult {\n return {\n value: galleryArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function galleryArraySerializer(result: Array<Gallery>): any[] {\n return result.map((item) => {\n return gallerySerializer(item);\n });\n}\n\nexport function galleryArrayDeserializer(result: Array<Gallery>): any[] {\n return result.map((item) => {\n return galleryDeserializer(item);\n });\n}\n\n/** Represents an image version. */\nexport interface ImageVersion extends ProxyResource {\n /** The semantic version string. */\n readonly namePropertiesName?: string;\n /** The datetime that the backing image version was published. */\n readonly publishedDate?: Date;\n /** If the version should be excluded from being treated as the latest version. */\n readonly excludeFromLatest?: boolean;\n /** The size of the OS disk image, in GB. */\n readonly osDiskImageSizeInGb?: number;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function imageVersionDeserializer(item: any): ImageVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _imageVersionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of an image version. */\nexport interface ImageVersionProperties {\n /** The semantic version string. */\n readonly name?: string;\n /** The datetime that the backing image version was published. */\n readonly publishedDate?: Date;\n /** If the version should be excluded from being treated as the latest version. */\n readonly excludeFromLatest?: boolean;\n /** The size of the OS disk image, in GB. */\n readonly osDiskImageSizeInGb?: number;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function imageVersionPropertiesDeserializer(item: any): ImageVersionProperties {\n return {\n name: item[\"name\"],\n publishedDate: !item[\"publishedDate\"] ? item[\"publishedDate\"] : new Date(item[\"publishedDate\"]),\n excludeFromLatest: item[\"excludeFromLatest\"],\n osDiskImageSizeInGb: item[\"osDiskImageSizeInGb\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Paged collection of ImageVersion items */\nexport interface _ImageVersionListResult {\n /** The ImageVersion items on this page */\n readonly value: ImageVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _imageVersionListResultDeserializer(item: any): _ImageVersionListResult {\n return {\n value: imageVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function imageVersionArrayDeserializer(result: Array<ImageVersion>): any[] {\n return result.map((item) => {\n return imageVersionDeserializer(item);\n });\n}\n\n/** Represents an environment type. */\nexport interface EnvironmentType extends ProxyResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The display name of the environment type. */\n displayName?: string;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function environmentTypeSerializer(item: EnvironmentType): any {\n return {\n properties: areAllPropsUndefined(item, [\"displayName\"])\n ? undefined\n : _environmentTypePropertiesSerializer(item),\n tags: item[\"tags\"],\n };\n}\n\nexport function environmentTypeDeserializer(item: any): EnvironmentType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _environmentTypePropertiesDeserializer(item[\"properties\"])),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of an environment type. */\nexport interface EnvironmentTypeProperties extends EnvironmentTypeUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function environmentTypePropertiesSerializer(item: EnvironmentTypeProperties): any {\n return { displayName: item[\"displayName\"] };\n}\n\nexport function environmentTypePropertiesDeserializer(item: any): EnvironmentTypeProperties {\n return {\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Properties of an environment type. These properties can be updated after the resource has been created. */\nexport interface EnvironmentTypeUpdateProperties {\n /** The display name of the environment type. */\n displayName?: string;\n}\n\nexport function environmentTypeUpdatePropertiesSerializer(\n item: EnvironmentTypeUpdateProperties,\n): any {\n return { displayName: item[\"displayName\"] };\n}\n\nexport function environmentTypeUpdatePropertiesDeserializer(\n item: any,\n): EnvironmentTypeUpdateProperties {\n return {\n displayName: item[\"displayName\"],\n };\n}\n\n/** The environment type for partial update. Properties not provided in the update request will not be changed. */\nexport interface EnvironmentTypeUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The display name of the environment type. */\n displayName?: string;\n}\n\nexport function environmentTypeUpdateSerializer(item: EnvironmentTypeUpdate): any {\n return {\n properties: areAllPropsUndefined(item, [\"displayName\"])\n ? undefined\n : _environmentTypeUpdatePropertiesSerializer(item),\n tags: item[\"tags\"],\n };\n}\n\n/** Paged collection of EnvironmentType items */\nexport interface _EnvironmentTypeListResult {\n /** The EnvironmentType items on this page */\n readonly value: EnvironmentType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _environmentTypeListResultDeserializer(item: any): _EnvironmentTypeListResult {\n return {\n value: environmentTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function environmentTypeArraySerializer(result: Array<EnvironmentType>): any[] {\n return result.map((item) => {\n return environmentTypeSerializer(item);\n });\n}\n\nexport function environmentTypeArrayDeserializer(result: Array<EnvironmentType>): any[] {\n return result.map((item) => {\n return environmentTypeDeserializer(item);\n });\n}\n\n/** Represents an environment type. */\nexport interface ProjectEnvironmentType extends TrackedResource {\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */\n deploymentTargetId?: string;\n /** The display name of the project environment type. */\n displayName?: string;\n /** Defines whether this Environment Type can be used in this Project. */\n status?: EnvironmentTypeEnableStatus;\n /** The role definition assigned to the environment creator on backing resources. */\n creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;\n /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */\n userRoleAssignments?: Record<string, UserRoleAssignmentValue>;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The number of environments of this type. */\n readonly environmentCount?: number;\n}\n\nexport function projectEnvironmentTypeSerializer(item: ProjectEnvironmentType): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"deploymentTargetId\",\n \"displayName\",\n \"status\",\n \"creatorRoleAssignment\",\n \"userRoleAssignments\",\n ])\n ? undefined\n : _projectEnvironmentTypePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function projectEnvironmentTypeDeserializer(item: any): ProjectEnvironmentType {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _projectEnvironmentTypePropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of a project environment type. */\nexport interface ProjectEnvironmentTypeProperties extends ProjectEnvironmentTypeUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The number of environments of this type. */\n readonly environmentCount?: number;\n}\n\nexport function projectEnvironmentTypePropertiesSerializer(\n item: ProjectEnvironmentTypeProperties,\n): any {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentSerializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordSerializer(item[\"userRoleAssignments\"]),\n };\n}\n\nexport function projectEnvironmentTypePropertiesDeserializer(\n item: any,\n): ProjectEnvironmentTypeProperties {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentDeserializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordDeserializer(item[\"userRoleAssignments\"]),\n provisioningState: item[\"provisioningState\"],\n environmentCount: item[\"environmentCount\"],\n };\n}\n\n/** Properties of a project environment type. These properties can be updated after the resource has been created. */\nexport interface ProjectEnvironmentTypeUpdateProperties {\n /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */\n deploymentTargetId?: string;\n /** The display name of the project environment type. */\n displayName?: string;\n /** Defines whether this Environment Type can be used in this Project. */\n status?: EnvironmentTypeEnableStatus;\n /** The role definition assigned to the environment creator on backing resources. */\n creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;\n /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */\n userRoleAssignments?: Record<string, UserRoleAssignmentValue>;\n}\n\nexport function projectEnvironmentTypeUpdatePropertiesSerializer(\n item: ProjectEnvironmentTypeUpdateProperties,\n): any {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentSerializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordSerializer(item[\"userRoleAssignments\"]),\n };\n}\n\nexport function projectEnvironmentTypeUpdatePropertiesDeserializer(\n item: any,\n): ProjectEnvironmentTypeUpdateProperties {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentDeserializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordDeserializer(item[\"userRoleAssignments\"]),\n };\n}\n\n/** Indicates whether the environment type is either enabled or disabled. */\nexport enum KnownEnvironmentTypeEnableStatus {\n /** Environment type is enabled. */\n Enabled = \"Enabled\",\n /** Environment type is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Indicates whether the environment type is either enabled or disabled. \\\n * {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Environment type is enabled. \\\n * **Disabled**: Environment type is disabled.\n */\nexport type EnvironmentTypeEnableStatus = string;\n\n/** The role definition assigned to the environment creator on backing resources. */\nexport interface ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment {\n /** A map of roles to assign to the environment creator. */\n roles?: Record<string, EnvironmentRole>;\n}\n\nexport function projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentSerializer(\n item: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment,\n): any {\n return { roles: !item[\"roles\"] ? item[\"roles\"] : environmentRoleRecordSerializer(item[\"roles\"]) };\n}\n\nexport function projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentDeserializer(\n item: any,\n): ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment {\n return {\n roles: !item[\"roles\"] ? item[\"roles\"] : environmentRoleRecordDeserializer(item[\"roles\"]),\n };\n}\n\nexport function environmentRoleRecordSerializer(\n item: Record<string, EnvironmentRole>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : environmentRoleSerializer(item[key]);\n });\n return result;\n}\n\nexport function environmentRoleRecordDeserializer(\n item: Record<string, any>,\n): Record<string, EnvironmentRole> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : environmentRoleDeserializer(item[key]);\n });\n return result;\n}\n\n/** A role that can be assigned to a user. */\nexport interface EnvironmentRole {\n /** The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'. */\n readonly roleName?: string;\n /** This is a description of the Role Assignment. */\n readonly description?: string;\n}\n\nexport function environmentRoleSerializer(_item: EnvironmentRole): any {\n return {};\n}\n\nexport function environmentRoleDeserializer(item: any): EnvironmentRole {\n return {\n roleName: item[\"roleName\"],\n description: item[\"description\"],\n };\n}\n\nexport function userRoleAssignmentValueRecordSerializer(\n item: Record<string, UserRoleAssignmentValue>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userRoleAssignmentValueSerializer(item[key]);\n });\n return result;\n}\n\nexport function userRoleAssignmentValueRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserRoleAssignmentValue> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userRoleAssignmentValueDeserializer(item[key]);\n });\n return result;\n}\n\n/** Mapping of user object ID to role assignments. */\nexport interface UserRoleAssignmentValue {\n /** A map of roles to assign to the parent user. */\n roles?: Record<string, EnvironmentRole>;\n}\n\nexport function userRoleAssignmentValueSerializer(item: UserRoleAssignmentValue): any {\n return { roles: !item[\"roles\"] ? item[\"roles\"] : environmentRoleRecordSerializer(item[\"roles\"]) };\n}\n\nexport function userRoleAssignmentValueDeserializer(item: any): UserRoleAssignmentValue {\n return {\n roles: !item[\"roles\"] ? item[\"roles\"] : environmentRoleRecordDeserializer(item[\"roles\"]),\n };\n}\n\n/** The project environment type for partial update. Properties not provided in the update request will not be changed. */\nexport interface ProjectEnvironmentTypeUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */\n deploymentTargetId?: string;\n /** The display name of the project environment type. */\n displayName?: string;\n /** Defines whether this Environment Type can be used in this Project. */\n status?: EnvironmentTypeEnableStatus;\n /** The role definition assigned to the environment creator on backing resources. */\n creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;\n /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */\n userRoleAssignments?: Record<string, UserRoleAssignmentValue>;\n}\n\nexport function projectEnvironmentTypeUpdateSerializer(item: ProjectEnvironmentTypeUpdate): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"deploymentTargetId\",\n \"displayName\",\n \"status\",\n \"creatorRoleAssignment\",\n \"userRoleAssignments\",\n ])\n ? undefined\n : _projectEnvironmentTypeUpdatePropertiesSerializer(item),\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Paged collection of ProjectEnvironmentType items */\nexport interface _ProjectEnvironmentTypeListResult {\n /** The ProjectEnvironmentType items on this page */\n readonly value: ProjectEnvironmentType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _projectEnvironmentTypeListResultDeserializer(\n item: any,\n): _ProjectEnvironmentTypeListResult {\n return {\n value: projectEnvironmentTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectEnvironmentTypeArraySerializer(\n result: Array<ProjectEnvironmentType>,\n): any[] {\n return result.map((item) => {\n return projectEnvironmentTypeSerializer(item);\n });\n}\n\nexport function projectEnvironmentTypeArrayDeserializer(\n result: Array<ProjectEnvironmentType>,\n): any[] {\n return result.map((item) => {\n return projectEnvironmentTypeDeserializer(item);\n });\n}\n\n/** Represents a definition for a Developer Machine. */\nexport interface DevBoxDefinition extends TrackedResource {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created using this definition. */\n sku?: Sku;\n /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */\n osStorageType?: string;\n /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n hibernateSupport?: HibernateSupport;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Validation status of the configured image. */\n readonly imageValidationStatus?: ImageValidationStatus;\n /** Details for image validator error. Populated when the image validation is not successful. */\n readonly imageValidationErrorDetails?: ImageValidationErrorDetails;\n /** Validation status for the Dev Box Definition. */\n readonly validationStatus?: CatalogResourceValidationStatus;\n /** Image reference information for the currently active image (only populated during updates). */\n readonly activeImageReference?: ImageReference;\n}\n\nexport function devBoxDefinitionSerializer(item: DevBoxDefinition): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"imageReference\",\n \"sku\",\n \"osStorageType\",\n \"hibernateSupport\",\n ])\n ? undefined\n : _devBoxDefinitionPropertiesSerializer(item),\n };\n}\n\nexport function devBoxDefinitionDeserializer(item: any): DevBoxDefinition {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _devBoxDefinitionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a Dev Box definition. */\nexport interface DevBoxDefinitionProperties extends DevBoxDefinitionUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Validation status of the configured image. */\n readonly imageValidationStatus?: ImageValidationStatus;\n /** Details for image validator error. Populated when the image validation is not successful. */\n readonly imageValidationErrorDetails?: ImageValidationErrorDetails;\n /** Validation status for the Dev Box Definition. */\n readonly validationStatus?: CatalogResourceValidationStatus;\n /** Image reference information for the currently active image (only populated during updates). */\n readonly activeImageReference?: ImageReference;\n}\n\nexport function devBoxDefinitionPropertiesSerializer(item: DevBoxDefinitionProperties): any {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceSerializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n };\n}\n\nexport function devBoxDefinitionPropertiesDeserializer(item: any): DevBoxDefinitionProperties {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n provisioningState: item[\"provisioningState\"],\n imageValidationStatus: item[\"imageValidationStatus\"],\n imageValidationErrorDetails: !item[\"imageValidationErrorDetails\"]\n ? item[\"imageValidationErrorDetails\"]\n : imageValidationErrorDetailsDeserializer(item[\"imageValidationErrorDetails\"]),\n validationStatus: item[\"validationStatus\"],\n activeImageReference: !item[\"activeImageReference\"]\n ? item[\"activeImageReference\"]\n : imageReferenceDeserializer(item[\"activeImageReference\"]),\n };\n}\n\n/** Image validation status. */\nexport enum KnownImageValidationStatus {\n /** Unknown image validation status. */\n Unknown = \"Unknown\",\n /** Pending image validation status. */\n Pending = \"Pending\",\n /** Succeeded image validation status. */\n Succeeded = \"Succeeded\",\n /** Failed image validation status. */\n Failed = \"Failed\",\n /** Timed out image validation status. */\n TimedOut = \"TimedOut\",\n}\n\n/**\n * Image validation status. \\\n * {@link KnownImageValidationStatus} can be used interchangeably with ImageValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown image validation status. \\\n * **Pending**: Pending image validation status. \\\n * **Succeeded**: Succeeded image validation status. \\\n * **Failed**: Failed image validation status. \\\n * **TimedOut**: Timed out image validation status.\n */\nexport type ImageValidationStatus = string;\n\n/** Image validation error details. */\nexport interface ImageValidationErrorDetails {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error. */\n message?: string;\n}\n\nexport function imageValidationErrorDetailsDeserializer(item: any): ImageValidationErrorDetails {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Image reference information. */\nexport interface ImageReference {\n /** Image ID, or Image version ID. When Image ID is provided, its latest version will be used. */\n id?: string;\n /** The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use. */\n readonly exactVersion?: string;\n}\n\nexport function imageReferenceSerializer(item: ImageReference): any {\n return { id: item[\"id\"] };\n}\n\nexport function imageReferenceDeserializer(item: any): ImageReference {\n return {\n id: item[\"id\"],\n exactVersion: item[\"exactVersion\"],\n };\n}\n\n/** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */\nexport interface DevBoxDefinitionUpdateProperties {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created using this definition. */\n sku?: Sku;\n /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */\n osStorageType?: string;\n /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n hibernateSupport?: HibernateSupport;\n}\n\nexport function devBoxDefinitionUpdatePropertiesSerializer(\n item: DevBoxDefinitionUpdateProperties,\n): any {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceSerializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n };\n}\n\nexport function devBoxDefinitionUpdatePropertiesDeserializer(\n item: any,\n): DevBoxDefinitionUpdateProperties {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n };\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\nexport function skuSerializer(item: Sku): any {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n\n/** Partial update of a Dev Box definition resource. */\nexport interface DevBoxDefinitionUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created using this definition. */\n sku?: Sku;\n /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */\n osStorageType?: string;\n /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n hibernateSupport?: HibernateSupport;\n}\n\nexport function devBoxDefinitionUpdateSerializer(item: DevBoxDefinitionUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"imageReference\",\n \"sku\",\n \"osStorageType\",\n \"hibernateSupport\",\n ])\n ? undefined\n : _devBoxDefinitionUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of DevBoxDefinition items */\nexport interface _DevBoxDefinitionListResult {\n /** The DevBoxDefinition items on this page */\n readonly value: DevBoxDefinition[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _devBoxDefinitionListResultDeserializer(item: any): _DevBoxDefinitionListResult {\n return {\n value: devBoxDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function devBoxDefinitionArraySerializer(result: Array<DevBoxDefinition>): any[] {\n return result.map((item) => {\n return devBoxDefinitionSerializer(item);\n });\n}\n\nexport function devBoxDefinitionArrayDeserializer(result: Array<DevBoxDefinition>): any[] {\n return result.map((item) => {\n return devBoxDefinitionDeserializer(item);\n });\n}\n\n/** Represents a Task to be used in customizing a Dev Box. */\nexport interface CustomizationTask extends ProxyResource {\n /** Task properties */\n properties?: CustomizationTaskProperties;\n}\n\nexport function customizationTaskDeserializer(item: any): CustomizationTask {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : customizationTaskPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a Task. */\nexport interface CustomizationTaskProperties {\n /** Inputs to the task. */\n readonly inputs?: Record<string, CustomizationTaskInput>;\n /** The default timeout for the task. */\n readonly timeout?: number;\n /** Validation status for the Task. */\n readonly validationStatus?: CatalogResourceValidationStatus;\n}\n\nexport function customizationTaskPropertiesDeserializer(item: any): CustomizationTaskProperties {\n return {\n inputs: !item[\"inputs\"]\n ? item[\"inputs\"]\n : customizationTaskInputRecordDeserializer(item[\"inputs\"]),\n timeout: item[\"timeout\"],\n validationStatus: item[\"validationStatus\"],\n };\n}\n\nexport function customizationTaskInputRecordDeserializer(\n item: Record<string, any>,\n): Record<string, CustomizationTaskInput> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : customizationTaskInputDeserializer(item[key]);\n });\n return result;\n}\n\n/** Input for a Task. */\nexport interface CustomizationTaskInput {\n /** Description of the input. */\n readonly description?: string;\n /** Type of the input. */\n readonly type?: CustomizationTaskInputType;\n /** Whether or not the input is required. */\n readonly required?: boolean;\n}\n\nexport function customizationTaskInputDeserializer(item: any): CustomizationTaskInput {\n return {\n description: item[\"description\"],\n type: item[\"type\"],\n required: item[\"required\"],\n };\n}\n\n/** Type of the input. */\nexport enum KnownCustomizationTaskInputType {\n /** The parameter accepts a string value. */\n String = \"string\",\n /** The parameter accepts a number value. */\n Number = \"number\",\n /** The parameter accepts a boolean value. */\n Boolean = \"boolean\",\n}\n\n/**\n * Type of the input. \\\n * {@link KnownCustomizationTaskInputType} can be used interchangeably with CustomizationTaskInputType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **string**: The parameter accepts a string value. \\\n * **number**: The parameter accepts a number value. \\\n * **boolean**: The parameter accepts a boolean value.\n */\nexport type CustomizationTaskInputType = string;\n\n/** Paged collection of CustomizationTask items */\nexport interface _CustomizationTaskListResult {\n /** The CustomizationTask items on this page */\n readonly value: CustomizationTask[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _customizationTaskListResultDeserializer(item: any): _CustomizationTaskListResult {\n return {\n value: customizationTaskArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function customizationTaskArrayDeserializer(result: Array<CustomizationTask>): any[] {\n return result.map((item) => {\n return customizationTaskDeserializer(item);\n });\n}\n\n/** Represents a definition for an Image. */\nexport interface ImageDefinition extends ProxyResource {\n /** Image Definition properties */\n properties?: ImageDefinitionProperties;\n}\n\nexport function imageDefinitionDeserializer(item: any): ImageDefinition {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : imageDefinitionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of an Image Definition. */\nexport interface ImageDefinitionProperties {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The URL to the repository file containing the image definition. */\n readonly fileUrl?: string;\n /** Details about the latest build. */\n latestBuild?: LatestImageBuild;\n /** Validation status of the configured image. */\n readonly imageValidationStatus?: ImageValidationStatus;\n /** Details for image validator error. Populated when the image validation is not successful. */\n readonly imageValidationErrorDetails?: ImageValidationErrorDetails;\n /** Validation status for the Image Definition. */\n readonly validationStatus?: CatalogResourceValidationStatus;\n /** Image reference information for the currently active image (only populated during updates). */\n readonly activeImageReference?: ImageReference;\n /** Indicates if automatic image builds will be triggered for image definition updates */\n readonly autoImageBuild?: AutoImageBuildStatus;\n /** Tasks to run at Dev Box provisioning time. */\n tasks?: CustomizationTaskInstance[];\n /** Tasks to run when a user first logs into a Dev Box. */\n userTasks?: CustomizationTaskInstance[];\n /** Another Image Definition that this one extends. */\n extends?: ImageDefinitionReference;\n}\n\nexport function imageDefinitionPropertiesDeserializer(item: any): ImageDefinitionProperties {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n fileUrl: item[\"fileUrl\"],\n latestBuild: !item[\"latestBuild\"]\n ? item[\"latestBuild\"]\n : latestImageBuildDeserializer(item[\"latestBuild\"]),\n imageValidationStatus: item[\"imageValidationStatus\"],\n imageValidationErrorDetails: !item[\"imageValidationErrorDetails\"]\n ? item[\"imageValidationErrorDetails\"]\n : imageValidationErrorDetailsDeserializer(item[\"imageValidationErrorDetails\"]),\n validationStatus: item[\"validationStatus\"],\n activeImageReference: !item[\"activeImageReference\"]\n ? item[\"activeImageReference\"]\n : imageReferenceDeserializer(item[\"activeImageReference\"]),\n autoImageBuild: item[\"autoImageBuild\"],\n tasks: !item[\"tasks\"]\n ? item[\"tasks\"]\n : customizationTaskInstanceArrayDeserializer(item[\"tasks\"]),\n userTasks: !item[\"userTasks\"]\n ? item[\"userTasks\"]\n : customizationTaskInstanceArrayDeserializer(item[\"userTasks\"]),\n extends: !item[\"extends\"]\n ? item[\"extends\"]\n : imageDefinitionReferenceDeserializer(item[\"extends\"]),\n };\n}\n\n/** Details about the latest build. */\nexport interface LatestImageBuild {\n /** Identifier of a build. */\n readonly name?: string;\n /** Start time of the task group. */\n readonly startTime?: Date;\n /** End time of the task group. */\n readonly endTime?: Date;\n /** The state of an Image Definition Build. */\n readonly status?: ImageDefinitionBuildStatus;\n}\n\nexport function latestImageBuildDeserializer(item: any): LatestImageBuild {\n return {\n name: item[\"name\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n status: item[\"status\"],\n };\n}\n\n/** The state of an Image Definition Build. */\nexport enum KnownImageDefinitionBuildStatus {\n /** The image build has succeeded. */\n Succeeded = \"Succeeded\",\n /** The image build is running. */\n Running = \"Running\",\n /** The built image has failed validation. */\n ValidationFailed = \"ValidationFailed\",\n /** The image build has failed. */\n Failed = \"Failed\",\n /** The image build has been cancelled. */\n Cancelled = \"Cancelled\",\n /** The image build has timed out. */\n TimedOut = \"TimedOut\",\n}\n\n/**\n * The state of an Image Definition Build. \\\n * {@link KnownImageDefinitionBuildStatus} can be used interchangeably with ImageDefinitionBuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The image build has succeeded. \\\n * **Running**: The image build is running. \\\n * **ValidationFailed**: The built image has failed validation. \\\n * **Failed**: The image build has failed. \\\n * **Cancelled**: The image build has been cancelled. \\\n * **TimedOut**: The image build has timed out.\n */\nexport type ImageDefinitionBuildStatus = string;\n\n/** Indicates whether auto image build is enabled/disabled. */\nexport enum KnownAutoImageBuildStatus {\n /** Auto image build is disabled. */\n Disabled = \"Disabled\",\n /** Auto image build is enabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * Indicates whether auto image build is enabled/disabled. \\\n * {@link KnownAutoImageBuildStatus} can be used interchangeably with AutoImageBuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Auto image build is disabled. \\\n * **Enabled**: Auto image build is enabled.\n */\nexport type AutoImageBuildStatus = string;\n\nexport function customizationTaskInstanceArrayDeserializer(\n result: Array<CustomizationTaskInstance>,\n): any[] {\n return result.map((item) => {\n return customizationTaskInstanceDeserializer(item);\n });\n}\n\n/** A customization task to run. */\nexport interface CustomizationTaskInstance {\n /** Name of the task. */\n name: string;\n /** Parameters for the task. */\n parameters?: DefinitionParametersItem[];\n /** Display name to help differentiate multiple instances of the same task. */\n displayName?: string;\n /** Timeout, in seconds. Overrides any timeout provided on the task definition. */\n timeoutInSeconds?: number;\n /** An expression that must evaluate to true in order for the task to run. */\n condition?: string;\n}\n\nexport function customizationTaskInstanceDeserializer(item: any): CustomizationTaskInstance {\n return {\n name: item[\"name\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : definitionParametersItemArrayDeserializer(item[\"parameters\"]),\n displayName: item[\"displayName\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n condition: item[\"condition\"],\n };\n}\n\nexport function definitionParametersItemArrayDeserializer(\n result: Array<DefinitionParametersItem>,\n): any[] {\n return result.map((item) => {\n return definitionParametersItemDeserializer(item);\n });\n}\n\n/** Parameters for the task. */\nexport interface DefinitionParametersItem {\n /** Name of the parameter. */\n name: string;\n /** value of the parameter. */\n value: string;\n}\n\nexport function definitionParametersItemDeserializer(item: any): DefinitionParametersItem {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** A reference to an Image Definition. */\nexport interface ImageDefinitionReference {\n /** Name of the referenced Image Definition. */\n imageDefinition: string;\n /** Parameters for the referenced Image Definition. */\n parameters?: DefinitionParametersItem[];\n}\n\nexport function imageDefinitionReferenceDeserializer(item: any): ImageDefinitionReference {\n return {\n imageDefinition: item[\"imageDefinition\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : definitionParametersItemArrayDeserializer(item[\"parameters\"]),\n };\n}\n\n/** Paged collection of ImageDefinition items */\nexport interface _ImageDefinitionListResult {\n /** The ImageDefinition items on this page */\n readonly value: ImageDefinition[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _imageDefinitionListResultDeserializer(item: any): _ImageDefinitionListResult {\n return {\n value: imageDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function imageDefinitionArrayDeserializer(result: Array<ImageDefinition>): any[] {\n return result.map((item) => {\n return imageDefinitionDeserializer(item);\n });\n}\n\n/** Represents a specific build of an Image Definition. */\nexport interface ImageDefinitionBuild extends ProxyResource {\n /** Image Definition Build properties */\n properties?: ImageDefinitionBuildProperties;\n}\n\nexport function imageDefinitionBuildDeserializer(item: any): ImageDefinitionBuild {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : imageDefinitionBuildPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of an Image Definition Build. */\nexport interface ImageDefinitionBuildProperties {\n /** The specific image version used by the build. */\n readonly imageReference?: ImageReference;\n /** The status of the build. */\n readonly status?: ImageDefinitionBuildStatus;\n /** Start time of the task group. */\n readonly startTime?: Date;\n /** End time of the task group. */\n readonly endTime?: Date;\n /** Details for image creation error. Populated when the image creation is not successful. */\n readonly errorDetails?: ImageCreationErrorDetails;\n}\n\nexport function imageDefinitionBuildPropertiesDeserializer(\n item: any,\n): ImageDefinitionBuildProperties {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : imageCreationErrorDetailsDeserializer(item[\"errorDetails\"]),\n };\n}\n\n/** Image creation error details. */\nexport interface ImageCreationErrorDetails {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error. */\n message?: string;\n}\n\nexport function imageCreationErrorDetailsDeserializer(item: any): ImageCreationErrorDetails {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Represents a specific build of an Image Definition. */\nexport interface ImageDefinitionBuildDetails extends ProxyResource {\n /** The specific image version used by the build. */\n readonly imageReference?: ImageReference;\n /** The status of the build. */\n readonly status?: ImageDefinitionBuildStatus;\n /** Start time of the task group. */\n readonly startTime?: Date;\n /** End time of the task group. */\n readonly endTime?: Date;\n /** Details for image creation error. Populated when the image creation is not successful. */\n readonly errorDetails?: ImageCreationErrorDetails;\n /** The list of task groups executed during the image definition build. */\n readonly taskGroups?: ImageDefinitionBuildTaskGroup[];\n}\n\nexport function imageDefinitionBuildDetailsDeserializer(item: any): ImageDefinitionBuildDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : imageCreationErrorDetailsDeserializer(item[\"errorDetails\"]),\n taskGroups: !item[\"taskGroups\"]\n ? item[\"taskGroups\"]\n : imageDefinitionBuildTaskGroupArrayDeserializer(item[\"taskGroups\"]),\n };\n}\n\nexport function imageDefinitionBuildTaskGroupArrayDeserializer(\n result: Array<ImageDefinitionBuildTaskGroup>,\n): any[] {\n return result.map((item) => {\n return imageDefinitionBuildTaskGroupDeserializer(item);\n });\n}\n\n/** A task group executed during the image definition build. */\nexport interface ImageDefinitionBuildTaskGroup {\n /** The name of the task group. */\n readonly name?: string;\n /** The status of the task group. */\n readonly status?: ImageDefinitionBuildStatus;\n /** Start time of the task group. */\n readonly startTime?: Date;\n /** End time of the task group. */\n readonly endTime?: Date;\n /** The list of tasks executed during the task group. */\n readonly tasks?: ImageDefinitionBuildTask[];\n}\n\nexport function imageDefinitionBuildTaskGroupDeserializer(\n item: any,\n): ImageDefinitionBuildTaskGroup {\n return {\n name: item[\"name\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n tasks: !item[\"tasks\"]\n ? item[\"tasks\"]\n : imageDefinitionBuildTaskArrayDeserializer(item[\"tasks\"]),\n };\n}\n\nexport function imageDefinitionBuildTaskArrayDeserializer(\n result: Array<ImageDefinitionBuildTask>,\n): any[] {\n return result.map((item) => {\n return imageDefinitionBuildTaskDeserializer(item);\n });\n}\n\n/** A task executed during the image definition build. */\nexport interface ImageDefinitionBuildTask {\n /** The name of the task. */\n name?: string;\n /** Parameters for the task. */\n parameters?: ImageDefinitionBuildTaskParametersItem[];\n /** Display name to help differentiate multiple instances of the same task. */\n displayName?: string;\n /** ID of the task instance. */\n readonly id?: string;\n /** Start time of the task. */\n readonly startTime?: Date;\n /** End time of the task. */\n readonly endTime?: Date;\n /** The status of the task. */\n readonly status?: ImageDefinitionBuildStatus;\n /** The URI for retrieving logs for the task execution. */\n readonly logUri?: string;\n}\n\nexport function imageDefinitionBuildTaskDeserializer(item: any): ImageDefinitionBuildTask {\n return {\n name: item[\"name\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : imageDefinitionBuildTaskParametersItemArrayDeserializer(item[\"parameters\"]),\n displayName: item[\"displayName\"],\n id: item[\"id\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n status: item[\"status\"],\n logUri: item[\"logUri\"],\n };\n}\n\nexport function imageDefinitionBuildTaskParametersItemArrayDeserializer(\n result: Array<ImageDefinitionBuildTaskParametersItem>,\n): any[] {\n return result.map((item) => {\n return imageDefinitionBuildTaskParametersItemDeserializer(item);\n });\n}\n\n/** Parameters for an image definition build task. */\nexport interface ImageDefinitionBuildTaskParametersItem {\n /** Key of the parameter. */\n key: string;\n /** Value of the parameter. */\n value: string;\n}\n\nexport function imageDefinitionBuildTaskParametersItemDeserializer(\n item: any,\n): ImageDefinitionBuildTaskParametersItem {\n return {\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** A pool of Virtual Machines. */\nexport interface Pool extends TrackedResource {\n /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */\n devBoxDefinitionType?: PoolDevBoxDefinitionType;\n /** Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value. */\n devBoxDefinitionName?: string;\n /** A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided. */\n devBoxDefinition?: PoolDevBoxDefinition;\n /** Name of a Network Connection in parent Project of this Pool. */\n networkConnectionName?: string;\n /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */\n licenseType?: LicenseType;\n /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */\n localAdministrator?: LocalAdminStatus;\n /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\n stopOnDisconnect?: StopOnDisconnectConfiguration;\n /** Stop on no connect configuration settings for Dev Boxes created in this pool. */\n stopOnNoConnect?: StopOnNoConnectConfiguration;\n /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */\n singleSignOnStatus?: SingleSignOnStatus;\n /** The display name of the pool. */\n displayName?: string;\n /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */\n virtualNetworkType?: VirtualNetworkType;\n /** The regions of the managed virtual network (required when managedNetworkType is Managed). */\n managedVirtualNetworkRegions?: string[];\n /** Active hours configuration settings for Dev Boxes created in this pool. */\n activeHoursConfiguration?: ActiveHoursConfiguration;\n /** Indicates whether Dev Box Tunnel is enabled for a the pool. */\n devBoxTunnelEnableStatus?: DevBoxTunnelEnableStatus;\n /** Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes. */\n readonly healthStatus?: HealthStatus;\n /** Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state */\n readonly healthStatusDetails?: HealthStatusDetail[];\n /** Indicates the number of provisioned Dev Boxes in this pool. */\n readonly devBoxCount?: number;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function poolSerializer(item: Pool): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"devBoxDefinitionType\",\n \"devBoxDefinitionName\",\n \"devBoxDefinition\",\n \"networkConnectionName\",\n \"licenseType\",\n \"localAdministrator\",\n \"stopOnDisconnect\",\n \"stopOnNoConnect\",\n \"singleSignOnStatus\",\n \"displayName\",\n \"virtualNetworkType\",\n \"managedVirtualNetworkRegions\",\n \"activeHoursConfiguration\",\n \"devBoxTunnelEnableStatus\",\n ])\n ? undefined\n : _poolPropertiesSerializer(item),\n };\n}\n\nexport function poolDeserializer(item: any): Pool {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"] ? item[\"properties\"] : _poolPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a Pool. */\nexport interface PoolProperties extends PoolUpdateProperties {\n /** Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes. */\n readonly healthStatus?: HealthStatus;\n /** Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state */\n readonly healthStatusDetails?: HealthStatusDetail[];\n /** Indicates the number of provisioned Dev Boxes in this pool. */\n readonly devBoxCount?: number;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function poolPropertiesSerializer(item: PoolProperties): any {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionSerializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationSerializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationSerializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationSerializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n };\n}\n\nexport function poolPropertiesDeserializer(item: any): PoolProperties {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionDeserializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationDeserializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationDeserializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationDeserializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n healthStatus: item[\"healthStatus\"],\n healthStatusDetails: !item[\"healthStatusDetails\"]\n ? item[\"healthStatusDetails\"]\n : healthStatusDetailArrayDeserializer(item[\"healthStatusDetails\"]),\n devBoxCount: item[\"devBoxCount\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Health status indicating whether a pool is available to create Dev Boxes. */\nexport enum KnownHealthStatus {\n /** Unknown health status. */\n Unknown = \"Unknown\",\n /** Pending health status. */\n Pending = \"Pending\",\n /** Healthy health status. */\n Healthy = \"Healthy\",\n /** Warning health status. */\n Warning = \"Warning\",\n /** Unhealthy health status. */\n Unhealthy = \"Unhealthy\",\n}\n\n/**\n * Health status indicating whether a pool is available to create Dev Boxes. \\\n * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown health status. \\\n * **Pending**: Pending health status. \\\n * **Healthy**: Healthy health status. \\\n * **Warning**: Warning health status. \\\n * **Unhealthy**: Unhealthy health status.\n */\nexport type HealthStatus = string;\n\nexport function healthStatusDetailArrayDeserializer(result: Array<HealthStatusDetail>): any[] {\n return result.map((item) => {\n return healthStatusDetailDeserializer(item);\n });\n}\n\n/** Pool health status detail. */\nexport interface HealthStatusDetail {\n /** An identifier for the issue. */\n readonly code?: string;\n /** A message describing the issue, intended to be suitable for display in a user interface */\n readonly message?: string;\n}\n\nexport function healthStatusDetailDeserializer(item: any): HealthStatusDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Properties of a Pool. These properties can be updated after the resource has been created. */\nexport interface PoolUpdateProperties {\n /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */\n devBoxDefinitionType?: PoolDevBoxDefinitionType;\n /** Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value. */\n devBoxDefinitionName?: string;\n /** A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided. */\n devBoxDefinition?: PoolDevBoxDefinition;\n /** Name of a Network Connection in parent Project of this Pool. */\n networkConnectionName?: string;\n /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */\n licenseType?: LicenseType;\n /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */\n localAdministrator?: LocalAdminStatus;\n /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\n stopOnDisconnect?: StopOnDisconnectConfiguration;\n /** Stop on no connect configuration settings for Dev Boxes created in this pool. */\n stopOnNoConnect?: StopOnNoConnectConfiguration;\n /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */\n singleSignOnStatus?: SingleSignOnStatus;\n /** The display name of the pool. */\n displayName?: string;\n /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */\n virtualNetworkType?: VirtualNetworkType;\n /** The regions of the managed virtual network (required when managedNetworkType is Managed). */\n managedVirtualNetworkRegions?: string[];\n /** Active hours configuration settings for Dev Boxes created in this pool. */\n activeHoursConfiguration?: ActiveHoursConfiguration;\n /** Indicates whether Dev Box Tunnel is enabled for a the pool. */\n devBoxTunnelEnableStatus?: DevBoxTunnelEnableStatus;\n}\n\nexport function poolUpdatePropertiesSerializer(item: PoolUpdateProperties): any {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionSerializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationSerializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationSerializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationSerializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n };\n}\n\nexport function poolUpdatePropertiesDeserializer(item: any): PoolUpdateProperties {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionDeserializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationDeserializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationDeserializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationDeserializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n };\n}\n\n/** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */\nexport enum KnownPoolDevBoxDefinitionType {\n /** Indicates the pool is created from an existing Dev Box definition. */\n Reference = \"Reference\",\n /** Indicates the pool is created from a Dev Box definition that's created from an image reference and a SKU directly. This is used for creating an image definition pool or an image pool. */\n Value = \"Value\",\n}\n\n/**\n * Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. \\\n * {@link KnownPoolDevBoxDefinitionType} can be used interchangeably with PoolDevBoxDefinitionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reference**: Indicates the pool is created from an existing Dev Box definition. \\\n * **Value**: Indicates the pool is created from a Dev Box definition that's created from an image reference and a SKU directly. This is used for creating an image definition pool or an image pool.\n */\nexport type PoolDevBoxDefinitionType = string;\n\n/** Represents a definition for a Developer Machine. */\nexport interface PoolDevBoxDefinition {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created from the Pool. */\n sku?: Sku;\n /** Image reference information for the currently active image (only populated during updates). */\n readonly activeImageReference?: ImageReference;\n}\n\nexport function poolDevBoxDefinitionSerializer(item: PoolDevBoxDefinition): any {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceSerializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function poolDevBoxDefinitionDeserializer(item: any): PoolDevBoxDefinition {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n activeImageReference: !item[\"activeImageReference\"]\n ? item[\"activeImageReference\"]\n : imageReferenceDeserializer(item[\"activeImageReference\"]),\n };\n}\n\n/** License Types */\nexport enum KnownLicenseType {\n /** Windows Client license type. */\n WindowsClient = \"Windows_Client\",\n}\n\n/**\n * License Types \\\n * {@link KnownLicenseType} can be used interchangeably with LicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows_Client**: Windows Client license type.\n */\nexport type LicenseType = string;\n\n/** Local Administrator enable or disable status. Indicates whether owners of Dev Boxes are added as local administrators on the Dev Box. */\nexport enum KnownLocalAdminStatus {\n /** Local administrator is disabled. */\n Disabled = \"Disabled\",\n /** Local administrator is enabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * Local Administrator enable or disable status. Indicates whether owners of Dev Boxes are added as local administrators on the Dev Box. \\\n * {@link KnownLocalAdminStatus} can be used interchangeably with LocalAdminStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Local administrator is disabled. \\\n * **Enabled**: Local administrator is enabled.\n */\nexport type LocalAdminStatus = string;\n\n/** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\nexport interface StopOnDisconnectConfiguration {\n /** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */\n status?: StopOnDisconnectEnableStatus;\n /** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */\n gracePeriodMinutes?: number;\n}\n\nexport function stopOnDisconnectConfigurationSerializer(item: StopOnDisconnectConfiguration): any {\n return { status: item[\"status\"], gracePeriodMinutes: item[\"gracePeriodMinutes\"] };\n}\n\nexport function stopOnDisconnectConfigurationDeserializer(\n item: any,\n): StopOnDisconnectConfiguration {\n return {\n status: item[\"status\"],\n gracePeriodMinutes: item[\"gracePeriodMinutes\"],\n };\n}\n\n/** Stop on disconnect enable or disable status. Indicates whether stop on disconnect to is either enabled or disabled. */\nexport enum KnownStopOnDisconnectEnableStatus {\n /** Stop on disconnect is enabled. */\n Enabled = \"Enabled\",\n /** Stop on disconnect is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Stop on disconnect enable or disable status. Indicates whether stop on disconnect to is either enabled or disabled. \\\n * {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Stop on disconnect is enabled. \\\n * **Disabled**: Stop on disconnect is disabled.\n */\nexport type StopOnDisconnectEnableStatus = string;\n\n/** Stop on no connect configuration settings for Dev Boxes created in this pool. */\nexport interface StopOnNoConnectConfiguration {\n /** Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. */\n status?: StopOnNoConnectEnableStatus;\n /** The specified time in minutes to wait before stopping a Dev Box if no connection is made. */\n gracePeriodMinutes?: number;\n}\n\nexport function stopOnNoConnectConfigurationSerializer(item: StopOnNoConnectConfiguration): any {\n return { status: item[\"status\"], gracePeriodMinutes: item[\"gracePeriodMinutes\"] };\n}\n\nexport function stopOnNoConnectConfigurationDeserializer(item: any): StopOnNoConnectConfiguration {\n return {\n status: item[\"status\"],\n gracePeriodMinutes: item[\"gracePeriodMinutes\"],\n };\n}\n\n/** Stop on no connect enable or disable status. */\nexport enum KnownStopOnNoConnectEnableStatus {\n /** Stop on no connect is enabled. */\n Enabled = \"Enabled\",\n /** Stop on no connect is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Stop on no connect enable or disable status. \\\n * {@link KnownStopOnNoConnectEnableStatus} can be used interchangeably with StopOnNoConnectEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Stop on no connect is enabled. \\\n * **Disabled**: Stop on no connect is disabled.\n */\nexport type StopOnNoConnectEnableStatus = string;\n\n/** SingleSignOn (SSO) enable or disable status. Indicates whether Dev Boxes in the Pool will have SSO enabled or disabled. */\nexport enum KnownSingleSignOnStatus {\n /** Single Sign On is disabled. */\n Disabled = \"Disabled\",\n /** Single Sign On is enabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * SingleSignOn (SSO) enable or disable status. Indicates whether Dev Boxes in the Pool will have SSO enabled or disabled. \\\n * {@link KnownSingleSignOnStatus} can be used interchangeably with SingleSignOnStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Single Sign On is disabled. \\\n * **Enabled**: Single Sign On is enabled.\n */\nexport type SingleSignOnStatus = string;\n\n/** Indicates a pool uses a Virtual Network managed by Microsoft (Managed), or a customer provided Network (Unmanaged). */\nexport enum KnownVirtualNetworkType {\n /** Virtual Network is managed by Microsoft. */\n Managed = \"Managed\",\n /** Virtual Network is managed by user. */\n Unmanaged = \"Unmanaged\",\n}\n\n/**\n * Indicates a pool uses a Virtual Network managed by Microsoft (Managed), or a customer provided Network (Unmanaged). \\\n * {@link KnownVirtualNetworkType} can be used interchangeably with VirtualNetworkType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed**: Virtual Network is managed by Microsoft. \\\n * **Unmanaged**: Virtual Network is managed by user.\n */\nexport type VirtualNetworkType = string;\n\n/** Active hours configuration. */\nexport interface ActiveHoursConfiguration {\n /** Enables or disables whether the Dev Box should be kept awake during active hours. */\n keepAwakeEnableStatus?: KeepAwakeEnableStatus;\n /** Enables or disables whether the Dev Box should be automatically started at commencement of active hours. */\n autoStartEnableStatus?: AutoStartEnableStatus;\n /** The default IANA timezone id of the active hours. */\n defaultTimeZone?: string;\n /** The default start time of the active hours. */\n defaultStartTimeHour?: number;\n /** The default end time of the active hours. */\n defaultEndTimeHour?: number;\n /** The days of the week that active hours features will be enabled. This serves as a default that can be updated by each individual user. */\n defaultDaysOfWeek?: DayOfWeek[];\n /** The maximum amount of days per week that a user can enable active hours related features. */\n daysOfWeekLimit?: number;\n}\n\nexport function activeHoursConfigurationSerializer(item: ActiveHoursConfiguration): any {\n return {\n keepAwakeEnableStatus: item[\"keepAwakeEnableStatus\"],\n autoStartEnableStatus: item[\"autoStartEnableStatus\"],\n defaultTimeZone: item[\"defaultTimeZone\"],\n defaultStartTimeHour: item[\"defaultStartTimeHour\"],\n defaultEndTimeHour: item[\"defaultEndTimeHour\"],\n defaultDaysOfWeek: !item[\"defaultDaysOfWeek\"]\n ? item[\"defaultDaysOfWeek\"]\n : item[\"defaultDaysOfWeek\"].map((p: any) => {\n return p;\n }),\n daysOfWeekLimit: item[\"daysOfWeekLimit\"],\n };\n}\n\nexport function activeHoursConfigurationDeserializer(item: any): ActiveHoursConfiguration {\n return {\n keepAwakeEnableStatus: item[\"keepAwakeEnableStatus\"],\n autoStartEnableStatus: item[\"autoStartEnableStatus\"],\n defaultTimeZone: item[\"defaultTimeZone\"],\n defaultStartTimeHour: item[\"defaultStartTimeHour\"],\n defaultEndTimeHour: item[\"defaultEndTimeHour\"],\n defaultDaysOfWeek: !item[\"defaultDaysOfWeek\"]\n ? item[\"defaultDaysOfWeek\"]\n : item[\"defaultDaysOfWeek\"].map((p: any) => {\n return p;\n }),\n daysOfWeekLimit: item[\"daysOfWeekLimit\"],\n };\n}\n\n/** Enables or disables whether Dev Boxes should be kept awake during active hours. */\nexport enum KnownKeepAwakeEnableStatus {\n /** Keep awake is enabled. */\n Enabled = \"Enabled\",\n /** Keep awake is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Enables or disables whether Dev Boxes should be kept awake during active hours. \\\n * {@link KnownKeepAwakeEnableStatus} can be used interchangeably with KeepAwakeEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Keep awake is enabled. \\\n * **Disabled**: Keep awake is disabled.\n */\nexport type KeepAwakeEnableStatus = string;\n\n/** Enables or disables whether Dev Boxes should be automatically started at commencement of active hours. */\nexport enum KnownAutoStartEnableStatus {\n /** Auto start is enabled. */\n Enabled = \"Enabled\",\n /** Auto start is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Enables or disables whether Dev Boxes should be automatically started at commencement of active hours. \\\n * {@link KnownAutoStartEnableStatus} can be used interchangeably with AutoStartEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Auto start is enabled. \\\n * **Disabled**: Auto start is disabled.\n */\nexport type AutoStartEnableStatus = string;\n/** The days of the week. */\nexport type DayOfWeek =\n \"Monday\" | \"Tuesday\" | \"Wednesday\" | \"Thursday\" | \"Friday\" | \"Saturday\" | \"Sunday\";\n\n/** Indicates whether Dev Box Tunnel is enabled. */\nexport enum KnownDevBoxTunnelEnableStatus {\n /** Dev Box Tunnel is enabled. */\n Disabled = \"Disabled\",\n /** Dev Box Tunnel is disabled. */\n Enabled = \"Enabled\",\n}\n\n/**\n * Indicates whether Dev Box Tunnel is enabled. \\\n * {@link KnownDevBoxTunnelEnableStatus} can be used interchangeably with DevBoxTunnelEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Dev Box Tunnel is enabled. \\\n * **Enabled**: Dev Box Tunnel is disabled.\n */\nexport type DevBoxTunnelEnableStatus = string;\n\n/** The pool properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface PoolUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */\n devBoxDefinitionType?: PoolDevBoxDefinitionType;\n /** Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value. */\n devBoxDefinitionName?: string;\n /** A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided. */\n devBoxDefinition?: PoolDevBoxDefinition;\n /** Name of a Network Connection in parent Project of this Pool. */\n networkConnectionName?: string;\n /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */\n licenseType?: LicenseType;\n /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */\n localAdministrator?: LocalAdminStatus;\n /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\n stopOnDisconnect?: StopOnDisconnectConfiguration;\n /** Stop on no connect configuration settings for Dev Boxes created in this pool. */\n stopOnNoConnect?: StopOnNoConnectConfiguration;\n /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */\n singleSignOnStatus?: SingleSignOnStatus;\n /** The display name of the pool. */\n displayName?: string;\n /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */\n virtualNetworkType?: VirtualNetworkType;\n /** The regions of the managed virtual network (required when managedNetworkType is Managed). */\n managedVirtualNetworkRegions?: string[];\n /** Active hours configuration settings for Dev Boxes created in this pool. */\n activeHoursConfiguration?: ActiveHoursConfiguration;\n /** Indicates whether Dev Box Tunnel is enabled for a the pool. */\n devBoxTunnelEnableStatus?: DevBoxTunnelEnableStatus;\n}\n\nexport function poolUpdateSerializer(item: PoolUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"devBoxDefinitionType\",\n \"devBoxDefinitionName\",\n \"devBoxDefinition\",\n \"networkConnectionName\",\n \"licenseType\",\n \"localAdministrator\",\n \"stopOnDisconnect\",\n \"stopOnNoConnect\",\n \"singleSignOnStatus\",\n \"displayName\",\n \"virtualNetworkType\",\n \"managedVirtualNetworkRegions\",\n \"activeHoursConfiguration\",\n \"devBoxTunnelEnableStatus\",\n ])\n ? undefined\n : _poolUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of Pool items */\nexport interface _PoolListResult {\n /** The Pool items on this page */\n readonly value: Pool[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _poolListResultDeserializer(item: any): _PoolListResult {\n return {\n value: poolArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function poolArraySerializer(result: Array<Pool>): any[] {\n return result.map((item) => {\n return poolSerializer(item);\n });\n}\n\nexport function poolArrayDeserializer(result: Array<Pool>): any[] {\n return result.map((item) => {\n return poolDeserializer(item);\n });\n}\n\n/** Represents a Schedule to execute a task. */\nexport interface Schedule extends ProxyResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Supported type this scheduled task represents. */\n typePropertiesType?: ScheduledType;\n /** The frequency of this scheduled task. */\n frequency?: ScheduledFrequency;\n /** The target time to trigger the action. The format is HH:MM. */\n time?: string;\n /** The IANA timezone id at which the schedule should execute. */\n timeZone?: string;\n /** Indicates whether or not this scheduled task is enabled. */\n state?: ScheduleEnableStatus;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function scheduleSerializer(item: Schedule): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"tags\",\n \"location\",\n \"type\",\n \"frequency\",\n \"time\",\n \"timeZone\",\n \"state\",\n ])\n ? undefined\n : _schedulePropertiesSerializer(item),\n };\n}\n\nexport function scheduleDeserializer(item: any): Schedule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _schedulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The Schedule properties defining when and what to execute. */\nexport interface ScheduleProperties extends ScheduleUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function schedulePropertiesSerializer(item: ScheduleProperties): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n type: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n };\n}\n\nexport function schedulePropertiesDeserializer(item: any): ScheduleProperties {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n type: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Updatable properties of a Schedule. */\nexport interface ScheduleUpdateProperties {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Supported type this scheduled task represents. */\n type?: ScheduledType;\n /** The frequency of this scheduled task. */\n frequency?: ScheduledFrequency;\n /** The target time to trigger the action. The format is HH:MM. */\n time?: string;\n /** The IANA timezone id at which the schedule should execute. */\n timeZone?: string;\n /** Indicates whether or not this scheduled task is enabled. */\n state?: ScheduleEnableStatus;\n}\n\nexport function scheduleUpdatePropertiesSerializer(item: ScheduleUpdateProperties): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n type: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n };\n}\n\nexport function scheduleUpdatePropertiesDeserializer(item: any): ScheduleUpdateProperties {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n type: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n };\n}\n\n/** The supported types for a scheduled task. */\nexport enum KnownScheduledType {\n /** Stop Dev Box task type. */\n StopDevBox = \"StopDevBox\",\n}\n\n/**\n * The supported types for a scheduled task. \\\n * {@link KnownScheduledType} can be used interchangeably with ScheduledType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StopDevBox**: Stop Dev Box task type.\n */\nexport type ScheduledType = string;\n\n/** The frequency of task execution. */\nexport enum KnownScheduledFrequency {\n /** The scheduled task will run daily. */\n Daily = \"Daily\",\n}\n\n/**\n * The frequency of task execution. \\\n * {@link KnownScheduledFrequency} can be used interchangeably with ScheduledFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily**: The scheduled task will run daily.\n */\nexport type ScheduledFrequency = string;\n\n/** Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled. */\nexport enum KnownScheduleEnableStatus {\n /** Schedule is enabled. */\n Enabled = \"Enabled\",\n /** Schedule is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled. \\\n * {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Schedule is enabled. \\\n * **Disabled**: Schedule is disabled.\n */\nexport type ScheduleEnableStatus = string;\n\n/** The schedule properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface ScheduleUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Supported type this scheduled task represents. */\n type?: ScheduledType;\n /** The frequency of this scheduled task. */\n frequency?: ScheduledFrequency;\n /** The target time to trigger the action. The format is HH:MM. */\n time?: string;\n /** The IANA timezone id at which the schedule should execute. */\n timeZone?: string;\n /** Indicates whether or not this scheduled task is enabled. */\n state?: ScheduleEnableStatus;\n}\n\nexport function scheduleUpdateSerializer(item: ScheduleUpdate): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"tags\",\n \"location\",\n \"type\",\n \"frequency\",\n \"time\",\n \"timeZone\",\n \"state\",\n ])\n ? undefined\n : _scheduleUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of Schedule items */\nexport interface _ScheduleListResult {\n /** The Schedule items on this page */\n readonly value: Schedule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scheduleListResultDeserializer(item: any): _ScheduleListResult {\n return {\n value: scheduleArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scheduleArraySerializer(result: Array<Schedule>): any[] {\n return result.map((item) => {\n return scheduleSerializer(item);\n });\n}\n\nexport function scheduleArrayDeserializer(result: Array<Schedule>): any[] {\n return result.map((item) => {\n return scheduleDeserializer(item);\n });\n}\n\n/** Network related settings. */\nexport interface NetworkConnection extends TrackedResource {\n /** The subnet to attach Virtual Machines to. */\n subnetId?: string;\n /** Active Directory domain name. */\n domainName?: string;\n /** Active Directory domain Organization Unit (OU). */\n organizationUnit?: string;\n /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */\n domainUsername?: string;\n /** The password for the account used to join domain. */\n domainPassword?: string;\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection. */\n readonly healthCheckStatus?: HealthCheckStatus;\n /** The name for resource group where NICs will be placed. */\n networkingResourceGroupName?: string;\n /** AAD Join type. */\n domainJoinType?: DomainJoinType;\n}\n\nexport function networkConnectionSerializer(item: NetworkConnection): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"subnetId\",\n \"domainName\",\n \"organizationUnit\",\n \"domainUsername\",\n \"domainPassword\",\n \"networkingResourceGroupName\",\n \"domainJoinType\",\n ])\n ? undefined\n : _networkConnectionPropertiesSerializer(item),\n };\n}\n\nexport function networkConnectionDeserializer(item: any): NetworkConnection {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _networkConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Network properties */\nexport interface NetworkProperties extends NetworkConnectionUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection. */\n readonly healthCheckStatus?: HealthCheckStatus;\n /** The name for resource group where NICs will be placed. */\n networkingResourceGroupName?: string;\n /** AAD Join type. */\n domainJoinType: DomainJoinType;\n}\n\nexport function networkPropertiesSerializer(item: NetworkProperties): any {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n networkingResourceGroupName: item[\"networkingResourceGroupName\"],\n domainJoinType: item[\"domainJoinType\"],\n };\n}\n\nexport function networkPropertiesDeserializer(item: any): NetworkProperties {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n provisioningState: item[\"provisioningState\"],\n healthCheckStatus: item[\"healthCheckStatus\"],\n networkingResourceGroupName: item[\"networkingResourceGroupName\"],\n domainJoinType: item[\"domainJoinType\"],\n };\n}\n\n/** Properties of network connection. These properties can be updated after the resource has been created. */\nexport interface NetworkConnectionUpdateProperties {\n /** The subnet to attach Virtual Machines to. */\n subnetId?: string;\n /** Active Directory domain name. */\n domainName?: string;\n /** Active Directory domain Organization Unit (OU). */\n organizationUnit?: string;\n /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */\n domainUsername?: string;\n /** The password for the account used to join domain. */\n domainPassword?: string;\n}\n\nexport function networkConnectionUpdatePropertiesSerializer(\n item: NetworkConnectionUpdateProperties,\n): any {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n };\n}\n\nexport function networkConnectionUpdatePropertiesDeserializer(\n item: any,\n): NetworkConnectionUpdateProperties {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n };\n}\n\n/** The network connection properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface NetworkConnectionUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** The subnet to attach Virtual Machines to. */\n subnetId?: string;\n /** Active Directory domain name. */\n domainName?: string;\n /** Active Directory domain Organization Unit (OU). */\n organizationUnit?: string;\n /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */\n domainUsername?: string;\n /** The password for the account used to join domain. */\n domainPassword?: string;\n}\n\nexport function networkConnectionUpdateSerializer(item: NetworkConnectionUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"subnetId\",\n \"domainName\",\n \"organizationUnit\",\n \"domainUsername\",\n \"domainPassword\",\n ])\n ? undefined\n : _networkConnectionUpdatePropertiesSerializer(item),\n };\n}\n\n/** Paged collection of NetworkConnection items */\nexport interface _NetworkConnectionListResult {\n /** The NetworkConnection items on this page */\n readonly value: NetworkConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _networkConnectionListResultDeserializer(item: any): _NetworkConnectionListResult {\n return {\n value: networkConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkConnectionArraySerializer(result: Array<NetworkConnection>): any[] {\n return result.map((item) => {\n return networkConnectionSerializer(item);\n });\n}\n\nexport function networkConnectionArrayDeserializer(result: Array<NetworkConnection>): any[] {\n return result.map((item) => {\n return networkConnectionDeserializer(item);\n });\n}\n\n/** Values returned by the List operation. */\nexport interface _OutboundEnvironmentEndpointCollection {\n /** The OutboundEnvironmentEndpoint items on this page */\n readonly value: OutboundEnvironmentEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _outboundEnvironmentEndpointCollectionDeserializer(\n item: any,\n): _OutboundEnvironmentEndpointCollection {\n return {\n value: outboundEnvironmentEndpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function outboundEnvironmentEndpointArrayDeserializer(\n result: Array<OutboundEnvironmentEndpoint>,\n): any[] {\n return result.map((item) => {\n return outboundEnvironmentEndpointDeserializer(item);\n });\n}\n\n/** A collection of related endpoints from the same service for which the agent requires outbound access. */\nexport interface OutboundEnvironmentEndpoint {\n /** The type of service that the agent connects to. */\n readonly category?: string;\n /** The endpoints for this service for which the agent requires outbound access. */\n readonly endpoints?: EndpointDependency[];\n}\n\nexport function outboundEnvironmentEndpointDeserializer(item: any): OutboundEnvironmentEndpoint {\n return {\n category: item[\"category\"],\n endpoints: !item[\"endpoints\"]\n ? item[\"endpoints\"]\n : endpointDependencyArrayDeserializer(item[\"endpoints\"]),\n };\n}\n\nexport function endpointDependencyArrayDeserializer(result: Array<EndpointDependency>): any[] {\n return result.map((item) => {\n return endpointDependencyDeserializer(item);\n });\n}\n\n/** A domain name and connection details used to access a dependency. */\nexport interface EndpointDependency {\n /** The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. */\n readonly domainName?: string;\n /** Human-readable supplemental information about the dependency and when it is applicable. */\n readonly description?: string;\n /** The list of connection details for this endpoint. */\n readonly endpointDetails?: EndpointDetail[];\n}\n\nexport function endpointDependencyDeserializer(item: any): EndpointDependency {\n return {\n domainName: item[\"domainName\"],\n description: item[\"description\"],\n endpointDetails: !item[\"endpointDetails\"]\n ? item[\"endpointDetails\"]\n : endpointDetailArrayDeserializer(item[\"endpointDetails\"]),\n };\n}\n\nexport function endpointDetailArrayDeserializer(result: Array<EndpointDetail>): any[] {\n return result.map((item) => {\n return endpointDetailDeserializer(item);\n });\n}\n\n/** Details about the connection between the Batch service and the endpoint. */\nexport interface EndpointDetail {\n /** The port an endpoint is connected to. */\n readonly port?: number;\n}\n\nexport function endpointDetailDeserializer(item: any): EndpointDetail {\n return {\n port: item[\"port\"],\n };\n}\n\n/** Health Check details. */\nexport interface HealthCheckStatusDetails extends ProxyResource {\n /** Start time of last execution of the health checks. */\n readonly startDateTime?: Date;\n /** End time of last execution of the health checks. */\n readonly endDateTime?: Date;\n /** Details for each health check item. */\n readonly healthChecks?: HealthCheck[];\n}\n\nexport function healthCheckStatusDetailsDeserializer(item: any): HealthCheckStatusDetails {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _healthCheckStatusDetailsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Health Check properties. */\nexport interface HealthCheckStatusDetailsProperties {\n /** Start time of last execution of the health checks. */\n readonly startDateTime?: Date;\n /** End time of last execution of the health checks. */\n readonly endDateTime?: Date;\n /** Details for each health check item. */\n readonly healthChecks?: HealthCheck[];\n}\n\nexport function healthCheckStatusDetailsPropertiesDeserializer(\n item: any,\n): HealthCheckStatusDetailsProperties {\n return {\n startDateTime: !item[\"startDateTime\"] ? item[\"startDateTime\"] : new Date(item[\"startDateTime\"]),\n endDateTime: !item[\"endDateTime\"] ? item[\"endDateTime\"] : new Date(item[\"endDateTime\"]),\n healthChecks: !item[\"healthChecks\"]\n ? item[\"healthChecks\"]\n : healthCheckArrayDeserializer(item[\"healthChecks\"]),\n };\n}\n\nexport function healthCheckArrayDeserializer(result: Array<HealthCheck>): any[] {\n return result.map((item) => {\n return healthCheckDeserializer(item);\n });\n}\n\n/** An individual health check item. */\nexport interface HealthCheck {\n /** The status of the health check item. */\n readonly status?: HealthCheckStatus;\n /** The display name of this health check item. */\n readonly displayName?: string;\n /** Start time of health check item. */\n readonly startDateTime?: Date;\n /** End time of the health check item. */\n readonly endDateTime?: Date;\n /** The type of error that occurred during this health check. */\n readonly errorType?: string;\n /** The recommended action to fix the corresponding error. */\n readonly recommendedAction?: string;\n /** Additional details about the health check or the recommended action. */\n readonly additionalDetails?: string;\n}\n\nexport function healthCheckDeserializer(item: any): HealthCheck {\n return {\n status: item[\"status\"],\n displayName: item[\"displayName\"],\n startDateTime: !item[\"startDateTime\"] ? item[\"startDateTime\"] : new Date(item[\"startDateTime\"]),\n endDateTime: !item[\"endDateTime\"] ? item[\"endDateTime\"] : new Date(item[\"endDateTime\"]),\n errorType: item[\"errorType\"],\n recommendedAction: item[\"recommendedAction\"],\n additionalDetails: item[\"additionalDetails\"],\n };\n}\n\n/** Paged collection of HealthCheckStatusDetails items */\nexport interface _HealthCheckStatusDetailsListResult {\n /** The HealthCheckStatusDetails items on this page */\n readonly value: HealthCheckStatusDetails[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _healthCheckStatusDetailsListResultDeserializer(\n item: any,\n): _HealthCheckStatusDetailsListResult {\n return {\n value: healthCheckStatusDetailsArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function healthCheckStatusDetailsArrayDeserializer(\n result: Array<HealthCheckStatusDetails>,\n): any[] {\n return result.map((item) => {\n return healthCheckStatusDetailsDeserializer(item);\n });\n}\n\n/** Represents a devcenter encryption set resource. */\nexport interface DevCenterEncryptionSet extends TrackedResource {\n /** Properties of a devcenter encryption set. */\n properties?: DevCenterEncryptionSetProperties;\n /** Managed identity properties. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function devCenterEncryptionSetSerializer(item: DevCenterEncryptionSet): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : devCenterEncryptionSetPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function devCenterEncryptionSetDeserializer(item: any): DevCenterEncryptionSet {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : devCenterEncryptionSetPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of the devcenter encryption set. */\nexport interface DevCenterEncryptionSetProperties extends DevCenterEncryptionSetUpdateProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function devCenterEncryptionSetPropertiesSerializer(\n item: DevCenterEncryptionSetProperties,\n): any {\n return {\n devboxDisksEncryptionEnableStatus: item[\"devboxDisksEncryptionEnableStatus\"],\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : keyEncryptionKeyIdentityUpdateSerializer(item[\"keyEncryptionKeyIdentity\"]),\n };\n}\n\nexport function devCenterEncryptionSetPropertiesDeserializer(\n item: any,\n): DevCenterEncryptionSetProperties {\n return {\n devboxDisksEncryptionEnableStatus: item[\"devboxDisksEncryptionEnableStatus\"],\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : keyEncryptionKeyIdentityUpdateDeserializer(item[\"keyEncryptionKeyIdentity\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Properties of the devcenter encryption set. These properties can be updated after the resource has been created. */\nexport interface DevCenterEncryptionSetUpdateProperties {\n /** Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not. */\n devboxDisksEncryptionEnableStatus?: DevboxDisksEncryptionEnableStatus;\n /** 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. */\n keyEncryptionKeyUrl?: string;\n /** The managed identity configuration used for key vault access. */\n keyEncryptionKeyIdentity?: KeyEncryptionKeyIdentityUpdate;\n}\n\nexport function devCenterEncryptionSetUpdatePropertiesSerializer(\n item: DevCenterEncryptionSetUpdateProperties,\n): any {\n return {\n devboxDisksEncryptionEnableStatus: item[\"devboxDisksEncryptionEnableStatus\"],\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : keyEncryptionKeyIdentityUpdateSerializer(item[\"keyEncryptionKeyIdentity\"]),\n };\n}\n\nexport function devCenterEncryptionSetUpdatePropertiesDeserializer(\n item: any,\n): DevCenterEncryptionSetUpdateProperties {\n return {\n devboxDisksEncryptionEnableStatus: item[\"devboxDisksEncryptionEnableStatus\"],\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : keyEncryptionKeyIdentityUpdateDeserializer(item[\"keyEncryptionKeyIdentity\"]),\n };\n}\n\n/** Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption is enabled or not. */\nexport enum KnownDevboxDisksEncryptionEnableStatus {\n /** Devbox disks encryption is enabled. */\n Enabled = \"Enabled\",\n /** Devbox disks encryption is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption is enabled or not. \\\n * {@link KnownDevboxDisksEncryptionEnableStatus} can be used interchangeably with DevboxDisksEncryptionEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Devbox disks encryption is enabled. \\\n * **Disabled**: Devbox disks encryption is disabled.\n */\nexport type DevboxDisksEncryptionEnableStatus = string;\n\n/** The managed identity configuration used for key vault access. */\nexport interface KeyEncryptionKeyIdentityUpdate {\n /** The type of managed identity to use for key vault access. */\n type?: CmkIdentityType;\n /** For system assigned identity, this will be null. For user assigned identity, this should be the resource ID of the identity. */\n userAssignedIdentityResourceId?: string;\n}\n\nexport function keyEncryptionKeyIdentityUpdateSerializer(\n item: KeyEncryptionKeyIdentityUpdate,\n): any {\n return {\n type: item[\"type\"],\n userAssignedIdentityResourceId: item[\"userAssignedIdentityResourceId\"],\n };\n}\n\nexport function keyEncryptionKeyIdentityUpdateDeserializer(\n item: any,\n): KeyEncryptionKeyIdentityUpdate {\n return {\n type: item[\"type\"],\n userAssignedIdentityResourceId: item[\"userAssignedIdentityResourceId\"],\n };\n}\n\n/** The type of identity used to access the key vault key. */\nexport enum KnownCmkIdentityType {\n /** System assigned identity type. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned identity type. */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * The type of identity used to access the key vault key. \\\n * {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned**: System assigned identity type. \\\n * **UserAssigned**: User assigned identity type.\n */\nexport type CmkIdentityType = string;\n\n/** The devcenter encryption set resource for partial updates. Properties not provided in the update request will not be changed. */\nexport interface EncryptionSetUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives. */\n location?: string;\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not. */\n devboxDisksEncryptionEnableStatus?: DevboxDisksEncryptionEnableStatus;\n /** 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. */\n keyEncryptionKeyUrl?: string;\n /** The managed identity configuration used for key vault access. */\n keyEncryptionKeyIdentity?: KeyEncryptionKeyIdentityUpdate;\n}\n\nexport function encryptionSetUpdateSerializer(item: EncryptionSetUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"devboxDisksEncryptionEnableStatus\",\n \"keyEncryptionKeyUrl\",\n \"keyEncryptionKeyIdentity\",\n ])\n ? undefined\n : _encryptionSetUpdatePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Paged collection of DevCenterEncryptionSet items */\nexport interface _EncryptionSetListResult {\n /** The DevCenterEncryptionSet items on this page */\n readonly value: DevCenterEncryptionSet[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _encryptionSetListResultDeserializer(item: any): _EncryptionSetListResult {\n return {\n value: devCenterEncryptionSetArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function devCenterEncryptionSetArraySerializer(\n result: Array<DevCenterEncryptionSet>,\n): any[] {\n return result.map((item) => {\n return devCenterEncryptionSetSerializer(item);\n });\n}\n\nexport function devCenterEncryptionSetArrayDeserializer(\n result: Array<DevCenterEncryptionSet>,\n): any[] {\n return result.map((item) => {\n return devCenterEncryptionSetDeserializer(item);\n });\n}\n\n/** Results of the Microsoft.DevCenter SKU list operation. */\nexport interface _SkuListResult {\n /** The DevCenterSku items on this page */\n readonly value: DevCenterSku[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _skuListResultDeserializer(item: any): _SkuListResult {\n return {\n value: devCenterSkuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function devCenterSkuArrayDeserializer(result: Array<DevCenterSku>): any[] {\n return result.map((item) => {\n return devCenterSkuDeserializer(item);\n });\n}\n\n/** The resource model definition representing SKU for DevCenter resources. */\nexport interface DevCenterSku extends Sku {\n /** The name of the resource type. */\n readonly resourceType?: string;\n /** SKU supported locations. */\n readonly locations?: string[];\n /** Collection of name/value pairs to describe the SKU capabilities. */\n readonly capabilities?: Capability[];\n}\n\nexport function devCenterSkuDeserializer(item: any): DevCenterSku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n resourceType: item[\"resourceType\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : capabilityArrayDeserializer(item[\"capabilities\"]),\n };\n}\n\nexport function capabilityArrayDeserializer(result: Array<Capability>): any[] {\n return result.map((item) => {\n return capabilityDeserializer(item);\n });\n}\n\n/** A name/value pair to describe a capability. */\nexport interface Capability {\n /** Name of the capability. */\n readonly name?: string;\n /** Value of the capability. */\n readonly value?: string;\n}\n\nexport function capabilityDeserializer(item: any): Capability {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** Represents an allowed environment type. */\nexport interface AllowedEnvironmentType extends ProxyResource {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The display name of the allowed environment type. */\n readonly displayName?: string;\n}\n\nexport function allowedEnvironmentTypeDeserializer(item: any): AllowedEnvironmentType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _allowedEnvironmentTypePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of an allowed environment type. */\nexport interface AllowedEnvironmentTypeProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The display name of the allowed environment type. */\n readonly displayName?: string;\n}\n\nexport function allowedEnvironmentTypePropertiesDeserializer(\n item: any,\n): AllowedEnvironmentTypeProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n };\n}\n\n/** Paged collection of AllowedEnvironmentType items */\nexport interface _AllowedEnvironmentTypeListResult {\n /** The AllowedEnvironmentType items on this page */\n readonly value: AllowedEnvironmentType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _allowedEnvironmentTypeListResultDeserializer(\n item: any,\n): _AllowedEnvironmentTypeListResult {\n return {\n value: allowedEnvironmentTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function allowedEnvironmentTypeArrayDeserializer(\n result: Array<AllowedEnvironmentType>,\n): any[] {\n return result.map((item) => {\n return allowedEnvironmentTypeDeserializer(item);\n });\n}\n\n/** Paged collection of ImageDefinitionBuild items */\nexport interface _ImageDefinitionBuildListResult {\n /** The ImageDefinitionBuild items on this page */\n readonly value: ImageDefinitionBuild[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _imageDefinitionBuildListResultDeserializer(\n item: any,\n): _ImageDefinitionBuildListResult {\n return {\n value: imageDefinitionBuildArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function imageDefinitionBuildArrayDeserializer(result: Array<ImageDefinitionBuild>): any[] {\n return result.map((item) => {\n return imageDefinitionBuildDeserializer(item);\n });\n}\n\n/** The current status of an async operation */\nexport interface OperationStatus extends OperationStatusResult {\n /** Custom operation properties, populated only for a successful operation. */\n readonly properties?: Record<string, any>;\n}\n\nexport function operationStatusDeserializer(item: any): OperationStatus {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n status: item[\"status\"],\n percentComplete: item[\"percentComplete\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n operations: !item[\"operations\"]\n ? item[\"operations\"]\n : operationStatusResultArrayDeserializer(item[\"operations\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n resourceId: item[\"resourceId\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n /** Fully qualified ID of the resource against which the original async operation was started. */\n readonly resourceId?: string;\n}\n\nexport function operationStatusResultDeserializer(item: any): OperationStatusResult {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n status: item[\"status\"],\n percentComplete: item[\"percentComplete\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n operations: !item[\"operations\"]\n ? item[\"operations\"]\n : operationStatusResultArrayDeserializer(item[\"operations\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function operationStatusResultArrayDeserializer(\n result: Array<OperationStatusResult>,\n): any[] {\n return result.map((item) => {\n return operationStatusResultDeserializer(item);\n });\n}\n\n/** List of Core Usages. */\nexport interface _ListUsagesResult {\n /** The Usage items on this page */\n readonly value: Usage[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listUsagesResultDeserializer(item: any): _ListUsagesResult {\n return {\n value: usageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function usageArrayDeserializer(result: Array<Usage>): any[] {\n return result.map((item) => {\n return usageDeserializer(item);\n });\n}\n\n/** The core usage details. */\nexport interface Usage {\n /** The current usage. */\n currentValue?: number;\n /** The limit integer. */\n limit?: number;\n /** The unit details. */\n unit?: UsageUnit;\n /** The name. */\n name?: UsageName;\n /** The fully qualified arm resource id. */\n id?: string;\n}\n\nexport function usageDeserializer(item: any): Usage {\n return {\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n unit: item[\"unit\"],\n name: !item[\"name\"] ? item[\"name\"] : usageNameDeserializer(item[\"name\"]),\n id: item[\"id\"],\n };\n}\n\n/** The unit details. */\nexport enum KnownUsageUnit {\n /** Count. */\n Count = \"Count\",\n}\n\n/**\n * The unit details. \\\n * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**: Count.\n */\nexport type UsageUnit = string;\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The localized name of the resource. */\n localizedValue?: string;\n /** The name of the resource. */\n value?: string;\n}\n\nexport function usageNameDeserializer(item: any): UsageName {\n return {\n localizedValue: item[\"localizedValue\"],\n value: item[\"value\"],\n };\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\nexport function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is not available. */\n message?: string;\n}\n\nexport function checkNameAvailabilityResponseDeserializer(\n item: any,\n): CheckNameAvailabilityResponse {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Possible reasons for a name not being available. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Name is invalid. */\n Invalid = \"Invalid\",\n /** Name already exists. */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Possible reasons for a name not being available. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: Name is invalid. \\\n * **AlreadyExists**: Name already exists.\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** The scoped name check availability request body. */\nexport interface CheckScopedNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** The resource id to scope the name check. */\n scope?: string;\n}\n\nexport function checkScopedNameAvailabilityRequestSerializer(\n item: CheckScopedNameAvailabilityRequest,\n): any {\n return { name: item[\"name\"], type: item[\"type\"], scope: item[\"scope\"] };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-07-01-preview API version. */\n V20250701Preview = \"2025-07-01-preview\",\n /** The 2025-10-01-preview API version. */\n V20251001Preview = \"2025-10-01-preview\",\n /** The 2026-01-01-preview API version. */\n V20260101Preview = \"2026-01-01-preview\",\n}\n\nexport function _devCenterPropertiesSerializer(item: DevCenter): any {\n return {\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsSerializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsSerializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsSerializer(item[\"devBoxProvisioningSettings\"]),\n };\n}\n\nexport function _devCenterPropertiesDeserializer(item: any) {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsDeserializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsDeserializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsDeserializer(item[\"devBoxProvisioningSettings\"]),\n provisioningState: item[\"provisioningState\"],\n devCenterUri: item[\"devCenterUri\"],\n };\n}\n\nexport function _devCenterUpdatePropertiesSerializer(item: DevCenterUpdate): any {\n return {\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsSerializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsSerializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsSerializer(item[\"devBoxProvisioningSettings\"]),\n };\n}\n\nexport function _devCenterUpdatePropertiesDeserializer(item: any) {\n return {\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n displayName: item[\"displayName\"],\n projectCatalogSettings: !item[\"projectCatalogSettings\"]\n ? item[\"projectCatalogSettings\"]\n : devCenterProjectCatalogSettingsDeserializer(item[\"projectCatalogSettings\"]),\n networkSettings: !item[\"networkSettings\"]\n ? item[\"networkSettings\"]\n : devCenterNetworkSettingsDeserializer(item[\"networkSettings\"]),\n devBoxProvisioningSettings: !item[\"devBoxProvisioningSettings\"]\n ? item[\"devBoxProvisioningSettings\"]\n : devBoxProvisioningSettingsDeserializer(item[\"devBoxProvisioningSettings\"]),\n };\n}\n\nexport function _projectPolicyUpdatePropertiesSerializer(item: ProjectPolicyUpdate): any {\n return {\n resourcePolicies: !item[\"resourcePolicies\"]\n ? item[\"resourcePolicies\"]\n : resourcePolicyArraySerializer(item[\"resourcePolicies\"]),\n scopes: !item[\"scopes\"]\n ? item[\"scopes\"]\n : item[\"scopes\"].map((p: any) => {\n return p;\n }),\n configurationPolicies: !item[\"configurationPolicies\"]\n ? item[\"configurationPolicies\"]\n : configurationPoliciesSerializer(item[\"configurationPolicies\"]),\n };\n}\n\nexport function _projectPolicyUpdatePropertiesDeserializer(item: any) {\n return {\n resourcePolicies: !item[\"resourcePolicies\"]\n ? item[\"resourcePolicies\"]\n : resourcePolicyArrayDeserializer(item[\"resourcePolicies\"]),\n scopes: !item[\"scopes\"]\n ? item[\"scopes\"]\n : item[\"scopes\"].map((p: any) => {\n return p;\n }),\n configurationPolicies: !item[\"configurationPolicies\"]\n ? item[\"configurationPolicies\"]\n : configurationPoliciesDeserializer(item[\"configurationPolicies\"]),\n };\n}\n\nexport function _projectPropertiesSerializer(item: Project): any {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsSerializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsSerializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsSerializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsSerializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsSerializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsSerializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArraySerializer(item[\"assignedGroups\"]),\n };\n}\n\nexport function _projectPropertiesDeserializer(item: any) {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsDeserializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsDeserializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsDeserializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsDeserializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsDeserializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsDeserializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArrayDeserializer(item[\"assignedGroups\"]),\n provisioningState: item[\"provisioningState\"],\n devCenterUri: item[\"devCenterUri\"],\n };\n}\n\nexport function _projectUpdatePropertiesSerializer(item: ProjectUpdate): any {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsSerializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsSerializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsSerializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsSerializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsSerializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsSerializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArraySerializer(item[\"assignedGroups\"]),\n };\n}\n\nexport function _projectUpdatePropertiesDeserializer(item: any) {\n return {\n devCenterId: item[\"devCenterId\"],\n description: item[\"description\"],\n maxDevBoxesPerUser: item[\"maxDevBoxesPerUser\"],\n displayName: item[\"displayName\"],\n catalogSettings: !item[\"catalogSettings\"]\n ? item[\"catalogSettings\"]\n : projectCatalogSettingsDeserializer(item[\"catalogSettings\"]),\n customizationSettings: !item[\"customizationSettings\"]\n ? item[\"customizationSettings\"]\n : projectCustomizationSettingsDeserializer(item[\"customizationSettings\"]),\n devBoxScheduleDeleteSettings: !item[\"devBoxScheduleDeleteSettings\"]\n ? item[\"devBoxScheduleDeleteSettings\"]\n : devBoxScheduleDeleteSettingsDeserializer(item[\"devBoxScheduleDeleteSettings\"]),\n azureAiServicesSettings: !item[\"azureAiServicesSettings\"]\n ? item[\"azureAiServicesSettings\"]\n : azureAiServicesSettingsDeserializer(item[\"azureAiServicesSettings\"]),\n serverlessGpuSessionsSettings: !item[\"serverlessGpuSessionsSettings\"]\n ? item[\"serverlessGpuSessionsSettings\"]\n : serverlessGpuSessionsSettingsDeserializer(item[\"serverlessGpuSessionsSettings\"]),\n workspaceStorageSettings: !item[\"workspaceStorageSettings\"]\n ? item[\"workspaceStorageSettings\"]\n : workspaceStorageSettingsDeserializer(item[\"workspaceStorageSettings\"]),\n assignedGroups: !item[\"assignedGroups\"]\n ? item[\"assignedGroups\"]\n : assignedGroupArrayDeserializer(item[\"assignedGroups\"]),\n };\n}\n\nexport function _attachedNetworkConnectionPropertiesSerializer(\n item: AttachedNetworkConnection,\n): any {\n return { networkConnectionId: item[\"networkConnectionId\"] };\n}\n\nexport function _attachedNetworkConnectionPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n networkConnectionId: item[\"networkConnectionId\"],\n networkConnectionLocation: item[\"networkConnectionLocation\"],\n healthCheckStatus: item[\"healthCheckStatus\"],\n domainJoinType: item[\"domainJoinType\"],\n };\n}\n\nexport function _catalogPropertiesSerializer(item: Catalog): any {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogSerializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogSerializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function _catalogPropertiesDeserializer(item: any) {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogDeserializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogDeserializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n provisioningState: item[\"provisioningState\"],\n syncState: item[\"syncState\"],\n lastSyncStats: !item[\"lastSyncStats\"]\n ? item[\"lastSyncStats\"]\n : syncStatsDeserializer(item[\"lastSyncStats\"]),\n connectionState: item[\"connectionState\"],\n lastConnectionTime: !item[\"lastConnectionTime\"]\n ? item[\"lastConnectionTime\"]\n : new Date(item[\"lastConnectionTime\"]),\n lastSyncTime: !item[\"lastSyncTime\"] ? item[\"lastSyncTime\"] : new Date(item[\"lastSyncTime\"]),\n };\n}\n\nexport function _catalogUpdatePropertiesSerializer(item: CatalogUpdate): any {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogSerializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogSerializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function _catalogUpdatePropertiesDeserializer(item: any) {\n return {\n gitHub: !item[\"gitHub\"] ? item[\"gitHub\"] : gitCatalogDeserializer(item[\"gitHub\"]),\n adoGit: !item[\"adoGit\"] ? item[\"adoGit\"] : gitCatalogDeserializer(item[\"adoGit\"]),\n syncType: item[\"syncType\"],\n autoImageBuildEnableStatus: item[\"autoImageBuildEnableStatus\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function _environmentDefinitionPropertiesDeserializer(item: any) {\n return {\n description: item[\"description\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : environmentDefinitionParameterArrayDeserializer(item[\"parameters\"]),\n templatePath: item[\"templatePath\"],\n validationStatus: item[\"validationStatus\"],\n };\n}\n\nexport function _galleryPropertiesSerializer(item: Gallery): any {\n return { galleryResourceId: item[\"galleryResourceId\"] };\n}\n\nexport function _galleryPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n galleryResourceId: item[\"galleryResourceId\"],\n };\n}\n\nexport function _imageVersionPropertiesDeserializer(item: any) {\n return {\n namePropertiesName: item[\"name\"],\n publishedDate: !item[\"publishedDate\"] ? item[\"publishedDate\"] : new Date(item[\"publishedDate\"]),\n excludeFromLatest: item[\"excludeFromLatest\"],\n osDiskImageSizeInGb: item[\"osDiskImageSizeInGb\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _environmentTypePropertiesSerializer(item: EnvironmentType): any {\n return { displayName: item[\"displayName\"] };\n}\n\nexport function _environmentTypePropertiesDeserializer(item: any) {\n return {\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _environmentTypeUpdatePropertiesSerializer(item: EnvironmentTypeUpdate): any {\n return { displayName: item[\"displayName\"] };\n}\n\nexport function _environmentTypeUpdatePropertiesDeserializer(item: any) {\n return {\n displayName: item[\"displayName\"],\n };\n}\n\nexport function _projectEnvironmentTypePropertiesSerializer(item: ProjectEnvironmentType): any {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentSerializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordSerializer(item[\"userRoleAssignments\"]),\n };\n}\n\nexport function _projectEnvironmentTypePropertiesDeserializer(item: any) {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentDeserializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordDeserializer(item[\"userRoleAssignments\"]),\n provisioningState: item[\"provisioningState\"],\n environmentCount: item[\"environmentCount\"],\n };\n}\n\nexport function _projectEnvironmentTypeUpdatePropertiesSerializer(\n item: ProjectEnvironmentTypeUpdate,\n): any {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentSerializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordSerializer(item[\"userRoleAssignments\"]),\n };\n}\n\nexport function _projectEnvironmentTypeUpdatePropertiesDeserializer(item: any) {\n return {\n deploymentTargetId: item[\"deploymentTargetId\"],\n displayName: item[\"displayName\"],\n status: item[\"status\"],\n creatorRoleAssignment: !item[\"creatorRoleAssignment\"]\n ? item[\"creatorRoleAssignment\"]\n : projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentDeserializer(\n item[\"creatorRoleAssignment\"],\n ),\n userRoleAssignments: !item[\"userRoleAssignments\"]\n ? item[\"userRoleAssignments\"]\n : userRoleAssignmentValueRecordDeserializer(item[\"userRoleAssignments\"]),\n };\n}\n\nexport function _devBoxDefinitionPropertiesSerializer(item: DevBoxDefinition): any {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceSerializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n };\n}\n\nexport function _devBoxDefinitionPropertiesDeserializer(item: any) {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n provisioningState: item[\"provisioningState\"],\n imageValidationStatus: item[\"imageValidationStatus\"],\n imageValidationErrorDetails: !item[\"imageValidationErrorDetails\"]\n ? item[\"imageValidationErrorDetails\"]\n : imageValidationErrorDetailsDeserializer(item[\"imageValidationErrorDetails\"]),\n validationStatus: item[\"validationStatus\"],\n activeImageReference: !item[\"activeImageReference\"]\n ? item[\"activeImageReference\"]\n : imageReferenceDeserializer(item[\"activeImageReference\"]),\n };\n}\n\nexport function _devBoxDefinitionUpdatePropertiesSerializer(item: DevBoxDefinitionUpdate): any {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceSerializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n };\n}\n\nexport function _devBoxDefinitionUpdatePropertiesDeserializer(item: any) {\n return {\n imageReference: !item[\"imageReference\"]\n ? item[\"imageReference\"]\n : imageReferenceDeserializer(item[\"imageReference\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n osStorageType: item[\"osStorageType\"],\n hibernateSupport: item[\"hibernateSupport\"],\n };\n}\n\nexport function _poolPropertiesSerializer(item: Pool): any {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionSerializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationSerializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationSerializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationSerializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n };\n}\n\nexport function _poolPropertiesDeserializer(item: any) {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionDeserializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationDeserializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationDeserializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationDeserializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n healthStatus: item[\"healthStatus\"],\n healthStatusDetails: !item[\"healthStatusDetails\"]\n ? item[\"healthStatusDetails\"]\n : healthStatusDetailArrayDeserializer(item[\"healthStatusDetails\"]),\n devBoxCount: item[\"devBoxCount\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _poolUpdatePropertiesSerializer(item: PoolUpdate): any {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionSerializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationSerializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationSerializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationSerializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n };\n}\n\nexport function _poolUpdatePropertiesDeserializer(item: any) {\n return {\n devBoxDefinitionType: item[\"devBoxDefinitionType\"],\n devBoxDefinitionName: item[\"devBoxDefinitionName\"],\n devBoxDefinition: !item[\"devBoxDefinition\"]\n ? item[\"devBoxDefinition\"]\n : poolDevBoxDefinitionDeserializer(item[\"devBoxDefinition\"]),\n networkConnectionName: item[\"networkConnectionName\"],\n licenseType: item[\"licenseType\"],\n localAdministrator: item[\"localAdministrator\"],\n stopOnDisconnect: !item[\"stopOnDisconnect\"]\n ? item[\"stopOnDisconnect\"]\n : stopOnDisconnectConfigurationDeserializer(item[\"stopOnDisconnect\"]),\n stopOnNoConnect: !item[\"stopOnNoConnect\"]\n ? item[\"stopOnNoConnect\"]\n : stopOnNoConnectConfigurationDeserializer(item[\"stopOnNoConnect\"]),\n singleSignOnStatus: item[\"singleSignOnStatus\"],\n displayName: item[\"displayName\"],\n virtualNetworkType: item[\"virtualNetworkType\"],\n managedVirtualNetworkRegions: !item[\"managedVirtualNetworkRegions\"]\n ? item[\"managedVirtualNetworkRegions\"]\n : item[\"managedVirtualNetworkRegions\"].map((p: any) => {\n return p;\n }),\n activeHoursConfiguration: !item[\"activeHoursConfiguration\"]\n ? item[\"activeHoursConfiguration\"]\n : activeHoursConfigurationDeserializer(item[\"activeHoursConfiguration\"]),\n devBoxTunnelEnableStatus: item[\"devBoxTunnelEnableStatus\"],\n };\n}\n\nexport function _schedulePropertiesSerializer(item: Schedule): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n type: item[\"typePropertiesType\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n };\n}\n\nexport function _schedulePropertiesDeserializer(item: any) {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n typePropertiesType: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _scheduleUpdatePropertiesSerializer(item: ScheduleUpdate): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n type: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n };\n}\n\nexport function _scheduleUpdatePropertiesDeserializer(item: any) {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n type: item[\"type\"],\n frequency: item[\"frequency\"],\n time: item[\"time\"],\n timeZone: item[\"timeZone\"],\n state: item[\"state\"],\n };\n}\n\nexport function _networkConnectionPropertiesSerializer(item: NetworkConnection): any {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n networkingResourceGroupName: item[\"networkingResourceGroupName\"],\n domainJoinType: item[\"domainJoinType\"],\n };\n}\n\nexport function _networkConnectionPropertiesDeserializer(item: any) {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n provisioningState: item[\"provisioningState\"],\n healthCheckStatus: item[\"healthCheckStatus\"],\n networkingResourceGroupName: item[\"networkingResourceGroupName\"],\n domainJoinType: item[\"domainJoinType\"],\n };\n}\n\nexport function _networkConnectionUpdatePropertiesSerializer(item: NetworkConnectionUpdate): any {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n };\n}\n\nexport function _networkConnectionUpdatePropertiesDeserializer(item: any) {\n return {\n subnetId: item[\"subnetId\"],\n domainName: item[\"domainName\"],\n organizationUnit: item[\"organizationUnit\"],\n domainUsername: item[\"domainUsername\"],\n domainPassword: item[\"domainPassword\"],\n };\n}\n\nexport function _healthCheckStatusDetailsPropertiesDeserializer(item: any) {\n return {\n startDateTime: !item[\"startDateTime\"] ? item[\"startDateTime\"] : new Date(item[\"startDateTime\"]),\n endDateTime: !item[\"endDateTime\"] ? item[\"endDateTime\"] : new Date(item[\"endDateTime\"]),\n healthChecks: !item[\"healthChecks\"]\n ? item[\"healthChecks\"]\n : healthCheckArrayDeserializer(item[\"healthChecks\"]),\n };\n}\n\nexport function _encryptionSetUpdatePropertiesSerializer(item: EncryptionSetUpdate): any {\n return {\n devboxDisksEncryptionEnableStatus: item[\"devboxDisksEncryptionEnableStatus\"],\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : keyEncryptionKeyIdentityUpdateSerializer(item[\"keyEncryptionKeyIdentity\"]),\n };\n}\n\nexport function _encryptionSetUpdatePropertiesDeserializer(item: any) {\n return {\n devboxDisksEncryptionEnableStatus: item[\"devboxDisksEncryptionEnableStatus\"],\n keyEncryptionKeyUrl: item[\"keyEncryptionKeyUrl\"],\n keyEncryptionKeyIdentity: !item[\"keyEncryptionKeyIdentity\"]\n ? item[\"keyEncryptionKeyIdentity\"]\n : keyEncryptionKeyIdentityUpdateDeserializer(item[\"keyEncryptionKeyIdentity\"]),\n };\n}\n\nexport function _allowedEnvironmentTypePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n };\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA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",
6
+ "names": ["KnownOrigin", "KnownActionType", "KnownProvisioningState", "KnownHibernateSupport", "KnownArchitectureType", "KnownCreatedByType", "KnownManagedServiceIdentityType", "KnownIdentityType", "KnownCatalogItemSyncEnableStatus", "KnownMicrosoftHostedNetworkEnableStatus", "KnownInstallAzureMonitorAgentEnableStatus", "KnownPolicyAction", "KnownDevCenterResourceType", "KnownFeatureStateModifiable", "KnownFeatureStatus", "KnownCatalogItemType", "KnownProjectCustomizationIdentityType", "KnownUserCustomizationsEnableStatus", "KnownDevBoxDeleteMode", "KnownCancelOnConnectEnableStatus", "KnownAzureAiServicesMode", "KnownServerlessGpuSessionsMode", "KnownWorkspaceStorageMode", "KnownAssignedGroupScope", "KnownHealthCheckStatus", "KnownDomainJoinType", "KnownCatalogSyncState", "KnownCatalogConnectionState", "KnownCatalogSyncType", "KnownCatalogAutoImageBuildEnableStatus", "KnownParameterType", "KnownCatalogResourceValidationStatus", "KnownEnvironmentTypeEnableStatus", "KnownImageValidationStatus", "KnownCustomizationTaskInputType", "KnownImageDefinitionBuildStatus", "KnownAutoImageBuildStatus", "KnownHealthStatus", "KnownPoolDevBoxDefinitionType", "KnownLicenseType", "KnownLocalAdminStatus", "KnownStopOnDisconnectEnableStatus", "KnownStopOnNoConnectEnableStatus", "KnownSingleSignOnStatus", "KnownVirtualNetworkType", "KnownKeepAwakeEnableStatus", "KnownAutoStartEnableStatus", "KnownDevBoxTunnelEnableStatus", "KnownScheduledType", "KnownScheduledFrequency", "KnownScheduleEnableStatus", "KnownDevboxDisksEncryptionEnableStatus", "KnownCmkIdentityType", "KnownUsageUnit", "KnownCheckNameAvailabilityReason", "KnownVersions"]
7
+ }