@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
@@ -140,6 +140,8 @@ export interface ProjectUpdateProperties {
140
140
  devCenterId?: string;
141
141
  /** Description of the project. */
142
142
  description?: string;
143
+ /** 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. */
144
+ maxDevBoxesPerUser?: number;
143
145
  }
144
146
 
145
147
  /** Results of the Attached Networks list operation. */
@@ -323,7 +325,7 @@ export interface ProjectEnvironmentTypeUpdateProperties {
323
325
  /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
324
326
  deploymentTargetId?: string;
325
327
  /** Defines whether this Environment Type can be used in this Project. */
326
- status?: EnableStatus;
328
+ status?: EnvironmentTypeEnableStatus;
327
329
  /** The role definition assigned to the environment creator on backing resources. */
328
330
  creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
329
331
  /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
@@ -365,7 +367,7 @@ export interface ProjectEnvironmentTypeUpdate {
365
367
  /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
366
368
  deploymentTargetId?: string;
367
369
  /** Defines whether this Environment Type can be used in this Project. */
368
- status?: EnableStatus;
370
+ status?: EnvironmentTypeEnableStatus;
369
371
  /** The role definition assigned to the environment creator on backing resources. */
370
372
  creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
371
373
  /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
@@ -403,12 +405,6 @@ export interface ImageReference {
403
405
  * NOTE: This property will not be serialized. It can only be populated by the server.
404
406
  */
405
407
  readonly exactVersion?: string;
406
- /** The image publisher. */
407
- publisher?: string;
408
- /** The image offer. */
409
- offer?: string;
410
- /** The image sku. */
411
- sku?: string;
412
408
  }
413
409
 
414
410
  /** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */
@@ -419,6 +415,8 @@ export interface DevBoxDefinitionUpdateProperties {
419
415
  sku?: Sku;
420
416
  /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
421
417
  osStorageType?: string;
418
+ /** 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 */
419
+ hibernateSupport?: HibernateSupport;
422
420
  }
423
421
 
424
422
  /** The resource model definition representing SKU */
@@ -596,6 +594,30 @@ export interface UsageName {
596
594
  value?: string;
597
595
  }
598
596
 
597
+ /** The check availability request body. */
598
+ export interface CheckNameAvailabilityRequest {
599
+ /** The name of the resource for which availability needs to be checked. */
600
+ name?: string;
601
+ /** The resource type. */
602
+ type?: string;
603
+ }
604
+
605
+ /** The check availability result. */
606
+ export interface CheckNameAvailabilityResponse {
607
+ /** Indicates if the resource name is available. */
608
+ nameAvailable?: boolean;
609
+ /** The reason why the given name is not available. */
610
+ reason?: CheckNameAvailabilityReason;
611
+ /** Detailed reason why the given name is available. */
612
+ message?: string;
613
+ }
614
+
615
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
616
+ export interface ErrorResponse {
617
+ /** The error object. */
618
+ error?: ErrorDetail;
619
+ }
620
+
599
621
  /** Results of the Microsoft.DevCenter SKU list operation. */
600
622
  export interface SkuListResult {
601
623
  /**
@@ -638,6 +660,20 @@ export interface PoolListResult {
638
660
  readonly nextLink?: string;
639
661
  }
640
662
 
663
+ /** Pool health status detail. */
664
+ export interface HealthStatusDetail {
665
+ /**
666
+ * An identifier for the issue.
667
+ * NOTE: This property will not be serialized. It can only be populated by the server.
668
+ */
669
+ readonly code?: string;
670
+ /**
671
+ * A message describing the issue, intended to be suitable for display in a user interface
672
+ * NOTE: This property will not be serialized. It can only be populated by the server.
673
+ */
674
+ readonly message?: string;
675
+ }
676
+
641
677
  /** Properties of a Pool. These properties can be updated after the resource has been created. */
642
678
  export interface PoolUpdateProperties {
643
679
  /** Name of a Dev Box definition in parent Project of this Pool */
@@ -648,6 +684,16 @@ export interface PoolUpdateProperties {
648
684
  licenseType?: LicenseType;
649
685
  /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
650
686
  localAdministrator?: LocalAdminStatus;
687
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
688
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
689
+ }
690
+
691
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
692
+ export interface StopOnDisconnectConfiguration {
693
+ /** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */
694
+ status?: StopOnDisconnectEnableStatus;
695
+ /** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */
696
+ gracePeriodMinutes?: number;
651
697
  }
652
698
 
653
699
  /** Result of the schedule list operation. */
@@ -675,7 +721,7 @@ export interface ScheduleUpdateProperties {
675
721
  /** The IANA timezone id at which the schedule should execute. */
676
722
  timeZone?: string;
677
723
  /** Indicates whether or not this scheduled task is enabled. */
678
- state?: EnableStatus;
724
+ state?: ScheduleEnableStatus;
679
725
  }
680
726
 
681
727
  /** Result of the network connection list operation. */
@@ -759,6 +805,59 @@ export interface HealthCheck {
759
805
  readonly additionalDetails?: string;
760
806
  }
761
807
 
808
+ /** Values returned by the List operation. */
809
+ export interface OutboundEnvironmentEndpointCollection {
810
+ /**
811
+ * The collection of outbound network dependency endpoints returned by the listing operation.
812
+ * NOTE: This property will not be serialized. It can only be populated by the server.
813
+ */
814
+ readonly value?: OutboundEnvironmentEndpoint[];
815
+ /** The continuation token. */
816
+ nextLink?: string;
817
+ }
818
+
819
+ /** A collection of related endpoints from the same service for which the agent requires outbound access. */
820
+ export interface OutboundEnvironmentEndpoint {
821
+ /**
822
+ * The type of service that the agent connects to.
823
+ * NOTE: This property will not be serialized. It can only be populated by the server.
824
+ */
825
+ readonly category?: string;
826
+ /**
827
+ * The endpoints for this service for which the agent requires outbound access.
828
+ * NOTE: This property will not be serialized. It can only be populated by the server.
829
+ */
830
+ readonly endpoints?: EndpointDependency[];
831
+ }
832
+
833
+ /** A domain name and connection details used to access a dependency. */
834
+ export interface EndpointDependency {
835
+ /**
836
+ * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
837
+ * NOTE: This property will not be serialized. It can only be populated by the server.
838
+ */
839
+ readonly domainName?: string;
840
+ /**
841
+ * Human-readable supplemental information about the dependency and when it is applicable.
842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
843
+ */
844
+ readonly description?: string;
845
+ /**
846
+ * The list of connection details for this endpoint.
847
+ * NOTE: This property will not be serialized. It can only be populated by the server.
848
+ */
849
+ readonly endpointDetails?: EndpointDetail[];
850
+ }
851
+
852
+ /** Details about the connection between the Batch service and the endpoint. */
853
+ export interface EndpointDetail {
854
+ /**
855
+ * The port an endpoint is connected to.
856
+ * NOTE: This property will not be serialized. It can only be populated by the server.
857
+ */
858
+ readonly port?: number;
859
+ }
860
+
762
861
  /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
763
862
  export interface TrackedResource extends Resource {
764
863
  /** Resource tags. */
@@ -773,7 +872,7 @@ export interface AttachedNetworkConnection extends Resource {
773
872
  * The provisioning state of the resource.
774
873
  * NOTE: This property will not be serialized. It can only be populated by the server.
775
874
  */
776
- readonly provisioningState?: string;
875
+ readonly provisioningState?: ProvisioningState;
777
876
  /** The resource ID of the NetworkConnection you want to attach. */
778
877
  networkConnectionId?: string;
779
878
  /**
@@ -799,7 +898,7 @@ export interface Gallery extends Resource {
799
898
  * The provisioning state of the resource.
800
899
  * NOTE: This property will not be serialized. It can only be populated by the server.
801
900
  */
802
- readonly provisioningState?: string;
901
+ readonly provisioningState?: ProvisioningState;
803
902
  /** The resource ID of the backing Azure Compute Gallery. */
804
903
  galleryResourceId?: string;
805
904
  }
@@ -817,7 +916,7 @@ export interface Catalog extends Resource {
817
916
  * The provisioning state of the resource.
818
917
  * NOTE: This property will not be serialized. It can only be populated by the server.
819
918
  */
820
- readonly provisioningState?: string;
919
+ readonly provisioningState?: ProvisioningState;
821
920
  /**
822
921
  * The synchronization state of the catalog.
823
922
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -838,7 +937,7 @@ export interface EnvironmentType extends Resource {
838
937
  * The provisioning state of the resource.
839
938
  * NOTE: This property will not be serialized. It can only be populated by the server.
840
939
  */
841
- readonly provisioningState?: string;
940
+ readonly provisioningState?: ProvisioningState;
842
941
  }
843
942
 
844
943
  /** Represents an allowed environment type. */
@@ -847,7 +946,7 @@ export interface AllowedEnvironmentType extends Resource {
847
946
  * The provisioning state of the resource.
848
947
  * NOTE: This property will not be serialized. It can only be populated by the server.
849
948
  */
850
- readonly provisioningState?: string;
949
+ readonly provisioningState?: ProvisioningState;
851
950
  }
852
951
 
853
952
  /** Represents an environment type. */
@@ -861,7 +960,7 @@ export interface ProjectEnvironmentType extends Resource {
861
960
  /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
862
961
  deploymentTargetId?: string;
863
962
  /** Defines whether this Environment Type can be used in this Project. */
864
- status?: EnableStatus;
963
+ status?: EnvironmentTypeEnableStatus;
865
964
  /** The role definition assigned to the environment creator on backing resources. */
866
965
  creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
867
966
  /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
@@ -870,7 +969,7 @@ export interface ProjectEnvironmentType extends Resource {
870
969
  * The provisioning state of the resource.
871
970
  * NOTE: This property will not be serialized. It can only be populated by the server.
872
971
  */
873
- readonly provisioningState?: string;
972
+ readonly provisioningState?: ProvisioningState;
874
973
  }
875
974
 
876
975
  /** Represents a Schedule to execute a task. */
@@ -884,12 +983,12 @@ export interface Schedule extends Resource {
884
983
  /** The IANA timezone id at which the schedule should execute. */
885
984
  timeZone?: string;
886
985
  /** Indicates whether or not this scheduled task is enabled. */
887
- state?: EnableStatus;
986
+ state?: ScheduleEnableStatus;
888
987
  /**
889
988
  * The provisioning state of the resource.
890
989
  * NOTE: This property will not be serialized. It can only be populated by the server.
891
990
  */
892
- readonly provisioningState?: string;
991
+ readonly provisioningState?: ProvisioningState;
893
992
  }
894
993
 
895
994
  /** Health Check details. */
@@ -923,6 +1022,8 @@ export interface ProjectUpdate extends TrackedResourceUpdate {
923
1022
  devCenterId?: string;
924
1023
  /** Description of the project. */
925
1024
  description?: string;
1025
+ /** 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. */
1026
+ maxDevBoxesPerUser?: number;
926
1027
  }
927
1028
 
928
1029
  /** Partial update of a Dev Box definition resource. */
@@ -933,6 +1034,8 @@ export interface DevBoxDefinitionUpdate extends TrackedResourceUpdate {
933
1034
  sku?: Sku;
934
1035
  /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
935
1036
  osStorageType?: string;
1037
+ /** 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 */
1038
+ hibernateSupport?: HibernateSupport;
936
1039
  }
937
1040
 
938
1041
  /** The pool properties for partial update. Properties not provided in the update request will not be changed. */
@@ -945,6 +1048,8 @@ export interface PoolUpdate extends TrackedResourceUpdate {
945
1048
  licenseType?: LicenseType;
946
1049
  /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
947
1050
  localAdministrator?: LocalAdminStatus;
1051
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
1052
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
948
1053
  }
949
1054
 
950
1055
  /** The schedule properties for partial update. Properties not provided in the update request will not be changed. */
@@ -958,7 +1063,7 @@ export interface ScheduleUpdate extends TrackedResourceUpdate {
958
1063
  /** The IANA timezone id at which the schedule should execute. */
959
1064
  timeZone?: string;
960
1065
  /** Indicates whether or not this scheduled task is enabled. */
961
- state?: EnableStatus;
1066
+ state?: ScheduleEnableStatus;
962
1067
  }
963
1068
 
964
1069
  /** The network connection properties for partial update. Properties not provided in the update request will not be changed. */
@@ -981,7 +1086,12 @@ export interface ProjectProperties extends ProjectUpdateProperties {
981
1086
  * The provisioning state of the resource.
982
1087
  * NOTE: This property will not be serialized. It can only be populated by the server.
983
1088
  */
984
- readonly provisioningState?: string;
1089
+ readonly provisioningState?: ProvisioningState;
1090
+ /**
1091
+ * The URI of the Dev Center resource this project is associated with.
1092
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1093
+ */
1094
+ readonly devCenterUri?: string;
985
1095
  }
986
1096
 
987
1097
  /** Properties of a catalog. */
@@ -990,7 +1100,7 @@ export interface CatalogProperties extends CatalogUpdateProperties {
990
1100
  * The provisioning state of the resource.
991
1101
  * NOTE: This property will not be serialized. It can only be populated by the server.
992
1102
  */
993
- readonly provisioningState?: string;
1103
+ readonly provisioningState?: ProvisioningState;
994
1104
  /**
995
1105
  * The synchronization state of the catalog.
996
1106
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1010,7 +1120,7 @@ export interface ProjectEnvironmentTypeProperties
1010
1120
  * The provisioning state of the resource.
1011
1121
  * NOTE: This property will not be serialized. It can only be populated by the server.
1012
1122
  */
1013
- readonly provisioningState?: string;
1123
+ readonly provisioningState?: ProvisioningState;
1014
1124
  }
1015
1125
 
1016
1126
  /** Properties of a Dev Box definition. */
@@ -1020,7 +1130,7 @@ export interface DevBoxDefinitionProperties
1020
1130
  * The provisioning state of the resource.
1021
1131
  * NOTE: This property will not be serialized. It can only be populated by the server.
1022
1132
  */
1023
- readonly provisioningState?: string;
1133
+ readonly provisioningState?: ProvisioningState;
1024
1134
  /**
1025
1135
  * Validation status of the configured image.
1026
1136
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1073,11 +1183,21 @@ export interface OperationStatus extends OperationStatusResult {
1073
1183
 
1074
1184
  /** Properties of a Pool */
1075
1185
  export interface PoolProperties extends PoolUpdateProperties {
1186
+ /**
1187
+ * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
1188
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1189
+ */
1190
+ readonly healthStatus?: HealthStatus;
1191
+ /**
1192
+ * 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
1193
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1194
+ */
1195
+ readonly healthStatusDetails?: HealthStatusDetail[];
1076
1196
  /**
1077
1197
  * The provisioning state of the resource.
1078
1198
  * NOTE: This property will not be serialized. It can only be populated by the server.
1079
1199
  */
1080
- readonly provisioningState?: string;
1200
+ readonly provisioningState?: ProvisioningState;
1081
1201
  }
1082
1202
 
1083
1203
  /** The Schedule properties defining when and what to execute. */
@@ -1086,7 +1206,7 @@ export interface ScheduleProperties extends ScheduleUpdateProperties {
1086
1206
  * The provisioning state of the resource.
1087
1207
  * NOTE: This property will not be serialized. It can only be populated by the server.
1088
1208
  */
1089
- readonly provisioningState?: string;
1209
+ readonly provisioningState?: ProvisioningState;
1090
1210
  }
1091
1211
 
1092
1212
  /** Network properties */
@@ -1095,7 +1215,7 @@ export interface NetworkProperties extends NetworkConnectionUpdateProperties {
1095
1215
  * The provisioning state of the resource.
1096
1216
  * NOTE: This property will not be serialized. It can only be populated by the server.
1097
1217
  */
1098
- readonly provisioningState?: string;
1218
+ readonly provisioningState?: ProvisioningState;
1099
1219
  /**
1100
1220
  * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
1101
1221
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1115,7 +1235,12 @@ export interface DevCenter extends TrackedResource {
1115
1235
  * The provisioning state of the resource.
1116
1236
  * NOTE: This property will not be serialized. It can only be populated by the server.
1117
1237
  */
1118
- readonly provisioningState?: string;
1238
+ readonly provisioningState?: ProvisioningState;
1239
+ /**
1240
+ * The URI of the Dev Center.
1241
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1242
+ */
1243
+ readonly devCenterUri?: string;
1119
1244
  }
1120
1245
 
1121
1246
  /** Represents a project resource. */
@@ -1124,11 +1249,18 @@ export interface Project extends TrackedResource {
1124
1249
  devCenterId?: string;
1125
1250
  /** Description of the project. */
1126
1251
  description?: string;
1252
+ /** 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. */
1253
+ maxDevBoxesPerUser?: number;
1127
1254
  /**
1128
1255
  * The provisioning state of the resource.
1129
1256
  * NOTE: This property will not be serialized. It can only be populated by the server.
1130
1257
  */
1131
- readonly provisioningState?: string;
1258
+ readonly provisioningState?: ProvisioningState;
1259
+ /**
1260
+ * The URI of the Dev Center resource this project is associated with.
1261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1262
+ */
1263
+ readonly devCenterUri?: string;
1132
1264
  }
1133
1265
 
1134
1266
  /** Represents a definition for a Developer Machine. */
@@ -1139,11 +1271,13 @@ export interface DevBoxDefinition extends TrackedResource {
1139
1271
  sku?: Sku;
1140
1272
  /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1141
1273
  osStorageType?: string;
1274
+ /** 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 */
1275
+ hibernateSupport?: HibernateSupport;
1142
1276
  /**
1143
1277
  * The provisioning state of the resource.
1144
1278
  * NOTE: This property will not be serialized. It can only be populated by the server.
1145
1279
  */
1146
- readonly provisioningState?: string;
1280
+ readonly provisioningState?: ProvisioningState;
1147
1281
  /**
1148
1282
  * Validation status of the configured image.
1149
1283
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1171,11 +1305,23 @@ export interface Pool extends TrackedResource {
1171
1305
  licenseType?: LicenseType;
1172
1306
  /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
1173
1307
  localAdministrator?: LocalAdminStatus;
1308
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
1309
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
1310
+ /**
1311
+ * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
1312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1313
+ */
1314
+ readonly healthStatus?: HealthStatus;
1315
+ /**
1316
+ * 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
1317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1318
+ */
1319
+ readonly healthStatusDetails?: HealthStatusDetail[];
1174
1320
  /**
1175
1321
  * The provisioning state of the resource.
1176
1322
  * NOTE: This property will not be serialized. It can only be populated by the server.
1177
1323
  */
1178
- readonly provisioningState?: string;
1324
+ readonly provisioningState?: ProvisioningState;
1179
1325
  }
1180
1326
 
1181
1327
  /** Network related settings */
@@ -1194,7 +1340,7 @@ export interface NetworkConnection extends TrackedResource {
1194
1340
  * The provisioning state of the resource.
1195
1341
  * NOTE: This property will not be serialized. It can only be populated by the server.
1196
1342
  */
1197
- readonly provisioningState?: string;
1343
+ readonly provisioningState?: ProvisioningState;
1198
1344
  /**
1199
1345
  * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
1200
1346
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1237,7 +1383,12 @@ export interface Image extends ProxyResource {
1237
1383
  * The provisioning state of the resource.
1238
1384
  * NOTE: This property will not be serialized. It can only be populated by the server.
1239
1385
  */
1240
- readonly provisioningState?: string;
1386
+ readonly provisioningState?: ProvisioningState;
1387
+ /**
1388
+ * 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
1389
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1390
+ */
1391
+ readonly hibernateSupport?: HibernateSupport;
1241
1392
  }
1242
1393
 
1243
1394
  /** Represents an image version. */
@@ -1266,9 +1417,69 @@ export interface ImageVersion extends ProxyResource {
1266
1417
  * The provisioning state of the resource.
1267
1418
  * NOTE: This property will not be serialized. It can only be populated by the server.
1268
1419
  */
1269
- readonly provisioningState?: string;
1420
+ readonly provisioningState?: ProvisioningState;
1421
+ }
1422
+
1423
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1424
+ export enum KnownProvisioningState {
1425
+ /** NotSpecified */
1426
+ NotSpecified = "NotSpecified",
1427
+ /** Accepted */
1428
+ Accepted = "Accepted",
1429
+ /** Running */
1430
+ Running = "Running",
1431
+ /** Creating */
1432
+ Creating = "Creating",
1433
+ /** Created */
1434
+ Created = "Created",
1435
+ /** Updating */
1436
+ Updating = "Updating",
1437
+ /** Updated */
1438
+ Updated = "Updated",
1439
+ /** Deleting */
1440
+ Deleting = "Deleting",
1441
+ /** Deleted */
1442
+ Deleted = "Deleted",
1443
+ /** Succeeded */
1444
+ Succeeded = "Succeeded",
1445
+ /** Failed */
1446
+ Failed = "Failed",
1447
+ /** Canceled */
1448
+ Canceled = "Canceled",
1449
+ /** MovingResources */
1450
+ MovingResources = "MovingResources",
1451
+ /** TransientFailure */
1452
+ TransientFailure = "TransientFailure",
1453
+ /** RolloutInProgress */
1454
+ RolloutInProgress = "RolloutInProgress",
1455
+ /** StorageProvisioningFailed */
1456
+ StorageProvisioningFailed = "StorageProvisioningFailed"
1270
1457
  }
1271
1458
 
1459
+ /**
1460
+ * Defines values for ProvisioningState. \
1461
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1462
+ * this enum contains the known values that the service supports.
1463
+ * ### Known values supported by the service
1464
+ * **NotSpecified** \
1465
+ * **Accepted** \
1466
+ * **Running** \
1467
+ * **Creating** \
1468
+ * **Created** \
1469
+ * **Updating** \
1470
+ * **Updated** \
1471
+ * **Deleting** \
1472
+ * **Deleted** \
1473
+ * **Succeeded** \
1474
+ * **Failed** \
1475
+ * **Canceled** \
1476
+ * **MovingResources** \
1477
+ * **TransientFailure** \
1478
+ * **RolloutInProgress** \
1479
+ * **StorageProvisioningFailed**
1480
+ */
1481
+ export type ProvisioningState = string;
1482
+
1272
1483
  /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1273
1484
  export enum KnownManagedServiceIdentityType {
1274
1485
  /** None */
@@ -1319,18 +1530,18 @@ export type CreatedByType = string;
1319
1530
 
1320
1531
  /** Known values of {@link HealthCheckStatus} that the service accepts. */
1321
1532
  export enum KnownHealthCheckStatus {
1533
+ /** Unknown */
1534
+ Unknown = "Unknown",
1322
1535
  /** Pending */
1323
1536
  Pending = "Pending",
1324
1537
  /** Running */
1325
1538
  Running = "Running",
1326
1539
  /** Passed */
1327
1540
  Passed = "Passed",
1328
- /** Failed */
1329
- Failed = "Failed",
1330
1541
  /** Warning */
1331
1542
  Warning = "Warning",
1332
- /** Unknown */
1333
- Unknown = "Unknown"
1543
+ /** Failed */
1544
+ Failed = "Failed"
1334
1545
  }
1335
1546
 
1336
1547
  /**
@@ -1338,12 +1549,12 @@ export enum KnownHealthCheckStatus {
1338
1549
  * {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,
1339
1550
  * this enum contains the known values that the service supports.
1340
1551
  * ### Known values supported by the service
1552
+ * **Unknown** \
1341
1553
  * **Pending** \
1342
1554
  * **Running** \
1343
1555
  * **Passed** \
1344
- * **Failed** \
1345
1556
  * **Warning** \
1346
- * **Unknown**
1557
+ * **Failed**
1347
1558
  */
1348
1559
  export type HealthCheckStatus = string;
1349
1560
 
@@ -1365,6 +1576,24 @@ export enum KnownDomainJoinType {
1365
1576
  */
1366
1577
  export type DomainJoinType = string;
1367
1578
 
1579
+ /** Known values of {@link HibernateSupport} that the service accepts. */
1580
+ export enum KnownHibernateSupport {
1581
+ /** Disabled */
1582
+ Disabled = "Disabled",
1583
+ /** Enabled */
1584
+ Enabled = "Enabled"
1585
+ }
1586
+
1587
+ /**
1588
+ * Defines values for HibernateSupport. \
1589
+ * {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,
1590
+ * this enum contains the known values that the service supports.
1591
+ * ### Known values supported by the service
1592
+ * **Disabled** \
1593
+ * **Enabled**
1594
+ */
1595
+ export type HibernateSupport = string;
1596
+
1368
1597
  /** Known values of {@link CatalogSyncState} that the service accepts. */
1369
1598
  export enum KnownCatalogSyncState {
1370
1599
  /** Succeeded */
@@ -1389,8 +1618,8 @@ export enum KnownCatalogSyncState {
1389
1618
  */
1390
1619
  export type CatalogSyncState = string;
1391
1620
 
1392
- /** Known values of {@link EnableStatus} that the service accepts. */
1393
- export enum KnownEnableStatus {
1621
+ /** Known values of {@link EnvironmentTypeEnableStatus} that the service accepts. */
1622
+ export enum KnownEnvironmentTypeEnableStatus {
1394
1623
  /** Enabled */
1395
1624
  Enabled = "Enabled",
1396
1625
  /** Disabled */
@@ -1398,14 +1627,14 @@ export enum KnownEnableStatus {
1398
1627
  }
1399
1628
 
1400
1629
  /**
1401
- * Defines values for EnableStatus. \
1402
- * {@link KnownEnableStatus} can be used interchangeably with EnableStatus,
1630
+ * Defines values for EnvironmentTypeEnableStatus. \
1631
+ * {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,
1403
1632
  * this enum contains the known values that the service supports.
1404
1633
  * ### Known values supported by the service
1405
1634
  * **Enabled** \
1406
1635
  * **Disabled**
1407
1636
  */
1408
- export type EnableStatus = string;
1637
+ export type EnvironmentTypeEnableStatus = string;
1409
1638
 
1410
1639
  /** Known values of {@link ImageValidationStatus} that the service accepts. */
1411
1640
  export enum KnownImageValidationStatus {
@@ -1485,6 +1714,51 @@ export enum KnownUsageUnit {
1485
1714
  */
1486
1715
  export type UsageUnit = string;
1487
1716
 
1717
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
1718
+ export enum KnownCheckNameAvailabilityReason {
1719
+ /** Invalid */
1720
+ Invalid = "Invalid",
1721
+ /** AlreadyExists */
1722
+ AlreadyExists = "AlreadyExists"
1723
+ }
1724
+
1725
+ /**
1726
+ * Defines values for CheckNameAvailabilityReason. \
1727
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
1728
+ * this enum contains the known values that the service supports.
1729
+ * ### Known values supported by the service
1730
+ * **Invalid** \
1731
+ * **AlreadyExists**
1732
+ */
1733
+ export type CheckNameAvailabilityReason = string;
1734
+
1735
+ /** Known values of {@link HealthStatus} that the service accepts. */
1736
+ export enum KnownHealthStatus {
1737
+ /** Unknown */
1738
+ Unknown = "Unknown",
1739
+ /** Pending */
1740
+ Pending = "Pending",
1741
+ /** Healthy */
1742
+ Healthy = "Healthy",
1743
+ /** Warning */
1744
+ Warning = "Warning",
1745
+ /** Unhealthy */
1746
+ Unhealthy = "Unhealthy"
1747
+ }
1748
+
1749
+ /**
1750
+ * Defines values for HealthStatus. \
1751
+ * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
1752
+ * this enum contains the known values that the service supports.
1753
+ * ### Known values supported by the service
1754
+ * **Unknown** \
1755
+ * **Pending** \
1756
+ * **Healthy** \
1757
+ * **Warning** \
1758
+ * **Unhealthy**
1759
+ */
1760
+ export type HealthStatus = string;
1761
+
1488
1762
  /** Known values of {@link LicenseType} that the service accepts. */
1489
1763
  export enum KnownLicenseType {
1490
1764
  /** WindowsClient */
@@ -1518,6 +1792,24 @@ export enum KnownLocalAdminStatus {
1518
1792
  */
1519
1793
  export type LocalAdminStatus = string;
1520
1794
 
1795
+ /** Known values of {@link StopOnDisconnectEnableStatus} that the service accepts. */
1796
+ export enum KnownStopOnDisconnectEnableStatus {
1797
+ /** Enabled */
1798
+ Enabled = "Enabled",
1799
+ /** Disabled */
1800
+ Disabled = "Disabled"
1801
+ }
1802
+
1803
+ /**
1804
+ * Defines values for StopOnDisconnectEnableStatus. \
1805
+ * {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,
1806
+ * this enum contains the known values that the service supports.
1807
+ * ### Known values supported by the service
1808
+ * **Enabled** \
1809
+ * **Disabled**
1810
+ */
1811
+ export type StopOnDisconnectEnableStatus = string;
1812
+
1521
1813
  /** Known values of {@link ScheduledType} that the service accepts. */
1522
1814
  export enum KnownScheduledType {
1523
1815
  /** StopDevBox */
@@ -1547,6 +1839,24 @@ export enum KnownScheduledFrequency {
1547
1839
  * **Daily**
1548
1840
  */
1549
1841
  export type ScheduledFrequency = string;
1842
+
1843
+ /** Known values of {@link ScheduleEnableStatus} that the service accepts. */
1844
+ export enum KnownScheduleEnableStatus {
1845
+ /** Enabled */
1846
+ Enabled = "Enabled",
1847
+ /** Disabled */
1848
+ Disabled = "Disabled"
1849
+ }
1850
+
1851
+ /**
1852
+ * Defines values for ScheduleEnableStatus. \
1853
+ * {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,
1854
+ * this enum contains the known values that the service supports.
1855
+ * ### Known values supported by the service
1856
+ * **Enabled** \
1857
+ * **Disabled**
1858
+ */
1859
+ export type ScheduleEnableStatus = string;
1550
1860
  /** Defines values for SkuTier. */
1551
1861
  export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
1552
1862
 
@@ -1612,20 +1922,14 @@ export interface DevCentersDeleteOptionalParams
1612
1922
 
1613
1923
  /** Optional parameters. */
1614
1924
  export interface DevCentersListBySubscriptionNextOptionalParams
1615
- extends coreClient.OperationOptions {
1616
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1617
- top?: number;
1618
- }
1925
+ extends coreClient.OperationOptions {}
1619
1926
 
1620
1927
  /** Contains response data for the listBySubscriptionNext operation. */
1621
1928
  export type DevCentersListBySubscriptionNextResponse = DevCenterListResult;
1622
1929
 
1623
1930
  /** Optional parameters. */
1624
1931
  export interface DevCentersListByResourceGroupNextOptionalParams
1625
- extends coreClient.OperationOptions {
1626
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1627
- top?: number;
1628
- }
1932
+ extends coreClient.OperationOptions {}
1629
1933
 
1630
1934
  /** Contains response data for the listByResourceGroupNext operation. */
1631
1935
  export type DevCentersListByResourceGroupNextResponse = DevCenterListResult;
@@ -1692,20 +1996,14 @@ export interface ProjectsDeleteOptionalParams
1692
1996
 
1693
1997
  /** Optional parameters. */
1694
1998
  export interface ProjectsListBySubscriptionNextOptionalParams
1695
- extends coreClient.OperationOptions {
1696
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1697
- top?: number;
1698
- }
1999
+ extends coreClient.OperationOptions {}
1699
2000
 
1700
2001
  /** Contains response data for the listBySubscriptionNext operation. */
1701
2002
  export type ProjectsListBySubscriptionNextResponse = ProjectListResult;
1702
2003
 
1703
2004
  /** Optional parameters. */
1704
2005
  export interface ProjectsListByResourceGroupNextOptionalParams
1705
- extends coreClient.OperationOptions {
1706
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1707
- top?: number;
1708
- }
2006
+ extends coreClient.OperationOptions {}
1709
2007
 
1710
2008
  /** Contains response data for the listByResourceGroupNext operation. */
1711
2009
  export type ProjectsListByResourceGroupNextResponse = ProjectListResult;
@@ -1767,20 +2065,14 @@ export interface AttachedNetworksDeleteOptionalParams
1767
2065
 
1768
2066
  /** Optional parameters. */
1769
2067
  export interface AttachedNetworksListByProjectNextOptionalParams
1770
- extends coreClient.OperationOptions {
1771
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1772
- top?: number;
1773
- }
2068
+ extends coreClient.OperationOptions {}
1774
2069
 
1775
2070
  /** Contains response data for the listByProjectNext operation. */
1776
2071
  export type AttachedNetworksListByProjectNextResponse = AttachedNetworkListResult;
1777
2072
 
1778
2073
  /** Optional parameters. */
1779
2074
  export interface AttachedNetworksListByDevCenterNextOptionalParams
1780
- extends coreClient.OperationOptions {
1781
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1782
- top?: number;
1783
- }
2075
+ extends coreClient.OperationOptions {}
1784
2076
 
1785
2077
  /** Contains response data for the listByDevCenterNext operation. */
1786
2078
  export type AttachedNetworksListByDevCenterNextResponse = AttachedNetworkListResult;
@@ -1825,10 +2117,7 @@ export interface GalleriesDeleteOptionalParams
1825
2117
 
1826
2118
  /** Optional parameters. */
1827
2119
  export interface GalleriesListByDevCenterNextOptionalParams
1828
- extends coreClient.OperationOptions {
1829
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1830
- top?: number;
1831
- }
2120
+ extends coreClient.OperationOptions {}
1832
2121
 
1833
2122
  /** Contains response data for the listByDevCenterNext operation. */
1834
2123
  export type GalleriesListByDevCenterNextResponse = GalleryListResult;
@@ -1861,20 +2150,14 @@ export type ImagesGetResponse = Image;
1861
2150
 
1862
2151
  /** Optional parameters. */
1863
2152
  export interface ImagesListByDevCenterNextOptionalParams
1864
- extends coreClient.OperationOptions {
1865
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1866
- top?: number;
1867
- }
2153
+ extends coreClient.OperationOptions {}
1868
2154
 
1869
2155
  /** Contains response data for the listByDevCenterNext operation. */
1870
2156
  export type ImagesListByDevCenterNextResponse = ImageListResult;
1871
2157
 
1872
2158
  /** Optional parameters. */
1873
2159
  export interface ImagesListByGalleryNextOptionalParams
1874
- extends coreClient.OperationOptions {
1875
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1876
- top?: number;
1877
- }
2160
+ extends coreClient.OperationOptions {}
1878
2161
 
1879
2162
  /** Contains response data for the listByGalleryNext operation. */
1880
2163
  export type ImagesListByGalleryNextResponse = ImageListResult;
@@ -1961,10 +2244,7 @@ export interface CatalogsSyncOptionalParams
1961
2244
 
1962
2245
  /** Optional parameters. */
1963
2246
  export interface CatalogsListByDevCenterNextOptionalParams
1964
- extends coreClient.OperationOptions {
1965
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
1966
- top?: number;
1967
- }
2247
+ extends coreClient.OperationOptions {}
1968
2248
 
1969
2249
  /** Contains response data for the listByDevCenterNext operation. */
1970
2250
  export type CatalogsListByDevCenterNextResponse = CatalogListResult;
@@ -2006,10 +2286,7 @@ export interface EnvironmentTypesDeleteOptionalParams
2006
2286
 
2007
2287
  /** Optional parameters. */
2008
2288
  export interface EnvironmentTypesListByDevCenterNextOptionalParams
2009
- extends coreClient.OperationOptions {
2010
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2011
- top?: number;
2012
- }
2289
+ extends coreClient.OperationOptions {}
2013
2290
 
2014
2291
  /** Contains response data for the listByDevCenterNext operation. */
2015
2292
  export type EnvironmentTypesListByDevCenterNextResponse = EnvironmentTypeListResult;
@@ -2033,10 +2310,7 @@ export type ProjectAllowedEnvironmentTypesGetResponse = AllowedEnvironmentType;
2033
2310
 
2034
2311
  /** Optional parameters. */
2035
2312
  export interface ProjectAllowedEnvironmentTypesListNextOptionalParams
2036
- extends coreClient.OperationOptions {
2037
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2038
- top?: number;
2039
- }
2313
+ extends coreClient.OperationOptions {}
2040
2314
 
2041
2315
  /** Contains response data for the listNext operation. */
2042
2316
  export type ProjectAllowedEnvironmentTypesListNextResponse = AllowedEnvironmentTypeListResult;
@@ -2078,10 +2352,7 @@ export interface ProjectEnvironmentTypesDeleteOptionalParams
2078
2352
 
2079
2353
  /** Optional parameters. */
2080
2354
  export interface ProjectEnvironmentTypesListNextOptionalParams
2081
- extends coreClient.OperationOptions {
2082
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2083
- top?: number;
2084
- }
2355
+ extends coreClient.OperationOptions {}
2085
2356
 
2086
2357
  /** Contains response data for the listNext operation. */
2087
2358
  export type ProjectEnvironmentTypesListNextResponse = ProjectEnvironmentTypeListResult;
@@ -2155,20 +2426,14 @@ export type DevBoxDefinitionsGetByProjectResponse = DevBoxDefinition;
2155
2426
 
2156
2427
  /** Optional parameters. */
2157
2428
  export interface DevBoxDefinitionsListByDevCenterNextOptionalParams
2158
- extends coreClient.OperationOptions {
2159
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2160
- top?: number;
2161
- }
2429
+ extends coreClient.OperationOptions {}
2162
2430
 
2163
2431
  /** Contains response data for the listByDevCenterNext operation. */
2164
2432
  export type DevBoxDefinitionsListByDevCenterNextResponse = DevBoxDefinitionListResult;
2165
2433
 
2166
2434
  /** Optional parameters. */
2167
2435
  export interface DevBoxDefinitionsListByProjectNextOptionalParams
2168
- extends coreClient.OperationOptions {
2169
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2170
- top?: number;
2171
- }
2436
+ extends coreClient.OperationOptions {}
2172
2437
 
2173
2438
  /** Contains response data for the listByProjectNext operation. */
2174
2439
  export type DevBoxDefinitionsListByProjectNextResponse = DevBoxDefinitionListResult;
@@ -2208,6 +2473,13 @@ export interface UsagesListByLocationNextOptionalParams
2208
2473
  /** Contains response data for the listByLocationNext operation. */
2209
2474
  export type UsagesListByLocationNextResponse = ListUsagesResult;
2210
2475
 
2476
+ /** Optional parameters. */
2477
+ export interface CheckNameAvailabilityExecuteOptionalParams
2478
+ extends coreClient.OperationOptions {}
2479
+
2480
+ /** Contains response data for the execute operation. */
2481
+ export type CheckNameAvailabilityExecuteResponse = CheckNameAvailabilityResponse;
2482
+
2211
2483
  /** Optional parameters. */
2212
2484
  export interface SkusListBySubscriptionOptionalParams
2213
2485
  extends coreClient.OperationOptions {
@@ -2220,10 +2492,7 @@ export type SkusListBySubscriptionResponse = SkuListResult;
2220
2492
 
2221
2493
  /** Optional parameters. */
2222
2494
  export interface SkusListBySubscriptionNextOptionalParams
2223
- extends coreClient.OperationOptions {
2224
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2225
- top?: number;
2226
- }
2495
+ extends coreClient.OperationOptions {}
2227
2496
 
2228
2497
  /** Contains response data for the listBySubscriptionNext operation. */
2229
2498
  export type SkusListBySubscriptionNextResponse = SkuListResult;
@@ -2276,12 +2545,18 @@ export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
2276
2545
  }
2277
2546
 
2278
2547
  /** Optional parameters. */
2279
- export interface PoolsListByProjectNextOptionalParams
2548
+ export interface PoolsRunHealthChecksOptionalParams
2280
2549
  extends coreClient.OperationOptions {
2281
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2282
- top?: number;
2550
+ /** Delay to wait until next poll, in milliseconds. */
2551
+ updateIntervalInMs?: number;
2552
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2553
+ resumeFrom?: string;
2283
2554
  }
2284
2555
 
2556
+ /** Optional parameters. */
2557
+ export interface PoolsListByProjectNextOptionalParams
2558
+ extends coreClient.OperationOptions {}
2559
+
2285
2560
  /** Contains response data for the listByProjectNext operation. */
2286
2561
  export type PoolsListByProjectNextResponse = PoolListResult;
2287
2562
 
@@ -2346,10 +2621,7 @@ export interface SchedulesDeleteOptionalParams
2346
2621
 
2347
2622
  /** Optional parameters. */
2348
2623
  export interface SchedulesListByPoolNextOptionalParams
2349
- extends coreClient.OperationOptions {
2350
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2351
- top?: number;
2352
- }
2624
+ extends coreClient.OperationOptions {}
2353
2625
 
2354
2626
  /** Contains response data for the listByPoolNext operation. */
2355
2627
  export type SchedulesListByPoolNextResponse = ScheduleListResult;
@@ -2433,38 +2705,51 @@ export type NetworkConnectionsGetHealthDetailsResponse = HealthCheckStatusDetail
2433
2705
 
2434
2706
  /** Optional parameters. */
2435
2707
  export interface NetworkConnectionsRunHealthChecksOptionalParams
2436
- extends coreClient.OperationOptions {}
2708
+ extends coreClient.OperationOptions {
2709
+ /** Delay to wait until next poll, in milliseconds. */
2710
+ updateIntervalInMs?: number;
2711
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2712
+ resumeFrom?: string;
2713
+ }
2437
2714
 
2438
2715
  /** Optional parameters. */
2439
- export interface NetworkConnectionsListBySubscriptionNextOptionalParams
2716
+ export interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsOptionalParams
2440
2717
  extends coreClient.OperationOptions {
2441
2718
  /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2442
2719
  top?: number;
2443
2720
  }
2444
2721
 
2722
+ /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
2723
+ export type NetworkConnectionsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
2724
+
2725
+ /** Optional parameters. */
2726
+ export interface NetworkConnectionsListBySubscriptionNextOptionalParams
2727
+ extends coreClient.OperationOptions {}
2728
+
2445
2729
  /** Contains response data for the listBySubscriptionNext operation. */
2446
2730
  export type NetworkConnectionsListBySubscriptionNextResponse = NetworkConnectionListResult;
2447
2731
 
2448
2732
  /** Optional parameters. */
2449
2733
  export interface NetworkConnectionsListByResourceGroupNextOptionalParams
2450
- extends coreClient.OperationOptions {
2451
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2452
- top?: number;
2453
- }
2734
+ extends coreClient.OperationOptions {}
2454
2735
 
2455
2736
  /** Contains response data for the listByResourceGroupNext operation. */
2456
2737
  export type NetworkConnectionsListByResourceGroupNextResponse = NetworkConnectionListResult;
2457
2738
 
2458
2739
  /** Optional parameters. */
2459
2740
  export interface NetworkConnectionsListHealthDetailsNextOptionalParams
2460
- extends coreClient.OperationOptions {
2461
- /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2462
- top?: number;
2463
- }
2741
+ extends coreClient.OperationOptions {}
2464
2742
 
2465
2743
  /** Contains response data for the listHealthDetailsNext operation. */
2466
2744
  export type NetworkConnectionsListHealthDetailsNextResponse = HealthCheckStatusDetailsListResult;
2467
2745
 
2746
+ /** Optional parameters. */
2747
+ export interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextOptionalParams
2748
+ extends coreClient.OperationOptions {}
2749
+
2750
+ /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
2751
+ export type NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
2752
+
2468
2753
  /** Optional parameters. */
2469
2754
  export interface DevCenterClientOptionalParams
2470
2755
  extends coreClient.ServiceClientOptions {