@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (635) hide show
  1. package/avs/addon.js +2 -2
  2. package/avs/authorization.js +2 -2
  3. package/avs/cloudLink.js +2 -2
  4. package/avs/cluster.js +2 -2
  5. package/avs/datastore.js +2 -2
  6. package/avs/globalReachConnection.js +2 -2
  7. package/avs/hcxEnterpriseSite.js +2 -2
  8. package/avs/index.d.ts +2 -1
  9. package/avs/index.js +4 -2
  10. package/avs/placementPolicy.js +2 -2
  11. package/avs/privateCloud.js +2 -2
  12. package/avs/scriptExecution.js +2 -2
  13. package/avs/v20200320/cluster.js +2 -2
  14. package/avs/v20210101preview/addon.js +2 -2
  15. package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
  16. package/avs/v20210601/cluster.js +2 -2
  17. package/avs/v20220501/addon.js +2 -2
  18. package/avs/v20220501/authorization.js +2 -2
  19. package/avs/v20220501/cloudLink.js +2 -2
  20. package/avs/v20220501/cluster.js +2 -2
  21. package/avs/v20220501/datastore.js +2 -2
  22. package/avs/v20220501/globalReachConnection.js +2 -2
  23. package/avs/v20220501/hcxEnterpriseSite.js +2 -2
  24. package/avs/v20220501/placementPolicy.js +2 -2
  25. package/avs/v20220501/privateCloud.js +2 -2
  26. package/avs/v20220501/scriptExecution.js +2 -2
  27. package/avs/v20220501/workloadNetworkDhcp.js +2 -2
  28. package/avs/v20220501/workloadNetworkDnsService.js +2 -2
  29. package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
  30. package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
  31. package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
  32. package/avs/v20220501/workloadNetworkSegment.js +2 -2
  33. package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
  34. package/avs/v20230301/addon.d.ts +63 -0
  35. package/avs/v20230301/addon.js +71 -0
  36. package/avs/v20230301/authorization.d.ts +73 -0
  37. package/avs/v20230301/authorization.js +77 -0
  38. package/avs/v20230301/cloudLink.d.ts +65 -0
  39. package/avs/v20230301/cloudLink.js +73 -0
  40. package/avs/v20230301/cluster.d.ts +87 -0
  41. package/avs/v20230301/cluster.js +82 -0
  42. package/avs/v20230301/datastore.d.ts +83 -0
  43. package/avs/v20230301/datastore.js +82 -0
  44. package/avs/v20230301/getAddon.d.ts +59 -0
  45. package/avs/v20230301/getAddon.js +27 -0
  46. package/avs/v20230301/getAuthorization.d.ts +70 -0
  47. package/avs/v20230301/getAuthorization.js +27 -0
  48. package/avs/v20230301/getCloudLink.d.ts +62 -0
  49. package/avs/v20230301/getCloudLink.js +27 -0
  50. package/avs/v20230301/getCluster.d.ts +75 -0
  51. package/avs/v20230301/getCluster.js +27 -0
  52. package/avs/v20230301/getDatastore.d.ts +79 -0
  53. package/avs/v20230301/getDatastore.js +28 -0
  54. package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
  55. package/avs/v20230301/getGlobalReachConnection.js +27 -0
  56. package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
  57. package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
  58. package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
  59. package/avs/v20230301/getPlacementPolicy.js +28 -0
  60. package/avs/v20230301/getPrivateCloud.d.ts +145 -0
  61. package/avs/v20230301/getPrivateCloud.js +26 -0
  62. package/avs/v20230301/getScriptExecution.d.ts +117 -0
  63. package/avs/v20230301/getScriptExecution.js +27 -0
  64. package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
  65. package/avs/v20230301/getScriptExecutionLogs.js +27 -0
  66. package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
  67. package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
  68. package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
  69. package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
  70. package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
  71. package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
  72. package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
  73. package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
  74. package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
  75. package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
  76. package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
  77. package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
  78. package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
  79. package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
  80. package/avs/v20230301/globalReachConnection.d.ts +89 -0
  81. package/avs/v20230301/globalReachConnection.js +81 -0
  82. package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
  83. package/avs/v20230301/hcxEnterpriseSite.js +73 -0
  84. package/avs/v20230301/index.d.ts +112 -0
  85. package/avs/v20230301/index.js +163 -0
  86. package/avs/v20230301/listClusterZones.d.ts +47 -0
  87. package/avs/v20230301/listClusterZones.js +27 -0
  88. package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
  89. package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
  90. package/avs/v20230301/placementPolicy.d.ts +67 -0
  91. package/avs/v20230301/placementPolicy.js +75 -0
  92. package/avs/v20230301/privateCloud.d.ts +204 -0
  93. package/avs/v20230301/privateCloud.js +123 -0
  94. package/avs/v20230301/scriptExecution.d.ts +151 -0
  95. package/avs/v20230301/scriptExecution.js +102 -0
  96. package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
  97. package/avs/v20230301/workloadNetworkDhcp.js +71 -0
  98. package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
  99. package/avs/v20230301/workloadNetworkDnsService.js +85 -0
  100. package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
  101. package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
  102. package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
  103. package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
  104. package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
  105. package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
  106. package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
  107. package/avs/v20230301/workloadNetworkSegment.js +83 -0
  108. package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
  109. package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
  110. package/avs/workloadNetworkDhcp.js +2 -2
  111. package/avs/workloadNetworkDnsService.js +2 -2
  112. package/avs/workloadNetworkDnsZone.js +2 -2
  113. package/avs/workloadNetworkPortMirroring.js +2 -2
  114. package/avs/workloadNetworkPublicIP.js +2 -2
  115. package/avs/workloadNetworkSegment.js +2 -2
  116. package/avs/workloadNetworkVMGroup.js +2 -2
  117. package/compute/availabilitySet.js +2 -2
  118. package/compute/capacityReservation.js +2 -2
  119. package/compute/capacityReservationGroup.js +2 -2
  120. package/compute/dedicatedHost.js +2 -2
  121. package/compute/dedicatedHostGroup.js +2 -2
  122. package/compute/disk.js +2 -2
  123. package/compute/diskAccess.js +2 -2
  124. package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
  125. package/compute/diskEncryptionSet.js +2 -2
  126. package/compute/image.js +2 -2
  127. package/compute/index.d.ts +3 -1
  128. package/compute/index.js +6 -2
  129. package/compute/proximityPlacementGroup.js +2 -2
  130. package/compute/restorePoint.js +2 -2
  131. package/compute/restorePointCollection.js +2 -2
  132. package/compute/snapshot.js +2 -2
  133. package/compute/sshPublicKey.js +2 -2
  134. package/compute/v20211101/restorePoint.js +2 -2
  135. package/compute/v20211101/virtualMachineExtension.js +2 -2
  136. package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
  137. package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
  138. package/compute/v20220702/disk.js +2 -2
  139. package/compute/v20220702/diskAccess.js +2 -2
  140. package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
  141. package/compute/v20220702/diskEncryptionSet.js +2 -2
  142. package/compute/v20220702/snapshot.js +2 -2
  143. package/compute/v20221101/restorePoint.js +2 -2
  144. package/compute/v20230102/disk.js +2 -2
  145. package/compute/v20230102/diskAccess.js +2 -2
  146. package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
  147. package/compute/v20230102/diskEncryptionSet.js +2 -2
  148. package/compute/v20230102/snapshot.js +2 -2
  149. package/compute/v20230301/availabilitySet.js +2 -2
  150. package/compute/v20230301/capacityReservation.js +2 -2
  151. package/compute/v20230301/capacityReservationGroup.js +2 -2
  152. package/compute/v20230301/dedicatedHost.js +2 -2
  153. package/compute/v20230301/dedicatedHostGroup.js +2 -2
  154. package/compute/v20230301/image.js +2 -2
  155. package/compute/v20230301/proximityPlacementGroup.js +2 -2
  156. package/compute/v20230301/restorePoint.js +2 -2
  157. package/compute/v20230301/restorePointCollection.js +2 -2
  158. package/compute/v20230301/sshPublicKey.js +2 -2
  159. package/compute/v20230301/virtualMachine.js +2 -2
  160. package/compute/v20230301/virtualMachineExtension.js +2 -2
  161. package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
  162. package/compute/v20230301/virtualMachineScaleSet.js +2 -2
  163. package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
  164. package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
  165. package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
  166. package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
  167. package/compute/v20230402/disk.d.ts +324 -0
  168. package/compute/v20230402/disk.js +146 -0
  169. package/compute/v20230402/diskAccess.d.ts +91 -0
  170. package/compute/v20230402/diskAccess.js +77 -0
  171. package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
  172. package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
  173. package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
  174. package/compute/v20230402/diskEncryptionSet.js +87 -0
  175. package/compute/v20230402/getDisk.d.ts +205 -0
  176. package/compute/v20230402/getDisk.js +26 -0
  177. package/compute/v20230402/getDiskAccess.d.ts +73 -0
  178. package/compute/v20230402/getDiskAccess.js +26 -0
  179. package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
  180. package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
  181. package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
  182. package/compute/v20230402/getDiskEncryptionSet.js +26 -0
  183. package/compute/v20230402/getSnapshot.d.ts +161 -0
  184. package/compute/v20230402/getSnapshot.js +26 -0
  185. package/compute/v20230402/index.d.ts +31 -0
  186. package/compute/v20230402/index.js +69 -0
  187. package/compute/v20230402/snapshot.d.ts +252 -0
  188. package/compute/v20230402/snapshot.js +124 -0
  189. package/compute/v20230701/availabilitySet.d.ts +115 -0
  190. package/compute/v20230701/availabilitySet.js +81 -0
  191. package/compute/v20230701/capacityReservation.d.ts +119 -0
  192. package/compute/v20230701/capacityReservation.js +94 -0
  193. package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
  194. package/compute/v20230701/capacityReservationGroup.js +77 -0
  195. package/compute/v20230701/dedicatedHost.d.ts +132 -0
  196. package/compute/v20230701/dedicatedHost.js +96 -0
  197. package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
  198. package/compute/v20230701/dedicatedHostGroup.js +84 -0
  199. package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
  200. package/compute/v20230701/getAvailabilitySet.js +26 -0
  201. package/compute/v20230701/getCapacityReservation.d.ts +109 -0
  202. package/compute/v20230701/getCapacityReservation.js +28 -0
  203. package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
  204. package/compute/v20230701/getCapacityReservationGroup.js +27 -0
  205. package/compute/v20230701/getDedicatedHost.d.ts +113 -0
  206. package/compute/v20230701/getDedicatedHost.js +28 -0
  207. package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
  208. package/compute/v20230701/getDedicatedHostGroup.js +27 -0
  209. package/compute/v20230701/getImage.d.ts +85 -0
  210. package/compute/v20230701/getImage.js +27 -0
  211. package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
  212. package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
  213. package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
  214. package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
  215. package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
  216. package/compute/v20230701/getProximityPlacementGroup.js +27 -0
  217. package/compute/v20230701/getRestorePoint.d.ts +91 -0
  218. package/compute/v20230701/getRestorePoint.js +28 -0
  219. package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
  220. package/compute/v20230701/getRestorePointCollection.js +27 -0
  221. package/compute/v20230701/getSshPublicKey.d.ts +60 -0
  222. package/compute/v20230701/getSshPublicKey.js +26 -0
  223. package/compute/v20230701/getVirtualMachine.d.ts +189 -0
  224. package/compute/v20230701/getVirtualMachine.js +27 -0
  225. package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
  226. package/compute/v20230701/getVirtualMachineExtension.js +28 -0
  227. package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
  228. package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
  229. package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
  230. package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
  231. package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
  232. package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
  233. package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
  234. package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
  235. package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
  236. package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
  237. package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
  238. package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
  239. package/compute/v20230701/image.d.ts +108 -0
  240. package/compute/v20230701/image.js +79 -0
  241. package/compute/v20230701/index.d.ts +115 -0
  242. package/compute/v20230701/index.js +167 -0
  243. package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
  244. package/compute/v20230701/proximityPlacementGroup.js +83 -0
  245. package/compute/v20230701/restorePoint.d.ts +104 -0
  246. package/compute/v20230701/restorePoint.js +83 -0
  247. package/compute/v20230701/restorePointCollection.d.ts +91 -0
  248. package/compute/v20230701/restorePointCollection.js +77 -0
  249. package/compute/v20230701/sshPublicKey.d.ts +77 -0
  250. package/compute/v20230701/sshPublicKey.js +71 -0
  251. package/compute/v20230701/virtualMachine.d.ts +300 -0
  252. package/compute/v20230701/virtualMachine.js +131 -0
  253. package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
  254. package/compute/v20230701/virtualMachineExtension.js +97 -0
  255. package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
  256. package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
  257. package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
  258. package/compute/v20230701/virtualMachineScaleSet.js +117 -0
  259. package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
  260. package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
  261. package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
  262. package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
  263. package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
  264. package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
  265. package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
  266. package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
  267. package/compute/virtualMachine.js +2 -2
  268. package/compute/virtualMachineExtension.js +2 -2
  269. package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
  270. package/compute/virtualMachineScaleSet.js +2 -2
  271. package/compute/virtualMachineScaleSetExtension.js +2 -2
  272. package/compute/virtualMachineScaleSetVM.js +2 -2
  273. package/compute/virtualMachineScaleSetVMExtension.js +2 -2
  274. package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
  275. package/containerservice/agentPool.js +2 -2
  276. package/containerservice/index.d.ts +2 -1
  277. package/containerservice/index.js +4 -2
  278. package/containerservice/maintenanceConfiguration.js +2 -2
  279. package/containerservice/managedCluster.js +2 -2
  280. package/containerservice/privateEndpointConnection.js +2 -2
  281. package/containerservice/snapshot.js +2 -2
  282. package/containerservice/v20190601/managedCluster.js +2 -2
  283. package/containerservice/v20200601/agentPool.js +2 -2
  284. package/containerservice/v20210201/agentPool.js +2 -2
  285. package/containerservice/v20210501/managedCluster.js +2 -2
  286. package/containerservice/v20210801/agentPool.js +2 -2
  287. package/containerservice/v20220402preview/agentPool.js +2 -2
  288. package/containerservice/v20230401/agentPool.js +2 -2
  289. package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
  290. package/containerservice/v20230401/managedCluster.js +2 -2
  291. package/containerservice/v20230401/privateEndpointConnection.js +2 -2
  292. package/containerservice/v20230401/snapshot.js +2 -2
  293. package/containerservice/v20230502preview/agentPool.js +2 -2
  294. package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
  295. package/containerservice/v20230502preview/managedCluster.js +2 -2
  296. package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
  297. package/containerservice/v20230502preview/snapshot.js +2 -2
  298. package/containerservice/v20230601/agentPool.js +2 -2
  299. package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
  300. package/containerservice/v20230601/managedCluster.js +2 -2
  301. package/containerservice/v20230601/privateEndpointConnection.js +2 -2
  302. package/containerservice/v20230601/snapshot.js +2 -2
  303. package/containerservice/v20230602preview/agentPool.js +2 -2
  304. package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
  305. package/containerservice/v20230602preview/managedCluster.js +2 -2
  306. package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
  307. package/containerservice/v20230602preview/snapshot.js +2 -2
  308. package/containerservice/v20230701/agentPool.d.ts +376 -0
  309. package/containerservice/v20230701/agentPool.js +149 -0
  310. package/containerservice/v20230701/getAgentPool.d.ts +219 -0
  311. package/containerservice/v20230701/getAgentPool.js +27 -0
  312. package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
  313. package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
  314. package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
  315. package/containerservice/v20230701/getManagedCluster.js +26 -0
  316. package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
  317. package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
  318. package/containerservice/v20230701/getSnapshot.d.ts +93 -0
  319. package/containerservice/v20230701/getSnapshot.js +26 -0
  320. package/containerservice/v20230701/index.d.ts +40 -0
  321. package/containerservice/v20230701/index.js +78 -0
  322. package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
  323. package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
  324. package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
  325. package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
  326. package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
  327. package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
  328. package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
  329. package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
  330. package/containerservice/v20230701/managedCluster.d.ts +376 -0
  331. package/containerservice/v20230701/managedCluster.js +152 -0
  332. package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
  333. package/containerservice/v20230701/privateEndpointConnection.js +78 -0
  334. package/containerservice/v20230701/snapshot.d.ts +116 -0
  335. package/containerservice/v20230701/snapshot.js +87 -0
  336. package/containerstorage/getPool.d.ts +19 -23
  337. package/containerstorage/getPool.js +3 -3
  338. package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
  339. package/containerstorage/getSnapshot.js +29 -0
  340. package/containerstorage/getVolume.d.ts +6 -10
  341. package/containerstorage/getVolume.js +3 -3
  342. package/containerstorage/index.d.ts +8 -8
  343. package/containerstorage/index.js +11 -11
  344. package/containerstorage/pool.d.ts +32 -43
  345. package/containerstorage/pool.js +10 -24
  346. package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
  347. package/containerstorage/snapshot.js +81 -0
  348. package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
  349. package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
  350. package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
  351. package/containerstorage/v20230701preview/getSnapshot.js +27 -0
  352. package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
  353. package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
  354. package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
  355. package/containerstorage/v20230701preview/index.js +55 -0
  356. package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
  357. package/containerstorage/v20230701preview/pool.js +89 -0
  358. package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
  359. package/containerstorage/v20230701preview/snapshot.js +80 -0
  360. package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
  361. package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
  362. package/containerstorage/volume.d.ts +5 -22
  363. package/containerstorage/volume.js +7 -18
  364. package/databox/index.d.ts +2 -1
  365. package/databox/index.js +4 -2
  366. package/databox/job.js +2 -2
  367. package/databox/v20221201/job.js +2 -2
  368. package/databox/v20230301/getJob.d.ts +141 -0
  369. package/databox/v20230301/getJob.js +27 -0
  370. package/databox/v20230301/index.d.ts +10 -0
  371. package/databox/v20230301/index.js +44 -0
  372. package/databox/v20230301/job.d.ts +172 -0
  373. package/databox/v20230301/job.js +115 -0
  374. package/databox/v20230301/listJobCredentials.d.ts +43 -0
  375. package/databox/v20230301/listJobCredentials.js +26 -0
  376. package/desktopvirtualization/application.js +2 -2
  377. package/desktopvirtualization/applicationGroup.js +2 -2
  378. package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
  379. package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
  380. package/desktopvirtualization/hostPool.js +2 -2
  381. package/desktopvirtualization/index.d.ts +8 -1
  382. package/desktopvirtualization/index.js +11 -2
  383. package/desktopvirtualization/msixpackage.js +2 -2
  384. package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
  385. package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
  386. package/desktopvirtualization/scalingPlan.js +2 -2
  387. package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
  388. package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
  389. package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
  390. package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
  391. package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
  392. package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
  393. package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
  394. package/desktopvirtualization/v20220909/application.js +2 -2
  395. package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
  396. package/desktopvirtualization/v20220909/hostPool.js +2 -2
  397. package/desktopvirtualization/v20220909/msixpackage.js +2 -2
  398. package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
  399. package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
  400. package/desktopvirtualization/v20220909/workspace.js +2 -2
  401. package/desktopvirtualization/v20221014preview/application.js +2 -2
  402. package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
  403. package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
  404. package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
  405. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
  406. package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
  407. package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
  408. package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
  409. package/desktopvirtualization/v20221014preview/workspace.js +2 -2
  410. package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
  411. package/desktopvirtualization/v20230707preview/application.js +102 -0
  412. package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
  413. package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
  414. package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
  415. package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
  416. package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
  417. package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
  418. package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
  419. package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
  420. package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
  421. package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
  422. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
  423. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
  424. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
  425. package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
  426. package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
  427. package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
  428. package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
  429. package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
  430. package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
  431. package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
  432. package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
  433. package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
  434. package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
  435. package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
  436. package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
  437. package/desktopvirtualization/v20230707preview/index.js +104 -0
  438. package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
  439. package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
  440. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
  441. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
  442. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
  443. package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
  444. package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
  445. package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
  446. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
  447. package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
  448. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
  449. package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
  450. package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
  451. package/desktopvirtualization/v20230707preview/workspace.js +97 -0
  452. package/desktopvirtualization/workspace.js +2 -2
  453. package/hdinsight/clusterPool.d.ts +136 -0
  454. package/hdinsight/clusterPool.js +95 -0
  455. package/hdinsight/getClusterPool.d.ts +103 -0
  456. package/hdinsight/getClusterPool.js +28 -0
  457. package/hdinsight/index.d.ts +8 -1
  458. package/hdinsight/index.js +11 -2
  459. package/hdinsight/v20230601preview/cluster.d.ts +115 -0
  460. package/hdinsight/v20230601preview/cluster.js +95 -0
  461. package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
  462. package/hdinsight/v20230601preview/clusterPool.js +94 -0
  463. package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
  464. package/hdinsight/v20230601preview/getCluster.js +27 -0
  465. package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
  466. package/hdinsight/v20230601preview/getClusterPool.js +26 -0
  467. package/hdinsight/v20230601preview/index.d.ts +13 -0
  468. package/hdinsight/v20230601preview/index.js +48 -0
  469. package/hybridcompute/index.d.ts +1 -8
  470. package/hybridcompute/index.js +2 -11
  471. package/hybridcompute/machine.js +2 -2
  472. package/hybridcompute/machineExtension.js +2 -2
  473. package/hybridcompute/privateEndpointConnection.js +2 -2
  474. package/hybridcompute/privateLinkScope.js +2 -2
  475. package/hybridcompute/v20200802/machine.js +2 -2
  476. package/hybridcompute/v20200815preview/machine.js +2 -2
  477. package/hybridcompute/v20200815preview/machineExtension.js +2 -2
  478. package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
  479. package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
  480. package/hybridcompute/v20220510preview/machine.js +2 -2
  481. package/hybridcompute/v20220510preview/machineExtension.js +2 -2
  482. package/hybridcompute/v20221227/machine.js +2 -2
  483. package/hybridcompute/v20221227/machineExtension.js +2 -2
  484. package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
  485. package/hybridcompute/v20221227/privateLinkScope.js +2 -2
  486. package/index.d.ts +3 -1
  487. package/index.js +8 -4
  488. package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
  489. package/managednetworkfabric/v20230615/accessControlList.js +4 -1
  490. package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
  491. package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
  492. package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
  493. package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
  494. package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
  495. package/managednetworkfabric/v20230615/routePolicy.js +4 -2
  496. package/maps/account.js +2 -2
  497. package/maps/creator.js +2 -2
  498. package/maps/index.d.ts +2 -1
  499. package/maps/index.js +4 -2
  500. package/maps/v20180501/account.js +2 -2
  501. package/maps/v20200201preview/creator.js +2 -2
  502. package/maps/v20210201/account.js +2 -2
  503. package/maps/v20210201/creator.js +2 -2
  504. package/maps/v20211201preview/account.js +2 -2
  505. package/maps/v20211201preview/creator.js +2 -2
  506. package/maps/v20230601/account.d.ts +108 -0
  507. package/maps/v20230601/account.js +83 -0
  508. package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
  509. package/maps/v20230601/creator.js +80 -0
  510. package/maps/v20230601/getAccount.d.ts +77 -0
  511. package/maps/v20230601/getAccount.js +26 -0
  512. package/maps/v20230601/getCreator.d.ts +73 -0
  513. package/maps/v20230601/getCreator.js +27 -0
  514. package/maps/v20230601/index.d.ts +19 -0
  515. package/maps/v20230601/index.js +54 -0
  516. package/maps/v20230601/listAccountKeys.d.ts +50 -0
  517. package/maps/v20230601/listAccountKeys.js +26 -0
  518. package/maps/v20230601/listAccountSas.d.ts +95 -0
  519. package/maps/v20230601/listAccountSas.js +40 -0
  520. package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
  521. package/mobilepacketcore/getNetworkFunction.js +28 -0
  522. package/mobilepacketcore/index.d.ts +9 -0
  523. package/mobilepacketcore/index.js +44 -0
  524. package/mobilepacketcore/networkFunction.d.ts +136 -0
  525. package/mobilepacketcore/networkFunction.js +99 -0
  526. package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
  527. package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
  528. package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
  529. package/mobilepacketcore/v20230515preview/index.js +41 -0
  530. package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
  531. package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
  532. package/package.json +2 -2
  533. package/resourceconnector/listApplianceKeys.d.ts +8 -0
  534. package/resourceconnector/listApplianceKeys.js +2 -1
  535. package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
  536. package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
  537. package/storagetasks/getStorageTask.d.ts +91 -0
  538. package/storagetasks/getStorageTask.js +28 -0
  539. package/storagetasks/index.d.ts +9 -0
  540. package/storagetasks/index.js +44 -0
  541. package/storagetasks/storageTask.d.ts +120 -0
  542. package/storagetasks/storageTask.js +95 -0
  543. package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
  544. package/storagetasks/v20230101/getStorageTask.js +26 -0
  545. package/storagetasks/v20230101/index.d.ts +7 -0
  546. package/storagetasks/v20230101/index.js +41 -0
  547. package/storagetasks/v20230101/storageTask.d.ts +119 -0
  548. package/storagetasks/v20230101/storageTask.js +94 -0
  549. package/tsconfig.tsbuildinfo +1 -1
  550. package/types/enums/avs/index.d.ts +2 -1
  551. package/types/enums/avs/index.js +4 -2
  552. package/types/enums/avs/v20230301/index.d.ts +135 -0
  553. package/types/enums/avs/v20230301/index.js +77 -0
  554. package/types/enums/compute/index.d.ts +3 -1
  555. package/types/enums/compute/index.js +7 -3
  556. package/types/enums/compute/v20230402/index.d.ts +266 -0
  557. package/types/enums/compute/v20230402/index.js +208 -0
  558. package/types/enums/compute/v20230701/index.d.ts +584 -0
  559. package/types/enums/compute/v20230701/index.js +401 -0
  560. package/types/enums/containerservice/index.d.ts +2 -1
  561. package/types/enums/containerservice/index.js +4 -2
  562. package/types/enums/containerservice/v20230701/index.d.ts +517 -0
  563. package/types/enums/containerservice/v20230701/index.js +383 -0
  564. package/types/enums/containerstorage/index.d.ts +72 -10
  565. package/types/enums/containerstorage/index.js +59 -9
  566. package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
  567. package/types/enums/containerstorage/v20230701preview/index.js +76 -0
  568. package/types/enums/databox/index.d.ts +2 -1
  569. package/types/enums/databox/index.js +4 -2
  570. package/types/enums/databox/v20230301/index.d.ts +247 -0
  571. package/types/enums/databox/v20230301/index.js +196 -0
  572. package/types/enums/desktopvirtualization/index.d.ts +36 -1
  573. package/types/enums/desktopvirtualization/index.js +26 -2
  574. package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
  575. package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
  576. package/types/enums/hdinsight/index.d.ts +2 -1
  577. package/types/enums/hdinsight/index.js +4 -2
  578. package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
  579. package/types/enums/hdinsight/v20230601preview/index.js +38 -0
  580. package/types/enums/hybridcompute/index.d.ts +1 -2
  581. package/types/enums/hybridcompute/index.js +2 -4
  582. package/types/enums/index.d.ts +3 -1
  583. package/types/enums/index.js +7 -3
  584. package/types/enums/managednetworkfabric/index.d.ts +3 -3
  585. package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
  586. package/types/enums/maps/index.d.ts +2 -1
  587. package/types/enums/maps/index.js +4 -2
  588. package/types/enums/maps/v20230601/index.d.ts +53 -0
  589. package/types/enums/maps/v20230601/index.js +35 -0
  590. package/types/enums/mobilepacketcore/index.d.ts +100 -0
  591. package/types/enums/mobilepacketcore/index.js +95 -0
  592. package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
  593. package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
  594. package/types/enums/resourceconnector/index.d.ts +0 -2
  595. package/types/enums/resourceconnector/index.js +1 -3
  596. package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
  597. package/types/enums/resourceconnector/v20221027/index.js +1 -3
  598. package/types/enums/storagetasks/index.d.ts +39 -0
  599. package/types/enums/storagetasks/index.js +30 -0
  600. package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
  601. package/types/enums/storagetasks/v20230101/index.js +27 -0
  602. package/types/input.d.ts +8228 -2058
  603. package/types/input.js +370 -20
  604. package/types/output.d.ts +31666 -22843
  605. package/types/output.js +370 -20
  606. package/containerstorage/getVolumeSnapshot.js +0 -29
  607. package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
  608. package/containerstorage/v20230301preview/index.js +0 -55
  609. package/containerstorage/v20230301preview/pool.js +0 -103
  610. package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
  611. package/containerstorage/volumeSnapshot.js +0 -94
  612. package/hybridcompute/getMachineRunCommand.d.ts +0 -123
  613. package/hybridcompute/getMachineRunCommand.js +0 -29
  614. package/hybridcompute/machineRunCommand.js +0 -103
  615. package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
  616. package/hybridcompute/v20230425preview/getMachine.js +0 -27
  617. package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
  618. package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
  619. package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
  620. package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
  621. package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
  622. package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
  623. package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
  624. package/hybridcompute/v20230425preview/index.d.ts +0 -31
  625. package/hybridcompute/v20230425preview/index.js +0 -69
  626. package/hybridcompute/v20230425preview/machine.d.ts +0 -258
  627. package/hybridcompute/v20230425preview/machine.js +0 -135
  628. package/hybridcompute/v20230425preview/machineExtension.js +0 -93
  629. package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
  630. package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
  631. package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
  632. package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
  633. package/types/enums/containerstorage/v20230301preview/index.js +0 -26
  634. package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
  635. package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
@@ -0,0 +1,300 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import * as enums from "../../types/enums";
5
+ /**
6
+ * Describes a Virtual Machine.
7
+ */
8
+ export declare class VirtualMachine extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing VirtualMachine resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): VirtualMachine;
18
+ /**
19
+ * Returns true if the given object is an instance of VirtualMachine. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is VirtualMachine;
23
+ /**
24
+ * Specifies additional capabilities enabled or disabled on the virtual machine.
25
+ */
26
+ readonly additionalCapabilities: pulumi.Output<outputs.compute.v20230701.AdditionalCapabilitiesResponse | undefined>;
27
+ /**
28
+ * Specifies the gallery applications that should be made available to the VM/VMSS.
29
+ */
30
+ readonly applicationProfile: pulumi.Output<outputs.compute.v20230701.ApplicationProfileResponse | undefined>;
31
+ /**
32
+ * Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set. This property cannot exist along with a non-null properties.virtualMachineScaleSet reference.
33
+ */
34
+ readonly availabilitySet: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
35
+ /**
36
+ * Specifies the billing related details of a Azure Spot virtual machine. Minimum api-version: 2019-03-01.
37
+ */
38
+ readonly billingProfile: pulumi.Output<outputs.compute.v20230701.BillingProfileResponse | undefined>;
39
+ /**
40
+ * Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum api-version: 2021-04-01.
41
+ */
42
+ readonly capacityReservation: pulumi.Output<outputs.compute.v20230701.CapacityReservationProfileResponse | undefined>;
43
+ /**
44
+ * Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
45
+ */
46
+ readonly diagnosticsProfile: pulumi.Output<outputs.compute.v20230701.DiagnosticsProfileResponse | undefined>;
47
+ /**
48
+ * Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
49
+ */
50
+ readonly evictionPolicy: pulumi.Output<string | undefined>;
51
+ /**
52
+ * The extended location of the Virtual Machine.
53
+ */
54
+ readonly extendedLocation: pulumi.Output<outputs.compute.v20230701.ExtendedLocationResponse | undefined>;
55
+ /**
56
+ * Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01.
57
+ */
58
+ readonly extensionsTimeBudget: pulumi.Output<string | undefined>;
59
+ /**
60
+ * Specifies the hardware settings for the virtual machine.
61
+ */
62
+ readonly hardwareProfile: pulumi.Output<outputs.compute.v20230701.HardwareProfileResponse | undefined>;
63
+ /**
64
+ * Specifies information about the dedicated host that the virtual machine resides in. Minimum api-version: 2018-10-01.
65
+ */
66
+ readonly host: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
67
+ /**
68
+ * Specifies information about the dedicated host group that the virtual machine resides in. **Note:** User cannot specify both host and hostGroup properties. Minimum api-version: 2020-06-01.
69
+ */
70
+ readonly hostGroup: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
71
+ /**
72
+ * The identity of the virtual machine, if configured.
73
+ */
74
+ readonly identity: pulumi.Output<outputs.compute.v20230701.VirtualMachineIdentityResponse | undefined>;
75
+ /**
76
+ * The virtual machine instance view.
77
+ */
78
+ readonly instanceView: pulumi.Output<outputs.compute.v20230701.VirtualMachineInstanceViewResponse>;
79
+ /**
80
+ * Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
81
+ */
82
+ readonly licenseType: pulumi.Output<string | undefined>;
83
+ /**
84
+ * Resource location
85
+ */
86
+ readonly location: pulumi.Output<string>;
87
+ /**
88
+ * Resource name
89
+ */
90
+ readonly name: pulumi.Output<string>;
91
+ /**
92
+ * Specifies the network interfaces of the virtual machine.
93
+ */
94
+ readonly networkProfile: pulumi.Output<outputs.compute.v20230701.NetworkProfileResponse | undefined>;
95
+ /**
96
+ * Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
97
+ */
98
+ readonly osProfile: pulumi.Output<outputs.compute.v20230701.OSProfileResponse | undefined>;
99
+ /**
100
+ * Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**.
101
+ */
102
+ readonly plan: pulumi.Output<outputs.compute.v20230701.PlanResponse | undefined>;
103
+ /**
104
+ * Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api‐version: 2020‐12‐01.
105
+ */
106
+ readonly platformFaultDomain: pulumi.Output<number | undefined>;
107
+ /**
108
+ * Specifies the priority for the virtual machine. Minimum api-version: 2019-03-01
109
+ */
110
+ readonly priority: pulumi.Output<string | undefined>;
111
+ /**
112
+ * The provisioning state, which only appears in the response.
113
+ */
114
+ readonly provisioningState: pulumi.Output<string>;
115
+ /**
116
+ * Specifies information about the proximity placement group that the virtual machine should be assigned to. Minimum api-version: 2018-04-01.
117
+ */
118
+ readonly proximityPlacementGroup: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
119
+ /**
120
+ * The virtual machine child extension resources.
121
+ */
122
+ readonly resources: pulumi.Output<outputs.compute.v20230701.VirtualMachineExtensionResponse[]>;
123
+ /**
124
+ * Specifies Scheduled Event related configurations.
125
+ */
126
+ readonly scheduledEventsProfile: pulumi.Output<outputs.compute.v20230701.ScheduledEventsProfileResponse | undefined>;
127
+ /**
128
+ * Specifies the Security related profile settings for the virtual machine.
129
+ */
130
+ readonly securityProfile: pulumi.Output<outputs.compute.v20230701.SecurityProfileResponse | undefined>;
131
+ /**
132
+ * Specifies the storage settings for the virtual machine disks.
133
+ */
134
+ readonly storageProfile: pulumi.Output<outputs.compute.v20230701.StorageProfileResponse | undefined>;
135
+ /**
136
+ * Resource tags
137
+ */
138
+ readonly tags: pulumi.Output<{
139
+ [key: string]: string;
140
+ } | undefined>;
141
+ /**
142
+ * Specifies the time at which the Virtual Machine resource was created. Minimum api-version: 2021-11-01.
143
+ */
144
+ readonly timeCreated: pulumi.Output<string>;
145
+ /**
146
+ * Resource type
147
+ */
148
+ readonly type: pulumi.Output<string>;
149
+ /**
150
+ * UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
151
+ */
152
+ readonly userData: pulumi.Output<string | undefined>;
153
+ /**
154
+ * Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api‐version: 2019‐03‐01.
155
+ */
156
+ readonly virtualMachineScaleSet: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
157
+ /**
158
+ * Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
159
+ */
160
+ readonly vmId: pulumi.Output<string>;
161
+ /**
162
+ * The virtual machine zones.
163
+ */
164
+ readonly zones: pulumi.Output<string[] | undefined>;
165
+ /**
166
+ * Create a VirtualMachine resource with the given unique name, arguments, and options.
167
+ *
168
+ * @param name The _unique_ name of the resource.
169
+ * @param args The arguments to use to populate this resource's properties.
170
+ * @param opts A bag of options that control this resource's behavior.
171
+ */
172
+ constructor(name: string, args: VirtualMachineArgs, opts?: pulumi.CustomResourceOptions);
173
+ }
174
+ /**
175
+ * The set of arguments for constructing a VirtualMachine resource.
176
+ */
177
+ export interface VirtualMachineArgs {
178
+ /**
179
+ * Specifies additional capabilities enabled or disabled on the virtual machine.
180
+ */
181
+ additionalCapabilities?: pulumi.Input<inputs.compute.v20230701.AdditionalCapabilitiesArgs>;
182
+ /**
183
+ * Specifies the gallery applications that should be made available to the VM/VMSS.
184
+ */
185
+ applicationProfile?: pulumi.Input<inputs.compute.v20230701.ApplicationProfileArgs>;
186
+ /**
187
+ * Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set. This property cannot exist along with a non-null properties.virtualMachineScaleSet reference.
188
+ */
189
+ availabilitySet?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
190
+ /**
191
+ * Specifies the billing related details of a Azure Spot virtual machine. Minimum api-version: 2019-03-01.
192
+ */
193
+ billingProfile?: pulumi.Input<inputs.compute.v20230701.BillingProfileArgs>;
194
+ /**
195
+ * Specifies information about the capacity reservation that is used to allocate virtual machine. Minimum api-version: 2021-04-01.
196
+ */
197
+ capacityReservation?: pulumi.Input<inputs.compute.v20230701.CapacityReservationProfileArgs>;
198
+ /**
199
+ * Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
200
+ */
201
+ diagnosticsProfile?: pulumi.Input<inputs.compute.v20230701.DiagnosticsProfileArgs>;
202
+ /**
203
+ * Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
204
+ */
205
+ evictionPolicy?: pulumi.Input<string | enums.compute.v20230701.VirtualMachineEvictionPolicyTypes>;
206
+ /**
207
+ * The extended location of the Virtual Machine.
208
+ */
209
+ extendedLocation?: pulumi.Input<inputs.compute.v20230701.ExtendedLocationArgs>;
210
+ /**
211
+ * Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01.
212
+ */
213
+ extensionsTimeBudget?: pulumi.Input<string>;
214
+ /**
215
+ * Specifies the hardware settings for the virtual machine.
216
+ */
217
+ hardwareProfile?: pulumi.Input<inputs.compute.v20230701.HardwareProfileArgs>;
218
+ /**
219
+ * Specifies information about the dedicated host that the virtual machine resides in. Minimum api-version: 2018-10-01.
220
+ */
221
+ host?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
222
+ /**
223
+ * Specifies information about the dedicated host group that the virtual machine resides in. **Note:** User cannot specify both host and hostGroup properties. Minimum api-version: 2020-06-01.
224
+ */
225
+ hostGroup?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
226
+ /**
227
+ * The identity of the virtual machine, if configured.
228
+ */
229
+ identity?: pulumi.Input<inputs.compute.v20230701.VirtualMachineIdentityArgs>;
230
+ /**
231
+ * Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
232
+ */
233
+ licenseType?: pulumi.Input<string>;
234
+ /**
235
+ * Resource location
236
+ */
237
+ location?: pulumi.Input<string>;
238
+ /**
239
+ * Specifies the network interfaces of the virtual machine.
240
+ */
241
+ networkProfile?: pulumi.Input<inputs.compute.v20230701.NetworkProfileArgs>;
242
+ /**
243
+ * Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.
244
+ */
245
+ osProfile?: pulumi.Input<inputs.compute.v20230701.OSProfileArgs>;
246
+ /**
247
+ * Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**.
248
+ */
249
+ plan?: pulumi.Input<inputs.compute.v20230701.PlanArgs>;
250
+ /**
251
+ * Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains. This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set. The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' greater than 1. This property cannot be updated once the Virtual Machine is created. Fault domain assignment can be viewed in the Virtual Machine Instance View. Minimum api‐version: 2020‐12‐01.
252
+ */
253
+ platformFaultDomain?: pulumi.Input<number>;
254
+ /**
255
+ * Specifies the priority for the virtual machine. Minimum api-version: 2019-03-01
256
+ */
257
+ priority?: pulumi.Input<string | enums.compute.v20230701.VirtualMachinePriorityTypes>;
258
+ /**
259
+ * Specifies information about the proximity placement group that the virtual machine should be assigned to. Minimum api-version: 2018-04-01.
260
+ */
261
+ proximityPlacementGroup?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
262
+ /**
263
+ * The name of the resource group.
264
+ */
265
+ resourceGroupName: pulumi.Input<string>;
266
+ /**
267
+ * Specifies Scheduled Event related configurations.
268
+ */
269
+ scheduledEventsProfile?: pulumi.Input<inputs.compute.v20230701.ScheduledEventsProfileArgs>;
270
+ /**
271
+ * Specifies the Security related profile settings for the virtual machine.
272
+ */
273
+ securityProfile?: pulumi.Input<inputs.compute.v20230701.SecurityProfileArgs>;
274
+ /**
275
+ * Specifies the storage settings for the virtual machine disks.
276
+ */
277
+ storageProfile?: pulumi.Input<inputs.compute.v20230701.StorageProfileArgs>;
278
+ /**
279
+ * Resource tags
280
+ */
281
+ tags?: pulumi.Input<{
282
+ [key: string]: pulumi.Input<string>;
283
+ }>;
284
+ /**
285
+ * UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
286
+ */
287
+ userData?: pulumi.Input<string>;
288
+ /**
289
+ * Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. This property cannot exist along with a non-null properties.availabilitySet reference. Minimum api‐version: 2019‐03‐01.
290
+ */
291
+ virtualMachineScaleSet?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
292
+ /**
293
+ * The name of the virtual machine.
294
+ */
295
+ vmName?: pulumi.Input<string>;
296
+ /**
297
+ * The virtual machine zones.
298
+ */
299
+ zones?: pulumi.Input<pulumi.Input<string>[]>;
300
+ }
@@ -0,0 +1,131 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi. ***
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.VirtualMachine = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Describes a Virtual Machine.
10
+ */
11
+ class VirtualMachine extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing VirtualMachine resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new VirtualMachine(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of VirtualMachine. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === VirtualMachine.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a VirtualMachine resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'resourceGroupName'");
46
+ }
47
+ resourceInputs["additionalCapabilities"] = args ? args.additionalCapabilities : undefined;
48
+ resourceInputs["applicationProfile"] = args ? args.applicationProfile : undefined;
49
+ resourceInputs["availabilitySet"] = args ? args.availabilitySet : undefined;
50
+ resourceInputs["billingProfile"] = args ? args.billingProfile : undefined;
51
+ resourceInputs["capacityReservation"] = args ? args.capacityReservation : undefined;
52
+ resourceInputs["diagnosticsProfile"] = args ? args.diagnosticsProfile : undefined;
53
+ resourceInputs["evictionPolicy"] = args ? args.evictionPolicy : undefined;
54
+ resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
55
+ resourceInputs["extensionsTimeBudget"] = args ? args.extensionsTimeBudget : undefined;
56
+ resourceInputs["hardwareProfile"] = args ? args.hardwareProfile : undefined;
57
+ resourceInputs["host"] = args ? args.host : undefined;
58
+ resourceInputs["hostGroup"] = args ? args.hostGroup : undefined;
59
+ resourceInputs["identity"] = args ? args.identity : undefined;
60
+ resourceInputs["licenseType"] = args ? args.licenseType : undefined;
61
+ resourceInputs["location"] = args ? args.location : undefined;
62
+ resourceInputs["networkProfile"] = args ? args.networkProfile : undefined;
63
+ resourceInputs["osProfile"] = args ? args.osProfile : undefined;
64
+ resourceInputs["plan"] = args ? args.plan : undefined;
65
+ resourceInputs["platformFaultDomain"] = args ? args.platformFaultDomain : undefined;
66
+ resourceInputs["priority"] = args ? args.priority : undefined;
67
+ resourceInputs["proximityPlacementGroup"] = args ? args.proximityPlacementGroup : undefined;
68
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
69
+ resourceInputs["scheduledEventsProfile"] = args ? args.scheduledEventsProfile : undefined;
70
+ resourceInputs["securityProfile"] = args ? args.securityProfile : undefined;
71
+ resourceInputs["storageProfile"] = args ? args.storageProfile : undefined;
72
+ resourceInputs["tags"] = args ? args.tags : undefined;
73
+ resourceInputs["userData"] = args ? args.userData : undefined;
74
+ resourceInputs["virtualMachineScaleSet"] = args ? args.virtualMachineScaleSet : undefined;
75
+ resourceInputs["vmName"] = args ? args.vmName : undefined;
76
+ resourceInputs["zones"] = args ? args.zones : undefined;
77
+ resourceInputs["instanceView"] = undefined /*out*/;
78
+ resourceInputs["name"] = undefined /*out*/;
79
+ resourceInputs["provisioningState"] = undefined /*out*/;
80
+ resourceInputs["resources"] = undefined /*out*/;
81
+ resourceInputs["timeCreated"] = undefined /*out*/;
82
+ resourceInputs["type"] = undefined /*out*/;
83
+ resourceInputs["vmId"] = undefined /*out*/;
84
+ }
85
+ else {
86
+ resourceInputs["additionalCapabilities"] = undefined /*out*/;
87
+ resourceInputs["applicationProfile"] = undefined /*out*/;
88
+ resourceInputs["availabilitySet"] = undefined /*out*/;
89
+ resourceInputs["billingProfile"] = undefined /*out*/;
90
+ resourceInputs["capacityReservation"] = undefined /*out*/;
91
+ resourceInputs["diagnosticsProfile"] = undefined /*out*/;
92
+ resourceInputs["evictionPolicy"] = undefined /*out*/;
93
+ resourceInputs["extendedLocation"] = undefined /*out*/;
94
+ resourceInputs["extensionsTimeBudget"] = undefined /*out*/;
95
+ resourceInputs["hardwareProfile"] = undefined /*out*/;
96
+ resourceInputs["host"] = undefined /*out*/;
97
+ resourceInputs["hostGroup"] = undefined /*out*/;
98
+ resourceInputs["identity"] = undefined /*out*/;
99
+ resourceInputs["instanceView"] = undefined /*out*/;
100
+ resourceInputs["licenseType"] = undefined /*out*/;
101
+ resourceInputs["location"] = undefined /*out*/;
102
+ resourceInputs["name"] = undefined /*out*/;
103
+ resourceInputs["networkProfile"] = undefined /*out*/;
104
+ resourceInputs["osProfile"] = undefined /*out*/;
105
+ resourceInputs["plan"] = undefined /*out*/;
106
+ resourceInputs["platformFaultDomain"] = undefined /*out*/;
107
+ resourceInputs["priority"] = undefined /*out*/;
108
+ resourceInputs["provisioningState"] = undefined /*out*/;
109
+ resourceInputs["proximityPlacementGroup"] = undefined /*out*/;
110
+ resourceInputs["resources"] = undefined /*out*/;
111
+ resourceInputs["scheduledEventsProfile"] = undefined /*out*/;
112
+ resourceInputs["securityProfile"] = undefined /*out*/;
113
+ resourceInputs["storageProfile"] = undefined /*out*/;
114
+ resourceInputs["tags"] = undefined /*out*/;
115
+ resourceInputs["timeCreated"] = undefined /*out*/;
116
+ resourceInputs["type"] = undefined /*out*/;
117
+ resourceInputs["userData"] = undefined /*out*/;
118
+ resourceInputs["virtualMachineScaleSet"] = undefined /*out*/;
119
+ resourceInputs["vmId"] = undefined /*out*/;
120
+ resourceInputs["zones"] = undefined /*out*/;
121
+ }
122
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
123
+ const aliasOpts = { aliases: [{ type: "azure-native:compute:VirtualMachine" }, { type: "azure-native:compute/v20150615:VirtualMachine" }, { type: "azure-native:compute/v20160330:VirtualMachine" }, { type: "azure-native:compute/v20160430preview:VirtualMachine" }, { type: "azure-native:compute/v20170330:VirtualMachine" }, { type: "azure-native:compute/v20171201:VirtualMachine" }, { type: "azure-native:compute/v20180401:VirtualMachine" }, { type: "azure-native:compute/v20180601:VirtualMachine" }, { type: "azure-native:compute/v20181001:VirtualMachine" }, { type: "azure-native:compute/v20190301:VirtualMachine" }, { type: "azure-native:compute/v20190701:VirtualMachine" }, { type: "azure-native:compute/v20191201:VirtualMachine" }, { type: "azure-native:compute/v20200601:VirtualMachine" }, { type: "azure-native:compute/v20201201:VirtualMachine" }, { type: "azure-native:compute/v20210301:VirtualMachine" }, { type: "azure-native:compute/v20210401:VirtualMachine" }, { type: "azure-native:compute/v20210701:VirtualMachine" }, { type: "azure-native:compute/v20211101:VirtualMachine" }, { type: "azure-native:compute/v20220301:VirtualMachine" }, { type: "azure-native:compute/v20220801:VirtualMachine" }, { type: "azure-native:compute/v20221101:VirtualMachine" }, { type: "azure-native:compute/v20230301:VirtualMachine" }] };
124
+ opts = pulumi.mergeOptions(opts, aliasOpts);
125
+ super(VirtualMachine.__pulumiType, name, resourceInputs, opts);
126
+ }
127
+ }
128
+ exports.VirtualMachine = VirtualMachine;
129
+ /** @internal */
130
+ VirtualMachine.__pulumiType = 'azure-native:compute/v20230701:VirtualMachine';
131
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlydHVhbE1hY2hpbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIzMDcwMS92aXJ0dWFsTWFjaGluZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLGNBQWUsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNyRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksY0FBYyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQzNFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxjQUFjLENBQUMsWUFBWSxDQUFDO0lBQy9ELENBQUM7SUErSUQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBd0IsRUFBRSxJQUFtQztRQUNuRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FB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
@@ -2,29 +2,29 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../../types/input";
3
3
  import * as outputs from "../../types/output";
4
4
  /**
5
- * Describes a Machine Extension.
5
+ * Describes a Virtual Machine Extension.
6
6
  */
7
- export declare class MachineExtension extends pulumi.CustomResource {
7
+ export declare class VirtualMachineExtension extends pulumi.CustomResource {
8
8
  /**
9
- * Get an existing MachineExtension resource's state with the given name, ID, and optional extra
9
+ * Get an existing VirtualMachineExtension resource's state with the given name, ID, and optional extra
10
10
  * properties used to qualify the lookup.
11
11
  *
12
12
  * @param name The _unique_ name of the resulting resource.
13
13
  * @param id The _unique_ provider ID of the resource to lookup.
14
14
  * @param opts Optional settings to control the behavior of the CustomResource.
15
15
  */
16
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MachineExtension;
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): VirtualMachineExtension;
17
17
  /**
18
- * Returns true if the given object is an instance of MachineExtension. This is designed to work even
18
+ * Returns true if the given object is an instance of VirtualMachineExtension. This is designed to work even
19
19
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
20
  */
21
- static isInstance(obj: any): obj is MachineExtension;
21
+ static isInstance(obj: any): obj is VirtualMachineExtension;
22
22
  /**
23
23
  * Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
24
24
  */
25
25
  readonly autoUpgradeMinorVersion: pulumi.Output<boolean | undefined>;
26
26
  /**
27
- * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
27
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
28
28
  */
29
29
  readonly enableAutomaticUpgrade: pulumi.Output<boolean | undefined>;
30
30
  /**
@@ -32,21 +32,29 @@ export declare class MachineExtension extends pulumi.CustomResource {
32
32
  */
33
33
  readonly forceUpdateTag: pulumi.Output<string | undefined>;
34
34
  /**
35
- * The machine extension instance view.
35
+ * The virtual machine extension instance view.
36
36
  */
37
- readonly instanceView: pulumi.Output<outputs.hybridcompute.v20230425preview.MachineExtensionInstanceViewResponse | undefined>;
37
+ readonly instanceView: pulumi.Output<outputs.compute.v20230701.VirtualMachineExtensionInstanceViewResponse | undefined>;
38
38
  /**
39
- * The geo-location where the resource lives
39
+ * Resource location
40
40
  */
41
- readonly location: pulumi.Output<string>;
41
+ readonly location: pulumi.Output<string | undefined>;
42
42
  /**
43
- * The name of the resource
43
+ * Resource name
44
44
  */
45
45
  readonly name: pulumi.Output<string>;
46
46
  /**
47
47
  * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
48
48
  */
49
49
  readonly protectedSettings: pulumi.Output<any | undefined>;
50
+ /**
51
+ * The extensions protected settings that are passed by reference, and consumed from key vault
52
+ */
53
+ readonly protectedSettingsFromKeyVault: pulumi.Output<outputs.compute.v20230701.KeyVaultSecretReferenceResponse | undefined>;
54
+ /**
55
+ * Collection of extension names after which this extension needs to be provisioned.
56
+ */
57
+ readonly provisionAfterExtensions: pulumi.Output<string[] | undefined>;
50
58
  /**
51
59
  * The provisioning state, which only appears in the response.
52
60
  */
@@ -60,17 +68,17 @@ export declare class MachineExtension extends pulumi.CustomResource {
60
68
  */
61
69
  readonly settings: pulumi.Output<any | undefined>;
62
70
  /**
63
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
+ * Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
64
72
  */
65
- readonly systemData: pulumi.Output<outputs.hybridcompute.v20230425preview.SystemDataResponse>;
73
+ readonly suppressFailures: pulumi.Output<boolean | undefined>;
66
74
  /**
67
- * Resource tags.
75
+ * Resource tags
68
76
  */
69
77
  readonly tags: pulumi.Output<{
70
78
  [key: string]: string;
71
79
  } | undefined>;
72
80
  /**
73
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
81
+ * Resource type
74
82
  */
75
83
  readonly type: pulumi.Output<string>;
76
84
  /**
@@ -78,56 +86,56 @@ export declare class MachineExtension extends pulumi.CustomResource {
78
86
  */
79
87
  readonly typeHandlerVersion: pulumi.Output<string | undefined>;
80
88
  /**
81
- * Create a MachineExtension resource with the given unique name, arguments, and options.
89
+ * Create a VirtualMachineExtension resource with the given unique name, arguments, and options.
82
90
  *
83
91
  * @param name The _unique_ name of the resource.
84
92
  * @param args The arguments to use to populate this resource's properties.
85
93
  * @param opts A bag of options that control this resource's behavior.
86
94
  */
87
- constructor(name: string, args: MachineExtensionArgs, opts?: pulumi.CustomResourceOptions);
95
+ constructor(name: string, args: VirtualMachineExtensionArgs, opts?: pulumi.CustomResourceOptions);
88
96
  }
89
97
  /**
90
- * The set of arguments for constructing a MachineExtension resource.
98
+ * The set of arguments for constructing a VirtualMachineExtension resource.
91
99
  */
92
- export interface MachineExtensionArgs {
100
+ export interface VirtualMachineExtensionArgs {
93
101
  /**
94
102
  * Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
95
103
  */
96
104
  autoUpgradeMinorVersion?: pulumi.Input<boolean>;
97
105
  /**
98
- * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
106
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
99
107
  */
100
108
  enableAutomaticUpgrade?: pulumi.Input<boolean>;
101
- /**
102
- * The name of the machine extension.
103
- */
104
- extensionName?: pulumi.Input<string>;
105
109
  /**
106
110
  * How the extension handler should be forced to update even if the extension configuration has not changed.
107
111
  */
108
112
  forceUpdateTag?: pulumi.Input<string>;
109
113
  /**
110
- * The machine extension instance view.
114
+ * The virtual machine extension instance view.
111
115
  */
112
- instanceView?: pulumi.Input<inputs.hybridcompute.v20230425preview.MachineExtensionInstanceViewArgs>;
116
+ instanceView?: pulumi.Input<inputs.compute.v20230701.VirtualMachineExtensionInstanceViewArgs>;
113
117
  /**
114
- * The geo-location where the resource lives
118
+ * Resource location
115
119
  */
116
120
  location?: pulumi.Input<string>;
117
- /**
118
- * The name of the machine where the extension should be created or updated.
119
- */
120
- machineName: pulumi.Input<string>;
121
121
  /**
122
122
  * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
123
123
  */
124
124
  protectedSettings?: any;
125
+ /**
126
+ * The extensions protected settings that are passed by reference, and consumed from key vault
127
+ */
128
+ protectedSettingsFromKeyVault?: pulumi.Input<inputs.compute.v20230701.KeyVaultSecretReferenceArgs>;
129
+ /**
130
+ * Collection of extension names after which this extension needs to be provisioned.
131
+ */
132
+ provisionAfterExtensions?: pulumi.Input<pulumi.Input<string>[]>;
125
133
  /**
126
134
  * The name of the extension handler publisher.
127
135
  */
128
136
  publisher?: pulumi.Input<string>;
129
137
  /**
130
- * The name of the resource group. The name is case insensitive.
138
+ * The name of the resource group.
131
139
  */
132
140
  resourceGroupName: pulumi.Input<string>;
133
141
  /**
@@ -135,7 +143,11 @@ export interface MachineExtensionArgs {
135
143
  */
136
144
  settings?: any;
137
145
  /**
138
- * Resource tags.
146
+ * Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
147
+ */
148
+ suppressFailures?: pulumi.Input<boolean>;
149
+ /**
150
+ * Resource tags
139
151
  */
140
152
  tags?: pulumi.Input<{
141
153
  [key: string]: pulumi.Input<string>;
@@ -148,4 +160,12 @@ export interface MachineExtensionArgs {
148
160
  * Specifies the version of the script handler.
149
161
  */
150
162
  typeHandlerVersion?: pulumi.Input<string>;
163
+ /**
164
+ * The name of the virtual machine extension.
165
+ */
166
+ vmExtensionName?: pulumi.Input<string>;
167
+ /**
168
+ * The name of the virtual machine where the extension should be created or updated.
169
+ */
170
+ vmName: pulumi.Input<string>;
151
171
  }