@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,3318 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
6
+ export interface _OperationListResult {
7
+ /** The Operation items on this page */
8
+ value: Operation[];
9
+ /** The link to the next page of items */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
15
+ export interface Operation {
16
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
17
+ readonly name?: string;
18
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
19
+ readonly isDataAction?: boolean;
20
+ /** Localized display information for this particular operation. */
21
+ display?: OperationDisplay;
22
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
23
+ readonly origin?: Origin;
24
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
25
+ readonly actionType?: ActionType;
26
+ }
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Localized display information for an operation. */
29
+ export interface OperationDisplay {
30
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
31
+ readonly provider?: string;
32
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
33
+ readonly resource?: string;
34
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
35
+ readonly operation?: string;
36
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
37
+ readonly description?: string;
38
+ }
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
41
+ export declare enum KnownOrigin {
42
+ /** Indicates the operation is initiated by a user. */
43
+ User = "user",
44
+ /** Indicates the operation is initiated by a system. */
45
+ System = "system",
46
+ /** Indicates the operation is initiated by a user or system. */
47
+ UserSystem = "user,system"
48
+ }
49
+ /**
50
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
51
+ * {@link KnownOrigin} can be used interchangeably with Origin,
52
+ * this enum contains the known values that the service supports.
53
+ * ### Known values supported by the service
54
+ * **user**: Indicates the operation is initiated by a user. \
55
+ * **system**: Indicates the operation is initiated by a system. \
56
+ * **user,system**: Indicates the operation is initiated by a user or system.
57
+ */
58
+ export type Origin = string;
59
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
60
+ export declare enum KnownActionType {
61
+ /** Actions are for internal-only APIs. */
62
+ Internal = "Internal"
63
+ }
64
+ /**
65
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
66
+ * {@link KnownActionType} can be used interchangeably with ActionType,
67
+ * this enum contains the known values that the service supports.
68
+ * ### Known values supported by the service
69
+ * **Internal**: Actions are for internal-only APIs.
70
+ */
71
+ export type ActionType = string;
72
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
73
+ export interface ErrorResponse {
74
+ /** The error object. */
75
+ error?: ErrorDetail;
76
+ }
77
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
78
+ /** The error detail. */
79
+ export interface ErrorDetail {
80
+ /** The error code. */
81
+ readonly code?: string;
82
+ /** The error message. */
83
+ readonly message?: string;
84
+ /** The error target. */
85
+ readonly target?: string;
86
+ /** The error details. */
87
+ readonly details?: ErrorDetail[];
88
+ /** The error additional info. */
89
+ readonly additionalInfo?: ErrorAdditionalInfo[];
90
+ }
91
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
92
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
93
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
94
+ /** The resource management error additional info. */
95
+ export interface ErrorAdditionalInfo {
96
+ /** The additional info type. */
97
+ readonly type?: string;
98
+ /** The additional info. */
99
+ readonly info?: any;
100
+ }
101
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
102
+ /** Represents an image. */
103
+ export interface Image extends ProxyResource {
104
+ /** Image properties. */
105
+ properties?: ImageProperties;
106
+ }
107
+ export declare function imageDeserializer(item: any): Image;
108
+ /** Properties of an image. */
109
+ export interface ImageProperties {
110
+ /** The description of the image. */
111
+ readonly description?: string;
112
+ /** The publisher of the image. */
113
+ readonly publisher?: string;
114
+ /** The name of the image offer. */
115
+ readonly offer?: string;
116
+ /** The SKU name for the image. */
117
+ readonly sku?: string;
118
+ /** The recommended machine configuration to use with the image. */
119
+ readonly recommendedMachineConfiguration?: RecommendedMachineConfiguration;
120
+ /** The provisioning state of the resource. */
121
+ readonly provisioningState?: ProvisioningState;
122
+ /** 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 */
123
+ readonly hibernateSupport?: HibernateSupport;
124
+ /** The architecture type of the image. */
125
+ readonly architecture?: ArchitectureType;
126
+ }
127
+ export declare function imagePropertiesDeserializer(item: any): ImageProperties;
128
+ /** Properties for a recommended machine configuration. */
129
+ export interface RecommendedMachineConfiguration {
130
+ /** Recommended memory range. */
131
+ readonly memory?: ResourceRange;
132
+ /** Recommended vCPU range. */
133
+ readonly vCPUs?: ResourceRange;
134
+ }
135
+ export declare function recommendedMachineConfigurationDeserializer(item: any): RecommendedMachineConfiguration;
136
+ /** Properties for a range of values. */
137
+ export interface ResourceRange {
138
+ /** Minimum value. */
139
+ readonly min?: number;
140
+ /** Maximum value. */
141
+ readonly max?: number;
142
+ }
143
+ export declare function resourceRangeDeserializer(item: any): ResourceRange;
144
+ /** Provisioning state of the resource. */
145
+ export declare enum KnownProvisioningState {
146
+ /** Not specified provisioning state. */
147
+ NotSpecified = "NotSpecified",
148
+ /** Accepted provisioning state. */
149
+ Accepted = "Accepted",
150
+ /** Running provisioning state. */
151
+ Running = "Running",
152
+ /** Creating provisioning state. */
153
+ Creating = "Creating",
154
+ /** Created provisioning state. */
155
+ Created = "Created",
156
+ /** Updating provisioning state. */
157
+ Updating = "Updating",
158
+ /** Updated provisioning state. */
159
+ Updated = "Updated",
160
+ /** Deleting provisioning state. */
161
+ Deleting = "Deleting",
162
+ /** Deleted provisioning state. */
163
+ Deleted = "Deleted",
164
+ /** Succeeded provisioning state. */
165
+ Succeeded = "Succeeded",
166
+ /** Failed provisioning state. */
167
+ Failed = "Failed",
168
+ /** Canceled provisioning state. */
169
+ Canceled = "Canceled",
170
+ /** Moving resources provisioning state. */
171
+ MovingResources = "MovingResources",
172
+ /** Transient failure provisioning state. */
173
+ TransientFailure = "TransientFailure",
174
+ /** Rollout in progress provisioning state. */
175
+ RolloutInProgress = "RolloutInProgress",
176
+ /** Storage provisioning failed provisioning state. */
177
+ StorageProvisioningFailed = "StorageProvisioningFailed"
178
+ }
179
+ /**
180
+ * Provisioning state of the resource. \
181
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
182
+ * this enum contains the known values that the service supports.
183
+ * ### Known values supported by the service
184
+ * **NotSpecified**: Not specified provisioning state. \
185
+ * **Accepted**: Accepted provisioning state. \
186
+ * **Running**: Running provisioning state. \
187
+ * **Creating**: Creating provisioning state. \
188
+ * **Created**: Created provisioning state. \
189
+ * **Updating**: Updating provisioning state. \
190
+ * **Updated**: Updated provisioning state. \
191
+ * **Deleting**: Deleting provisioning state. \
192
+ * **Deleted**: Deleted provisioning state. \
193
+ * **Succeeded**: Succeeded provisioning state. \
194
+ * **Failed**: Failed provisioning state. \
195
+ * **Canceled**: Canceled provisioning state. \
196
+ * **MovingResources**: Moving resources provisioning state. \
197
+ * **TransientFailure**: Transient failure provisioning state. \
198
+ * **RolloutInProgress**: Rollout in progress provisioning state. \
199
+ * **StorageProvisioningFailed**: Storage provisioning failed provisioning state.
200
+ */
201
+ export type ProvisioningState = string;
202
+ /** Indicates whether hibernate is enabled/disabled. */
203
+ export declare enum KnownHibernateSupport {
204
+ /** Hibernate is disabled. */
205
+ Disabled = "Disabled",
206
+ /** Hibernate is enabled. */
207
+ Enabled = "Enabled"
208
+ }
209
+ /**
210
+ * Indicates whether hibernate is enabled/disabled. \
211
+ * {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,
212
+ * this enum contains the known values that the service supports.
213
+ * ### Known values supported by the service
214
+ * **Disabled**: Hibernate is disabled. \
215
+ * **Enabled**: Hibernate is enabled.
216
+ */
217
+ export type HibernateSupport = string;
218
+ /** Architecture Types. */
219
+ export declare enum KnownArchitectureType {
220
+ /** x64 architecture */
221
+ X64 = "x64",
222
+ /** ARM64 architecture */
223
+ Arm64 = "Arm64"
224
+ }
225
+ /**
226
+ * Architecture Types. \
227
+ * {@link KnownArchitectureType} can be used interchangeably with ArchitectureType,
228
+ * this enum contains the known values that the service supports.
229
+ * ### Known values supported by the service
230
+ * **x64**: x64 architecture \
231
+ * **Arm64**: ARM64 architecture
232
+ */
233
+ export type ArchitectureType = string;
234
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
235
+ export interface ProxyResource extends Resource {
236
+ }
237
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
238
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
239
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
240
+ export interface Resource {
241
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
242
+ readonly id?: string;
243
+ /** The name of the resource */
244
+ readonly name?: string;
245
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
246
+ readonly type?: string;
247
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
248
+ readonly systemData?: SystemData;
249
+ }
250
+ export declare function resourceSerializer(_item: Resource): any;
251
+ export declare function resourceDeserializer(item: any): Resource;
252
+ /** Metadata pertaining to creation and last modification of the resource. */
253
+ export interface SystemData {
254
+ /** The identity that created the resource. */
255
+ createdBy?: string;
256
+ /** The type of identity that created the resource. */
257
+ createdByType?: CreatedByType;
258
+ /** The timestamp of resource creation (UTC). */
259
+ createdAt?: Date;
260
+ /** The identity that last modified the resource. */
261
+ lastModifiedBy?: string;
262
+ /** The type of identity that last modified the resource. */
263
+ lastModifiedByType?: CreatedByType;
264
+ /** The timestamp of resource last modification (UTC) */
265
+ lastModifiedAt?: Date;
266
+ }
267
+ export declare function systemDataDeserializer(item: any): SystemData;
268
+ /** The kind of entity that created the resource. */
269
+ export declare enum KnownCreatedByType {
270
+ /** The entity was created by a user. */
271
+ User = "User",
272
+ /** The entity was created by an application. */
273
+ Application = "Application",
274
+ /** The entity was created by a managed identity. */
275
+ ManagedIdentity = "ManagedIdentity",
276
+ /** The entity was created by a key. */
277
+ Key = "Key"
278
+ }
279
+ /**
280
+ * The kind of entity that created the resource. \
281
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
282
+ * this enum contains the known values that the service supports.
283
+ * ### Known values supported by the service
284
+ * **User**: The entity was created by a user. \
285
+ * **Application**: The entity was created by an application. \
286
+ * **ManagedIdentity**: The entity was created by a managed identity. \
287
+ * **Key**: The entity was created by a key.
288
+ */
289
+ export type CreatedByType = string;
290
+ /** Paged collection of Image items */
291
+ export interface _ImageListResult {
292
+ /** The Image items on this page */
293
+ readonly value: Image[];
294
+ /** The link to the next page of items */
295
+ nextLink?: string;
296
+ }
297
+ export declare function _imageListResultDeserializer(item: any): _ImageListResult;
298
+ export declare function imageArrayDeserializer(result: Array<Image>): any[];
299
+ /** Represents a devcenter resource. */
300
+ export interface DevCenter extends TrackedResource {
301
+ /** Managed identity properties. */
302
+ identity?: ManagedServiceIdentity;
303
+ /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
304
+ encryption?: Encryption;
305
+ /** The display name of the devcenter. */
306
+ displayName?: string;
307
+ /** Dev Center settings to be used when associating a project with a catalog. */
308
+ projectCatalogSettings?: DevCenterProjectCatalogSettings;
309
+ /** Network settings that will be enforced on network resources associated with the Dev Center. */
310
+ networkSettings?: DevCenterNetworkSettings;
311
+ /** Settings to be used in the provisioning of all Dev Boxes that belong to this dev center. */
312
+ devBoxProvisioningSettings?: DevBoxProvisioningSettings;
313
+ /** The provisioning state of the resource. */
314
+ readonly provisioningState?: ProvisioningState;
315
+ /** The URI of the Dev Center. */
316
+ readonly devCenterUri?: string;
317
+ }
318
+ export declare function devCenterSerializer(item: DevCenter): any;
319
+ export declare function devCenterDeserializer(item: any): DevCenter;
320
+ /** Properties of the devcenter. */
321
+ export interface DevCenterProperties extends DevCenterUpdateProperties {
322
+ /** The provisioning state of the resource. */
323
+ readonly provisioningState?: ProvisioningState;
324
+ /** The URI of the Dev Center. */
325
+ readonly devCenterUri?: string;
326
+ }
327
+ export declare function devCenterPropertiesSerializer(item: DevCenterProperties): any;
328
+ export declare function devCenterPropertiesDeserializer(item: any): DevCenterProperties;
329
+ /** Managed service identity (system assigned and/or user assigned identities) */
330
+ export interface ManagedServiceIdentity {
331
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
332
+ readonly principalId?: string;
333
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
334
+ readonly tenantId?: string;
335
+ /** The type of managed identity assigned to this resource. */
336
+ type: ManagedServiceIdentityType;
337
+ /** The identities assigned to this resource by the user. */
338
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
339
+ }
340
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
341
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
342
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
343
+ export declare enum KnownManagedServiceIdentityType {
344
+ /** No managed identity. */
345
+ None = "None",
346
+ /** System assigned managed identity. */
347
+ SystemAssigned = "SystemAssigned",
348
+ /** User assigned managed identity. */
349
+ UserAssigned = "UserAssigned",
350
+ /** System and user assigned managed identity. */
351
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
352
+ }
353
+ /**
354
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
355
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
356
+ * this enum contains the known values that the service supports.
357
+ * ### Known values supported by the service
358
+ * **None**: No managed identity. \
359
+ * **SystemAssigned**: System assigned managed identity. \
360
+ * **UserAssigned**: User assigned managed identity. \
361
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
362
+ */
363
+ export type ManagedServiceIdentityType = string;
364
+ /** User assigned identity properties */
365
+ export interface UserAssignedIdentity {
366
+ /** The principal ID of the assigned identity. */
367
+ readonly principalId?: string;
368
+ /** The client ID of the assigned identity. */
369
+ readonly clientId?: string;
370
+ }
371
+ export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
372
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
373
+ /** Properties of the devcenter. These properties can be updated after the resource has been created. */
374
+ export interface DevCenterUpdateProperties {
375
+ /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
376
+ encryption?: Encryption;
377
+ /** The display name of the devcenter. */
378
+ displayName?: string;
379
+ /** Dev Center settings to be used when associating a project with a catalog. */
380
+ projectCatalogSettings?: DevCenterProjectCatalogSettings;
381
+ /** Network settings that will be enforced on network resources associated with the Dev Center. */
382
+ networkSettings?: DevCenterNetworkSettings;
383
+ /** Settings to be used in the provisioning of all Dev Boxes that belong to this dev center. */
384
+ devBoxProvisioningSettings?: DevBoxProvisioningSettings;
385
+ }
386
+ export declare function devCenterUpdatePropertiesSerializer(item: DevCenterUpdateProperties): any;
387
+ export declare function devCenterUpdatePropertiesDeserializer(item: any): DevCenterUpdateProperties;
388
+ /** Encryption properties. */
389
+ export interface Encryption {
390
+ /** All Customer-managed key encryption properties for the resource. */
391
+ customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
392
+ }
393
+ export declare function encryptionSerializer(item: Encryption): any;
394
+ export declare function encryptionDeserializer(item: any): Encryption;
395
+ /** Customer-managed key encryption properties for the resource. */
396
+ export interface CustomerManagedKeyEncryption {
397
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
398
+ keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;
399
+ /** 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. */
400
+ keyEncryptionKeyUrl?: string;
401
+ }
402
+ export declare function customerManagedKeyEncryptionSerializer(item: CustomerManagedKeyEncryption): any;
403
+ export declare function customerManagedKeyEncryptionDeserializer(item: any): CustomerManagedKeyEncryption;
404
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
405
+ export interface CustomerManagedKeyEncryptionKeyIdentity {
406
+ /** The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity. */
407
+ identityType?: IdentityType;
408
+ /** 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. */
409
+ userAssignedIdentityResourceId?: string;
410
+ /** application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540 */
411
+ federatedClientId?: string;
412
+ /** 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. */
413
+ delegatedIdentityClientId?: string;
414
+ }
415
+ export declare function customerManagedKeyEncryptionKeyIdentitySerializer(item: CustomerManagedKeyEncryptionKeyIdentity): any;
416
+ export declare function customerManagedKeyEncryptionKeyIdentityDeserializer(item: any): CustomerManagedKeyEncryptionKeyIdentity;
417
+ /** The type of identity to use. */
418
+ export declare enum KnownIdentityType {
419
+ /** System assigned identity */
420
+ SystemAssignedIdentity = "systemAssignedIdentity",
421
+ /** User assigned identity */
422
+ UserAssignedIdentity = "userAssignedIdentity",
423
+ /** Delegated identity */
424
+ DelegatedResourceIdentity = "delegatedResourceIdentity"
425
+ }
426
+ /**
427
+ * The type of identity to use. \
428
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
429
+ * this enum contains the known values that the service supports.
430
+ * ### Known values supported by the service
431
+ * **systemAssignedIdentity**: System assigned identity \
432
+ * **userAssignedIdentity**: User assigned identity \
433
+ * **delegatedResourceIdentity**: Delegated identity
434
+ */
435
+ export type IdentityType = string;
436
+ /** Project catalog settings for project catalogs under a project associated to this dev center. */
437
+ export interface DevCenterProjectCatalogSettings {
438
+ /** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */
439
+ catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;
440
+ }
441
+ export declare function devCenterProjectCatalogSettingsSerializer(item: DevCenterProjectCatalogSettings): any;
442
+ export declare function devCenterProjectCatalogSettingsDeserializer(item: any): DevCenterProjectCatalogSettings;
443
+ /** 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. */
444
+ export declare enum KnownCatalogItemSyncEnableStatus {
445
+ /** Catalog item sync is enabled. */
446
+ Enabled = "Enabled",
447
+ /** Catalog item sync is disabled. */
448
+ Disabled = "Disabled"
449
+ }
450
+ /**
451
+ * 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. \
452
+ * {@link KnownCatalogItemSyncEnableStatus} can be used interchangeably with CatalogItemSyncEnableStatus,
453
+ * this enum contains the known values that the service supports.
454
+ * ### Known values supported by the service
455
+ * **Enabled**: Catalog item sync is enabled. \
456
+ * **Disabled**: Catalog item sync is disabled.
457
+ */
458
+ export type CatalogItemSyncEnableStatus = string;
459
+ /** Network settings for the Dev Center. */
460
+ export interface DevCenterNetworkSettings {
461
+ /** Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. */
462
+ microsoftHostedNetworkEnableStatus?: MicrosoftHostedNetworkEnableStatus;
463
+ }
464
+ export declare function devCenterNetworkSettingsSerializer(item: DevCenterNetworkSettings): any;
465
+ export declare function devCenterNetworkSettingsDeserializer(item: any): DevCenterNetworkSettings;
466
+ /** Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. */
467
+ export declare enum KnownMicrosoftHostedNetworkEnableStatus {
468
+ /** Microsoft Hosted Networks are enabled for this Dev Center. */
469
+ Enabled = "Enabled",
470
+ /** Microsoft Hosted Networks are disabled for this Dev Center. */
471
+ Disabled = "Disabled"
472
+ }
473
+ /**
474
+ * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. \
475
+ * {@link KnownMicrosoftHostedNetworkEnableStatus} can be used interchangeably with MicrosoftHostedNetworkEnableStatus,
476
+ * this enum contains the known values that the service supports.
477
+ * ### Known values supported by the service
478
+ * **Enabled**: Microsoft Hosted Networks are enabled for this Dev Center. \
479
+ * **Disabled**: Microsoft Hosted Networks are disabled for this Dev Center.
480
+ */
481
+ export type MicrosoftHostedNetworkEnableStatus = string;
482
+ /** Provisioning settings that apply to all Dev Boxes created in this dev center. */
483
+ export interface DevBoxProvisioningSettings {
484
+ /** Indicates whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center */
485
+ installAzureMonitorAgentEnableStatus?: InstallAzureMonitorAgentEnableStatus;
486
+ }
487
+ export declare function devBoxProvisioningSettingsSerializer(item: DevBoxProvisioningSettings): any;
488
+ export declare function devBoxProvisioningSettingsDeserializer(item: any): DevBoxProvisioningSettings;
489
+ /** Setting to be used when determining whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center. */
490
+ export declare enum KnownInstallAzureMonitorAgentEnableStatus {
491
+ /** Azure Monitor Agent service is enabled. */
492
+ Enabled = "Enabled",
493
+ /** Azure Monitor Agent service is disabled. */
494
+ Disabled = "Disabled"
495
+ }
496
+ /**
497
+ * Setting to be used when determining whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center. \
498
+ * {@link KnownInstallAzureMonitorAgentEnableStatus} can be used interchangeably with InstallAzureMonitorAgentEnableStatus,
499
+ * this enum contains the known values that the service supports.
500
+ * ### Known values supported by the service
501
+ * **Enabled**: Azure Monitor Agent service is enabled. \
502
+ * **Disabled**: Azure Monitor Agent service is disabled.
503
+ */
504
+ export type InstallAzureMonitorAgentEnableStatus = string;
505
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
506
+ export interface TrackedResource extends Resource {
507
+ /** Resource tags. */
508
+ tags?: Record<string, string>;
509
+ /** The geo-location where the resource lives */
510
+ location: string;
511
+ }
512
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
513
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
514
+ /** The devcenter resource for partial updates. Properties not provided in the update request will not be changed. */
515
+ export interface DevCenterUpdate {
516
+ /** Resource tags. */
517
+ tags?: Record<string, string>;
518
+ /** The geo-location where the resource lives. */
519
+ location?: string;
520
+ /** Managed identity properties. */
521
+ identity?: ManagedServiceIdentity;
522
+ /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
523
+ encryption?: Encryption;
524
+ /** The display name of the devcenter. */
525
+ displayName?: string;
526
+ /** Dev Center settings to be used when associating a project with a catalog. */
527
+ projectCatalogSettings?: DevCenterProjectCatalogSettings;
528
+ /** Network settings that will be enforced on network resources associated with the Dev Center. */
529
+ networkSettings?: DevCenterNetworkSettings;
530
+ /** Settings to be used in the provisioning of all Dev Boxes that belong to this dev center. */
531
+ devBoxProvisioningSettings?: DevBoxProvisioningSettings;
532
+ }
533
+ export declare function devCenterUpdateSerializer(item: DevCenterUpdate): any;
534
+ /** Paged collection of DevCenter items */
535
+ export interface _DevCenterListResult {
536
+ /** The DevCenter items on this page */
537
+ readonly value: DevCenter[];
538
+ /** The link to the next page of items */
539
+ nextLink?: string;
540
+ }
541
+ export declare function _devCenterListResultDeserializer(item: any): _DevCenterListResult;
542
+ export declare function devCenterArraySerializer(result: Array<DevCenter>): any[];
543
+ export declare function devCenterArrayDeserializer(result: Array<DevCenter>): any[];
544
+ /** Represents an project policy resource. */
545
+ export interface ProjectPolicy extends ProxyResource {
546
+ /** Properties of an project policy. */
547
+ properties?: ProjectPolicyProperties;
548
+ }
549
+ export declare function projectPolicySerializer(item: ProjectPolicy): any;
550
+ export declare function projectPolicyDeserializer(item: any): ProjectPolicy;
551
+ /** Properties of an project policy. */
552
+ export interface ProjectPolicyProperties extends ProjectPolicyUpdateProperties {
553
+ /** The provisioning state of the resource. */
554
+ readonly provisioningState?: ProvisioningState;
555
+ }
556
+ export declare function projectPolicyPropertiesSerializer(item: ProjectPolicyProperties): any;
557
+ export declare function projectPolicyPropertiesDeserializer(item: any): ProjectPolicyProperties;
558
+ /** Properties of an project policy. These properties can be updated after the resource has been created. */
559
+ export interface ProjectPolicyUpdateProperties {
560
+ /** Resource policies that are a part of this project policy. */
561
+ resourcePolicies?: ResourcePolicy[];
562
+ /** Resources that have access to the shared resources that are a part of this project policy. */
563
+ scopes?: string[];
564
+ /** Configuration Policies part of this project policy. */
565
+ configurationPolicies?: ConfigurationPolicies;
566
+ }
567
+ export declare function projectPolicyUpdatePropertiesSerializer(item: ProjectPolicyUpdateProperties): any;
568
+ export declare function projectPolicyUpdatePropertiesDeserializer(item: any): ProjectPolicyUpdateProperties;
569
+ export declare function resourcePolicyArraySerializer(result: Array<ResourcePolicy>): any[];
570
+ export declare function resourcePolicyArrayDeserializer(result: Array<ResourcePolicy>): any[];
571
+ /** A resource policy. */
572
+ export interface ResourcePolicy {
573
+ /** Resources that are included and shared as a part of a project policy. */
574
+ resources?: string;
575
+ /** Optional. When specified, this expression is used to filter the resources. */
576
+ filter?: string;
577
+ /** Policy action to be taken on the resources. This is optional, and defaults to allow */
578
+ action?: PolicyAction;
579
+ /** 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. */
580
+ resourceType?: DevCenterResourceType;
581
+ }
582
+ export declare function resourcePolicySerializer(item: ResourcePolicy): any;
583
+ export declare function resourcePolicyDeserializer(item: any): ResourcePolicy;
584
+ /** Indicates what action to perform for the policy. */
585
+ export declare enum KnownPolicyAction {
586
+ /** Allow action for the policy. */
587
+ Allow = "Allow",
588
+ /** Deny action for the policy. */
589
+ Deny = "Deny"
590
+ }
591
+ /**
592
+ * Indicates what action to perform for the policy. \
593
+ * {@link KnownPolicyAction} can be used interchangeably with PolicyAction,
594
+ * this enum contains the known values that the service supports.
595
+ * ### Known values supported by the service
596
+ * **Allow**: Allow action for the policy. \
597
+ * **Deny**: Deny action for the policy.
598
+ */
599
+ export type PolicyAction = string;
600
+ /** Indicates dev center resource types. */
601
+ export declare enum KnownDevCenterResourceType {
602
+ /** Images resource type. */
603
+ Images = "Images",
604
+ /** Attached networks resource type. */
605
+ AttachedNetworks = "AttachedNetworks",
606
+ /** Skus resource type. */
607
+ Skus = "Skus"
608
+ }
609
+ /**
610
+ * Indicates dev center resource types. \
611
+ * {@link KnownDevCenterResourceType} can be used interchangeably with DevCenterResourceType,
612
+ * this enum contains the known values that the service supports.
613
+ * ### Known values supported by the service
614
+ * **Images**: Images resource type. \
615
+ * **AttachedNetworks**: Attached networks resource type. \
616
+ * **Skus**: Skus resource type.
617
+ */
618
+ export type DevCenterResourceType = string;
619
+ /** Represents policies to enforce configuration settings on a project. */
620
+ export interface ConfigurationPolicies {
621
+ /** The property indicates the Azure AI services settings on a project. */
622
+ azureAiServicesFeatureStatus?: FeatureState;
623
+ /** Indicates whether the setting is configurable at Project scope. */
624
+ devBoxScheduleDeleteFeatureStatus?: FeatureState;
625
+ /** Indicates whether DevBox limits are configurable at Project scope. */
626
+ devBoxLimitsFeatureStatus?: FeatureState;
627
+ /** Indicates whether project display name is configurable at Project scope. */
628
+ displayNameFeatureStatus?: FeatureState;
629
+ /** Indicates whether DevBox tunnel settings are configurable at Pool scope. */
630
+ devBoxTunnelFeatureStatus?: FeatureState;
631
+ /** Indicates whether project catalogs are configurable at Project scope. */
632
+ projectCatalogFeatureStatus?: FeatureState;
633
+ /** Indicates whether serverless GPU sessions are configurable at Project scope. */
634
+ serverlessGpuSessionsFeatureStatus?: FeatureState;
635
+ /** Indicates whether user customizations is configurable at Project scope. */
636
+ userCustomizationsFeatureStatus?: FeatureState;
637
+ /** Indicates whether workspace storage is configurable at Project scope. */
638
+ workspaceStorageFeatureStatus?: FeatureState;
639
+ }
640
+ export declare function configurationPoliciesSerializer(item: ConfigurationPolicies): any;
641
+ export declare function configurationPoliciesDeserializer(item: any): ConfigurationPolicies;
642
+ /** Feature state. */
643
+ export interface FeatureState {
644
+ /** Indicates whether the feature's status, Enabled or Disabled, is configurable at the Project scope. */
645
+ statusModifiable?: FeatureStateModifiable;
646
+ /** Indicates whether the feature values are configurable at the Project scope. */
647
+ valuesModifiable?: FeatureStateModifiable;
648
+ /** Indicates the default status of the feature. */
649
+ defaultStatus?: FeatureStatus;
650
+ /** The default values of the feature. */
651
+ defaultValues?: DefaultValue[];
652
+ }
653
+ export declare function featureStateSerializer(item: FeatureState): any;
654
+ export declare function featureStateDeserializer(item: any): FeatureState;
655
+ /** Feature enablement status. */
656
+ export declare enum KnownFeatureStateModifiable {
657
+ /** Feature is not modifiable. */
658
+ NotModifiable = "NotModifiable",
659
+ /** Feature is modifiable. */
660
+ Modifiable = "Modifiable"
661
+ }
662
+ /**
663
+ * Feature enablement status. \
664
+ * {@link KnownFeatureStateModifiable} can be used interchangeably with FeatureStateModifiable,
665
+ * this enum contains the known values that the service supports.
666
+ * ### Known values supported by the service
667
+ * **NotModifiable**: Feature is not modifiable. \
668
+ * **Modifiable**: Feature is modifiable.
669
+ */
670
+ export type FeatureStateModifiable = string;
671
+ /** Feature status. */
672
+ export declare enum KnownFeatureStatus {
673
+ /** Feature is enabled. */
674
+ Enabled = "Enabled",
675
+ /** Feature is disabled. */
676
+ Disabled = "Disabled",
677
+ /** Auto Deploy feature status. */
678
+ AutoDeploy = "AutoDeploy"
679
+ }
680
+ /**
681
+ * Feature status. \
682
+ * {@link KnownFeatureStatus} can be used interchangeably with FeatureStatus,
683
+ * this enum contains the known values that the service supports.
684
+ * ### Known values supported by the service
685
+ * **Enabled**: Feature is enabled. \
686
+ * **Disabled**: Feature is disabled. \
687
+ * **AutoDeploy**: Auto Deploy feature status.
688
+ */
689
+ export type FeatureStatus = string;
690
+ export declare function defaultValueArraySerializer(result: Array<DefaultValue>): any[];
691
+ export declare function defaultValueArrayDeserializer(result: Array<DefaultValue>): any[];
692
+ /** A default value that can be provided for a feature property. */
693
+ export interface DefaultValue {
694
+ /** The name of the feature property. */
695
+ name?: string;
696
+ /** The default value to be applied for the given property. */
697
+ value?: string;
698
+ }
699
+ export declare function defaultValueSerializer(item: DefaultValue): any;
700
+ export declare function defaultValueDeserializer(item: any): DefaultValue;
701
+ /** The project policy properties for partial update. Properties not provided in the update request will not be changed. */
702
+ export interface ProjectPolicyUpdate {
703
+ /** Resource policies that are a part of this project policy. */
704
+ resourcePolicies?: ResourcePolicy[];
705
+ /** Resources that have access to the shared resources that are a part of this project policy. */
706
+ scopes?: string[];
707
+ /** Configuration Policies part of this project policy. */
708
+ configurationPolicies?: ConfigurationPolicies;
709
+ }
710
+ export declare function projectPolicyUpdateSerializer(item: ProjectPolicyUpdate): any;
711
+ /** Paged collection of ProjectPolicy items */
712
+ export interface _ProjectPolicyListResult {
713
+ /** The ProjectPolicy items on this page */
714
+ readonly value: ProjectPolicy[];
715
+ /** The link to the next page of items */
716
+ nextLink?: string;
717
+ }
718
+ export declare function _projectPolicyListResultDeserializer(item: any): _ProjectPolicyListResult;
719
+ export declare function projectPolicyArraySerializer(result: Array<ProjectPolicy>): any[];
720
+ export declare function projectPolicyArrayDeserializer(result: Array<ProjectPolicy>): any[];
721
+ /** Represents a project resource. */
722
+ export interface Project extends TrackedResource {
723
+ /** Managed identity properties. */
724
+ identity?: ManagedServiceIdentity;
725
+ /** Resource Id of an associated DevCenter. */
726
+ devCenterId?: string;
727
+ /** Description of the project. */
728
+ description?: string;
729
+ /** 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. */
730
+ maxDevBoxesPerUser?: number;
731
+ /** The display name of the project. */
732
+ displayName?: string;
733
+ /** Settings to be used when associating a project with a catalog. */
734
+ catalogSettings?: ProjectCatalogSettings;
735
+ /** Settings to be used for customizations. */
736
+ customizationSettings?: ProjectCustomizationSettings;
737
+ /** Dev Box Schedule Delete settings. */
738
+ devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings;
739
+ /** Indicates whether Azure AI services are enabled for a project. */
740
+ azureAiServicesSettings?: AzureAiServicesSettings;
741
+ /** Settings to be used for serverless GPU. */
742
+ serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings;
743
+ /** Settings to be used for workspace storage. */
744
+ workspaceStorageSettings?: WorkspaceStorageSettings;
745
+ /** List of Entra ID group assignments associated with this project. */
746
+ assignedGroups?: AssignedGroup[];
747
+ /** The provisioning state of the resource. */
748
+ readonly provisioningState?: ProvisioningState;
749
+ /** The URI of the Dev Center resource this project is associated with. */
750
+ readonly devCenterUri?: string;
751
+ }
752
+ export declare function projectSerializer(item: Project): any;
753
+ export declare function projectDeserializer(item: any): Project;
754
+ /** Properties of a project. */
755
+ export interface ProjectProperties extends ProjectUpdateProperties {
756
+ /** The provisioning state of the resource. */
757
+ readonly provisioningState?: ProvisioningState;
758
+ /** The URI of the Dev Center resource this project is associated with. */
759
+ readonly devCenterUri?: string;
760
+ }
761
+ export declare function projectPropertiesSerializer(item: ProjectProperties): any;
762
+ export declare function projectPropertiesDeserializer(item: any): ProjectProperties;
763
+ /** Properties of a project. These properties can be updated after the resource has been created. */
764
+ export interface ProjectUpdateProperties {
765
+ /** Resource Id of an associated DevCenter. */
766
+ devCenterId?: string;
767
+ /** Description of the project. */
768
+ description?: string;
769
+ /** 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. */
770
+ maxDevBoxesPerUser?: number;
771
+ /** The display name of the project. */
772
+ displayName?: string;
773
+ /** Settings to be used when associating a project with a catalog. */
774
+ catalogSettings?: ProjectCatalogSettings;
775
+ /** Settings to be used for customizations. */
776
+ customizationSettings?: ProjectCustomizationSettings;
777
+ /** Dev Box Schedule Delete settings. */
778
+ devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings;
779
+ /** Indicates whether Azure AI services are enabled for a project. */
780
+ azureAiServicesSettings?: AzureAiServicesSettings;
781
+ /** Settings to be used for serverless GPU. */
782
+ serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings;
783
+ /** Settings to be used for workspace storage. */
784
+ workspaceStorageSettings?: WorkspaceStorageSettings;
785
+ /** List of Entra ID group assignments associated with this project. */
786
+ assignedGroups?: AssignedGroup[];
787
+ }
788
+ export declare function projectUpdatePropertiesSerializer(item: ProjectUpdateProperties): any;
789
+ export declare function projectUpdatePropertiesDeserializer(item: any): ProjectUpdateProperties;
790
+ /** Settings to be used when associating a project with a catalog. */
791
+ export interface ProjectCatalogSettings {
792
+ /** Indicates catalog item types that can be synced. */
793
+ catalogItemSyncTypes?: CatalogItemType[];
794
+ }
795
+ export declare function projectCatalogSettingsSerializer(item: ProjectCatalogSettings): any;
796
+ export declare function projectCatalogSettingsDeserializer(item: any): ProjectCatalogSettings;
797
+ /** Indicates catalog item types. */
798
+ export declare enum KnownCatalogItemType {
799
+ /** Environment definition catalog item type. */
800
+ EnvironmentDefinition = "EnvironmentDefinition",
801
+ /** Image definition catalog item type. */
802
+ ImageDefinition = "ImageDefinition"
803
+ }
804
+ /**
805
+ * Indicates catalog item types. \
806
+ * {@link KnownCatalogItemType} can be used interchangeably with CatalogItemType,
807
+ * this enum contains the known values that the service supports.
808
+ * ### Known values supported by the service
809
+ * **EnvironmentDefinition**: Environment definition catalog item type. \
810
+ * **ImageDefinition**: Image definition catalog item type.
811
+ */
812
+ export type CatalogItemType = string;
813
+ /** Settings to be used for customizations. */
814
+ export interface ProjectCustomizationSettings {
815
+ /** The identities that can to be used in customization scenarios; e.g., to clone a repository. */
816
+ identities?: ProjectCustomizationManagedIdentity[];
817
+ /** Indicates whether user customizations are enabled. */
818
+ userCustomizationsEnableStatus?: UserCustomizationsEnableStatus;
819
+ }
820
+ export declare function projectCustomizationSettingsSerializer(item: ProjectCustomizationSettings): any;
821
+ export declare function projectCustomizationSettingsDeserializer(item: any): ProjectCustomizationSettings;
822
+ export declare function projectCustomizationManagedIdentityArraySerializer(result: Array<ProjectCustomizationManagedIdentity>): any[];
823
+ export declare function projectCustomizationManagedIdentityArrayDeserializer(result: Array<ProjectCustomizationManagedIdentity>): any[];
824
+ /** A reference to a Managed Identity that is attached to the Project. */
825
+ export interface ProjectCustomizationManagedIdentity {
826
+ /** Values can be systemAssignedIdentity or userAssignedIdentity. */
827
+ identityType?: ProjectCustomizationIdentityType;
828
+ /** Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */
829
+ identityResourceId?: string;
830
+ }
831
+ export declare function projectCustomizationManagedIdentitySerializer(item: ProjectCustomizationManagedIdentity): any;
832
+ export declare function projectCustomizationManagedIdentityDeserializer(item: any): ProjectCustomizationManagedIdentity;
833
+ /** Values can be systemAssignedIdentity or userAssignedIdentity */
834
+ export declare enum KnownProjectCustomizationIdentityType {
835
+ /** System assigned identity type. */
836
+ SystemAssignedIdentity = "systemAssignedIdentity",
837
+ /** User assigned identity type. */
838
+ UserAssignedIdentity = "userAssignedIdentity"
839
+ }
840
+ /**
841
+ * Values can be systemAssignedIdentity or userAssignedIdentity \
842
+ * {@link KnownProjectCustomizationIdentityType} can be used interchangeably with ProjectCustomizationIdentityType,
843
+ * this enum contains the known values that the service supports.
844
+ * ### Known values supported by the service
845
+ * **systemAssignedIdentity**: System assigned identity type. \
846
+ * **userAssignedIdentity**: User assigned identity type.
847
+ */
848
+ export type ProjectCustomizationIdentityType = string;
849
+ /** Indicates whether user customizations are enabled. */
850
+ export declare enum KnownUserCustomizationsEnableStatus {
851
+ /** User customizations are disabled. */
852
+ Disabled = "Disabled",
853
+ /** User customizations are enabled. */
854
+ Enabled = "Enabled"
855
+ }
856
+ /**
857
+ * Indicates whether user customizations are enabled. \
858
+ * {@link KnownUserCustomizationsEnableStatus} can be used interchangeably with UserCustomizationsEnableStatus,
859
+ * this enum contains the known values that the service supports.
860
+ * ### Known values supported by the service
861
+ * **Disabled**: User customizations are disabled. \
862
+ * **Enabled**: User customizations are enabled.
863
+ */
864
+ export type UserCustomizationsEnableStatus = string;
865
+ /** Settings controlling the auto deletion of inactive dev boxes. */
866
+ export interface DevBoxScheduleDeleteSettings {
867
+ /** Indicates the delete mode for Dev Boxes within this project. */
868
+ deleteMode?: DevBoxDeleteMode;
869
+ /** 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. */
870
+ inactiveThreshold?: string;
871
+ /** 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. */
872
+ gracePeriod?: string;
873
+ /** Indicates whether scheduled deletion should be canceled when a user connects to the dev box. */
874
+ cancelOnConnectEnableStatus?: CancelOnConnectEnableStatus;
875
+ }
876
+ export declare function devBoxScheduleDeleteSettingsSerializer(item: DevBoxScheduleDeleteSettings): any;
877
+ export declare function devBoxScheduleDeleteSettingsDeserializer(item: any): DevBoxScheduleDeleteSettings;
878
+ /** Indicates possible values for Dev Box delete mode. */
879
+ export declare enum KnownDevBoxDeleteMode {
880
+ /** Dev Boxes will not be deleted automatically, and user must manually delete. This is the default. */
881
+ Manual = "Manual",
882
+ /** Dev Boxes will be deleted automatically according to configured settings. */
883
+ Auto = "Auto"
884
+ }
885
+ /**
886
+ * Indicates possible values for Dev Box delete mode. \
887
+ * {@link KnownDevBoxDeleteMode} can be used interchangeably with DevBoxDeleteMode,
888
+ * this enum contains the known values that the service supports.
889
+ * ### Known values supported by the service
890
+ * **Manual**: Dev Boxes will not be deleted automatically, and user must manually delete. This is the default. \
891
+ * **Auto**: Dev Boxes will be deleted automatically according to configured settings.
892
+ */
893
+ export type DevBoxDeleteMode = string;
894
+ /** Indicates whether cancel on connect is enabled. */
895
+ export declare enum KnownCancelOnConnectEnableStatus {
896
+ /** Cancel on connect is enabled. */
897
+ Enabled = "Enabled",
898
+ /** Cancel on connect is disabled. */
899
+ Disabled = "Disabled"
900
+ }
901
+ /**
902
+ * Indicates whether cancel on connect is enabled. \
903
+ * {@link KnownCancelOnConnectEnableStatus} can be used interchangeably with CancelOnConnectEnableStatus,
904
+ * this enum contains the known values that the service supports.
905
+ * ### Known values supported by the service
906
+ * **Enabled**: Cancel on connect is enabled. \
907
+ * **Disabled**: Cancel on connect is disabled.
908
+ */
909
+ export type CancelOnConnectEnableStatus = string;
910
+ /** Configures Azure AI related services for the project. */
911
+ export interface AzureAiServicesSettings {
912
+ /** The property indicates whether Azure AI services is enabled. */
913
+ azureAiServicesMode?: AzureAiServicesMode;
914
+ }
915
+ export declare function azureAiServicesSettingsSerializer(item: AzureAiServicesSettings): any;
916
+ export declare function azureAiServicesSettingsDeserializer(item: any): AzureAiServicesSettings;
917
+ /** Indicates whether Azure AI services are enabled for a project. */
918
+ export declare enum KnownAzureAiServicesMode {
919
+ /** Azure AI services are disabled for this project. */
920
+ Disabled = "Disabled",
921
+ /** Azure AI services are enabled for this project and necessary resources will be automatically setup. */
922
+ AutoDeploy = "AutoDeploy"
923
+ }
924
+ /**
925
+ * Indicates whether Azure AI services are enabled for a project. \
926
+ * {@link KnownAzureAiServicesMode} can be used interchangeably with AzureAiServicesMode,
927
+ * this enum contains the known values that the service supports.
928
+ * ### Known values supported by the service
929
+ * **Disabled**: Azure AI services are disabled for this project. \
930
+ * **AutoDeploy**: Azure AI services are enabled for this project and necessary resources will be automatically setup.
931
+ */
932
+ export type AzureAiServicesMode = string;
933
+ /** Represents settings for serverless GPU access. */
934
+ export interface ServerlessGpuSessionsSettings {
935
+ /** The property indicates whether serverless GPU access is enabled on the project. */
936
+ serverlessGpuSessionsMode?: ServerlessGpuSessionsMode;
937
+ /** When specified, limits the maximum number of concurrent sessions across all pools in the project. */
938
+ maxConcurrentSessionsPerProject?: number;
939
+ }
940
+ export declare function serverlessGpuSessionsSettingsSerializer(item: ServerlessGpuSessionsSettings): any;
941
+ export declare function serverlessGpuSessionsSettingsDeserializer(item: any): ServerlessGpuSessionsSettings;
942
+ /** Indicates whether serverless GPU session access is enabled. */
943
+ export declare enum KnownServerlessGpuSessionsMode {
944
+ /** Serverless GPU session access is disabled. */
945
+ Disabled = "Disabled",
946
+ /** Serverless GPU session access is enabled and necessary resources will be automatically setup. */
947
+ AutoDeploy = "AutoDeploy"
948
+ }
949
+ /**
950
+ * Indicates whether serverless GPU session access is enabled. \
951
+ * {@link KnownServerlessGpuSessionsMode} can be used interchangeably with ServerlessGpuSessionsMode,
952
+ * this enum contains the known values that the service supports.
953
+ * ### Known values supported by the service
954
+ * **Disabled**: Serverless GPU session access is disabled. \
955
+ * **AutoDeploy**: Serverless GPU session access is enabled and necessary resources will be automatically setup.
956
+ */
957
+ export type ServerlessGpuSessionsMode = string;
958
+ /** Settings to be used for workspace storage. */
959
+ export interface WorkspaceStorageSettings {
960
+ /** Indicates whether workspace storage is enabled. */
961
+ workspaceStorageMode?: WorkspaceStorageMode;
962
+ }
963
+ export declare function workspaceStorageSettingsSerializer(item: WorkspaceStorageSettings): any;
964
+ export declare function workspaceStorageSettingsDeserializer(item: any): WorkspaceStorageSettings;
965
+ /** Indicates whether workspace storage is enabled. */
966
+ export declare enum KnownWorkspaceStorageMode {
967
+ /** Workspace storage is disabled. */
968
+ Disabled = "Disabled",
969
+ /** Workspace storage is enabled and necessary resources will be automatically setup. */
970
+ AutoDeploy = "AutoDeploy"
971
+ }
972
+ /**
973
+ * Indicates whether workspace storage is enabled. \
974
+ * {@link KnownWorkspaceStorageMode} can be used interchangeably with WorkspaceStorageMode,
975
+ * this enum contains the known values that the service supports.
976
+ * ### Known values supported by the service
977
+ * **Disabled**: Workspace storage is disabled. \
978
+ * **AutoDeploy**: Workspace storage is enabled and necessary resources will be automatically setup.
979
+ */
980
+ export type WorkspaceStorageMode = string;
981
+ export declare function assignedGroupArraySerializer(result: Array<AssignedGroup>): any[];
982
+ export declare function assignedGroupArrayDeserializer(result: Array<AssignedGroup>): any[];
983
+ /** Represents an Entra group assigned to this Project, entitling all members to resources for the given scope. */
984
+ export interface AssignedGroup {
985
+ /** The Entra group object ID (GUID). */
986
+ objectId?: string;
987
+ /** The scope of the assignment. */
988
+ scope?: AssignedGroupScope;
989
+ }
990
+ export declare function assignedGroupSerializer(item: AssignedGroup): any;
991
+ export declare function assignedGroupDeserializer(item: any): AssignedGroup;
992
+ /** The scope of an assignment. */
993
+ export declare enum KnownAssignedGroupScope {
994
+ /** Assignment entitles group members to Dev Boxes in the Project. */
995
+ DevBox = "DevBox"
996
+ }
997
+ /**
998
+ * The scope of an assignment. \
999
+ * {@link KnownAssignedGroupScope} can be used interchangeably with AssignedGroupScope,
1000
+ * this enum contains the known values that the service supports.
1001
+ * ### Known values supported by the service
1002
+ * **DevBox**: Assignment entitles group members to Dev Boxes in the Project.
1003
+ */
1004
+ export type AssignedGroupScope = string;
1005
+ /** The project properties for partial update. Properties not provided in the update request will not be changed. */
1006
+ export interface ProjectUpdate {
1007
+ /** Resource tags. */
1008
+ tags?: Record<string, string>;
1009
+ /** The geo-location where the resource lives. */
1010
+ location?: string;
1011
+ /** Managed identity properties. */
1012
+ identity?: ManagedServiceIdentity;
1013
+ /** Resource Id of an associated DevCenter. */
1014
+ devCenterId?: string;
1015
+ /** Description of the project. */
1016
+ description?: string;
1017
+ /** 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. */
1018
+ maxDevBoxesPerUser?: number;
1019
+ /** The display name of the project. */
1020
+ displayName?: string;
1021
+ /** Settings to be used when associating a project with a catalog. */
1022
+ catalogSettings?: ProjectCatalogSettings;
1023
+ /** Settings to be used for customizations. */
1024
+ customizationSettings?: ProjectCustomizationSettings;
1025
+ /** Dev Box Schedule Delete settings. */
1026
+ devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings;
1027
+ /** Indicates whether Azure AI services are enabled for a project. */
1028
+ azureAiServicesSettings?: AzureAiServicesSettings;
1029
+ /** Settings to be used for serverless GPU. */
1030
+ serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings;
1031
+ /** Settings to be used for workspace storage. */
1032
+ workspaceStorageSettings?: WorkspaceStorageSettings;
1033
+ /** List of Entra ID group assignments associated with this project. */
1034
+ assignedGroups?: AssignedGroup[];
1035
+ }
1036
+ export declare function projectUpdateSerializer(item: ProjectUpdate): any;
1037
+ /** Paged collection of Project items */
1038
+ export interface _ProjectListResult {
1039
+ /** The Project items on this page */
1040
+ readonly value: Project[];
1041
+ /** The link to the next page of items */
1042
+ nextLink?: string;
1043
+ }
1044
+ export declare function _projectListResultDeserializer(item: any): _ProjectListResult;
1045
+ export declare function projectArraySerializer(result: Array<Project>): any[];
1046
+ export declare function projectArrayDeserializer(result: Array<Project>): any[];
1047
+ /** Applicable inherited settings for a project. */
1048
+ export interface InheritedSettingsForProject {
1049
+ /** Dev Center settings to be used when associating a project with a catalog. */
1050
+ readonly projectCatalogSettings?: InheritedProjectCatalogSettings;
1051
+ /** Network settings that will be enforced on this project. */
1052
+ readonly networkSettings?: ProjectNetworkSettings;
1053
+ /** Azure AI project policy settings that will be enforced on this project. */
1054
+ readonly azureAiServicesSettings?: FeatureState;
1055
+ /** Dev box schedule delete project policy settings that will be enforced on this project. */
1056
+ readonly devBoxScheduleDeleteSettings?: FeatureState;
1057
+ /** Dev box limits project policy settings that will be enforced on this project. */
1058
+ readonly devBoxLimitsSettings?: FeatureState;
1059
+ /** Display name project policy settings that will be enforced on this project. */
1060
+ readonly displayNameSettings?: FeatureState;
1061
+ /** Dev box tunnel project policy settings that will be enforced on this project. */
1062
+ readonly devBoxTunnelSettings?: FeatureState;
1063
+ /** Serverless GPU sessions project policy settings that will be enforced on this project. */
1064
+ readonly serverlessGpuSessionsSettings?: FeatureState;
1065
+ /** User customizations project policy settings that will be enforced on this project. */
1066
+ readonly userCustomizationsSettings?: FeatureState;
1067
+ /** Workspace storage project policy settings that will be enforced on this project. */
1068
+ readonly workspaceStorageSettings?: FeatureState;
1069
+ }
1070
+ export declare function inheritedSettingsForProjectDeserializer(item: any): InheritedSettingsForProject;
1071
+ /** Inherited project catalog settings that combine project policy settings with dev center catalog settings. */
1072
+ export interface InheritedProjectCatalogSettings {
1073
+ /** Indicates whether the feature's status, Enabled or Disabled, is configurable at the Project scope. */
1074
+ statusModifiable?: FeatureStateModifiable;
1075
+ /** Indicates whether the feature values are configurable at the Project scope. */
1076
+ valuesModifiable?: FeatureStateModifiable;
1077
+ /** Indicates the default status of the feature. */
1078
+ defaultStatus?: FeatureStatus;
1079
+ /** The default values of the feature. */
1080
+ defaultValues?: DefaultValue[];
1081
+ /** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */
1082
+ catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;
1083
+ }
1084
+ export declare function inheritedProjectCatalogSettingsDeserializer(item: any): InheritedProjectCatalogSettings;
1085
+ /** Network settings for the project. */
1086
+ export interface ProjectNetworkSettings {
1087
+ /** Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. */
1088
+ readonly microsoftHostedNetworkEnableStatus?: MicrosoftHostedNetworkEnableStatus;
1089
+ }
1090
+ export declare function projectNetworkSettingsDeserializer(item: any): ProjectNetworkSettings;
1091
+ /** Represents an attached NetworkConnection. */
1092
+ export interface AttachedNetworkConnection extends ProxyResource {
1093
+ /** The provisioning state of the resource. */
1094
+ readonly provisioningState?: ProvisioningState;
1095
+ /** The resource ID of the NetworkConnection you want to attach. */
1096
+ networkConnectionId?: string;
1097
+ /** The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives. */
1098
+ readonly networkConnectionLocation?: string;
1099
+ /** Health check status values. */
1100
+ readonly healthCheckStatus?: HealthCheckStatus;
1101
+ /** AAD Join type of the network. This is populated based on the referenced Network Connection. */
1102
+ readonly domainJoinType?: DomainJoinType;
1103
+ }
1104
+ export declare function attachedNetworkConnectionSerializer(item: AttachedNetworkConnection): any;
1105
+ export declare function attachedNetworkConnectionDeserializer(item: any): AttachedNetworkConnection;
1106
+ /** Properties of an attached NetworkConnection. */
1107
+ export interface AttachedNetworkConnectionProperties {
1108
+ /** The provisioning state of the resource. */
1109
+ readonly provisioningState?: ProvisioningState;
1110
+ /** The resource ID of the NetworkConnection you want to attach. */
1111
+ networkConnectionId?: string;
1112
+ /** The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives. */
1113
+ readonly networkConnectionLocation?: string;
1114
+ /** Health check status values. */
1115
+ readonly healthCheckStatus?: HealthCheckStatus;
1116
+ /** AAD Join type of the network. This is populated based on the referenced Network Connection. */
1117
+ readonly domainJoinType?: DomainJoinType;
1118
+ }
1119
+ export declare function attachedNetworkConnectionPropertiesSerializer(item: AttachedNetworkConnectionProperties): any;
1120
+ export declare function attachedNetworkConnectionPropertiesDeserializer(item: any): AttachedNetworkConnectionProperties;
1121
+ /** Health check status values. */
1122
+ export declare enum KnownHealthCheckStatus {
1123
+ /** Unknown health check status. */
1124
+ Unknown = "Unknown",
1125
+ /** Pending health check status. */
1126
+ Pending = "Pending",
1127
+ /** Running health check status. */
1128
+ Running = "Running",
1129
+ /** Passed health check status. */
1130
+ Passed = "Passed",
1131
+ /** Warning health check status. */
1132
+ Warning = "Warning",
1133
+ /** Failed health check status. */
1134
+ Failed = "Failed",
1135
+ /** Informational health check status. */
1136
+ Informational = "Informational"
1137
+ }
1138
+ /**
1139
+ * Health check status values. \
1140
+ * {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,
1141
+ * this enum contains the known values that the service supports.
1142
+ * ### Known values supported by the service
1143
+ * **Unknown**: Unknown health check status. \
1144
+ * **Pending**: Pending health check status. \
1145
+ * **Running**: Running health check status. \
1146
+ * **Passed**: Passed health check status. \
1147
+ * **Warning**: Warning health check status. \
1148
+ * **Failed**: Failed health check status. \
1149
+ * **Informational**: Informational health check status.
1150
+ */
1151
+ export type HealthCheckStatus = string;
1152
+ /** Active Directory join type. */
1153
+ export declare enum KnownDomainJoinType {
1154
+ /** Hybrid Azure AD Join type. */
1155
+ HybridAzureADJoin = "HybridAzureADJoin",
1156
+ /** Azure AD Join type. */
1157
+ AzureADJoin = "AzureADJoin",
1158
+ /** No Active Directory join type. */
1159
+ None = "None"
1160
+ }
1161
+ /**
1162
+ * Active Directory join type. \
1163
+ * {@link KnownDomainJoinType} can be used interchangeably with DomainJoinType,
1164
+ * this enum contains the known values that the service supports.
1165
+ * ### Known values supported by the service
1166
+ * **HybridAzureADJoin**: Hybrid Azure AD Join type. \
1167
+ * **AzureADJoin**: Azure AD Join type. \
1168
+ * **None**: No Active Directory join type.
1169
+ */
1170
+ export type DomainJoinType = string;
1171
+ /** Paged collection of AttachedNetworkConnection items */
1172
+ export interface _AttachedNetworkListResult {
1173
+ /** The AttachedNetworkConnection items on this page */
1174
+ readonly value: AttachedNetworkConnection[];
1175
+ /** The link to the next page of items */
1176
+ nextLink?: string;
1177
+ }
1178
+ export declare function _attachedNetworkListResultDeserializer(item: any): _AttachedNetworkListResult;
1179
+ export declare function attachedNetworkConnectionArraySerializer(result: Array<AttachedNetworkConnection>): any[];
1180
+ export declare function attachedNetworkConnectionArrayDeserializer(result: Array<AttachedNetworkConnection>): any[];
1181
+ /** Represents a catalog. */
1182
+ export interface Catalog extends ProxyResource {
1183
+ /** Properties for a GitHub catalog type. */
1184
+ gitHub?: GitCatalog;
1185
+ /** Properties for an Azure DevOps catalog type. */
1186
+ adoGit?: GitCatalog;
1187
+ /** Indicates the type of sync that is configured for the catalog. */
1188
+ syncType?: CatalogSyncType;
1189
+ /** Indicates whether the catalog is configured to automatically build image definitions. Defaults to disabled for newly created catalogs. */
1190
+ autoImageBuildEnableStatus?: CatalogAutoImageBuildEnableStatus;
1191
+ /** Resource tags. */
1192
+ tags?: Record<string, string>;
1193
+ /** The provisioning state of the resource. */
1194
+ readonly provisioningState?: ProvisioningState;
1195
+ /** The synchronization state of the catalog. */
1196
+ readonly syncState?: CatalogSyncState;
1197
+ /** Stats of the latest synchronization. */
1198
+ readonly lastSyncStats?: SyncStats;
1199
+ /** The connection state of the catalog. */
1200
+ readonly connectionState?: CatalogConnectionState;
1201
+ /** When the catalog was last connected. */
1202
+ readonly lastConnectionTime?: Date;
1203
+ /** When the catalog was last synced. */
1204
+ readonly lastSyncTime?: Date;
1205
+ }
1206
+ export declare function catalogSerializer(item: Catalog): any;
1207
+ export declare function catalogDeserializer(item: any): Catalog;
1208
+ /** Properties of a catalog. */
1209
+ export interface CatalogProperties extends CatalogUpdateProperties {
1210
+ /** The provisioning state of the resource. */
1211
+ readonly provisioningState?: ProvisioningState;
1212
+ /** The synchronization state of the catalog. */
1213
+ readonly syncState?: CatalogSyncState;
1214
+ /** Stats of the latest synchronization. */
1215
+ readonly lastSyncStats?: SyncStats;
1216
+ /** The connection state of the catalog. */
1217
+ readonly connectionState?: CatalogConnectionState;
1218
+ /** When the catalog was last connected. */
1219
+ readonly lastConnectionTime?: Date;
1220
+ /** When the catalog was last synced. */
1221
+ readonly lastSyncTime?: Date;
1222
+ }
1223
+ export declare function catalogPropertiesSerializer(item: CatalogProperties): any;
1224
+ export declare function catalogPropertiesDeserializer(item: any): CatalogProperties;
1225
+ /** The synchronization state of the catalog. */
1226
+ export declare enum KnownCatalogSyncState {
1227
+ /** Succeeded synchronization state. */
1228
+ Succeeded = "Succeeded",
1229
+ /** In progress synchronization state. */
1230
+ InProgress = "InProgress",
1231
+ /** Failed synchronization state. */
1232
+ Failed = "Failed",
1233
+ /** Canceled synchronization state. */
1234
+ Canceled = "Canceled"
1235
+ }
1236
+ /**
1237
+ * The synchronization state of the catalog. \
1238
+ * {@link KnownCatalogSyncState} can be used interchangeably with CatalogSyncState,
1239
+ * this enum contains the known values that the service supports.
1240
+ * ### Known values supported by the service
1241
+ * **Succeeded**: Succeeded synchronization state. \
1242
+ * **InProgress**: In progress synchronization state. \
1243
+ * **Failed**: Failed synchronization state. \
1244
+ * **Canceled**: Canceled synchronization state.
1245
+ */
1246
+ export type CatalogSyncState = string;
1247
+ /** Stats of the synchronization. */
1248
+ export interface SyncStats {
1249
+ /** Count of catalog items added during synchronization. */
1250
+ readonly added?: number;
1251
+ /** Count of catalog items updated during synchronization. */
1252
+ readonly updated?: number;
1253
+ /** Count of catalog items that were unchanged during synchronization. */
1254
+ readonly unchanged?: number;
1255
+ /** Count of catalog items removed during synchronization. */
1256
+ readonly removed?: number;
1257
+ /** Count of catalog items that had validation errors during synchronization. */
1258
+ readonly validationErrors?: number;
1259
+ /** Count of synchronization errors that occured during synchronization. */
1260
+ readonly synchronizationErrors?: number;
1261
+ /** Indicates catalog item types that were synced. */
1262
+ syncedCatalogItemTypes?: CatalogItemType[];
1263
+ }
1264
+ export declare function syncStatsDeserializer(item: any): SyncStats;
1265
+ /** The connection state of the catalog. */
1266
+ export declare enum KnownCatalogConnectionState {
1267
+ /** Connected state. */
1268
+ Connected = "Connected",
1269
+ /** Disconnected state. */
1270
+ Disconnected = "Disconnected"
1271
+ }
1272
+ /**
1273
+ * The connection state of the catalog. \
1274
+ * {@link KnownCatalogConnectionState} can be used interchangeably with CatalogConnectionState,
1275
+ * this enum contains the known values that the service supports.
1276
+ * ### Known values supported by the service
1277
+ * **Connected**: Connected state. \
1278
+ * **Disconnected**: Disconnected state.
1279
+ */
1280
+ export type CatalogConnectionState = string;
1281
+ /** Properties of a catalog. These properties can be updated after the resource has been created. */
1282
+ export interface CatalogUpdateProperties {
1283
+ /** Properties for a GitHub catalog type. */
1284
+ gitHub?: GitCatalog;
1285
+ /** Properties for an Azure DevOps catalog type. */
1286
+ adoGit?: GitCatalog;
1287
+ /** Indicates the type of sync that is configured for the catalog. */
1288
+ syncType?: CatalogSyncType;
1289
+ /** Indicates whether the catalog is configured to automatically build image definitions. Defaults to disabled for newly created catalogs. */
1290
+ autoImageBuildEnableStatus?: CatalogAutoImageBuildEnableStatus;
1291
+ /** Resource tags. */
1292
+ tags?: Record<string, string>;
1293
+ }
1294
+ export declare function catalogUpdatePropertiesSerializer(item: CatalogUpdateProperties): any;
1295
+ export declare function catalogUpdatePropertiesDeserializer(item: any): CatalogUpdateProperties;
1296
+ /** Properties for a Git repository catalog. */
1297
+ export interface GitCatalog {
1298
+ /** Git URI. */
1299
+ uri?: string;
1300
+ /** Git branch. */
1301
+ branch?: string;
1302
+ /** A reference to the Key Vault secret containing a security token to authenticate to a Git repository. */
1303
+ secretIdentifier?: string;
1304
+ /** The folder where the catalog items can be found inside the repository. */
1305
+ path?: string;
1306
+ }
1307
+ export declare function gitCatalogSerializer(item: GitCatalog): any;
1308
+ export declare function gitCatalogDeserializer(item: any): GitCatalog;
1309
+ /** Indicates the type of sync that is configured for the catalog. */
1310
+ export declare enum KnownCatalogSyncType {
1311
+ /** Manual sync type. */
1312
+ Manual = "Manual",
1313
+ /** Scheduled sync type. */
1314
+ Scheduled = "Scheduled"
1315
+ }
1316
+ /**
1317
+ * Indicates the type of sync that is configured for the catalog. \
1318
+ * {@link KnownCatalogSyncType} can be used interchangeably with CatalogSyncType,
1319
+ * this enum contains the known values that the service supports.
1320
+ * ### Known values supported by the service
1321
+ * **Manual**: Manual sync type. \
1322
+ * **Scheduled**: Scheduled sync type.
1323
+ */
1324
+ export type CatalogSyncType = string;
1325
+ /** Indicates whether auto image build is enabled/disabled for image definitions in the catalog. */
1326
+ export declare enum KnownCatalogAutoImageBuildEnableStatus {
1327
+ /** Auto image build is disabled. */
1328
+ Disabled = "Disabled",
1329
+ /** Auto image build is enabled. */
1330
+ Enabled = "Enabled"
1331
+ }
1332
+ /**
1333
+ * Indicates whether auto image build is enabled/disabled for image definitions in the catalog. \
1334
+ * {@link KnownCatalogAutoImageBuildEnableStatus} can be used interchangeably with CatalogAutoImageBuildEnableStatus,
1335
+ * this enum contains the known values that the service supports.
1336
+ * ### Known values supported by the service
1337
+ * **Disabled**: Auto image build is disabled. \
1338
+ * **Enabled**: Auto image build is enabled.
1339
+ */
1340
+ export type CatalogAutoImageBuildEnableStatus = string;
1341
+ /** The catalog's properties for partial update. Properties not provided in the update request will not be changed. */
1342
+ export interface CatalogUpdate {
1343
+ /** Properties for a GitHub catalog type. */
1344
+ gitHub?: GitCatalog;
1345
+ /** Properties for an Azure DevOps catalog type. */
1346
+ adoGit?: GitCatalog;
1347
+ /** Indicates the type of sync that is configured for the catalog. */
1348
+ syncType?: CatalogSyncType;
1349
+ /** Indicates whether the catalog is configured to automatically build image definitions. Defaults to disabled for newly created catalogs. */
1350
+ autoImageBuildEnableStatus?: CatalogAutoImageBuildEnableStatus;
1351
+ /** Resource tags. */
1352
+ tags?: Record<string, string>;
1353
+ }
1354
+ export declare function catalogUpdateSerializer(item: CatalogUpdate): any;
1355
+ /** Paged collection of Catalog items */
1356
+ export interface _CatalogListResult {
1357
+ /** The Catalog items on this page */
1358
+ readonly value: Catalog[];
1359
+ /** The link to the next page of items */
1360
+ nextLink?: string;
1361
+ }
1362
+ export declare function _catalogListResultDeserializer(item: any): _CatalogListResult;
1363
+ export declare function catalogArraySerializer(result: Array<Catalog>): any[];
1364
+ export declare function catalogArrayDeserializer(result: Array<Catalog>): any[];
1365
+ /** Synchronization error details. */
1366
+ export interface SyncErrorDetails {
1367
+ /** Error information for the overall synchronization operation. */
1368
+ readonly operationError?: CatalogErrorDetails;
1369
+ /** Catalog items that have conflicting names. */
1370
+ readonly conflicts?: CatalogConflictError[];
1371
+ /** Errors that occured during synchronization. */
1372
+ readonly errors?: CatalogSyncError[];
1373
+ }
1374
+ export declare function syncErrorDetailsDeserializer(item: any): SyncErrorDetails;
1375
+ /** Catalog error details */
1376
+ export interface CatalogErrorDetails {
1377
+ /** An identifier for the error. */
1378
+ code?: string;
1379
+ /** A message describing the error. */
1380
+ message?: string;
1381
+ }
1382
+ export declare function catalogErrorDetailsDeserializer(item: any): CatalogErrorDetails;
1383
+ export declare function catalogConflictErrorArrayDeserializer(result: Array<CatalogConflictError>): any[];
1384
+ /** An individual conflict error. */
1385
+ export interface CatalogConflictError {
1386
+ /** The path of the file that has a conflicting name. */
1387
+ readonly path?: string;
1388
+ /** Name of the conflicting catalog item. */
1389
+ readonly name?: string;
1390
+ }
1391
+ export declare function catalogConflictErrorDeserializer(item: any): CatalogConflictError;
1392
+ export declare function catalogSyncErrorArrayDeserializer(result: Array<CatalogSyncError>): any[];
1393
+ /** An individual synchronization error. */
1394
+ export interface CatalogSyncError {
1395
+ /** The path of the file the error is associated with. */
1396
+ readonly path?: string;
1397
+ /** Errors associated with the file. */
1398
+ readonly errorDetails?: CatalogErrorDetails[];
1399
+ }
1400
+ export declare function catalogSyncErrorDeserializer(item: any): CatalogSyncError;
1401
+ export declare function catalogErrorDetailsArrayDeserializer(result: Array<CatalogErrorDetails>): any[];
1402
+ /** Represents an environment definition catalog item. */
1403
+ export interface EnvironmentDefinition extends ProxyResource {
1404
+ /** A short description of the environment definition. */
1405
+ readonly description?: string;
1406
+ /** Input parameters passed to an environment. */
1407
+ readonly parameters?: EnvironmentDefinitionParameter[];
1408
+ /** Path to the Environment Definition entrypoint file. */
1409
+ readonly templatePath?: string;
1410
+ /** Validation status for the environment definition. */
1411
+ readonly validationStatus?: CatalogResourceValidationStatus;
1412
+ }
1413
+ export declare function environmentDefinitionDeserializer(item: any): EnvironmentDefinition;
1414
+ /** Properties of an environment definition. */
1415
+ export interface EnvironmentDefinitionProperties {
1416
+ /** A short description of the environment definition. */
1417
+ readonly description?: string;
1418
+ /** Input parameters passed to an environment. */
1419
+ readonly parameters?: EnvironmentDefinitionParameter[];
1420
+ /** Path to the Environment Definition entrypoint file. */
1421
+ readonly templatePath?: string;
1422
+ /** Validation status for the environment definition. */
1423
+ readonly validationStatus?: CatalogResourceValidationStatus;
1424
+ }
1425
+ export declare function environmentDefinitionPropertiesDeserializer(item: any): EnvironmentDefinitionProperties;
1426
+ export declare function environmentDefinitionParameterArrayDeserializer(result: Array<EnvironmentDefinitionParameter>): any[];
1427
+ /** Properties of an Environment Definition parameter. */
1428
+ export interface EnvironmentDefinitionParameter {
1429
+ /** Unique ID of the parameter. */
1430
+ readonly id?: string;
1431
+ /** Display name of the parameter. */
1432
+ readonly name?: string;
1433
+ /** Description of the parameter. */
1434
+ readonly description?: string;
1435
+ /** A string of one of the basic JSON types (number, integer, array, object, boolean, string). */
1436
+ readonly type?: ParameterType;
1437
+ /** Whether or not this parameter is read-only. If true, default should have a value. */
1438
+ readonly readOnly?: boolean;
1439
+ /** Whether or not this parameter is required. */
1440
+ readonly required?: boolean;
1441
+ }
1442
+ export declare function environmentDefinitionParameterDeserializer(item: any): EnvironmentDefinitionParameter;
1443
+ /** The type of data a parameter accepts. */
1444
+ export declare enum KnownParameterType {
1445
+ /** The parameter accepts an array of values. */
1446
+ Array = "array",
1447
+ /** The parameter accepts a boolean value. */
1448
+ Boolean = "boolean",
1449
+ /** The parameter accepts an integer value. */
1450
+ Integer = "integer",
1451
+ /** The parameter accepts a number value. */
1452
+ Number = "number",
1453
+ /** The parameter accepts an object value. */
1454
+ Object = "object",
1455
+ /** The parameter accepts a string value. */
1456
+ String = "string"
1457
+ }
1458
+ /**
1459
+ * The type of data a parameter accepts. \
1460
+ * {@link KnownParameterType} can be used interchangeably with ParameterType,
1461
+ * this enum contains the known values that the service supports.
1462
+ * ### Known values supported by the service
1463
+ * **array**: The parameter accepts an array of values. \
1464
+ * **boolean**: The parameter accepts a boolean value. \
1465
+ * **integer**: The parameter accepts an integer value. \
1466
+ * **number**: The parameter accepts a number value. \
1467
+ * **object**: The parameter accepts an object value. \
1468
+ * **string**: The parameter accepts a string value.
1469
+ */
1470
+ export type ParameterType = string;
1471
+ /** Catalog resource validation status. */
1472
+ export declare enum KnownCatalogResourceValidationStatus {
1473
+ /** Unknown validation status. */
1474
+ Unknown = "Unknown",
1475
+ /** Pending validation status. */
1476
+ Pending = "Pending",
1477
+ /** Succeeded validation status. */
1478
+ Succeeded = "Succeeded",
1479
+ /** Failed validation status. */
1480
+ Failed = "Failed"
1481
+ }
1482
+ /**
1483
+ * Catalog resource validation status. \
1484
+ * {@link KnownCatalogResourceValidationStatus} can be used interchangeably with CatalogResourceValidationStatus,
1485
+ * this enum contains the known values that the service supports.
1486
+ * ### Known values supported by the service
1487
+ * **Unknown**: Unknown validation status. \
1488
+ * **Pending**: Pending validation status. \
1489
+ * **Succeeded**: Succeeded validation status. \
1490
+ * **Failed**: Failed validation status.
1491
+ */
1492
+ export type CatalogResourceValidationStatus = string;
1493
+ /** Paged collection of EnvironmentDefinition items */
1494
+ export interface _EnvironmentDefinitionListResult {
1495
+ /** The EnvironmentDefinition items on this page */
1496
+ readonly value: EnvironmentDefinition[];
1497
+ /** The link to the next page of items */
1498
+ nextLink?: string;
1499
+ }
1500
+ export declare function _environmentDefinitionListResultDeserializer(item: any): _EnvironmentDefinitionListResult;
1501
+ export declare function environmentDefinitionArrayDeserializer(result: Array<EnvironmentDefinition>): any[];
1502
+ /** 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. */
1503
+ export interface CatalogResourceValidationErrorDetails {
1504
+ /** Errors associated with resources synchronized from the catalog. */
1505
+ readonly errors?: CatalogErrorDetails[];
1506
+ }
1507
+ export declare function catalogResourceValidationErrorDetailsDeserializer(item: any): CatalogResourceValidationErrorDetails;
1508
+ /** Represents a gallery. */
1509
+ export interface Gallery extends ProxyResource {
1510
+ /** The provisioning state of the resource. */
1511
+ readonly provisioningState?: ProvisioningState;
1512
+ /** The resource ID of the backing Azure Compute Gallery. */
1513
+ galleryResourceId?: string;
1514
+ }
1515
+ export declare function gallerySerializer(item: Gallery): any;
1516
+ export declare function galleryDeserializer(item: any): Gallery;
1517
+ /** Properties of a gallery. */
1518
+ export interface GalleryProperties {
1519
+ /** The provisioning state of the resource. */
1520
+ readonly provisioningState?: ProvisioningState;
1521
+ /** The resource ID of the backing Azure Compute Gallery. */
1522
+ galleryResourceId: string;
1523
+ }
1524
+ export declare function galleryPropertiesSerializer(item: GalleryProperties): any;
1525
+ export declare function galleryPropertiesDeserializer(item: any): GalleryProperties;
1526
+ /** Paged collection of Gallery items */
1527
+ export interface _GalleryListResult {
1528
+ /** The Gallery items on this page */
1529
+ readonly value: Gallery[];
1530
+ /** The link to the next page of items */
1531
+ nextLink?: string;
1532
+ }
1533
+ export declare function _galleryListResultDeserializer(item: any): _GalleryListResult;
1534
+ export declare function galleryArraySerializer(result: Array<Gallery>): any[];
1535
+ export declare function galleryArrayDeserializer(result: Array<Gallery>): any[];
1536
+ /** Represents an image version. */
1537
+ export interface ImageVersion extends ProxyResource {
1538
+ /** The semantic version string. */
1539
+ readonly namePropertiesName?: string;
1540
+ /** The datetime that the backing image version was published. */
1541
+ readonly publishedDate?: Date;
1542
+ /** If the version should be excluded from being treated as the latest version. */
1543
+ readonly excludeFromLatest?: boolean;
1544
+ /** The size of the OS disk image, in GB. */
1545
+ readonly osDiskImageSizeInGb?: number;
1546
+ /** The provisioning state of the resource. */
1547
+ readonly provisioningState?: ProvisioningState;
1548
+ }
1549
+ export declare function imageVersionDeserializer(item: any): ImageVersion;
1550
+ /** Properties of an image version. */
1551
+ export interface ImageVersionProperties {
1552
+ /** The semantic version string. */
1553
+ readonly name?: string;
1554
+ /** The datetime that the backing image version was published. */
1555
+ readonly publishedDate?: Date;
1556
+ /** If the version should be excluded from being treated as the latest version. */
1557
+ readonly excludeFromLatest?: boolean;
1558
+ /** The size of the OS disk image, in GB. */
1559
+ readonly osDiskImageSizeInGb?: number;
1560
+ /** The provisioning state of the resource. */
1561
+ readonly provisioningState?: ProvisioningState;
1562
+ }
1563
+ export declare function imageVersionPropertiesDeserializer(item: any): ImageVersionProperties;
1564
+ /** Paged collection of ImageVersion items */
1565
+ export interface _ImageVersionListResult {
1566
+ /** The ImageVersion items on this page */
1567
+ readonly value: ImageVersion[];
1568
+ /** The link to the next page of items */
1569
+ nextLink?: string;
1570
+ }
1571
+ export declare function _imageVersionListResultDeserializer(item: any): _ImageVersionListResult;
1572
+ export declare function imageVersionArrayDeserializer(result: Array<ImageVersion>): any[];
1573
+ /** Represents an environment type. */
1574
+ export interface EnvironmentType extends ProxyResource {
1575
+ /** Resource tags. */
1576
+ tags?: Record<string, string>;
1577
+ /** The display name of the environment type. */
1578
+ displayName?: string;
1579
+ /** The provisioning state of the resource. */
1580
+ readonly provisioningState?: ProvisioningState;
1581
+ }
1582
+ export declare function environmentTypeSerializer(item: EnvironmentType): any;
1583
+ export declare function environmentTypeDeserializer(item: any): EnvironmentType;
1584
+ /** Properties of an environment type. */
1585
+ export interface EnvironmentTypeProperties extends EnvironmentTypeUpdateProperties {
1586
+ /** The provisioning state of the resource. */
1587
+ readonly provisioningState?: ProvisioningState;
1588
+ }
1589
+ export declare function environmentTypePropertiesSerializer(item: EnvironmentTypeProperties): any;
1590
+ export declare function environmentTypePropertiesDeserializer(item: any): EnvironmentTypeProperties;
1591
+ /** Properties of an environment type. These properties can be updated after the resource has been created. */
1592
+ export interface EnvironmentTypeUpdateProperties {
1593
+ /** The display name of the environment type. */
1594
+ displayName?: string;
1595
+ }
1596
+ export declare function environmentTypeUpdatePropertiesSerializer(item: EnvironmentTypeUpdateProperties): any;
1597
+ export declare function environmentTypeUpdatePropertiesDeserializer(item: any): EnvironmentTypeUpdateProperties;
1598
+ /** The environment type for partial update. Properties not provided in the update request will not be changed. */
1599
+ export interface EnvironmentTypeUpdate {
1600
+ /** Resource tags. */
1601
+ tags?: Record<string, string>;
1602
+ /** The display name of the environment type. */
1603
+ displayName?: string;
1604
+ }
1605
+ export declare function environmentTypeUpdateSerializer(item: EnvironmentTypeUpdate): any;
1606
+ /** Paged collection of EnvironmentType items */
1607
+ export interface _EnvironmentTypeListResult {
1608
+ /** The EnvironmentType items on this page */
1609
+ readonly value: EnvironmentType[];
1610
+ /** The link to the next page of items */
1611
+ nextLink?: string;
1612
+ }
1613
+ export declare function _environmentTypeListResultDeserializer(item: any): _EnvironmentTypeListResult;
1614
+ export declare function environmentTypeArraySerializer(result: Array<EnvironmentType>): any[];
1615
+ export declare function environmentTypeArrayDeserializer(result: Array<EnvironmentType>): any[];
1616
+ /** Represents an environment type. */
1617
+ export interface ProjectEnvironmentType extends TrackedResource {
1618
+ /** Managed identity properties. */
1619
+ identity?: ManagedServiceIdentity;
1620
+ /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
1621
+ deploymentTargetId?: string;
1622
+ /** The display name of the project environment type. */
1623
+ displayName?: string;
1624
+ /** Defines whether this Environment Type can be used in this Project. */
1625
+ status?: EnvironmentTypeEnableStatus;
1626
+ /** The role definition assigned to the environment creator on backing resources. */
1627
+ creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
1628
+ /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
1629
+ userRoleAssignments?: Record<string, UserRoleAssignmentValue>;
1630
+ /** The provisioning state of the resource. */
1631
+ readonly provisioningState?: ProvisioningState;
1632
+ /** The number of environments of this type. */
1633
+ readonly environmentCount?: number;
1634
+ }
1635
+ export declare function projectEnvironmentTypeSerializer(item: ProjectEnvironmentType): any;
1636
+ export declare function projectEnvironmentTypeDeserializer(item: any): ProjectEnvironmentType;
1637
+ /** Properties of a project environment type. */
1638
+ export interface ProjectEnvironmentTypeProperties extends ProjectEnvironmentTypeUpdateProperties {
1639
+ /** The provisioning state of the resource. */
1640
+ readonly provisioningState?: ProvisioningState;
1641
+ /** The number of environments of this type. */
1642
+ readonly environmentCount?: number;
1643
+ }
1644
+ export declare function projectEnvironmentTypePropertiesSerializer(item: ProjectEnvironmentTypeProperties): any;
1645
+ export declare function projectEnvironmentTypePropertiesDeserializer(item: any): ProjectEnvironmentTypeProperties;
1646
+ /** Properties of a project environment type. These properties can be updated after the resource has been created. */
1647
+ export interface ProjectEnvironmentTypeUpdateProperties {
1648
+ /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
1649
+ deploymentTargetId?: string;
1650
+ /** The display name of the project environment type. */
1651
+ displayName?: string;
1652
+ /** Defines whether this Environment Type can be used in this Project. */
1653
+ status?: EnvironmentTypeEnableStatus;
1654
+ /** The role definition assigned to the environment creator on backing resources. */
1655
+ creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
1656
+ /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
1657
+ userRoleAssignments?: Record<string, UserRoleAssignmentValue>;
1658
+ }
1659
+ export declare function projectEnvironmentTypeUpdatePropertiesSerializer(item: ProjectEnvironmentTypeUpdateProperties): any;
1660
+ export declare function projectEnvironmentTypeUpdatePropertiesDeserializer(item: any): ProjectEnvironmentTypeUpdateProperties;
1661
+ /** Indicates whether the environment type is either enabled or disabled. */
1662
+ export declare enum KnownEnvironmentTypeEnableStatus {
1663
+ /** Environment type is enabled. */
1664
+ Enabled = "Enabled",
1665
+ /** Environment type is disabled. */
1666
+ Disabled = "Disabled"
1667
+ }
1668
+ /**
1669
+ * Indicates whether the environment type is either enabled or disabled. \
1670
+ * {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,
1671
+ * this enum contains the known values that the service supports.
1672
+ * ### Known values supported by the service
1673
+ * **Enabled**: Environment type is enabled. \
1674
+ * **Disabled**: Environment type is disabled.
1675
+ */
1676
+ export type EnvironmentTypeEnableStatus = string;
1677
+ /** The role definition assigned to the environment creator on backing resources. */
1678
+ export interface ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment {
1679
+ /** A map of roles to assign to the environment creator. */
1680
+ roles?: Record<string, EnvironmentRole>;
1681
+ }
1682
+ export declare function projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentSerializer(item: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment): any;
1683
+ export declare function projectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentDeserializer(item: any): ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
1684
+ export declare function environmentRoleRecordSerializer(item: Record<string, EnvironmentRole>): Record<string, any>;
1685
+ export declare function environmentRoleRecordDeserializer(item: Record<string, any>): Record<string, EnvironmentRole>;
1686
+ /** A role that can be assigned to a user. */
1687
+ export interface EnvironmentRole {
1688
+ /** The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'. */
1689
+ readonly roleName?: string;
1690
+ /** This is a description of the Role Assignment. */
1691
+ readonly description?: string;
1692
+ }
1693
+ export declare function environmentRoleSerializer(_item: EnvironmentRole): any;
1694
+ export declare function environmentRoleDeserializer(item: any): EnvironmentRole;
1695
+ export declare function userRoleAssignmentValueRecordSerializer(item: Record<string, UserRoleAssignmentValue>): Record<string, any>;
1696
+ export declare function userRoleAssignmentValueRecordDeserializer(item: Record<string, any>): Record<string, UserRoleAssignmentValue>;
1697
+ /** Mapping of user object ID to role assignments. */
1698
+ export interface UserRoleAssignmentValue {
1699
+ /** A map of roles to assign to the parent user. */
1700
+ roles?: Record<string, EnvironmentRole>;
1701
+ }
1702
+ export declare function userRoleAssignmentValueSerializer(item: UserRoleAssignmentValue): any;
1703
+ export declare function userRoleAssignmentValueDeserializer(item: any): UserRoleAssignmentValue;
1704
+ /** The project environment type for partial update. Properties not provided in the update request will not be changed. */
1705
+ export interface ProjectEnvironmentTypeUpdate {
1706
+ /** Resource tags. */
1707
+ tags?: Record<string, string>;
1708
+ /** Managed identity properties. */
1709
+ identity?: ManagedServiceIdentity;
1710
+ /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
1711
+ deploymentTargetId?: string;
1712
+ /** The display name of the project environment type. */
1713
+ displayName?: string;
1714
+ /** Defines whether this Environment Type can be used in this Project. */
1715
+ status?: EnvironmentTypeEnableStatus;
1716
+ /** The role definition assigned to the environment creator on backing resources. */
1717
+ creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
1718
+ /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
1719
+ userRoleAssignments?: Record<string, UserRoleAssignmentValue>;
1720
+ }
1721
+ export declare function projectEnvironmentTypeUpdateSerializer(item: ProjectEnvironmentTypeUpdate): any;
1722
+ /** Paged collection of ProjectEnvironmentType items */
1723
+ export interface _ProjectEnvironmentTypeListResult {
1724
+ /** The ProjectEnvironmentType items on this page */
1725
+ readonly value: ProjectEnvironmentType[];
1726
+ /** The link to the next page of items */
1727
+ nextLink?: string;
1728
+ }
1729
+ export declare function _projectEnvironmentTypeListResultDeserializer(item: any): _ProjectEnvironmentTypeListResult;
1730
+ export declare function projectEnvironmentTypeArraySerializer(result: Array<ProjectEnvironmentType>): any[];
1731
+ export declare function projectEnvironmentTypeArrayDeserializer(result: Array<ProjectEnvironmentType>): any[];
1732
+ /** Represents a definition for a Developer Machine. */
1733
+ export interface DevBoxDefinition extends TrackedResource {
1734
+ /** Image reference information. */
1735
+ imageReference?: ImageReference;
1736
+ /** The SKU for Dev Boxes created using this definition. */
1737
+ sku?: Sku;
1738
+ /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1739
+ osStorageType?: string;
1740
+ /** 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 */
1741
+ hibernateSupport?: HibernateSupport;
1742
+ /** The provisioning state of the resource. */
1743
+ readonly provisioningState?: ProvisioningState;
1744
+ /** Validation status of the configured image. */
1745
+ readonly imageValidationStatus?: ImageValidationStatus;
1746
+ /** Details for image validator error. Populated when the image validation is not successful. */
1747
+ readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
1748
+ /** Validation status for the Dev Box Definition. */
1749
+ readonly validationStatus?: CatalogResourceValidationStatus;
1750
+ /** Image reference information for the currently active image (only populated during updates). */
1751
+ readonly activeImageReference?: ImageReference;
1752
+ }
1753
+ export declare function devBoxDefinitionSerializer(item: DevBoxDefinition): any;
1754
+ export declare function devBoxDefinitionDeserializer(item: any): DevBoxDefinition;
1755
+ /** Properties of a Dev Box definition. */
1756
+ export interface DevBoxDefinitionProperties extends DevBoxDefinitionUpdateProperties {
1757
+ /** The provisioning state of the resource. */
1758
+ readonly provisioningState?: ProvisioningState;
1759
+ /** Validation status of the configured image. */
1760
+ readonly imageValidationStatus?: ImageValidationStatus;
1761
+ /** Details for image validator error. Populated when the image validation is not successful. */
1762
+ readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
1763
+ /** Validation status for the Dev Box Definition. */
1764
+ readonly validationStatus?: CatalogResourceValidationStatus;
1765
+ /** Image reference information for the currently active image (only populated during updates). */
1766
+ readonly activeImageReference?: ImageReference;
1767
+ }
1768
+ export declare function devBoxDefinitionPropertiesSerializer(item: DevBoxDefinitionProperties): any;
1769
+ export declare function devBoxDefinitionPropertiesDeserializer(item: any): DevBoxDefinitionProperties;
1770
+ /** Image validation status. */
1771
+ export declare enum KnownImageValidationStatus {
1772
+ /** Unknown image validation status. */
1773
+ Unknown = "Unknown",
1774
+ /** Pending image validation status. */
1775
+ Pending = "Pending",
1776
+ /** Succeeded image validation status. */
1777
+ Succeeded = "Succeeded",
1778
+ /** Failed image validation status. */
1779
+ Failed = "Failed",
1780
+ /** Timed out image validation status. */
1781
+ TimedOut = "TimedOut"
1782
+ }
1783
+ /**
1784
+ * Image validation status. \
1785
+ * {@link KnownImageValidationStatus} can be used interchangeably with ImageValidationStatus,
1786
+ * this enum contains the known values that the service supports.
1787
+ * ### Known values supported by the service
1788
+ * **Unknown**: Unknown image validation status. \
1789
+ * **Pending**: Pending image validation status. \
1790
+ * **Succeeded**: Succeeded image validation status. \
1791
+ * **Failed**: Failed image validation status. \
1792
+ * **TimedOut**: Timed out image validation status.
1793
+ */
1794
+ export type ImageValidationStatus = string;
1795
+ /** Image validation error details. */
1796
+ export interface ImageValidationErrorDetails {
1797
+ /** An identifier for the error. */
1798
+ code?: string;
1799
+ /** A message describing the error. */
1800
+ message?: string;
1801
+ }
1802
+ export declare function imageValidationErrorDetailsDeserializer(item: any): ImageValidationErrorDetails;
1803
+ /** Image reference information. */
1804
+ export interface ImageReference {
1805
+ /** Image ID, or Image version ID. When Image ID is provided, its latest version will be used. */
1806
+ id?: string;
1807
+ /** The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use. */
1808
+ readonly exactVersion?: string;
1809
+ }
1810
+ export declare function imageReferenceSerializer(item: ImageReference): any;
1811
+ export declare function imageReferenceDeserializer(item: any): ImageReference;
1812
+ /** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */
1813
+ export interface DevBoxDefinitionUpdateProperties {
1814
+ /** Image reference information. */
1815
+ imageReference?: ImageReference;
1816
+ /** The SKU for Dev Boxes created using this definition. */
1817
+ sku?: Sku;
1818
+ /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1819
+ osStorageType?: string;
1820
+ /** 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 */
1821
+ hibernateSupport?: HibernateSupport;
1822
+ }
1823
+ export declare function devBoxDefinitionUpdatePropertiesSerializer(item: DevBoxDefinitionUpdateProperties): any;
1824
+ export declare function devBoxDefinitionUpdatePropertiesDeserializer(item: any): DevBoxDefinitionUpdateProperties;
1825
+ /** The resource model definition representing SKU */
1826
+ export interface Sku {
1827
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
1828
+ name: string;
1829
+ /** 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. */
1830
+ tier?: SkuTier;
1831
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
1832
+ size?: string;
1833
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
1834
+ family?: string;
1835
+ /** 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. */
1836
+ capacity?: number;
1837
+ }
1838
+ export declare function skuSerializer(item: Sku): any;
1839
+ export declare function skuDeserializer(item: any): Sku;
1840
+ /** 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. */
1841
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
1842
+ /** Partial update of a Dev Box definition resource. */
1843
+ export interface DevBoxDefinitionUpdate {
1844
+ /** Resource tags. */
1845
+ tags?: Record<string, string>;
1846
+ /** The geo-location where the resource lives. */
1847
+ location?: string;
1848
+ /** Image reference information. */
1849
+ imageReference?: ImageReference;
1850
+ /** The SKU for Dev Boxes created using this definition. */
1851
+ sku?: Sku;
1852
+ /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1853
+ osStorageType?: string;
1854
+ /** 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 */
1855
+ hibernateSupport?: HibernateSupport;
1856
+ }
1857
+ export declare function devBoxDefinitionUpdateSerializer(item: DevBoxDefinitionUpdate): any;
1858
+ /** Paged collection of DevBoxDefinition items */
1859
+ export interface _DevBoxDefinitionListResult {
1860
+ /** The DevBoxDefinition items on this page */
1861
+ readonly value: DevBoxDefinition[];
1862
+ /** The link to the next page of items */
1863
+ nextLink?: string;
1864
+ }
1865
+ export declare function _devBoxDefinitionListResultDeserializer(item: any): _DevBoxDefinitionListResult;
1866
+ export declare function devBoxDefinitionArraySerializer(result: Array<DevBoxDefinition>): any[];
1867
+ export declare function devBoxDefinitionArrayDeserializer(result: Array<DevBoxDefinition>): any[];
1868
+ /** Represents a Task to be used in customizing a Dev Box. */
1869
+ export interface CustomizationTask extends ProxyResource {
1870
+ /** Task properties */
1871
+ properties?: CustomizationTaskProperties;
1872
+ }
1873
+ export declare function customizationTaskDeserializer(item: any): CustomizationTask;
1874
+ /** Properties of a Task. */
1875
+ export interface CustomizationTaskProperties {
1876
+ /** Inputs to the task. */
1877
+ readonly inputs?: Record<string, CustomizationTaskInput>;
1878
+ /** The default timeout for the task. */
1879
+ readonly timeout?: number;
1880
+ /** Validation status for the Task. */
1881
+ readonly validationStatus?: CatalogResourceValidationStatus;
1882
+ }
1883
+ export declare function customizationTaskPropertiesDeserializer(item: any): CustomizationTaskProperties;
1884
+ export declare function customizationTaskInputRecordDeserializer(item: Record<string, any>): Record<string, CustomizationTaskInput>;
1885
+ /** Input for a Task. */
1886
+ export interface CustomizationTaskInput {
1887
+ /** Description of the input. */
1888
+ readonly description?: string;
1889
+ /** Type of the input. */
1890
+ readonly type?: CustomizationTaskInputType;
1891
+ /** Whether or not the input is required. */
1892
+ readonly required?: boolean;
1893
+ }
1894
+ export declare function customizationTaskInputDeserializer(item: any): CustomizationTaskInput;
1895
+ /** Type of the input. */
1896
+ export declare enum KnownCustomizationTaskInputType {
1897
+ /** The parameter accepts a string value. */
1898
+ String = "string",
1899
+ /** The parameter accepts a number value. */
1900
+ Number = "number",
1901
+ /** The parameter accepts a boolean value. */
1902
+ Boolean = "boolean"
1903
+ }
1904
+ /**
1905
+ * Type of the input. \
1906
+ * {@link KnownCustomizationTaskInputType} can be used interchangeably with CustomizationTaskInputType,
1907
+ * this enum contains the known values that the service supports.
1908
+ * ### Known values supported by the service
1909
+ * **string**: The parameter accepts a string value. \
1910
+ * **number**: The parameter accepts a number value. \
1911
+ * **boolean**: The parameter accepts a boolean value.
1912
+ */
1913
+ export type CustomizationTaskInputType = string;
1914
+ /** Paged collection of CustomizationTask items */
1915
+ export interface _CustomizationTaskListResult {
1916
+ /** The CustomizationTask items on this page */
1917
+ readonly value: CustomizationTask[];
1918
+ /** The link to the next page of items */
1919
+ nextLink?: string;
1920
+ }
1921
+ export declare function _customizationTaskListResultDeserializer(item: any): _CustomizationTaskListResult;
1922
+ export declare function customizationTaskArrayDeserializer(result: Array<CustomizationTask>): any[];
1923
+ /** Represents a definition for an Image. */
1924
+ export interface ImageDefinition extends ProxyResource {
1925
+ /** Image Definition properties */
1926
+ properties?: ImageDefinitionProperties;
1927
+ }
1928
+ export declare function imageDefinitionDeserializer(item: any): ImageDefinition;
1929
+ /** Properties of an Image Definition. */
1930
+ export interface ImageDefinitionProperties {
1931
+ /** Image reference information. */
1932
+ imageReference?: ImageReference;
1933
+ /** The URL to the repository file containing the image definition. */
1934
+ readonly fileUrl?: string;
1935
+ /** Details about the latest build. */
1936
+ latestBuild?: LatestImageBuild;
1937
+ /** Validation status of the configured image. */
1938
+ readonly imageValidationStatus?: ImageValidationStatus;
1939
+ /** Details for image validator error. Populated when the image validation is not successful. */
1940
+ readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
1941
+ /** Validation status for the Image Definition. */
1942
+ readonly validationStatus?: CatalogResourceValidationStatus;
1943
+ /** Image reference information for the currently active image (only populated during updates). */
1944
+ readonly activeImageReference?: ImageReference;
1945
+ /** Indicates if automatic image builds will be triggered for image definition updates */
1946
+ readonly autoImageBuild?: AutoImageBuildStatus;
1947
+ /** Tasks to run at Dev Box provisioning time. */
1948
+ tasks?: CustomizationTaskInstance[];
1949
+ /** Tasks to run when a user first logs into a Dev Box. */
1950
+ userTasks?: CustomizationTaskInstance[];
1951
+ /** Another Image Definition that this one extends. */
1952
+ extends?: ImageDefinitionReference;
1953
+ }
1954
+ export declare function imageDefinitionPropertiesDeserializer(item: any): ImageDefinitionProperties;
1955
+ /** Details about the latest build. */
1956
+ export interface LatestImageBuild {
1957
+ /** Identifier of a build. */
1958
+ readonly name?: string;
1959
+ /** Start time of the task group. */
1960
+ readonly startTime?: Date;
1961
+ /** End time of the task group. */
1962
+ readonly endTime?: Date;
1963
+ /** The state of an Image Definition Build. */
1964
+ readonly status?: ImageDefinitionBuildStatus;
1965
+ }
1966
+ export declare function latestImageBuildDeserializer(item: any): LatestImageBuild;
1967
+ /** The state of an Image Definition Build. */
1968
+ export declare enum KnownImageDefinitionBuildStatus {
1969
+ /** The image build has succeeded. */
1970
+ Succeeded = "Succeeded",
1971
+ /** The image build is running. */
1972
+ Running = "Running",
1973
+ /** The built image has failed validation. */
1974
+ ValidationFailed = "ValidationFailed",
1975
+ /** The image build has failed. */
1976
+ Failed = "Failed",
1977
+ /** The image build has been cancelled. */
1978
+ Cancelled = "Cancelled",
1979
+ /** The image build has timed out. */
1980
+ TimedOut = "TimedOut"
1981
+ }
1982
+ /**
1983
+ * The state of an Image Definition Build. \
1984
+ * {@link KnownImageDefinitionBuildStatus} can be used interchangeably with ImageDefinitionBuildStatus,
1985
+ * this enum contains the known values that the service supports.
1986
+ * ### Known values supported by the service
1987
+ * **Succeeded**: The image build has succeeded. \
1988
+ * **Running**: The image build is running. \
1989
+ * **ValidationFailed**: The built image has failed validation. \
1990
+ * **Failed**: The image build has failed. \
1991
+ * **Cancelled**: The image build has been cancelled. \
1992
+ * **TimedOut**: The image build has timed out.
1993
+ */
1994
+ export type ImageDefinitionBuildStatus = string;
1995
+ /** Indicates whether auto image build is enabled/disabled. */
1996
+ export declare enum KnownAutoImageBuildStatus {
1997
+ /** Auto image build is disabled. */
1998
+ Disabled = "Disabled",
1999
+ /** Auto image build is enabled. */
2000
+ Enabled = "Enabled"
2001
+ }
2002
+ /**
2003
+ * Indicates whether auto image build is enabled/disabled. \
2004
+ * {@link KnownAutoImageBuildStatus} can be used interchangeably with AutoImageBuildStatus,
2005
+ * this enum contains the known values that the service supports.
2006
+ * ### Known values supported by the service
2007
+ * **Disabled**: Auto image build is disabled. \
2008
+ * **Enabled**: Auto image build is enabled.
2009
+ */
2010
+ export type AutoImageBuildStatus = string;
2011
+ export declare function customizationTaskInstanceArrayDeserializer(result: Array<CustomizationTaskInstance>): any[];
2012
+ /** A customization task to run. */
2013
+ export interface CustomizationTaskInstance {
2014
+ /** Name of the task. */
2015
+ name: string;
2016
+ /** Parameters for the task. */
2017
+ parameters?: DefinitionParametersItem[];
2018
+ /** Display name to help differentiate multiple instances of the same task. */
2019
+ displayName?: string;
2020
+ /** Timeout, in seconds. Overrides any timeout provided on the task definition. */
2021
+ timeoutInSeconds?: number;
2022
+ /** An expression that must evaluate to true in order for the task to run. */
2023
+ condition?: string;
2024
+ }
2025
+ export declare function customizationTaskInstanceDeserializer(item: any): CustomizationTaskInstance;
2026
+ export declare function definitionParametersItemArrayDeserializer(result: Array<DefinitionParametersItem>): any[];
2027
+ /** Parameters for the task. */
2028
+ export interface DefinitionParametersItem {
2029
+ /** Name of the parameter. */
2030
+ name: string;
2031
+ /** value of the parameter. */
2032
+ value: string;
2033
+ }
2034
+ export declare function definitionParametersItemDeserializer(item: any): DefinitionParametersItem;
2035
+ /** A reference to an Image Definition. */
2036
+ export interface ImageDefinitionReference {
2037
+ /** Name of the referenced Image Definition. */
2038
+ imageDefinition: string;
2039
+ /** Parameters for the referenced Image Definition. */
2040
+ parameters?: DefinitionParametersItem[];
2041
+ }
2042
+ export declare function imageDefinitionReferenceDeserializer(item: any): ImageDefinitionReference;
2043
+ /** Paged collection of ImageDefinition items */
2044
+ export interface _ImageDefinitionListResult {
2045
+ /** The ImageDefinition items on this page */
2046
+ readonly value: ImageDefinition[];
2047
+ /** The link to the next page of items */
2048
+ nextLink?: string;
2049
+ }
2050
+ export declare function _imageDefinitionListResultDeserializer(item: any): _ImageDefinitionListResult;
2051
+ export declare function imageDefinitionArrayDeserializer(result: Array<ImageDefinition>): any[];
2052
+ /** Represents a specific build of an Image Definition. */
2053
+ export interface ImageDefinitionBuild extends ProxyResource {
2054
+ /** Image Definition Build properties */
2055
+ properties?: ImageDefinitionBuildProperties;
2056
+ }
2057
+ export declare function imageDefinitionBuildDeserializer(item: any): ImageDefinitionBuild;
2058
+ /** Properties of an Image Definition Build. */
2059
+ export interface ImageDefinitionBuildProperties {
2060
+ /** The specific image version used by the build. */
2061
+ readonly imageReference?: ImageReference;
2062
+ /** The status of the build. */
2063
+ readonly status?: ImageDefinitionBuildStatus;
2064
+ /** Start time of the task group. */
2065
+ readonly startTime?: Date;
2066
+ /** End time of the task group. */
2067
+ readonly endTime?: Date;
2068
+ /** Details for image creation error. Populated when the image creation is not successful. */
2069
+ readonly errorDetails?: ImageCreationErrorDetails;
2070
+ }
2071
+ export declare function imageDefinitionBuildPropertiesDeserializer(item: any): ImageDefinitionBuildProperties;
2072
+ /** Image creation error details. */
2073
+ export interface ImageCreationErrorDetails {
2074
+ /** An identifier for the error. */
2075
+ code?: string;
2076
+ /** A message describing the error. */
2077
+ message?: string;
2078
+ }
2079
+ export declare function imageCreationErrorDetailsDeserializer(item: any): ImageCreationErrorDetails;
2080
+ /** Represents a specific build of an Image Definition. */
2081
+ export interface ImageDefinitionBuildDetails extends ProxyResource {
2082
+ /** The specific image version used by the build. */
2083
+ readonly imageReference?: ImageReference;
2084
+ /** The status of the build. */
2085
+ readonly status?: ImageDefinitionBuildStatus;
2086
+ /** Start time of the task group. */
2087
+ readonly startTime?: Date;
2088
+ /** End time of the task group. */
2089
+ readonly endTime?: Date;
2090
+ /** Details for image creation error. Populated when the image creation is not successful. */
2091
+ readonly errorDetails?: ImageCreationErrorDetails;
2092
+ /** The list of task groups executed during the image definition build. */
2093
+ readonly taskGroups?: ImageDefinitionBuildTaskGroup[];
2094
+ }
2095
+ export declare function imageDefinitionBuildDetailsDeserializer(item: any): ImageDefinitionBuildDetails;
2096
+ export declare function imageDefinitionBuildTaskGroupArrayDeserializer(result: Array<ImageDefinitionBuildTaskGroup>): any[];
2097
+ /** A task group executed during the image definition build. */
2098
+ export interface ImageDefinitionBuildTaskGroup {
2099
+ /** The name of the task group. */
2100
+ readonly name?: string;
2101
+ /** The status of the task group. */
2102
+ readonly status?: ImageDefinitionBuildStatus;
2103
+ /** Start time of the task group. */
2104
+ readonly startTime?: Date;
2105
+ /** End time of the task group. */
2106
+ readonly endTime?: Date;
2107
+ /** The list of tasks executed during the task group. */
2108
+ readonly tasks?: ImageDefinitionBuildTask[];
2109
+ }
2110
+ export declare function imageDefinitionBuildTaskGroupDeserializer(item: any): ImageDefinitionBuildTaskGroup;
2111
+ export declare function imageDefinitionBuildTaskArrayDeserializer(result: Array<ImageDefinitionBuildTask>): any[];
2112
+ /** A task executed during the image definition build. */
2113
+ export interface ImageDefinitionBuildTask {
2114
+ /** The name of the task. */
2115
+ name?: string;
2116
+ /** Parameters for the task. */
2117
+ parameters?: ImageDefinitionBuildTaskParametersItem[];
2118
+ /** Display name to help differentiate multiple instances of the same task. */
2119
+ displayName?: string;
2120
+ /** ID of the task instance. */
2121
+ readonly id?: string;
2122
+ /** Start time of the task. */
2123
+ readonly startTime?: Date;
2124
+ /** End time of the task. */
2125
+ readonly endTime?: Date;
2126
+ /** The status of the task. */
2127
+ readonly status?: ImageDefinitionBuildStatus;
2128
+ /** The URI for retrieving logs for the task execution. */
2129
+ readonly logUri?: string;
2130
+ }
2131
+ export declare function imageDefinitionBuildTaskDeserializer(item: any): ImageDefinitionBuildTask;
2132
+ export declare function imageDefinitionBuildTaskParametersItemArrayDeserializer(result: Array<ImageDefinitionBuildTaskParametersItem>): any[];
2133
+ /** Parameters for an image definition build task. */
2134
+ export interface ImageDefinitionBuildTaskParametersItem {
2135
+ /** Key of the parameter. */
2136
+ key: string;
2137
+ /** Value of the parameter. */
2138
+ value: string;
2139
+ }
2140
+ export declare function imageDefinitionBuildTaskParametersItemDeserializer(item: any): ImageDefinitionBuildTaskParametersItem;
2141
+ /** A pool of Virtual Machines. */
2142
+ export interface Pool extends TrackedResource {
2143
+ /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */
2144
+ devBoxDefinitionType?: PoolDevBoxDefinitionType;
2145
+ /** Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value. */
2146
+ devBoxDefinitionName?: string;
2147
+ /** A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided. */
2148
+ devBoxDefinition?: PoolDevBoxDefinition;
2149
+ /** Name of a Network Connection in parent Project of this Pool. */
2150
+ networkConnectionName?: string;
2151
+ /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
2152
+ licenseType?: LicenseType;
2153
+ /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
2154
+ localAdministrator?: LocalAdminStatus;
2155
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
2156
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
2157
+ /** Stop on no connect configuration settings for Dev Boxes created in this pool. */
2158
+ stopOnNoConnect?: StopOnNoConnectConfiguration;
2159
+ /** 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. */
2160
+ singleSignOnStatus?: SingleSignOnStatus;
2161
+ /** The display name of the pool. */
2162
+ displayName?: string;
2163
+ /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
2164
+ virtualNetworkType?: VirtualNetworkType;
2165
+ /** The regions of the managed virtual network (required when managedNetworkType is Managed). */
2166
+ managedVirtualNetworkRegions?: string[];
2167
+ /** Active hours configuration settings for Dev Boxes created in this pool. */
2168
+ activeHoursConfiguration?: ActiveHoursConfiguration;
2169
+ /** Indicates whether Dev Box Tunnel is enabled for a the pool. */
2170
+ devBoxTunnelEnableStatus?: DevBoxTunnelEnableStatus;
2171
+ /** Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes. */
2172
+ readonly healthStatus?: HealthStatus;
2173
+ /** 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 */
2174
+ readonly healthStatusDetails?: HealthStatusDetail[];
2175
+ /** Indicates the number of provisioned Dev Boxes in this pool. */
2176
+ readonly devBoxCount?: number;
2177
+ /** The provisioning state of the resource. */
2178
+ readonly provisioningState?: ProvisioningState;
2179
+ }
2180
+ export declare function poolSerializer(item: Pool): any;
2181
+ export declare function poolDeserializer(item: any): Pool;
2182
+ /** Properties of a Pool. */
2183
+ export interface PoolProperties extends PoolUpdateProperties {
2184
+ /** Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes. */
2185
+ readonly healthStatus?: HealthStatus;
2186
+ /** 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 */
2187
+ readonly healthStatusDetails?: HealthStatusDetail[];
2188
+ /** Indicates the number of provisioned Dev Boxes in this pool. */
2189
+ readonly devBoxCount?: number;
2190
+ /** The provisioning state of the resource. */
2191
+ readonly provisioningState?: ProvisioningState;
2192
+ }
2193
+ export declare function poolPropertiesSerializer(item: PoolProperties): any;
2194
+ export declare function poolPropertiesDeserializer(item: any): PoolProperties;
2195
+ /** Health status indicating whether a pool is available to create Dev Boxes. */
2196
+ export declare enum KnownHealthStatus {
2197
+ /** Unknown health status. */
2198
+ Unknown = "Unknown",
2199
+ /** Pending health status. */
2200
+ Pending = "Pending",
2201
+ /** Healthy health status. */
2202
+ Healthy = "Healthy",
2203
+ /** Warning health status. */
2204
+ Warning = "Warning",
2205
+ /** Unhealthy health status. */
2206
+ Unhealthy = "Unhealthy"
2207
+ }
2208
+ /**
2209
+ * Health status indicating whether a pool is available to create Dev Boxes. \
2210
+ * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
2211
+ * this enum contains the known values that the service supports.
2212
+ * ### Known values supported by the service
2213
+ * **Unknown**: Unknown health status. \
2214
+ * **Pending**: Pending health status. \
2215
+ * **Healthy**: Healthy health status. \
2216
+ * **Warning**: Warning health status. \
2217
+ * **Unhealthy**: Unhealthy health status.
2218
+ */
2219
+ export type HealthStatus = string;
2220
+ export declare function healthStatusDetailArrayDeserializer(result: Array<HealthStatusDetail>): any[];
2221
+ /** Pool health status detail. */
2222
+ export interface HealthStatusDetail {
2223
+ /** An identifier for the issue. */
2224
+ readonly code?: string;
2225
+ /** A message describing the issue, intended to be suitable for display in a user interface */
2226
+ readonly message?: string;
2227
+ }
2228
+ export declare function healthStatusDetailDeserializer(item: any): HealthStatusDetail;
2229
+ /** Properties of a Pool. These properties can be updated after the resource has been created. */
2230
+ export interface PoolUpdateProperties {
2231
+ /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */
2232
+ devBoxDefinitionType?: PoolDevBoxDefinitionType;
2233
+ /** Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value. */
2234
+ devBoxDefinitionName?: string;
2235
+ /** A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided. */
2236
+ devBoxDefinition?: PoolDevBoxDefinition;
2237
+ /** Name of a Network Connection in parent Project of this Pool. */
2238
+ networkConnectionName?: string;
2239
+ /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
2240
+ licenseType?: LicenseType;
2241
+ /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
2242
+ localAdministrator?: LocalAdminStatus;
2243
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
2244
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
2245
+ /** Stop on no connect configuration settings for Dev Boxes created in this pool. */
2246
+ stopOnNoConnect?: StopOnNoConnectConfiguration;
2247
+ /** 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. */
2248
+ singleSignOnStatus?: SingleSignOnStatus;
2249
+ /** The display name of the pool. */
2250
+ displayName?: string;
2251
+ /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
2252
+ virtualNetworkType?: VirtualNetworkType;
2253
+ /** The regions of the managed virtual network (required when managedNetworkType is Managed). */
2254
+ managedVirtualNetworkRegions?: string[];
2255
+ /** Active hours configuration settings for Dev Boxes created in this pool. */
2256
+ activeHoursConfiguration?: ActiveHoursConfiguration;
2257
+ /** Indicates whether Dev Box Tunnel is enabled for a the pool. */
2258
+ devBoxTunnelEnableStatus?: DevBoxTunnelEnableStatus;
2259
+ }
2260
+ export declare function poolUpdatePropertiesSerializer(item: PoolUpdateProperties): any;
2261
+ export declare function poolUpdatePropertiesDeserializer(item: any): PoolUpdateProperties;
2262
+ /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */
2263
+ export declare enum KnownPoolDevBoxDefinitionType {
2264
+ /** Indicates the pool is created from an existing Dev Box definition. */
2265
+ Reference = "Reference",
2266
+ /** 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. */
2267
+ Value = "Value"
2268
+ }
2269
+ /**
2270
+ * Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. \
2271
+ * {@link KnownPoolDevBoxDefinitionType} can be used interchangeably with PoolDevBoxDefinitionType,
2272
+ * this enum contains the known values that the service supports.
2273
+ * ### Known values supported by the service
2274
+ * **Reference**: Indicates the pool is created from an existing Dev Box definition. \
2275
+ * **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.
2276
+ */
2277
+ export type PoolDevBoxDefinitionType = string;
2278
+ /** Represents a definition for a Developer Machine. */
2279
+ export interface PoolDevBoxDefinition {
2280
+ /** Image reference information. */
2281
+ imageReference?: ImageReference;
2282
+ /** The SKU for Dev Boxes created from the Pool. */
2283
+ sku?: Sku;
2284
+ /** Image reference information for the currently active image (only populated during updates). */
2285
+ readonly activeImageReference?: ImageReference;
2286
+ }
2287
+ export declare function poolDevBoxDefinitionSerializer(item: PoolDevBoxDefinition): any;
2288
+ export declare function poolDevBoxDefinitionDeserializer(item: any): PoolDevBoxDefinition;
2289
+ /** License Types */
2290
+ export declare enum KnownLicenseType {
2291
+ /** Windows Client license type. */
2292
+ WindowsClient = "Windows_Client"
2293
+ }
2294
+ /**
2295
+ * License Types \
2296
+ * {@link KnownLicenseType} can be used interchangeably with LicenseType,
2297
+ * this enum contains the known values that the service supports.
2298
+ * ### Known values supported by the service
2299
+ * **Windows_Client**: Windows Client license type.
2300
+ */
2301
+ export type LicenseType = string;
2302
+ /** Local Administrator enable or disable status. Indicates whether owners of Dev Boxes are added as local administrators on the Dev Box. */
2303
+ export declare enum KnownLocalAdminStatus {
2304
+ /** Local administrator is disabled. */
2305
+ Disabled = "Disabled",
2306
+ /** Local administrator is enabled. */
2307
+ Enabled = "Enabled"
2308
+ }
2309
+ /**
2310
+ * Local Administrator enable or disable status. Indicates whether owners of Dev Boxes are added as local administrators on the Dev Box. \
2311
+ * {@link KnownLocalAdminStatus} can be used interchangeably with LocalAdminStatus,
2312
+ * this enum contains the known values that the service supports.
2313
+ * ### Known values supported by the service
2314
+ * **Disabled**: Local administrator is disabled. \
2315
+ * **Enabled**: Local administrator is enabled.
2316
+ */
2317
+ export type LocalAdminStatus = string;
2318
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
2319
+ export interface StopOnDisconnectConfiguration {
2320
+ /** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */
2321
+ status?: StopOnDisconnectEnableStatus;
2322
+ /** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */
2323
+ gracePeriodMinutes?: number;
2324
+ }
2325
+ export declare function stopOnDisconnectConfigurationSerializer(item: StopOnDisconnectConfiguration): any;
2326
+ export declare function stopOnDisconnectConfigurationDeserializer(item: any): StopOnDisconnectConfiguration;
2327
+ /** Stop on disconnect enable or disable status. Indicates whether stop on disconnect to is either enabled or disabled. */
2328
+ export declare enum KnownStopOnDisconnectEnableStatus {
2329
+ /** Stop on disconnect is enabled. */
2330
+ Enabled = "Enabled",
2331
+ /** Stop on disconnect is disabled. */
2332
+ Disabled = "Disabled"
2333
+ }
2334
+ /**
2335
+ * Stop on disconnect enable or disable status. Indicates whether stop on disconnect to is either enabled or disabled. \
2336
+ * {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,
2337
+ * this enum contains the known values that the service supports.
2338
+ * ### Known values supported by the service
2339
+ * **Enabled**: Stop on disconnect is enabled. \
2340
+ * **Disabled**: Stop on disconnect is disabled.
2341
+ */
2342
+ export type StopOnDisconnectEnableStatus = string;
2343
+ /** Stop on no connect configuration settings for Dev Boxes created in this pool. */
2344
+ export interface StopOnNoConnectConfiguration {
2345
+ /** Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. */
2346
+ status?: StopOnNoConnectEnableStatus;
2347
+ /** The specified time in minutes to wait before stopping a Dev Box if no connection is made. */
2348
+ gracePeriodMinutes?: number;
2349
+ }
2350
+ export declare function stopOnNoConnectConfigurationSerializer(item: StopOnNoConnectConfiguration): any;
2351
+ export declare function stopOnNoConnectConfigurationDeserializer(item: any): StopOnNoConnectConfiguration;
2352
+ /** Stop on no connect enable or disable status. */
2353
+ export declare enum KnownStopOnNoConnectEnableStatus {
2354
+ /** Stop on no connect is enabled. */
2355
+ Enabled = "Enabled",
2356
+ /** Stop on no connect is disabled. */
2357
+ Disabled = "Disabled"
2358
+ }
2359
+ /**
2360
+ * Stop on no connect enable or disable status. \
2361
+ * {@link KnownStopOnNoConnectEnableStatus} can be used interchangeably with StopOnNoConnectEnableStatus,
2362
+ * this enum contains the known values that the service supports.
2363
+ * ### Known values supported by the service
2364
+ * **Enabled**: Stop on no connect is enabled. \
2365
+ * **Disabled**: Stop on no connect is disabled.
2366
+ */
2367
+ export type StopOnNoConnectEnableStatus = string;
2368
+ /** SingleSignOn (SSO) enable or disable status. Indicates whether Dev Boxes in the Pool will have SSO enabled or disabled. */
2369
+ export declare enum KnownSingleSignOnStatus {
2370
+ /** Single Sign On is disabled. */
2371
+ Disabled = "Disabled",
2372
+ /** Single Sign On is enabled. */
2373
+ Enabled = "Enabled"
2374
+ }
2375
+ /**
2376
+ * SingleSignOn (SSO) enable or disable status. Indicates whether Dev Boxes in the Pool will have SSO enabled or disabled. \
2377
+ * {@link KnownSingleSignOnStatus} can be used interchangeably with SingleSignOnStatus,
2378
+ * this enum contains the known values that the service supports.
2379
+ * ### Known values supported by the service
2380
+ * **Disabled**: Single Sign On is disabled. \
2381
+ * **Enabled**: Single Sign On is enabled.
2382
+ */
2383
+ export type SingleSignOnStatus = string;
2384
+ /** Indicates a pool uses a Virtual Network managed by Microsoft (Managed), or a customer provided Network (Unmanaged). */
2385
+ export declare enum KnownVirtualNetworkType {
2386
+ /** Virtual Network is managed by Microsoft. */
2387
+ Managed = "Managed",
2388
+ /** Virtual Network is managed by user. */
2389
+ Unmanaged = "Unmanaged"
2390
+ }
2391
+ /**
2392
+ * Indicates a pool uses a Virtual Network managed by Microsoft (Managed), or a customer provided Network (Unmanaged). \
2393
+ * {@link KnownVirtualNetworkType} can be used interchangeably with VirtualNetworkType,
2394
+ * this enum contains the known values that the service supports.
2395
+ * ### Known values supported by the service
2396
+ * **Managed**: Virtual Network is managed by Microsoft. \
2397
+ * **Unmanaged**: Virtual Network is managed by user.
2398
+ */
2399
+ export type VirtualNetworkType = string;
2400
+ /** Active hours configuration. */
2401
+ export interface ActiveHoursConfiguration {
2402
+ /** Enables or disables whether the Dev Box should be kept awake during active hours. */
2403
+ keepAwakeEnableStatus?: KeepAwakeEnableStatus;
2404
+ /** Enables or disables whether the Dev Box should be automatically started at commencement of active hours. */
2405
+ autoStartEnableStatus?: AutoStartEnableStatus;
2406
+ /** The default IANA timezone id of the active hours. */
2407
+ defaultTimeZone?: string;
2408
+ /** The default start time of the active hours. */
2409
+ defaultStartTimeHour?: number;
2410
+ /** The default end time of the active hours. */
2411
+ defaultEndTimeHour?: number;
2412
+ /** 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. */
2413
+ defaultDaysOfWeek?: DayOfWeek[];
2414
+ /** The maximum amount of days per week that a user can enable active hours related features. */
2415
+ daysOfWeekLimit?: number;
2416
+ }
2417
+ export declare function activeHoursConfigurationSerializer(item: ActiveHoursConfiguration): any;
2418
+ export declare function activeHoursConfigurationDeserializer(item: any): ActiveHoursConfiguration;
2419
+ /** Enables or disables whether Dev Boxes should be kept awake during active hours. */
2420
+ export declare enum KnownKeepAwakeEnableStatus {
2421
+ /** Keep awake is enabled. */
2422
+ Enabled = "Enabled",
2423
+ /** Keep awake is disabled. */
2424
+ Disabled = "Disabled"
2425
+ }
2426
+ /**
2427
+ * Enables or disables whether Dev Boxes should be kept awake during active hours. \
2428
+ * {@link KnownKeepAwakeEnableStatus} can be used interchangeably with KeepAwakeEnableStatus,
2429
+ * this enum contains the known values that the service supports.
2430
+ * ### Known values supported by the service
2431
+ * **Enabled**: Keep awake is enabled. \
2432
+ * **Disabled**: Keep awake is disabled.
2433
+ */
2434
+ export type KeepAwakeEnableStatus = string;
2435
+ /** Enables or disables whether Dev Boxes should be automatically started at commencement of active hours. */
2436
+ export declare enum KnownAutoStartEnableStatus {
2437
+ /** Auto start is enabled. */
2438
+ Enabled = "Enabled",
2439
+ /** Auto start is disabled. */
2440
+ Disabled = "Disabled"
2441
+ }
2442
+ /**
2443
+ * Enables or disables whether Dev Boxes should be automatically started at commencement of active hours. \
2444
+ * {@link KnownAutoStartEnableStatus} can be used interchangeably with AutoStartEnableStatus,
2445
+ * this enum contains the known values that the service supports.
2446
+ * ### Known values supported by the service
2447
+ * **Enabled**: Auto start is enabled. \
2448
+ * **Disabled**: Auto start is disabled.
2449
+ */
2450
+ export type AutoStartEnableStatus = string;
2451
+ /** The days of the week. */
2452
+ export type DayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
2453
+ /** Indicates whether Dev Box Tunnel is enabled. */
2454
+ export declare enum KnownDevBoxTunnelEnableStatus {
2455
+ /** Dev Box Tunnel is enabled. */
2456
+ Disabled = "Disabled",
2457
+ /** Dev Box Tunnel is disabled. */
2458
+ Enabled = "Enabled"
2459
+ }
2460
+ /**
2461
+ * Indicates whether Dev Box Tunnel is enabled. \
2462
+ * {@link KnownDevBoxTunnelEnableStatus} can be used interchangeably with DevBoxTunnelEnableStatus,
2463
+ * this enum contains the known values that the service supports.
2464
+ * ### Known values supported by the service
2465
+ * **Disabled**: Dev Box Tunnel is enabled. \
2466
+ * **Enabled**: Dev Box Tunnel is disabled.
2467
+ */
2468
+ export type DevBoxTunnelEnableStatus = string;
2469
+ /** The pool properties for partial update. Properties not provided in the update request will not be changed. */
2470
+ export interface PoolUpdate {
2471
+ /** Resource tags. */
2472
+ tags?: Record<string, string>;
2473
+ /** The geo-location where the resource lives. */
2474
+ location?: string;
2475
+ /** Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly. */
2476
+ devBoxDefinitionType?: PoolDevBoxDefinitionType;
2477
+ /** Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value. */
2478
+ devBoxDefinitionName?: string;
2479
+ /** A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided. */
2480
+ devBoxDefinition?: PoolDevBoxDefinition;
2481
+ /** Name of a Network Connection in parent Project of this Pool. */
2482
+ networkConnectionName?: string;
2483
+ /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
2484
+ licenseType?: LicenseType;
2485
+ /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
2486
+ localAdministrator?: LocalAdminStatus;
2487
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
2488
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
2489
+ /** Stop on no connect configuration settings for Dev Boxes created in this pool. */
2490
+ stopOnNoConnect?: StopOnNoConnectConfiguration;
2491
+ /** 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. */
2492
+ singleSignOnStatus?: SingleSignOnStatus;
2493
+ /** The display name of the pool. */
2494
+ displayName?: string;
2495
+ /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
2496
+ virtualNetworkType?: VirtualNetworkType;
2497
+ /** The regions of the managed virtual network (required when managedNetworkType is Managed). */
2498
+ managedVirtualNetworkRegions?: string[];
2499
+ /** Active hours configuration settings for Dev Boxes created in this pool. */
2500
+ activeHoursConfiguration?: ActiveHoursConfiguration;
2501
+ /** Indicates whether Dev Box Tunnel is enabled for a the pool. */
2502
+ devBoxTunnelEnableStatus?: DevBoxTunnelEnableStatus;
2503
+ }
2504
+ export declare function poolUpdateSerializer(item: PoolUpdate): any;
2505
+ /** Paged collection of Pool items */
2506
+ export interface _PoolListResult {
2507
+ /** The Pool items on this page */
2508
+ readonly value: Pool[];
2509
+ /** The link to the next page of items */
2510
+ nextLink?: string;
2511
+ }
2512
+ export declare function _poolListResultDeserializer(item: any): _PoolListResult;
2513
+ export declare function poolArraySerializer(result: Array<Pool>): any[];
2514
+ export declare function poolArrayDeserializer(result: Array<Pool>): any[];
2515
+ /** Represents a Schedule to execute a task. */
2516
+ export interface Schedule extends ProxyResource {
2517
+ /** Resource tags. */
2518
+ tags?: Record<string, string>;
2519
+ /** The geo-location where the resource lives. */
2520
+ location?: string;
2521
+ /** Supported type this scheduled task represents. */
2522
+ typePropertiesType?: ScheduledType;
2523
+ /** The frequency of this scheduled task. */
2524
+ frequency?: ScheduledFrequency;
2525
+ /** The target time to trigger the action. The format is HH:MM. */
2526
+ time?: string;
2527
+ /** The IANA timezone id at which the schedule should execute. */
2528
+ timeZone?: string;
2529
+ /** Indicates whether or not this scheduled task is enabled. */
2530
+ state?: ScheduleEnableStatus;
2531
+ /** The provisioning state of the resource. */
2532
+ readonly provisioningState?: ProvisioningState;
2533
+ }
2534
+ export declare function scheduleSerializer(item: Schedule): any;
2535
+ export declare function scheduleDeserializer(item: any): Schedule;
2536
+ /** The Schedule properties defining when and what to execute. */
2537
+ export interface ScheduleProperties extends ScheduleUpdateProperties {
2538
+ /** The provisioning state of the resource. */
2539
+ readonly provisioningState?: ProvisioningState;
2540
+ }
2541
+ export declare function schedulePropertiesSerializer(item: ScheduleProperties): any;
2542
+ export declare function schedulePropertiesDeserializer(item: any): ScheduleProperties;
2543
+ /** Updatable properties of a Schedule. */
2544
+ export interface ScheduleUpdateProperties {
2545
+ /** Resource tags. */
2546
+ tags?: Record<string, string>;
2547
+ /** The geo-location where the resource lives. */
2548
+ location?: string;
2549
+ /** Supported type this scheduled task represents. */
2550
+ type?: ScheduledType;
2551
+ /** The frequency of this scheduled task. */
2552
+ frequency?: ScheduledFrequency;
2553
+ /** The target time to trigger the action. The format is HH:MM. */
2554
+ time?: string;
2555
+ /** The IANA timezone id at which the schedule should execute. */
2556
+ timeZone?: string;
2557
+ /** Indicates whether or not this scheduled task is enabled. */
2558
+ state?: ScheduleEnableStatus;
2559
+ }
2560
+ export declare function scheduleUpdatePropertiesSerializer(item: ScheduleUpdateProperties): any;
2561
+ export declare function scheduleUpdatePropertiesDeserializer(item: any): ScheduleUpdateProperties;
2562
+ /** The supported types for a scheduled task. */
2563
+ export declare enum KnownScheduledType {
2564
+ /** Stop Dev Box task type. */
2565
+ StopDevBox = "StopDevBox"
2566
+ }
2567
+ /**
2568
+ * The supported types for a scheduled task. \
2569
+ * {@link KnownScheduledType} can be used interchangeably with ScheduledType,
2570
+ * this enum contains the known values that the service supports.
2571
+ * ### Known values supported by the service
2572
+ * **StopDevBox**: Stop Dev Box task type.
2573
+ */
2574
+ export type ScheduledType = string;
2575
+ /** The frequency of task execution. */
2576
+ export declare enum KnownScheduledFrequency {
2577
+ /** The scheduled task will run daily. */
2578
+ Daily = "Daily"
2579
+ }
2580
+ /**
2581
+ * The frequency of task execution. \
2582
+ * {@link KnownScheduledFrequency} can be used interchangeably with ScheduledFrequency,
2583
+ * this enum contains the known values that the service supports.
2584
+ * ### Known values supported by the service
2585
+ * **Daily**: The scheduled task will run daily.
2586
+ */
2587
+ export type ScheduledFrequency = string;
2588
+ /** Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled. */
2589
+ export declare enum KnownScheduleEnableStatus {
2590
+ /** Schedule is enabled. */
2591
+ Enabled = "Enabled",
2592
+ /** Schedule is disabled. */
2593
+ Disabled = "Disabled"
2594
+ }
2595
+ /**
2596
+ * Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled. \
2597
+ * {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,
2598
+ * this enum contains the known values that the service supports.
2599
+ * ### Known values supported by the service
2600
+ * **Enabled**: Schedule is enabled. \
2601
+ * **Disabled**: Schedule is disabled.
2602
+ */
2603
+ export type ScheduleEnableStatus = string;
2604
+ /** The schedule properties for partial update. Properties not provided in the update request will not be changed. */
2605
+ export interface ScheduleUpdate {
2606
+ /** Resource tags. */
2607
+ tags?: Record<string, string>;
2608
+ /** The geo-location where the resource lives. */
2609
+ location?: string;
2610
+ /** Supported type this scheduled task represents. */
2611
+ type?: ScheduledType;
2612
+ /** The frequency of this scheduled task. */
2613
+ frequency?: ScheduledFrequency;
2614
+ /** The target time to trigger the action. The format is HH:MM. */
2615
+ time?: string;
2616
+ /** The IANA timezone id at which the schedule should execute. */
2617
+ timeZone?: string;
2618
+ /** Indicates whether or not this scheduled task is enabled. */
2619
+ state?: ScheduleEnableStatus;
2620
+ }
2621
+ export declare function scheduleUpdateSerializer(item: ScheduleUpdate): any;
2622
+ /** Paged collection of Schedule items */
2623
+ export interface _ScheduleListResult {
2624
+ /** The Schedule items on this page */
2625
+ readonly value: Schedule[];
2626
+ /** The link to the next page of items */
2627
+ nextLink?: string;
2628
+ }
2629
+ export declare function _scheduleListResultDeserializer(item: any): _ScheduleListResult;
2630
+ export declare function scheduleArraySerializer(result: Array<Schedule>): any[];
2631
+ export declare function scheduleArrayDeserializer(result: Array<Schedule>): any[];
2632
+ /** Network related settings. */
2633
+ export interface NetworkConnection extends TrackedResource {
2634
+ /** The subnet to attach Virtual Machines to. */
2635
+ subnetId?: string;
2636
+ /** Active Directory domain name. */
2637
+ domainName?: string;
2638
+ /** Active Directory domain Organization Unit (OU). */
2639
+ organizationUnit?: string;
2640
+ /** 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. */
2641
+ domainUsername?: string;
2642
+ /** The password for the account used to join domain. */
2643
+ domainPassword?: string;
2644
+ /** The provisioning state of the resource. */
2645
+ readonly provisioningState?: ProvisioningState;
2646
+ /** Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection. */
2647
+ readonly healthCheckStatus?: HealthCheckStatus;
2648
+ /** The name for resource group where NICs will be placed. */
2649
+ networkingResourceGroupName?: string;
2650
+ /** AAD Join type. */
2651
+ domainJoinType?: DomainJoinType;
2652
+ }
2653
+ export declare function networkConnectionSerializer(item: NetworkConnection): any;
2654
+ export declare function networkConnectionDeserializer(item: any): NetworkConnection;
2655
+ /** Network properties */
2656
+ export interface NetworkProperties extends NetworkConnectionUpdateProperties {
2657
+ /** The provisioning state of the resource. */
2658
+ readonly provisioningState?: ProvisioningState;
2659
+ /** Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection. */
2660
+ readonly healthCheckStatus?: HealthCheckStatus;
2661
+ /** The name for resource group where NICs will be placed. */
2662
+ networkingResourceGroupName?: string;
2663
+ /** AAD Join type. */
2664
+ domainJoinType: DomainJoinType;
2665
+ }
2666
+ export declare function networkPropertiesSerializer(item: NetworkProperties): any;
2667
+ export declare function networkPropertiesDeserializer(item: any): NetworkProperties;
2668
+ /** Properties of network connection. These properties can be updated after the resource has been created. */
2669
+ export interface NetworkConnectionUpdateProperties {
2670
+ /** The subnet to attach Virtual Machines to. */
2671
+ subnetId?: string;
2672
+ /** Active Directory domain name. */
2673
+ domainName?: string;
2674
+ /** Active Directory domain Organization Unit (OU). */
2675
+ organizationUnit?: string;
2676
+ /** 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. */
2677
+ domainUsername?: string;
2678
+ /** The password for the account used to join domain. */
2679
+ domainPassword?: string;
2680
+ }
2681
+ export declare function networkConnectionUpdatePropertiesSerializer(item: NetworkConnectionUpdateProperties): any;
2682
+ export declare function networkConnectionUpdatePropertiesDeserializer(item: any): NetworkConnectionUpdateProperties;
2683
+ /** The network connection properties for partial update. Properties not provided in the update request will not be changed. */
2684
+ export interface NetworkConnectionUpdate {
2685
+ /** Resource tags. */
2686
+ tags?: Record<string, string>;
2687
+ /** The geo-location where the resource lives. */
2688
+ location?: string;
2689
+ /** The subnet to attach Virtual Machines to. */
2690
+ subnetId?: string;
2691
+ /** Active Directory domain name. */
2692
+ domainName?: string;
2693
+ /** Active Directory domain Organization Unit (OU). */
2694
+ organizationUnit?: string;
2695
+ /** 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. */
2696
+ domainUsername?: string;
2697
+ /** The password for the account used to join domain. */
2698
+ domainPassword?: string;
2699
+ }
2700
+ export declare function networkConnectionUpdateSerializer(item: NetworkConnectionUpdate): any;
2701
+ /** Paged collection of NetworkConnection items */
2702
+ export interface _NetworkConnectionListResult {
2703
+ /** The NetworkConnection items on this page */
2704
+ readonly value: NetworkConnection[];
2705
+ /** The link to the next page of items */
2706
+ nextLink?: string;
2707
+ }
2708
+ export declare function _networkConnectionListResultDeserializer(item: any): _NetworkConnectionListResult;
2709
+ export declare function networkConnectionArraySerializer(result: Array<NetworkConnection>): any[];
2710
+ export declare function networkConnectionArrayDeserializer(result: Array<NetworkConnection>): any[];
2711
+ /** Values returned by the List operation. */
2712
+ export interface _OutboundEnvironmentEndpointCollection {
2713
+ /** The OutboundEnvironmentEndpoint items on this page */
2714
+ readonly value: OutboundEnvironmentEndpoint[];
2715
+ /** The link to the next page of items */
2716
+ nextLink?: string;
2717
+ }
2718
+ export declare function _outboundEnvironmentEndpointCollectionDeserializer(item: any): _OutboundEnvironmentEndpointCollection;
2719
+ export declare function outboundEnvironmentEndpointArrayDeserializer(result: Array<OutboundEnvironmentEndpoint>): any[];
2720
+ /** A collection of related endpoints from the same service for which the agent requires outbound access. */
2721
+ export interface OutboundEnvironmentEndpoint {
2722
+ /** The type of service that the agent connects to. */
2723
+ readonly category?: string;
2724
+ /** The endpoints for this service for which the agent requires outbound access. */
2725
+ readonly endpoints?: EndpointDependency[];
2726
+ }
2727
+ export declare function outboundEnvironmentEndpointDeserializer(item: any): OutboundEnvironmentEndpoint;
2728
+ export declare function endpointDependencyArrayDeserializer(result: Array<EndpointDependency>): any[];
2729
+ /** A domain name and connection details used to access a dependency. */
2730
+ export interface EndpointDependency {
2731
+ /** The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. */
2732
+ readonly domainName?: string;
2733
+ /** Human-readable supplemental information about the dependency and when it is applicable. */
2734
+ readonly description?: string;
2735
+ /** The list of connection details for this endpoint. */
2736
+ readonly endpointDetails?: EndpointDetail[];
2737
+ }
2738
+ export declare function endpointDependencyDeserializer(item: any): EndpointDependency;
2739
+ export declare function endpointDetailArrayDeserializer(result: Array<EndpointDetail>): any[];
2740
+ /** Details about the connection between the Batch service and the endpoint. */
2741
+ export interface EndpointDetail {
2742
+ /** The port an endpoint is connected to. */
2743
+ readonly port?: number;
2744
+ }
2745
+ export declare function endpointDetailDeserializer(item: any): EndpointDetail;
2746
+ /** Health Check details. */
2747
+ export interface HealthCheckStatusDetails extends ProxyResource {
2748
+ /** Start time of last execution of the health checks. */
2749
+ readonly startDateTime?: Date;
2750
+ /** End time of last execution of the health checks. */
2751
+ readonly endDateTime?: Date;
2752
+ /** Details for each health check item. */
2753
+ readonly healthChecks?: HealthCheck[];
2754
+ }
2755
+ export declare function healthCheckStatusDetailsDeserializer(item: any): HealthCheckStatusDetails;
2756
+ /** Health Check properties. */
2757
+ export interface HealthCheckStatusDetailsProperties {
2758
+ /** Start time of last execution of the health checks. */
2759
+ readonly startDateTime?: Date;
2760
+ /** End time of last execution of the health checks. */
2761
+ readonly endDateTime?: Date;
2762
+ /** Details for each health check item. */
2763
+ readonly healthChecks?: HealthCheck[];
2764
+ }
2765
+ export declare function healthCheckStatusDetailsPropertiesDeserializer(item: any): HealthCheckStatusDetailsProperties;
2766
+ export declare function healthCheckArrayDeserializer(result: Array<HealthCheck>): any[];
2767
+ /** An individual health check item. */
2768
+ export interface HealthCheck {
2769
+ /** The status of the health check item. */
2770
+ readonly status?: HealthCheckStatus;
2771
+ /** The display name of this health check item. */
2772
+ readonly displayName?: string;
2773
+ /** Start time of health check item. */
2774
+ readonly startDateTime?: Date;
2775
+ /** End time of the health check item. */
2776
+ readonly endDateTime?: Date;
2777
+ /** The type of error that occurred during this health check. */
2778
+ readonly errorType?: string;
2779
+ /** The recommended action to fix the corresponding error. */
2780
+ readonly recommendedAction?: string;
2781
+ /** Additional details about the health check or the recommended action. */
2782
+ readonly additionalDetails?: string;
2783
+ }
2784
+ export declare function healthCheckDeserializer(item: any): HealthCheck;
2785
+ /** Paged collection of HealthCheckStatusDetails items */
2786
+ export interface _HealthCheckStatusDetailsListResult {
2787
+ /** The HealthCheckStatusDetails items on this page */
2788
+ readonly value: HealthCheckStatusDetails[];
2789
+ /** The link to the next page of items */
2790
+ nextLink?: string;
2791
+ }
2792
+ export declare function _healthCheckStatusDetailsListResultDeserializer(item: any): _HealthCheckStatusDetailsListResult;
2793
+ export declare function healthCheckStatusDetailsArrayDeserializer(result: Array<HealthCheckStatusDetails>): any[];
2794
+ /** Represents a devcenter encryption set resource. */
2795
+ export interface DevCenterEncryptionSet extends TrackedResource {
2796
+ /** Properties of a devcenter encryption set. */
2797
+ properties?: DevCenterEncryptionSetProperties;
2798
+ /** Managed identity properties. */
2799
+ identity?: ManagedServiceIdentity;
2800
+ }
2801
+ export declare function devCenterEncryptionSetSerializer(item: DevCenterEncryptionSet): any;
2802
+ export declare function devCenterEncryptionSetDeserializer(item: any): DevCenterEncryptionSet;
2803
+ /** Properties of the devcenter encryption set. */
2804
+ export interface DevCenterEncryptionSetProperties extends DevCenterEncryptionSetUpdateProperties {
2805
+ /** The provisioning state of the resource. */
2806
+ readonly provisioningState?: ProvisioningState;
2807
+ }
2808
+ export declare function devCenterEncryptionSetPropertiesSerializer(item: DevCenterEncryptionSetProperties): any;
2809
+ export declare function devCenterEncryptionSetPropertiesDeserializer(item: any): DevCenterEncryptionSetProperties;
2810
+ /** Properties of the devcenter encryption set. These properties can be updated after the resource has been created. */
2811
+ export interface DevCenterEncryptionSetUpdateProperties {
2812
+ /** Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not. */
2813
+ devboxDisksEncryptionEnableStatus?: DevboxDisksEncryptionEnableStatus;
2814
+ /** 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. */
2815
+ keyEncryptionKeyUrl?: string;
2816
+ /** The managed identity configuration used for key vault access. */
2817
+ keyEncryptionKeyIdentity?: KeyEncryptionKeyIdentityUpdate;
2818
+ }
2819
+ export declare function devCenterEncryptionSetUpdatePropertiesSerializer(item: DevCenterEncryptionSetUpdateProperties): any;
2820
+ export declare function devCenterEncryptionSetUpdatePropertiesDeserializer(item: any): DevCenterEncryptionSetUpdateProperties;
2821
+ /** Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption is enabled or not. */
2822
+ export declare enum KnownDevboxDisksEncryptionEnableStatus {
2823
+ /** Devbox disks encryption is enabled. */
2824
+ Enabled = "Enabled",
2825
+ /** Devbox disks encryption is disabled. */
2826
+ Disabled = "Disabled"
2827
+ }
2828
+ /**
2829
+ * Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption is enabled or not. \
2830
+ * {@link KnownDevboxDisksEncryptionEnableStatus} can be used interchangeably with DevboxDisksEncryptionEnableStatus,
2831
+ * this enum contains the known values that the service supports.
2832
+ * ### Known values supported by the service
2833
+ * **Enabled**: Devbox disks encryption is enabled. \
2834
+ * **Disabled**: Devbox disks encryption is disabled.
2835
+ */
2836
+ export type DevboxDisksEncryptionEnableStatus = string;
2837
+ /** The managed identity configuration used for key vault access. */
2838
+ export interface KeyEncryptionKeyIdentityUpdate {
2839
+ /** The type of managed identity to use for key vault access. */
2840
+ type?: CmkIdentityType;
2841
+ /** For system assigned identity, this will be null. For user assigned identity, this should be the resource ID of the identity. */
2842
+ userAssignedIdentityResourceId?: string;
2843
+ }
2844
+ export declare function keyEncryptionKeyIdentityUpdateSerializer(item: KeyEncryptionKeyIdentityUpdate): any;
2845
+ export declare function keyEncryptionKeyIdentityUpdateDeserializer(item: any): KeyEncryptionKeyIdentityUpdate;
2846
+ /** The type of identity used to access the key vault key. */
2847
+ export declare enum KnownCmkIdentityType {
2848
+ /** System assigned identity type. */
2849
+ SystemAssigned = "SystemAssigned",
2850
+ /** User assigned identity type. */
2851
+ UserAssigned = "UserAssigned"
2852
+ }
2853
+ /**
2854
+ * The type of identity used to access the key vault key. \
2855
+ * {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,
2856
+ * this enum contains the known values that the service supports.
2857
+ * ### Known values supported by the service
2858
+ * **SystemAssigned**: System assigned identity type. \
2859
+ * **UserAssigned**: User assigned identity type.
2860
+ */
2861
+ export type CmkIdentityType = string;
2862
+ /** The devcenter encryption set resource for partial updates. Properties not provided in the update request will not be changed. */
2863
+ export interface EncryptionSetUpdate {
2864
+ /** Resource tags. */
2865
+ tags?: Record<string, string>;
2866
+ /** The geo-location where the resource lives. */
2867
+ location?: string;
2868
+ /** Managed identity properties */
2869
+ identity?: ManagedServiceIdentity;
2870
+ /** Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not. */
2871
+ devboxDisksEncryptionEnableStatus?: DevboxDisksEncryptionEnableStatus;
2872
+ /** 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. */
2873
+ keyEncryptionKeyUrl?: string;
2874
+ /** The managed identity configuration used for key vault access. */
2875
+ keyEncryptionKeyIdentity?: KeyEncryptionKeyIdentityUpdate;
2876
+ }
2877
+ export declare function encryptionSetUpdateSerializer(item: EncryptionSetUpdate): any;
2878
+ /** Paged collection of DevCenterEncryptionSet items */
2879
+ export interface _EncryptionSetListResult {
2880
+ /** The DevCenterEncryptionSet items on this page */
2881
+ readonly value: DevCenterEncryptionSet[];
2882
+ /** The link to the next page of items */
2883
+ nextLink?: string;
2884
+ }
2885
+ export declare function _encryptionSetListResultDeserializer(item: any): _EncryptionSetListResult;
2886
+ export declare function devCenterEncryptionSetArraySerializer(result: Array<DevCenterEncryptionSet>): any[];
2887
+ export declare function devCenterEncryptionSetArrayDeserializer(result: Array<DevCenterEncryptionSet>): any[];
2888
+ /** Results of the Microsoft.DevCenter SKU list operation. */
2889
+ export interface _SkuListResult {
2890
+ /** The DevCenterSku items on this page */
2891
+ readonly value: DevCenterSku[];
2892
+ /** The link to the next page of items */
2893
+ nextLink?: string;
2894
+ }
2895
+ export declare function _skuListResultDeserializer(item: any): _SkuListResult;
2896
+ export declare function devCenterSkuArrayDeserializer(result: Array<DevCenterSku>): any[];
2897
+ /** The resource model definition representing SKU for DevCenter resources. */
2898
+ export interface DevCenterSku extends Sku {
2899
+ /** The name of the resource type. */
2900
+ readonly resourceType?: string;
2901
+ /** SKU supported locations. */
2902
+ readonly locations?: string[];
2903
+ /** Collection of name/value pairs to describe the SKU capabilities. */
2904
+ readonly capabilities?: Capability[];
2905
+ }
2906
+ export declare function devCenterSkuDeserializer(item: any): DevCenterSku;
2907
+ export declare function capabilityArrayDeserializer(result: Array<Capability>): any[];
2908
+ /** A name/value pair to describe a capability. */
2909
+ export interface Capability {
2910
+ /** Name of the capability. */
2911
+ readonly name?: string;
2912
+ /** Value of the capability. */
2913
+ readonly value?: string;
2914
+ }
2915
+ export declare function capabilityDeserializer(item: any): Capability;
2916
+ /** Represents an allowed environment type. */
2917
+ export interface AllowedEnvironmentType extends ProxyResource {
2918
+ /** The provisioning state of the resource. */
2919
+ readonly provisioningState?: ProvisioningState;
2920
+ /** The display name of the allowed environment type. */
2921
+ readonly displayName?: string;
2922
+ }
2923
+ export declare function allowedEnvironmentTypeDeserializer(item: any): AllowedEnvironmentType;
2924
+ /** Properties of an allowed environment type. */
2925
+ export interface AllowedEnvironmentTypeProperties {
2926
+ /** The provisioning state of the resource. */
2927
+ readonly provisioningState?: ProvisioningState;
2928
+ /** The display name of the allowed environment type. */
2929
+ readonly displayName?: string;
2930
+ }
2931
+ export declare function allowedEnvironmentTypePropertiesDeserializer(item: any): AllowedEnvironmentTypeProperties;
2932
+ /** Paged collection of AllowedEnvironmentType items */
2933
+ export interface _AllowedEnvironmentTypeListResult {
2934
+ /** The AllowedEnvironmentType items on this page */
2935
+ readonly value: AllowedEnvironmentType[];
2936
+ /** The link to the next page of items */
2937
+ nextLink?: string;
2938
+ }
2939
+ export declare function _allowedEnvironmentTypeListResultDeserializer(item: any): _AllowedEnvironmentTypeListResult;
2940
+ export declare function allowedEnvironmentTypeArrayDeserializer(result: Array<AllowedEnvironmentType>): any[];
2941
+ /** Paged collection of ImageDefinitionBuild items */
2942
+ export interface _ImageDefinitionBuildListResult {
2943
+ /** The ImageDefinitionBuild items on this page */
2944
+ readonly value: ImageDefinitionBuild[];
2945
+ /** The link to the next page of items */
2946
+ nextLink?: string;
2947
+ }
2948
+ export declare function _imageDefinitionBuildListResultDeserializer(item: any): _ImageDefinitionBuildListResult;
2949
+ export declare function imageDefinitionBuildArrayDeserializer(result: Array<ImageDefinitionBuild>): any[];
2950
+ /** The current status of an async operation */
2951
+ export interface OperationStatus extends OperationStatusResult {
2952
+ /** Custom operation properties, populated only for a successful operation. */
2953
+ readonly properties?: Record<string, any>;
2954
+ }
2955
+ export declare function operationStatusDeserializer(item: any): OperationStatus;
2956
+ /** The current status of an async operation. */
2957
+ export interface OperationStatusResult {
2958
+ /** Fully qualified ID for the async operation. */
2959
+ id?: string;
2960
+ /** Name of the async operation. */
2961
+ name?: string;
2962
+ /** Operation status. */
2963
+ status: string;
2964
+ /** Percent of the operation that is complete. */
2965
+ percentComplete?: number;
2966
+ /** The start time of the operation. */
2967
+ startTime?: Date;
2968
+ /** The end time of the operation. */
2969
+ endTime?: Date;
2970
+ /** The operations list. */
2971
+ operations?: OperationStatusResult[];
2972
+ /** If present, details of the operation error. */
2973
+ error?: ErrorDetail;
2974
+ /** Fully qualified ID of the resource against which the original async operation was started. */
2975
+ readonly resourceId?: string;
2976
+ }
2977
+ export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
2978
+ export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
2979
+ /** List of Core Usages. */
2980
+ export interface _ListUsagesResult {
2981
+ /** The Usage items on this page */
2982
+ readonly value: Usage[];
2983
+ /** The link to the next page of items */
2984
+ nextLink?: string;
2985
+ }
2986
+ export declare function _listUsagesResultDeserializer(item: any): _ListUsagesResult;
2987
+ export declare function usageArrayDeserializer(result: Array<Usage>): any[];
2988
+ /** The core usage details. */
2989
+ export interface Usage {
2990
+ /** The current usage. */
2991
+ currentValue?: number;
2992
+ /** The limit integer. */
2993
+ limit?: number;
2994
+ /** The unit details. */
2995
+ unit?: UsageUnit;
2996
+ /** The name. */
2997
+ name?: UsageName;
2998
+ /** The fully qualified arm resource id. */
2999
+ id?: string;
3000
+ }
3001
+ export declare function usageDeserializer(item: any): Usage;
3002
+ /** The unit details. */
3003
+ export declare enum KnownUsageUnit {
3004
+ /** Count. */
3005
+ Count = "Count"
3006
+ }
3007
+ /**
3008
+ * The unit details. \
3009
+ * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,
3010
+ * this enum contains the known values that the service supports.
3011
+ * ### Known values supported by the service
3012
+ * **Count**: Count.
3013
+ */
3014
+ export type UsageUnit = string;
3015
+ /** The Usage Names. */
3016
+ export interface UsageName {
3017
+ /** The localized name of the resource. */
3018
+ localizedValue?: string;
3019
+ /** The name of the resource. */
3020
+ value?: string;
3021
+ }
3022
+ export declare function usageNameDeserializer(item: any): UsageName;
3023
+ /** The check availability request body. */
3024
+ export interface CheckNameAvailabilityRequest {
3025
+ /** The name of the resource for which availability needs to be checked. */
3026
+ name?: string;
3027
+ /** The resource type. */
3028
+ type?: string;
3029
+ }
3030
+ export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
3031
+ /** The check availability result. */
3032
+ export interface CheckNameAvailabilityResponse {
3033
+ /** Indicates if the resource name is available. */
3034
+ nameAvailable?: boolean;
3035
+ /** The reason why the given name is not available. */
3036
+ reason?: CheckNameAvailabilityReason;
3037
+ /** Detailed reason why the given name is not available. */
3038
+ message?: string;
3039
+ }
3040
+ export declare function checkNameAvailabilityResponseDeserializer(item: any): CheckNameAvailabilityResponse;
3041
+ /** Possible reasons for a name not being available. */
3042
+ export declare enum KnownCheckNameAvailabilityReason {
3043
+ /** Name is invalid. */
3044
+ Invalid = "Invalid",
3045
+ /** Name already exists. */
3046
+ AlreadyExists = "AlreadyExists"
3047
+ }
3048
+ /**
3049
+ * Possible reasons for a name not being available. \
3050
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
3051
+ * this enum contains the known values that the service supports.
3052
+ * ### Known values supported by the service
3053
+ * **Invalid**: Name is invalid. \
3054
+ * **AlreadyExists**: Name already exists.
3055
+ */
3056
+ export type CheckNameAvailabilityReason = string;
3057
+ /** The scoped name check availability request body. */
3058
+ export interface CheckScopedNameAvailabilityRequest {
3059
+ /** The name of the resource for which availability needs to be checked. */
3060
+ name?: string;
3061
+ /** The resource type. */
3062
+ type?: string;
3063
+ /** The resource id to scope the name check. */
3064
+ scope?: string;
3065
+ }
3066
+ export declare function checkScopedNameAvailabilityRequestSerializer(item: CheckScopedNameAvailabilityRequest): any;
3067
+ /** The available API versions. */
3068
+ export declare enum KnownVersions {
3069
+ /** The 2025-07-01-preview API version. */
3070
+ V20250701Preview = "2025-07-01-preview",
3071
+ /** The 2025-10-01-preview API version. */
3072
+ V20251001Preview = "2025-10-01-preview",
3073
+ /** The 2026-01-01-preview API version. */
3074
+ V20260101Preview = "2026-01-01-preview"
3075
+ }
3076
+ export declare function _devCenterPropertiesSerializer(item: DevCenter): any;
3077
+ export declare function _devCenterPropertiesDeserializer(item: any): {
3078
+ encryption: any;
3079
+ displayName: any;
3080
+ projectCatalogSettings: any;
3081
+ networkSettings: any;
3082
+ devBoxProvisioningSettings: any;
3083
+ provisioningState: any;
3084
+ devCenterUri: any;
3085
+ };
3086
+ export declare function _devCenterUpdatePropertiesSerializer(item: DevCenterUpdate): any;
3087
+ export declare function _devCenterUpdatePropertiesDeserializer(item: any): {
3088
+ encryption: any;
3089
+ displayName: any;
3090
+ projectCatalogSettings: any;
3091
+ networkSettings: any;
3092
+ devBoxProvisioningSettings: any;
3093
+ };
3094
+ export declare function _projectPolicyUpdatePropertiesSerializer(item: ProjectPolicyUpdate): any;
3095
+ export declare function _projectPolicyUpdatePropertiesDeserializer(item: any): {
3096
+ resourcePolicies: any;
3097
+ scopes: any;
3098
+ configurationPolicies: any;
3099
+ };
3100
+ export declare function _projectPropertiesSerializer(item: Project): any;
3101
+ export declare function _projectPropertiesDeserializer(item: any): {
3102
+ devCenterId: any;
3103
+ description: any;
3104
+ maxDevBoxesPerUser: any;
3105
+ displayName: any;
3106
+ catalogSettings: any;
3107
+ customizationSettings: any;
3108
+ devBoxScheduleDeleteSettings: any;
3109
+ azureAiServicesSettings: any;
3110
+ serverlessGpuSessionsSettings: any;
3111
+ workspaceStorageSettings: any;
3112
+ assignedGroups: any;
3113
+ provisioningState: any;
3114
+ devCenterUri: any;
3115
+ };
3116
+ export declare function _projectUpdatePropertiesSerializer(item: ProjectUpdate): any;
3117
+ export declare function _projectUpdatePropertiesDeserializer(item: any): {
3118
+ devCenterId: any;
3119
+ description: any;
3120
+ maxDevBoxesPerUser: any;
3121
+ displayName: any;
3122
+ catalogSettings: any;
3123
+ customizationSettings: any;
3124
+ devBoxScheduleDeleteSettings: any;
3125
+ azureAiServicesSettings: any;
3126
+ serverlessGpuSessionsSettings: any;
3127
+ workspaceStorageSettings: any;
3128
+ assignedGroups: any;
3129
+ };
3130
+ export declare function _attachedNetworkConnectionPropertiesSerializer(item: AttachedNetworkConnection): any;
3131
+ export declare function _attachedNetworkConnectionPropertiesDeserializer(item: any): {
3132
+ provisioningState: any;
3133
+ networkConnectionId: any;
3134
+ networkConnectionLocation: any;
3135
+ healthCheckStatus: any;
3136
+ domainJoinType: any;
3137
+ };
3138
+ export declare function _catalogPropertiesSerializer(item: Catalog): any;
3139
+ export declare function _catalogPropertiesDeserializer(item: any): {
3140
+ gitHub: any;
3141
+ adoGit: any;
3142
+ syncType: any;
3143
+ autoImageBuildEnableStatus: any;
3144
+ tags: any;
3145
+ provisioningState: any;
3146
+ syncState: any;
3147
+ lastSyncStats: any;
3148
+ connectionState: any;
3149
+ lastConnectionTime: any;
3150
+ lastSyncTime: any;
3151
+ };
3152
+ export declare function _catalogUpdatePropertiesSerializer(item: CatalogUpdate): any;
3153
+ export declare function _catalogUpdatePropertiesDeserializer(item: any): {
3154
+ gitHub: any;
3155
+ adoGit: any;
3156
+ syncType: any;
3157
+ autoImageBuildEnableStatus: any;
3158
+ tags: any;
3159
+ };
3160
+ export declare function _environmentDefinitionPropertiesDeserializer(item: any): {
3161
+ description: any;
3162
+ parameters: any;
3163
+ templatePath: any;
3164
+ validationStatus: any;
3165
+ };
3166
+ export declare function _galleryPropertiesSerializer(item: Gallery): any;
3167
+ export declare function _galleryPropertiesDeserializer(item: any): {
3168
+ provisioningState: any;
3169
+ galleryResourceId: any;
3170
+ };
3171
+ export declare function _imageVersionPropertiesDeserializer(item: any): {
3172
+ namePropertiesName: any;
3173
+ publishedDate: any;
3174
+ excludeFromLatest: any;
3175
+ osDiskImageSizeInGb: any;
3176
+ provisioningState: any;
3177
+ };
3178
+ export declare function _environmentTypePropertiesSerializer(item: EnvironmentType): any;
3179
+ export declare function _environmentTypePropertiesDeserializer(item: any): {
3180
+ displayName: any;
3181
+ provisioningState: any;
3182
+ };
3183
+ export declare function _environmentTypeUpdatePropertiesSerializer(item: EnvironmentTypeUpdate): any;
3184
+ export declare function _environmentTypeUpdatePropertiesDeserializer(item: any): {
3185
+ displayName: any;
3186
+ };
3187
+ export declare function _projectEnvironmentTypePropertiesSerializer(item: ProjectEnvironmentType): any;
3188
+ export declare function _projectEnvironmentTypePropertiesDeserializer(item: any): {
3189
+ deploymentTargetId: any;
3190
+ displayName: any;
3191
+ status: any;
3192
+ creatorRoleAssignment: any;
3193
+ userRoleAssignments: any;
3194
+ provisioningState: any;
3195
+ environmentCount: any;
3196
+ };
3197
+ export declare function _projectEnvironmentTypeUpdatePropertiesSerializer(item: ProjectEnvironmentTypeUpdate): any;
3198
+ export declare function _projectEnvironmentTypeUpdatePropertiesDeserializer(item: any): {
3199
+ deploymentTargetId: any;
3200
+ displayName: any;
3201
+ status: any;
3202
+ creatorRoleAssignment: any;
3203
+ userRoleAssignments: any;
3204
+ };
3205
+ export declare function _devBoxDefinitionPropertiesSerializer(item: DevBoxDefinition): any;
3206
+ export declare function _devBoxDefinitionPropertiesDeserializer(item: any): {
3207
+ imageReference: any;
3208
+ sku: any;
3209
+ osStorageType: any;
3210
+ hibernateSupport: any;
3211
+ provisioningState: any;
3212
+ imageValidationStatus: any;
3213
+ imageValidationErrorDetails: any;
3214
+ validationStatus: any;
3215
+ activeImageReference: any;
3216
+ };
3217
+ export declare function _devBoxDefinitionUpdatePropertiesSerializer(item: DevBoxDefinitionUpdate): any;
3218
+ export declare function _devBoxDefinitionUpdatePropertiesDeserializer(item: any): {
3219
+ imageReference: any;
3220
+ sku: any;
3221
+ osStorageType: any;
3222
+ hibernateSupport: any;
3223
+ };
3224
+ export declare function _poolPropertiesSerializer(item: Pool): any;
3225
+ export declare function _poolPropertiesDeserializer(item: any): {
3226
+ devBoxDefinitionType: any;
3227
+ devBoxDefinitionName: any;
3228
+ devBoxDefinition: any;
3229
+ networkConnectionName: any;
3230
+ licenseType: any;
3231
+ localAdministrator: any;
3232
+ stopOnDisconnect: any;
3233
+ stopOnNoConnect: any;
3234
+ singleSignOnStatus: any;
3235
+ displayName: any;
3236
+ virtualNetworkType: any;
3237
+ managedVirtualNetworkRegions: any;
3238
+ activeHoursConfiguration: any;
3239
+ devBoxTunnelEnableStatus: any;
3240
+ healthStatus: any;
3241
+ healthStatusDetails: any;
3242
+ devBoxCount: any;
3243
+ provisioningState: any;
3244
+ };
3245
+ export declare function _poolUpdatePropertiesSerializer(item: PoolUpdate): any;
3246
+ export declare function _poolUpdatePropertiesDeserializer(item: any): {
3247
+ devBoxDefinitionType: any;
3248
+ devBoxDefinitionName: any;
3249
+ devBoxDefinition: any;
3250
+ networkConnectionName: any;
3251
+ licenseType: any;
3252
+ localAdministrator: any;
3253
+ stopOnDisconnect: any;
3254
+ stopOnNoConnect: any;
3255
+ singleSignOnStatus: any;
3256
+ displayName: any;
3257
+ virtualNetworkType: any;
3258
+ managedVirtualNetworkRegions: any;
3259
+ activeHoursConfiguration: any;
3260
+ devBoxTunnelEnableStatus: any;
3261
+ };
3262
+ export declare function _schedulePropertiesSerializer(item: Schedule): any;
3263
+ export declare function _schedulePropertiesDeserializer(item: any): {
3264
+ tags: any;
3265
+ location: any;
3266
+ typePropertiesType: any;
3267
+ frequency: any;
3268
+ time: any;
3269
+ timeZone: any;
3270
+ state: any;
3271
+ provisioningState: any;
3272
+ };
3273
+ export declare function _scheduleUpdatePropertiesSerializer(item: ScheduleUpdate): any;
3274
+ export declare function _scheduleUpdatePropertiesDeserializer(item: any): {
3275
+ tags: any;
3276
+ location: any;
3277
+ type: any;
3278
+ frequency: any;
3279
+ time: any;
3280
+ timeZone: any;
3281
+ state: any;
3282
+ };
3283
+ export declare function _networkConnectionPropertiesSerializer(item: NetworkConnection): any;
3284
+ export declare function _networkConnectionPropertiesDeserializer(item: any): {
3285
+ subnetId: any;
3286
+ domainName: any;
3287
+ organizationUnit: any;
3288
+ domainUsername: any;
3289
+ domainPassword: any;
3290
+ provisioningState: any;
3291
+ healthCheckStatus: any;
3292
+ networkingResourceGroupName: any;
3293
+ domainJoinType: any;
3294
+ };
3295
+ export declare function _networkConnectionUpdatePropertiesSerializer(item: NetworkConnectionUpdate): any;
3296
+ export declare function _networkConnectionUpdatePropertiesDeserializer(item: any): {
3297
+ subnetId: any;
3298
+ domainName: any;
3299
+ organizationUnit: any;
3300
+ domainUsername: any;
3301
+ domainPassword: any;
3302
+ };
3303
+ export declare function _healthCheckStatusDetailsPropertiesDeserializer(item: any): {
3304
+ startDateTime: any;
3305
+ endDateTime: any;
3306
+ healthChecks: any;
3307
+ };
3308
+ export declare function _encryptionSetUpdatePropertiesSerializer(item: EncryptionSetUpdate): any;
3309
+ export declare function _encryptionSetUpdatePropertiesDeserializer(item: any): {
3310
+ devboxDisksEncryptionEnableStatus: any;
3311
+ keyEncryptionKeyUrl: any;
3312
+ keyEncryptionKeyIdentity: any;
3313
+ };
3314
+ export declare function _allowedEnvironmentTypePropertiesDeserializer(item: any): {
3315
+ provisioningState: any;
3316
+ displayName: any;
3317
+ };
3318
+ //# sourceMappingURL=models.d.ts.map