@azure/arm-devcenter 1.0.0-beta.3 → 1.0.0

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 (319) hide show
  1. package/CHANGELOG.md +1 -42
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +1413 -431
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js +14 -6
  9. package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js.map +1 -1
  10. package/dist-esm/samples-dev/attachedNetworksDeleteSample.js +13 -5
  11. package/dist-esm/samples-dev/attachedNetworksDeleteSample.js.map +1 -1
  12. package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js +12 -4
  13. package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js.map +1 -1
  14. package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js +13 -5
  15. package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js.map +1 -1
  16. package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js +24 -9
  17. package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js.map +1 -1
  18. package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js +25 -10
  19. package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js.map +1 -1
  20. package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js +19 -10
  21. package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js.map +1 -1
  22. package/dist-esm/samples-dev/catalogsDeleteSample.js +13 -5
  23. package/dist-esm/samples-dev/catalogsDeleteSample.js.map +1 -1
  24. package/dist-esm/samples-dev/catalogsGetSample.js +13 -5
  25. package/dist-esm/samples-dev/catalogsGetSample.js.map +1 -1
  26. package/dist-esm/samples-dev/catalogsListByDevCenterSample.js +24 -9
  27. package/dist-esm/samples-dev/catalogsListByDevCenterSample.js.map +1 -1
  28. package/dist-esm/samples-dev/catalogsSyncSample.js +13 -5
  29. package/dist-esm/samples-dev/catalogsSyncSample.js.map +1 -1
  30. package/dist-esm/samples-dev/catalogsUpdateSample.js +13 -5
  31. package/dist-esm/samples-dev/catalogsUpdateSample.js.map +1 -1
  32. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +41 -0
  35. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +1 -0
  36. package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js +13 -5
  37. package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js.map +1 -1
  38. package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js +12 -4
  39. package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js.map +1 -1
  40. package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js +12 -4
  41. package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js.map +1 -1
  42. package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js +12 -4
  43. package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js.map +1 -1
  44. package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js +24 -9
  45. package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js.map +1 -1
  46. package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js +24 -9
  47. package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js.map +1 -1
  48. package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js +12 -4
  49. package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js.map +1 -1
  50. package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js +17 -8
  51. package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js.map +1 -1
  52. package/dist-esm/samples-dev/devCentersDeleteSample.js +12 -4
  53. package/dist-esm/samples-dev/devCentersDeleteSample.js.map +1 -1
  54. package/dist-esm/samples-dev/devCentersGetSample.js +12 -4
  55. package/dist-esm/samples-dev/devCentersGetSample.js.map +1 -1
  56. package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js +24 -9
  57. package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js.map +1 -1
  58. package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js +23 -8
  59. package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js.map +1 -1
  60. package/dist-esm/samples-dev/devCentersUpdateSample.js +12 -4
  61. package/dist-esm/samples-dev/devCentersUpdateSample.js.map +1 -1
  62. package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js +13 -5
  63. package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js.map +1 -1
  64. package/dist-esm/samples-dev/environmentTypesDeleteSample.js +13 -5
  65. package/dist-esm/samples-dev/environmentTypesDeleteSample.js.map +1 -1
  66. package/dist-esm/samples-dev/environmentTypesGetSample.js +13 -5
  67. package/dist-esm/samples-dev/environmentTypesGetSample.js.map +1 -1
  68. package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js +24 -9
  69. package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js.map +1 -1
  70. package/dist-esm/samples-dev/environmentTypesUpdateSample.js +13 -5
  71. package/dist-esm/samples-dev/environmentTypesUpdateSample.js.map +1 -1
  72. package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js +14 -6
  73. package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js.map +1 -1
  74. package/dist-esm/samples-dev/galleriesDeleteSample.js +13 -5
  75. package/dist-esm/samples-dev/galleriesDeleteSample.js.map +1 -1
  76. package/dist-esm/samples-dev/galleriesGetSample.js +13 -5
  77. package/dist-esm/samples-dev/galleriesGetSample.js.map +1 -1
  78. package/dist-esm/samples-dev/galleriesListByDevCenterSample.js +24 -9
  79. package/dist-esm/samples-dev/galleriesListByDevCenterSample.js.map +1 -1
  80. package/dist-esm/samples-dev/imageVersionsGetSample.js +13 -5
  81. package/dist-esm/samples-dev/imageVersionsGetSample.js.map +1 -1
  82. package/dist-esm/samples-dev/imageVersionsListByImageSample.js +24 -9
  83. package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +1 -1
  84. package/dist-esm/samples-dev/imagesGetSample.js +13 -5
  85. package/dist-esm/samples-dev/imagesGetSample.js.map +1 -1
  86. package/dist-esm/samples-dev/imagesListByDevCenterSample.js +24 -9
  87. package/dist-esm/samples-dev/imagesListByDevCenterSample.js.map +1 -1
  88. package/dist-esm/samples-dev/imagesListByGallerySample.js +24 -9
  89. package/dist-esm/samples-dev/imagesListByGallerySample.js.map +1 -1
  90. package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js +12 -4
  91. package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js.map +1 -1
  92. package/dist-esm/samples-dev/networkConnectionsDeleteSample.js +13 -5
  93. package/dist-esm/samples-dev/networkConnectionsDeleteSample.js.map +1 -1
  94. package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js +13 -5
  95. package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js.map +1 -1
  96. package/dist-esm/samples-dev/networkConnectionsGetSample.js +12 -4
  97. package/dist-esm/samples-dev/networkConnectionsGetSample.js.map +1 -1
  98. package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js +24 -9
  99. package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js.map +1 -1
  100. package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js +23 -8
  101. package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js.map +1 -1
  102. package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js +24 -9
  103. package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js.map +1 -1
  104. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.js +60 -0
  107. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.js.map +1 -0
  108. package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js +13 -5
  109. package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js.map +1 -1
  110. package/dist-esm/samples-dev/networkConnectionsUpdateSample.js +12 -4
  111. package/dist-esm/samples-dev/networkConnectionsUpdateSample.js.map +1 -1
  112. package/dist-esm/samples-dev/operationStatusesGetSample.js +13 -5
  113. package/dist-esm/samples-dev/operationStatusesGetSample.js.map +1 -1
  114. package/dist-esm/samples-dev/operationsListSample.js +23 -8
  115. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  116. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +16 -7
  117. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +1 -1
  118. package/dist-esm/samples-dev/poolsDeleteSample.js +13 -5
  119. package/dist-esm/samples-dev/poolsDeleteSample.js.map +1 -1
  120. package/dist-esm/samples-dev/poolsGetSample.js +34 -6
  121. package/dist-esm/samples-dev/poolsGetSample.js.map +1 -1
  122. package/dist-esm/samples-dev/poolsListByProjectSample.js +25 -10
  123. package/dist-esm/samples-dev/poolsListByProjectSample.js.map +1 -1
  124. package/dist-esm/samples-dev/poolsRunHealthChecksSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/poolsRunHealthChecksSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/poolsRunHealthChecksSample.js +40 -0
  127. package/dist-esm/samples-dev/poolsRunHealthChecksSample.js.map +1 -0
  128. package/dist-esm/samples-dev/poolsUpdateSample.js +14 -6
  129. package/dist-esm/samples-dev/poolsUpdateSample.js.map +1 -1
  130. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js +13 -5
  131. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js.map +1 -1
  132. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js +24 -9
  133. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js.map +1 -1
  134. package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js +13 -5
  135. package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js.map +1 -1
  136. package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js +13 -5
  137. package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js.map +1 -1
  138. package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js +13 -5
  139. package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js.map +1 -1
  140. package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js +24 -9
  141. package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js.map +1 -1
  142. package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js +13 -5
  143. package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js.map +1 -1
  144. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +40 -6
  145. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +1 -1
  146. package/dist-esm/samples-dev/projectsDeleteSample.js +13 -5
  147. package/dist-esm/samples-dev/projectsDeleteSample.js.map +1 -1
  148. package/dist-esm/samples-dev/projectsGetSample.js +13 -5
  149. package/dist-esm/samples-dev/projectsGetSample.js.map +1 -1
  150. package/dist-esm/samples-dev/projectsListByResourceGroupSample.js +24 -9
  151. package/dist-esm/samples-dev/projectsListByResourceGroupSample.js.map +1 -1
  152. package/dist-esm/samples-dev/projectsListBySubscriptionSample.js +23 -8
  153. package/dist-esm/samples-dev/projectsListBySubscriptionSample.js.map +1 -1
  154. package/dist-esm/samples-dev/projectsUpdateSample.js +13 -5
  155. package/dist-esm/samples-dev/projectsUpdateSample.js.map +1 -1
  156. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +12 -4
  157. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
  158. package/dist-esm/samples-dev/schedulesDeleteSample.js +12 -4
  159. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -1
  160. package/dist-esm/samples-dev/schedulesGetSample.js +12 -4
  161. package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -1
  162. package/dist-esm/samples-dev/schedulesListByPoolSample.js +24 -9
  163. package/dist-esm/samples-dev/schedulesListByPoolSample.js.map +1 -1
  164. package/dist-esm/samples-dev/schedulesUpdateSample.js +12 -4
  165. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
  166. package/dist-esm/samples-dev/skusListBySubscriptionSample.js +23 -8
  167. package/dist-esm/samples-dev/skusListBySubscriptionSample.js.map +1 -1
  168. package/dist-esm/samples-dev/usagesListByLocationSample.js +23 -8
  169. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
  170. package/dist-esm/src/devCenterClient.d.ts +2 -1
  171. package/dist-esm/src/devCenterClient.d.ts.map +1 -1
  172. package/dist-esm/src/devCenterClient.js +4 -3
  173. package/dist-esm/src/devCenterClient.js.map +1 -1
  174. package/dist-esm/src/lroImpl.d.ts +6 -11
  175. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  176. package/dist-esm/src/lroImpl.js +12 -20
  177. package/dist-esm/src/lroImpl.js.map +1 -1
  178. package/dist-esm/src/models/index.d.ts +460 -185
  179. package/dist-esm/src/models/index.d.ts.map +1 -1
  180. package/dist-esm/src/models/index.js +92 -10
  181. package/dist-esm/src/models/index.js.map +1 -1
  182. package/dist-esm/src/models/mappers.d.ts +9 -0
  183. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  184. package/dist-esm/src/models/mappers.js +329 -19
  185. package/dist-esm/src/models/mappers.js.map +1 -1
  186. package/dist-esm/src/models/parameters.d.ts +1 -0
  187. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  188. package/dist-esm/src/models/parameters.js +6 -2
  189. package/dist-esm/src/models/parameters.js.map +1 -1
  190. package/dist-esm/src/operations/attachedNetworks.d.ts +3 -3
  191. package/dist-esm/src/operations/attachedNetworks.d.ts.map +1 -1
  192. package/dist-esm/src/operations/attachedNetworks.js +55 -35
  193. package/dist-esm/src/operations/attachedNetworks.js.map +1 -1
  194. package/dist-esm/src/operations/catalogs.d.ts +5 -5
  195. package/dist-esm/src/operations/catalogs.d.ts.map +1 -1
  196. package/dist-esm/src/operations/catalogs.js +50 -28
  197. package/dist-esm/src/operations/catalogs.js.map +1 -1
  198. package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
  199. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
  200. package/dist-esm/src/operations/checkNameAvailability.js +49 -0
  201. package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
  202. package/dist-esm/src/operations/devBoxDefinitions.d.ts +4 -4
  203. package/dist-esm/src/operations/devBoxDefinitions.d.ts.map +1 -1
  204. package/dist-esm/src/operations/devBoxDefinitions.js +65 -29
  205. package/dist-esm/src/operations/devBoxDefinitions.js.map +1 -1
  206. package/dist-esm/src/operations/devCenters.d.ts +4 -4
  207. package/dist-esm/src/operations/devCenters.d.ts.map +1 -1
  208. package/dist-esm/src/operations/devCenters.js +53 -29
  209. package/dist-esm/src/operations/devCenters.js.map +1 -1
  210. package/dist-esm/src/operations/environmentTypes.js +12 -6
  211. package/dist-esm/src/operations/environmentTypes.js.map +1 -1
  212. package/dist-esm/src/operations/galleries.d.ts +3 -3
  213. package/dist-esm/src/operations/galleries.d.ts.map +1 -1
  214. package/dist-esm/src/operations/galleries.js +32 -18
  215. package/dist-esm/src/operations/galleries.js.map +1 -1
  216. package/dist-esm/src/operations/imageVersions.js +12 -6
  217. package/dist-esm/src/operations/imageVersions.js.map +1 -1
  218. package/dist-esm/src/operations/images.js +24 -12
  219. package/dist-esm/src/operations/images.js.map +1 -1
  220. package/dist-esm/src/operations/index.d.ts +1 -0
  221. package/dist-esm/src/operations/index.d.ts.map +1 -1
  222. package/dist-esm/src/operations/index.js +1 -0
  223. package/dist-esm/src/operations/index.js.map +1 -1
  224. package/dist-esm/src/operations/networkConnections.d.ts +41 -6
  225. package/dist-esm/src/operations/networkConnections.d.ts.map +1 -1
  226. package/dist-esm/src/operations/networkConnections.js +250 -37
  227. package/dist-esm/src/operations/networkConnections.js.map +1 -1
  228. package/dist-esm/src/operations/operations.js +12 -6
  229. package/dist-esm/src/operations/operations.js.map +1 -1
  230. package/dist-esm/src/operations/pools.d.ts +21 -5
  231. package/dist-esm/src/operations/pools.d.ts.map +1 -1
  232. package/dist-esm/src/operations/pools.js +122 -23
  233. package/dist-esm/src/operations/pools.js.map +1 -1
  234. package/dist-esm/src/operations/projectAllowedEnvironmentTypes.js +12 -6
  235. package/dist-esm/src/operations/projectAllowedEnvironmentTypes.js.map +1 -1
  236. package/dist-esm/src/operations/projectEnvironmentTypes.js +12 -6
  237. package/dist-esm/src/operations/projectEnvironmentTypes.js.map +1 -1
  238. package/dist-esm/src/operations/projects.d.ts +4 -4
  239. package/dist-esm/src/operations/projects.d.ts.map +1 -1
  240. package/dist-esm/src/operations/projects.js +53 -29
  241. package/dist-esm/src/operations/projects.js.map +1 -1
  242. package/dist-esm/src/operations/schedules.d.ts +4 -4
  243. package/dist-esm/src/operations/schedules.d.ts.map +1 -1
  244. package/dist-esm/src/operations/schedules.js +55 -23
  245. package/dist-esm/src/operations/schedules.js.map +1 -1
  246. package/dist-esm/src/operations/skus.js +12 -6
  247. package/dist-esm/src/operations/skus.js.map +1 -1
  248. package/dist-esm/src/operations/usages.js +12 -6
  249. package/dist-esm/src/operations/usages.js.map +1 -1
  250. package/dist-esm/src/operationsInterfaces/attachedNetworks.d.ts +3 -3
  251. package/dist-esm/src/operationsInterfaces/attachedNetworks.d.ts.map +1 -1
  252. package/dist-esm/src/operationsInterfaces/catalogs.d.ts +5 -5
  253. package/dist-esm/src/operationsInterfaces/catalogs.d.ts.map +1 -1
  254. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  255. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  256. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +9 -0
  257. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
  258. package/dist-esm/src/operationsInterfaces/devBoxDefinitions.d.ts +4 -4
  259. package/dist-esm/src/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -1
  260. package/dist-esm/src/operationsInterfaces/devCenters.d.ts +4 -4
  261. package/dist-esm/src/operationsInterfaces/devCenters.d.ts.map +1 -1
  262. package/dist-esm/src/operationsInterfaces/galleries.d.ts +3 -3
  263. package/dist-esm/src/operationsInterfaces/galleries.d.ts.map +1 -1
  264. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  265. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  266. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  267. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  268. package/dist-esm/src/operationsInterfaces/networkConnections.d.ts +22 -6
  269. package/dist-esm/src/operationsInterfaces/networkConnections.d.ts.map +1 -1
  270. package/dist-esm/src/operationsInterfaces/pools.d.ts +21 -5
  271. package/dist-esm/src/operationsInterfaces/pools.d.ts.map +1 -1
  272. package/dist-esm/src/operationsInterfaces/projects.d.ts +4 -4
  273. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -1
  274. package/dist-esm/src/operationsInterfaces/schedules.d.ts +4 -4
  275. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -1
  276. package/dist-esm/src/pagingHelper.d.ts +4 -4
  277. package/dist-esm/src/pagingHelper.js +4 -4
  278. package/dist-esm/test/devcenter_examples.spec.js +24 -10
  279. package/dist-esm/test/devcenter_examples.spec.js.map +1 -1
  280. package/package.json +11 -10
  281. package/review/arm-devcenter.api.md +241 -82
  282. package/src/devCenterClient.ts +6 -2
  283. package/src/lroImpl.ts +31 -23
  284. package/src/models/index.ts +410 -125
  285. package/src/models/mappers.ts +351 -18
  286. package/src/models/parameters.ts +7 -1
  287. package/src/operations/attachedNetworks.ts +30 -25
  288. package/src/operations/catalogs.ts +54 -45
  289. package/src/operations/checkNameAvailability.ts +68 -0
  290. package/src/operations/devBoxDefinitions.ts +56 -36
  291. package/src/operations/devCenters.ts +44 -36
  292. package/src/operations/environmentTypes.ts +0 -1
  293. package/src/operations/galleries.ts +30 -24
  294. package/src/operations/imageVersions.ts +0 -1
  295. package/src/operations/images.ts +0 -2
  296. package/src/operations/index.ts +1 -0
  297. package/src/operations/networkConnections.ts +292 -40
  298. package/src/operations/operations.ts +0 -1
  299. package/src/operations/pools.ts +156 -34
  300. package/src/operations/projectAllowedEnvironmentTypes.ts +0 -1
  301. package/src/operations/projectEnvironmentTypes.ts +0 -1
  302. package/src/operations/projects.ts +44 -36
  303. package/src/operations/schedules.ts +58 -35
  304. package/src/operations/skus.ts +0 -1
  305. package/src/operations/usages.ts +0 -1
  306. package/src/operationsInterfaces/attachedNetworks.ts +4 -4
  307. package/src/operationsInterfaces/catalogs.ts +7 -7
  308. package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
  309. package/src/operationsInterfaces/devBoxDefinitions.ts +6 -6
  310. package/src/operationsInterfaces/devCenters.ts +6 -6
  311. package/src/operationsInterfaces/galleries.ts +4 -4
  312. package/src/operationsInterfaces/index.ts +1 -0
  313. package/src/operationsInterfaces/networkConnections.ts +33 -7
  314. package/src/operationsInterfaces/pools.ts +33 -6
  315. package/src/operationsInterfaces/projects.ts +6 -6
  316. package/src/operationsInterfaces/schedules.ts +6 -6
  317. package/src/pagingHelper.ts +4 -4
  318. package/types/arm-devcenter.d.ts +470 -124
  319. package/types/tsdoc-metadata.json +1 -1
@@ -126,6 +126,8 @@ export interface ProjectUpdateProperties {
126
126
  devCenterId?: string;
127
127
  /** Description of the project. */
128
128
  description?: string;
129
+ /** 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. */
130
+ maxDevBoxesPerUser?: number;
129
131
  }
130
132
  /** Results of the Attached Networks list operation. */
131
133
  export interface AttachedNetworkListResult {
@@ -298,7 +300,7 @@ export interface ProjectEnvironmentTypeUpdateProperties {
298
300
  /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
299
301
  deploymentTargetId?: string;
300
302
  /** Defines whether this Environment Type can be used in this Project. */
301
- status?: EnableStatus;
303
+ status?: EnvironmentTypeEnableStatus;
302
304
  /** The role definition assigned to the environment creator on backing resources. */
303
305
  creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
304
306
  /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
@@ -344,7 +346,7 @@ export interface ProjectEnvironmentTypeUpdate {
344
346
  /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
345
347
  deploymentTargetId?: string;
346
348
  /** Defines whether this Environment Type can be used in this Project. */
347
- status?: EnableStatus;
349
+ status?: EnvironmentTypeEnableStatus;
348
350
  /** The role definition assigned to the environment creator on backing resources. */
349
351
  creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
350
352
  /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
@@ -381,12 +383,6 @@ export interface ImageReference {
381
383
  * NOTE: This property will not be serialized. It can only be populated by the server.
382
384
  */
383
385
  readonly exactVersion?: string;
384
- /** The image publisher. */
385
- publisher?: string;
386
- /** The image offer. */
387
- offer?: string;
388
- /** The image sku. */
389
- sku?: string;
390
386
  }
391
387
  /** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */
392
388
  export interface DevBoxDefinitionUpdateProperties {
@@ -396,6 +392,8 @@ export interface DevBoxDefinitionUpdateProperties {
396
392
  sku?: Sku;
397
393
  /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
398
394
  osStorageType?: string;
395
+ /** 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 */
396
+ hibernateSupport?: HibernateSupport;
399
397
  }
400
398
  /** The resource model definition representing SKU */
401
399
  export interface Sku {
@@ -562,6 +560,27 @@ export interface UsageName {
562
560
  /** The name of the resource. */
563
561
  value?: string;
564
562
  }
563
+ /** The check availability request body. */
564
+ export interface CheckNameAvailabilityRequest {
565
+ /** The name of the resource for which availability needs to be checked. */
566
+ name?: string;
567
+ /** The resource type. */
568
+ type?: string;
569
+ }
570
+ /** The check availability result. */
571
+ export interface CheckNameAvailabilityResponse {
572
+ /** Indicates if the resource name is available. */
573
+ nameAvailable?: boolean;
574
+ /** The reason why the given name is not available. */
575
+ reason?: CheckNameAvailabilityReason;
576
+ /** Detailed reason why the given name is available. */
577
+ message?: string;
578
+ }
579
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
580
+ export interface ErrorResponse {
581
+ /** The error object. */
582
+ error?: ErrorDetail;
583
+ }
565
584
  /** Results of the Microsoft.DevCenter SKU list operation. */
566
585
  export interface SkuListResult {
567
586
  /**
@@ -601,6 +620,19 @@ export interface PoolListResult {
601
620
  */
602
621
  readonly nextLink?: string;
603
622
  }
623
+ /** Pool health status detail. */
624
+ export interface HealthStatusDetail {
625
+ /**
626
+ * An identifier for the issue.
627
+ * NOTE: This property will not be serialized. It can only be populated by the server.
628
+ */
629
+ readonly code?: string;
630
+ /**
631
+ * A message describing the issue, intended to be suitable for display in a user interface
632
+ * NOTE: This property will not be serialized. It can only be populated by the server.
633
+ */
634
+ readonly message?: string;
635
+ }
604
636
  /** Properties of a Pool. These properties can be updated after the resource has been created. */
605
637
  export interface PoolUpdateProperties {
606
638
  /** Name of a Dev Box definition in parent Project of this Pool */
@@ -611,6 +643,15 @@ export interface PoolUpdateProperties {
611
643
  licenseType?: LicenseType;
612
644
  /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
613
645
  localAdministrator?: LocalAdminStatus;
646
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
647
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
648
+ }
649
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
650
+ export interface StopOnDisconnectConfiguration {
651
+ /** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */
652
+ status?: StopOnDisconnectEnableStatus;
653
+ /** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */
654
+ gracePeriodMinutes?: number;
614
655
  }
615
656
  /** Result of the schedule list operation. */
616
657
  export interface ScheduleListResult {
@@ -636,7 +677,7 @@ export interface ScheduleUpdateProperties {
636
677
  /** The IANA timezone id at which the schedule should execute. */
637
678
  timeZone?: string;
638
679
  /** Indicates whether or not this scheduled task is enabled. */
639
- state?: EnableStatus;
680
+ state?: ScheduleEnableStatus;
640
681
  }
641
682
  /** Result of the network connection list operation. */
642
683
  export interface NetworkConnectionListResult {
@@ -715,6 +756,55 @@ export interface HealthCheck {
715
756
  */
716
757
  readonly additionalDetails?: string;
717
758
  }
759
+ /** Values returned by the List operation. */
760
+ export interface OutboundEnvironmentEndpointCollection {
761
+ /**
762
+ * The collection of outbound network dependency endpoints returned by the listing operation.
763
+ * NOTE: This property will not be serialized. It can only be populated by the server.
764
+ */
765
+ readonly value?: OutboundEnvironmentEndpoint[];
766
+ /** The continuation token. */
767
+ nextLink?: string;
768
+ }
769
+ /** A collection of related endpoints from the same service for which the agent requires outbound access. */
770
+ export interface OutboundEnvironmentEndpoint {
771
+ /**
772
+ * The type of service that the agent connects to.
773
+ * NOTE: This property will not be serialized. It can only be populated by the server.
774
+ */
775
+ readonly category?: string;
776
+ /**
777
+ * The endpoints for this service for which the agent requires outbound access.
778
+ * NOTE: This property will not be serialized. It can only be populated by the server.
779
+ */
780
+ readonly endpoints?: EndpointDependency[];
781
+ }
782
+ /** A domain name and connection details used to access a dependency. */
783
+ export interface EndpointDependency {
784
+ /**
785
+ * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
786
+ * NOTE: This property will not be serialized. It can only be populated by the server.
787
+ */
788
+ readonly domainName?: string;
789
+ /**
790
+ * Human-readable supplemental information about the dependency and when it is applicable.
791
+ * NOTE: This property will not be serialized. It can only be populated by the server.
792
+ */
793
+ readonly description?: string;
794
+ /**
795
+ * The list of connection details for this endpoint.
796
+ * NOTE: This property will not be serialized. It can only be populated by the server.
797
+ */
798
+ readonly endpointDetails?: EndpointDetail[];
799
+ }
800
+ /** Details about the connection between the Batch service and the endpoint. */
801
+ export interface EndpointDetail {
802
+ /**
803
+ * The port an endpoint is connected to.
804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
805
+ */
806
+ readonly port?: number;
807
+ }
718
808
  /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
719
809
  export interface TrackedResource extends Resource {
720
810
  /** Resource tags. */
@@ -730,7 +820,7 @@ export interface AttachedNetworkConnection extends Resource {
730
820
  * The provisioning state of the resource.
731
821
  * NOTE: This property will not be serialized. It can only be populated by the server.
732
822
  */
733
- readonly provisioningState?: string;
823
+ readonly provisioningState?: ProvisioningState;
734
824
  /** The resource ID of the NetworkConnection you want to attach. */
735
825
  networkConnectionId?: string;
736
826
  /**
@@ -755,7 +845,7 @@ export interface Gallery extends Resource {
755
845
  * The provisioning state of the resource.
756
846
  * NOTE: This property will not be serialized. It can only be populated by the server.
757
847
  */
758
- readonly provisioningState?: string;
848
+ readonly provisioningState?: ProvisioningState;
759
849
  /** The resource ID of the backing Azure Compute Gallery. */
760
850
  galleryResourceId?: string;
761
851
  }
@@ -772,7 +862,7 @@ export interface Catalog extends Resource {
772
862
  * The provisioning state of the resource.
773
863
  * NOTE: This property will not be serialized. It can only be populated by the server.
774
864
  */
775
- readonly provisioningState?: string;
865
+ readonly provisioningState?: ProvisioningState;
776
866
  /**
777
867
  * The synchronization state of the catalog.
778
868
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -794,7 +884,7 @@ export interface EnvironmentType extends Resource {
794
884
  * The provisioning state of the resource.
795
885
  * NOTE: This property will not be serialized. It can only be populated by the server.
796
886
  */
797
- readonly provisioningState?: string;
887
+ readonly provisioningState?: ProvisioningState;
798
888
  }
799
889
  /** Represents an allowed environment type. */
800
890
  export interface AllowedEnvironmentType extends Resource {
@@ -802,7 +892,7 @@ export interface AllowedEnvironmentType extends Resource {
802
892
  * The provisioning state of the resource.
803
893
  * NOTE: This property will not be serialized. It can only be populated by the server.
804
894
  */
805
- readonly provisioningState?: string;
895
+ readonly provisioningState?: ProvisioningState;
806
896
  }
807
897
  /** Represents an environment type. */
808
898
  export interface ProjectEnvironmentType extends Resource {
@@ -817,7 +907,7 @@ export interface ProjectEnvironmentType extends Resource {
817
907
  /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
818
908
  deploymentTargetId?: string;
819
909
  /** Defines whether this Environment Type can be used in this Project. */
820
- status?: EnableStatus;
910
+ status?: EnvironmentTypeEnableStatus;
821
911
  /** The role definition assigned to the environment creator on backing resources. */
822
912
  creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
823
913
  /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
@@ -828,7 +918,7 @@ export interface ProjectEnvironmentType extends Resource {
828
918
  * The provisioning state of the resource.
829
919
  * NOTE: This property will not be serialized. It can only be populated by the server.
830
920
  */
831
- readonly provisioningState?: string;
921
+ readonly provisioningState?: ProvisioningState;
832
922
  }
833
923
  /** Represents a Schedule to execute a task. */
834
924
  export interface Schedule extends Resource {
@@ -841,12 +931,12 @@ export interface Schedule extends Resource {
841
931
  /** The IANA timezone id at which the schedule should execute. */
842
932
  timeZone?: string;
843
933
  /** Indicates whether or not this scheduled task is enabled. */
844
- state?: EnableStatus;
934
+ state?: ScheduleEnableStatus;
845
935
  /**
846
936
  * The provisioning state of the resource.
847
937
  * NOTE: This property will not be serialized. It can only be populated by the server.
848
938
  */
849
- readonly provisioningState?: string;
939
+ readonly provisioningState?: ProvisioningState;
850
940
  }
851
941
  /** Health Check details. */
852
942
  export interface HealthCheckStatusDetails extends Resource {
@@ -877,6 +967,8 @@ export interface ProjectUpdate extends TrackedResourceUpdate {
877
967
  devCenterId?: string;
878
968
  /** Description of the project. */
879
969
  description?: string;
970
+ /** 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. */
971
+ maxDevBoxesPerUser?: number;
880
972
  }
881
973
  /** Partial update of a Dev Box definition resource. */
882
974
  export interface DevBoxDefinitionUpdate extends TrackedResourceUpdate {
@@ -886,6 +978,8 @@ export interface DevBoxDefinitionUpdate extends TrackedResourceUpdate {
886
978
  sku?: Sku;
887
979
  /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
888
980
  osStorageType?: string;
981
+ /** 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 */
982
+ hibernateSupport?: HibernateSupport;
889
983
  }
890
984
  /** The pool properties for partial update. Properties not provided in the update request will not be changed. */
891
985
  export interface PoolUpdate extends TrackedResourceUpdate {
@@ -897,6 +991,8 @@ export interface PoolUpdate extends TrackedResourceUpdate {
897
991
  licenseType?: LicenseType;
898
992
  /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
899
993
  localAdministrator?: LocalAdminStatus;
994
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
995
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
900
996
  }
901
997
  /** The schedule properties for partial update. Properties not provided in the update request will not be changed. */
902
998
  export interface ScheduleUpdate extends TrackedResourceUpdate {
@@ -909,7 +1005,7 @@ export interface ScheduleUpdate extends TrackedResourceUpdate {
909
1005
  /** The IANA timezone id at which the schedule should execute. */
910
1006
  timeZone?: string;
911
1007
  /** Indicates whether or not this scheduled task is enabled. */
912
- state?: EnableStatus;
1008
+ state?: ScheduleEnableStatus;
913
1009
  }
914
1010
  /** The network connection properties for partial update. Properties not provided in the update request will not be changed. */
915
1011
  export interface NetworkConnectionUpdate extends TrackedResourceUpdate {
@@ -930,7 +1026,12 @@ export interface ProjectProperties extends ProjectUpdateProperties {
930
1026
  * The provisioning state of the resource.
931
1027
  * NOTE: This property will not be serialized. It can only be populated by the server.
932
1028
  */
933
- readonly provisioningState?: string;
1029
+ readonly provisioningState?: ProvisioningState;
1030
+ /**
1031
+ * The URI of the Dev Center resource this project is associated with.
1032
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1033
+ */
1034
+ readonly devCenterUri?: string;
934
1035
  }
935
1036
  /** Properties of a catalog. */
936
1037
  export interface CatalogProperties extends CatalogUpdateProperties {
@@ -938,7 +1039,7 @@ export interface CatalogProperties extends CatalogUpdateProperties {
938
1039
  * The provisioning state of the resource.
939
1040
  * NOTE: This property will not be serialized. It can only be populated by the server.
940
1041
  */
941
- readonly provisioningState?: string;
1042
+ readonly provisioningState?: ProvisioningState;
942
1043
  /**
943
1044
  * The synchronization state of the catalog.
944
1045
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -956,7 +1057,7 @@ export interface ProjectEnvironmentTypeProperties extends ProjectEnvironmentType
956
1057
  * The provisioning state of the resource.
957
1058
  * NOTE: This property will not be serialized. It can only be populated by the server.
958
1059
  */
959
- readonly provisioningState?: string;
1060
+ readonly provisioningState?: ProvisioningState;
960
1061
  }
961
1062
  /** Properties of a Dev Box definition. */
962
1063
  export interface DevBoxDefinitionProperties extends DevBoxDefinitionUpdateProperties {
@@ -964,7 +1065,7 @@ export interface DevBoxDefinitionProperties extends DevBoxDefinitionUpdateProper
964
1065
  * The provisioning state of the resource.
965
1066
  * NOTE: This property will not be serialized. It can only be populated by the server.
966
1067
  */
967
- readonly provisioningState?: string;
1068
+ readonly provisioningState?: ProvisioningState;
968
1069
  /**
969
1070
  * Validation status of the configured image.
970
1071
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1014,11 +1115,21 @@ export interface OperationStatus extends OperationStatusResult {
1014
1115
  }
1015
1116
  /** Properties of a Pool */
1016
1117
  export interface PoolProperties extends PoolUpdateProperties {
1118
+ /**
1119
+ * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
1120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1121
+ */
1122
+ readonly healthStatus?: HealthStatus;
1123
+ /**
1124
+ * 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
1125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1126
+ */
1127
+ readonly healthStatusDetails?: HealthStatusDetail[];
1017
1128
  /**
1018
1129
  * The provisioning state of the resource.
1019
1130
  * NOTE: This property will not be serialized. It can only be populated by the server.
1020
1131
  */
1021
- readonly provisioningState?: string;
1132
+ readonly provisioningState?: ProvisioningState;
1022
1133
  }
1023
1134
  /** The Schedule properties defining when and what to execute. */
1024
1135
  export interface ScheduleProperties extends ScheduleUpdateProperties {
@@ -1026,7 +1137,7 @@ export interface ScheduleProperties extends ScheduleUpdateProperties {
1026
1137
  * The provisioning state of the resource.
1027
1138
  * NOTE: This property will not be serialized. It can only be populated by the server.
1028
1139
  */
1029
- readonly provisioningState?: string;
1140
+ readonly provisioningState?: ProvisioningState;
1030
1141
  }
1031
1142
  /** Network properties */
1032
1143
  export interface NetworkProperties extends NetworkConnectionUpdateProperties {
@@ -1034,7 +1145,7 @@ export interface NetworkProperties extends NetworkConnectionUpdateProperties {
1034
1145
  * The provisioning state of the resource.
1035
1146
  * NOTE: This property will not be serialized. It can only be populated by the server.
1036
1147
  */
1037
- readonly provisioningState?: string;
1148
+ readonly provisioningState?: ProvisioningState;
1038
1149
  /**
1039
1150
  * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
1040
1151
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1053,7 +1164,12 @@ export interface DevCenter extends TrackedResource {
1053
1164
  * The provisioning state of the resource.
1054
1165
  * NOTE: This property will not be serialized. It can only be populated by the server.
1055
1166
  */
1056
- readonly provisioningState?: string;
1167
+ readonly provisioningState?: ProvisioningState;
1168
+ /**
1169
+ * The URI of the Dev Center.
1170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1171
+ */
1172
+ readonly devCenterUri?: string;
1057
1173
  }
1058
1174
  /** Represents a project resource. */
1059
1175
  export interface Project extends TrackedResource {
@@ -1061,11 +1177,18 @@ export interface Project extends TrackedResource {
1061
1177
  devCenterId?: string;
1062
1178
  /** Description of the project. */
1063
1179
  description?: string;
1180
+ /** 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. */
1181
+ maxDevBoxesPerUser?: number;
1064
1182
  /**
1065
1183
  * The provisioning state of the resource.
1066
1184
  * NOTE: This property will not be serialized. It can only be populated by the server.
1067
1185
  */
1068
- readonly provisioningState?: string;
1186
+ readonly provisioningState?: ProvisioningState;
1187
+ /**
1188
+ * The URI of the Dev Center resource this project is associated with.
1189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1190
+ */
1191
+ readonly devCenterUri?: string;
1069
1192
  }
1070
1193
  /** Represents a definition for a Developer Machine. */
1071
1194
  export interface DevBoxDefinition extends TrackedResource {
@@ -1075,11 +1198,13 @@ export interface DevBoxDefinition extends TrackedResource {
1075
1198
  sku?: Sku;
1076
1199
  /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1077
1200
  osStorageType?: string;
1201
+ /** 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 */
1202
+ hibernateSupport?: HibernateSupport;
1078
1203
  /**
1079
1204
  * The provisioning state of the resource.
1080
1205
  * NOTE: This property will not be serialized. It can only be populated by the server.
1081
1206
  */
1082
- readonly provisioningState?: string;
1207
+ readonly provisioningState?: ProvisioningState;
1083
1208
  /**
1084
1209
  * Validation status of the configured image.
1085
1210
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1106,11 +1231,23 @@ export interface Pool extends TrackedResource {
1106
1231
  licenseType?: LicenseType;
1107
1232
  /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
1108
1233
  localAdministrator?: LocalAdminStatus;
1234
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
1235
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
1236
+ /**
1237
+ * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
1238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1239
+ */
1240
+ readonly healthStatus?: HealthStatus;
1241
+ /**
1242
+ * 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
1243
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1244
+ */
1245
+ readonly healthStatusDetails?: HealthStatusDetail[];
1109
1246
  /**
1110
1247
  * The provisioning state of the resource.
1111
1248
  * NOTE: This property will not be serialized. It can only be populated by the server.
1112
1249
  */
1113
- readonly provisioningState?: string;
1250
+ readonly provisioningState?: ProvisioningState;
1114
1251
  }
1115
1252
  /** Network related settings */
1116
1253
  export interface NetworkConnection extends TrackedResource {
@@ -1128,7 +1265,7 @@ export interface NetworkConnection extends TrackedResource {
1128
1265
  * The provisioning state of the resource.
1129
1266
  * NOTE: This property will not be serialized. It can only be populated by the server.
1130
1267
  */
1131
- readonly provisioningState?: string;
1268
+ readonly provisioningState?: ProvisioningState;
1132
1269
  /**
1133
1270
  * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
1134
1271
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1170,7 +1307,12 @@ export interface Image extends ProxyResource {
1170
1307
  * The provisioning state of the resource.
1171
1308
  * NOTE: This property will not be serialized. It can only be populated by the server.
1172
1309
  */
1173
- readonly provisioningState?: string;
1310
+ readonly provisioningState?: ProvisioningState;
1311
+ /**
1312
+ * 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
1313
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1314
+ */
1315
+ readonly hibernateSupport?: HibernateSupport;
1174
1316
  }
1175
1317
  /** Represents an image version. */
1176
1318
  export interface ImageVersion extends ProxyResource {
@@ -1198,8 +1340,66 @@ export interface ImageVersion extends ProxyResource {
1198
1340
  * The provisioning state of the resource.
1199
1341
  * NOTE: This property will not be serialized. It can only be populated by the server.
1200
1342
  */
1201
- readonly provisioningState?: string;
1343
+ readonly provisioningState?: ProvisioningState;
1344
+ }
1345
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1346
+ export declare enum KnownProvisioningState {
1347
+ /** NotSpecified */
1348
+ NotSpecified = "NotSpecified",
1349
+ /** Accepted */
1350
+ Accepted = "Accepted",
1351
+ /** Running */
1352
+ Running = "Running",
1353
+ /** Creating */
1354
+ Creating = "Creating",
1355
+ /** Created */
1356
+ Created = "Created",
1357
+ /** Updating */
1358
+ Updating = "Updating",
1359
+ /** Updated */
1360
+ Updated = "Updated",
1361
+ /** Deleting */
1362
+ Deleting = "Deleting",
1363
+ /** Deleted */
1364
+ Deleted = "Deleted",
1365
+ /** Succeeded */
1366
+ Succeeded = "Succeeded",
1367
+ /** Failed */
1368
+ Failed = "Failed",
1369
+ /** Canceled */
1370
+ Canceled = "Canceled",
1371
+ /** MovingResources */
1372
+ MovingResources = "MovingResources",
1373
+ /** TransientFailure */
1374
+ TransientFailure = "TransientFailure",
1375
+ /** RolloutInProgress */
1376
+ RolloutInProgress = "RolloutInProgress",
1377
+ /** StorageProvisioningFailed */
1378
+ StorageProvisioningFailed = "StorageProvisioningFailed"
1202
1379
  }
1380
+ /**
1381
+ * Defines values for ProvisioningState. \
1382
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1383
+ * this enum contains the known values that the service supports.
1384
+ * ### Known values supported by the service
1385
+ * **NotSpecified** \
1386
+ * **Accepted** \
1387
+ * **Running** \
1388
+ * **Creating** \
1389
+ * **Created** \
1390
+ * **Updating** \
1391
+ * **Updated** \
1392
+ * **Deleting** \
1393
+ * **Deleted** \
1394
+ * **Succeeded** \
1395
+ * **Failed** \
1396
+ * **Canceled** \
1397
+ * **MovingResources** \
1398
+ * **TransientFailure** \
1399
+ * **RolloutInProgress** \
1400
+ * **StorageProvisioningFailed**
1401
+ */
1402
+ export type ProvisioningState = string;
1203
1403
  /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1204
1404
  export declare enum KnownManagedServiceIdentityType {
1205
1405
  /** None */
@@ -1221,7 +1421,7 @@ export declare enum KnownManagedServiceIdentityType {
1221
1421
  * **UserAssigned** \
1222
1422
  * **SystemAssigned, UserAssigned**
1223
1423
  */
1224
- export declare type ManagedServiceIdentityType = string;
1424
+ export type ManagedServiceIdentityType = string;
1225
1425
  /** Known values of {@link CreatedByType} that the service accepts. */
1226
1426
  export declare enum KnownCreatedByType {
1227
1427
  /** User */
@@ -1243,35 +1443,35 @@ export declare enum KnownCreatedByType {
1243
1443
  * **ManagedIdentity** \
1244
1444
  * **Key**
1245
1445
  */
1246
- export declare type CreatedByType = string;
1446
+ export type CreatedByType = string;
1247
1447
  /** Known values of {@link HealthCheckStatus} that the service accepts. */
1248
1448
  export declare enum KnownHealthCheckStatus {
1449
+ /** Unknown */
1450
+ Unknown = "Unknown",
1249
1451
  /** Pending */
1250
1452
  Pending = "Pending",
1251
1453
  /** Running */
1252
1454
  Running = "Running",
1253
1455
  /** Passed */
1254
1456
  Passed = "Passed",
1255
- /** Failed */
1256
- Failed = "Failed",
1257
1457
  /** Warning */
1258
1458
  Warning = "Warning",
1259
- /** Unknown */
1260
- Unknown = "Unknown"
1459
+ /** Failed */
1460
+ Failed = "Failed"
1261
1461
  }
1262
1462
  /**
1263
1463
  * Defines values for HealthCheckStatus. \
1264
1464
  * {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,
1265
1465
  * this enum contains the known values that the service supports.
1266
1466
  * ### Known values supported by the service
1467
+ * **Unknown** \
1267
1468
  * **Pending** \
1268
1469
  * **Running** \
1269
1470
  * **Passed** \
1270
- * **Failed** \
1271
1471
  * **Warning** \
1272
- * **Unknown**
1472
+ * **Failed**
1273
1473
  */
1274
- export declare type HealthCheckStatus = string;
1474
+ export type HealthCheckStatus = string;
1275
1475
  /** Known values of {@link DomainJoinType} that the service accepts. */
1276
1476
  export declare enum KnownDomainJoinType {
1277
1477
  /** HybridAzureADJoin */
@@ -1287,7 +1487,23 @@ export declare enum KnownDomainJoinType {
1287
1487
  * **HybridAzureADJoin** \
1288
1488
  * **AzureADJoin**
1289
1489
  */
1290
- export declare type DomainJoinType = string;
1490
+ export type DomainJoinType = string;
1491
+ /** Known values of {@link HibernateSupport} that the service accepts. */
1492
+ export declare enum KnownHibernateSupport {
1493
+ /** Disabled */
1494
+ Disabled = "Disabled",
1495
+ /** Enabled */
1496
+ Enabled = "Enabled"
1497
+ }
1498
+ /**
1499
+ * Defines values for HibernateSupport. \
1500
+ * {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,
1501
+ * this enum contains the known values that the service supports.
1502
+ * ### Known values supported by the service
1503
+ * **Disabled** \
1504
+ * **Enabled**
1505
+ */
1506
+ export type HibernateSupport = string;
1291
1507
  /** Known values of {@link CatalogSyncState} that the service accepts. */
1292
1508
  export declare enum KnownCatalogSyncState {
1293
1509
  /** Succeeded */
@@ -1309,23 +1525,23 @@ export declare enum KnownCatalogSyncState {
1309
1525
  * **Failed** \
1310
1526
  * **Canceled**
1311
1527
  */
1312
- export declare type CatalogSyncState = string;
1313
- /** Known values of {@link EnableStatus} that the service accepts. */
1314
- export declare enum KnownEnableStatus {
1528
+ export type CatalogSyncState = string;
1529
+ /** Known values of {@link EnvironmentTypeEnableStatus} that the service accepts. */
1530
+ export declare enum KnownEnvironmentTypeEnableStatus {
1315
1531
  /** Enabled */
1316
1532
  Enabled = "Enabled",
1317
1533
  /** Disabled */
1318
1534
  Disabled = "Disabled"
1319
1535
  }
1320
1536
  /**
1321
- * Defines values for EnableStatus. \
1322
- * {@link KnownEnableStatus} can be used interchangeably with EnableStatus,
1537
+ * Defines values for EnvironmentTypeEnableStatus. \
1538
+ * {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,
1323
1539
  * this enum contains the known values that the service supports.
1324
1540
  * ### Known values supported by the service
1325
1541
  * **Enabled** \
1326
1542
  * **Disabled**
1327
1543
  */
1328
- export declare type EnableStatus = string;
1544
+ export type EnvironmentTypeEnableStatus = string;
1329
1545
  /** Known values of {@link ImageValidationStatus} that the service accepts. */
1330
1546
  export declare enum KnownImageValidationStatus {
1331
1547
  /** Unknown */
@@ -1350,7 +1566,7 @@ export declare enum KnownImageValidationStatus {
1350
1566
  * **Failed** \
1351
1567
  * **TimedOut**
1352
1568
  */
1353
- export declare type ImageValidationStatus = string;
1569
+ export type ImageValidationStatus = string;
1354
1570
  /** Known values of {@link Origin} that the service accepts. */
1355
1571
  export declare enum KnownOrigin {
1356
1572
  /** User */
@@ -1369,7 +1585,7 @@ export declare enum KnownOrigin {
1369
1585
  * **system** \
1370
1586
  * **user,system**
1371
1587
  */
1372
- export declare type Origin = string;
1588
+ export type Origin = string;
1373
1589
  /** Known values of {@link ActionType} that the service accepts. */
1374
1590
  export declare enum KnownActionType {
1375
1591
  /** Internal */
@@ -1382,7 +1598,7 @@ export declare enum KnownActionType {
1382
1598
  * ### Known values supported by the service
1383
1599
  * **Internal**
1384
1600
  */
1385
- export declare type ActionType = string;
1601
+ export type ActionType = string;
1386
1602
  /** Known values of {@link UsageUnit} that the service accepts. */
1387
1603
  export declare enum KnownUsageUnit {
1388
1604
  /** Count */
@@ -1395,7 +1611,48 @@ export declare enum KnownUsageUnit {
1395
1611
  * ### Known values supported by the service
1396
1612
  * **Count**
1397
1613
  */
1398
- export declare type UsageUnit = string;
1614
+ export type UsageUnit = string;
1615
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
1616
+ export declare enum KnownCheckNameAvailabilityReason {
1617
+ /** Invalid */
1618
+ Invalid = "Invalid",
1619
+ /** AlreadyExists */
1620
+ AlreadyExists = "AlreadyExists"
1621
+ }
1622
+ /**
1623
+ * Defines values for CheckNameAvailabilityReason. \
1624
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
1625
+ * this enum contains the known values that the service supports.
1626
+ * ### Known values supported by the service
1627
+ * **Invalid** \
1628
+ * **AlreadyExists**
1629
+ */
1630
+ export type CheckNameAvailabilityReason = string;
1631
+ /** Known values of {@link HealthStatus} that the service accepts. */
1632
+ export declare enum KnownHealthStatus {
1633
+ /** Unknown */
1634
+ Unknown = "Unknown",
1635
+ /** Pending */
1636
+ Pending = "Pending",
1637
+ /** Healthy */
1638
+ Healthy = "Healthy",
1639
+ /** Warning */
1640
+ Warning = "Warning",
1641
+ /** Unhealthy */
1642
+ Unhealthy = "Unhealthy"
1643
+ }
1644
+ /**
1645
+ * Defines values for HealthStatus. \
1646
+ * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
1647
+ * this enum contains the known values that the service supports.
1648
+ * ### Known values supported by the service
1649
+ * **Unknown** \
1650
+ * **Pending** \
1651
+ * **Healthy** \
1652
+ * **Warning** \
1653
+ * **Unhealthy**
1654
+ */
1655
+ export type HealthStatus = string;
1399
1656
  /** Known values of {@link LicenseType} that the service accepts. */
1400
1657
  export declare enum KnownLicenseType {
1401
1658
  /** WindowsClient */
@@ -1408,7 +1665,7 @@ export declare enum KnownLicenseType {
1408
1665
  * ### Known values supported by the service
1409
1666
  * **Windows_Client**
1410
1667
  */
1411
- export declare type LicenseType = string;
1668
+ export type LicenseType = string;
1412
1669
  /** Known values of {@link LocalAdminStatus} that the service accepts. */
1413
1670
  export declare enum KnownLocalAdminStatus {
1414
1671
  /** Disabled */
@@ -1424,7 +1681,23 @@ export declare enum KnownLocalAdminStatus {
1424
1681
  * **Disabled** \
1425
1682
  * **Enabled**
1426
1683
  */
1427
- export declare type LocalAdminStatus = string;
1684
+ export type LocalAdminStatus = string;
1685
+ /** Known values of {@link StopOnDisconnectEnableStatus} that the service accepts. */
1686
+ export declare enum KnownStopOnDisconnectEnableStatus {
1687
+ /** Enabled */
1688
+ Enabled = "Enabled",
1689
+ /** Disabled */
1690
+ Disabled = "Disabled"
1691
+ }
1692
+ /**
1693
+ * Defines values for StopOnDisconnectEnableStatus. \
1694
+ * {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,
1695
+ * this enum contains the known values that the service supports.
1696
+ * ### Known values supported by the service
1697
+ * **Enabled** \
1698
+ * **Disabled**
1699
+ */
1700
+ export type StopOnDisconnectEnableStatus = string;
1428
1701
  /** Known values of {@link ScheduledType} that the service accepts. */
1429
1702
  export declare enum KnownScheduledType {
1430
1703
  /** StopDevBox */
@@ -1437,7 +1710,7 @@ export declare enum KnownScheduledType {
1437
1710
  * ### Known values supported by the service
1438
1711
  * **StopDevBox**
1439
1712
  */
1440
- export declare type ScheduledType = string;
1713
+ export type ScheduledType = string;
1441
1714
  /** Known values of {@link ScheduledFrequency} that the service accepts. */
1442
1715
  export declare enum KnownScheduledFrequency {
1443
1716
  /** Daily */
@@ -1450,28 +1723,44 @@ export declare enum KnownScheduledFrequency {
1450
1723
  * ### Known values supported by the service
1451
1724
  * **Daily**
1452
1725
  */
1453
- export declare type ScheduledFrequency = string;
1726
+ export type ScheduledFrequency = string;
1727
+ /** Known values of {@link ScheduleEnableStatus} that the service accepts. */
1728
+ export declare enum KnownScheduleEnableStatus {
1729
+ /** Enabled */
1730
+ Enabled = "Enabled",
1731
+ /** Disabled */
1732
+ Disabled = "Disabled"
1733
+ }
1734
+ /**
1735
+ * Defines values for ScheduleEnableStatus. \
1736
+ * {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,
1737
+ * this enum contains the known values that the service supports.
1738
+ * ### Known values supported by the service
1739
+ * **Enabled** \
1740
+ * **Disabled**
1741
+ */
1742
+ export type ScheduleEnableStatus = string;
1454
1743
  /** Defines values for SkuTier. */
1455
- export declare type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
1744
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
1456
1745
  /** Optional parameters. */
1457
1746
  export interface DevCentersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1458
1747
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1459
1748
  top?: number;
1460
1749
  }
1461
1750
  /** Contains response data for the listBySubscription operation. */
1462
- export declare type DevCentersListBySubscriptionResponse = DevCenterListResult;
1751
+ export type DevCentersListBySubscriptionResponse = DevCenterListResult;
1463
1752
  /** Optional parameters. */
1464
1753
  export interface DevCentersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1465
1754
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1466
1755
  top?: number;
1467
1756
  }
1468
1757
  /** Contains response data for the listByResourceGroup operation. */
1469
- export declare type DevCentersListByResourceGroupResponse = DevCenterListResult;
1758
+ export type DevCentersListByResourceGroupResponse = DevCenterListResult;
1470
1759
  /** Optional parameters. */
1471
1760
  export interface DevCentersGetOptionalParams extends coreClient.OperationOptions {
1472
1761
  }
1473
1762
  /** Contains response data for the get operation. */
1474
- export declare type DevCentersGetResponse = DevCenter;
1763
+ export type DevCentersGetResponse = DevCenter;
1475
1764
  /** Optional parameters. */
1476
1765
  export interface DevCentersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1477
1766
  /** Delay to wait until next poll, in milliseconds. */
@@ -1480,7 +1769,7 @@ export interface DevCentersCreateOrUpdateOptionalParams extends coreClient.Opera
1480
1769
  resumeFrom?: string;
1481
1770
  }
1482
1771
  /** Contains response data for the createOrUpdate operation. */
1483
- export declare type DevCentersCreateOrUpdateResponse = DevCenter;
1772
+ export type DevCentersCreateOrUpdateResponse = DevCenter;
1484
1773
  /** Optional parameters. */
1485
1774
  export interface DevCentersUpdateOptionalParams extends coreClient.OperationOptions {
1486
1775
  /** Delay to wait until next poll, in milliseconds. */
@@ -1489,7 +1778,7 @@ export interface DevCentersUpdateOptionalParams extends coreClient.OperationOpti
1489
1778
  resumeFrom?: string;
1490
1779
  }
1491
1780
  /** Contains response data for the update operation. */
1492
- export declare type DevCentersUpdateResponse = DevCenter;
1781
+ export type DevCentersUpdateResponse = DevCenter;
1493
1782
  /** Optional parameters. */
1494
1783
  export interface DevCentersDeleteOptionalParams extends coreClient.OperationOptions {
1495
1784
  /** Delay to wait until next poll, in milliseconds. */
@@ -1499,37 +1788,33 @@ export interface DevCentersDeleteOptionalParams extends coreClient.OperationOpti
1499
1788
  }
1500
1789
  /** Optional parameters. */
1501
1790
  export interface DevCentersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1502
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1503
- top?: number;
1504
1791
  }
1505
1792
  /** Contains response data for the listBySubscriptionNext operation. */
1506
- export declare type DevCentersListBySubscriptionNextResponse = DevCenterListResult;
1793
+ export type DevCentersListBySubscriptionNextResponse = DevCenterListResult;
1507
1794
  /** Optional parameters. */
1508
1795
  export interface DevCentersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1509
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1510
- top?: number;
1511
1796
  }
1512
1797
  /** Contains response data for the listByResourceGroupNext operation. */
1513
- export declare type DevCentersListByResourceGroupNextResponse = DevCenterListResult;
1798
+ export type DevCentersListByResourceGroupNextResponse = DevCenterListResult;
1514
1799
  /** Optional parameters. */
1515
1800
  export interface ProjectsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1516
1801
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1517
1802
  top?: number;
1518
1803
  }
1519
1804
  /** Contains response data for the listBySubscription operation. */
1520
- export declare type ProjectsListBySubscriptionResponse = ProjectListResult;
1805
+ export type ProjectsListBySubscriptionResponse = ProjectListResult;
1521
1806
  /** Optional parameters. */
1522
1807
  export interface ProjectsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1523
1808
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1524
1809
  top?: number;
1525
1810
  }
1526
1811
  /** Contains response data for the listByResourceGroup operation. */
1527
- export declare type ProjectsListByResourceGroupResponse = ProjectListResult;
1812
+ export type ProjectsListByResourceGroupResponse = ProjectListResult;
1528
1813
  /** Optional parameters. */
1529
1814
  export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
1530
1815
  }
1531
1816
  /** Contains response data for the get operation. */
1532
- export declare type ProjectsGetResponse = Project;
1817
+ export type ProjectsGetResponse = Project;
1533
1818
  /** Optional parameters. */
1534
1819
  export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1535
1820
  /** Delay to wait until next poll, in milliseconds. */
@@ -1538,7 +1823,7 @@ export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.Operati
1538
1823
  resumeFrom?: string;
1539
1824
  }
1540
1825
  /** Contains response data for the createOrUpdate operation. */
1541
- export declare type ProjectsCreateOrUpdateResponse = Project;
1826
+ export type ProjectsCreateOrUpdateResponse = Project;
1542
1827
  /** Optional parameters. */
1543
1828
  export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
1544
1829
  /** Delay to wait until next poll, in milliseconds. */
@@ -1547,7 +1832,7 @@ export interface ProjectsUpdateOptionalParams extends coreClient.OperationOption
1547
1832
  resumeFrom?: string;
1548
1833
  }
1549
1834
  /** Contains response data for the update operation. */
1550
- export declare type ProjectsUpdateResponse = Project;
1835
+ export type ProjectsUpdateResponse = Project;
1551
1836
  /** Optional parameters. */
1552
1837
  export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
1553
1838
  /** Delay to wait until next poll, in milliseconds. */
@@ -1557,42 +1842,38 @@ export interface ProjectsDeleteOptionalParams extends coreClient.OperationOption
1557
1842
  }
1558
1843
  /** Optional parameters. */
1559
1844
  export interface ProjectsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1560
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1561
- top?: number;
1562
1845
  }
1563
1846
  /** Contains response data for the listBySubscriptionNext operation. */
1564
- export declare type ProjectsListBySubscriptionNextResponse = ProjectListResult;
1847
+ export type ProjectsListBySubscriptionNextResponse = ProjectListResult;
1565
1848
  /** Optional parameters. */
1566
1849
  export interface ProjectsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1567
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1568
- top?: number;
1569
1850
  }
1570
1851
  /** Contains response data for the listByResourceGroupNext operation. */
1571
- export declare type ProjectsListByResourceGroupNextResponse = ProjectListResult;
1852
+ export type ProjectsListByResourceGroupNextResponse = ProjectListResult;
1572
1853
  /** Optional parameters. */
1573
1854
  export interface AttachedNetworksListByProjectOptionalParams extends coreClient.OperationOptions {
1574
1855
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1575
1856
  top?: number;
1576
1857
  }
1577
1858
  /** Contains response data for the listByProject operation. */
1578
- export declare type AttachedNetworksListByProjectResponse = AttachedNetworkListResult;
1859
+ export type AttachedNetworksListByProjectResponse = AttachedNetworkListResult;
1579
1860
  /** Optional parameters. */
1580
1861
  export interface AttachedNetworksGetByProjectOptionalParams extends coreClient.OperationOptions {
1581
1862
  }
1582
1863
  /** Contains response data for the getByProject operation. */
1583
- export declare type AttachedNetworksGetByProjectResponse = AttachedNetworkConnection;
1864
+ export type AttachedNetworksGetByProjectResponse = AttachedNetworkConnection;
1584
1865
  /** Optional parameters. */
1585
1866
  export interface AttachedNetworksListByDevCenterOptionalParams extends coreClient.OperationOptions {
1586
1867
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1587
1868
  top?: number;
1588
1869
  }
1589
1870
  /** Contains response data for the listByDevCenter operation. */
1590
- export declare type AttachedNetworksListByDevCenterResponse = AttachedNetworkListResult;
1871
+ export type AttachedNetworksListByDevCenterResponse = AttachedNetworkListResult;
1591
1872
  /** Optional parameters. */
1592
1873
  export interface AttachedNetworksGetByDevCenterOptionalParams extends coreClient.OperationOptions {
1593
1874
  }
1594
1875
  /** Contains response data for the getByDevCenter operation. */
1595
- export declare type AttachedNetworksGetByDevCenterResponse = AttachedNetworkConnection;
1876
+ export type AttachedNetworksGetByDevCenterResponse = AttachedNetworkConnection;
1596
1877
  /** Optional parameters. */
1597
1878
  export interface AttachedNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1598
1879
  /** Delay to wait until next poll, in milliseconds. */
@@ -1601,7 +1882,7 @@ export interface AttachedNetworksCreateOrUpdateOptionalParams extends coreClient
1601
1882
  resumeFrom?: string;
1602
1883
  }
1603
1884
  /** Contains response data for the createOrUpdate operation. */
1604
- export declare type AttachedNetworksCreateOrUpdateResponse = AttachedNetworkConnection;
1885
+ export type AttachedNetworksCreateOrUpdateResponse = AttachedNetworkConnection;
1605
1886
  /** Optional parameters. */
1606
1887
  export interface AttachedNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1607
1888
  /** Delay to wait until next poll, in milliseconds. */
@@ -1611,30 +1892,26 @@ export interface AttachedNetworksDeleteOptionalParams extends coreClient.Operati
1611
1892
  }
1612
1893
  /** Optional parameters. */
1613
1894
  export interface AttachedNetworksListByProjectNextOptionalParams extends coreClient.OperationOptions {
1614
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1615
- top?: number;
1616
1895
  }
1617
1896
  /** Contains response data for the listByProjectNext operation. */
1618
- export declare type AttachedNetworksListByProjectNextResponse = AttachedNetworkListResult;
1897
+ export type AttachedNetworksListByProjectNextResponse = AttachedNetworkListResult;
1619
1898
  /** Optional parameters. */
1620
1899
  export interface AttachedNetworksListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
1621
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1622
- top?: number;
1623
1900
  }
1624
1901
  /** Contains response data for the listByDevCenterNext operation. */
1625
- export declare type AttachedNetworksListByDevCenterNextResponse = AttachedNetworkListResult;
1902
+ export type AttachedNetworksListByDevCenterNextResponse = AttachedNetworkListResult;
1626
1903
  /** Optional parameters. */
1627
1904
  export interface GalleriesListByDevCenterOptionalParams extends coreClient.OperationOptions {
1628
1905
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1629
1906
  top?: number;
1630
1907
  }
1631
1908
  /** Contains response data for the listByDevCenter operation. */
1632
- export declare type GalleriesListByDevCenterResponse = GalleryListResult;
1909
+ export type GalleriesListByDevCenterResponse = GalleryListResult;
1633
1910
  /** Optional parameters. */
1634
1911
  export interface GalleriesGetOptionalParams extends coreClient.OperationOptions {
1635
1912
  }
1636
1913
  /** Contains response data for the get operation. */
1637
- export declare type GalleriesGetResponse = Gallery;
1914
+ export type GalleriesGetResponse = Gallery;
1638
1915
  /** Optional parameters. */
1639
1916
  export interface GalleriesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1640
1917
  /** Delay to wait until next poll, in milliseconds. */
@@ -1643,7 +1920,7 @@ export interface GalleriesCreateOrUpdateOptionalParams extends coreClient.Operat
1643
1920
  resumeFrom?: string;
1644
1921
  }
1645
1922
  /** Contains response data for the createOrUpdate operation. */
1646
- export declare type GalleriesCreateOrUpdateResponse = Gallery;
1923
+ export type GalleriesCreateOrUpdateResponse = Gallery;
1647
1924
  /** Optional parameters. */
1648
1925
  export interface GalleriesDeleteOptionalParams extends coreClient.OperationOptions {
1649
1926
  /** Delay to wait until next poll, in milliseconds. */
@@ -1653,71 +1930,65 @@ export interface GalleriesDeleteOptionalParams extends coreClient.OperationOptio
1653
1930
  }
1654
1931
  /** Optional parameters. */
1655
1932
  export interface GalleriesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
1656
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1657
- top?: number;
1658
1933
  }
1659
1934
  /** Contains response data for the listByDevCenterNext operation. */
1660
- export declare type GalleriesListByDevCenterNextResponse = GalleryListResult;
1935
+ export type GalleriesListByDevCenterNextResponse = GalleryListResult;
1661
1936
  /** Optional parameters. */
1662
1937
  export interface ImagesListByDevCenterOptionalParams extends coreClient.OperationOptions {
1663
1938
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1664
1939
  top?: number;
1665
1940
  }
1666
1941
  /** Contains response data for the listByDevCenter operation. */
1667
- export declare type ImagesListByDevCenterResponse = ImageListResult;
1942
+ export type ImagesListByDevCenterResponse = ImageListResult;
1668
1943
  /** Optional parameters. */
1669
1944
  export interface ImagesListByGalleryOptionalParams extends coreClient.OperationOptions {
1670
1945
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1671
1946
  top?: number;
1672
1947
  }
1673
1948
  /** Contains response data for the listByGallery operation. */
1674
- export declare type ImagesListByGalleryResponse = ImageListResult;
1949
+ export type ImagesListByGalleryResponse = ImageListResult;
1675
1950
  /** Optional parameters. */
1676
1951
  export interface ImagesGetOptionalParams extends coreClient.OperationOptions {
1677
1952
  }
1678
1953
  /** Contains response data for the get operation. */
1679
- export declare type ImagesGetResponse = Image;
1954
+ export type ImagesGetResponse = Image;
1680
1955
  /** Optional parameters. */
1681
1956
  export interface ImagesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
1682
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1683
- top?: number;
1684
1957
  }
1685
1958
  /** Contains response data for the listByDevCenterNext operation. */
1686
- export declare type ImagesListByDevCenterNextResponse = ImageListResult;
1959
+ export type ImagesListByDevCenterNextResponse = ImageListResult;
1687
1960
  /** Optional parameters. */
1688
1961
  export interface ImagesListByGalleryNextOptionalParams extends coreClient.OperationOptions {
1689
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1690
- top?: number;
1691
1962
  }
1692
1963
  /** Contains response data for the listByGalleryNext operation. */
1693
- export declare type ImagesListByGalleryNextResponse = ImageListResult;
1964
+ export type ImagesListByGalleryNextResponse = ImageListResult;
1694
1965
  /** Optional parameters. */
1695
1966
  export interface ImageVersionsListByImageOptionalParams extends coreClient.OperationOptions {
1696
1967
  }
1697
1968
  /** Contains response data for the listByImage operation. */
1698
- export declare type ImageVersionsListByImageResponse = ImageVersionListResult;
1969
+ export type ImageVersionsListByImageResponse = ImageVersionListResult;
1699
1970
  /** Optional parameters. */
1700
1971
  export interface ImageVersionsGetOptionalParams extends coreClient.OperationOptions {
1701
1972
  }
1702
1973
  /** Contains response data for the get operation. */
1703
- export declare type ImageVersionsGetResponse = ImageVersion;
1974
+ export type ImageVersionsGetResponse = ImageVersion;
1704
1975
  /** Optional parameters. */
1705
1976
  export interface ImageVersionsListByImageNextOptionalParams extends coreClient.OperationOptions {
1706
1977
  }
1707
1978
  /** Contains response data for the listByImageNext operation. */
1708
- export declare type ImageVersionsListByImageNextResponse = ImageVersionListResult;
1979
+ export type ImageVersionsListByImageNextResponse = ImageVersionListResult;
1709
1980
  /** Optional parameters. */
1710
1981
  export interface CatalogsListByDevCenterOptionalParams extends coreClient.OperationOptions {
1711
1982
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1712
1983
  top?: number;
1713
1984
  }
1714
1985
  /** Contains response data for the listByDevCenter operation. */
1715
- export declare type CatalogsListByDevCenterResponse = CatalogListResult;
1986
+ export type CatalogsListByDevCenterResponse = CatalogListResult;
1716
1987
  /** Optional parameters. */
1717
1988
  export interface CatalogsGetOptionalParams extends coreClient.OperationOptions {
1718
1989
  }
1719
1990
  /** Contains response data for the get operation. */
1720
- export declare type CatalogsGetResponse = Catalog;
1991
+ export type CatalogsGetResponse = Catalog;
1721
1992
  /** Optional parameters. */
1722
1993
  export interface CatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1723
1994
  /** Delay to wait until next poll, in milliseconds. */
@@ -1726,7 +1997,7 @@ export interface CatalogsCreateOrUpdateOptionalParams extends coreClient.Operati
1726
1997
  resumeFrom?: string;
1727
1998
  }
1728
1999
  /** Contains response data for the createOrUpdate operation. */
1729
- export declare type CatalogsCreateOrUpdateResponse = Catalog;
2000
+ export type CatalogsCreateOrUpdateResponse = Catalog;
1730
2001
  /** Optional parameters. */
1731
2002
  export interface CatalogsUpdateOptionalParams extends coreClient.OperationOptions {
1732
2003
  /** Delay to wait until next poll, in milliseconds. */
@@ -1735,7 +2006,7 @@ export interface CatalogsUpdateOptionalParams extends coreClient.OperationOption
1735
2006
  resumeFrom?: string;
1736
2007
  }
1737
2008
  /** Contains response data for the update operation. */
1738
- export declare type CatalogsUpdateResponse = Catalog;
2009
+ export type CatalogsUpdateResponse = Catalog;
1739
2010
  /** Optional parameters. */
1740
2011
  export interface CatalogsDeleteOptionalParams extends coreClient.OperationOptions {
1741
2012
  /** Delay to wait until next poll, in milliseconds. */
@@ -1752,106 +2023,98 @@ export interface CatalogsSyncOptionalParams extends coreClient.OperationOptions
1752
2023
  }
1753
2024
  /** Optional parameters. */
1754
2025
  export interface CatalogsListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
1755
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1756
- top?: number;
1757
2026
  }
1758
2027
  /** Contains response data for the listByDevCenterNext operation. */
1759
- export declare type CatalogsListByDevCenterNextResponse = CatalogListResult;
2028
+ export type CatalogsListByDevCenterNextResponse = CatalogListResult;
1760
2029
  /** Optional parameters. */
1761
2030
  export interface EnvironmentTypesListByDevCenterOptionalParams extends coreClient.OperationOptions {
1762
2031
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1763
2032
  top?: number;
1764
2033
  }
1765
2034
  /** Contains response data for the listByDevCenter operation. */
1766
- export declare type EnvironmentTypesListByDevCenterResponse = EnvironmentTypeListResult;
2035
+ export type EnvironmentTypesListByDevCenterResponse = EnvironmentTypeListResult;
1767
2036
  /** Optional parameters. */
1768
2037
  export interface EnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
1769
2038
  }
1770
2039
  /** Contains response data for the get operation. */
1771
- export declare type EnvironmentTypesGetResponse = EnvironmentType;
2040
+ export type EnvironmentTypesGetResponse = EnvironmentType;
1772
2041
  /** Optional parameters. */
1773
2042
  export interface EnvironmentTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1774
2043
  }
1775
2044
  /** Contains response data for the createOrUpdate operation. */
1776
- export declare type EnvironmentTypesCreateOrUpdateResponse = EnvironmentType;
2045
+ export type EnvironmentTypesCreateOrUpdateResponse = EnvironmentType;
1777
2046
  /** Optional parameters. */
1778
2047
  export interface EnvironmentTypesUpdateOptionalParams extends coreClient.OperationOptions {
1779
2048
  }
1780
2049
  /** Contains response data for the update operation. */
1781
- export declare type EnvironmentTypesUpdateResponse = EnvironmentType;
2050
+ export type EnvironmentTypesUpdateResponse = EnvironmentType;
1782
2051
  /** Optional parameters. */
1783
2052
  export interface EnvironmentTypesDeleteOptionalParams extends coreClient.OperationOptions {
1784
2053
  }
1785
2054
  /** Optional parameters. */
1786
2055
  export interface EnvironmentTypesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
1787
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1788
- top?: number;
1789
2056
  }
1790
2057
  /** Contains response data for the listByDevCenterNext operation. */
1791
- export declare type EnvironmentTypesListByDevCenterNextResponse = EnvironmentTypeListResult;
2058
+ export type EnvironmentTypesListByDevCenterNextResponse = EnvironmentTypeListResult;
1792
2059
  /** Optional parameters. */
1793
2060
  export interface ProjectAllowedEnvironmentTypesListOptionalParams extends coreClient.OperationOptions {
1794
2061
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1795
2062
  top?: number;
1796
2063
  }
1797
2064
  /** Contains response data for the list operation. */
1798
- export declare type ProjectAllowedEnvironmentTypesListResponse = AllowedEnvironmentTypeListResult;
2065
+ export type ProjectAllowedEnvironmentTypesListResponse = AllowedEnvironmentTypeListResult;
1799
2066
  /** Optional parameters. */
1800
2067
  export interface ProjectAllowedEnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
1801
2068
  }
1802
2069
  /** Contains response data for the get operation. */
1803
- export declare type ProjectAllowedEnvironmentTypesGetResponse = AllowedEnvironmentType;
2070
+ export type ProjectAllowedEnvironmentTypesGetResponse = AllowedEnvironmentType;
1804
2071
  /** Optional parameters. */
1805
2072
  export interface ProjectAllowedEnvironmentTypesListNextOptionalParams extends coreClient.OperationOptions {
1806
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1807
- top?: number;
1808
2073
  }
1809
2074
  /** Contains response data for the listNext operation. */
1810
- export declare type ProjectAllowedEnvironmentTypesListNextResponse = AllowedEnvironmentTypeListResult;
2075
+ export type ProjectAllowedEnvironmentTypesListNextResponse = AllowedEnvironmentTypeListResult;
1811
2076
  /** Optional parameters. */
1812
2077
  export interface ProjectEnvironmentTypesListOptionalParams extends coreClient.OperationOptions {
1813
2078
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1814
2079
  top?: number;
1815
2080
  }
1816
2081
  /** Contains response data for the list operation. */
1817
- export declare type ProjectEnvironmentTypesListResponse = ProjectEnvironmentTypeListResult;
2082
+ export type ProjectEnvironmentTypesListResponse = ProjectEnvironmentTypeListResult;
1818
2083
  /** Optional parameters. */
1819
2084
  export interface ProjectEnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
1820
2085
  }
1821
2086
  /** Contains response data for the get operation. */
1822
- export declare type ProjectEnvironmentTypesGetResponse = ProjectEnvironmentType;
2087
+ export type ProjectEnvironmentTypesGetResponse = ProjectEnvironmentType;
1823
2088
  /** Optional parameters. */
1824
2089
  export interface ProjectEnvironmentTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1825
2090
  }
1826
2091
  /** Contains response data for the createOrUpdate operation. */
1827
- export declare type ProjectEnvironmentTypesCreateOrUpdateResponse = ProjectEnvironmentType;
2092
+ export type ProjectEnvironmentTypesCreateOrUpdateResponse = ProjectEnvironmentType;
1828
2093
  /** Optional parameters. */
1829
2094
  export interface ProjectEnvironmentTypesUpdateOptionalParams extends coreClient.OperationOptions {
1830
2095
  }
1831
2096
  /** Contains response data for the update operation. */
1832
- export declare type ProjectEnvironmentTypesUpdateResponse = ProjectEnvironmentType;
2097
+ export type ProjectEnvironmentTypesUpdateResponse = ProjectEnvironmentType;
1833
2098
  /** Optional parameters. */
1834
2099
  export interface ProjectEnvironmentTypesDeleteOptionalParams extends coreClient.OperationOptions {
1835
2100
  }
1836
2101
  /** Optional parameters. */
1837
2102
  export interface ProjectEnvironmentTypesListNextOptionalParams extends coreClient.OperationOptions {
1838
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1839
- top?: number;
1840
2103
  }
1841
2104
  /** Contains response data for the listNext operation. */
1842
- export declare type ProjectEnvironmentTypesListNextResponse = ProjectEnvironmentTypeListResult;
2105
+ export type ProjectEnvironmentTypesListNextResponse = ProjectEnvironmentTypeListResult;
1843
2106
  /** Optional parameters. */
1844
2107
  export interface DevBoxDefinitionsListByDevCenterOptionalParams extends coreClient.OperationOptions {
1845
2108
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1846
2109
  top?: number;
1847
2110
  }
1848
2111
  /** Contains response data for the listByDevCenter operation. */
1849
- export declare type DevBoxDefinitionsListByDevCenterResponse = DevBoxDefinitionListResult;
2112
+ export type DevBoxDefinitionsListByDevCenterResponse = DevBoxDefinitionListResult;
1850
2113
  /** Optional parameters. */
1851
2114
  export interface DevBoxDefinitionsGetOptionalParams extends coreClient.OperationOptions {
1852
2115
  }
1853
2116
  /** Contains response data for the get operation. */
1854
- export declare type DevBoxDefinitionsGetResponse = DevBoxDefinition;
2117
+ export type DevBoxDefinitionsGetResponse = DevBoxDefinition;
1855
2118
  /** Optional parameters. */
1856
2119
  export interface DevBoxDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1857
2120
  /** Delay to wait until next poll, in milliseconds. */
@@ -1860,7 +2123,7 @@ export interface DevBoxDefinitionsCreateOrUpdateOptionalParams extends coreClien
1860
2123
  resumeFrom?: string;
1861
2124
  }
1862
2125
  /** Contains response data for the createOrUpdate operation. */
1863
- export declare type DevBoxDefinitionsCreateOrUpdateResponse = DevBoxDefinition;
2126
+ export type DevBoxDefinitionsCreateOrUpdateResponse = DevBoxDefinition;
1864
2127
  /** Optional parameters. */
1865
2128
  export interface DevBoxDefinitionsUpdateOptionalParams extends coreClient.OperationOptions {
1866
2129
  /** Delay to wait until next poll, in milliseconds. */
@@ -1869,7 +2132,7 @@ export interface DevBoxDefinitionsUpdateOptionalParams extends coreClient.Operat
1869
2132
  resumeFrom?: string;
1870
2133
  }
1871
2134
  /** Contains response data for the update operation. */
1872
- export declare type DevBoxDefinitionsUpdateResponse = DevBoxDefinition;
2135
+ export type DevBoxDefinitionsUpdateResponse = DevBoxDefinition;
1873
2136
  /** Optional parameters. */
1874
2137
  export interface DevBoxDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
1875
2138
  /** Delay to wait until next poll, in milliseconds. */
@@ -1883,77 +2146,76 @@ export interface DevBoxDefinitionsListByProjectOptionalParams extends coreClient
1883
2146
  top?: number;
1884
2147
  }
1885
2148
  /** Contains response data for the listByProject operation. */
1886
- export declare type DevBoxDefinitionsListByProjectResponse = DevBoxDefinitionListResult;
2149
+ export type DevBoxDefinitionsListByProjectResponse = DevBoxDefinitionListResult;
1887
2150
  /** Optional parameters. */
1888
2151
  export interface DevBoxDefinitionsGetByProjectOptionalParams extends coreClient.OperationOptions {
1889
2152
  }
1890
2153
  /** Contains response data for the getByProject operation. */
1891
- export declare type DevBoxDefinitionsGetByProjectResponse = DevBoxDefinition;
2154
+ export type DevBoxDefinitionsGetByProjectResponse = DevBoxDefinition;
1892
2155
  /** Optional parameters. */
1893
2156
  export interface DevBoxDefinitionsListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
1894
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1895
- top?: number;
1896
2157
  }
1897
2158
  /** Contains response data for the listByDevCenterNext operation. */
1898
- export declare type DevBoxDefinitionsListByDevCenterNextResponse = DevBoxDefinitionListResult;
2159
+ export type DevBoxDefinitionsListByDevCenterNextResponse = DevBoxDefinitionListResult;
1899
2160
  /** Optional parameters. */
1900
2161
  export interface DevBoxDefinitionsListByProjectNextOptionalParams extends coreClient.OperationOptions {
1901
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1902
- top?: number;
1903
2162
  }
1904
2163
  /** Contains response data for the listByProjectNext operation. */
1905
- export declare type DevBoxDefinitionsListByProjectNextResponse = DevBoxDefinitionListResult;
2164
+ export type DevBoxDefinitionsListByProjectNextResponse = DevBoxDefinitionListResult;
1906
2165
  /** Optional parameters. */
1907
2166
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1908
2167
  }
1909
2168
  /** Contains response data for the list operation. */
1910
- export declare type OperationsListResponse = OperationListResult;
2169
+ export type OperationsListResponse = OperationListResult;
1911
2170
  /** Optional parameters. */
1912
2171
  export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1913
2172
  }
1914
2173
  /** Contains response data for the listNext operation. */
1915
- export declare type OperationsListNextResponse = OperationListResult;
2174
+ export type OperationsListNextResponse = OperationListResult;
1916
2175
  /** Optional parameters. */
1917
2176
  export interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
1918
2177
  }
1919
2178
  /** Contains response data for the get operation. */
1920
- export declare type OperationStatusesGetResponse = OperationStatus;
2179
+ export type OperationStatusesGetResponse = OperationStatus;
1921
2180
  /** Optional parameters. */
1922
2181
  export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
1923
2182
  }
1924
2183
  /** Contains response data for the listByLocation operation. */
1925
- export declare type UsagesListByLocationResponse = ListUsagesResult;
2184
+ export type UsagesListByLocationResponse = ListUsagesResult;
1926
2185
  /** Optional parameters. */
1927
2186
  export interface UsagesListByLocationNextOptionalParams extends coreClient.OperationOptions {
1928
2187
  }
1929
2188
  /** Contains response data for the listByLocationNext operation. */
1930
- export declare type UsagesListByLocationNextResponse = ListUsagesResult;
2189
+ export type UsagesListByLocationNextResponse = ListUsagesResult;
2190
+ /** Optional parameters. */
2191
+ export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
2192
+ }
2193
+ /** Contains response data for the execute operation. */
2194
+ export type CheckNameAvailabilityExecuteResponse = CheckNameAvailabilityResponse;
1931
2195
  /** Optional parameters. */
1932
2196
  export interface SkusListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1933
2197
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1934
2198
  top?: number;
1935
2199
  }
1936
2200
  /** Contains response data for the listBySubscription operation. */
1937
- export declare type SkusListBySubscriptionResponse = SkuListResult;
2201
+ export type SkusListBySubscriptionResponse = SkuListResult;
1938
2202
  /** Optional parameters. */
1939
2203
  export interface SkusListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1940
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1941
- top?: number;
1942
2204
  }
1943
2205
  /** Contains response data for the listBySubscriptionNext operation. */
1944
- export declare type SkusListBySubscriptionNextResponse = SkuListResult;
2206
+ export type SkusListBySubscriptionNextResponse = SkuListResult;
1945
2207
  /** Optional parameters. */
1946
2208
  export interface PoolsListByProjectOptionalParams extends coreClient.OperationOptions {
1947
2209
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1948
2210
  top?: number;
1949
2211
  }
1950
2212
  /** Contains response data for the listByProject operation. */
1951
- export declare type PoolsListByProjectResponse = PoolListResult;
2213
+ export type PoolsListByProjectResponse = PoolListResult;
1952
2214
  /** Optional parameters. */
1953
2215
  export interface PoolsGetOptionalParams extends coreClient.OperationOptions {
1954
2216
  }
1955
2217
  /** Contains response data for the get operation. */
1956
- export declare type PoolsGetResponse = Pool;
2218
+ export type PoolsGetResponse = Pool;
1957
2219
  /** Optional parameters. */
1958
2220
  export interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1959
2221
  /** Delay to wait until next poll, in milliseconds. */
@@ -1962,7 +2224,7 @@ export interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationO
1962
2224
  resumeFrom?: string;
1963
2225
  }
1964
2226
  /** Contains response data for the createOrUpdate operation. */
1965
- export declare type PoolsCreateOrUpdateResponse = Pool;
2227
+ export type PoolsCreateOrUpdateResponse = Pool;
1966
2228
  /** Optional parameters. */
1967
2229
  export interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
1968
2230
  /** Delay to wait until next poll, in milliseconds. */
@@ -1971,7 +2233,7 @@ export interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
1971
2233
  resumeFrom?: string;
1972
2234
  }
1973
2235
  /** Contains response data for the update operation. */
1974
- export declare type PoolsUpdateResponse = Pool;
2236
+ export type PoolsUpdateResponse = Pool;
1975
2237
  /** Optional parameters. */
1976
2238
  export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
1977
2239
  /** Delay to wait until next poll, in milliseconds. */
@@ -1980,26 +2242,31 @@ export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
1980
2242
  resumeFrom?: string;
1981
2243
  }
1982
2244
  /** Optional parameters. */
2245
+ export interface PoolsRunHealthChecksOptionalParams extends coreClient.OperationOptions {
2246
+ /** Delay to wait until next poll, in milliseconds. */
2247
+ updateIntervalInMs?: number;
2248
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2249
+ resumeFrom?: string;
2250
+ }
2251
+ /** Optional parameters. */
1983
2252
  export interface PoolsListByProjectNextOptionalParams extends coreClient.OperationOptions {
1984
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1985
- top?: number;
1986
2253
  }
1987
2254
  /** Contains response data for the listByProjectNext operation. */
1988
- export declare type PoolsListByProjectNextResponse = PoolListResult;
2255
+ export type PoolsListByProjectNextResponse = PoolListResult;
1989
2256
  /** Optional parameters. */
1990
2257
  export interface SchedulesListByPoolOptionalParams extends coreClient.OperationOptions {
1991
2258
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1992
2259
  top?: number;
1993
2260
  }
1994
2261
  /** Contains response data for the listByPool operation. */
1995
- export declare type SchedulesListByPoolResponse = ScheduleListResult;
2262
+ export type SchedulesListByPoolResponse = ScheduleListResult;
1996
2263
  /** Optional parameters. */
1997
2264
  export interface SchedulesGetOptionalParams extends coreClient.OperationOptions {
1998
2265
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1999
2266
  top?: number;
2000
2267
  }
2001
2268
  /** Contains response data for the get operation. */
2002
- export declare type SchedulesGetResponse = Schedule;
2269
+ export type SchedulesGetResponse = Schedule;
2003
2270
  /** Optional parameters. */
2004
2271
  export interface SchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2005
2272
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
@@ -2010,7 +2277,7 @@ export interface SchedulesCreateOrUpdateOptionalParams extends coreClient.Operat
2010
2277
  resumeFrom?: string;
2011
2278
  }
2012
2279
  /** Contains response data for the createOrUpdate operation. */
2013
- export declare type SchedulesCreateOrUpdateResponse = Schedule;
2280
+ export type SchedulesCreateOrUpdateResponse = Schedule;
2014
2281
  /** Optional parameters. */
2015
2282
  export interface SchedulesUpdateOptionalParams extends coreClient.OperationOptions {
2016
2283
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
@@ -2021,7 +2288,7 @@ export interface SchedulesUpdateOptionalParams extends coreClient.OperationOptio
2021
2288
  resumeFrom?: string;
2022
2289
  }
2023
2290
  /** Contains response data for the update operation. */
2024
- export declare type SchedulesUpdateResponse = Schedule;
2291
+ export type SchedulesUpdateResponse = Schedule;
2025
2292
  /** Optional parameters. */
2026
2293
  export interface SchedulesDeleteOptionalParams extends coreClient.OperationOptions {
2027
2294
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
@@ -2033,30 +2300,28 @@ export interface SchedulesDeleteOptionalParams extends coreClient.OperationOptio
2033
2300
  }
2034
2301
  /** Optional parameters. */
2035
2302
  export interface SchedulesListByPoolNextOptionalParams extends coreClient.OperationOptions {
2036
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2037
- top?: number;
2038
2303
  }
2039
2304
  /** Contains response data for the listByPoolNext operation. */
2040
- export declare type SchedulesListByPoolNextResponse = ScheduleListResult;
2305
+ export type SchedulesListByPoolNextResponse = ScheduleListResult;
2041
2306
  /** Optional parameters. */
2042
2307
  export interface NetworkConnectionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2043
2308
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2044
2309
  top?: number;
2045
2310
  }
2046
2311
  /** Contains response data for the listBySubscription operation. */
2047
- export declare type NetworkConnectionsListBySubscriptionResponse = NetworkConnectionListResult;
2312
+ export type NetworkConnectionsListBySubscriptionResponse = NetworkConnectionListResult;
2048
2313
  /** Optional parameters. */
2049
2314
  export interface NetworkConnectionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2050
2315
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2051
2316
  top?: number;
2052
2317
  }
2053
2318
  /** Contains response data for the listByResourceGroup operation. */
2054
- export declare type NetworkConnectionsListByResourceGroupResponse = NetworkConnectionListResult;
2319
+ export type NetworkConnectionsListByResourceGroupResponse = NetworkConnectionListResult;
2055
2320
  /** Optional parameters. */
2056
2321
  export interface NetworkConnectionsGetOptionalParams extends coreClient.OperationOptions {
2057
2322
  }
2058
2323
  /** Contains response data for the get operation. */
2059
- export declare type NetworkConnectionsGetResponse = NetworkConnection;
2324
+ export type NetworkConnectionsGetResponse = NetworkConnection;
2060
2325
  /** Optional parameters. */
2061
2326
  export interface NetworkConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2062
2327
  /** Delay to wait until next poll, in milliseconds. */
@@ -2065,7 +2330,7 @@ export interface NetworkConnectionsCreateOrUpdateOptionalParams extends coreClie
2065
2330
  resumeFrom?: string;
2066
2331
  }
2067
2332
  /** Contains response data for the createOrUpdate operation. */
2068
- export declare type NetworkConnectionsCreateOrUpdateResponse = NetworkConnection;
2333
+ export type NetworkConnectionsCreateOrUpdateResponse = NetworkConnection;
2069
2334
  /** Optional parameters. */
2070
2335
  export interface NetworkConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
2071
2336
  /** Delay to wait until next poll, in milliseconds. */
@@ -2074,7 +2339,7 @@ export interface NetworkConnectionsUpdateOptionalParams extends coreClient.Opera
2074
2339
  resumeFrom?: string;
2075
2340
  }
2076
2341
  /** Contains response data for the update operation. */
2077
- export declare type NetworkConnectionsUpdateResponse = NetworkConnection;
2342
+ export type NetworkConnectionsUpdateResponse = NetworkConnection;
2078
2343
  /** Optional parameters. */
2079
2344
  export interface NetworkConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
2080
2345
  /** Delay to wait until next poll, in milliseconds. */
@@ -2088,36 +2353,46 @@ export interface NetworkConnectionsListHealthDetailsOptionalParams extends coreC
2088
2353
  top?: number;
2089
2354
  }
2090
2355
  /** Contains response data for the listHealthDetails operation. */
2091
- export declare type NetworkConnectionsListHealthDetailsResponse = HealthCheckStatusDetailsListResult;
2356
+ export type NetworkConnectionsListHealthDetailsResponse = HealthCheckStatusDetailsListResult;
2092
2357
  /** Optional parameters. */
2093
2358
  export interface NetworkConnectionsGetHealthDetailsOptionalParams extends coreClient.OperationOptions {
2094
2359
  }
2095
2360
  /** Contains response data for the getHealthDetails operation. */
2096
- export declare type NetworkConnectionsGetHealthDetailsResponse = HealthCheckStatusDetails;
2361
+ export type NetworkConnectionsGetHealthDetailsResponse = HealthCheckStatusDetails;
2097
2362
  /** Optional parameters. */
2098
2363
  export interface NetworkConnectionsRunHealthChecksOptionalParams extends coreClient.OperationOptions {
2364
+ /** Delay to wait until next poll, in milliseconds. */
2365
+ updateIntervalInMs?: number;
2366
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2367
+ resumeFrom?: string;
2099
2368
  }
2100
2369
  /** Optional parameters. */
2101
- export interface NetworkConnectionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2370
+ export interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
2102
2371
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2103
2372
  top?: number;
2104
2373
  }
2374
+ /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
2375
+ export type NetworkConnectionsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
2376
+ /** Optional parameters. */
2377
+ export interface NetworkConnectionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2378
+ }
2105
2379
  /** Contains response data for the listBySubscriptionNext operation. */
2106
- export declare type NetworkConnectionsListBySubscriptionNextResponse = NetworkConnectionListResult;
2380
+ export type NetworkConnectionsListBySubscriptionNextResponse = NetworkConnectionListResult;
2107
2381
  /** Optional parameters. */
2108
2382
  export interface NetworkConnectionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2109
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2110
- top?: number;
2111
2383
  }
2112
2384
  /** Contains response data for the listByResourceGroupNext operation. */
2113
- export declare type NetworkConnectionsListByResourceGroupNextResponse = NetworkConnectionListResult;
2385
+ export type NetworkConnectionsListByResourceGroupNextResponse = NetworkConnectionListResult;
2114
2386
  /** Optional parameters. */
2115
2387
  export interface NetworkConnectionsListHealthDetailsNextOptionalParams extends coreClient.OperationOptions {
2116
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2117
- top?: number;
2118
2388
  }
2119
2389
  /** Contains response data for the listHealthDetailsNext operation. */
2120
- export declare type NetworkConnectionsListHealthDetailsNextResponse = HealthCheckStatusDetailsListResult;
2390
+ export type NetworkConnectionsListHealthDetailsNextResponse = HealthCheckStatusDetailsListResult;
2391
+ /** Optional parameters. */
2392
+ export interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
2393
+ }
2394
+ /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
2395
+ export type NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
2121
2396
  /** Optional parameters. */
2122
2397
  export interface DevCenterClientOptionalParams extends coreClient.ServiceClientOptions {
2123
2398
  /** server parameter */