@pulumi/azure-native 2.21.2 → 2.22.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 (584) hide show
  1. package/appconfiguration/configurationStore.d.ts +1 -1
  2. package/appconfiguration/configurationStore.js +3 -3
  3. package/appconfiguration/getConfigurationStore.d.ts +2 -2
  4. package/appconfiguration/getConfigurationStore.js +2 -2
  5. package/appconfiguration/getKeyValue.d.ts +4 -0
  6. package/appconfiguration/getKeyValue.js +5 -1
  7. package/appconfiguration/getPrivateEndpointConnection.d.ts +4 -0
  8. package/appconfiguration/getPrivateEndpointConnection.js +5 -1
  9. package/appconfiguration/getReplica.d.ts +4 -0
  10. package/appconfiguration/getReplica.js +5 -1
  11. package/appconfiguration/index.d.ts +2 -1
  12. package/appconfiguration/index.js +4 -2
  13. package/appconfiguration/keyValue.d.ts +2 -0
  14. package/appconfiguration/keyValue.js +4 -2
  15. package/appconfiguration/listConfigurationStoreKeys.d.ts +2 -2
  16. package/appconfiguration/listConfigurationStoreKeys.js +2 -2
  17. package/appconfiguration/privateEndpointConnection.d.ts +2 -0
  18. package/appconfiguration/privateEndpointConnection.js +4 -2
  19. package/appconfiguration/replica.d.ts +2 -0
  20. package/appconfiguration/replica.js +4 -2
  21. package/appconfiguration/v20230301/configurationStore.js +2 -2
  22. package/appconfiguration/v20230301/keyValue.js +2 -2
  23. package/appconfiguration/v20230301/privateEndpointConnection.js +2 -2
  24. package/appconfiguration/v20230301/replica.js +2 -2
  25. package/appconfiguration/v20230801preview/configurationStore.d.ts +160 -0
  26. package/appconfiguration/v20230801preview/configurationStore.js +100 -0
  27. package/appconfiguration/v20230801preview/getConfigurationStore.d.ts +109 -0
  28. package/appconfiguration/v20230801preview/getConfigurationStore.js +26 -0
  29. package/appconfiguration/v20230801preview/getKeyValue.d.ts +92 -0
  30. package/appconfiguration/v20230801preview/getKeyValue.js +27 -0
  31. package/appconfiguration/v20230801preview/getPrivateEndpointConnection.d.ts +67 -0
  32. package/appconfiguration/v20230801preview/getPrivateEndpointConnection.js +27 -0
  33. package/appconfiguration/v20230801preview/getReplica.d.ts +71 -0
  34. package/appconfiguration/v20230801preview/getReplica.js +27 -0
  35. package/appconfiguration/v20230801preview/index.d.ts +28 -0
  36. package/appconfiguration/v20230801preview/index.js +65 -0
  37. package/appconfiguration/v20230801preview/keyValue.d.ts +106 -0
  38. package/appconfiguration/v20230801preview/keyValue.js +85 -0
  39. package/appconfiguration/v20230801preview/listConfigurationStoreKeys.d.ts +51 -0
  40. package/appconfiguration/v20230801preview/listConfigurationStoreKeys.js +27 -0
  41. package/appconfiguration/v20230801preview/privateEndpointConnection.d.ts +75 -0
  42. package/appconfiguration/v20230801preview/privateEndpointConnection.js +78 -0
  43. package/appconfiguration/v20230801preview/replica.d.ts +74 -0
  44. package/appconfiguration/v20230801preview/replica.js +77 -0
  45. package/azurestackhci/arcSetting.d.ts +1 -1
  46. package/azurestackhci/arcSetting.js +3 -3
  47. package/azurestackhci/cluster.d.ts +1 -1
  48. package/azurestackhci/cluster.js +3 -3
  49. package/azurestackhci/deploymentSetting.d.ts +2 -0
  50. package/azurestackhci/deploymentSetting.js +4 -2
  51. package/azurestackhci/edgeDevice.d.ts +2 -0
  52. package/azurestackhci/edgeDevice.js +4 -2
  53. package/azurestackhci/extension.d.ts +1 -1
  54. package/azurestackhci/extension.js +3 -3
  55. package/azurestackhci/getArcSetting.d.ts +2 -2
  56. package/azurestackhci/getArcSetting.js +2 -2
  57. package/azurestackhci/getCluster.d.ts +2 -2
  58. package/azurestackhci/getCluster.js +2 -2
  59. package/azurestackhci/getDeploymentSetting.d.ts +4 -0
  60. package/azurestackhci/getDeploymentSetting.js +5 -1
  61. package/azurestackhci/getEdgeDevice.d.ts +4 -0
  62. package/azurestackhci/getEdgeDevice.js +5 -1
  63. package/azurestackhci/getExtension.d.ts +2 -2
  64. package/azurestackhci/getExtension.js +2 -2
  65. package/azurestackhci/getSecuritySetting.d.ts +73 -0
  66. package/azurestackhci/getSecuritySetting.js +29 -0
  67. package/azurestackhci/getUpdate.d.ts +2 -2
  68. package/azurestackhci/getUpdate.js +2 -2
  69. package/azurestackhci/getUpdateRun.d.ts +2 -2
  70. package/azurestackhci/getUpdateRun.js +2 -2
  71. package/azurestackhci/getUpdateSummary.d.ts +2 -2
  72. package/azurestackhci/getUpdateSummary.js +2 -2
  73. package/azurestackhci/index.d.ts +8 -1
  74. package/azurestackhci/index.js +12 -3
  75. package/azurestackhci/securitySetting.d.ts +76 -0
  76. package/azurestackhci/securitySetting.js +79 -0
  77. package/azurestackhci/update.d.ts +1 -1
  78. package/azurestackhci/update.js +3 -3
  79. package/azurestackhci/updateRun.d.ts +1 -1
  80. package/azurestackhci/updateRun.js +3 -3
  81. package/azurestackhci/updateSummary.d.ts +1 -1
  82. package/azurestackhci/updateSummary.js +3 -3
  83. package/azurestackhci/v20210901preview/arcSetting.js +2 -2
  84. package/azurestackhci/v20220101/cluster.js +2 -2
  85. package/azurestackhci/v20220901/cluster.js +2 -2
  86. package/azurestackhci/v20221215preview/arcSetting.js +2 -2
  87. package/azurestackhci/v20221215preview/cluster.js +2 -2
  88. package/azurestackhci/v20221215preview/extension.js +2 -2
  89. package/azurestackhci/v20221215preview/update.js +2 -2
  90. package/azurestackhci/v20221215preview/updateRun.js +2 -2
  91. package/azurestackhci/v20221215preview/updateSummary.js +2 -2
  92. package/azurestackhci/v20230301/arcSetting.js +2 -2
  93. package/azurestackhci/v20230301/cluster.js +2 -2
  94. package/azurestackhci/v20230301/extension.js +2 -2
  95. package/azurestackhci/v20230301/update.js +2 -2
  96. package/azurestackhci/v20230301/updateRun.js +2 -2
  97. package/azurestackhci/v20230301/updateSummary.js +2 -2
  98. package/azurestackhci/v20230601/arcSetting.js +2 -2
  99. package/azurestackhci/v20230601/cluster.js +2 -2
  100. package/azurestackhci/v20230601/extension.js +2 -2
  101. package/azurestackhci/v20230601/update.js +2 -2
  102. package/azurestackhci/v20230601/updateRun.js +2 -2
  103. package/azurestackhci/v20230601/updateSummary.js +2 -2
  104. package/azurestackhci/v20230801/arcSetting.js +2 -2
  105. package/azurestackhci/v20230801/cluster.js +2 -2
  106. package/azurestackhci/v20230801/extension.js +2 -2
  107. package/azurestackhci/v20230801/update.js +2 -2
  108. package/azurestackhci/v20230801/updateRun.js +2 -2
  109. package/azurestackhci/v20230801/updateSummary.js +2 -2
  110. package/azurestackhci/v20230801preview/arcSetting.js +2 -2
  111. package/azurestackhci/v20230801preview/cluster.js +2 -2
  112. package/azurestackhci/v20230801preview/deploymentSetting.js +2 -2
  113. package/azurestackhci/v20230801preview/edgeDevice.js +2 -2
  114. package/azurestackhci/v20230801preview/extension.js +2 -2
  115. package/azurestackhci/v20230801preview/update.js +2 -2
  116. package/azurestackhci/v20230801preview/updateRun.js +2 -2
  117. package/azurestackhci/v20230801preview/updateSummary.js +2 -2
  118. package/azurestackhci/v20231101preview/arcSetting.d.ts +123 -0
  119. package/azurestackhci/v20231101preview/arcSetting.js +91 -0
  120. package/azurestackhci/v20231101preview/cluster.d.ts +206 -0
  121. package/azurestackhci/v20231101preview/cluster.js +120 -0
  122. package/azurestackhci/v20231101preview/deploymentSetting.d.ts +92 -0
  123. package/azurestackhci/v20231101preview/deploymentSetting.js +90 -0
  124. package/azurestackhci/v20231101preview/edgeDevice.d.ts +67 -0
  125. package/azurestackhci/v20231101preview/edgeDevice.js +74 -0
  126. package/azurestackhci/v20231101preview/extension.d.ts +138 -0
  127. package/azurestackhci/v20231101preview/extension.js +97 -0
  128. package/azurestackhci/v20231101preview/getArcSetting.d.ts +99 -0
  129. package/azurestackhci/v20231101preview/getArcSetting.js +27 -0
  130. package/azurestackhci/v20231101preview/getCluster.d.ts +155 -0
  131. package/azurestackhci/v20231101preview/getCluster.js +26 -0
  132. package/azurestackhci/v20231101preview/getDeploymentSetting.d.ts +79 -0
  133. package/azurestackhci/v20231101preview/getDeploymentSetting.js +27 -0
  134. package/azurestackhci/v20231101preview/getEdgeDevice.d.ts +59 -0
  135. package/azurestackhci/v20231101preview/getEdgeDevice.js +26 -0
  136. package/azurestackhci/v20231101preview/getExtension.d.ts +111 -0
  137. package/azurestackhci/v20231101preview/getExtension.js +28 -0
  138. package/azurestackhci/v20231101preview/getSecuritySetting.d.ts +71 -0
  139. package/azurestackhci/v20231101preview/getSecuritySetting.js +27 -0
  140. package/azurestackhci/v20231101preview/getUpdate.d.ts +131 -0
  141. package/azurestackhci/v20231101preview/getUpdate.js +27 -0
  142. package/azurestackhci/v20231101preview/getUpdateRun.d.ts +119 -0
  143. package/azurestackhci/v20231101preview/getUpdateRun.js +28 -0
  144. package/azurestackhci/v20231101preview/getUpdateSummary.d.ts +87 -0
  145. package/azurestackhci/v20231101preview/getUpdateSummary.js +26 -0
  146. package/azurestackhci/v20231101preview/index.d.ts +55 -0
  147. package/azurestackhci/v20231101preview/index.js +97 -0
  148. package/azurestackhci/v20231101preview/securitySetting.d.ts +75 -0
  149. package/azurestackhci/v20231101preview/securitySetting.js +78 -0
  150. package/azurestackhci/v20231101preview/update.d.ts +200 -0
  151. package/azurestackhci/v20231101preview/update.js +107 -0
  152. package/azurestackhci/v20231101preview/updateRun.d.ts +168 -0
  153. package/azurestackhci/v20231101preview/updateRun.js +101 -0
  154. package/azurestackhci/v20231101preview/updateSummary.d.ts +123 -0
  155. package/azurestackhci/v20231101preview/updateSummary.js +88 -0
  156. package/compute/availabilitySet.d.ts +1 -1
  157. package/compute/availabilitySet.js +3 -3
  158. package/compute/capacityReservation.d.ts +1 -1
  159. package/compute/capacityReservation.js +3 -3
  160. package/compute/capacityReservationGroup.d.ts +1 -1
  161. package/compute/capacityReservationGroup.js +3 -3
  162. package/compute/dedicatedHost.d.ts +1 -1
  163. package/compute/dedicatedHost.js +3 -3
  164. package/compute/dedicatedHostGroup.d.ts +1 -1
  165. package/compute/dedicatedHostGroup.js +3 -3
  166. package/compute/getAvailabilitySet.d.ts +2 -2
  167. package/compute/getAvailabilitySet.js +2 -2
  168. package/compute/getCapacityReservation.d.ts +2 -2
  169. package/compute/getCapacityReservation.js +2 -2
  170. package/compute/getCapacityReservationGroup.d.ts +2 -2
  171. package/compute/getCapacityReservationGroup.js +2 -2
  172. package/compute/getDedicatedHost.d.ts +2 -2
  173. package/compute/getDedicatedHost.js +2 -2
  174. package/compute/getDedicatedHostGroup.d.ts +2 -2
  175. package/compute/getDedicatedHostGroup.js +2 -2
  176. package/compute/getImage.d.ts +2 -2
  177. package/compute/getImage.js +2 -2
  178. package/compute/getLogAnalyticExportRequestRateByInterval.d.ts +2 -2
  179. package/compute/getLogAnalyticExportRequestRateByInterval.js +2 -2
  180. package/compute/getLogAnalyticExportThrottledRequests.d.ts +2 -2
  181. package/compute/getLogAnalyticExportThrottledRequests.js +2 -2
  182. package/compute/getProximityPlacementGroup.d.ts +2 -2
  183. package/compute/getProximityPlacementGroup.js +2 -2
  184. package/compute/getRestorePoint.d.ts +2 -2
  185. package/compute/getRestorePoint.js +2 -2
  186. package/compute/getRestorePointCollection.d.ts +2 -2
  187. package/compute/getRestorePointCollection.js +2 -2
  188. package/compute/getSshPublicKey.d.ts +2 -2
  189. package/compute/getSshPublicKey.js +2 -2
  190. package/compute/getVirtualMachine.d.ts +2 -2
  191. package/compute/getVirtualMachine.js +2 -2
  192. package/compute/getVirtualMachineExtension.d.ts +2 -2
  193. package/compute/getVirtualMachineExtension.js +2 -2
  194. package/compute/getVirtualMachineRunCommandByVirtualMachine.d.ts +2 -2
  195. package/compute/getVirtualMachineRunCommandByVirtualMachine.js +2 -2
  196. package/compute/getVirtualMachineScaleSet.d.ts +2 -2
  197. package/compute/getVirtualMachineScaleSet.js +2 -2
  198. package/compute/getVirtualMachineScaleSetExtension.d.ts +2 -2
  199. package/compute/getVirtualMachineScaleSetExtension.js +2 -2
  200. package/compute/getVirtualMachineScaleSetVM.d.ts +2 -2
  201. package/compute/getVirtualMachineScaleSetVM.js +2 -2
  202. package/compute/getVirtualMachineScaleSetVMExtension.d.ts +2 -2
  203. package/compute/getVirtualMachineScaleSetVMExtension.js +2 -2
  204. package/compute/getVirtualMachineScaleSetVMRunCommand.d.ts +2 -2
  205. package/compute/getVirtualMachineScaleSetVMRunCommand.js +2 -2
  206. package/compute/image.d.ts +1 -1
  207. package/compute/image.js +3 -3
  208. package/compute/index.d.ts +2 -1
  209. package/compute/index.js +4 -2
  210. package/compute/proximityPlacementGroup.d.ts +1 -1
  211. package/compute/proximityPlacementGroup.js +3 -3
  212. package/compute/restorePoint.d.ts +1 -1
  213. package/compute/restorePoint.js +3 -3
  214. package/compute/restorePointCollection.d.ts +1 -1
  215. package/compute/restorePointCollection.js +3 -3
  216. package/compute/sshPublicKey.d.ts +1 -1
  217. package/compute/sshPublicKey.js +3 -3
  218. package/compute/v20211101/restorePoint.js +2 -2
  219. package/compute/v20211101/virtualMachineExtension.js +2 -2
  220. package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
  221. package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
  222. package/compute/v20221101/restorePoint.js +2 -2
  223. package/compute/v20230301/availabilitySet.js +2 -2
  224. package/compute/v20230301/capacityReservation.js +2 -2
  225. package/compute/v20230301/capacityReservationGroup.js +2 -2
  226. package/compute/v20230301/dedicatedHost.js +2 -2
  227. package/compute/v20230301/dedicatedHostGroup.js +2 -2
  228. package/compute/v20230301/image.js +2 -2
  229. package/compute/v20230301/proximityPlacementGroup.js +2 -2
  230. package/compute/v20230301/restorePoint.js +2 -2
  231. package/compute/v20230301/restorePointCollection.js +2 -2
  232. package/compute/v20230301/sshPublicKey.js +2 -2
  233. package/compute/v20230301/virtualMachine.js +2 -2
  234. package/compute/v20230301/virtualMachineExtension.js +2 -2
  235. package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
  236. package/compute/v20230301/virtualMachineScaleSet.js +2 -2
  237. package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
  238. package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
  239. package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
  240. package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
  241. package/compute/v20230701/availabilitySet.js +2 -2
  242. package/compute/v20230701/capacityReservation.js +2 -2
  243. package/compute/v20230701/capacityReservationGroup.js +2 -2
  244. package/compute/v20230701/dedicatedHost.js +2 -2
  245. package/compute/v20230701/dedicatedHostGroup.js +2 -2
  246. package/compute/v20230701/image.js +2 -2
  247. package/compute/v20230701/proximityPlacementGroup.js +2 -2
  248. package/compute/v20230701/restorePoint.js +2 -2
  249. package/compute/v20230701/restorePointCollection.js +2 -2
  250. package/compute/v20230701/sshPublicKey.js +2 -2
  251. package/compute/v20230701/virtualMachine.js +2 -2
  252. package/compute/v20230701/virtualMachineExtension.js +2 -2
  253. package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +2 -2
  254. package/compute/v20230701/virtualMachineScaleSet.js +2 -2
  255. package/compute/v20230701/virtualMachineScaleSetExtension.js +2 -2
  256. package/compute/v20230701/virtualMachineScaleSetVM.js +2 -2
  257. package/compute/v20230701/virtualMachineScaleSetVMExtension.js +2 -2
  258. package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +2 -2
  259. package/compute/v20230901/availabilitySet.d.ts +115 -0
  260. package/compute/v20230901/availabilitySet.js +81 -0
  261. package/compute/v20230901/capacityReservation.d.ts +119 -0
  262. package/compute/v20230901/capacityReservation.js +94 -0
  263. package/compute/v20230901/capacityReservationGroup.d.ts +99 -0
  264. package/compute/v20230901/capacityReservationGroup.js +79 -0
  265. package/compute/v20230901/dedicatedHost.d.ts +132 -0
  266. package/compute/v20230901/dedicatedHost.js +96 -0
  267. package/compute/v20230901/dedicatedHostGroup.d.ts +111 -0
  268. package/compute/v20230901/dedicatedHostGroup.js +84 -0
  269. package/compute/v20230901/getAvailabilitySet.d.ts +81 -0
  270. package/compute/v20230901/getAvailabilitySet.js +26 -0
  271. package/compute/v20230901/getCapacityReservation.d.ts +109 -0
  272. package/compute/v20230901/getCapacityReservation.js +28 -0
  273. package/compute/v20230901/getCapacityReservationGroup.d.ts +85 -0
  274. package/compute/v20230901/getCapacityReservationGroup.js +27 -0
  275. package/compute/v20230901/getDedicatedHost.d.ts +113 -0
  276. package/compute/v20230901/getDedicatedHost.js +28 -0
  277. package/compute/v20230901/getDedicatedHostGroup.d.ts +89 -0
  278. package/compute/v20230901/getDedicatedHostGroup.js +27 -0
  279. package/compute/v20230901/getImage.d.ts +85 -0
  280. package/compute/v20230901/getImage.js +27 -0
  281. package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
  282. package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.js +34 -0
  283. package/compute/v20230901/getLogAnalyticExportThrottledRequests.d.ts +95 -0
  284. package/compute/v20230901/getLogAnalyticExportThrottledRequests.js +33 -0
  285. package/compute/v20230901/getProximityPlacementGroup.d.ts +93 -0
  286. package/compute/v20230901/getProximityPlacementGroup.js +27 -0
  287. package/compute/v20230901/getRestorePoint.d.ts +91 -0
  288. package/compute/v20230901/getRestorePoint.js +28 -0
  289. package/compute/v20230901/getRestorePointCollection.d.ts +81 -0
  290. package/compute/v20230901/getRestorePointCollection.js +27 -0
  291. package/compute/v20230901/getSshPublicKey.d.ts +60 -0
  292. package/compute/v20230901/getSshPublicKey.js +26 -0
  293. package/compute/v20230901/getVirtualMachine.d.ts +197 -0
  294. package/compute/v20230901/getVirtualMachine.js +27 -0
  295. package/compute/v20230901/getVirtualMachineExtension.d.ts +121 -0
  296. package/compute/v20230901/getVirtualMachineExtension.js +28 -0
  297. package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
  298. package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
  299. package/compute/v20230901/getVirtualMachineScaleSet.d.ts +169 -0
  300. package/compute/v20230901/getVirtualMachineScaleSet.js +27 -0
  301. package/compute/v20230901/getVirtualMachineScaleSetExtension.d.ts +107 -0
  302. package/compute/v20230901/getVirtualMachineScaleSetExtension.js +28 -0
  303. package/compute/v20230901/getVirtualMachineScaleSetVM.d.ts +173 -0
  304. package/compute/v20230901/getVirtualMachineScaleSetVM.js +28 -0
  305. package/compute/v20230901/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
  306. package/compute/v20230901/getVirtualMachineScaleSetVMExtension.js +29 -0
  307. package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
  308. package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.js +29 -0
  309. package/compute/v20230901/image.d.ts +108 -0
  310. package/compute/v20230901/image.js +79 -0
  311. package/compute/v20230901/index.d.ts +115 -0
  312. package/compute/v20230901/index.js +167 -0
  313. package/compute/v20230901/proximityPlacementGroup.d.ts +116 -0
  314. package/compute/v20230901/proximityPlacementGroup.js +83 -0
  315. package/compute/v20230901/restorePoint.d.ts +104 -0
  316. package/compute/v20230901/restorePoint.js +83 -0
  317. package/compute/v20230901/restorePointCollection.d.ts +91 -0
  318. package/compute/v20230901/restorePointCollection.js +77 -0
  319. package/compute/v20230901/sshPublicKey.d.ts +77 -0
  320. package/compute/v20230901/sshPublicKey.js +71 -0
  321. package/compute/v20230901/virtualMachine.d.ts +308 -0
  322. package/compute/v20230901/virtualMachine.js +135 -0
  323. package/compute/v20230901/virtualMachineExtension.d.ts +171 -0
  324. package/compute/v20230901/virtualMachineExtension.js +97 -0
  325. package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.d.ts +179 -0
  326. package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.js +102 -0
  327. package/compute/v20230901/virtualMachineScaleSet.d.ts +264 -0
  328. package/compute/v20230901/virtualMachineScaleSet.js +121 -0
  329. package/compute/v20230901/virtualMachineScaleSetExtension.d.ts +147 -0
  330. package/compute/v20230901/virtualMachineScaleSetExtension.js +91 -0
  331. package/compute/v20230901/virtualMachineScaleSetVM.d.ts +231 -0
  332. package/compute/v20230901/virtualMachineScaleSetVM.js +122 -0
  333. package/compute/v20230901/virtualMachineScaleSetVMExtension.d.ts +163 -0
  334. package/compute/v20230901/virtualMachineScaleSetVMExtension.js +99 -0
  335. package/compute/v20230901/virtualMachineScaleSetVMRunCommand.d.ts +183 -0
  336. package/compute/v20230901/virtualMachineScaleSetVMRunCommand.js +106 -0
  337. package/compute/virtualMachine.d.ts +1 -1
  338. package/compute/virtualMachine.js +3 -3
  339. package/compute/virtualMachineExtension.d.ts +1 -1
  340. package/compute/virtualMachineExtension.js +3 -3
  341. package/compute/virtualMachineRunCommandByVirtualMachine.d.ts +1 -1
  342. package/compute/virtualMachineRunCommandByVirtualMachine.js +3 -3
  343. package/compute/virtualMachineScaleSet.d.ts +1 -1
  344. package/compute/virtualMachineScaleSet.js +3 -3
  345. package/compute/virtualMachineScaleSetExtension.d.ts +1 -1
  346. package/compute/virtualMachineScaleSetExtension.js +3 -3
  347. package/compute/virtualMachineScaleSetVM.d.ts +1 -1
  348. package/compute/virtualMachineScaleSetVM.js +3 -3
  349. package/compute/virtualMachineScaleSetVMExtension.d.ts +1 -1
  350. package/compute/virtualMachineScaleSetVMExtension.js +3 -3
  351. package/compute/virtualMachineScaleSetVMRunCommand.d.ts +1 -1
  352. package/compute/virtualMachineScaleSetVMRunCommand.js +3 -3
  353. package/databox/getJob.d.ts +2 -2
  354. package/databox/getJob.js +2 -2
  355. package/databox/index.d.ts +2 -1
  356. package/databox/index.js +4 -2
  357. package/databox/job.d.ts +1 -1
  358. package/databox/job.js +3 -3
  359. package/databox/listJobCredentials.d.ts +2 -2
  360. package/databox/listJobCredentials.js +2 -2
  361. package/databox/v20221201/job.js +2 -2
  362. package/databox/v20230301/job.js +2 -2
  363. package/databox/v20231201/getJob.d.ts +141 -0
  364. package/databox/v20231201/getJob.js +27 -0
  365. package/databox/v20231201/index.d.ts +10 -0
  366. package/databox/v20231201/index.js +44 -0
  367. package/databox/v20231201/job.d.ts +172 -0
  368. package/databox/v20231201/job.js +115 -0
  369. package/databox/v20231201/listJobCredentials.d.ts +43 -0
  370. package/databox/v20231201/listJobCredentials.js +26 -0
  371. package/dataprotection/backupInstance.d.ts +1 -1
  372. package/dataprotection/backupInstance.js +3 -3
  373. package/dataprotection/backupPolicy.d.ts +1 -1
  374. package/dataprotection/backupPolicy.js +3 -3
  375. package/dataprotection/backupVault.d.ts +1 -1
  376. package/dataprotection/backupVault.js +3 -3
  377. package/dataprotection/dppResourceGuardProxy.d.ts +1 -1
  378. package/dataprotection/dppResourceGuardProxy.js +3 -3
  379. package/dataprotection/getBackupInstance.d.ts +2 -2
  380. package/dataprotection/getBackupInstance.js +2 -2
  381. package/dataprotection/getBackupPolicy.d.ts +2 -2
  382. package/dataprotection/getBackupPolicy.js +2 -2
  383. package/dataprotection/getBackupVault.d.ts +2 -2
  384. package/dataprotection/getBackupVault.js +2 -2
  385. package/dataprotection/getDppResourceGuardProxy.d.ts +2 -2
  386. package/dataprotection/getDppResourceGuardProxy.js +2 -2
  387. package/dataprotection/getResourceGuard.d.ts +2 -2
  388. package/dataprotection/getResourceGuard.js +2 -2
  389. package/dataprotection/index.d.ts +1 -2
  390. package/dataprotection/index.js +2 -4
  391. package/dataprotection/resourceGuard.d.ts +1 -1
  392. package/dataprotection/resourceGuard.js +3 -3
  393. package/dataprotection/v20221101preview/resourceGuard.js +2 -2
  394. package/dataprotection/v20230101/backupInstance.js +2 -2
  395. package/dataprotection/v20230101/backupPolicy.js +2 -2
  396. package/dataprotection/v20230101/backupVault.js +2 -2
  397. package/dataprotection/v20230101/dppResourceGuardProxy.js +2 -2
  398. package/dataprotection/v20230101/resourceGuard.js +2 -2
  399. package/dataprotection/v20230401preview/backupInstance.js +2 -2
  400. package/dataprotection/v20230401preview/backupPolicy.js +2 -2
  401. package/dataprotection/v20230401preview/backupVault.js +2 -2
  402. package/dataprotection/v20230401preview/dppResourceGuardProxy.js +2 -2
  403. package/dataprotection/v20230401preview/resourceGuard.js +2 -2
  404. package/dataprotection/v20230501/backupInstance.js +2 -2
  405. package/dataprotection/v20230501/backupPolicy.js +2 -2
  406. package/dataprotection/v20230501/backupVault.js +2 -2
  407. package/dataprotection/v20230501/dppResourceGuardProxy.js +2 -2
  408. package/dataprotection/v20230501/resourceGuard.js +2 -2
  409. package/dataprotection/v20230601preview/backupInstance.js +2 -2
  410. package/dataprotection/v20230601preview/backupPolicy.js +2 -2
  411. package/dataprotection/v20230601preview/backupVault.js +2 -2
  412. package/dataprotection/v20230601preview/dppResourceGuardProxy.js +2 -2
  413. package/dataprotection/v20230601preview/resourceGuard.js +2 -2
  414. package/dataprotection/v20230801preview/backupInstance.js +2 -2
  415. package/dataprotection/v20230801preview/backupPolicy.js +2 -2
  416. package/dataprotection/v20230801preview/backupVault.js +2 -2
  417. package/dataprotection/v20230801preview/dppResourceGuardProxy.js +2 -2
  418. package/dataprotection/v20230801preview/resourceGuard.js +2 -2
  419. package/dataprotection/v20231101/backupInstance.js +2 -2
  420. package/dataprotection/v20231101/backupPolicy.js +2 -2
  421. package/dataprotection/v20231101/backupVault.js +2 -2
  422. package/dataprotection/v20231101/dppResourceGuardProxy.js +2 -2
  423. package/dataprotection/v20231101/resourceGuard.js +2 -2
  424. package/kubernetes/connectedCluster.d.ts +1 -1
  425. package/kubernetes/connectedCluster.js +3 -3
  426. package/kubernetes/getConnectedCluster.d.ts +2 -2
  427. package/kubernetes/getConnectedCluster.js +2 -2
  428. package/kubernetes/index.d.ts +2 -1
  429. package/kubernetes/index.js +4 -2
  430. package/kubernetes/listConnectedClusterUserCredential.d.ts +2 -2
  431. package/kubernetes/listConnectedClusterUserCredential.js +2 -2
  432. package/kubernetes/v20220501preview/connectedCluster.js +2 -2
  433. package/kubernetes/v20221001preview/connectedCluster.js +2 -2
  434. package/kubernetes/v20231101preview/connectedCluster.js +2 -2
  435. package/kubernetes/v20240101/connectedCluster.d.ts +210 -0
  436. package/kubernetes/v20240101/connectedCluster.js +121 -0
  437. package/kubernetes/v20240101/getConnectedCluster.d.ts +147 -0
  438. package/kubernetes/v20240101/getConnectedCluster.js +26 -0
  439. package/kubernetes/v20240101/index.d.ts +10 -0
  440. package/kubernetes/v20240101/index.js +44 -0
  441. package/kubernetes/v20240101/listConnectedClusterUserCredential.d.ts +60 -0
  442. package/kubernetes/v20240101/listConnectedClusterUserCredential.js +28 -0
  443. package/maintenance/configurationAssignment.d.ts +1 -1
  444. package/maintenance/configurationAssignment.js +3 -3
  445. package/maintenance/configurationAssignmentParent.d.ts +1 -1
  446. package/maintenance/configurationAssignmentParent.js +3 -3
  447. package/maintenance/configurationAssignmentsForResourceGroup.d.ts +1 -1
  448. package/maintenance/configurationAssignmentsForResourceGroup.js +3 -3
  449. package/maintenance/configurationAssignmentsForSubscription.d.ts +1 -1
  450. package/maintenance/configurationAssignmentsForSubscription.js +3 -3
  451. package/maintenance/getConfigurationAssignment.d.ts +2 -2
  452. package/maintenance/getConfigurationAssignment.js +2 -2
  453. package/maintenance/getConfigurationAssignmentParent.d.ts +2 -2
  454. package/maintenance/getConfigurationAssignmentParent.js +2 -2
  455. package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +2 -2
  456. package/maintenance/getConfigurationAssignmentsForResourceGroup.js +2 -2
  457. package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +2 -2
  458. package/maintenance/getConfigurationAssignmentsForSubscription.js +2 -2
  459. package/maintenance/getMaintenanceConfiguration.d.ts +2 -2
  460. package/maintenance/getMaintenanceConfiguration.js +2 -2
  461. package/maintenance/index.d.ts +2 -1
  462. package/maintenance/index.js +4 -2
  463. package/maintenance/maintenanceConfiguration.d.ts +1 -1
  464. package/maintenance/maintenanceConfiguration.js +3 -3
  465. package/maintenance/v20221101preview/configurationAssignment.js +2 -2
  466. package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
  467. package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
  468. package/maintenance/v20230401/configurationAssignment.js +2 -2
  469. package/maintenance/v20230401/configurationAssignmentParent.js +2 -2
  470. package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +2 -2
  471. package/maintenance/v20230401/configurationAssignmentsForSubscription.js +2 -2
  472. package/maintenance/v20230401/maintenanceConfiguration.js +2 -2
  473. package/maintenance/v20230901preview/configurationAssignment.js +2 -2
  474. package/maintenance/v20230901preview/configurationAssignmentParent.js +2 -2
  475. package/maintenance/v20230901preview/configurationAssignmentsForResourceGroup.js +2 -2
  476. package/maintenance/v20230901preview/configurationAssignmentsForSubscription.js +2 -2
  477. package/maintenance/v20230901preview/maintenanceConfiguration.js +2 -2
  478. package/maintenance/v20231001preview/configurationAssignment.d.ts +99 -0
  479. package/maintenance/v20231001preview/configurationAssignment.js +87 -0
  480. package/maintenance/v20231001preview/configurationAssignmentParent.d.ts +107 -0
  481. package/maintenance/v20231001preview/configurationAssignmentParent.js +95 -0
  482. package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.d.ts +87 -0
  483. package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.js +75 -0
  484. package/maintenance/v20231001preview/configurationAssignmentsForSubscription.d.ts +83 -0
  485. package/maintenance/v20231001preview/configurationAssignmentsForSubscription.js +71 -0
  486. package/maintenance/v20231001preview/getConfigurationAssignment.d.ts +91 -0
  487. package/maintenance/v20231001preview/getConfigurationAssignment.js +29 -0
  488. package/maintenance/v20231001preview/getConfigurationAssignmentParent.d.ts +107 -0
  489. package/maintenance/v20231001preview/getConfigurationAssignmentParent.js +31 -0
  490. package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
  491. package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.js +26 -0
  492. package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.d.ts +59 -0
  493. package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.js +25 -0
  494. package/maintenance/v20231001preview/getMaintenanceConfiguration.d.ts +103 -0
  495. package/maintenance/v20231001preview/getMaintenanceConfiguration.js +26 -0
  496. package/maintenance/v20231001preview/index.d.ts +31 -0
  497. package/maintenance/v20231001preview/index.js +69 -0
  498. package/maintenance/v20231001preview/maintenanceConfiguration.d.ts +160 -0
  499. package/maintenance/v20231001preview/maintenanceConfiguration.js +92 -0
  500. package/package.json +1 -1
  501. package/security/getPricing.d.ts +93 -0
  502. package/security/getPricing.js +28 -0
  503. package/security/index.d.ts +8 -1
  504. package/security/index.js +12 -3
  505. package/security/pricing.d.ts +113 -0
  506. package/security/pricing.js +91 -0
  507. package/security/v20240101/getPricing.d.ts +91 -0
  508. package/security/v20240101/getPricing.js +26 -0
  509. package/security/v20240101/index.d.ts +7 -0
  510. package/security/v20240101/index.js +41 -0
  511. package/security/v20240101/pricing.d.ts +112 -0
  512. package/security/v20240101/pricing.js +90 -0
  513. package/sql/v20230501preview/getLongTermRetentionPolicy.d.ts +8 -0
  514. package/sql/v20230501preview/getLongTermRetentionPolicy.js +1 -1
  515. package/sql/v20230501preview/longTermRetentionPolicy.d.ts +17 -0
  516. package/sql/v20230501preview/longTermRetentionPolicy.js +5 -1
  517. package/synapse/bigDataPool.d.ts +5 -1
  518. package/synapse/bigDataPool.js +2 -2
  519. package/synapse/getBigDataPool.d.ts +1 -1
  520. package/synapse/v20210601/bigDataPool.d.ts +5 -1
  521. package/synapse/v20210601/bigDataPool.js +2 -2
  522. package/synapse/v20210601/getBigDataPool.d.ts +1 -1
  523. package/synapse/v20210601preview/bigDataPool.d.ts +5 -1
  524. package/synapse/v20210601preview/bigDataPool.js +2 -2
  525. package/synapse/v20210601preview/getBigDataPool.d.ts +1 -1
  526. package/tsconfig.tsbuildinfo +1 -1
  527. package/types/enums/appconfiguration/index.d.ts +2 -1
  528. package/types/enums/appconfiguration/index.js +4 -2
  529. package/types/enums/appconfiguration/v20230801preview/index.d.ts +64 -0
  530. package/types/enums/appconfiguration/v20230801preview/index.js +46 -0
  531. package/types/enums/azurestackhci/index.d.ts +16 -1
  532. package/types/enums/azurestackhci/index.js +14 -2
  533. package/types/enums/azurestackhci/v20231101preview/index.d.ts +128 -0
  534. package/types/enums/azurestackhci/v20231101preview/index.js +90 -0
  535. package/types/enums/compute/index.d.ts +2 -1
  536. package/types/enums/compute/index.js +5 -3
  537. package/types/enums/compute/v20230901/index.d.ts +593 -0
  538. package/types/enums/compute/v20230901/index.js +406 -0
  539. package/types/enums/databox/index.d.ts +2 -1
  540. package/types/enums/databox/index.js +4 -2
  541. package/types/enums/databox/v20231201/index.d.ts +247 -0
  542. package/types/enums/databox/v20231201/index.js +196 -0
  543. package/types/enums/dataprotection/index.d.ts +1 -2
  544. package/types/enums/dataprotection/index.js +2 -4
  545. package/types/enums/kubernetes/index.d.ts +2 -1
  546. package/types/enums/kubernetes/index.js +4 -2
  547. package/types/enums/kubernetes/v20240101/index.d.ts +61 -0
  548. package/types/enums/kubernetes/v20240101/index.js +39 -0
  549. package/types/enums/maintenance/index.d.ts +2 -1
  550. package/types/enums/maintenance/index.js +4 -2
  551. package/types/enums/maintenance/v20231001preview/index.d.ts +65 -0
  552. package/types/enums/maintenance/v20231001preview/index.js +55 -0
  553. package/types/enums/security/index.d.ts +44 -1
  554. package/types/enums/security/index.js +35 -3
  555. package/types/enums/security/v20240101/index.d.ts +42 -0
  556. package/types/enums/security/v20240101/index.js +36 -0
  557. package/types/input.d.ts +3890 -899
  558. package/types/input.js +243 -1
  559. package/types/output.d.ts +6920 -1498
  560. package/types/output.js +243 -1
  561. package/dataprotection/v20230801/backupInstance.d.ts +0 -79
  562. package/dataprotection/v20230801/backupInstance.js +0 -75
  563. package/dataprotection/v20230801/backupPolicy.d.ts +0 -67
  564. package/dataprotection/v20230801/backupPolicy.js +0 -73
  565. package/dataprotection/v20230801/backupVault.d.ts +0 -99
  566. package/dataprotection/v20230801/backupVault.js +0 -80
  567. package/dataprotection/v20230801/dppResourceGuardProxy.d.ts +0 -67
  568. package/dataprotection/v20230801/dppResourceGuardProxy.js +0 -73
  569. package/dataprotection/v20230801/getBackupInstance.d.ts +0 -69
  570. package/dataprotection/v20230801/getBackupInstance.js +0 -27
  571. package/dataprotection/v20230801/getBackupPolicy.d.ts +0 -57
  572. package/dataprotection/v20230801/getBackupPolicy.js +0 -27
  573. package/dataprotection/v20230801/getBackupVault.d.ts +0 -73
  574. package/dataprotection/v20230801/getBackupVault.js +0 -26
  575. package/dataprotection/v20230801/getDppResourceGuardProxy.d.ts +0 -63
  576. package/dataprotection/v20230801/getDppResourceGuardProxy.js +0 -27
  577. package/dataprotection/v20230801/getResourceGuard.d.ts +0 -60
  578. package/dataprotection/v20230801/getResourceGuard.js +0 -20
  579. package/dataprotection/v20230801/index.d.ts +0 -31
  580. package/dataprotection/v20230801/index.js +0 -69
  581. package/dataprotection/v20230801/resourceGuard.d.ts +0 -88
  582. package/dataprotection/v20230801/resourceGuard.js +0 -72
  583. package/types/enums/dataprotection/v20230801/index.d.ts +0 -140
  584. package/types/enums/dataprotection/v20230801/index.js +0 -101
@@ -0,0 +1,169 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Display information about a virtual machine scale set.
5
+ */
6
+ export declare function getVirtualMachineScaleSet(args: GetVirtualMachineScaleSetArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualMachineScaleSetResult>;
7
+ export interface GetVirtualMachineScaleSetArgs {
8
+ /**
9
+ * The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation
10
+ */
11
+ expand?: string;
12
+ /**
13
+ * The name of the resource group.
14
+ */
15
+ resourceGroupName: string;
16
+ /**
17
+ * The name of the VM scale set.
18
+ */
19
+ vmScaleSetName: string;
20
+ }
21
+ /**
22
+ * Describes a Virtual Machine Scale Set.
23
+ */
24
+ export interface GetVirtualMachineScaleSetResult {
25
+ /**
26
+ * Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
27
+ */
28
+ readonly additionalCapabilities?: outputs.compute.v20230901.AdditionalCapabilitiesResponse;
29
+ /**
30
+ * Policy for automatic repairs.
31
+ */
32
+ readonly automaticRepairsPolicy?: outputs.compute.v20230901.AutomaticRepairsPolicyResponse;
33
+ /**
34
+ * Optional property which must either be set to True or omitted.
35
+ */
36
+ readonly constrainedMaximumCapacity?: boolean;
37
+ /**
38
+ * When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.
39
+ */
40
+ readonly doNotRunExtensionsOnOverprovisionedVMs?: boolean;
41
+ /**
42
+ * Etag is property returned in Create/Update/Get response of the VMSS, so that customer can supply it in the header to ensure optimistic updates
43
+ */
44
+ readonly etag: string;
45
+ /**
46
+ * The extended location of the Virtual Machine Scale Set.
47
+ */
48
+ readonly extendedLocation?: outputs.compute.v20230901.ExtendedLocationResponse;
49
+ /**
50
+ * Specifies information about the dedicated host group that the virtual machine scale set resides in. Minimum api-version: 2020-06-01.
51
+ */
52
+ readonly hostGroup?: outputs.compute.v20230901.SubResourceResponse;
53
+ /**
54
+ * Resource Id
55
+ */
56
+ readonly id: string;
57
+ /**
58
+ * The identity of the virtual machine scale set, if configured.
59
+ */
60
+ readonly identity?: outputs.compute.v20230901.VirtualMachineScaleSetIdentityResponse;
61
+ /**
62
+ * Resource location
63
+ */
64
+ readonly location: string;
65
+ /**
66
+ * Resource name
67
+ */
68
+ readonly name: string;
69
+ /**
70
+ * Specifies the orchestration mode for the virtual machine scale set.
71
+ */
72
+ readonly orchestrationMode?: string;
73
+ /**
74
+ * Specifies whether the Virtual Machine Scale Set should be overprovisioned.
75
+ */
76
+ readonly overprovision?: boolean;
77
+ /**
78
+ * 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**.
79
+ */
80
+ readonly plan?: outputs.compute.v20230901.PlanResponse;
81
+ /**
82
+ * Fault Domain count for each placement group.
83
+ */
84
+ readonly platformFaultDomainCount?: number;
85
+ /**
86
+ * Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.
87
+ */
88
+ readonly priorityMixPolicy?: outputs.compute.v20230901.PriorityMixPolicyResponse;
89
+ /**
90
+ * The provisioning state, which only appears in the response.
91
+ */
92
+ readonly provisioningState: string;
93
+ /**
94
+ * Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. Minimum api-version: 2018-04-01.
95
+ */
96
+ readonly proximityPlacementGroup?: outputs.compute.v20230901.SubResourceResponse;
97
+ /**
98
+ * Policy for Resiliency
99
+ */
100
+ readonly resiliencyPolicy?: outputs.compute.v20230901.ResiliencyPolicyResponse;
101
+ /**
102
+ * Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.
103
+ */
104
+ readonly scaleInPolicy?: outputs.compute.v20230901.ScaleInPolicyResponse;
105
+ /**
106
+ * When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true.
107
+ */
108
+ readonly singlePlacementGroup?: boolean;
109
+ /**
110
+ * The virtual machine scale set sku.
111
+ */
112
+ readonly sku?: outputs.compute.v20230901.SkuResponse;
113
+ /**
114
+ * Specifies the Spot Restore properties for the virtual machine scale set.
115
+ */
116
+ readonly spotRestorePolicy?: outputs.compute.v20230901.SpotRestorePolicyResponse;
117
+ /**
118
+ * Resource tags
119
+ */
120
+ readonly tags?: {
121
+ [key: string]: string;
122
+ };
123
+ /**
124
+ * Specifies the time at which the Virtual Machine Scale Set resource was created. Minimum api-version: 2021-11-01.
125
+ */
126
+ readonly timeCreated: string;
127
+ /**
128
+ * Resource type
129
+ */
130
+ readonly type: string;
131
+ /**
132
+ * Specifies the ID which uniquely identifies a Virtual Machine Scale Set.
133
+ */
134
+ readonly uniqueId: string;
135
+ /**
136
+ * The upgrade policy.
137
+ */
138
+ readonly upgradePolicy?: outputs.compute.v20230901.UpgradePolicyResponse;
139
+ /**
140
+ * The virtual machine profile.
141
+ */
142
+ readonly virtualMachineProfile?: outputs.compute.v20230901.VirtualMachineScaleSetVMProfileResponse;
143
+ /**
144
+ * Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. zoneBalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zoneBalance property should not be set.
145
+ */
146
+ readonly zoneBalance?: boolean;
147
+ /**
148
+ * The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set
149
+ */
150
+ readonly zones?: string[];
151
+ }
152
+ /**
153
+ * Display information about a virtual machine scale set.
154
+ */
155
+ export declare function getVirtualMachineScaleSetOutput(args: GetVirtualMachineScaleSetOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVirtualMachineScaleSetResult>;
156
+ export interface GetVirtualMachineScaleSetOutputArgs {
157
+ /**
158
+ * The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation
159
+ */
160
+ expand?: pulumi.Input<string>;
161
+ /**
162
+ * The name of the resource group.
163
+ */
164
+ resourceGroupName: pulumi.Input<string>;
165
+ /**
166
+ * The name of the VM scale set.
167
+ */
168
+ vmScaleSetName: pulumi.Input<string>;
169
+ }
@@ -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.getVirtualMachineScaleSetOutput = exports.getVirtualMachineScaleSet = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Display information about a virtual machine scale set.
10
+ */
11
+ function getVirtualMachineScaleSet(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:compute/v20230901:getVirtualMachineScaleSet", {
14
+ "expand": args.expand,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ "vmScaleSetName": args.vmScaleSetName,
17
+ }, opts);
18
+ }
19
+ exports.getVirtualMachineScaleSet = getVirtualMachineScaleSet;
20
+ /**
21
+ * Display information about a virtual machine scale set.
22
+ */
23
+ function getVirtualMachineScaleSetOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getVirtualMachineScaleSet(a, opts));
25
+ }
26
+ exports.getVirtualMachineScaleSetOutput = getVirtualMachineScaleSetOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0VmlydHVhbE1hY2hpbmVTY2FsZVNldC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwOTAxL2dldFZpcnR1YWxNYWNoaW5lU2NhbGVTZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IseUJBQXlCLENBQUMsSUFBbUMsRUFBRSxJQUEyQjtJQUV0RyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixRQUFRLEVBQUUsSUFBSSxDQUFDLE1BQU07UUFDckIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsY0FBYztLQUN4QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELDhEQVFDO0FBa0pEOztHQUVHO0FBQ0gsU0FBZ0IsK0JBQStCLENBQUMsSUFBeUMsRUFBRSxJQUEyQjtJQUNsSCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNwRixDQUFDO0FBRkQsMEVBRUMifQ==
@@ -0,0 +1,107 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * The operation to get the extension.
5
+ */
6
+ export declare function getVirtualMachineScaleSetExtension(args: GetVirtualMachineScaleSetExtensionArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualMachineScaleSetExtensionResult>;
7
+ export interface GetVirtualMachineScaleSetExtensionArgs {
8
+ /**
9
+ * The expand expression to apply on the operation.
10
+ */
11
+ expand?: string;
12
+ /**
13
+ * The name of the resource group.
14
+ */
15
+ resourceGroupName: string;
16
+ /**
17
+ * The name of the VM scale set containing the extension.
18
+ */
19
+ vmScaleSetName: string;
20
+ /**
21
+ * The name of the VM scale set extension.
22
+ */
23
+ vmssExtensionName: string;
24
+ }
25
+ /**
26
+ * Describes a Virtual Machine Scale Set Extension.
27
+ */
28
+ export interface GetVirtualMachineScaleSetExtensionResult {
29
+ /**
30
+ * 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.
31
+ */
32
+ readonly autoUpgradeMinorVersion?: boolean;
33
+ /**
34
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
35
+ */
36
+ readonly enableAutomaticUpgrade?: boolean;
37
+ /**
38
+ * If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
39
+ */
40
+ readonly forceUpdateTag?: string;
41
+ /**
42
+ * Resource Id
43
+ */
44
+ readonly id: string;
45
+ /**
46
+ * The name of the extension.
47
+ */
48
+ readonly name?: string;
49
+ /**
50
+ * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
51
+ */
52
+ readonly protectedSettings?: any;
53
+ /**
54
+ * The extensions protected settings that are passed by reference, and consumed from key vault
55
+ */
56
+ readonly protectedSettingsFromKeyVault?: outputs.compute.v20230901.KeyVaultSecretReferenceResponse;
57
+ /**
58
+ * Collection of extension names after which this extension needs to be provisioned.
59
+ */
60
+ readonly provisionAfterExtensions?: string[];
61
+ /**
62
+ * The provisioning state, which only appears in the response.
63
+ */
64
+ readonly provisioningState: string;
65
+ /**
66
+ * The name of the extension handler publisher.
67
+ */
68
+ readonly publisher?: string;
69
+ /**
70
+ * Json formatted public settings for the extension.
71
+ */
72
+ readonly settings?: any;
73
+ /**
74
+ * 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.
75
+ */
76
+ readonly suppressFailures?: boolean;
77
+ /**
78
+ * Resource type
79
+ */
80
+ readonly type: string;
81
+ /**
82
+ * Specifies the version of the script handler.
83
+ */
84
+ readonly typeHandlerVersion?: string;
85
+ }
86
+ /**
87
+ * The operation to get the extension.
88
+ */
89
+ export declare function getVirtualMachineScaleSetExtensionOutput(args: GetVirtualMachineScaleSetExtensionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVirtualMachineScaleSetExtensionResult>;
90
+ export interface GetVirtualMachineScaleSetExtensionOutputArgs {
91
+ /**
92
+ * The expand expression to apply on the operation.
93
+ */
94
+ expand?: pulumi.Input<string>;
95
+ /**
96
+ * The name of the resource group.
97
+ */
98
+ resourceGroupName: pulumi.Input<string>;
99
+ /**
100
+ * The name of the VM scale set containing the extension.
101
+ */
102
+ vmScaleSetName: pulumi.Input<string>;
103
+ /**
104
+ * The name of the VM scale set extension.
105
+ */
106
+ vmssExtensionName: pulumi.Input<string>;
107
+ }
@@ -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.getVirtualMachineScaleSetExtensionOutput = exports.getVirtualMachineScaleSetExtension = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * The operation to get the extension.
10
+ */
11
+ function getVirtualMachineScaleSetExtension(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:compute/v20230901:getVirtualMachineScaleSetExtension", {
14
+ "expand": args.expand,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ "vmScaleSetName": args.vmScaleSetName,
17
+ "vmssExtensionName": args.vmssExtensionName,
18
+ }, opts);
19
+ }
20
+ exports.getVirtualMachineScaleSetExtension = getVirtualMachineScaleSetExtension;
21
+ /**
22
+ * The operation to get the extension.
23
+ */
24
+ function getVirtualMachineScaleSetExtensionOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getVirtualMachineScaleSetExtension(a, opts));
26
+ }
27
+ exports.getVirtualMachineScaleSetExtensionOutput = getVirtualMachineScaleSetExtensionOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0VmlydHVhbE1hY2hpbmVTY2FsZVNldEV4dGVuc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwOTAxL2dldFZpcnR1YWxNYWNoaW5lU2NhbGVTZXRFeHRlbnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0Isa0NBQWtDLENBQUMsSUFBNEMsRUFBRSxJQUEyQjtJQUV4SCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxtRUFBbUUsRUFBRTtRQUM5RixRQUFRLEVBQUUsSUFBSSxDQUFDLE1BQU07UUFDckIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsY0FBYztRQUNyQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVEQsZ0ZBU0M7QUFrRkQ7O0dBRUc7QUFDSCxTQUFnQix3Q0FBd0MsQ0FBQyxJQUFrRCxFQUFFLElBQTJCO0lBQ3BJLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGtDQUFrQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzdGLENBQUM7QUFGRCw0RkFFQyJ9
@@ -0,0 +1,173 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets a virtual machine from a VM scale set.
5
+ */
6
+ export declare function getVirtualMachineScaleSetVM(args: GetVirtualMachineScaleSetVMArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualMachineScaleSetVMResult>;
7
+ export interface GetVirtualMachineScaleSetVMArgs {
8
+ /**
9
+ * The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine.
10
+ */
11
+ expand?: string;
12
+ /**
13
+ * The instance ID of the virtual machine.
14
+ */
15
+ instanceId: string;
16
+ /**
17
+ * The name of the resource group.
18
+ */
19
+ resourceGroupName: string;
20
+ /**
21
+ * The name of the VM scale set.
22
+ */
23
+ vmScaleSetName: string;
24
+ }
25
+ /**
26
+ * Describes a virtual machine scale set virtual machine.
27
+ */
28
+ export interface GetVirtualMachineScaleSetVMResult {
29
+ /**
30
+ * Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
31
+ */
32
+ readonly additionalCapabilities?: outputs.compute.v20230901.AdditionalCapabilitiesResponse;
33
+ /**
34
+ * 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. An existing VM cannot be added to an availability set.
35
+ */
36
+ readonly availabilitySet?: outputs.compute.v20230901.SubResourceResponse;
37
+ /**
38
+ * Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
39
+ */
40
+ readonly diagnosticsProfile?: outputs.compute.v20230901.DiagnosticsProfileResponse;
41
+ /**
42
+ * Etag is property returned in Update/Get response of the VMSS VM, so that customer can supply it in the header to ensure optimistic updates.
43
+ */
44
+ readonly etag: string;
45
+ /**
46
+ * Specifies the hardware settings for the virtual machine.
47
+ */
48
+ readonly hardwareProfile?: outputs.compute.v20230901.HardwareProfileResponse;
49
+ /**
50
+ * Resource Id
51
+ */
52
+ readonly id: string;
53
+ /**
54
+ * The identity of the virtual machine, if configured.
55
+ */
56
+ readonly identity?: outputs.compute.v20230901.VirtualMachineIdentityResponse;
57
+ /**
58
+ * The virtual machine instance ID.
59
+ */
60
+ readonly instanceId: string;
61
+ /**
62
+ * The virtual machine instance view.
63
+ */
64
+ readonly instanceView: outputs.compute.v20230901.VirtualMachineScaleSetVMInstanceViewResponse;
65
+ /**
66
+ * Specifies whether the latest model has been applied to the virtual machine.
67
+ */
68
+ readonly latestModelApplied: boolean;
69
+ /**
70
+ * 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
71
+ */
72
+ readonly licenseType?: string;
73
+ /**
74
+ * Resource location
75
+ */
76
+ readonly location: string;
77
+ /**
78
+ * Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
79
+ */
80
+ readonly modelDefinitionApplied: string;
81
+ /**
82
+ * Resource name
83
+ */
84
+ readonly name: string;
85
+ /**
86
+ * Specifies the network interfaces of the virtual machine.
87
+ */
88
+ readonly networkProfile?: outputs.compute.v20230901.NetworkProfileResponse;
89
+ /**
90
+ * Specifies the network profile configuration of the virtual machine.
91
+ */
92
+ readonly networkProfileConfiguration?: outputs.compute.v20230901.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse;
93
+ /**
94
+ * Specifies the operating system settings for the virtual machine.
95
+ */
96
+ readonly osProfile?: outputs.compute.v20230901.OSProfileResponse;
97
+ /**
98
+ * 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**.
99
+ */
100
+ readonly plan?: outputs.compute.v20230901.PlanResponse;
101
+ /**
102
+ * Specifies the protection policy of the virtual machine.
103
+ */
104
+ readonly protectionPolicy?: outputs.compute.v20230901.VirtualMachineScaleSetVMProtectionPolicyResponse;
105
+ /**
106
+ * The provisioning state, which only appears in the response.
107
+ */
108
+ readonly provisioningState: string;
109
+ /**
110
+ * The virtual machine child extension resources.
111
+ */
112
+ readonly resources: outputs.compute.v20230901.VirtualMachineExtensionResponse[];
113
+ /**
114
+ * Specifies the Security related profile settings for the virtual machine.
115
+ */
116
+ readonly securityProfile?: outputs.compute.v20230901.SecurityProfileResponse;
117
+ /**
118
+ * The virtual machine SKU.
119
+ */
120
+ readonly sku: outputs.compute.v20230901.SkuResponse;
121
+ /**
122
+ * Specifies the storage settings for the virtual machine disks.
123
+ */
124
+ readonly storageProfile?: outputs.compute.v20230901.StorageProfileResponse;
125
+ /**
126
+ * Resource tags
127
+ */
128
+ readonly tags?: {
129
+ [key: string]: string;
130
+ };
131
+ /**
132
+ * Specifies the time at which the Virtual Machine resource was created.<br><br>Minimum api-version: 2021-11-01.
133
+ */
134
+ readonly timeCreated: string;
135
+ /**
136
+ * Resource type
137
+ */
138
+ readonly type: string;
139
+ /**
140
+ * UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. <br><br>Minimum api-version: 2021-03-01
141
+ */
142
+ readonly userData?: string;
143
+ /**
144
+ * Azure VM unique ID.
145
+ */
146
+ readonly vmId: string;
147
+ /**
148
+ * The virtual machine zones.
149
+ */
150
+ readonly zones: string[];
151
+ }
152
+ /**
153
+ * Gets a virtual machine from a VM scale set.
154
+ */
155
+ export declare function getVirtualMachineScaleSetVMOutput(args: GetVirtualMachineScaleSetVMOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVirtualMachineScaleSetVMResult>;
156
+ export interface GetVirtualMachineScaleSetVMOutputArgs {
157
+ /**
158
+ * The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine.
159
+ */
160
+ expand?: pulumi.Input<string>;
161
+ /**
162
+ * The instance ID of the virtual machine.
163
+ */
164
+ instanceId: pulumi.Input<string>;
165
+ /**
166
+ * The name of the resource group.
167
+ */
168
+ resourceGroupName: pulumi.Input<string>;
169
+ /**
170
+ * The name of the VM scale set.
171
+ */
172
+ vmScaleSetName: pulumi.Input<string>;
173
+ }
@@ -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.getVirtualMachineScaleSetVMOutput = exports.getVirtualMachineScaleSetVM = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets a virtual machine from a VM scale set.
10
+ */
11
+ function getVirtualMachineScaleSetVM(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:compute/v20230901:getVirtualMachineScaleSetVM", {
14
+ "expand": args.expand,
15
+ "instanceId": args.instanceId,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ "vmScaleSetName": args.vmScaleSetName,
18
+ }, opts);
19
+ }
20
+ exports.getVirtualMachineScaleSetVM = getVirtualMachineScaleSetVM;
21
+ /**
22
+ * Gets a virtual machine from a VM scale set.
23
+ */
24
+ function getVirtualMachineScaleSetVMOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getVirtualMachineScaleSetVM(a, opts));
26
+ }
27
+ exports.getVirtualMachineScaleSetVMOutput = getVirtualMachineScaleSetVMOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0VmlydHVhbE1hY2hpbmVTY2FsZVNldFZNLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMzA5MDEvZ2V0VmlydHVhbE1hY2hpbmVTY2FsZVNldFZNLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBMkI7SUFFMUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsNERBQTRELEVBQUU7UUFDdkYsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNO1FBQ3JCLFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtRQUM3QixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGdCQUFnQixFQUFFLElBQUksQ0FBQyxjQUFjO0tBQ3hDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVEQsa0VBU0M7QUFrSkQ7O0dBRUc7QUFDSCxTQUFnQixpQ0FBaUMsQ0FBQyxJQUEyQyxFQUFFLElBQTJCO0lBQ3RILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDJCQUEyQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RGLENBQUM7QUFGRCw4RUFFQyJ9
@@ -0,0 +1,123 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * The operation to get the VMSS VM extension.
5
+ */
6
+ export declare function getVirtualMachineScaleSetVMExtension(args: GetVirtualMachineScaleSetVMExtensionArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualMachineScaleSetVMExtensionResult>;
7
+ export interface GetVirtualMachineScaleSetVMExtensionArgs {
8
+ /**
9
+ * The expand expression to apply on the operation.
10
+ */
11
+ expand?: string;
12
+ /**
13
+ * The instance ID of the virtual machine.
14
+ */
15
+ instanceId: string;
16
+ /**
17
+ * The name of the resource group.
18
+ */
19
+ resourceGroupName: string;
20
+ /**
21
+ * The name of the virtual machine extension.
22
+ */
23
+ vmExtensionName: string;
24
+ /**
25
+ * The name of the VM scale set.
26
+ */
27
+ vmScaleSetName: string;
28
+ }
29
+ /**
30
+ * Describes a VMSS VM Extension.
31
+ */
32
+ export interface GetVirtualMachineScaleSetVMExtensionResult {
33
+ /**
34
+ * 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.
35
+ */
36
+ readonly autoUpgradeMinorVersion?: boolean;
37
+ /**
38
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
39
+ */
40
+ readonly enableAutomaticUpgrade?: boolean;
41
+ /**
42
+ * How the extension handler should be forced to update even if the extension configuration has not changed.
43
+ */
44
+ readonly forceUpdateTag?: string;
45
+ /**
46
+ * Resource Id
47
+ */
48
+ readonly id: string;
49
+ /**
50
+ * The virtual machine extension instance view.
51
+ */
52
+ readonly instanceView?: outputs.compute.v20230901.VirtualMachineExtensionInstanceViewResponse;
53
+ /**
54
+ * The location of the extension.
55
+ */
56
+ readonly location?: string;
57
+ /**
58
+ * The name of the extension.
59
+ */
60
+ readonly name: string;
61
+ /**
62
+ * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
63
+ */
64
+ readonly protectedSettings?: any;
65
+ /**
66
+ * The extensions protected settings that are passed by reference, and consumed from key vault
67
+ */
68
+ readonly protectedSettingsFromKeyVault?: outputs.compute.v20230901.KeyVaultSecretReferenceResponse;
69
+ /**
70
+ * Collection of extension names after which this extension needs to be provisioned.
71
+ */
72
+ readonly provisionAfterExtensions?: string[];
73
+ /**
74
+ * The provisioning state, which only appears in the response.
75
+ */
76
+ readonly provisioningState: string;
77
+ /**
78
+ * The name of the extension handler publisher.
79
+ */
80
+ readonly publisher?: string;
81
+ /**
82
+ * Json formatted public settings for the extension.
83
+ */
84
+ readonly settings?: any;
85
+ /**
86
+ * 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.
87
+ */
88
+ readonly suppressFailures?: boolean;
89
+ /**
90
+ * Resource type
91
+ */
92
+ readonly type: string;
93
+ /**
94
+ * Specifies the version of the script handler.
95
+ */
96
+ readonly typeHandlerVersion?: string;
97
+ }
98
+ /**
99
+ * The operation to get the VMSS VM extension.
100
+ */
101
+ export declare function getVirtualMachineScaleSetVMExtensionOutput(args: GetVirtualMachineScaleSetVMExtensionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVirtualMachineScaleSetVMExtensionResult>;
102
+ export interface GetVirtualMachineScaleSetVMExtensionOutputArgs {
103
+ /**
104
+ * The expand expression to apply on the operation.
105
+ */
106
+ expand?: pulumi.Input<string>;
107
+ /**
108
+ * The instance ID of the virtual machine.
109
+ */
110
+ instanceId: pulumi.Input<string>;
111
+ /**
112
+ * The name of the resource group.
113
+ */
114
+ resourceGroupName: pulumi.Input<string>;
115
+ /**
116
+ * The name of the virtual machine extension.
117
+ */
118
+ vmExtensionName: pulumi.Input<string>;
119
+ /**
120
+ * The name of the VM scale set.
121
+ */
122
+ vmScaleSetName: pulumi.Input<string>;
123
+ }