@pulumi/azure-native 2.20.1 → 2.20.2-alpha.1701806550

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 (1290) hide show
  1. package/baremetalinfrastructure/azureBareMetalStorageInstance.d.ts +1 -1
  2. package/baremetalinfrastructure/azureBareMetalStorageInstance.js +3 -3
  3. package/baremetalinfrastructure/getAzureBareMetalStorageInstance.d.ts +2 -2
  4. package/baremetalinfrastructure/getAzureBareMetalStorageInstance.js +2 -2
  5. package/baremetalinfrastructure/index.d.ts +2 -1
  6. package/baremetalinfrastructure/index.js +4 -2
  7. package/baremetalinfrastructure/v20230406/azureBareMetalStorageInstance.js +2 -2
  8. package/baremetalinfrastructure/v20230804preview/azureBareMetalStorageInstance.js +2 -2
  9. package/baremetalinfrastructure/v20231101preview/azureBareMetalStorageInstance.d.ts +99 -0
  10. package/baremetalinfrastructure/v20231101preview/azureBareMetalStorageInstance.js +77 -0
  11. package/baremetalinfrastructure/v20231101preview/getAzureBareMetalStorageInstance.d.ts +73 -0
  12. package/baremetalinfrastructure/v20231101preview/getAzureBareMetalStorageInstance.js +26 -0
  13. package/baremetalinfrastructure/v20231101preview/index.d.ts +7 -0
  14. package/baremetalinfrastructure/v20231101preview/index.js +41 -0
  15. package/batch/application.d.ts +1 -1
  16. package/batch/application.js +3 -3
  17. package/batch/applicationPackage.d.ts +1 -1
  18. package/batch/applicationPackage.js +3 -3
  19. package/batch/batchAccount.d.ts +1 -1
  20. package/batch/batchAccount.js +3 -3
  21. package/batch/getApplication.d.ts +2 -2
  22. package/batch/getApplication.js +2 -2
  23. package/batch/getApplicationPackage.d.ts +2 -2
  24. package/batch/getApplicationPackage.js +2 -2
  25. package/batch/getBatchAccount.d.ts +2 -2
  26. package/batch/getBatchAccount.js +2 -2
  27. package/batch/getPool.d.ts +2 -2
  28. package/batch/getPool.js +2 -2
  29. package/batch/index.d.ts +2 -1
  30. package/batch/index.js +4 -2
  31. package/batch/listBatchAccountKeys.d.ts +2 -2
  32. package/batch/listBatchAccountKeys.js +2 -2
  33. package/batch/pool.d.ts +1 -1
  34. package/batch/pool.js +3 -3
  35. package/batch/v20220101/batchAccount.js +2 -2
  36. package/batch/v20230501/application.js +2 -2
  37. package/batch/v20230501/applicationPackage.js +2 -2
  38. package/batch/v20230501/batchAccount.js +2 -2
  39. package/batch/v20230501/pool.js +2 -2
  40. package/batch/v20231101/application.d.ts +81 -0
  41. package/batch/v20231101/application.js +77 -0
  42. package/batch/v20231101/applicationPackage.d.ts +81 -0
  43. package/batch/v20231101/applicationPackage.js +85 -0
  44. package/batch/v20231101/batchAccount.d.ts +170 -0
  45. package/batch/v20231101/batchAccount.js +106 -0
  46. package/batch/v20231101/getApplication.d.ts +70 -0
  47. package/batch/v20231101/getApplication.js +27 -0
  48. package/batch/v20231101/getApplicationPackage.d.ts +86 -0
  49. package/batch/v20231101/getApplicationPackage.js +28 -0
  50. package/batch/v20231101/getBatchAccount.d.ts +123 -0
  51. package/batch/v20231101/getBatchAccount.js +26 -0
  52. package/batch/v20231101/getPool.d.ts +152 -0
  53. package/batch/v20231101/getPool.js +27 -0
  54. package/batch/v20231101/index.d.ts +28 -0
  55. package/batch/v20231101/index.js +65 -0
  56. package/batch/v20231101/listBatchAccountKeys.d.ts +46 -0
  57. package/batch/v20231101/listBatchAccountKeys.js +26 -0
  58. package/batch/v20231101/pool.d.ts +226 -0
  59. package/batch/v20231101/pool.js +131 -0
  60. package/compute/gallery.d.ts +2 -0
  61. package/compute/gallery.js +4 -2
  62. package/compute/galleryApplication.d.ts +2 -0
  63. package/compute/galleryApplication.js +4 -2
  64. package/compute/galleryApplicationVersion.d.ts +2 -0
  65. package/compute/galleryApplicationVersion.js +4 -2
  66. package/compute/galleryImage.d.ts +2 -0
  67. package/compute/galleryImage.js +4 -2
  68. package/compute/galleryImageVersion.d.ts +1 -1
  69. package/compute/galleryImageVersion.js +3 -3
  70. package/compute/getGallery.d.ts +4 -0
  71. package/compute/getGallery.js +5 -1
  72. package/compute/getGalleryApplication.d.ts +4 -0
  73. package/compute/getGalleryApplication.js +5 -1
  74. package/compute/getGalleryApplicationVersion.d.ts +4 -0
  75. package/compute/getGalleryApplicationVersion.js +5 -1
  76. package/compute/getGalleryImage.d.ts +4 -0
  77. package/compute/getGalleryImage.js +5 -1
  78. package/compute/getGalleryImageVersion.d.ts +2 -2
  79. package/compute/getGalleryImageVersion.js +2 -2
  80. package/compute/index.d.ts +2 -1
  81. package/compute/index.js +4 -2
  82. package/compute/v20220303/gallery.js +2 -2
  83. package/compute/v20220303/galleryApplication.js +2 -2
  84. package/compute/v20220303/galleryApplicationVersion.js +2 -2
  85. package/compute/v20220303/galleryImage.js +2 -2
  86. package/compute/v20220303/galleryImageVersion.js +2 -2
  87. package/compute/v20220803/gallery.d.ts +107 -0
  88. package/compute/v20220803/gallery.js +81 -0
  89. package/compute/v20220803/galleryApplication.d.ts +132 -0
  90. package/compute/v20220803/galleryApplication.js +90 -0
  91. package/compute/v20220803/galleryApplicationVersion.d.ts +103 -0
  92. package/compute/v20220803/galleryApplicationVersion.js +88 -0
  93. package/compute/v20220803/galleryImage.d.ts +192 -0
  94. package/compute/v20220803/galleryImage.js +112 -0
  95. package/compute/v20220803/galleryImageVersion.d.ts +119 -0
  96. package/compute/v20220803/galleryImageVersion.js +92 -0
  97. package/compute/v20220803/getGallery.d.ts +97 -0
  98. package/compute/v20220803/getGallery.js +28 -0
  99. package/compute/v20220803/getGalleryApplication.d.ts +93 -0
  100. package/compute/v20220803/getGalleryApplication.js +27 -0
  101. package/compute/v20220803/getGalleryApplicationVersion.d.ts +97 -0
  102. package/compute/v20220803/getGalleryApplicationVersion.js +29 -0
  103. package/compute/v20220803/getGalleryImage.d.ts +125 -0
  104. package/compute/v20220803/getGalleryImage.js +27 -0
  105. package/compute/v20220803/getGalleryImageVersion.d.ts +105 -0
  106. package/compute/v20220803/getGalleryImageVersion.js +29 -0
  107. package/compute/v20220803/index.d.ts +31 -0
  108. package/compute/v20220803/index.js +69 -0
  109. package/config/vars.d.ts +19 -4
  110. package/config/vars.js +19 -1
  111. package/costmanagement/budget.d.ts +1 -1
  112. package/costmanagement/budget.js +3 -3
  113. package/costmanagement/costAllocationRule.d.ts +1 -1
  114. package/costmanagement/costAllocationRule.js +3 -3
  115. package/costmanagement/export.d.ts +1 -1
  116. package/costmanagement/export.js +3 -3
  117. package/costmanagement/getBudget.d.ts +2 -2
  118. package/costmanagement/getBudget.js +2 -2
  119. package/costmanagement/getCostAllocationRule.d.ts +2 -2
  120. package/costmanagement/getCostAllocationRule.js +2 -2
  121. package/costmanagement/getExport.d.ts +2 -2
  122. package/costmanagement/getExport.js +2 -2
  123. package/costmanagement/getScheduledAction.d.ts +2 -2
  124. package/costmanagement/getScheduledAction.js +2 -2
  125. package/costmanagement/getScheduledActionByScope.d.ts +2 -2
  126. package/costmanagement/getScheduledActionByScope.js +2 -2
  127. package/costmanagement/getView.d.ts +2 -2
  128. package/costmanagement/getView.js +2 -2
  129. package/costmanagement/getViewByScope.d.ts +2 -2
  130. package/costmanagement/getViewByScope.js +2 -2
  131. package/costmanagement/index.d.ts +2 -1
  132. package/costmanagement/index.js +4 -2
  133. package/costmanagement/scheduledAction.d.ts +1 -1
  134. package/costmanagement/scheduledAction.js +3 -3
  135. package/costmanagement/scheduledActionByScope.d.ts +1 -1
  136. package/costmanagement/scheduledActionByScope.js +3 -3
  137. package/costmanagement/tagInheritanceSetting.js +2 -2
  138. package/costmanagement/v20190401preview/budget.js +2 -2
  139. package/costmanagement/v20191001/export.js +2 -2
  140. package/costmanagement/v20191101/view.js +2 -2
  141. package/costmanagement/v20191101/viewByScope.js +2 -2
  142. package/costmanagement/v20200301preview/costAllocationRule.js +2 -2
  143. package/costmanagement/v20200601/view.js +2 -2
  144. package/costmanagement/v20200601/viewByScope.js +2 -2
  145. package/costmanagement/v20221001/view.js +2 -2
  146. package/costmanagement/v20221001/viewByScope.js +2 -2
  147. package/costmanagement/v20221005preview/tagInheritanceSetting.js +2 -2
  148. package/costmanagement/v20221005preview/view.js +2 -2
  149. package/costmanagement/v20221005preview/viewByScope.js +2 -2
  150. package/costmanagement/v20230301/export.js +2 -2
  151. package/costmanagement/v20230301/scheduledAction.js +2 -2
  152. package/costmanagement/v20230301/scheduledActionByScope.js +2 -2
  153. package/costmanagement/v20230301/view.js +2 -2
  154. package/costmanagement/v20230301/viewByScope.js +2 -2
  155. package/costmanagement/v20230401preview/budget.js +2 -2
  156. package/costmanagement/v20230401preview/export.js +2 -2
  157. package/costmanagement/v20230401preview/scheduledAction.js +2 -2
  158. package/costmanagement/v20230401preview/scheduledActionByScope.js +2 -2
  159. package/costmanagement/v20230401preview/view.js +2 -2
  160. package/costmanagement/v20230401preview/viewByScope.js +2 -2
  161. package/costmanagement/v20230801/budget.js +2 -2
  162. package/costmanagement/v20230801/costAllocationRule.js +2 -2
  163. package/costmanagement/v20230801/export.js +2 -2
  164. package/costmanagement/v20230801/scheduledAction.js +2 -2
  165. package/costmanagement/v20230801/scheduledActionByScope.js +2 -2
  166. package/costmanagement/v20230801/tagInheritanceSetting.js +2 -2
  167. package/costmanagement/v20230801/view.js +2 -2
  168. package/costmanagement/v20230801/viewByScope.js +2 -2
  169. package/costmanagement/v20231101/budget.d.ts +224 -0
  170. package/costmanagement/v20231101/budget.js +92 -0
  171. package/costmanagement/v20231101/costAllocationRule.d.ts +59 -0
  172. package/costmanagement/v20231101/costAllocationRule.js +67 -0
  173. package/costmanagement/v20231101/export.d.ts +124 -0
  174. package/costmanagement/v20231101/export.js +91 -0
  175. package/costmanagement/v20231101/getBudget.d.ts +181 -0
  176. package/costmanagement/v20231101/getBudget.js +26 -0
  177. package/costmanagement/v20231101/getCostAllocationRule.d.ts +51 -0
  178. package/costmanagement/v20231101/getCostAllocationRule.js +26 -0
  179. package/costmanagement/v20231101/getExport.d.ts +95 -0
  180. package/costmanagement/v20231101/getExport.js +27 -0
  181. package/costmanagement/v20231101/getScheduledAction.d.ts +83 -0
  182. package/costmanagement/v20231101/getScheduledAction.js +25 -0
  183. package/costmanagement/v20231101/getScheduledActionByScope.d.ts +91 -0
  184. package/costmanagement/v20231101/getScheduledActionByScope.js +26 -0
  185. package/costmanagement/v20231101/getTagInheritanceSetting.d.ts +56 -0
  186. package/costmanagement/v20231101/getTagInheritanceSetting.js +26 -0
  187. package/costmanagement/v20231101/getView.d.ts +103 -0
  188. package/costmanagement/v20231101/getView.js +25 -0
  189. package/costmanagement/v20231101/getViewByScope.d.ts +111 -0
  190. package/costmanagement/v20231101/getViewByScope.js +26 -0
  191. package/costmanagement/v20231101/index.d.ts +49 -0
  192. package/costmanagement/v20231101/index.js +90 -0
  193. package/costmanagement/v20231101/scheduledAction.d.ts +128 -0
  194. package/costmanagement/v20231101/scheduledAction.js +97 -0
  195. package/costmanagement/v20231101/scheduledActionByScope.d.ts +128 -0
  196. package/costmanagement/v20231101/scheduledActionByScope.js +100 -0
  197. package/costmanagement/v20231101/tagInheritanceSetting.d.ts +69 -0
  198. package/costmanagement/v20231101/tagInheritanceSetting.js +71 -0
  199. package/costmanagement/v20231101/view.d.ts +172 -0
  200. package/costmanagement/v20231101/view.js +99 -0
  201. package/costmanagement/v20231101/viewByScope.d.ts +172 -0
  202. package/costmanagement/v20231101/viewByScope.js +102 -0
  203. package/costmanagement/view.d.ts +1 -1
  204. package/costmanagement/view.js +3 -3
  205. package/costmanagement/viewByScope.d.ts +1 -1
  206. package/costmanagement/viewByScope.js +3 -3
  207. package/desktopvirtualization/appAttachPackage.d.ts +2 -0
  208. package/desktopvirtualization/appAttachPackage.js +4 -2
  209. package/desktopvirtualization/application.d.ts +1 -1
  210. package/desktopvirtualization/application.js +3 -3
  211. package/desktopvirtualization/applicationGroup.d.ts +1 -1
  212. package/desktopvirtualization/applicationGroup.js +3 -3
  213. package/desktopvirtualization/getAppAttachPackage.d.ts +4 -0
  214. package/desktopvirtualization/getAppAttachPackage.js +5 -1
  215. package/desktopvirtualization/getApplication.d.ts +2 -2
  216. package/desktopvirtualization/getApplication.js +2 -2
  217. package/desktopvirtualization/getApplicationGroup.d.ts +2 -2
  218. package/desktopvirtualization/getApplicationGroup.js +2 -2
  219. package/desktopvirtualization/getHostPool.d.ts +2 -2
  220. package/desktopvirtualization/getHostPool.js +2 -2
  221. package/desktopvirtualization/getMSIXPackage.d.ts +2 -2
  222. package/desktopvirtualization/getMSIXPackage.js +2 -2
  223. package/desktopvirtualization/getPrivateEndpointConnectionByHostPool.d.ts +2 -2
  224. package/desktopvirtualization/getPrivateEndpointConnectionByHostPool.js +2 -2
  225. package/desktopvirtualization/getPrivateEndpointConnectionByWorkspace.d.ts +2 -2
  226. package/desktopvirtualization/getPrivateEndpointConnectionByWorkspace.js +2 -2
  227. package/desktopvirtualization/getScalingPlan.d.ts +2 -2
  228. package/desktopvirtualization/getScalingPlan.js +2 -2
  229. package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +2 -2
  230. package/desktopvirtualization/getScalingPlanPersonalSchedule.js +2 -2
  231. package/desktopvirtualization/getScalingPlanPooledSchedule.d.ts +2 -2
  232. package/desktopvirtualization/getScalingPlanPooledSchedule.js +2 -2
  233. package/desktopvirtualization/getWorkspace.d.ts +2 -2
  234. package/desktopvirtualization/getWorkspace.js +2 -2
  235. package/desktopvirtualization/hostPool.d.ts +1 -1
  236. package/desktopvirtualization/hostPool.js +3 -3
  237. package/desktopvirtualization/index.d.ts +2 -1
  238. package/desktopvirtualization/index.js +4 -2
  239. package/desktopvirtualization/msixpackage.d.ts +1 -1
  240. package/desktopvirtualization/msixpackage.js +3 -3
  241. package/desktopvirtualization/privateEndpointConnectionByHostPool.d.ts +1 -1
  242. package/desktopvirtualization/privateEndpointConnectionByHostPool.js +3 -3
  243. package/desktopvirtualization/privateEndpointConnectionByWorkspace.d.ts +1 -1
  244. package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +3 -3
  245. package/desktopvirtualization/scalingPlan.d.ts +1 -1
  246. package/desktopvirtualization/scalingPlan.js +3 -3
  247. package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +1 -1
  248. package/desktopvirtualization/scalingPlanPersonalSchedule.js +3 -3
  249. package/desktopvirtualization/scalingPlanPooledSchedule.d.ts +1 -1
  250. package/desktopvirtualization/scalingPlanPooledSchedule.js +3 -3
  251. package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
  252. package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
  253. package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
  254. package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
  255. package/desktopvirtualization/v20220909/application.js +2 -2
  256. package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
  257. package/desktopvirtualization/v20220909/hostPool.js +2 -2
  258. package/desktopvirtualization/v20220909/msixpackage.js +2 -2
  259. package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
  260. package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
  261. package/desktopvirtualization/v20220909/workspace.js +2 -2
  262. package/desktopvirtualization/v20221014preview/application.js +2 -2
  263. package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
  264. package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
  265. package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
  266. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
  267. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
  268. package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
  269. package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
  270. package/desktopvirtualization/v20221014preview/workspace.js +2 -2
  271. package/desktopvirtualization/v20230707preview/application.js +2 -2
  272. package/desktopvirtualization/v20230707preview/applicationGroup.js +2 -2
  273. package/desktopvirtualization/v20230707preview/hostPool.js +2 -2
  274. package/desktopvirtualization/v20230707preview/msixpackage.js +2 -2
  275. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +2 -2
  276. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +2 -2
  277. package/desktopvirtualization/v20230707preview/scalingPlan.js +2 -2
  278. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +2 -2
  279. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +2 -2
  280. package/desktopvirtualization/v20230707preview/workspace.js +2 -2
  281. package/desktopvirtualization/v20230905/application.js +2 -2
  282. package/desktopvirtualization/v20230905/applicationGroup.js +2 -2
  283. package/desktopvirtualization/v20230905/hostPool.js +2 -2
  284. package/desktopvirtualization/v20230905/msixpackage.js +2 -2
  285. package/desktopvirtualization/v20230905/privateEndpointConnectionByHostPool.js +2 -2
  286. package/desktopvirtualization/v20230905/privateEndpointConnectionByWorkspace.js +2 -2
  287. package/desktopvirtualization/v20230905/scalingPlan.js +2 -2
  288. package/desktopvirtualization/v20230905/scalingPlanPersonalSchedule.js +2 -2
  289. package/desktopvirtualization/v20230905/scalingPlanPooledSchedule.js +2 -2
  290. package/desktopvirtualization/v20230905/workspace.js +2 -2
  291. package/desktopvirtualization/v20231004preview/appAttachPackage.js +2 -2
  292. package/desktopvirtualization/v20231004preview/application.js +2 -2
  293. package/desktopvirtualization/v20231004preview/applicationGroup.js +2 -2
  294. package/desktopvirtualization/v20231004preview/hostPool.js +2 -2
  295. package/desktopvirtualization/v20231004preview/msixpackage.js +2 -2
  296. package/desktopvirtualization/v20231004preview/privateEndpointConnectionByHostPool.js +2 -2
  297. package/desktopvirtualization/v20231004preview/privateEndpointConnectionByWorkspace.js +2 -2
  298. package/desktopvirtualization/v20231004preview/scalingPlan.js +2 -2
  299. package/desktopvirtualization/v20231004preview/scalingPlanPersonalSchedule.js +2 -2
  300. package/desktopvirtualization/v20231004preview/scalingPlanPooledSchedule.js +2 -2
  301. package/desktopvirtualization/v20231004preview/workspace.js +2 -2
  302. package/desktopvirtualization/v20231101preview/appAttachPackage.d.ts +83 -0
  303. package/desktopvirtualization/v20231101preview/appAttachPackage.js +76 -0
  304. package/desktopvirtualization/v20231101preview/application.d.ts +159 -0
  305. package/desktopvirtualization/v20231101preview/application.js +102 -0
  306. package/desktopvirtualization/v20231101preview/applicationGroup.d.ts +154 -0
  307. package/desktopvirtualization/v20231101preview/applicationGroup.js +105 -0
  308. package/desktopvirtualization/v20231101preview/getAppAttachPackage.d.ts +65 -0
  309. package/desktopvirtualization/v20231101preview/getAppAttachPackage.js +26 -0
  310. package/desktopvirtualization/v20231101preview/getApplication.d.ts +115 -0
  311. package/desktopvirtualization/v20231101preview/getApplication.js +27 -0
  312. package/desktopvirtualization/v20231101preview/getApplicationGroup.d.ts +108 -0
  313. package/desktopvirtualization/v20231101preview/getApplicationGroup.js +26 -0
  314. package/desktopvirtualization/v20231101preview/getHostPool.d.ts +176 -0
  315. package/desktopvirtualization/v20231101preview/getHostPool.js +26 -0
  316. package/desktopvirtualization/v20231101preview/getMSIXPackage.d.ts +103 -0
  317. package/desktopvirtualization/v20231101preview/getMSIXPackage.js +27 -0
  318. package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
  319. package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByHostPool.js +27 -0
  320. package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
  321. package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
  322. package/desktopvirtualization/v20231101preview/getScalingPlan.d.ts +108 -0
  323. package/desktopvirtualization/v20231101preview/getScalingPlan.js +26 -0
  324. package/desktopvirtualization/v20231101preview/getScalingPlanPersonalSchedule.d.ts +163 -0
  325. package/desktopvirtualization/v20231101preview/getScalingPlanPersonalSchedule.js +27 -0
  326. package/desktopvirtualization/v20231101preview/getScalingPlanPooledSchedule.d.ts +127 -0
  327. package/desktopvirtualization/v20231101preview/getScalingPlanPooledSchedule.js +27 -0
  328. package/desktopvirtualization/v20231101preview/getWorkspace.d.ts +104 -0
  329. package/desktopvirtualization/v20231101preview/getWorkspace.js +26 -0
  330. package/desktopvirtualization/v20231101preview/hostPool.d.ts +282 -0
  331. package/desktopvirtualization/v20231101preview/hostPool.js +142 -0
  332. package/desktopvirtualization/v20231101preview/index.d.ts +67 -0
  333. package/desktopvirtualization/v20231101preview/index.js +111 -0
  334. package/desktopvirtualization/v20231101preview/msixpackage.d.ts +147 -0
  335. package/desktopvirtualization/v20231101preview/msixpackage.js +93 -0
  336. package/desktopvirtualization/v20231101preview/privateEndpointConnectionByHostPool.d.ts +75 -0
  337. package/desktopvirtualization/v20231101preview/privateEndpointConnectionByHostPool.js +80 -0
  338. package/desktopvirtualization/v20231101preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
  339. package/desktopvirtualization/v20231101preview/privateEndpointConnectionByWorkspace.js +80 -0
  340. package/desktopvirtualization/v20231101preview/scalingPlan.d.ts +162 -0
  341. package/desktopvirtualization/v20231101preview/scalingPlan.js +103 -0
  342. package/desktopvirtualization/v20231101preview/scalingPlanPersonalSchedule.d.ts +268 -0
  343. package/desktopvirtualization/v20231101preview/scalingPlanPersonalSchedule.js +124 -0
  344. package/desktopvirtualization/v20231101preview/scalingPlanPooledSchedule.d.ts +196 -0
  345. package/desktopvirtualization/v20231101preview/scalingPlanPooledSchedule.js +105 -0
  346. package/desktopvirtualization/v20231101preview/workspace.d.ts +146 -0
  347. package/desktopvirtualization/v20231101preview/workspace.js +97 -0
  348. package/desktopvirtualization/workspace.d.ts +1 -1
  349. package/desktopvirtualization/workspace.js +3 -3
  350. package/documentdb/cassandraCluster.d.ts +1 -1
  351. package/documentdb/cassandraCluster.js +3 -3
  352. package/documentdb/cassandraDataCenter.d.ts +1 -1
  353. package/documentdb/cassandraDataCenter.js +3 -3
  354. package/documentdb/cassandraResourceCassandraKeyspace.d.ts +1 -1
  355. package/documentdb/cassandraResourceCassandraKeyspace.js +3 -3
  356. package/documentdb/cassandraResourceCassandraTable.d.ts +1 -1
  357. package/documentdb/cassandraResourceCassandraTable.js +3 -3
  358. package/documentdb/databaseAccount.d.ts +1 -1
  359. package/documentdb/databaseAccount.js +3 -3
  360. package/documentdb/getCassandraCluster.d.ts +2 -2
  361. package/documentdb/getCassandraCluster.js +2 -2
  362. package/documentdb/getCassandraDataCenter.d.ts +2 -2
  363. package/documentdb/getCassandraDataCenter.js +2 -2
  364. package/documentdb/getCassandraResourceCassandraKeyspace.d.ts +2 -2
  365. package/documentdb/getCassandraResourceCassandraKeyspace.js +2 -2
  366. package/documentdb/getCassandraResourceCassandraTable.d.ts +2 -2
  367. package/documentdb/getCassandraResourceCassandraTable.js +2 -2
  368. package/documentdb/getDatabaseAccount.d.ts +2 -2
  369. package/documentdb/getDatabaseAccount.js +2 -2
  370. package/documentdb/getGremlinResourceGremlinDatabase.d.ts +2 -2
  371. package/documentdb/getGremlinResourceGremlinDatabase.js +2 -2
  372. package/documentdb/getGremlinResourceGremlinGraph.d.ts +2 -2
  373. package/documentdb/getGremlinResourceGremlinGraph.js +2 -2
  374. package/documentdb/getMongoDBResourceMongoDBCollection.d.ts +2 -2
  375. package/documentdb/getMongoDBResourceMongoDBCollection.js +2 -2
  376. package/documentdb/getMongoDBResourceMongoDBDatabase.d.ts +2 -2
  377. package/documentdb/getMongoDBResourceMongoDBDatabase.js +2 -2
  378. package/documentdb/getMongoDBResourceMongoRoleDefinition.d.ts +2 -2
  379. package/documentdb/getMongoDBResourceMongoRoleDefinition.js +2 -2
  380. package/documentdb/getMongoDBResourceMongoUserDefinition.d.ts +2 -2
  381. package/documentdb/getMongoDBResourceMongoUserDefinition.js +2 -2
  382. package/documentdb/getNotebookWorkspace.d.ts +2 -2
  383. package/documentdb/getNotebookWorkspace.js +2 -2
  384. package/documentdb/getPrivateEndpointConnection.d.ts +2 -2
  385. package/documentdb/getPrivateEndpointConnection.js +2 -2
  386. package/documentdb/getService.d.ts +2 -2
  387. package/documentdb/getService.js +2 -2
  388. package/documentdb/getSqlResourceSqlContainer.d.ts +2 -2
  389. package/documentdb/getSqlResourceSqlContainer.js +2 -2
  390. package/documentdb/getSqlResourceSqlDatabase.d.ts +2 -2
  391. package/documentdb/getSqlResourceSqlDatabase.js +2 -2
  392. package/documentdb/getSqlResourceSqlRoleAssignment.d.ts +2 -2
  393. package/documentdb/getSqlResourceSqlRoleAssignment.js +2 -2
  394. package/documentdb/getSqlResourceSqlRoleDefinition.d.ts +2 -2
  395. package/documentdb/getSqlResourceSqlRoleDefinition.js +2 -2
  396. package/documentdb/getSqlResourceSqlStoredProcedure.d.ts +2 -2
  397. package/documentdb/getSqlResourceSqlStoredProcedure.js +2 -2
  398. package/documentdb/getSqlResourceSqlTrigger.d.ts +2 -2
  399. package/documentdb/getSqlResourceSqlTrigger.js +2 -2
  400. package/documentdb/getSqlResourceSqlUserDefinedFunction.d.ts +2 -2
  401. package/documentdb/getSqlResourceSqlUserDefinedFunction.js +2 -2
  402. package/documentdb/getTableResourceTable.d.ts +2 -2
  403. package/documentdb/getTableResourceTable.js +2 -2
  404. package/documentdb/gremlinResourceGremlinDatabase.d.ts +1 -1
  405. package/documentdb/gremlinResourceGremlinDatabase.js +3 -3
  406. package/documentdb/gremlinResourceGremlinGraph.d.ts +1 -1
  407. package/documentdb/gremlinResourceGremlinGraph.js +3 -3
  408. package/documentdb/index.d.ts +2 -1
  409. package/documentdb/index.js +4 -2
  410. package/documentdb/listDatabaseAccountConnectionStrings.d.ts +2 -2
  411. package/documentdb/listDatabaseAccountConnectionStrings.js +2 -2
  412. package/documentdb/listDatabaseAccountKeys.d.ts +2 -2
  413. package/documentdb/listDatabaseAccountKeys.js +2 -2
  414. package/documentdb/listNotebookWorkspaceConnectionInfo.d.ts +2 -2
  415. package/documentdb/listNotebookWorkspaceConnectionInfo.js +2 -2
  416. package/documentdb/mongoDBResourceMongoDBCollection.d.ts +1 -1
  417. package/documentdb/mongoDBResourceMongoDBCollection.js +3 -3
  418. package/documentdb/mongoDBResourceMongoDBDatabase.d.ts +1 -1
  419. package/documentdb/mongoDBResourceMongoDBDatabase.js +3 -3
  420. package/documentdb/mongoDBResourceMongoRoleDefinition.d.ts +1 -1
  421. package/documentdb/mongoDBResourceMongoRoleDefinition.js +3 -3
  422. package/documentdb/mongoDBResourceMongoUserDefinition.d.ts +1 -1
  423. package/documentdb/mongoDBResourceMongoUserDefinition.js +3 -3
  424. package/documentdb/notebookWorkspace.d.ts +1 -1
  425. package/documentdb/notebookWorkspace.js +3 -3
  426. package/documentdb/privateEndpointConnection.d.ts +1 -1
  427. package/documentdb/privateEndpointConnection.js +3 -3
  428. package/documentdb/service.d.ts +1 -1
  429. package/documentdb/service.js +3 -3
  430. package/documentdb/sqlResourceSqlContainer.d.ts +1 -1
  431. package/documentdb/sqlResourceSqlContainer.js +3 -3
  432. package/documentdb/sqlResourceSqlDatabase.d.ts +1 -1
  433. package/documentdb/sqlResourceSqlDatabase.js +3 -3
  434. package/documentdb/sqlResourceSqlRoleAssignment.d.ts +1 -1
  435. package/documentdb/sqlResourceSqlRoleAssignment.js +3 -3
  436. package/documentdb/sqlResourceSqlRoleDefinition.d.ts +1 -1
  437. package/documentdb/sqlResourceSqlRoleDefinition.js +3 -3
  438. package/documentdb/sqlResourceSqlStoredProcedure.d.ts +1 -1
  439. package/documentdb/sqlResourceSqlStoredProcedure.js +3 -3
  440. package/documentdb/sqlResourceSqlTrigger.d.ts +1 -1
  441. package/documentdb/sqlResourceSqlTrigger.js +3 -3
  442. package/documentdb/sqlResourceSqlUserDefinedFunction.d.ts +1 -1
  443. package/documentdb/sqlResourceSqlUserDefinedFunction.js +3 -3
  444. package/documentdb/tableResourceTable.d.ts +1 -1
  445. package/documentdb/tableResourceTable.js +3 -3
  446. package/documentdb/v20210401preview/databaseAccount.js +2 -2
  447. package/documentdb/v20210701preview/cassandraCluster.js +2 -2
  448. package/documentdb/v20230301preview/mongoDBResourceMongoRoleDefinition.js +2 -2
  449. package/documentdb/v20230315preview/cassandraResourceCassandraKeyspace.js +2 -2
  450. package/documentdb/v20230315preview/cassandraResourceCassandraTable.js +2 -2
  451. package/documentdb/v20230315preview/databaseAccount.js +2 -2
  452. package/documentdb/v20230315preview/gremlinResourceGremlinDatabase.js +2 -2
  453. package/documentdb/v20230315preview/gremlinResourceGremlinGraph.js +2 -2
  454. package/documentdb/v20230315preview/mongoDBResourceMongoDBCollection.js +2 -2
  455. package/documentdb/v20230315preview/mongoDBResourceMongoDBDatabase.js +2 -2
  456. package/documentdb/v20230315preview/sqlResourceSqlContainer.js +2 -2
  457. package/documentdb/v20230315preview/sqlResourceSqlDatabase.js +2 -2
  458. package/documentdb/v20230315preview/sqlResourceSqlStoredProcedure.js +2 -2
  459. package/documentdb/v20230315preview/sqlResourceSqlTrigger.js +2 -2
  460. package/documentdb/v20230315preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  461. package/documentdb/v20230315preview/tableResourceTable.js +2 -2
  462. package/documentdb/v20230415/cassandraCluster.js +2 -2
  463. package/documentdb/v20230415/cassandraDataCenter.js +2 -2
  464. package/documentdb/v20230415/cassandraResourceCassandraKeyspace.js +2 -2
  465. package/documentdb/v20230415/cassandraResourceCassandraTable.js +2 -2
  466. package/documentdb/v20230415/databaseAccount.js +2 -2
  467. package/documentdb/v20230415/gremlinResourceGremlinDatabase.js +2 -2
  468. package/documentdb/v20230415/gremlinResourceGremlinGraph.js +2 -2
  469. package/documentdb/v20230415/mongoDBResourceMongoDBCollection.js +2 -2
  470. package/documentdb/v20230415/mongoDBResourceMongoDBDatabase.js +2 -2
  471. package/documentdb/v20230415/mongoDBResourceMongoRoleDefinition.js +2 -2
  472. package/documentdb/v20230415/mongoDBResourceMongoUserDefinition.js +2 -2
  473. package/documentdb/v20230415/notebookWorkspace.js +2 -2
  474. package/documentdb/v20230415/privateEndpointConnection.js +2 -2
  475. package/documentdb/v20230415/service.js +2 -2
  476. package/documentdb/v20230415/sqlResourceSqlContainer.js +2 -2
  477. package/documentdb/v20230415/sqlResourceSqlDatabase.js +2 -2
  478. package/documentdb/v20230415/sqlResourceSqlRoleAssignment.js +2 -2
  479. package/documentdb/v20230415/sqlResourceSqlRoleDefinition.js +2 -2
  480. package/documentdb/v20230415/sqlResourceSqlStoredProcedure.js +2 -2
  481. package/documentdb/v20230415/sqlResourceSqlTrigger.js +2 -2
  482. package/documentdb/v20230415/sqlResourceSqlUserDefinedFunction.js +2 -2
  483. package/documentdb/v20230415/tableResourceTable.js +2 -2
  484. package/documentdb/v20230915/cassandraCluster.js +2 -2
  485. package/documentdb/v20230915/cassandraDataCenter.js +2 -2
  486. package/documentdb/v20230915/cassandraResourceCassandraKeyspace.js +2 -2
  487. package/documentdb/v20230915/cassandraResourceCassandraTable.js +2 -2
  488. package/documentdb/v20230915/databaseAccount.js +2 -2
  489. package/documentdb/v20230915/gremlinResourceGremlinDatabase.js +2 -2
  490. package/documentdb/v20230915/gremlinResourceGremlinGraph.js +2 -2
  491. package/documentdb/v20230915/mongoDBResourceMongoDBCollection.js +2 -2
  492. package/documentdb/v20230915/mongoDBResourceMongoDBDatabase.js +2 -2
  493. package/documentdb/v20230915/mongoDBResourceMongoRoleDefinition.js +2 -2
  494. package/documentdb/v20230915/mongoDBResourceMongoUserDefinition.js +2 -2
  495. package/documentdb/v20230915/notebookWorkspace.js +2 -2
  496. package/documentdb/v20230915/privateEndpointConnection.js +2 -2
  497. package/documentdb/v20230915/service.js +2 -2
  498. package/documentdb/v20230915/sqlResourceSqlContainer.js +2 -2
  499. package/documentdb/v20230915/sqlResourceSqlDatabase.js +2 -2
  500. package/documentdb/v20230915/sqlResourceSqlRoleAssignment.js +2 -2
  501. package/documentdb/v20230915/sqlResourceSqlRoleDefinition.js +2 -2
  502. package/documentdb/v20230915/sqlResourceSqlStoredProcedure.js +2 -2
  503. package/documentdb/v20230915/sqlResourceSqlTrigger.js +2 -2
  504. package/documentdb/v20230915/sqlResourceSqlUserDefinedFunction.js +2 -2
  505. package/documentdb/v20230915/tableResourceTable.js +2 -2
  506. package/documentdb/v20230915preview/cassandraCluster.js +2 -2
  507. package/documentdb/v20230915preview/cassandraDataCenter.js +2 -2
  508. package/documentdb/v20230915preview/cassandraResourceCassandraKeyspace.js +2 -2
  509. package/documentdb/v20230915preview/cassandraResourceCassandraTable.js +2 -2
  510. package/documentdb/v20230915preview/databaseAccount.js +2 -2
  511. package/documentdb/v20230915preview/gremlinResourceGremlinDatabase.js +2 -2
  512. package/documentdb/v20230915preview/gremlinResourceGremlinGraph.js +2 -2
  513. package/documentdb/v20230915preview/mongoDBResourceMongoDBCollection.js +2 -2
  514. package/documentdb/v20230915preview/mongoDBResourceMongoDBDatabase.js +2 -2
  515. package/documentdb/v20230915preview/mongoDBResourceMongoRoleDefinition.js +2 -2
  516. package/documentdb/v20230915preview/mongoDBResourceMongoUserDefinition.js +2 -2
  517. package/documentdb/v20230915preview/notebookWorkspace.js +2 -2
  518. package/documentdb/v20230915preview/privateEndpointConnection.js +2 -2
  519. package/documentdb/v20230915preview/service.js +2 -2
  520. package/documentdb/v20230915preview/sqlResourceSqlContainer.js +2 -2
  521. package/documentdb/v20230915preview/sqlResourceSqlDatabase.js +2 -2
  522. package/documentdb/v20230915preview/sqlResourceSqlRoleAssignment.js +2 -2
  523. package/documentdb/v20230915preview/sqlResourceSqlRoleDefinition.js +2 -2
  524. package/documentdb/v20230915preview/sqlResourceSqlStoredProcedure.js +2 -2
  525. package/documentdb/v20230915preview/sqlResourceSqlTrigger.js +2 -2
  526. package/documentdb/v20230915preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  527. package/documentdb/v20230915preview/tableResourceTable.js +2 -2
  528. package/documentdb/v20231115/cassandraCluster.d.ts +87 -0
  529. package/documentdb/v20231115/cassandraCluster.js +73 -0
  530. package/documentdb/v20231115/cassandraDataCenter.d.ts +63 -0
  531. package/documentdb/v20231115/cassandraDataCenter.js +71 -0
  532. package/documentdb/v20231115/cassandraResourceCassandraKeyspace.d.ts +85 -0
  533. package/documentdb/v20231115/cassandraResourceCassandraKeyspace.js +80 -0
  534. package/documentdb/v20231115/cassandraResourceCassandraTable.d.ts +89 -0
  535. package/documentdb/v20231115/cassandraResourceCassandraTable.js +84 -0
  536. package/documentdb/v20231115/databaseAccount.d.ts +372 -0
  537. package/documentdb/v20231115/databaseAccount.js +160 -0
  538. package/documentdb/v20231115/getCassandraCluster.d.ts +65 -0
  539. package/documentdb/v20231115/getCassandraCluster.js +26 -0
  540. package/documentdb/v20231115/getCassandraDataCenter.d.ts +59 -0
  541. package/documentdb/v20231115/getCassandraDataCenter.js +27 -0
  542. package/documentdb/v20231115/getCassandraResourceCassandraKeyspace.d.ts +67 -0
  543. package/documentdb/v20231115/getCassandraResourceCassandraKeyspace.js +27 -0
  544. package/documentdb/v20231115/getCassandraResourceCassandraTable.d.ts +75 -0
  545. package/documentdb/v20231115/getCassandraResourceCassandraTable.js +28 -0
  546. package/documentdb/v20231115/getDatabaseAccount.d.ts +225 -0
  547. package/documentdb/v20231115/getDatabaseAccount.js +26 -0
  548. package/documentdb/v20231115/getGremlinResourceGremlinDatabase.d.ts +67 -0
  549. package/documentdb/v20231115/getGremlinResourceGremlinDatabase.js +27 -0
  550. package/documentdb/v20231115/getGremlinResourceGremlinGraph.d.ts +75 -0
  551. package/documentdb/v20231115/getGremlinResourceGremlinGraph.js +28 -0
  552. package/documentdb/v20231115/getMongoDBResourceMongoDBCollection.d.ts +75 -0
  553. package/documentdb/v20231115/getMongoDBResourceMongoDBCollection.js +28 -0
  554. package/documentdb/v20231115/getMongoDBResourceMongoDBDatabase.d.ts +67 -0
  555. package/documentdb/v20231115/getMongoDBResourceMongoDBDatabase.js +27 -0
  556. package/documentdb/v20231115/getMongoDBResourceMongoRoleDefinition.d.ts +71 -0
  557. package/documentdb/v20231115/getMongoDBResourceMongoRoleDefinition.js +27 -0
  558. package/documentdb/v20231115/getMongoDBResourceMongoUserDefinition.d.ts +79 -0
  559. package/documentdb/v20231115/getMongoDBResourceMongoUserDefinition.js +27 -0
  560. package/documentdb/v20231115/getNotebookWorkspace.d.ts +62 -0
  561. package/documentdb/v20231115/getNotebookWorkspace.js +27 -0
  562. package/documentdb/v20231115/getPrivateEndpointConnection.d.ts +71 -0
  563. package/documentdb/v20231115/getPrivateEndpointConnection.js +27 -0
  564. package/documentdb/v20231115/getService.d.ts +59 -0
  565. package/documentdb/v20231115/getService.js +27 -0
  566. package/documentdb/v20231115/getSqlResourceSqlContainer.d.ts +75 -0
  567. package/documentdb/v20231115/getSqlResourceSqlContainer.js +28 -0
  568. package/documentdb/v20231115/getSqlResourceSqlDatabase.d.ts +67 -0
  569. package/documentdb/v20231115/getSqlResourceSqlDatabase.js +27 -0
  570. package/documentdb/v20231115/getSqlResourceSqlRoleAssignment.d.ts +66 -0
  571. package/documentdb/v20231115/getSqlResourceSqlRoleAssignment.js +27 -0
  572. package/documentdb/v20231115/getSqlResourceSqlRoleDefinition.d.ts +67 -0
  573. package/documentdb/v20231115/getSqlResourceSqlRoleDefinition.js +27 -0
  574. package/documentdb/v20231115/getSqlResourceSqlStoredProcedure.d.ts +82 -0
  575. package/documentdb/v20231115/getSqlResourceSqlStoredProcedure.js +29 -0
  576. package/documentdb/v20231115/getSqlResourceSqlTrigger.d.ts +82 -0
  577. package/documentdb/v20231115/getSqlResourceSqlTrigger.js +29 -0
  578. package/documentdb/v20231115/getSqlResourceSqlUserDefinedFunction.d.ts +82 -0
  579. package/documentdb/v20231115/getSqlResourceSqlUserDefinedFunction.js +29 -0
  580. package/documentdb/v20231115/getTableResourceTable.d.ts +67 -0
  581. package/documentdb/v20231115/getTableResourceTable.js +27 -0
  582. package/documentdb/v20231115/gremlinResourceGremlinDatabase.d.ts +85 -0
  583. package/documentdb/v20231115/gremlinResourceGremlinDatabase.js +80 -0
  584. package/documentdb/v20231115/gremlinResourceGremlinGraph.d.ts +89 -0
  585. package/documentdb/v20231115/gremlinResourceGremlinGraph.js +85 -0
  586. package/documentdb/v20231115/index.d.ts +142 -0
  587. package/documentdb/v20231115/index.js +198 -0
  588. package/documentdb/v20231115/listDatabaseAccountConnectionStrings.d.ts +39 -0
  589. package/documentdb/v20231115/listDatabaseAccountConnectionStrings.js +26 -0
  590. package/documentdb/v20231115/listDatabaseAccountKeys.d.ts +50 -0
  591. package/documentdb/v20231115/listDatabaseAccountKeys.js +26 -0
  592. package/documentdb/v20231115/listNotebookWorkspaceConnectionInfo.d.ts +50 -0
  593. package/documentdb/v20231115/listNotebookWorkspaceConnectionInfo.js +27 -0
  594. package/documentdb/v20231115/mongoDBResourceMongoDBCollection.d.ts +89 -0
  595. package/documentdb/v20231115/mongoDBResourceMongoDBCollection.js +84 -0
  596. package/documentdb/v20231115/mongoDBResourceMongoDBDatabase.d.ts +85 -0
  597. package/documentdb/v20231115/mongoDBResourceMongoDBDatabase.js +80 -0
  598. package/documentdb/v20231115/mongoDBResourceMongoRoleDefinition.d.ts +92 -0
  599. package/documentdb/v20231115/mongoDBResourceMongoRoleDefinition.js +77 -0
  600. package/documentdb/v20231115/mongoDBResourceMongoUserDefinition.d.ts +103 -0
  601. package/documentdb/v20231115/mongoDBResourceMongoUserDefinition.js +81 -0
  602. package/documentdb/v20231115/notebookWorkspace.d.ts +61 -0
  603. package/documentdb/v20231115/notebookWorkspace.js +73 -0
  604. package/documentdb/v20231115/privateEndpointConnection.d.ts +87 -0
  605. package/documentdb/v20231115/privateEndpointConnection.js +77 -0
  606. package/documentdb/v20231115/service.d.ts +71 -0
  607. package/documentdb/v20231115/service.js +74 -0
  608. package/documentdb/v20231115/sqlResourceSqlContainer.d.ts +89 -0
  609. package/documentdb/v20231115/sqlResourceSqlContainer.js +85 -0
  610. package/documentdb/v20231115/sqlResourceSqlDatabase.d.ts +85 -0
  611. package/documentdb/v20231115/sqlResourceSqlDatabase.js +80 -0
  612. package/documentdb/v20231115/sqlResourceSqlRoleAssignment.d.ts +77 -0
  613. package/documentdb/v20231115/sqlResourceSqlRoleAssignment.js +75 -0
  614. package/documentdb/v20231115/sqlResourceSqlRoleDefinition.d.ts +84 -0
  615. package/documentdb/v20231115/sqlResourceSqlRoleDefinition.js +75 -0
  616. package/documentdb/v20231115/sqlResourceSqlStoredProcedure.d.ts +92 -0
  617. package/documentdb/v20231115/sqlResourceSqlStoredProcedure.js +87 -0
  618. package/documentdb/v20231115/sqlResourceSqlTrigger.d.ts +92 -0
  619. package/documentdb/v20231115/sqlResourceSqlTrigger.js +87 -0
  620. package/documentdb/v20231115/sqlResourceSqlUserDefinedFunction.d.ts +92 -0
  621. package/documentdb/v20231115/sqlResourceSqlUserDefinedFunction.js +87 -0
  622. package/documentdb/v20231115/tableResourceTable.d.ts +85 -0
  623. package/documentdb/v20231115/tableResourceTable.js +80 -0
  624. package/edgemarketplace/getOfferAccessToken.d.ts +4 -0
  625. package/edgemarketplace/getOfferAccessToken.js +5 -1
  626. package/edgemarketplace/index.d.ts +2 -1
  627. package/edgemarketplace/index.js +4 -2
  628. package/edgemarketplace/v20230801/getOfferAccessToken.d.ts +54 -0
  629. package/edgemarketplace/v20230801/getOfferAccessToken.js +27 -0
  630. package/edgemarketplace/v20230801/index.d.ts +3 -0
  631. package/edgemarketplace/v20230801/index.js +10 -0
  632. package/elastic/getBillingInfo.d.ts +2 -2
  633. package/elastic/getBillingInfo.js +2 -2
  634. package/elastic/getMonitor.d.ts +2 -2
  635. package/elastic/getMonitor.js +2 -2
  636. package/elastic/getOrganizationApiKey.d.ts +2 -2
  637. package/elastic/getOrganizationApiKey.js +2 -2
  638. package/elastic/getOrganizationElasticToAzureSubscriptionMapping.d.ts +2 -2
  639. package/elastic/getOrganizationElasticToAzureSubscriptionMapping.js +2 -2
  640. package/elastic/getTagRule.d.ts +2 -2
  641. package/elastic/getTagRule.js +2 -2
  642. package/elastic/index.d.ts +2 -1
  643. package/elastic/index.js +4 -2
  644. package/elastic/listAllTrafficFilter.d.ts +2 -2
  645. package/elastic/listAllTrafficFilter.js +2 -2
  646. package/elastic/listConnectedPartnerResource.d.ts +2 -2
  647. package/elastic/listConnectedPartnerResource.js +2 -2
  648. package/elastic/listDeploymentInfo.d.ts +2 -2
  649. package/elastic/listDeploymentInfo.js +2 -2
  650. package/elastic/listMonitoredResource.d.ts +2 -2
  651. package/elastic/listMonitoredResource.js +2 -2
  652. package/elastic/listUpgradableVersionDetails.d.ts +2 -2
  653. package/elastic/listUpgradableVersionDetails.js +2 -2
  654. package/elastic/listVMHost.d.ts +2 -2
  655. package/elastic/listVMHost.js +2 -2
  656. package/elastic/listlistAssociatedTrafficFilter.d.ts +2 -2
  657. package/elastic/listlistAssociatedTrafficFilter.js +2 -2
  658. package/elastic/monitor.d.ts +1 -1
  659. package/elastic/monitor.js +3 -3
  660. package/elastic/tagRule.d.ts +1 -1
  661. package/elastic/tagRule.js +3 -3
  662. package/elastic/v20230601/monitor.js +2 -2
  663. package/elastic/v20230601/tagRule.js +2 -2
  664. package/elastic/v20230615preview/monitor.js +2 -2
  665. package/elastic/v20230615preview/tagRule.js +2 -2
  666. package/elastic/v20230701preview/monitor.js +2 -2
  667. package/elastic/v20230701preview/tagRule.js +2 -2
  668. package/elastic/v20231001preview/monitor.js +2 -2
  669. package/elastic/v20231001preview/tagRule.js +2 -2
  670. package/elastic/v20231101preview/getBillingInfo.d.ts +43 -0
  671. package/elastic/v20231101preview/getBillingInfo.js +26 -0
  672. package/elastic/v20231101preview/getMonitor.d.ts +73 -0
  673. package/elastic/v20231101preview/getMonitor.js +26 -0
  674. package/elastic/v20231101preview/getOrganizationApiKey.d.ts +28 -0
  675. package/elastic/v20231101preview/getOrganizationApiKey.js +26 -0
  676. package/elastic/v20231101preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +21 -0
  677. package/elastic/v20231101preview/getOrganizationElasticToAzureSubscriptionMapping.js +24 -0
  678. package/elastic/v20231101preview/getTagRule.d.ts +63 -0
  679. package/elastic/v20231101preview/getTagRule.js +27 -0
  680. package/elastic/v20231101preview/index.d.ts +43 -0
  681. package/elastic/v20231101preview/index.js +78 -0
  682. package/elastic/v20231101preview/listAllTrafficFilter.d.ts +39 -0
  683. package/elastic/v20231101preview/listAllTrafficFilter.js +26 -0
  684. package/elastic/v20231101preview/listConnectedPartnerResource.d.ts +43 -0
  685. package/elastic/v20231101preview/listConnectedPartnerResource.js +26 -0
  686. package/elastic/v20231101preview/listDeploymentInfo.d.ts +63 -0
  687. package/elastic/v20231101preview/listDeploymentInfo.js +26 -0
  688. package/elastic/v20231101preview/listMonitoredResource.d.ts +43 -0
  689. package/elastic/v20231101preview/listMonitoredResource.js +26 -0
  690. package/elastic/v20231101preview/listUpgradableVersionDetails.d.ts +42 -0
  691. package/elastic/v20231101preview/listUpgradableVersionDetails.js +26 -0
  692. package/elastic/v20231101preview/listVMHost.d.ts +43 -0
  693. package/elastic/v20231101preview/listVMHost.js +26 -0
  694. package/elastic/v20231101preview/listlistAssociatedTrafficFilter.d.ts +39 -0
  695. package/elastic/v20231101preview/listlistAssociatedTrafficFilter.js +26 -0
  696. package/elastic/v20231101preview/monitor.d.ts +99 -0
  697. package/elastic/v20231101preview/monitor.js +77 -0
  698. package/elastic/v20231101preview/tagRule.d.ts +67 -0
  699. package/elastic/v20231101preview/tagRule.js +73 -0
  700. package/hardwaresecuritymodules/cloudHsmCluster.d.ts +2 -0
  701. package/hardwaresecuritymodules/cloudHsmCluster.js +4 -2
  702. package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.d.ts +2 -0
  703. package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.js +4 -2
  704. package/hardwaresecuritymodules/getCloudHsmCluster.d.ts +4 -0
  705. package/hardwaresecuritymodules/getCloudHsmCluster.js +5 -1
  706. package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.d.ts +4 -0
  707. package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.js +5 -1
  708. package/hardwaresecuritymodules/index.d.ts +2 -1
  709. package/hardwaresecuritymodules/index.js +4 -2
  710. package/hardwaresecuritymodules/v20220831preview/cloudHsmCluster.js +2 -2
  711. package/hardwaresecuritymodules/v20220831preview/cloudHsmClusterPrivateEndpointConnection.js +2 -2
  712. package/hardwaresecuritymodules/v20231210preview/cloudHsmCluster.d.ts +161 -0
  713. package/hardwaresecuritymodules/v20231210preview/cloudHsmCluster.js +93 -0
  714. package/hardwaresecuritymodules/v20231210preview/cloudHsmClusterPrivateEndpointConnection.d.ts +83 -0
  715. package/hardwaresecuritymodules/v20231210preview/cloudHsmClusterPrivateEndpointConnection.js +84 -0
  716. package/hardwaresecuritymodules/v20231210preview/getCloudHsmCluster.d.ts +105 -0
  717. package/hardwaresecuritymodules/v20231210preview/getCloudHsmCluster.js +26 -0
  718. package/hardwaresecuritymodules/v20231210preview/getCloudHsmClusterPrivateEndpointConnection.d.ts +79 -0
  719. package/hardwaresecuritymodules/v20231210preview/getCloudHsmClusterPrivateEndpointConnection.js +27 -0
  720. package/hardwaresecuritymodules/v20231210preview/index.d.ts +13 -0
  721. package/hardwaresecuritymodules/v20231210preview/index.js +48 -0
  722. package/insights/index.d.ts +3 -0
  723. package/insights/index.js +6 -3
  724. package/insights/listDiagnosticSettingsCategory.d.ts +37 -0
  725. package/insights/listDiagnosticSettingsCategory.js +31 -0
  726. package/insights/v20170501preview/index.d.ts +3 -0
  727. package/insights/v20170501preview/index.js +5 -2
  728. package/insights/v20170501preview/listDiagnosticSettingsCategory.d.ts +31 -0
  729. package/insights/v20170501preview/listDiagnosticSettingsCategory.js +25 -0
  730. package/insights/v20210501preview/index.d.ts +3 -0
  731. package/insights/v20210501preview/index.js +5 -2
  732. package/insights/v20210501preview/listDiagnosticSettingsCategory.d.ts +31 -0
  733. package/insights/v20210501preview/listDiagnosticSettingsCategory.js +25 -0
  734. package/managedidentity/federatedIdentityCredential.d.ts +2 -0
  735. package/managedidentity/federatedIdentityCredential.js +4 -2
  736. package/managedidentity/getFederatedIdentityCredential.d.ts +4 -0
  737. package/managedidentity/getFederatedIdentityCredential.js +5 -1
  738. package/managedidentity/getUserAssignedIdentity.d.ts +2 -2
  739. package/managedidentity/getUserAssignedIdentity.js +2 -2
  740. package/managedidentity/index.d.ts +2 -1
  741. package/managedidentity/index.js +4 -2
  742. package/managedidentity/userAssignedIdentity.d.ts +1 -1
  743. package/managedidentity/userAssignedIdentity.js +3 -3
  744. package/managedidentity/v20230131/federatedIdentityCredential.js +2 -2
  745. package/managedidentity/v20230131/userAssignedIdentity.js +2 -2
  746. package/managedidentity/v20230731preview/federatedIdentityCredential.d.ts +82 -0
  747. package/managedidentity/v20230731preview/federatedIdentityCredential.js +86 -0
  748. package/managedidentity/v20230731preview/getFederatedIdentityCredential.d.ts +71 -0
  749. package/managedidentity/v20230731preview/getFederatedIdentityCredential.js +27 -0
  750. package/managedidentity/v20230731preview/getUserAssignedIdentity.d.ts +73 -0
  751. package/managedidentity/v20230731preview/getUserAssignedIdentity.js +26 -0
  752. package/managedidentity/v20230731preview/index.d.ts +12 -0
  753. package/managedidentity/v20230731preview/index.js +32 -0
  754. package/managedidentity/v20230731preview/userAssignedIdentity.d.ts +86 -0
  755. package/managedidentity/v20230731preview/userAssignedIdentity.js +77 -0
  756. package/netapp/account.d.ts +1 -1
  757. package/netapp/account.js +3 -3
  758. package/netapp/backup.d.ts +1 -1
  759. package/netapp/backup.js +1 -1
  760. package/netapp/backupPolicy.d.ts +1 -1
  761. package/netapp/backupPolicy.js +3 -3
  762. package/netapp/backupVault.d.ts +2 -0
  763. package/netapp/backupVault.js +4 -2
  764. package/netapp/getAccount.d.ts +2 -2
  765. package/netapp/getAccount.js +2 -2
  766. package/netapp/getBackup.d.ts +2 -2
  767. package/netapp/getBackup.js +2 -2
  768. package/netapp/getBackupPolicy.d.ts +2 -2
  769. package/netapp/getBackupPolicy.js +2 -2
  770. package/netapp/getBackupVault.d.ts +4 -0
  771. package/netapp/getBackupVault.js +5 -1
  772. package/netapp/getPool.d.ts +2 -2
  773. package/netapp/getPool.js +2 -2
  774. package/netapp/getSnapshot.d.ts +2 -2
  775. package/netapp/getSnapshot.js +2 -2
  776. package/netapp/getSnapshotPolicy.d.ts +2 -2
  777. package/netapp/getSnapshotPolicy.js +2 -2
  778. package/netapp/getSubvolume.d.ts +2 -2
  779. package/netapp/getSubvolume.js +2 -2
  780. package/netapp/getSubvolumeMetadata.d.ts +2 -2
  781. package/netapp/getSubvolumeMetadata.js +2 -2
  782. package/netapp/getVolume.d.ts +2 -2
  783. package/netapp/getVolume.js +2 -2
  784. package/netapp/getVolumeGroup.d.ts +2 -2
  785. package/netapp/getVolumeGroup.js +2 -2
  786. package/netapp/getVolumeGroupIdForLdapUser.d.ts +2 -2
  787. package/netapp/getVolumeGroupIdForLdapUser.js +2 -2
  788. package/netapp/getVolumeQuotaRule.d.ts +2 -2
  789. package/netapp/getVolumeQuotaRule.js +2 -2
  790. package/netapp/index.d.ts +2 -1
  791. package/netapp/index.js +4 -2
  792. package/netapp/listVolumeReplications.d.ts +2 -2
  793. package/netapp/listVolumeReplications.js +2 -2
  794. package/netapp/pool.d.ts +1 -1
  795. package/netapp/pool.js +3 -3
  796. package/netapp/snapshot.d.ts +1 -1
  797. package/netapp/snapshot.js +3 -3
  798. package/netapp/snapshotPolicy.d.ts +1 -1
  799. package/netapp/snapshotPolicy.js +3 -3
  800. package/netapp/subvolume.d.ts +1 -1
  801. package/netapp/subvolume.js +3 -3
  802. package/netapp/v20210401/backupPolicy.js +2 -2
  803. package/netapp/v20210401preview/backupPolicy.js +2 -2
  804. package/netapp/v20211001/volume.js +2 -2
  805. package/netapp/v20211001/volumeGroup.js +2 -2
  806. package/netapp/v20220501/account.js +2 -2
  807. package/netapp/v20221101/account.js +2 -2
  808. package/netapp/v20221101/backupPolicy.js +2 -2
  809. package/netapp/v20221101/pool.js +2 -2
  810. package/netapp/v20221101/snapshot.js +2 -2
  811. package/netapp/v20221101/snapshotPolicy.js +2 -2
  812. package/netapp/v20221101/subvolume.js +2 -2
  813. package/netapp/v20221101/volume.js +2 -2
  814. package/netapp/v20221101/volumeGroup.js +2 -2
  815. package/netapp/v20221101/volumeQuotaRule.js +2 -2
  816. package/netapp/v20221101preview/account.js +2 -2
  817. package/netapp/v20221101preview/backup.js +3 -1
  818. package/netapp/v20221101preview/backupPolicy.js +2 -2
  819. package/netapp/v20221101preview/backupVault.js +2 -2
  820. package/netapp/v20221101preview/pool.js +2 -2
  821. package/netapp/v20221101preview/snapshot.js +2 -2
  822. package/netapp/v20221101preview/snapshotPolicy.js +2 -2
  823. package/netapp/v20221101preview/subvolume.js +2 -2
  824. package/netapp/v20221101preview/volume.js +2 -2
  825. package/netapp/v20221101preview/volumeGroup.js +2 -2
  826. package/netapp/v20221101preview/volumeQuotaRule.js +2 -2
  827. package/netapp/v20230501/account.js +2 -2
  828. package/netapp/v20230501/backupPolicy.js +2 -2
  829. package/netapp/v20230501/pool.js +2 -2
  830. package/netapp/v20230501/snapshot.js +2 -2
  831. package/netapp/v20230501/snapshotPolicy.js +2 -2
  832. package/netapp/v20230501/subvolume.js +2 -2
  833. package/netapp/v20230501/volume.js +2 -2
  834. package/netapp/v20230501/volumeGroup.js +2 -2
  835. package/netapp/v20230501/volumeQuotaRule.js +2 -2
  836. package/netapp/v20230501preview/account.d.ts +123 -0
  837. package/netapp/v20230501preview/account.js +88 -0
  838. package/netapp/v20230501preview/backup.d.ts +122 -0
  839. package/netapp/v20230501preview/backup.js +101 -0
  840. package/netapp/v20230501preview/backupPolicy.d.ts +130 -0
  841. package/netapp/v20230501preview/backupPolicy.js +93 -0
  842. package/netapp/v20230501preview/backupVault.d.ts +82 -0
  843. package/netapp/v20230501preview/backupVault.js +77 -0
  844. package/netapp/v20230501preview/getAccount.d.ts +93 -0
  845. package/netapp/v20230501preview/getAccount.js +26 -0
  846. package/netapp/v20230501preview/getBackup.d.ts +111 -0
  847. package/netapp/v20230501preview/getBackup.js +28 -0
  848. package/netapp/v20230501preview/getBackupPolicy.d.ts +105 -0
  849. package/netapp/v20230501preview/getBackupPolicy.js +27 -0
  850. package/netapp/v20230501preview/getBackupVault.d.ts +73 -0
  851. package/netapp/v20230501preview/getBackupVault.js +27 -0
  852. package/netapp/v20230501preview/getPool.d.ts +109 -0
  853. package/netapp/v20230501preview/getPool.js +27 -0
  854. package/netapp/v20230501preview/getSnapshot.d.ts +91 -0
  855. package/netapp/v20230501preview/getSnapshot.js +29 -0
  856. package/netapp/v20230501preview/getSnapshotPolicy.d.ts +97 -0
  857. package/netapp/v20230501preview/getSnapshotPolicy.js +27 -0
  858. package/netapp/v20230501preview/getSubvolume.d.ts +87 -0
  859. package/netapp/v20230501preview/getSubvolume.js +29 -0
  860. package/netapp/v20230501preview/getSubvolumeMetadata.d.ts +110 -0
  861. package/netapp/v20230501preview/getSubvolumeMetadata.js +29 -0
  862. package/netapp/v20230501preview/getVolume.d.ts +305 -0
  863. package/netapp/v20230501preview/getVolume.js +28 -0
  864. package/netapp/v20230501preview/getVolumeGroup.d.ts +71 -0
  865. package/netapp/v20230501preview/getVolumeGroup.js +27 -0
  866. package/netapp/v20230501preview/getVolumeGroupIdForLdapUser.d.ts +62 -0
  867. package/netapp/v20230501preview/getVolumeGroupIdForLdapUser.js +29 -0
  868. package/netapp/v20230501preview/getVolumeQuotaRule.d.ts +101 -0
  869. package/netapp/v20230501preview/getVolumeQuotaRule.js +29 -0
  870. package/netapp/v20230501preview/index.d.ts +76 -0
  871. package/netapp/v20230501preview/index.js +120 -0
  872. package/netapp/v20230501preview/listVolumeReplications.d.ts +55 -0
  873. package/netapp/v20230501preview/listVolumeReplications.js +28 -0
  874. package/netapp/v20230501preview/pool.d.ts +139 -0
  875. package/netapp/v20230501preview/pool.js +102 -0
  876. package/netapp/v20230501preview/snapshot.d.ts +86 -0
  877. package/netapp/v20230501preview/snapshot.js +87 -0
  878. package/netapp/v20230501preview/snapshotPolicy.d.ts +127 -0
  879. package/netapp/v20230501preview/snapshotPolicy.js +89 -0
  880. package/netapp/v20230501preview/subvolume.d.ts +90 -0
  881. package/netapp/v20230501preview/subvolume.js +86 -0
  882. package/netapp/v20230501preview/volume.d.ts +468 -0
  883. package/netapp/v20230501preview/volume.js +203 -0
  884. package/netapp/v20230501preview/volumeGroup.d.ts +83 -0
  885. package/netapp/v20230501preview/volumeGroup.js +77 -0
  886. package/netapp/v20230501preview/volumeQuotaRule.d.ts +115 -0
  887. package/netapp/v20230501preview/volumeQuotaRule.js +91 -0
  888. package/netapp/volume.d.ts +1 -1
  889. package/netapp/volume.js +3 -3
  890. package/netapp/volumeGroup.d.ts +1 -1
  891. package/netapp/volumeGroup.js +3 -3
  892. package/netapp/volumeQuotaRule.d.ts +1 -1
  893. package/netapp/volumeQuotaRule.js +3 -3
  894. package/networkcloud/agentPool.d.ts +1 -1
  895. package/networkcloud/agentPool.js +3 -3
  896. package/networkcloud/bareMetalMachine.d.ts +1 -1
  897. package/networkcloud/bareMetalMachine.js +3 -3
  898. package/networkcloud/bareMetalMachineKeySet.d.ts +1 -1
  899. package/networkcloud/bareMetalMachineKeySet.js +3 -3
  900. package/networkcloud/bmcKeySet.d.ts +1 -1
  901. package/networkcloud/bmcKeySet.js +3 -3
  902. package/networkcloud/cloudServicesNetwork.d.ts +1 -1
  903. package/networkcloud/cloudServicesNetwork.js +3 -3
  904. package/networkcloud/cluster.d.ts +1 -1
  905. package/networkcloud/cluster.js +3 -3
  906. package/networkcloud/clusterManager.d.ts +1 -1
  907. package/networkcloud/clusterManager.js +3 -3
  908. package/networkcloud/console.d.ts +1 -1
  909. package/networkcloud/console.js +3 -3
  910. package/networkcloud/getAgentPool.d.ts +2 -2
  911. package/networkcloud/getAgentPool.js +2 -2
  912. package/networkcloud/getBareMetalMachine.d.ts +2 -2
  913. package/networkcloud/getBareMetalMachine.js +2 -2
  914. package/networkcloud/getBareMetalMachineKeySet.d.ts +2 -2
  915. package/networkcloud/getBareMetalMachineKeySet.js +2 -2
  916. package/networkcloud/getBmcKeySet.d.ts +2 -2
  917. package/networkcloud/getBmcKeySet.js +2 -2
  918. package/networkcloud/getCloudServicesNetwork.d.ts +2 -2
  919. package/networkcloud/getCloudServicesNetwork.js +2 -2
  920. package/networkcloud/getCluster.d.ts +2 -2
  921. package/networkcloud/getCluster.js +2 -2
  922. package/networkcloud/getClusterManager.d.ts +2 -2
  923. package/networkcloud/getClusterManager.js +2 -2
  924. package/networkcloud/getConsole.d.ts +2 -2
  925. package/networkcloud/getConsole.js +2 -2
  926. package/networkcloud/getKubernetesCluster.d.ts +2 -2
  927. package/networkcloud/getKubernetesCluster.js +2 -2
  928. package/networkcloud/getL2Network.d.ts +2 -2
  929. package/networkcloud/getL2Network.js +2 -2
  930. package/networkcloud/getL3Network.d.ts +2 -2
  931. package/networkcloud/getL3Network.js +2 -2
  932. package/networkcloud/getMetricsConfiguration.d.ts +2 -2
  933. package/networkcloud/getMetricsConfiguration.js +2 -2
  934. package/networkcloud/getRack.d.ts +2 -2
  935. package/networkcloud/getRack.js +2 -2
  936. package/networkcloud/getStorageAppliance.d.ts +2 -2
  937. package/networkcloud/getStorageAppliance.js +2 -2
  938. package/networkcloud/getTrunkedNetwork.d.ts +2 -2
  939. package/networkcloud/getTrunkedNetwork.js +2 -2
  940. package/networkcloud/getVirtualMachine.d.ts +2 -2
  941. package/networkcloud/getVirtualMachine.js +2 -2
  942. package/networkcloud/getVolume.d.ts +2 -2
  943. package/networkcloud/getVolume.js +2 -2
  944. package/networkcloud/index.d.ts +2 -14
  945. package/networkcloud/index.js +5 -19
  946. package/networkcloud/kubernetesCluster.d.ts +1 -1
  947. package/networkcloud/kubernetesCluster.js +3 -3
  948. package/networkcloud/l2network.d.ts +1 -1
  949. package/networkcloud/l2network.js +3 -3
  950. package/networkcloud/l3network.d.ts +1 -1
  951. package/networkcloud/l3network.js +3 -3
  952. package/networkcloud/metricsConfiguration.d.ts +1 -1
  953. package/networkcloud/metricsConfiguration.js +3 -3
  954. package/networkcloud/rack.d.ts +1 -1
  955. package/networkcloud/rack.js +3 -3
  956. package/networkcloud/storageAppliance.d.ts +1 -1
  957. package/networkcloud/storageAppliance.js +3 -3
  958. package/networkcloud/trunkedNetwork.d.ts +1 -1
  959. package/networkcloud/trunkedNetwork.js +3 -3
  960. package/networkcloud/v20230501preview/agentPool.js +2 -2
  961. package/networkcloud/v20230501preview/bareMetalMachine.js +2 -2
  962. package/networkcloud/v20230501preview/bareMetalMachineKeySet.js +2 -2
  963. package/networkcloud/v20230501preview/bmcKeySet.js +2 -2
  964. package/networkcloud/v20230501preview/cloudServicesNetwork.js +2 -2
  965. package/networkcloud/v20230501preview/cluster.js +2 -2
  966. package/networkcloud/v20230501preview/clusterManager.js +2 -2
  967. package/networkcloud/v20230501preview/console.js +2 -2
  968. package/networkcloud/v20230501preview/kubernetesCluster.js +2 -2
  969. package/networkcloud/v20230501preview/l2network.js +2 -2
  970. package/networkcloud/v20230501preview/l3network.js +2 -2
  971. package/networkcloud/v20230501preview/metricsConfiguration.js +2 -2
  972. package/networkcloud/v20230501preview/rack.js +2 -2
  973. package/networkcloud/v20230501preview/storageAppliance.js +2 -2
  974. package/networkcloud/v20230501preview/trunkedNetwork.js +2 -2
  975. package/networkcloud/v20230501preview/virtualMachine.js +2 -2
  976. package/networkcloud/v20230501preview/volume.js +2 -2
  977. package/networkcloud/v20230701/agentPool.js +2 -2
  978. package/networkcloud/v20230701/bareMetalMachine.js +1 -1
  979. package/networkcloud/v20230701/bareMetalMachineKeySet.js +1 -1
  980. package/networkcloud/v20230701/bmcKeySet.js +1 -1
  981. package/networkcloud/v20230701/cloudServicesNetwork.js +1 -1
  982. package/networkcloud/v20230701/cluster.js +1 -1
  983. package/networkcloud/v20230701/clusterManager.js +1 -1
  984. package/networkcloud/v20230701/console.js +1 -1
  985. package/networkcloud/v20230701/kubernetesCluster.js +2 -2
  986. package/networkcloud/v20230701/l2network.js +1 -1
  987. package/networkcloud/v20230701/l3network.js +1 -1
  988. package/networkcloud/v20230701/metricsConfiguration.js +1 -1
  989. package/networkcloud/v20230701/rack.js +1 -1
  990. package/networkcloud/v20230701/storageAppliance.js +1 -1
  991. package/networkcloud/v20230701/trunkedNetwork.js +1 -1
  992. package/networkcloud/v20230701/virtualMachine.js +1 -1
  993. package/networkcloud/v20230701/volume.js +1 -1
  994. package/networkcloud/v20231001preview/agentPool.d.ts +181 -0
  995. package/networkcloud/v20231001preview/agentPool.js +112 -0
  996. package/networkcloud/v20231001preview/bareMetalMachine.d.ts +240 -0
  997. package/networkcloud/v20231001preview/bareMetalMachine.js +163 -0
  998. package/networkcloud/v20231001preview/bareMetalMachineKeySet.d.ts +153 -0
  999. package/networkcloud/v20231001preview/bareMetalMachineKeySet.js +114 -0
  1000. package/networkcloud/v20231001preview/bmcKeySet.d.ts +137 -0
  1001. package/networkcloud/v20231001preview/bmcKeySet.js +107 -0
  1002. package/networkcloud/v20231001preview/cloudServicesNetwork.d.ts +139 -0
  1003. package/networkcloud/v20231001preview/cloudServicesNetwork.js +102 -0
  1004. package/networkcloud/{v20221212preview → v20231001preview}/cluster.d.ts +45 -21
  1005. package/networkcloud/v20231001preview/cluster.js +138 -0
  1006. package/networkcloud/v20231001preview/clusterManager.d.ts +132 -0
  1007. package/networkcloud/v20231001preview/clusterManager.js +91 -0
  1008. package/networkcloud/v20231001preview/console.d.ts +129 -0
  1009. package/networkcloud/v20231001preview/console.js +99 -0
  1010. package/networkcloud/v20231001preview/getAgentPool.d.ts +126 -0
  1011. package/networkcloud/v20231001preview/getAgentPool.js +27 -0
  1012. package/networkcloud/v20231001preview/getBareMetalMachine.d.ts +182 -0
  1013. package/networkcloud/{v20221212preview/getHybridAksCluster.js → v20231001preview/getBareMetalMachine.js} +11 -11
  1014. package/networkcloud/v20231001preview/getBareMetalMachineKeySet.d.ts +114 -0
  1015. package/networkcloud/v20231001preview/getBareMetalMachineKeySet.js +27 -0
  1016. package/networkcloud/v20231001preview/getBmcKeySet.d.ts +106 -0
  1017. package/networkcloud/v20231001preview/getBmcKeySet.js +27 -0
  1018. package/networkcloud/v20231001preview/getCloudServicesNetwork.d.ts +112 -0
  1019. package/networkcloud/v20231001preview/getCloudServicesNetwork.js +26 -0
  1020. package/networkcloud/{v20221212preview → v20231001preview}/getCluster.d.ts +26 -14
  1021. package/networkcloud/{v20221212preview → v20231001preview}/getCluster.js +2 -2
  1022. package/networkcloud/v20231001preview/getClusterManager.d.ts +98 -0
  1023. package/networkcloud/v20231001preview/getClusterManager.js +26 -0
  1024. package/networkcloud/v20231001preview/getConsole.d.ts +102 -0
  1025. package/networkcloud/v20231001preview/getConsole.js +27 -0
  1026. package/networkcloud/v20231001preview/getKubernetesCluster.d.ts +130 -0
  1027. package/networkcloud/{v20221212preview/getDefaultCniNetwork.js → v20231001preview/getKubernetesCluster.js} +11 -11
  1028. package/networkcloud/v20231001preview/getL2Network.d.ts +102 -0
  1029. package/networkcloud/v20231001preview/getL2Network.js +26 -0
  1030. package/networkcloud/v20231001preview/getL3Network.d.ts +124 -0
  1031. package/networkcloud/v20231001preview/getL3Network.js +26 -0
  1032. package/networkcloud/v20231001preview/getMetricsConfiguration.d.ts +94 -0
  1033. package/networkcloud/v20231001preview/getMetricsConfiguration.js +27 -0
  1034. package/networkcloud/v20231001preview/getRack.d.ts +94 -0
  1035. package/networkcloud/v20231001preview/getRack.js +26 -0
  1036. package/networkcloud/v20231001preview/getStorageAppliance.d.ts +118 -0
  1037. package/networkcloud/v20231001preview/getStorageAppliance.js +26 -0
  1038. package/networkcloud/v20231001preview/getTrunkedNetwork.d.ts +106 -0
  1039. package/networkcloud/v20231001preview/getTrunkedNetwork.js +26 -0
  1040. package/networkcloud/v20231001preview/getVirtualMachine.d.ts +158 -0
  1041. package/networkcloud/v20231001preview/getVirtualMachine.js +26 -0
  1042. package/networkcloud/v20231001preview/getVolume.d.ts +86 -0
  1043. package/networkcloud/v20231001preview/getVolume.js +26 -0
  1044. package/networkcloud/v20231001preview/index.d.ts +103 -0
  1045. package/networkcloud/v20231001preview/index.js +154 -0
  1046. package/networkcloud/v20231001preview/kubernetesCluster.d.ts +176 -0
  1047. package/networkcloud/v20231001preview/kubernetesCluster.js +120 -0
  1048. package/networkcloud/v20231001preview/l2network.d.ts +133 -0
  1049. package/networkcloud/v20231001preview/l2network.js +97 -0
  1050. package/networkcloud/v20231001preview/l3network.d.ts +177 -0
  1051. package/networkcloud/v20231001preview/l3network.js +110 -0
  1052. package/networkcloud/v20231001preview/metricsConfiguration.d.ts +116 -0
  1053. package/networkcloud/v20231001preview/metricsConfiguration.js +92 -0
  1054. package/networkcloud/v20231001preview/rack.d.ts +128 -0
  1055. package/networkcloud/v20231001preview/rack.js +101 -0
  1056. package/networkcloud/v20231001preview/storageAppliance.d.ts +156 -0
  1057. package/networkcloud/v20231001preview/storageAppliance.js +116 -0
  1058. package/networkcloud/v20231001preview/trunkedNetwork.d.ts +141 -0
  1059. package/networkcloud/v20231001preview/trunkedNetwork.js +102 -0
  1060. package/networkcloud/v20231001preview/virtualMachine.d.ts +241 -0
  1061. package/networkcloud/v20231001preview/virtualMachine.js +141 -0
  1062. package/networkcloud/v20231001preview/volume.d.ts +108 -0
  1063. package/networkcloud/v20231001preview/volume.js +88 -0
  1064. package/networkcloud/virtualMachine.d.ts +1 -1
  1065. package/networkcloud/virtualMachine.js +3 -3
  1066. package/networkcloud/volume.d.ts +1 -1
  1067. package/networkcloud/volume.js +3 -3
  1068. package/package.json +1 -1
  1069. package/provider.d.ts +10 -2
  1070. package/provider.js +3 -1
  1071. package/storagecache/amlFilesystem.js +2 -2
  1072. package/storagecache/cache.d.ts +1 -1
  1073. package/storagecache/cache.js +3 -3
  1074. package/storagecache/getCache.d.ts +2 -2
  1075. package/storagecache/getCache.js +2 -2
  1076. package/storagecache/getRequiredAmlFSSubnetsSize.d.ts +2 -2
  1077. package/storagecache/getRequiredAmlFSSubnetsSize.js +2 -2
  1078. package/storagecache/getStorageTarget.d.ts +2 -2
  1079. package/storagecache/getStorageTarget.js +2 -2
  1080. package/storagecache/index.d.ts +2 -1
  1081. package/storagecache/index.js +4 -2
  1082. package/storagecache/storageTarget.d.ts +1 -1
  1083. package/storagecache/storageTarget.js +3 -3
  1084. package/storagecache/v20210301/cache.js +2 -2
  1085. package/storagecache/v20210301/storageTarget.js +2 -2
  1086. package/storagecache/v20230301preview/amlFilesystem.js +2 -2
  1087. package/storagecache/v20230301preview/cache.js +2 -2
  1088. package/storagecache/v20230501/amlFilesystem.js +2 -2
  1089. package/storagecache/v20230501/cache.js +2 -2
  1090. package/storagecache/v20230501/storageTarget.js +2 -2
  1091. package/storagecache/v20231101preview/amlFilesystem.d.ts +163 -0
  1092. package/storagecache/v20231101preview/amlFilesystem.js +107 -0
  1093. package/storagecache/v20231101preview/cache.d.ts +179 -0
  1094. package/storagecache/v20231101preview/cache.js +104 -0
  1095. package/storagecache/v20231101preview/getAmlFilesystem.d.ts +113 -0
  1096. package/storagecache/v20231101preview/getAmlFilesystem.js +26 -0
  1097. package/storagecache/v20231101preview/getCache.d.ts +125 -0
  1098. package/storagecache/v20231101preview/getCache.js +26 -0
  1099. package/storagecache/v20231101preview/getRequiredAmlFSSubnetsSize.d.ts +39 -0
  1100. package/storagecache/v20231101preview/getRequiredAmlFSSubnetsSize.js +27 -0
  1101. package/storagecache/v20231101preview/getStorageTarget.d.ts +99 -0
  1102. package/storagecache/v20231101preview/getStorageTarget.js +27 -0
  1103. package/storagecache/v20231101preview/index.d.ts +22 -0
  1104. package/storagecache/v20231101preview/index.js +58 -0
  1105. package/storagecache/v20231101preview/storageTarget.d.ts +128 -0
  1106. package/storagecache/v20231101preview/storageTarget.js +94 -0
  1107. package/testbase/actionRequest.d.ts +67 -0
  1108. package/testbase/actionRequest.js +84 -0
  1109. package/testbase/credential.d.ts +76 -0
  1110. package/testbase/credential.js +82 -0
  1111. package/testbase/customImage.d.ts +128 -0
  1112. package/testbase/customImage.js +108 -0
  1113. package/testbase/customerEvent.d.ts +2 -0
  1114. package/testbase/customerEvent.js +4 -2
  1115. package/testbase/draftPackage.d.ts +265 -0
  1116. package/testbase/draftPackage.js +127 -0
  1117. package/testbase/favoriteProcess.d.ts +2 -0
  1118. package/testbase/favoriteProcess.js +4 -2
  1119. package/testbase/getActionRequest.d.ts +60 -0
  1120. package/testbase/getActionRequest.js +29 -0
  1121. package/testbase/getBillingHubServiceFreeHourBalance.d.ts +4 -0
  1122. package/testbase/getBillingHubServiceFreeHourBalance.js +5 -1
  1123. package/testbase/getBillingHubServiceUsage.d.ts +4 -0
  1124. package/testbase/getBillingHubServiceUsage.js +5 -1
  1125. package/testbase/getCredential.d.ts +69 -0
  1126. package/testbase/getCredential.js +29 -0
  1127. package/testbase/getCustomImage.d.ts +113 -0
  1128. package/testbase/getCustomImage.js +29 -0
  1129. package/testbase/getCustomerEvent.d.ts +4 -0
  1130. package/testbase/getCustomerEvent.js +5 -1
  1131. package/testbase/getDraftPackage.d.ts +171 -0
  1132. package/testbase/getDraftPackage.js +29 -0
  1133. package/testbase/getDraftPackagePath.d.ts +64 -0
  1134. package/testbase/getDraftPackagePath.js +29 -0
  1135. package/testbase/getFavoriteProcess.d.ts +4 -0
  1136. package/testbase/getFavoriteProcess.js +5 -1
  1137. package/testbase/getImageDefinition.d.ts +74 -0
  1138. package/testbase/getImageDefinition.js +29 -0
  1139. package/testbase/getPackage.d.ts +4 -0
  1140. package/testbase/getPackage.js +5 -1
  1141. package/testbase/getPackageDownloadURL.d.ts +4 -0
  1142. package/testbase/getPackageDownloadURL.js +5 -1
  1143. package/testbase/getTestBaseAccount.d.ts +4 -0
  1144. package/testbase/getTestBaseAccount.js +5 -1
  1145. package/testbase/getTestBaseAccountFileUploadUrl.d.ts +4 -0
  1146. package/testbase/getTestBaseAccountFileUploadUrl.js +5 -1
  1147. package/testbase/getTestResultConsoleLogDownloadURL.d.ts +4 -0
  1148. package/testbase/getTestResultConsoleLogDownloadURL.js +5 -1
  1149. package/testbase/getTestResultDownloadURL.d.ts +4 -0
  1150. package/testbase/getTestResultDownloadURL.js +5 -1
  1151. package/testbase/getTestResultVideoDownloadURL.d.ts +4 -0
  1152. package/testbase/getTestResultVideoDownloadURL.js +5 -1
  1153. package/testbase/imageDefinition.d.ts +85 -0
  1154. package/testbase/imageDefinition.js +89 -0
  1155. package/testbase/index.d.ts +35 -1
  1156. package/testbase/index.js +42 -2
  1157. package/testbase/package.d.ts +2 -0
  1158. package/testbase/package.js +4 -2
  1159. package/testbase/testBaseAccount.d.ts +2 -0
  1160. package/testbase/testBaseAccount.js +4 -2
  1161. package/testbase/v20220401preview/customerEvent.js +2 -2
  1162. package/testbase/v20220401preview/favoriteProcess.js +2 -2
  1163. package/testbase/v20220401preview/package.js +2 -2
  1164. package/testbase/v20220401preview/testBaseAccount.js +2 -2
  1165. package/testbase/v20231101preview/actionRequest.d.ts +64 -0
  1166. package/testbase/v20231101preview/actionRequest.js +81 -0
  1167. package/testbase/v20231101preview/credential.d.ts +75 -0
  1168. package/testbase/v20231101preview/credential.js +81 -0
  1169. package/testbase/v20231101preview/customImage.d.ts +127 -0
  1170. package/testbase/v20231101preview/customImage.js +107 -0
  1171. package/testbase/v20231101preview/customerEvent.d.ts +75 -0
  1172. package/testbase/v20231101preview/customerEvent.js +81 -0
  1173. package/testbase/v20231101preview/draftPackage.d.ts +264 -0
  1174. package/testbase/v20231101preview/draftPackage.js +126 -0
  1175. package/testbase/v20231101preview/favoriteProcess.d.ts +70 -0
  1176. package/testbase/v20231101preview/favoriteProcess.js +80 -0
  1177. package/testbase/v20231101preview/getActionRequest.d.ts +58 -0
  1178. package/testbase/v20231101preview/getActionRequest.js +27 -0
  1179. package/testbase/v20231101preview/getBillingHubServiceFreeHourBalance.d.ts +28 -0
  1180. package/testbase/v20231101preview/getBillingHubServiceFreeHourBalance.js +20 -0
  1181. package/testbase/v20231101preview/getBillingHubServiceUsage.d.ts +39 -0
  1182. package/testbase/v20231101preview/getBillingHubServiceUsage.js +24 -0
  1183. package/testbase/v20231101preview/getCredential.d.ts +67 -0
  1184. package/testbase/v20231101preview/getCredential.js +27 -0
  1185. package/testbase/v20231101preview/getCustomImage.d.ts +111 -0
  1186. package/testbase/v20231101preview/getCustomImage.js +27 -0
  1187. package/testbase/v20231101preview/getCustomerEvent.d.ts +67 -0
  1188. package/testbase/v20231101preview/getCustomerEvent.js +27 -0
  1189. package/testbase/v20231101preview/getDraftPackage.d.ts +169 -0
  1190. package/testbase/v20231101preview/getDraftPackage.js +27 -0
  1191. package/testbase/v20231101preview/getDraftPackagePath.d.ts +62 -0
  1192. package/testbase/v20231101preview/getDraftPackagePath.js +27 -0
  1193. package/testbase/v20231101preview/getFavoriteProcess.d.ts +71 -0
  1194. package/testbase/v20231101preview/getFavoriteProcess.js +28 -0
  1195. package/testbase/v20231101preview/getImageDefinition.d.ts +72 -0
  1196. package/testbase/v20231101preview/getImageDefinition.js +27 -0
  1197. package/testbase/v20231101preview/getPackage.d.ts +137 -0
  1198. package/testbase/v20231101preview/getPackage.js +27 -0
  1199. package/testbase/v20231101preview/getPackageDownloadURL.d.ts +50 -0
  1200. package/testbase/v20231101preview/getPackageDownloadURL.js +27 -0
  1201. package/testbase/v20231101preview/getTestBaseAccount.d.ts +77 -0
  1202. package/testbase/v20231101preview/getTestBaseAccount.js +26 -0
  1203. package/testbase/v20231101preview/getTestBaseAccountFileUploadUrl.d.ts +59 -0
  1204. package/testbase/v20231101preview/getTestBaseAccountFileUploadUrl.js +28 -0
  1205. package/testbase/v20231101preview/getTestResultConsoleLogDownloadURL.d.ts +66 -0
  1206. package/testbase/v20231101preview/getTestResultConsoleLogDownloadURL.js +29 -0
  1207. package/testbase/v20231101preview/getTestResultDownloadURL.d.ts +58 -0
  1208. package/testbase/v20231101preview/getTestResultDownloadURL.js +28 -0
  1209. package/testbase/v20231101preview/getTestResultVideoDownloadURL.d.ts +58 -0
  1210. package/testbase/v20231101preview/getTestResultVideoDownloadURL.js +28 -0
  1211. package/testbase/v20231101preview/imageDefinition.d.ts +84 -0
  1212. package/testbase/v20231101preview/imageDefinition.js +88 -0
  1213. package/testbase/v20231101preview/index.d.ts +79 -0
  1214. package/testbase/v20231101preview/index.js +121 -0
  1215. package/testbase/v20231101preview/package.d.ts +187 -0
  1216. package/testbase/v20231101preview/package.js +115 -0
  1217. package/testbase/v20231101preview/testBaseAccount.d.ts +103 -0
  1218. package/testbase/v20231101preview/testBaseAccount.js +83 -0
  1219. package/tsconfig.tsbuildinfo +1 -1
  1220. package/types/enums/baremetalinfrastructure/index.d.ts +2 -1
  1221. package/types/enums/baremetalinfrastructure/index.js +4 -2
  1222. package/types/enums/baremetalinfrastructure/v20231101preview/index.d.ts +22 -0
  1223. package/types/enums/baremetalinfrastructure/v20231101preview/index.js +20 -0
  1224. package/types/enums/batch/index.d.ts +2 -1
  1225. package/types/enums/batch/index.js +4 -2
  1226. package/types/enums/batch/v20231101/index.d.ts +414 -0
  1227. package/types/enums/batch/v20231101/index.js +330 -0
  1228. package/types/enums/compute/index.d.ts +2 -1
  1229. package/types/enums/compute/index.js +5 -3
  1230. package/types/enums/compute/v20220803/index.d.ts +121 -0
  1231. package/types/enums/compute/v20220803/index.js +71 -0
  1232. package/types/enums/costmanagement/index.d.ts +2 -1
  1233. package/types/enums/costmanagement/index.js +5 -2
  1234. package/types/enums/costmanagement/v20231101/index.d.ts +494 -0
  1235. package/types/enums/costmanagement/v20231101/index.js +320 -0
  1236. package/types/enums/desktopvirtualization/index.d.ts +2 -1
  1237. package/types/enums/desktopvirtualization/index.js +4 -2
  1238. package/types/enums/desktopvirtualization/v20231101preview/index.d.ts +241 -0
  1239. package/types/enums/desktopvirtualization/v20231101preview/index.js +150 -0
  1240. package/types/enums/documentdb/index.d.ts +2 -1
  1241. package/types/enums/documentdb/index.js +4 -2
  1242. package/types/enums/documentdb/v20231115/index.d.ts +286 -0
  1243. package/types/enums/documentdb/v20231115/index.js +164 -0
  1244. package/types/enums/elastic/index.d.ts +2 -1
  1245. package/types/enums/elastic/index.js +4 -2
  1246. package/types/enums/elastic/v20231101preview/index.d.ts +38 -0
  1247. package/types/enums/elastic/v20231101preview/index.js +28 -0
  1248. package/types/enums/hardwaresecuritymodules/index.d.ts +2 -1
  1249. package/types/enums/hardwaresecuritymodules/index.js +4 -2
  1250. package/types/enums/hardwaresecuritymodules/v20231210preview/index.d.ts +45 -0
  1251. package/types/enums/hardwaresecuritymodules/v20231210preview/index.js +31 -0
  1252. package/types/enums/netapp/index.d.ts +2 -1
  1253. package/types/enums/netapp/index.js +4 -2
  1254. package/types/enums/netapp/v20230501preview/index.d.ts +241 -0
  1255. package/types/enums/netapp/v20230501preview/index.js +172 -0
  1256. package/types/enums/networkcloud/index.d.ts +2 -2
  1257. package/types/enums/networkcloud/index.js +4 -4
  1258. package/types/enums/networkcloud/v20231001preview/index.d.ts +266 -0
  1259. package/types/enums/networkcloud/v20231001preview/index.js +141 -0
  1260. package/types/enums/storagecache/index.d.ts +2 -1
  1261. package/types/enums/storagecache/index.js +4 -2
  1262. package/types/enums/storagecache/v20231101preview/index.d.ts +88 -0
  1263. package/types/enums/storagecache/v20231101preview/index.js +58 -0
  1264. package/types/enums/testbase/index.d.ts +134 -1
  1265. package/types/enums/testbase/index.js +94 -2
  1266. package/types/enums/testbase/v20231101preview/index.d.ts +191 -0
  1267. package/types/enums/testbase/v20231101preview/index.js +131 -0
  1268. package/types/input.d.ts +7470 -1315
  1269. package/types/input.js +400 -2
  1270. package/types/output.d.ts +9523 -1022
  1271. package/types/output.js +400 -2
  1272. package/networkcloud/defaultCniNetwork.d.ts +0 -168
  1273. package/networkcloud/defaultCniNetwork.js +0 -111
  1274. package/networkcloud/getDefaultCniNetwork.d.ts +0 -122
  1275. package/networkcloud/getDefaultCniNetwork.js +0 -28
  1276. package/networkcloud/getHybridAksCluster.d.ts +0 -119
  1277. package/networkcloud/getHybridAksCluster.js +0 -28
  1278. package/networkcloud/hybridAksCluster.d.ts +0 -152
  1279. package/networkcloud/hybridAksCluster.js +0 -115
  1280. package/networkcloud/v20221212preview/cluster.js +0 -134
  1281. package/networkcloud/v20221212preview/defaultCniNetwork.d.ts +0 -165
  1282. package/networkcloud/v20221212preview/defaultCniNetwork.js +0 -108
  1283. package/networkcloud/v20221212preview/getDefaultCniNetwork.d.ts +0 -120
  1284. package/networkcloud/v20221212preview/getHybridAksCluster.d.ts +0 -117
  1285. package/networkcloud/v20221212preview/hybridAksCluster.d.ts +0 -151
  1286. package/networkcloud/v20221212preview/hybridAksCluster.js +0 -114
  1287. package/networkcloud/v20221212preview/index.d.ts +0 -19
  1288. package/networkcloud/v20221212preview/index.js +0 -55
  1289. package/types/enums/networkcloud/v20221212preview/index.d.ts +0 -33
  1290. package/types/enums/networkcloud/v20221212preview/index.js +0 -23
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BatchAccount = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const inputs = require("../../types/input");
8
+ const utilities = require("../../utilities");
9
+ /**
10
+ * Contains information about an Azure Batch account.
11
+ */
12
+ class BatchAccount extends pulumi.CustomResource {
13
+ /**
14
+ * Get an existing BatchAccount resource's state with the given name, ID, and optional extra
15
+ * properties used to qualify the lookup.
16
+ *
17
+ * @param name The _unique_ name of the resulting resource.
18
+ * @param id The _unique_ provider ID of the resource to lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, opts) {
22
+ return new BatchAccount(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of BatchAccount. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === BatchAccount.__pulumiType;
33
+ }
34
+ /**
35
+ * Create a BatchAccount resource with the given unique name, arguments, and options.
36
+ *
37
+ * @param name The _unique_ name of the resource.
38
+ * @param args The arguments to use to populate this resource's properties.
39
+ * @param opts A bag of options that control this resource's behavior.
40
+ */
41
+ constructor(name, args, opts) {
42
+ let resourceInputs = {};
43
+ opts = opts || {};
44
+ if (!opts.id) {
45
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'resourceGroupName'");
47
+ }
48
+ resourceInputs["accountName"] = args ? args.accountName : undefined;
49
+ resourceInputs["allowedAuthenticationModes"] = args ? args.allowedAuthenticationModes : undefined;
50
+ resourceInputs["autoStorage"] = args ? (args.autoStorage ? pulumi.output(args.autoStorage).apply(inputs.batch.v20231101.autoStorageBasePropertiesArgsProvideDefaults) : undefined) : undefined;
51
+ resourceInputs["encryption"] = args ? args.encryption : undefined;
52
+ resourceInputs["identity"] = args ? args.identity : undefined;
53
+ resourceInputs["keyVaultReference"] = args ? args.keyVaultReference : undefined;
54
+ resourceInputs["location"] = args ? args.location : undefined;
55
+ resourceInputs["networkProfile"] = args ? args.networkProfile : undefined;
56
+ resourceInputs["poolAllocationMode"] = args ? args.poolAllocationMode : undefined;
57
+ resourceInputs["publicNetworkAccess"] = args ? args.publicNetworkAccess : undefined;
58
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
59
+ resourceInputs["tags"] = args ? args.tags : undefined;
60
+ resourceInputs["accountEndpoint"] = undefined /*out*/;
61
+ resourceInputs["activeJobAndJobScheduleQuota"] = undefined /*out*/;
62
+ resourceInputs["dedicatedCoreQuota"] = undefined /*out*/;
63
+ resourceInputs["dedicatedCoreQuotaPerVMFamily"] = undefined /*out*/;
64
+ resourceInputs["dedicatedCoreQuotaPerVMFamilyEnforced"] = undefined /*out*/;
65
+ resourceInputs["lowPriorityCoreQuota"] = undefined /*out*/;
66
+ resourceInputs["name"] = undefined /*out*/;
67
+ resourceInputs["nodeManagementEndpoint"] = undefined /*out*/;
68
+ resourceInputs["poolQuota"] = undefined /*out*/;
69
+ resourceInputs["privateEndpointConnections"] = undefined /*out*/;
70
+ resourceInputs["provisioningState"] = undefined /*out*/;
71
+ resourceInputs["type"] = undefined /*out*/;
72
+ }
73
+ else {
74
+ resourceInputs["accountEndpoint"] = undefined /*out*/;
75
+ resourceInputs["activeJobAndJobScheduleQuota"] = undefined /*out*/;
76
+ resourceInputs["allowedAuthenticationModes"] = undefined /*out*/;
77
+ resourceInputs["autoStorage"] = undefined /*out*/;
78
+ resourceInputs["dedicatedCoreQuota"] = undefined /*out*/;
79
+ resourceInputs["dedicatedCoreQuotaPerVMFamily"] = undefined /*out*/;
80
+ resourceInputs["dedicatedCoreQuotaPerVMFamilyEnforced"] = undefined /*out*/;
81
+ resourceInputs["encryption"] = undefined /*out*/;
82
+ resourceInputs["identity"] = undefined /*out*/;
83
+ resourceInputs["keyVaultReference"] = undefined /*out*/;
84
+ resourceInputs["location"] = undefined /*out*/;
85
+ resourceInputs["lowPriorityCoreQuota"] = undefined /*out*/;
86
+ resourceInputs["name"] = undefined /*out*/;
87
+ resourceInputs["networkProfile"] = undefined /*out*/;
88
+ resourceInputs["nodeManagementEndpoint"] = undefined /*out*/;
89
+ resourceInputs["poolAllocationMode"] = undefined /*out*/;
90
+ resourceInputs["poolQuota"] = undefined /*out*/;
91
+ resourceInputs["privateEndpointConnections"] = undefined /*out*/;
92
+ resourceInputs["provisioningState"] = undefined /*out*/;
93
+ resourceInputs["publicNetworkAccess"] = undefined /*out*/;
94
+ resourceInputs["tags"] = undefined /*out*/;
95
+ resourceInputs["type"] = undefined /*out*/;
96
+ }
97
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
98
+ const aliasOpts = { aliases: [{ type: "azure-native:batch:BatchAccount" }, { type: "azure-native:batch/v20151201:BatchAccount" }, { type: "azure-native:batch/v20170101:BatchAccount" }, { type: "azure-native:batch/v20170501:BatchAccount" }, { type: "azure-native:batch/v20170901:BatchAccount" }, { type: "azure-native:batch/v20181201:BatchAccount" }, { type: "azure-native:batch/v20190401:BatchAccount" }, { type: "azure-native:batch/v20190801:BatchAccount" }, { type: "azure-native:batch/v20200301:BatchAccount" }, { type: "azure-native:batch/v20200501:BatchAccount" }, { type: "azure-native:batch/v20200901:BatchAccount" }, { type: "azure-native:batch/v20210101:BatchAccount" }, { type: "azure-native:batch/v20210601:BatchAccount" }, { type: "azure-native:batch/v20220101:BatchAccount" }, { type: "azure-native:batch/v20220601:BatchAccount" }, { type: "azure-native:batch/v20221001:BatchAccount" }, { type: "azure-native:batch/v20230501:BatchAccount" }] };
99
+ opts = pulumi.mergeOptions(opts, aliasOpts);
100
+ super(BatchAccount.__pulumiType, name, resourceInputs, opts);
101
+ }
102
+ }
103
+ exports.BatchAccount = BatchAccount;
104
+ /** @internal */
105
+ BatchAccount.__pulumiType = 'azure-native:batch/v20231101:BatchAccount';
106
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmF0Y2hBY2NvdW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYmF0Y2gvdjIwMjMxMTAxL2JhdGNoQWNjb3VudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw0Q0FBNEM7QUFHNUMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxZQUFhLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDbkQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN6RSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssWUFBWSxDQUFDLFlBQVksQ0FBQztJQUM3RCxDQUFDO0lBcUZEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXNCLEVBQUUsSUFBbUM7UUFDakYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxj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
@@ -0,0 +1,70 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Gets information about the specified application.
4
+ */
5
+ export declare function getApplication(args: GetApplicationArgs, opts?: pulumi.InvokeOptions): Promise<GetApplicationResult>;
6
+ export interface GetApplicationArgs {
7
+ /**
8
+ * The name of the Batch account.
9
+ */
10
+ accountName: string;
11
+ /**
12
+ * The name of the application. This must be unique within the account.
13
+ */
14
+ applicationName: string;
15
+ /**
16
+ * The name of the resource group that contains the Batch account.
17
+ */
18
+ resourceGroupName: string;
19
+ }
20
+ /**
21
+ * Contains information about an application in a Batch account.
22
+ */
23
+ export interface GetApplicationResult {
24
+ /**
25
+ * A value indicating whether packages within the application may be overwritten using the same version string.
26
+ */
27
+ readonly allowUpdates?: boolean;
28
+ /**
29
+ * The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
30
+ */
31
+ readonly defaultVersion?: string;
32
+ /**
33
+ * The display name for the application.
34
+ */
35
+ readonly displayName?: string;
36
+ /**
37
+ * The ETag of the resource, used for concurrency statements.
38
+ */
39
+ readonly etag: string;
40
+ /**
41
+ * The ID of the resource.
42
+ */
43
+ readonly id: string;
44
+ /**
45
+ * The name of the resource.
46
+ */
47
+ readonly name: string;
48
+ /**
49
+ * The type of the resource.
50
+ */
51
+ readonly type: string;
52
+ }
53
+ /**
54
+ * Gets information about the specified application.
55
+ */
56
+ export declare function getApplicationOutput(args: GetApplicationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetApplicationResult>;
57
+ export interface GetApplicationOutputArgs {
58
+ /**
59
+ * The name of the Batch account.
60
+ */
61
+ accountName: pulumi.Input<string>;
62
+ /**
63
+ * The name of the application. This must be unique within the account.
64
+ */
65
+ applicationName: pulumi.Input<string>;
66
+ /**
67
+ * The name of the resource group that contains the Batch account.
68
+ */
69
+ resourceGroupName: pulumi.Input<string>;
70
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApplicationOutput = exports.getApplication = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets information about the specified application.
10
+ */
11
+ function getApplication(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:batch/v20231101:getApplication", {
14
+ "accountName": args.accountName,
15
+ "applicationName": args.applicationName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getApplication = getApplication;
20
+ /**
21
+ * Gets information about the specified application.
22
+ */
23
+ function getApplicationOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getApplication(a, opts));
25
+ }
26
+ exports.getApplicationOutput = getApplicationOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QXBwbGljYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9iYXRjaC92MjAyMzExMDEvZ2V0QXBwbGljYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsY0FBYyxDQUFDLElBQXdCLEVBQUUsSUFBMkI7SUFFaEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsNkNBQTZDLEVBQUU7UUFDeEUsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLGlCQUFpQixFQUFFLElBQUksQ0FBQyxlQUFlO1FBQ3ZDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCx3Q0FRQztBQWtERDs7R0FFRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLElBQThCLEVBQUUsSUFBMkI7SUFDNUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsY0FBYyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3pFLENBQUM7QUFGRCxvREFFQyJ9
@@ -0,0 +1,86 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Gets information about the specified application package.
4
+ */
5
+ export declare function getApplicationPackage(args: GetApplicationPackageArgs, opts?: pulumi.InvokeOptions): Promise<GetApplicationPackageResult>;
6
+ export interface GetApplicationPackageArgs {
7
+ /**
8
+ * The name of the Batch account.
9
+ */
10
+ accountName: string;
11
+ /**
12
+ * The name of the application. This must be unique within the account.
13
+ */
14
+ applicationName: string;
15
+ /**
16
+ * The name of the resource group that contains the Batch account.
17
+ */
18
+ resourceGroupName: string;
19
+ /**
20
+ * The version of the application.
21
+ */
22
+ versionName: string;
23
+ }
24
+ /**
25
+ * An application package which represents a particular version of an application.
26
+ */
27
+ export interface GetApplicationPackageResult {
28
+ /**
29
+ * The ETag of the resource, used for concurrency statements.
30
+ */
31
+ readonly etag: string;
32
+ /**
33
+ * The format of the application package, if the package is active.
34
+ */
35
+ readonly format: string;
36
+ /**
37
+ * The ID of the resource.
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * The time at which the package was last activated, if the package is active.
42
+ */
43
+ readonly lastActivationTime: string;
44
+ /**
45
+ * The name of the resource.
46
+ */
47
+ readonly name: string;
48
+ /**
49
+ * The current state of the application package.
50
+ */
51
+ readonly state: string;
52
+ /**
53
+ * The URL for the application package in Azure Storage.
54
+ */
55
+ readonly storageUrl: string;
56
+ /**
57
+ * The UTC time at which the Azure Storage URL will expire.
58
+ */
59
+ readonly storageUrlExpiry: string;
60
+ /**
61
+ * The type of the resource.
62
+ */
63
+ readonly type: string;
64
+ }
65
+ /**
66
+ * Gets information about the specified application package.
67
+ */
68
+ export declare function getApplicationPackageOutput(args: GetApplicationPackageOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetApplicationPackageResult>;
69
+ export interface GetApplicationPackageOutputArgs {
70
+ /**
71
+ * The name of the Batch account.
72
+ */
73
+ accountName: pulumi.Input<string>;
74
+ /**
75
+ * The name of the application. This must be unique within the account.
76
+ */
77
+ applicationName: pulumi.Input<string>;
78
+ /**
79
+ * The name of the resource group that contains the Batch account.
80
+ */
81
+ resourceGroupName: pulumi.Input<string>;
82
+ /**
83
+ * The version of the application.
84
+ */
85
+ versionName: pulumi.Input<string>;
86
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApplicationPackageOutput = exports.getApplicationPackage = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets information about the specified application package.
10
+ */
11
+ function getApplicationPackage(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:batch/v20231101:getApplicationPackage", {
14
+ "accountName": args.accountName,
15
+ "applicationName": args.applicationName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ "versionName": args.versionName,
18
+ }, opts);
19
+ }
20
+ exports.getApplicationPackage = getApplicationPackage;
21
+ /**
22
+ * Gets information about the specified application package.
23
+ */
24
+ function getApplicationPackageOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getApplicationPackage(a, opts));
26
+ }
27
+ exports.getApplicationPackageOutput = getApplicationPackageOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QXBwbGljYXRpb25QYWNrYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYmF0Y2gvdjIwMjMxMTAxL2dldEFwcGxpY2F0aW9uUGFja2FnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUErQixFQUFFLElBQTJCO0lBRTlGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLG9EQUFvRCxFQUFFO1FBQy9FLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtRQUN2QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztLQUNsQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVRELHNEQVNDO0FBOEREOztHQUVHO0FBQ0gsU0FBZ0IsMkJBQTJCLENBQUMsSUFBcUMsRUFBRSxJQUEyQjtJQUMxRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNoRixDQUFDO0FBRkQsa0VBRUMifQ==
@@ -0,0 +1,123 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets information about the specified Batch account.
5
+ */
6
+ export declare function getBatchAccount(args: GetBatchAccountArgs, opts?: pulumi.InvokeOptions): Promise<GetBatchAccountResult>;
7
+ export interface GetBatchAccountArgs {
8
+ /**
9
+ * The name of the Batch account.
10
+ */
11
+ accountName: string;
12
+ /**
13
+ * The name of the resource group that contains the Batch account.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * Contains information about an Azure Batch account.
19
+ */
20
+ export interface GetBatchAccountResult {
21
+ /**
22
+ * The account endpoint used to interact with the Batch service.
23
+ */
24
+ readonly accountEndpoint: string;
25
+ readonly activeJobAndJobScheduleQuota: number;
26
+ /**
27
+ * List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.
28
+ */
29
+ readonly allowedAuthenticationModes: string[];
30
+ /**
31
+ * Contains information about the auto-storage account associated with a Batch account.
32
+ */
33
+ readonly autoStorage: outputs.batch.v20231101.AutoStoragePropertiesResponse;
34
+ /**
35
+ * For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
36
+ */
37
+ readonly dedicatedCoreQuota: number;
38
+ /**
39
+ * A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
40
+ */
41
+ readonly dedicatedCoreQuotaPerVMFamily: outputs.batch.v20231101.VirtualMachineFamilyCoreQuotaResponse[];
42
+ /**
43
+ * If this flag is true, dedicated core quota is enforced via both the dedicatedCoreQuotaPerVMFamily and dedicatedCoreQuota properties on the account. If this flag is false, dedicated core quota is enforced only via the dedicatedCoreQuota property on the account and does not consider Virtual Machine family.
44
+ */
45
+ readonly dedicatedCoreQuotaPerVMFamilyEnforced: boolean;
46
+ /**
47
+ * Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.
48
+ */
49
+ readonly encryption: outputs.batch.v20231101.EncryptionPropertiesResponse;
50
+ /**
51
+ * The ID of the resource.
52
+ */
53
+ readonly id: string;
54
+ /**
55
+ * The identity of the Batch account.
56
+ */
57
+ readonly identity?: outputs.batch.v20231101.BatchAccountIdentityResponse;
58
+ /**
59
+ * Identifies the Azure key vault associated with a Batch account.
60
+ */
61
+ readonly keyVaultReference: outputs.batch.v20231101.KeyVaultReferenceResponse;
62
+ /**
63
+ * The location of the resource.
64
+ */
65
+ readonly location: string;
66
+ /**
67
+ * For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
68
+ */
69
+ readonly lowPriorityCoreQuota: number;
70
+ /**
71
+ * The name of the resource.
72
+ */
73
+ readonly name: string;
74
+ /**
75
+ * The network profile only takes effect when publicNetworkAccess is enabled.
76
+ */
77
+ readonly networkProfile?: outputs.batch.v20231101.NetworkProfileResponse;
78
+ /**
79
+ * The endpoint used by compute node to connect to the Batch node management service.
80
+ */
81
+ readonly nodeManagementEndpoint: string;
82
+ /**
83
+ * The allocation mode for creating pools in the Batch account.
84
+ */
85
+ readonly poolAllocationMode: string;
86
+ readonly poolQuota: number;
87
+ /**
88
+ * List of private endpoint connections associated with the Batch account
89
+ */
90
+ readonly privateEndpointConnections: outputs.batch.v20231101.PrivateEndpointConnectionResponse[];
91
+ /**
92
+ * The provisioned state of the resource
93
+ */
94
+ readonly provisioningState: string;
95
+ /**
96
+ * If not specified, the default value is 'enabled'.
97
+ */
98
+ readonly publicNetworkAccess?: string;
99
+ /**
100
+ * The tags of the resource.
101
+ */
102
+ readonly tags: {
103
+ [key: string]: string;
104
+ };
105
+ /**
106
+ * The type of the resource.
107
+ */
108
+ readonly type: string;
109
+ }
110
+ /**
111
+ * Gets information about the specified Batch account.
112
+ */
113
+ export declare function getBatchAccountOutput(args: GetBatchAccountOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBatchAccountResult>;
114
+ export interface GetBatchAccountOutputArgs {
115
+ /**
116
+ * The name of the Batch account.
117
+ */
118
+ accountName: pulumi.Input<string>;
119
+ /**
120
+ * The name of the resource group that contains the Batch account.
121
+ */
122
+ resourceGroupName: pulumi.Input<string>;
123
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getBatchAccountOutput = exports.getBatchAccount = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets information about the specified Batch account.
10
+ */
11
+ function getBatchAccount(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:batch/v20231101:getBatchAccount", {
14
+ "accountName": args.accountName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ }, opts);
17
+ }
18
+ exports.getBatchAccount = getBatchAccount;
19
+ /**
20
+ * Gets information about the specified Batch account.
21
+ */
22
+ function getBatchAccountOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getBatchAccount(a, opts));
24
+ }
25
+ exports.getBatchAccountOutput = getBatchAccountOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QmF0Y2hBY2NvdW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYmF0Y2gvdjIwMjMxMTAxL2dldEJhdGNoQWNjb3VudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUVsRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyw4Q0FBOEMsRUFBRTtRQUN6RSxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDBDQU9DO0FBd0dEOztHQUVHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUM5RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDMUUsQ0FBQztBQUZELHNEQUVDIn0=
@@ -0,0 +1,152 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets information about the specified pool.
5
+ */
6
+ export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
7
+ export interface GetPoolArgs {
8
+ /**
9
+ * The name of the Batch account.
10
+ */
11
+ accountName: string;
12
+ /**
13
+ * The pool name. This must be unique within the account.
14
+ */
15
+ poolName: string;
16
+ /**
17
+ * The name of the resource group that contains the Batch account.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Contains information about a pool.
23
+ */
24
+ export interface GetPoolResult {
25
+ readonly allocationState: string;
26
+ readonly allocationStateTransitionTime: string;
27
+ /**
28
+ * The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
29
+ */
30
+ readonly applicationLicenses?: string[];
31
+ /**
32
+ * Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
33
+ */
34
+ readonly applicationPackages?: outputs.batch.v20231101.ApplicationPackageReferenceResponse[];
35
+ /**
36
+ * This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
37
+ */
38
+ readonly autoScaleRun: outputs.batch.v20231101.AutoScaleRunResponse;
39
+ /**
40
+ * For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
41
+ *
42
+ * Warning: This property is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.
43
+ */
44
+ readonly certificates?: outputs.batch.v20231101.CertificateReferenceResponse[];
45
+ readonly creationTime: string;
46
+ readonly currentDedicatedNodes: number;
47
+ readonly currentLowPriorityNodes: number;
48
+ readonly currentNodeCommunicationMode: string;
49
+ /**
50
+ * Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
51
+ */
52
+ readonly deploymentConfiguration?: outputs.batch.v20231101.DeploymentConfigurationResponse;
53
+ /**
54
+ * The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
55
+ */
56
+ readonly displayName?: string;
57
+ /**
58
+ * The ETag of the resource, used for concurrency statements.
59
+ */
60
+ readonly etag: string;
61
+ /**
62
+ * The ID of the resource.
63
+ */
64
+ readonly id: string;
65
+ /**
66
+ * The type of identity used for the Batch Pool.
67
+ */
68
+ readonly identity?: outputs.batch.v20231101.BatchPoolIdentityResponse;
69
+ /**
70
+ * This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
71
+ */
72
+ readonly interNodeCommunication?: string;
73
+ /**
74
+ * This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
75
+ */
76
+ readonly lastModified: string;
77
+ /**
78
+ * The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
79
+ */
80
+ readonly metadata?: outputs.batch.v20231101.MetadataItemResponse[];
81
+ /**
82
+ * This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
83
+ */
84
+ readonly mountConfiguration?: outputs.batch.v20231101.MountConfigurationResponse[];
85
+ /**
86
+ * The name of the resource.
87
+ */
88
+ readonly name: string;
89
+ /**
90
+ * The network configuration for a pool.
91
+ */
92
+ readonly networkConfiguration?: outputs.batch.v20231101.NetworkConfigurationResponse;
93
+ readonly provisioningState: string;
94
+ readonly provisioningStateTransitionTime: string;
95
+ /**
96
+ * Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
97
+ */
98
+ readonly resizeOperationStatus: outputs.batch.v20231101.ResizeOperationStatusResponse;
99
+ /**
100
+ * The user-defined tags to be associated with the Azure Batch Pool. When specified, these tags are propagated to the backing Azure resources associated with the pool. This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'.
101
+ */
102
+ readonly resourceTags?: {
103
+ [key: string]: string;
104
+ };
105
+ /**
106
+ * Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
107
+ */
108
+ readonly scaleSettings?: outputs.batch.v20231101.ScaleSettingsResponse;
109
+ /**
110
+ * In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
111
+ */
112
+ readonly startTask?: outputs.batch.v20231101.StartTaskResponse;
113
+ /**
114
+ * If omitted, the default value is Default.
115
+ */
116
+ readonly targetNodeCommunicationMode?: string;
117
+ /**
118
+ * If not specified, the default is spread.
119
+ */
120
+ readonly taskSchedulingPolicy?: outputs.batch.v20231101.TaskSchedulingPolicyResponse;
121
+ /**
122
+ * The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
123
+ */
124
+ readonly taskSlotsPerNode?: number;
125
+ /**
126
+ * The type of the resource.
127
+ */
128
+ readonly type: string;
129
+ readonly userAccounts?: outputs.batch.v20231101.UserAccountResponse[];
130
+ /**
131
+ * For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
132
+ */
133
+ readonly vmSize?: string;
134
+ }
135
+ /**
136
+ * Gets information about the specified pool.
137
+ */
138
+ export declare function getPoolOutput(args: GetPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPoolResult>;
139
+ export interface GetPoolOutputArgs {
140
+ /**
141
+ * The name of the Batch account.
142
+ */
143
+ accountName: pulumi.Input<string>;
144
+ /**
145
+ * The pool name. This must be unique within the account.
146
+ */
147
+ poolName: pulumi.Input<string>;
148
+ /**
149
+ * The name of the resource group that contains the Batch account.
150
+ */
151
+ resourceGroupName: pulumi.Input<string>;
152
+ }