pulumi-azure-native 2.50.1__py3-none-any.whl → 2.51.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (565) hide show
  1. pulumi_azure_native/__init__.py +98 -0
  2. pulumi_azure_native/_utilities.py +5 -4
  3. pulumi_azure_native/azurefleet/_enums.py +328 -53
  4. pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
  5. pulumi_azure_native/azurefleet/fleet.py +20 -0
  6. pulumi_azure_native/azurefleet/get_fleet.py +27 -1
  7. pulumi_azure_native/azurefleet/outputs.py +1348 -1126
  8. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
  9. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
  10. pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
  11. pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
  12. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
  13. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
  14. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
  15. pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
  16. pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
  17. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
  18. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  19. pulumi_azure_native/cognitiveservices/account.py +3 -3
  20. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  21. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  22. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  23. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  24. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  25. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  26. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  27. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  28. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  29. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  30. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  31. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  32. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  33. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  34. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  35. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  36. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  37. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  38. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  39. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  40. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  41. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  42. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  43. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  44. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  45. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  47. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  48. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  49. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  50. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  51. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  52. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  53. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  54. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  55. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  56. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  57. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
  58. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
  68. pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
  69. pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
  70. pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
  71. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
  72. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
  73. pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
  74. pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
  75. pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
  76. pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
  77. pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
  78. pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
  79. pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
  80. pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
  81. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
  82. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
  83. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
  84. pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
  86. pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
  87. pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
  88. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
  89. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
  90. pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
  91. pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
  92. pulumi_azure_native/compute/__init__.py +3 -0
  93. pulumi_azure_native/compute/disk.py +3 -3
  94. pulumi_azure_native/compute/disk_access.py +3 -3
  95. pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
  96. pulumi_azure_native/compute/disk_encryption_set.py +3 -3
  97. pulumi_azure_native/compute/get_disk.py +2 -2
  98. pulumi_azure_native/compute/get_disk_access.py +2 -2
  99. pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
  100. pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
  101. pulumi_azure_native/compute/get_snapshot.py +2 -2
  102. pulumi_azure_native/compute/snapshot.py +3 -3
  103. pulumi_azure_native/compute/v20220702/disk.py +1 -1
  104. pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
  105. pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
  107. pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
  108. pulumi_azure_native/compute/v20230102/disk.py +1 -1
  109. pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
  110. pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
  112. pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
  113. pulumi_azure_native/compute/v20230402/disk.py +1 -1
  114. pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
  115. pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
  117. pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
  118. pulumi_azure_native/compute/v20231002/disk.py +1 -1
  119. pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
  120. pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
  121. pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
  122. pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
  123. pulumi_azure_native/compute/v20240302/__init__.py +20 -0
  124. pulumi_azure_native/compute/v20240302/_enums.py +303 -0
  125. pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
  126. pulumi_azure_native/compute/v20240302/disk.py +1084 -0
  127. pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
  128. pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
  129. pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
  130. pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
  131. pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
  132. pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
  133. pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
  134. pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
  135. pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
  136. pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
  137. pulumi_azure_native/containerservice/__init__.py +3 -0
  138. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  139. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  140. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  141. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  142. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  143. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  144. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  145. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  146. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  147. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  148. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  149. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  150. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  151. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  152. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  153. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  154. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  155. pulumi_azure_native/containerservice/snapshot.py +3 -3
  156. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  157. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  158. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  159. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  160. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  161. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  162. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  169. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  170. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  171. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  172. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  175. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  176. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  177. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  178. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  179. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  180. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  181. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  182. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  183. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  184. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  185. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  186. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  187. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  188. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  189. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  190. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  191. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  192. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  193. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  194. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  195. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  197. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  198. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  199. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  200. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  201. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  202. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  203. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  204. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  205. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  206. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  207. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  208. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  209. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  210. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  211. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  212. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  213. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  214. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  215. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  216. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  217. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  218. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  219. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  220. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  221. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  222. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  223. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  224. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  225. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  226. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  227. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  228. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  229. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  230. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  231. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  232. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  233. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  234. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  235. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  236. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  237. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  238. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  239. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  240. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  241. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  242. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  243. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  244. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  245. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  246. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  247. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  248. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  249. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  250. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  251. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  252. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  253. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  255. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  256. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  257. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  258. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  259. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  260. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  261. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  262. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  263. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  264. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  265. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  266. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  267. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  268. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  269. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  273. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  274. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  275. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  276. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  277. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  278. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  279. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  280. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  281. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  282. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  283. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  284. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  285. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  286. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  287. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  288. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  289. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  290. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  291. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  292. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  293. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  294. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  295. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  296. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  297. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  298. pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
  299. pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
  300. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
  301. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
  302. pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
  303. pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
  304. pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
  305. pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
  306. pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
  307. pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
  308. pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
  309. pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
  310. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
  311. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
  312. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
  313. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
  314. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
  315. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
  316. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
  317. pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
  318. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
  319. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
  320. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
  321. pulumi_azure_native/datafactory/_inputs.py +110 -10
  322. pulumi_azure_native/datafactory/outputs.py +69 -7
  323. pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
  324. pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
  325. pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
  326. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
  327. pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
  328. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
  329. pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
  330. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
  331. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
  332. pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
  333. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
  334. pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
  335. pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
  336. pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
  337. pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
  338. pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
  339. pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
  340. pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
  341. pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
  342. pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
  343. pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
  344. pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
  345. pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
  346. pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
  347. pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
  348. pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
  349. pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
  350. pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
  351. pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
  352. pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
  353. pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
  354. pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
  355. pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
  356. pulumi_azure_native/netapp/__init__.py +4 -0
  357. pulumi_azure_native/netapp/account.py +3 -3
  358. pulumi_azure_native/netapp/backup.py +2 -2
  359. pulumi_azure_native/netapp/backup_policy.py +3 -3
  360. pulumi_azure_native/netapp/backup_vault.py +3 -3
  361. pulumi_azure_native/netapp/get_account.py +2 -2
  362. pulumi_azure_native/netapp/get_backup.py +2 -2
  363. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  364. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  365. pulumi_azure_native/netapp/get_pool.py +2 -2
  366. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  367. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  368. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  369. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  370. pulumi_azure_native/netapp/get_volume.py +2 -2
  371. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  372. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  373. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  374. pulumi_azure_native/netapp/list_volume_quota_report.py +109 -0
  375. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  376. pulumi_azure_native/netapp/outputs.py +84 -0
  377. pulumi_azure_native/netapp/pool.py +3 -3
  378. pulumi_azure_native/netapp/snapshot.py +3 -3
  379. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  380. pulumi_azure_native/netapp/subvolume.py +3 -3
  381. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  382. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  383. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  384. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  385. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  386. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  387. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  388. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  389. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  390. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  391. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  392. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  393. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  394. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  395. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  396. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  397. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  398. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  399. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  400. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  401. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  402. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  403. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  404. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  405. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  406. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  407. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  408. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  409. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  410. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  411. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  412. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  413. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  414. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  415. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  416. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  417. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  418. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  419. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  420. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  421. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  422. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  423. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  424. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  425. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  426. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  427. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  428. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  429. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  430. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  431. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  432. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  433. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  434. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  435. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  436. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  437. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  438. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  439. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  440. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  441. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  442. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  443. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  444. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  445. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  446. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  447. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  448. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  449. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  450. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  451. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  452. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  453. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  454. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  455. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  456. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  457. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  458. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  459. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  460. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  461. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  462. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  463. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  464. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  465. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  466. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  467. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  468. pulumi_azure_native/netapp/v20240301preview/__init__.py +36 -0
  469. pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
  470. pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
  471. pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
  472. pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
  473. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
  474. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
  475. pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
  476. pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
  477. pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
  478. pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
  479. pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
  480. pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
  481. pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
  482. pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
  483. pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
  484. pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
  485. pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
  486. pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
  487. pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
  488. pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
  489. pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
  490. pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
  491. pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
  492. pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
  493. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
  494. pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
  495. pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
  496. pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
  497. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
  498. pulumi_azure_native/netapp/volume.py +3 -3
  499. pulumi_azure_native/netapp/volume_group.py +3 -3
  500. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  501. pulumi_azure_native/pulumi-plugin.json +1 -1
  502. pulumi_azure_native/scvmm/__init__.py +3 -0
  503. pulumi_azure_native/scvmm/availability_set.py +3 -3
  504. pulumi_azure_native/scvmm/cloud.py +3 -3
  505. pulumi_azure_native/scvmm/get_availability_set.py +2 -2
  506. pulumi_azure_native/scvmm/get_cloud.py +2 -2
  507. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  508. pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
  509. pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
  510. pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
  511. pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
  512. pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
  513. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  514. pulumi_azure_native/scvmm/inventory_item.py +3 -3
  515. pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
  516. pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
  517. pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
  518. pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
  519. pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
  520. pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
  521. pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
  522. pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
  523. pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
  524. pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
  525. pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
  526. pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
  527. pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
  528. pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
  529. pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
  530. pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
  531. pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
  532. pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
  533. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
  534. pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
  535. pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
  536. pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
  537. pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
  538. pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
  539. pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
  540. pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
  541. pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
  542. pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
  543. pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
  544. pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
  545. pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
  546. pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
  547. pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
  548. pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
  549. pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
  550. pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
  551. pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
  552. pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
  553. pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
  554. pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
  555. pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
  556. pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
  557. pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
  558. pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
  559. pulumi_azure_native/scvmm/virtual_network.py +3 -3
  560. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
  561. pulumi_azure_native/scvmm/vmm_server.py +3 -3
  562. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/METADATA +1 -1
  563. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/RECORD +565 -433
  564. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/WHEEL +1 -1
  565. {pulumi_azure_native-2.50.1.dist-info → pulumi_azure_native-2.51.0.dist-info}/top_level.txt +0 -0
@@ -20,7 +20,7 @@ __all__ = [
20
20
  'AdditionalUnattendContentResponse',
21
21
  'ApiEntityReferenceResponse',
22
22
  'ApplicationProfileResponse',
23
- 'BillingProfileResponse',
23
+ 'BaseVirtualMachineProfileResponse',
24
24
  'BootDiagnosticsResponse',
25
25
  'CapacityReservationProfileResponse',
26
26
  'ComputeProfileResponse',
@@ -29,7 +29,6 @@ __all__ = [
29
29
  'DiskEncryptionSetParametersResponse',
30
30
  'EncryptionIdentityResponse',
31
31
  'ImageReferenceResponse',
32
- 'InstanceViewStatusResponse',
33
32
  'KeyVaultSecretReferenceResponse',
34
33
  'LinuxConfigurationResponse',
35
34
  'LinuxPatchSettingsResponse',
@@ -59,24 +58,25 @@ __all__ = [
59
58
  'VaultCertificateResponse',
60
59
  'VaultSecretGroupResponse',
61
60
  'VirtualHardDiskResponse',
62
- 'VirtualMachineExtensionInstanceViewResponse',
63
- 'VirtualMachineExtensionResponse',
64
61
  'VirtualMachineScaleSetDataDiskResponse',
65
62
  'VirtualMachineScaleSetExtensionProfileResponse',
63
+ 'VirtualMachineScaleSetExtensionPropertiesResponse',
66
64
  'VirtualMachineScaleSetExtensionResponse',
67
65
  'VirtualMachineScaleSetHardwareProfileResponse',
66
+ 'VirtualMachineScaleSetIPConfigurationPropertiesResponse',
68
67
  'VirtualMachineScaleSetIPConfigurationResponse',
69
68
  'VirtualMachineScaleSetIpTagResponse',
70
69
  'VirtualMachineScaleSetManagedDiskParametersResponse',
71
70
  'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse',
71
+ 'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse',
72
72
  'VirtualMachineScaleSetNetworkConfigurationResponse',
73
73
  'VirtualMachineScaleSetNetworkProfileResponse',
74
74
  'VirtualMachineScaleSetOSDiskResponse',
75
75
  'VirtualMachineScaleSetOSProfileResponse',
76
76
  'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse',
77
+ 'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse',
77
78
  'VirtualMachineScaleSetPublicIPAddressConfigurationResponse',
78
79
  'VirtualMachineScaleSetStorageProfileResponse',
79
- 'VirtualMachineScaleSetVMProfileResponse',
80
80
  'VmSizeProfileResponse',
81
81
  'WinRMConfigurationResponse',
82
82
  'WinRMListenerResponse',
@@ -87,7 +87,9 @@ __all__ = [
87
87
  @pulumi.output_type
88
88
  class AdditionalUnattendContentResponse(dict):
89
89
  """
90
- Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
90
+ Specifies additional XML formatted information that can be included in the
91
+ Unattend.xml file, which is used by Windows Setup. Contents are defined by
92
+ setting name, component name, and the pass in which the content is applied.
91
93
  """
92
94
  @staticmethod
93
95
  def __key_warning(key: str):
@@ -112,20 +114,20 @@ class AdditionalUnattendContentResponse(dict):
112
114
 
113
115
  def __init__(__self__, *,
114
116
  component_name: Optional[str] = None,
115
- content: Optional[str] = None,
116
117
  pass_name: Optional[str] = None,
117
118
  setting_name: Optional[str] = None):
118
119
  """
119
- Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
120
- :param str component_name: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
121
- :param str content: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
120
+ Specifies additional XML formatted information that can be included in the
121
+ Unattend.xml file, which is used by Windows Setup. Contents are defined by
122
+ setting name, component name, and the pass in which the content is applied.
123
+ :param str component_name: The component name. Currently, the only allowable value is
124
+ Microsoft-Windows-Shell-Setup.
122
125
  :param str pass_name: The pass name. Currently, the only allowable value is OobeSystem.
123
- :param str setting_name: Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
126
+ :param str setting_name: Specifies the name of the setting to which the content applies. Possible values
127
+ are: FirstLogonCommands and AutoLogon.
124
128
  """
125
129
  if component_name is not None:
126
130
  pulumi.set(__self__, "component_name", component_name)
127
- if content is not None:
128
- pulumi.set(__self__, "content", content)
129
131
  if pass_name is not None:
130
132
  pulumi.set(__self__, "pass_name", pass_name)
131
133
  if setting_name is not None:
@@ -135,18 +137,11 @@ class AdditionalUnattendContentResponse(dict):
135
137
  @pulumi.getter(name="componentName")
136
138
  def component_name(self) -> Optional[str]:
137
139
  """
138
- The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
140
+ The component name. Currently, the only allowable value is
141
+ Microsoft-Windows-Shell-Setup.
139
142
  """
140
143
  return pulumi.get(self, "component_name")
141
144
 
142
- @property
143
- @pulumi.getter
144
- def content(self) -> Optional[str]:
145
- """
146
- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
147
- """
148
- return pulumi.get(self, "content")
149
-
150
145
  @property
151
146
  @pulumi.getter(name="passName")
152
147
  def pass_name(self) -> Optional[str]:
@@ -159,7 +154,8 @@ class AdditionalUnattendContentResponse(dict):
159
154
  @pulumi.getter(name="settingName")
160
155
  def setting_name(self) -> Optional[str]:
161
156
  """
162
- Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
157
+ Specifies the name of the setting to which the content applies. Possible values
158
+ are: FirstLogonCommands and AutoLogon.
163
159
  """
164
160
  return pulumi.get(self, "setting_name")
165
161
 
@@ -173,7 +169,8 @@ class ApiEntityReferenceResponse(dict):
173
169
  id: Optional[str] = None):
174
170
  """
175
171
  The API entity reference.
176
- :param str id: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
172
+ :param str id: The ARM resource id in the form of
173
+ /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
177
174
  """
178
175
  if id is not None:
179
176
  pulumi.set(__self__, "id", id)
@@ -182,7 +179,8 @@ class ApiEntityReferenceResponse(dict):
182
179
  @pulumi.getter
183
180
  def id(self) -> Optional[str]:
184
181
  """
185
- The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
182
+ The ARM resource id in the form of
183
+ /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
186
184
  """
187
185
  return pulumi.get(self, "id")
188
186
 
@@ -190,7 +188,8 @@ class ApiEntityReferenceResponse(dict):
190
188
  @pulumi.output_type
191
189
  class ApplicationProfileResponse(dict):
192
190
  """
193
- Contains the list of gallery applications that should be made available to the VM/VMSS
191
+ Contains the list of gallery applications that should be made available to the
192
+ VM/VMSS
194
193
  """
195
194
  @staticmethod
196
195
  def __key_warning(key: str):
@@ -212,7 +211,8 @@ class ApplicationProfileResponse(dict):
212
211
  def __init__(__self__, *,
213
212
  gallery_applications: Optional[Sequence['outputs.VMGalleryApplicationResponse']] = None):
214
213
  """
215
- Contains the list of gallery applications that should be made available to the VM/VMSS
214
+ Contains the list of gallery applications that should be made available to the
215
+ VM/VMSS
216
216
  :param Sequence['VMGalleryApplicationResponse'] gallery_applications: Specifies the gallery applications that should be made available to the VM/VMSS
217
217
  """
218
218
  if gallery_applications is not None:
@@ -228,49 +228,293 @@ class ApplicationProfileResponse(dict):
228
228
 
229
229
 
230
230
  @pulumi.output_type
231
- class BillingProfileResponse(dict):
231
+ class BaseVirtualMachineProfileResponse(dict):
232
232
  """
233
- Specifies the billing related details of a Azure Spot VM or VMSS. Minimum api-version: 2019-03-01.
233
+ Describes the base virtual machine profile for fleet
234
234
  """
235
235
  @staticmethod
236
236
  def __key_warning(key: str):
237
237
  suggest = None
238
- if key == "maxPrice":
239
- suggest = "max_price"
238
+ if key == "timeCreated":
239
+ suggest = "time_created"
240
+ elif key == "applicationProfile":
241
+ suggest = "application_profile"
242
+ elif key == "capacityReservation":
243
+ suggest = "capacity_reservation"
244
+ elif key == "diagnosticsProfile":
245
+ suggest = "diagnostics_profile"
246
+ elif key == "extensionProfile":
247
+ suggest = "extension_profile"
248
+ elif key == "hardwareProfile":
249
+ suggest = "hardware_profile"
250
+ elif key == "licenseType":
251
+ suggest = "license_type"
252
+ elif key == "networkProfile":
253
+ suggest = "network_profile"
254
+ elif key == "osProfile":
255
+ suggest = "os_profile"
256
+ elif key == "scheduledEventsProfile":
257
+ suggest = "scheduled_events_profile"
258
+ elif key == "securityPostureReference":
259
+ suggest = "security_posture_reference"
260
+ elif key == "securityProfile":
261
+ suggest = "security_profile"
262
+ elif key == "serviceArtifactReference":
263
+ suggest = "service_artifact_reference"
264
+ elif key == "storageProfile":
265
+ suggest = "storage_profile"
266
+ elif key == "userData":
267
+ suggest = "user_data"
240
268
 
241
269
  if suggest:
242
- pulumi.log.warn(f"Key '{key}' not found in BillingProfileResponse. Access the value via the '{suggest}' property getter instead.")
270
+ pulumi.log.warn(f"Key '{key}' not found in BaseVirtualMachineProfileResponse. Access the value via the '{suggest}' property getter instead.")
243
271
 
244
272
  def __getitem__(self, key: str) -> Any:
245
- BillingProfileResponse.__key_warning(key)
273
+ BaseVirtualMachineProfileResponse.__key_warning(key)
246
274
  return super().__getitem__(key)
247
275
 
248
276
  def get(self, key: str, default = None) -> Any:
249
- BillingProfileResponse.__key_warning(key)
277
+ BaseVirtualMachineProfileResponse.__key_warning(key)
250
278
  return super().get(key, default)
251
279
 
252
280
  def __init__(__self__, *,
253
- max_price: Optional[float] = None):
281
+ time_created: str,
282
+ application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
283
+ capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
284
+ diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
285
+ extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
286
+ hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
287
+ license_type: Optional[str] = None,
288
+ network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
289
+ os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
290
+ scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
291
+ security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
292
+ security_profile: Optional['outputs.SecurityProfileResponse'] = None,
293
+ service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
294
+ storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
295
+ user_data: Optional[str] = None):
296
+ """
297
+ Describes the base virtual machine profile for fleet
298
+ :param str time_created: Specifies the time in which this VM profile for the Virtual Machine Scale Set
299
+ was created. Minimum API version for this property is 2023-09-01. This value
300
+ will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile
301
+ with minimum api-version 2023-09-01. Examples: "2024-07-01T00:00:01.1234567+00:00"
302
+ :param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
303
+ :param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum
304
+ api-version: 2021-04-01.
305
+ :param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state.
306
+ :param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines
307
+ in the scale set.
308
+ :param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum
309
+ api-version: 2021-11-01.
310
+ :param str license_type: Specifies that the image or disk that is being used was licensed on-premises.
311
+ <br><br> Possible values for Windows Server operating system are: <br><br>
312
+ Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux
313
+ Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
314
+ (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
315
+ Windows
316
+ Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
317
+ <br><br> [Azure Hybrid Use Benefit for Linux
318
+ Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
319
+ <br><br> Minimum api-version: 2015-06-15
320
+ :param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the
321
+ scale set.
322
+ :param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale
323
+ set.
324
+ :param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
325
+ :param 'SecurityPostureReferenceResponse' security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale
326
+ set. Minimum api-version: 2023-03-01
327
+ :param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the
328
+ scale set.
329
+ :param 'ServiceArtifactReferenceResponse' service_artifact_reference: Specifies the service artifact reference id used to set same image version for
330
+ all virtual machines in the scale set when using 'latest' image version.
331
+ Minimum api-version: 2022-11-01
332
+ :param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
333
+ :param str user_data: UserData for the virtual machines in the scale set, which must be base-64
334
+ encoded. Customer should not pass any secrets in here. Minimum api-version:
335
+ 2021-03-01.
336
+ """
337
+ pulumi.set(__self__, "time_created", time_created)
338
+ if application_profile is not None:
339
+ pulumi.set(__self__, "application_profile", application_profile)
340
+ if capacity_reservation is not None:
341
+ pulumi.set(__self__, "capacity_reservation", capacity_reservation)
342
+ if diagnostics_profile is not None:
343
+ pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
344
+ if extension_profile is not None:
345
+ pulumi.set(__self__, "extension_profile", extension_profile)
346
+ if hardware_profile is not None:
347
+ pulumi.set(__self__, "hardware_profile", hardware_profile)
348
+ if license_type is not None:
349
+ pulumi.set(__self__, "license_type", license_type)
350
+ if network_profile is not None:
351
+ pulumi.set(__self__, "network_profile", network_profile)
352
+ if os_profile is not None:
353
+ pulumi.set(__self__, "os_profile", os_profile)
354
+ if scheduled_events_profile is not None:
355
+ pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
356
+ if security_posture_reference is not None:
357
+ pulumi.set(__self__, "security_posture_reference", security_posture_reference)
358
+ if security_profile is not None:
359
+ pulumi.set(__self__, "security_profile", security_profile)
360
+ if service_artifact_reference is not None:
361
+ pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
362
+ if storage_profile is not None:
363
+ pulumi.set(__self__, "storage_profile", storage_profile)
364
+ if user_data is not None:
365
+ pulumi.set(__self__, "user_data", user_data)
366
+
367
+ @property
368
+ @pulumi.getter(name="timeCreated")
369
+ def time_created(self) -> str:
370
+ """
371
+ Specifies the time in which this VM profile for the Virtual Machine Scale Set
372
+ was created. Minimum API version for this property is 2023-09-01. This value
373
+ will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile
374
+ with minimum api-version 2023-09-01. Examples: "2024-07-01T00:00:01.1234567+00:00"
375
+ """
376
+ return pulumi.get(self, "time_created")
377
+
378
+ @property
379
+ @pulumi.getter(name="applicationProfile")
380
+ def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
381
+ """
382
+ Specifies the gallery applications that should be made available to the VM/VMSS
383
+ """
384
+ return pulumi.get(self, "application_profile")
385
+
386
+ @property
387
+ @pulumi.getter(name="capacityReservation")
388
+ def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
389
+ """
390
+ Specifies the capacity reservation related details of a scale set. Minimum
391
+ api-version: 2021-04-01.
392
+ """
393
+ return pulumi.get(self, "capacity_reservation")
394
+
395
+ @property
396
+ @pulumi.getter(name="diagnosticsProfile")
397
+ def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
398
+ """
399
+ Specifies the boot diagnostic settings state.
400
+ """
401
+ return pulumi.get(self, "diagnostics_profile")
402
+
403
+ @property
404
+ @pulumi.getter(name="extensionProfile")
405
+ def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
406
+ """
407
+ Specifies a collection of settings for extensions installed on virtual machines
408
+ in the scale set.
409
+ """
410
+ return pulumi.get(self, "extension_profile")
411
+
412
+ @property
413
+ @pulumi.getter(name="hardwareProfile")
414
+ def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
415
+ """
416
+ Specifies the hardware profile related details of a scale set. Minimum
417
+ api-version: 2021-11-01.
418
+ """
419
+ return pulumi.get(self, "hardware_profile")
420
+
421
+ @property
422
+ @pulumi.getter(name="licenseType")
423
+ def license_type(self) -> Optional[str]:
424
+ """
425
+ Specifies that the image or disk that is being used was licensed on-premises.
426
+ <br><br> Possible values for Windows Server operating system are: <br><br>
427
+ Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux
428
+ Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
429
+ (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
430
+ Windows
431
+ Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
432
+ <br><br> [Azure Hybrid Use Benefit for Linux
433
+ Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
434
+ <br><br> Minimum api-version: 2015-06-15
435
+ """
436
+ return pulumi.get(self, "license_type")
437
+
438
+ @property
439
+ @pulumi.getter(name="networkProfile")
440
+ def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
441
+ """
442
+ Specifies properties of the network interfaces of the virtual machines in the
443
+ scale set.
444
+ """
445
+ return pulumi.get(self, "network_profile")
446
+
447
+ @property
448
+ @pulumi.getter(name="osProfile")
449
+ def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
450
+ """
451
+ Specifies the operating system settings for the virtual machines in the scale
452
+ set.
453
+ """
454
+ return pulumi.get(self, "os_profile")
455
+
456
+ @property
457
+ @pulumi.getter(name="scheduledEventsProfile")
458
+ def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
459
+ """
460
+ Specifies Scheduled Event related configurations.
461
+ """
462
+ return pulumi.get(self, "scheduled_events_profile")
463
+
464
+ @property
465
+ @pulumi.getter(name="securityPostureReference")
466
+ def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
254
467
  """
255
- Specifies the billing related details of a Azure Spot VM or VMSS. Minimum api-version: 2019-03-01.
256
- :param float max_price: Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. <br><br> This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. <br><br> The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. <br><br> Possible values are: <br><br> - Any decimal value greater than zero. Example: 0.01538 <br><br> -1 – indicates default price to be up-to on-demand. <br><br> You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. <br><br>Minimum api-version: 2019-03-01.
468
+ Specifies the security posture to be used for all virtual machines in the scale
469
+ set. Minimum api-version: 2023-03-01
257
470
  """
258
- if max_price is not None:
259
- pulumi.set(__self__, "max_price", max_price)
471
+ return pulumi.get(self, "security_posture_reference")
472
+
473
+ @property
474
+ @pulumi.getter(name="securityProfile")
475
+ def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
476
+ """
477
+ Specifies the Security related profile settings for the virtual machines in the
478
+ scale set.
479
+ """
480
+ return pulumi.get(self, "security_profile")
481
+
482
+ @property
483
+ @pulumi.getter(name="serviceArtifactReference")
484
+ def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
485
+ """
486
+ Specifies the service artifact reference id used to set same image version for
487
+ all virtual machines in the scale set when using 'latest' image version.
488
+ Minimum api-version: 2022-11-01
489
+ """
490
+ return pulumi.get(self, "service_artifact_reference")
491
+
492
+ @property
493
+ @pulumi.getter(name="storageProfile")
494
+ def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
495
+ """
496
+ Specifies the storage settings for the virtual machine disks.
497
+ """
498
+ return pulumi.get(self, "storage_profile")
260
499
 
261
500
  @property
262
- @pulumi.getter(name="maxPrice")
263
- def max_price(self) -> Optional[float]:
501
+ @pulumi.getter(name="userData")
502
+ def user_data(self) -> Optional[str]:
264
503
  """
265
- Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. <br><br> This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. <br><br> The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. <br><br> Possible values are: <br><br> - Any decimal value greater than zero. Example: 0.01538 <br><br> -1 – indicates default price to be up-to on-demand. <br><br> You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. <br><br>Minimum api-version: 2019-03-01.
504
+ UserData for the virtual machines in the scale set, which must be base-64
505
+ encoded. Customer should not pass any secrets in here. Minimum api-version:
506
+ 2021-03-01.
266
507
  """
267
- return pulumi.get(self, "max_price")
508
+ return pulumi.get(self, "user_data")
268
509
 
269
510
 
270
511
  @pulumi.output_type
271
512
  class BootDiagnosticsResponse(dict):
272
513
  """
273
- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
514
+ Boot Diagnostics is a debugging feature which allows you to view Console Output
515
+ and Screenshot to diagnose VM status. You can easily view the output of your
516
+ console log. Azure also enables you to see a screenshot of the VM from the
517
+ hypervisor.
274
518
  """
275
519
  @staticmethod
276
520
  def __key_warning(key: str):
@@ -293,9 +537,14 @@ class BootDiagnosticsResponse(dict):
293
537
  enabled: Optional[bool] = None,
294
538
  storage_uri: Optional[str] = None):
295
539
  """
296
- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
540
+ Boot Diagnostics is a debugging feature which allows you to view Console Output
541
+ and Screenshot to diagnose VM status. You can easily view the output of your
542
+ console log. Azure also enables you to see a screenshot of the VM from the
543
+ hypervisor.
297
544
  :param bool enabled: Whether boot diagnostics should be enabled on the Virtual Machine.
298
- :param str storage_uri: Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
545
+ :param str storage_uri: Uri of the storage account to use for placing the console output and
546
+ screenshot. If storageUri is not specified while enabling boot diagnostics,
547
+ managed storage will be used.
299
548
  """
300
549
  if enabled is not None:
301
550
  pulumi.set(__self__, "enabled", enabled)
@@ -314,7 +563,9 @@ class BootDiagnosticsResponse(dict):
314
563
  @pulumi.getter(name="storageUri")
315
564
  def storage_uri(self) -> Optional[str]:
316
565
  """
317
- Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
566
+ Uri of the storage account to use for placing the console output and
567
+ screenshot. If storageUri is not specified while enabling boot diagnostics,
568
+ managed storage will be used.
318
569
  """
319
570
  return pulumi.get(self, "storage_uri")
320
571
 
@@ -345,7 +596,10 @@ class CapacityReservationProfileResponse(dict):
345
596
  capacity_reservation_group: Optional['outputs.SubResourceResponse'] = None):
346
597
  """
347
598
  The parameters of a capacity reservation Profile.
348
- :param 'SubResourceResponse' capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
599
+ :param 'SubResourceResponse' capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for
600
+ allocating the virtual machine or scaleset vm instances provided enough
601
+ capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
602
+ for more details.
349
603
  """
350
604
  if capacity_reservation_group is not None:
351
605
  pulumi.set(__self__, "capacity_reservation_group", capacity_reservation_group)
@@ -354,7 +608,10 @@ class CapacityReservationProfileResponse(dict):
354
608
  @pulumi.getter(name="capacityReservationGroup")
355
609
  def capacity_reservation_group(self) -> Optional['outputs.SubResourceResponse']:
356
610
  """
357
- Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
611
+ Specifies the capacity reservation group resource id that should be used for
612
+ allocating the virtual machine or scaleset vm instances provided enough
613
+ capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
614
+ for more details.
358
615
  """
359
616
  return pulumi.get(self, "capacity_reservation_group")
360
617
 
@@ -386,12 +643,12 @@ class ComputeProfileResponse(dict):
386
643
  return super().get(key, default)
387
644
 
388
645
  def __init__(__self__, *,
389
- base_virtual_machine_profile: 'outputs.VirtualMachineScaleSetVMProfileResponse',
646
+ base_virtual_machine_profile: 'outputs.BaseVirtualMachineProfileResponse',
390
647
  compute_api_version: Optional[str] = None,
391
648
  platform_fault_domain_count: Optional[int] = None):
392
649
  """
393
650
  Compute Profile to use for running user's workloads.
394
- :param 'VirtualMachineScaleSetVMProfileResponse' base_virtual_machine_profile: Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
651
+ :param 'BaseVirtualMachineProfileResponse' base_virtual_machine_profile: Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
395
652
  :param str compute_api_version: Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
396
653
  The default value will be the latest supported computeApiVersion by Compute Fleet.
397
654
  :param int platform_fault_domain_count: Specifies the number of fault domains to use when creating the underlying VMSS.
@@ -408,7 +665,7 @@ class ComputeProfileResponse(dict):
408
665
 
409
666
  @property
410
667
  @pulumi.getter(name="baseVirtualMachineProfile")
411
- def base_virtual_machine_profile(self) -> 'outputs.VirtualMachineScaleSetVMProfileResponse':
668
+ def base_virtual_machine_profile(self) -> 'outputs.BaseVirtualMachineProfileResponse':
412
669
  """
413
670
  Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
414
671
  """
@@ -462,7 +719,11 @@ class DiagnosticsProfileResponse(dict):
462
719
  boot_diagnostics: Optional['outputs.BootDiagnosticsResponse'] = None):
463
720
  """
464
721
  Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
465
- :param 'BootDiagnosticsResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
722
+ :param 'BootDiagnosticsResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output
723
+ and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
724
+ specified then ensure that the storage account is in the same region and
725
+ subscription as the VM. You can easily view the output of your console log.
726
+ Azure also enables you to see a screenshot of the VM from the hypervisor.
466
727
  """
467
728
  if boot_diagnostics is not None:
468
729
  pulumi.set(__self__, "boot_diagnostics", boot_diagnostics)
@@ -471,7 +732,11 @@ class DiagnosticsProfileResponse(dict):
471
732
  @pulumi.getter(name="bootDiagnostics")
472
733
  def boot_diagnostics(self) -> Optional['outputs.BootDiagnosticsResponse']:
473
734
  """
474
- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
735
+ Boot Diagnostics is a debugging feature which allows you to view Console Output
736
+ and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
737
+ specified then ensure that the storage account is in the same region and
738
+ subscription as the VM. You can easily view the output of your console log.
739
+ Azure also enables you to see a screenshot of the VM from the hypervisor.
475
740
  """
476
741
  return pulumi.get(self, "boot_diagnostics")
477
742
 
@@ -479,15 +744,25 @@ class DiagnosticsProfileResponse(dict):
479
744
  @pulumi.output_type
480
745
  class DiffDiskSettingsResponse(dict):
481
746
  """
482
- Describes the parameters of ephemeral disk settings that can be specified for operating system disk. **Note:** The ephemeral disk settings can only be specified for managed disk.
747
+ Describes the parameters of ephemeral disk settings that can be specified for
748
+ operating system disk. **Note:** The ephemeral disk settings can only be
749
+ specified for managed disk.
483
750
  """
484
751
  def __init__(__self__, *,
485
752
  option: Optional[str] = None,
486
753
  placement: Optional[str] = None):
487
754
  """
488
- Describes the parameters of ephemeral disk settings that can be specified for operating system disk. **Note:** The ephemeral disk settings can only be specified for managed disk.
755
+ Describes the parameters of ephemeral disk settings that can be specified for
756
+ operating system disk. **Note:** The ephemeral disk settings can only be
757
+ specified for managed disk.
489
758
  :param str option: Specifies the ephemeral disk settings for operating system disk.
490
- :param str placement: Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
759
+ :param str placement: Specifies the ephemeral disk placement for operating system disk. Possible
760
+ values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
761
+ **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
762
+ is used. Refer to the VM size documentation for Windows VM at
763
+ https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
764
+ https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
765
+ sizes exposes a cache disk.
491
766
  """
492
767
  if option is not None:
493
768
  pulumi.set(__self__, "option", option)
@@ -506,7 +781,13 @@ class DiffDiskSettingsResponse(dict):
506
781
  @pulumi.getter
507
782
  def placement(self) -> Optional[str]:
508
783
  """
509
- Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
784
+ Specifies the ephemeral disk placement for operating system disk. Possible
785
+ values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
786
+ **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
787
+ is used. Refer to the VM size documentation for Windows VM at
788
+ https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
789
+ https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
790
+ sizes exposes a cache disk.
510
791
  """
511
792
  return pulumi.get(self, "placement")
512
793
 
@@ -514,12 +795,18 @@ class DiffDiskSettingsResponse(dict):
514
795
  @pulumi.output_type
515
796
  class DiskEncryptionSetParametersResponse(dict):
516
797
  """
517
- Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. **Note:** The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
798
+ Describes the parameter of customer managed disk encryption set resource id
799
+ that can be specified for disk. **Note:** The disk encryption set resource id
800
+ can only be specified for managed disk. Please refer
801
+ https://aka.ms/mdssewithcmkoverview for more details.
518
802
  """
519
803
  def __init__(__self__, *,
520
804
  id: Optional[str] = None):
521
805
  """
522
- Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. **Note:** The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
806
+ Describes the parameter of customer managed disk encryption set resource id
807
+ that can be specified for disk. **Note:** The disk encryption set resource id
808
+ can only be specified for managed disk. Please refer
809
+ https://aka.ms/mdssewithcmkoverview for more details.
523
810
  :param str id: Resource Id
524
811
  """
525
812
  if id is not None:
@@ -537,7 +824,8 @@ class DiskEncryptionSetParametersResponse(dict):
537
824
  @pulumi.output_type
538
825
  class EncryptionIdentityResponse(dict):
539
826
  """
540
- Specifies the Managed Identity used by ADE to get access token for keyvault operations.
827
+ Specifies the Managed Identity used by ADE to get access token for keyvault
828
+ operations.
541
829
  """
542
830
  @staticmethod
543
831
  def __key_warning(key: str):
@@ -559,7 +847,8 @@ class EncryptionIdentityResponse(dict):
559
847
  def __init__(__self__, *,
560
848
  user_assigned_identity_resource_id: Optional[str] = None):
561
849
  """
562
- Specifies the Managed Identity used by ADE to get access token for keyvault operations.
850
+ Specifies the Managed Identity used by ADE to get access token for keyvault
851
+ operations.
563
852
  :param str user_assigned_identity_resource_id: Specifies ARM Resource ID of one of the user identities associated with the VM.
564
853
  """
565
854
  if user_assigned_identity_resource_id is not None:
@@ -577,7 +866,11 @@ class EncryptionIdentityResponse(dict):
577
866
  @pulumi.output_type
578
867
  class ImageReferenceResponse(dict):
579
868
  """
580
- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
869
+ Specifies information about the image to use. You can specify information about
870
+ platform images, marketplace images, or virtual machine images. This element is
871
+ required when you want to use a platform image, marketplace image, or virtual
872
+ machine image, but is not used in other creation operations. NOTE: Image
873
+ reference publisher and offer can only be set when you create the scale set.
581
874
  """
582
875
  @staticmethod
583
876
  def __key_warning(key: str):
@@ -610,15 +903,33 @@ class ImageReferenceResponse(dict):
610
903
  sku: Optional[str] = None,
611
904
  version: Optional[str] = None):
612
905
  """
613
- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
614
- :param str exact_version: Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
615
- :param str community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
906
+ Specifies information about the image to use. You can specify information about
907
+ platform images, marketplace images, or virtual machine images. This element is
908
+ required when you want to use a platform image, marketplace image, or virtual
909
+ machine image, but is not used in other creation operations. NOTE: Image
910
+ reference publisher and offer can only be set when you create the scale set.
911
+ :param str exact_version: Specifies in decimal numbers, the version of platform image or marketplace
912
+ image used to create the virtual machine. This readonly field differs from 'version',
913
+ only if the value specified in 'version' field is 'latest'.
914
+ :param str community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be
915
+ fetched from community gallery image GET call.
616
916
  :param str id: Resource Id
617
- :param str offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
917
+ :param str offer: Specifies the offer of the platform image or marketplace image used to create
918
+ the virtual machine.
618
919
  :param str publisher: The image publisher.
619
- :param str shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
920
+ :param str shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be
921
+ fetched from shared gallery image GET call.
620
922
  :param str sku: The image SKU.
621
- :param str version: Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
923
+ :param str version: Specifies the version of the platform image or marketplace image used to create
924
+ the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
925
+ Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
926
+ version of an image available at deploy time. Even if you use 'latest', the VM
927
+ image will not automatically update after deploy time even if a new version
928
+ becomes available. Please do not use field 'version' for gallery image
929
+ deployment, gallery image should always use 'id' field for deployment, to use 'latest'
930
+ version of gallery image, just set
931
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
932
+ in the 'id' field without version input.
622
933
  """
623
934
  pulumi.set(__self__, "exact_version", exact_version)
624
935
  if community_gallery_image_id is not None:
@@ -640,7 +951,9 @@ class ImageReferenceResponse(dict):
640
951
  @pulumi.getter(name="exactVersion")
641
952
  def exact_version(self) -> str:
642
953
  """
643
- Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
954
+ Specifies in decimal numbers, the version of platform image or marketplace
955
+ image used to create the virtual machine. This readonly field differs from 'version',
956
+ only if the value specified in 'version' field is 'latest'.
644
957
  """
645
958
  return pulumi.get(self, "exact_version")
646
959
 
@@ -648,7 +961,8 @@ class ImageReferenceResponse(dict):
648
961
  @pulumi.getter(name="communityGalleryImageId")
649
962
  def community_gallery_image_id(self) -> Optional[str]:
650
963
  """
651
- Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
964
+ Specified the community gallery image unique id for vm deployment. This can be
965
+ fetched from community gallery image GET call.
652
966
  """
653
967
  return pulumi.get(self, "community_gallery_image_id")
654
968
 
@@ -664,7 +978,8 @@ class ImageReferenceResponse(dict):
664
978
  @pulumi.getter
665
979
  def offer(self) -> Optional[str]:
666
980
  """
667
- Specifies the offer of the platform image or marketplace image used to create the virtual machine.
981
+ Specifies the offer of the platform image or marketplace image used to create
982
+ the virtual machine.
668
983
  """
669
984
  return pulumi.get(self, "offer")
670
985
 
@@ -680,7 +995,8 @@ class ImageReferenceResponse(dict):
680
995
  @pulumi.getter(name="sharedGalleryImageId")
681
996
  def shared_gallery_image_id(self) -> Optional[str]:
682
997
  """
683
- Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
998
+ Specified the shared gallery image unique id for vm deployment. This can be
999
+ fetched from shared gallery image GET call.
684
1000
  """
685
1001
  return pulumi.get(self, "shared_gallery_image_id")
686
1002
 
@@ -696,99 +1012,20 @@ class ImageReferenceResponse(dict):
696
1012
  @pulumi.getter
697
1013
  def version(self) -> Optional[str]:
698
1014
  """
699
- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
1015
+ Specifies the version of the platform image or marketplace image used to create
1016
+ the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
1017
+ Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
1018
+ version of an image available at deploy time. Even if you use 'latest', the VM
1019
+ image will not automatically update after deploy time even if a new version
1020
+ becomes available. Please do not use field 'version' for gallery image
1021
+ deployment, gallery image should always use 'id' field for deployment, to use 'latest'
1022
+ version of gallery image, just set
1023
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
1024
+ in the 'id' field without version input.
700
1025
  """
701
1026
  return pulumi.get(self, "version")
702
1027
 
703
1028
 
704
- @pulumi.output_type
705
- class InstanceViewStatusResponse(dict):
706
- """
707
- Instance view status.
708
- """
709
- @staticmethod
710
- def __key_warning(key: str):
711
- suggest = None
712
- if key == "displayStatus":
713
- suggest = "display_status"
714
-
715
- if suggest:
716
- pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
717
-
718
- def __getitem__(self, key: str) -> Any:
719
- InstanceViewStatusResponse.__key_warning(key)
720
- return super().__getitem__(key)
721
-
722
- def get(self, key: str, default = None) -> Any:
723
- InstanceViewStatusResponse.__key_warning(key)
724
- return super().get(key, default)
725
-
726
- def __init__(__self__, *,
727
- code: Optional[str] = None,
728
- display_status: Optional[str] = None,
729
- level: Optional[str] = None,
730
- message: Optional[str] = None,
731
- time: Optional[str] = None):
732
- """
733
- Instance view status.
734
- :param str code: The status code.
735
- :param str display_status: The short localizable label for the status.
736
- :param str level: The level code.
737
- :param str message: The detailed status message, including for alerts and error messages.
738
- :param str time: The time of the status.
739
- """
740
- if code is not None:
741
- pulumi.set(__self__, "code", code)
742
- if display_status is not None:
743
- pulumi.set(__self__, "display_status", display_status)
744
- if level is not None:
745
- pulumi.set(__self__, "level", level)
746
- if message is not None:
747
- pulumi.set(__self__, "message", message)
748
- if time is not None:
749
- pulumi.set(__self__, "time", time)
750
-
751
- @property
752
- @pulumi.getter
753
- def code(self) -> Optional[str]:
754
- """
755
- The status code.
756
- """
757
- return pulumi.get(self, "code")
758
-
759
- @property
760
- @pulumi.getter(name="displayStatus")
761
- def display_status(self) -> Optional[str]:
762
- """
763
- The short localizable label for the status.
764
- """
765
- return pulumi.get(self, "display_status")
766
-
767
- @property
768
- @pulumi.getter
769
- def level(self) -> Optional[str]:
770
- """
771
- The level code.
772
- """
773
- return pulumi.get(self, "level")
774
-
775
- @property
776
- @pulumi.getter
777
- def message(self) -> Optional[str]:
778
- """
779
- The detailed status message, including for alerts and error messages.
780
- """
781
- return pulumi.get(self, "message")
782
-
783
- @property
784
- @pulumi.getter
785
- def time(self) -> Optional[str]:
786
- """
787
- The time of the status.
788
- """
789
- return pulumi.get(self, "time")
790
-
791
-
792
1029
  @pulumi.output_type
793
1030
  class KeyVaultSecretReferenceResponse(dict):
794
1031
  """
@@ -844,7 +1081,9 @@ class KeyVaultSecretReferenceResponse(dict):
844
1081
  @pulumi.output_type
845
1082
  class LinuxConfigurationResponse(dict):
846
1083
  """
847
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1084
+ Specifies the Linux operating system settings on the virtual machine. For a
1085
+ list of supported Linux distributions, see [Linux on Azure-Endorsed
1086
+ Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
848
1087
  """
849
1088
  @staticmethod
850
1089
  def __key_warning(key: str):
@@ -876,11 +1115,17 @@ class LinuxConfigurationResponse(dict):
876
1115
  provision_vm_agent: Optional[bool] = None,
877
1116
  ssh: Optional['outputs.SshConfigurationResponse'] = None):
878
1117
  """
879
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1118
+ Specifies the Linux operating system settings on the virtual machine. For a
1119
+ list of supported Linux distributions, see [Linux on Azure-Endorsed
1120
+ Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
880
1121
  :param bool disable_password_authentication: Specifies whether password authentication should be disabled.
881
- :param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
1122
+ :param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
1123
+ machine. Default value is false.
882
1124
  :param 'LinuxPatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
883
- :param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
1125
+ :param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
1126
+ machine. When this property is not specified in the request body, default
1127
+ behavior is to set it to true. This will ensure that VM Agent is installed on
1128
+ the VM so that extensions can be added to the VM later.
884
1129
  :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
885
1130
  """
886
1131
  if disable_password_authentication is not None:
@@ -906,7 +1151,8 @@ class LinuxConfigurationResponse(dict):
906
1151
  @pulumi.getter(name="enableVMAgentPlatformUpdates")
907
1152
  def enable_vm_agent_platform_updates(self) -> Optional[bool]:
908
1153
  """
909
- Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
1154
+ Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
1155
+ machine. Default value is false.
910
1156
  """
911
1157
  return pulumi.get(self, "enable_vm_agent_platform_updates")
912
1158
 
@@ -922,7 +1168,10 @@ class LinuxConfigurationResponse(dict):
922
1168
  @pulumi.getter(name="provisionVMAgent")
923
1169
  def provision_vm_agent(self) -> Optional[bool]:
924
1170
  """
925
- Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
1171
+ Indicates whether virtual machine agent should be provisioned on the virtual
1172
+ machine. When this property is not specified in the request body, default
1173
+ behavior is to set it to true. This will ensure that VM Agent is installed on
1174
+ the VM so that extensions can be added to the VM later.
926
1175
  """
927
1176
  return pulumi.get(self, "provision_vm_agent")
928
1177
 
@@ -967,9 +1216,19 @@ class LinuxPatchSettingsResponse(dict):
967
1216
  patch_mode: Optional[str] = None):
968
1217
  """
969
1218
  Specifies settings related to VM Guest Patching on Linux.
970
- :param str assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
971
- :param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
972
- :param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
1219
+ :param str assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
1220
+ machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
1221
+ control the timing of patch assessments on a virtual machine. <br /><br />
1222
+ **AutomaticByPlatform** - The platform will trigger periodic patch assessments.
1223
+ The property provisionVMAgent must be true.
1224
+ :param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
1225
+ Patching on Linux.
1226
+ :param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
1227
+ machines associated to virtual machine scale set with OrchestrationMode as
1228
+ Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
1229
+ virtual machine's default patching configuration is used. <br /><br />
1230
+ **AutomaticByPlatform** - The virtual machine will be automatically updated by
1231
+ the platform. The property provisionVMAgent must be true
973
1232
  """
974
1233
  if assessment_mode is not None:
975
1234
  pulumi.set(__self__, "assessment_mode", assessment_mode)
@@ -982,7 +1241,11 @@ class LinuxPatchSettingsResponse(dict):
982
1241
  @pulumi.getter(name="assessmentMode")
983
1242
  def assessment_mode(self) -> Optional[str]:
984
1243
  """
985
- Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
1244
+ Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
1245
+ machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
1246
+ control the timing of patch assessments on a virtual machine. <br /><br />
1247
+ **AutomaticByPlatform** - The platform will trigger periodic patch assessments.
1248
+ The property provisionVMAgent must be true.
986
1249
  """
987
1250
  return pulumi.get(self, "assessment_mode")
988
1251
 
@@ -990,7 +1253,8 @@ class LinuxPatchSettingsResponse(dict):
990
1253
  @pulumi.getter(name="automaticByPlatformSettings")
991
1254
  def automatic_by_platform_settings(self) -> Optional['outputs.LinuxVMGuestPatchAutomaticByPlatformSettingsResponse']:
992
1255
  """
993
- Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
1256
+ Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
1257
+ Patching on Linux.
994
1258
  """
995
1259
  return pulumi.get(self, "automatic_by_platform_settings")
996
1260
 
@@ -998,7 +1262,12 @@ class LinuxPatchSettingsResponse(dict):
998
1262
  @pulumi.getter(name="patchMode")
999
1263
  def patch_mode(self) -> Optional[str]:
1000
1264
  """
1001
- Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
1265
+ Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
1266
+ machines associated to virtual machine scale set with OrchestrationMode as
1267
+ Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
1268
+ virtual machine's default patching configuration is used. <br /><br />
1269
+ **AutomaticByPlatform** - The virtual machine will be automatically updated by
1270
+ the platform. The property provisionVMAgent must be true
1002
1271
  """
1003
1272
  return pulumi.get(self, "patch_mode")
1004
1273
 
@@ -1006,7 +1275,8 @@ class LinuxPatchSettingsResponse(dict):
1006
1275
  @pulumi.output_type
1007
1276
  class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
1008
1277
  """
1009
- Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
1278
+ Specifies additional settings to be applied when patch mode AutomaticByPlatform
1279
+ is selected in Linux patch settings.
1010
1280
  """
1011
1281
  @staticmethod
1012
1282
  def __key_warning(key: str):
@@ -1031,9 +1301,11 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
1031
1301
  bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
1032
1302
  reboot_setting: Optional[str] = None):
1033
1303
  """
1034
- Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
1304
+ Specifies additional settings to be applied when patch mode AutomaticByPlatform
1305
+ is selected in Linux patch settings.
1035
1306
  :param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
1036
- :param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
1307
+ :param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
1308
+ operations.
1037
1309
  """
1038
1310
  if bypass_platform_safety_checks_on_user_schedule is not None:
1039
1311
  pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
@@ -1052,7 +1324,8 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
1052
1324
  @pulumi.getter(name="rebootSetting")
1053
1325
  def reboot_setting(self) -> Optional[str]:
1054
1326
  """
1055
- Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
1327
+ Specifies the reboot setting for all AutomaticByPlatform patch installation
1328
+ operations.
1056
1329
  """
1057
1330
  return pulumi.get(self, "reboot_setting")
1058
1331
 
@@ -1136,6 +1409,9 @@ class ManagedServiceIdentityResponse(dict):
1136
1409
 
1137
1410
  @pulumi.output_type
1138
1411
  class OSImageNotificationProfileResponse(dict):
1412
+ """
1413
+ Specifies OS Image Scheduled Event related configurations.
1414
+ """
1139
1415
  @staticmethod
1140
1416
  def __key_warning(key: str):
1141
1417
  suggest = None
@@ -1157,8 +1433,12 @@ class OSImageNotificationProfileResponse(dict):
1157
1433
  enable: Optional[bool] = None,
1158
1434
  not_before_timeout: Optional[str] = None):
1159
1435
  """
1436
+ Specifies OS Image Scheduled Event related configurations.
1160
1437
  :param bool enable: Specifies whether the OS Image Scheduled event is enabled or disabled.
1161
- :param str not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
1438
+ :param str not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will
1439
+ have to potentially approve the OS Image Scheduled Event before the event is
1440
+ auto approved (timed out). The configuration is specified in ISO 8601 format,
1441
+ and the value must not exceed 15 minutes (PT15M)
1162
1442
  """
1163
1443
  if enable is not None:
1164
1444
  pulumi.set(__self__, "enable", enable)
@@ -1177,7 +1457,10 @@ class OSImageNotificationProfileResponse(dict):
1177
1457
  @pulumi.getter(name="notBeforeTimeout")
1178
1458
  def not_before_timeout(self) -> Optional[str]:
1179
1459
  """
1180
- Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
1460
+ Length of time a Virtual Machine being reimaged or having its OS upgraded will
1461
+ have to potentially approve the OS Image Scheduled Event before the event is
1462
+ auto approved (timed out). The configuration is specified in ISO 8601 format,
1463
+ and the value must not exceed 15 minutes (PT15M)
1181
1464
  """
1182
1465
  return pulumi.get(self, "not_before_timeout")
1183
1466
 
@@ -1217,10 +1500,27 @@ class PatchSettingsResponse(dict):
1217
1500
  patch_mode: Optional[str] = None):
1218
1501
  """
1219
1502
  Specifies settings related to VM Guest Patching on Windows.
1220
- :param str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
1221
- :param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
1222
- :param bool enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
1223
- :param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
1503
+ :param str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual
1504
+ machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
1505
+ control the timing of patch assessments on a virtual machine.<br /><br />
1506
+ **AutomaticByPlatform** - The platform will trigger periodic patch assessments.
1507
+ The property provisionVMAgent must be true.
1508
+ :param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
1509
+ Patching on Windows.
1510
+ :param bool enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For
1511
+ enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
1512
+ must be set to 'AutomaticByPlatform'.
1513
+ :param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
1514
+ machines associated to virtual machine scale set with OrchestrationMode as
1515
+ Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
1516
+ control the application of patches to a virtual machine. You do this by
1517
+ applying patches manually inside the VM. In this mode, automatic updates are
1518
+ disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
1519
+ false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
1520
+ updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
1521
+ must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
1522
+ automatically updated by the platform. The properties provisionVMAgent and
1523
+ WindowsConfiguration.enableAutomaticUpdates must be true
1224
1524
  """
1225
1525
  if assessment_mode is not None:
1226
1526
  pulumi.set(__self__, "assessment_mode", assessment_mode)
@@ -1235,7 +1535,11 @@ class PatchSettingsResponse(dict):
1235
1535
  @pulumi.getter(name="assessmentMode")
1236
1536
  def assessment_mode(self) -> Optional[str]:
1237
1537
  """
1238
- Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
1538
+ Specifies the mode of VM Guest patch assessment for the IaaS virtual
1539
+ machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
1540
+ control the timing of patch assessments on a virtual machine.<br /><br />
1541
+ **AutomaticByPlatform** - The platform will trigger periodic patch assessments.
1542
+ The property provisionVMAgent must be true.
1239
1543
  """
1240
1544
  return pulumi.get(self, "assessment_mode")
1241
1545
 
@@ -1243,7 +1547,8 @@ class PatchSettingsResponse(dict):
1243
1547
  @pulumi.getter(name="automaticByPlatformSettings")
1244
1548
  def automatic_by_platform_settings(self) -> Optional['outputs.WindowsVMGuestPatchAutomaticByPlatformSettingsResponse']:
1245
1549
  """
1246
- Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
1550
+ Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
1551
+ Patching on Windows.
1247
1552
  """
1248
1553
  return pulumi.get(self, "automatic_by_platform_settings")
1249
1554
 
@@ -1251,7 +1556,9 @@ class PatchSettingsResponse(dict):
1251
1556
  @pulumi.getter(name="enableHotpatching")
1252
1557
  def enable_hotpatching(self) -> Optional[bool]:
1253
1558
  """
1254
- Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
1559
+ Enables customers to patch their Azure VMs without requiring a reboot. For
1560
+ enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
1561
+ must be set to 'AutomaticByPlatform'.
1255
1562
  """
1256
1563
  return pulumi.get(self, "enable_hotpatching")
1257
1564
 
@@ -1259,7 +1566,17 @@ class PatchSettingsResponse(dict):
1259
1566
  @pulumi.getter(name="patchMode")
1260
1567
  def patch_mode(self) -> Optional[str]:
1261
1568
  """
1262
- Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
1569
+ Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
1570
+ machines associated to virtual machine scale set with OrchestrationMode as
1571
+ Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
1572
+ control the application of patches to a virtual machine. You do this by
1573
+ applying patches manually inside the VM. In this mode, automatic updates are
1574
+ disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
1575
+ false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
1576
+ updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
1577
+ must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
1578
+ automatically updated by the platform. The properties provisionVMAgent and
1579
+ WindowsConfiguration.enableAutomaticUpdates must be true
1263
1580
  """
1264
1581
  return pulumi.get(self, "patch_mode")
1265
1582
 
@@ -1352,7 +1669,8 @@ class PlanResponse(dict):
1352
1669
  @pulumi.output_type
1353
1670
  class ProxyAgentSettingsResponse(dict):
1354
1671
  """
1355
- Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
1672
+ Specifies ProxyAgent settings while creating the virtual machine. Minimum
1673
+ api-version: 2023-09-01.
1356
1674
  """
1357
1675
  @staticmethod
1358
1676
  def __key_warning(key: str):
@@ -1376,10 +1694,16 @@ class ProxyAgentSettingsResponse(dict):
1376
1694
  key_incarnation_id: Optional[int] = None,
1377
1695
  mode: Optional[str] = None):
1378
1696
  """
1379
- Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
1380
- :param bool enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
1381
- :param int key_incarnation_id: Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
1382
- :param str mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
1697
+ Specifies ProxyAgent settings while creating the virtual machine. Minimum
1698
+ api-version: 2023-09-01.
1699
+ :param bool enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine
1700
+ or virtual machine scale set.
1701
+ :param int key_incarnation_id: Increase the value of this property allows user to reset the key used for
1702
+ securing communication channel between guest and host.
1703
+ :param str mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled.
1704
+ ProxyAgent will start to audit or monitor but not enforce access control over
1705
+ requests to host endpoints in Audit mode, while in Enforce mode it will enforce
1706
+ access control. The default value is Enforce mode.
1383
1707
  """
1384
1708
  if enabled is not None:
1385
1709
  pulumi.set(__self__, "enabled", enabled)
@@ -1392,7 +1716,8 @@ class ProxyAgentSettingsResponse(dict):
1392
1716
  @pulumi.getter
1393
1717
  def enabled(self) -> Optional[bool]:
1394
1718
  """
1395
- Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
1719
+ Specifies whether ProxyAgent feature should be enabled on the virtual machine
1720
+ or virtual machine scale set.
1396
1721
  """
1397
1722
  return pulumi.get(self, "enabled")
1398
1723
 
@@ -1400,7 +1725,8 @@ class ProxyAgentSettingsResponse(dict):
1400
1725
  @pulumi.getter(name="keyIncarnationId")
1401
1726
  def key_incarnation_id(self) -> Optional[int]:
1402
1727
  """
1403
- Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
1728
+ Increase the value of this property allows user to reset the key used for
1729
+ securing communication channel between guest and host.
1404
1730
  """
1405
1731
  return pulumi.get(self, "key_incarnation_id")
1406
1732
 
@@ -1408,7 +1734,10 @@ class ProxyAgentSettingsResponse(dict):
1408
1734
  @pulumi.getter
1409
1735
  def mode(self) -> Optional[str]:
1410
1736
  """
1411
- Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
1737
+ Specifies the mode that ProxyAgent will execute on if the feature is enabled.
1738
+ ProxyAgent will start to audit or monitor but not enforce access control over
1739
+ requests to host endpoints in Audit mode, while in Enforce mode it will enforce
1740
+ access control. The default value is Enforce mode.
1412
1741
  """
1413
1742
  return pulumi.get(self, "mode")
1414
1743
 
@@ -1416,13 +1745,15 @@ class ProxyAgentSettingsResponse(dict):
1416
1745
  @pulumi.output_type
1417
1746
  class PublicIPAddressSkuResponse(dict):
1418
1747
  """
1419
- Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
1748
+ Describes the public IP Sku. It can only be set with OrchestrationMode as
1749
+ Flexible.
1420
1750
  """
1421
1751
  def __init__(__self__, *,
1422
1752
  name: Optional[str] = None,
1423
1753
  tier: Optional[str] = None):
1424
1754
  """
1425
- Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
1755
+ Describes the public IP Sku. It can only be set with OrchestrationMode as
1756
+ Flexible.
1426
1757
  :param str name: Specify public IP sku name
1427
1758
  :param str tier: Specify public IP sku tier
1428
1759
  """
@@ -1516,6 +1847,9 @@ class RegularPriorityProfileResponse(dict):
1516
1847
 
1517
1848
  @pulumi.output_type
1518
1849
  class ScheduledEventsProfileResponse(dict):
1850
+ """
1851
+ Specifies Scheduled Event related configurations.
1852
+ """
1519
1853
  @staticmethod
1520
1854
  def __key_warning(key: str):
1521
1855
  suggest = None
@@ -1539,6 +1873,7 @@ class ScheduledEventsProfileResponse(dict):
1539
1873
  os_image_notification_profile: Optional['outputs.OSImageNotificationProfileResponse'] = None,
1540
1874
  terminate_notification_profile: Optional['outputs.TerminateNotificationProfileResponse'] = None):
1541
1875
  """
1876
+ Specifies Scheduled Event related configurations.
1542
1877
  :param 'OSImageNotificationProfileResponse' os_image_notification_profile: Specifies OS Image Scheduled Event related configurations.
1543
1878
  :param 'TerminateNotificationProfileResponse' terminate_notification_profile: Specifies Terminate Scheduled Event related configurations.
1544
1879
  """
@@ -1567,13 +1902,16 @@ class ScheduledEventsProfileResponse(dict):
1567
1902
  @pulumi.output_type
1568
1903
  class SecurityPostureReferenceResponse(dict):
1569
1904
  """
1570
- Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
1905
+ Specifies the security posture to be used for all virtual machines in the scale
1906
+ set. Minimum api-version: 2023-03-01
1571
1907
  """
1572
1908
  @staticmethod
1573
1909
  def __key_warning(key: str):
1574
1910
  suggest = None
1575
1911
  if key == "excludeExtensions":
1576
1912
  suggest = "exclude_extensions"
1913
+ elif key == "isOverridable":
1914
+ suggest = "is_overridable"
1577
1915
 
1578
1916
  if suggest:
1579
1917
  pulumi.log.warn(f"Key '{key}' not found in SecurityPostureReferenceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -1587,23 +1925,31 @@ class SecurityPostureReferenceResponse(dict):
1587
1925
  return super().get(key, default)
1588
1926
 
1589
1927
  def __init__(__self__, *,
1590
- exclude_extensions: Optional[Sequence['outputs.VirtualMachineExtensionResponse']] = None,
1591
- id: Optional[str] = None):
1928
+ exclude_extensions: Optional[Sequence[str]] = None,
1929
+ id: Optional[str] = None,
1930
+ is_overridable: Optional[bool] = None):
1592
1931
  """
1593
- Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
1594
- :param Sequence['VirtualMachineExtensionResponse'] exclude_extensions: List of virtual machine extensions to exclude when applying the Security Posture.
1595
- :param str id: The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
1932
+ Specifies the security posture to be used for all virtual machines in the scale
1933
+ set. Minimum api-version: 2023-03-01
1934
+ :param Sequence[str] exclude_extensions: List of virtual machine extension names to exclude when applying the security
1935
+ posture.
1936
+ :param str id: The security posture reference id in the form of
1937
+ /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
1938
+ :param bool is_overridable: Whether the security posture can be overridden by the user.
1596
1939
  """
1597
1940
  if exclude_extensions is not None:
1598
1941
  pulumi.set(__self__, "exclude_extensions", exclude_extensions)
1599
1942
  if id is not None:
1600
1943
  pulumi.set(__self__, "id", id)
1944
+ if is_overridable is not None:
1945
+ pulumi.set(__self__, "is_overridable", is_overridable)
1601
1946
 
1602
1947
  @property
1603
1948
  @pulumi.getter(name="excludeExtensions")
1604
- def exclude_extensions(self) -> Optional[Sequence['outputs.VirtualMachineExtensionResponse']]:
1949
+ def exclude_extensions(self) -> Optional[Sequence[str]]:
1605
1950
  """
1606
- List of virtual machine extensions to exclude when applying the Security Posture.
1951
+ List of virtual machine extension names to exclude when applying the security
1952
+ posture.
1607
1953
  """
1608
1954
  return pulumi.get(self, "exclude_extensions")
1609
1955
 
@@ -1611,15 +1957,25 @@ class SecurityPostureReferenceResponse(dict):
1611
1957
  @pulumi.getter
1612
1958
  def id(self) -> Optional[str]:
1613
1959
  """
1614
- The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
1960
+ The security posture reference id in the form of
1961
+ /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
1615
1962
  """
1616
1963
  return pulumi.get(self, "id")
1617
1964
 
1965
+ @property
1966
+ @pulumi.getter(name="isOverridable")
1967
+ def is_overridable(self) -> Optional[bool]:
1968
+ """
1969
+ Whether the security posture can be overridden by the user.
1970
+ """
1971
+ return pulumi.get(self, "is_overridable")
1972
+
1618
1973
 
1619
1974
  @pulumi.output_type
1620
1975
  class SecurityProfileResponse(dict):
1621
1976
  """
1622
- Specifies the Security profile settings for the virtual machine or virtual machine scale set.
1977
+ Specifies the Security profile settings for the virtual machine or virtual
1978
+ machine scale set.
1623
1979
  """
1624
1980
  @staticmethod
1625
1981
  def __key_warning(key: str):
@@ -1653,12 +2009,22 @@ class SecurityProfileResponse(dict):
1653
2009
  security_type: Optional[str] = None,
1654
2010
  uefi_settings: Optional['outputs.UefiSettingsResponse'] = None):
1655
2011
  """
1656
- Specifies the Security profile settings for the virtual machine or virtual machine scale set.
1657
- :param bool encryption_at_host: This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
1658
- :param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault operations.
1659
- :param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
1660
- :param str security_type: Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
1661
- :param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
2012
+ Specifies the Security profile settings for the virtual machine or virtual
2013
+ machine scale set.
2014
+ :param bool encryption_at_host: This property can be used by user in the request to enable or disable the Host
2015
+ Encryption for the virtual machine or virtual machine scale set. This will
2016
+ enable the encryption for all the disks including Resource/Temp disk at host
2017
+ itself. The default behavior is: The Encryption at host will be disabled unless
2018
+ this property is set to true for the resource.
2019
+ :param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault
2020
+ operations.
2021
+ :param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum
2022
+ api-version: 2023-09-01.
2023
+ :param str security_type: Specifies the SecurityType of the virtual machine. It has to be set to any
2024
+ specified value to enable UefiSettings. The default behavior is: UefiSettings
2025
+ will not be enabled unless this property is set.
2026
+ :param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot and vTPM used while creating
2027
+ the virtual machine. Minimum api-version: 2020-12-01.
1662
2028
  """
1663
2029
  if encryption_at_host is not None:
1664
2030
  pulumi.set(__self__, "encryption_at_host", encryption_at_host)
@@ -1675,7 +2041,11 @@ class SecurityProfileResponse(dict):
1675
2041
  @pulumi.getter(name="encryptionAtHost")
1676
2042
  def encryption_at_host(self) -> Optional[bool]:
1677
2043
  """
1678
- This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
2044
+ This property can be used by user in the request to enable or disable the Host
2045
+ Encryption for the virtual machine or virtual machine scale set. This will
2046
+ enable the encryption for all the disks including Resource/Temp disk at host
2047
+ itself. The default behavior is: The Encryption at host will be disabled unless
2048
+ this property is set to true for the resource.
1679
2049
  """
1680
2050
  return pulumi.get(self, "encryption_at_host")
1681
2051
 
@@ -1683,7 +2053,8 @@ class SecurityProfileResponse(dict):
1683
2053
  @pulumi.getter(name="encryptionIdentity")
1684
2054
  def encryption_identity(self) -> Optional['outputs.EncryptionIdentityResponse']:
1685
2055
  """
1686
- Specifies the Managed Identity used by ADE to get access token for keyvault operations.
2056
+ Specifies the Managed Identity used by ADE to get access token for keyvault
2057
+ operations.
1687
2058
  """
1688
2059
  return pulumi.get(self, "encryption_identity")
1689
2060
 
@@ -1691,7 +2062,8 @@ class SecurityProfileResponse(dict):
1691
2062
  @pulumi.getter(name="proxyAgentSettings")
1692
2063
  def proxy_agent_settings(self) -> Optional['outputs.ProxyAgentSettingsResponse']:
1693
2064
  """
1694
- Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
2065
+ Specifies ProxyAgent settings while creating the virtual machine. Minimum
2066
+ api-version: 2023-09-01.
1695
2067
  """
1696
2068
  return pulumi.get(self, "proxy_agent_settings")
1697
2069
 
@@ -1699,7 +2071,9 @@ class SecurityProfileResponse(dict):
1699
2071
  @pulumi.getter(name="securityType")
1700
2072
  def security_type(self) -> Optional[str]:
1701
2073
  """
1702
- Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
2074
+ Specifies the SecurityType of the virtual machine. It has to be set to any
2075
+ specified value to enable UefiSettings. The default behavior is: UefiSettings
2076
+ will not be enabled unless this property is set.
1703
2077
  """
1704
2078
  return pulumi.get(self, "security_type")
1705
2079
 
@@ -1707,7 +2081,8 @@ class SecurityProfileResponse(dict):
1707
2081
  @pulumi.getter(name="uefiSettings")
1708
2082
  def uefi_settings(self) -> Optional['outputs.UefiSettingsResponse']:
1709
2083
  """
1710
- Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
2084
+ Specifies the security settings like secure boot and vTPM used while creating
2085
+ the virtual machine. Minimum api-version: 2020-12-01.
1711
2086
  """
1712
2087
  return pulumi.get(self, "uefi_settings")
1713
2088
 
@@ -1715,13 +2090,18 @@ class SecurityProfileResponse(dict):
1715
2090
  @pulumi.output_type
1716
2091
  class ServiceArtifactReferenceResponse(dict):
1717
2092
  """
1718
- Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
2093
+ Specifies the service artifact reference id used to set same image version for
2094
+ all virtual machines in the scale set when using 'latest' image version.
2095
+ Minimum api-version: 2022-11-01
1719
2096
  """
1720
2097
  def __init__(__self__, *,
1721
2098
  id: Optional[str] = None):
1722
2099
  """
1723
- Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
1724
- :param str id: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
2100
+ Specifies the service artifact reference id used to set same image version for
2101
+ all virtual machines in the scale set when using 'latest' image version.
2102
+ Minimum api-version: 2022-11-01
2103
+ :param str id: The service artifact reference id in the form of
2104
+ /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
1725
2105
  """
1726
2106
  if id is not None:
1727
2107
  pulumi.set(__self__, "id", id)
@@ -1730,7 +2110,8 @@ class ServiceArtifactReferenceResponse(dict):
1730
2110
  @pulumi.getter
1731
2111
  def id(self) -> Optional[str]:
1732
2112
  """
1733
- The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
2113
+ The service artifact reference id in the form of
2114
+ /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
1734
2115
  """
1735
2116
  return pulumi.get(self, "id")
1736
2117
 
@@ -1890,7 +2271,8 @@ class SshConfigurationResponse(dict):
1890
2271
  @pulumi.output_type
1891
2272
  class SshPublicKeyResponse(dict):
1892
2273
  """
1893
- Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
2274
+ Contains information about SSH certificate public key and the path on the Linux
2275
+ VM where the public key is placed.
1894
2276
  """
1895
2277
  @staticmethod
1896
2278
  def __key_warning(key: str):
@@ -1913,9 +2295,15 @@ class SshPublicKeyResponse(dict):
1913
2295
  key_data: Optional[str] = None,
1914
2296
  path: Optional[str] = None):
1915
2297
  """
1916
- Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1917
- :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1918
- :param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
2298
+ Contains information about SSH certificate public key and the path on the Linux
2299
+ VM where the public key is placed.
2300
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The
2301
+ key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
2302
+ see [Create SSH keys on Linux and Mac for Linux VMs in
2303
+ Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2304
+ :param str path: Specifies the full path on the created VM where ssh public key is stored. If
2305
+ the file already exists, the specified key is appended to the file. Example:
2306
+ /home/user/.ssh/authorized_keys
1919
2307
  """
1920
2308
  if key_data is not None:
1921
2309
  pulumi.set(__self__, "key_data", key_data)
@@ -1926,7 +2314,10 @@ class SshPublicKeyResponse(dict):
1926
2314
  @pulumi.getter(name="keyData")
1927
2315
  def key_data(self) -> Optional[str]:
1928
2316
  """
1929
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2317
+ SSH public key certificate used to authenticate with the VM through ssh. The
2318
+ key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
2319
+ see [Create SSH keys on Linux and Mac for Linux VMs in
2320
+ Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1930
2321
  """
1931
2322
  return pulumi.get(self, "key_data")
1932
2323
 
@@ -1934,16 +2325,22 @@ class SshPublicKeyResponse(dict):
1934
2325
  @pulumi.getter
1935
2326
  def path(self) -> Optional[str]:
1936
2327
  """
1937
- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
2328
+ Specifies the full path on the created VM where ssh public key is stored. If
2329
+ the file already exists, the specified key is appended to the file. Example:
2330
+ /home/user/.ssh/authorized_keys
1938
2331
  """
1939
2332
  return pulumi.get(self, "path")
1940
2333
 
1941
2334
 
1942
2335
  @pulumi.output_type
1943
2336
  class SubResourceResponse(dict):
2337
+ """
2338
+ Describes SubResource
2339
+ """
1944
2340
  def __init__(__self__, *,
1945
2341
  id: Optional[str] = None):
1946
2342
  """
2343
+ Describes SubResource
1947
2344
  :param str id: Resource Id
1948
2345
  """
1949
2346
  if id is not None:
@@ -2070,6 +2467,9 @@ class SystemDataResponse(dict):
2070
2467
 
2071
2468
  @pulumi.output_type
2072
2469
  class TerminateNotificationProfileResponse(dict):
2470
+ """
2471
+ Specifies Terminate Scheduled Event related configurations.
2472
+ """
2073
2473
  @staticmethod
2074
2474
  def __key_warning(key: str):
2075
2475
  suggest = None
@@ -2091,8 +2491,12 @@ class TerminateNotificationProfileResponse(dict):
2091
2491
  enable: Optional[bool] = None,
2092
2492
  not_before_timeout: Optional[str] = None):
2093
2493
  """
2494
+ Specifies Terminate Scheduled Event related configurations.
2094
2495
  :param bool enable: Specifies whether the Terminate Scheduled event is enabled or disabled.
2095
- :param str not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
2496
+ :param str not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to
2497
+ potentially approve the Terminate Scheduled Event before the event is auto
2498
+ approved (timed out). The configuration must be specified in ISO 8601 format,
2499
+ the default value is 5 minutes (PT5M)
2096
2500
  """
2097
2501
  if enable is not None:
2098
2502
  pulumi.set(__self__, "enable", enable)
@@ -2111,7 +2515,10 @@ class TerminateNotificationProfileResponse(dict):
2111
2515
  @pulumi.getter(name="notBeforeTimeout")
2112
2516
  def not_before_timeout(self) -> Optional[str]:
2113
2517
  """
2114
- Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
2518
+ Configurable length of time a Virtual Machine being deleted will have to
2519
+ potentially approve the Terminate Scheduled Event before the event is auto
2520
+ approved (timed out). The configuration must be specified in ISO 8601 format,
2521
+ the default value is 5 minutes (PT5M)
2115
2522
  """
2116
2523
  return pulumi.get(self, "not_before_timeout")
2117
2524
 
@@ -2119,7 +2526,8 @@ class TerminateNotificationProfileResponse(dict):
2119
2526
  @pulumi.output_type
2120
2527
  class UefiSettingsResponse(dict):
2121
2528
  """
2122
- Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
2529
+ Specifies the security settings like secure boot and vTPM used while creating
2530
+ the virtual machine. Minimum api-version: 2020-12-01.
2123
2531
  """
2124
2532
  @staticmethod
2125
2533
  def __key_warning(key: str):
@@ -2144,9 +2552,12 @@ class UefiSettingsResponse(dict):
2144
2552
  secure_boot_enabled: Optional[bool] = None,
2145
2553
  v_tpm_enabled: Optional[bool] = None):
2146
2554
  """
2147
- Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
2148
- :param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
2149
- :param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
2555
+ Specifies the security settings like secure boot and vTPM used while creating
2556
+ the virtual machine. Minimum api-version: 2020-12-01.
2557
+ :param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum
2558
+ api-version: 2020-12-01.
2559
+ :param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum
2560
+ api-version: 2020-12-01.
2150
2561
  """
2151
2562
  if secure_boot_enabled is not None:
2152
2563
  pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
@@ -2157,7 +2568,8 @@ class UefiSettingsResponse(dict):
2157
2568
  @pulumi.getter(name="secureBootEnabled")
2158
2569
  def secure_boot_enabled(self) -> Optional[bool]:
2159
2570
  """
2160
- Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
2571
+ Specifies whether secure boot should be enabled on the virtual machine. Minimum
2572
+ api-version: 2020-12-01.
2161
2573
  """
2162
2574
  return pulumi.get(self, "secure_boot_enabled")
2163
2575
 
@@ -2165,7 +2577,8 @@ class UefiSettingsResponse(dict):
2165
2577
  @pulumi.getter(name="vTpmEnabled")
2166
2578
  def v_tpm_enabled(self) -> Optional[bool]:
2167
2579
  """
2168
- Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
2580
+ Specifies whether vTPM should be enabled on the virtual machine. Minimum
2581
+ api-version: 2020-12-01.
2169
2582
  """
2170
2583
  return pulumi.get(self, "v_tpm_enabled")
2171
2584
 
@@ -2225,7 +2638,8 @@ class UserAssignedIdentityResponse(dict):
2225
2638
  @pulumi.output_type
2226
2639
  class VMDiskSecurityProfileResponse(dict):
2227
2640
  """
2228
- Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
2641
+ Specifies the security profile settings for the managed disk. **Note:** It can
2642
+ only be set for Confidential VMs.
2229
2643
  """
2230
2644
  @staticmethod
2231
2645
  def __key_warning(key: str):
@@ -2250,9 +2664,16 @@ class VMDiskSecurityProfileResponse(dict):
2250
2664
  disk_encryption_set: Optional['outputs.DiskEncryptionSetParametersResponse'] = None,
2251
2665
  security_encryption_type: Optional[str] = None):
2252
2666
  """
2253
- Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
2254
- :param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
2255
- :param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs.
2667
+ Specifies the security profile settings for the managed disk. **Note:** It can
2668
+ only be set for Confidential VMs.
2669
+ :param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
2670
+ disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
2671
+ VMGuest blob.
2672
+ :param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to
2673
+ DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
2674
+ blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
2675
+ NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
2676
+ **Note:** It can be set for only Confidential VMs.
2256
2677
  """
2257
2678
  if disk_encryption_set is not None:
2258
2679
  pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
@@ -2263,7 +2684,9 @@ class VMDiskSecurityProfileResponse(dict):
2263
2684
  @pulumi.getter(name="diskEncryptionSet")
2264
2685
  def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
2265
2686
  """
2266
- Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
2687
+ Specifies the customer managed disk encryption set resource id for the managed
2688
+ disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
2689
+ VMGuest blob.
2267
2690
  """
2268
2691
  return pulumi.get(self, "disk_encryption_set")
2269
2692
 
@@ -2271,7 +2694,11 @@ class VMDiskSecurityProfileResponse(dict):
2271
2694
  @pulumi.getter(name="securityEncryptionType")
2272
2695
  def security_encryption_type(self) -> Optional[str]:
2273
2696
  """
2274
- Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs.
2697
+ Specifies the EncryptionType of the managed disk. It is set to
2698
+ DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
2699
+ blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
2700
+ NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
2701
+ **Note:** It can be set for only Confidential VMs.
2275
2702
  """
2276
2703
  return pulumi.get(self, "security_encryption_type")
2277
2704
 
@@ -2279,7 +2706,8 @@ class VMDiskSecurityProfileResponse(dict):
2279
2706
  @pulumi.output_type
2280
2707
  class VMGalleryApplicationResponse(dict):
2281
2708
  """
2282
- Specifies the required information to reference a compute gallery application version
2709
+ Specifies the required information to reference a compute gallery application
2710
+ version
2283
2711
  """
2284
2712
  @staticmethod
2285
2713
  def __key_warning(key: str):
@@ -2312,13 +2740,18 @@ class VMGalleryApplicationResponse(dict):
2312
2740
  tags: Optional[str] = None,
2313
2741
  treat_failure_as_deployment_failure: Optional[bool] = None):
2314
2742
  """
2315
- Specifies the required information to reference a compute gallery application version
2316
- :param str package_reference_id: Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
2317
- :param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
2318
- :param bool enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
2743
+ Specifies the required information to reference a compute gallery application
2744
+ version
2745
+ :param str package_reference_id: Specifies the GalleryApplicationVersion resource id on the form of
2746
+ /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
2747
+ :param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default
2748
+ configuration for the package if provided
2749
+ :param bool enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG,
2750
+ it will be automatically updated for the VM/VMSS
2319
2751
  :param int order: Optional, Specifies the order in which the packages have to be installed
2320
2752
  :param str tags: Optional, Specifies a passthrough value for more generic context.
2321
- :param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail the deployment
2753
+ :param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail
2754
+ the deployment
2322
2755
  """
2323
2756
  pulumi.set(__self__, "package_reference_id", package_reference_id)
2324
2757
  if configuration_reference is not None:
@@ -2336,7 +2769,8 @@ class VMGalleryApplicationResponse(dict):
2336
2769
  @pulumi.getter(name="packageReferenceId")
2337
2770
  def package_reference_id(self) -> str:
2338
2771
  """
2339
- Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
2772
+ Specifies the GalleryApplicationVersion resource id on the form of
2773
+ /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
2340
2774
  """
2341
2775
  return pulumi.get(self, "package_reference_id")
2342
2776
 
@@ -2344,7 +2778,8 @@ class VMGalleryApplicationResponse(dict):
2344
2778
  @pulumi.getter(name="configurationReference")
2345
2779
  def configuration_reference(self) -> Optional[str]:
2346
2780
  """
2347
- Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
2781
+ Optional, Specifies the uri to an azure blob that will replace the default
2782
+ configuration for the package if provided
2348
2783
  """
2349
2784
  return pulumi.get(self, "configuration_reference")
2350
2785
 
@@ -2352,7 +2787,8 @@ class VMGalleryApplicationResponse(dict):
2352
2787
  @pulumi.getter(name="enableAutomaticUpgrade")
2353
2788
  def enable_automatic_upgrade(self) -> Optional[bool]:
2354
2789
  """
2355
- If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
2790
+ If set to true, when a new Gallery Application version is available in PIR/SIG,
2791
+ it will be automatically updated for the VM/VMSS
2356
2792
  """
2357
2793
  return pulumi.get(self, "enable_automatic_upgrade")
2358
2794
 
@@ -2376,7 +2812,8 @@ class VMGalleryApplicationResponse(dict):
2376
2812
  @pulumi.getter(name="treatFailureAsDeploymentFailure")
2377
2813
  def treat_failure_as_deployment_failure(self) -> Optional[bool]:
2378
2814
  """
2379
- Optional, If true, any failure for any operation in the VmApplication will fail the deployment
2815
+ Optional, If true, any failure for any operation in the VmApplication will fail
2816
+ the deployment
2380
2817
  """
2381
2818
  return pulumi.get(self, "treat_failure_as_deployment_failure")
2382
2819
 
@@ -2410,8 +2847,17 @@ class VMSizePropertiesResponse(dict):
2410
2847
  v_cpus_per_core: Optional[int] = None):
2411
2848
  """
2412
2849
  Specifies VM Size Property settings on the virtual machine.
2413
- :param int v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2414
- :param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**
2850
+ :param int v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not
2851
+ specified in the request body the default behavior is to set it to the value of
2852
+ vCPUs available for that VM size exposed in api response of [List all available
2853
+ virtual machine sizes in a
2854
+ region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2855
+ :param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
2856
+ in the request body the default behavior is set to the value of vCPUsPerCore
2857
+ for the VM Size exposed in api response of [List all available virtual machine
2858
+ sizes in a
2859
+ region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2860
+ **Setting this property to 1 also means that hyper-threading is disabled.**
2415
2861
  """
2416
2862
  if v_cpus_available is not None:
2417
2863
  pulumi.set(__self__, "v_cpus_available", v_cpus_available)
@@ -2422,7 +2868,11 @@ class VMSizePropertiesResponse(dict):
2422
2868
  @pulumi.getter(name="vCPUsAvailable")
2423
2869
  def v_cpus_available(self) -> Optional[int]:
2424
2870
  """
2425
- Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2871
+ Specifies the number of vCPUs available for the VM. When this property is not
2872
+ specified in the request body the default behavior is to set it to the value of
2873
+ vCPUs available for that VM size exposed in api response of [List all available
2874
+ virtual machine sizes in a
2875
+ region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2426
2876
  """
2427
2877
  return pulumi.get(self, "v_cpus_available")
2428
2878
 
@@ -2430,7 +2880,12 @@ class VMSizePropertiesResponse(dict):
2430
2880
  @pulumi.getter(name="vCPUsPerCore")
2431
2881
  def v_cpus_per_core(self) -> Optional[int]:
2432
2882
  """
2433
- Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**
2883
+ Specifies the vCPU to physical core ratio. When this property is not specified
2884
+ in the request body the default behavior is set to the value of vCPUsPerCore
2885
+ for the VM Size exposed in api response of [List all available virtual machine
2886
+ sizes in a
2887
+ region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2888
+ **Setting this property to 1 also means that hyper-threading is disabled.**
2434
2889
  """
2435
2890
  return pulumi.get(self, "v_cpus_per_core")
2436
2891
 
@@ -2438,7 +2893,8 @@ class VMSizePropertiesResponse(dict):
2438
2893
  @pulumi.output_type
2439
2894
  class VaultCertificateResponse(dict):
2440
2895
  """
2441
- Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
2896
+ Describes a single certificate reference in a Key Vault, and where the
2897
+ certificate should reside on the VM.
2442
2898
  """
2443
2899
  @staticmethod
2444
2900
  def __key_warning(key: str):
@@ -2463,9 +2919,28 @@ class VaultCertificateResponse(dict):
2463
2919
  certificate_store: Optional[str] = None,
2464
2920
  certificate_url: Optional[str] = None):
2465
2921
  """
2466
- Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
2467
- :param str certificate_store: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are .pem formatted.
2468
- :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2922
+ Describes a single certificate reference in a Key Vault, and where the
2923
+ certificate should reside on the VM.
2924
+ :param str certificate_store: For Windows VMs, specifies the certificate store on the Virtual Machine to
2925
+ which the certificate should be added. The specified certificate store is
2926
+ implicitly in the LocalMachine account. For Linux VMs, the certificate file is
2927
+ placed under the /var/lib/waagent directory, with the file name
2928
+ &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and
2929
+ &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are .pem
2930
+ formatted.
2931
+ :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
2932
+ secret. For adding a secret to the Key Vault, see [Add a key or secret to the
2933
+ key
2934
+ vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
2935
+ In this case, your certificate needs to be It is the Base64 encoding of the
2936
+ following JSON Object which is encoded in UTF-8: <br><br> {<br>
2937
+ "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
2938
+ "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
2939
+ machine it is recommended to use the [Azure Key Vault virtual machine extension
2940
+ for
2941
+ Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
2942
+ or the [Azure Key Vault virtual machine extension for
2943
+ Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2469
2944
  """
2470
2945
  if certificate_store is not None:
2471
2946
  pulumi.set(__self__, "certificate_store", certificate_store)
@@ -2476,7 +2951,13 @@ class VaultCertificateResponse(dict):
2476
2951
  @pulumi.getter(name="certificateStore")
2477
2952
  def certificate_store(self) -> Optional[str]:
2478
2953
  """
2479
- For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are .pem formatted.
2954
+ For Windows VMs, specifies the certificate store on the Virtual Machine to
2955
+ which the certificate should be added. The specified certificate store is
2956
+ implicitly in the LocalMachine account. For Linux VMs, the certificate file is
2957
+ placed under the /var/lib/waagent directory, with the file name
2958
+ &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and
2959
+ &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are .pem
2960
+ formatted.
2480
2961
  """
2481
2962
  return pulumi.get(self, "certificate_store")
2482
2963
 
@@ -2484,7 +2965,19 @@ class VaultCertificateResponse(dict):
2484
2965
  @pulumi.getter(name="certificateUrl")
2485
2966
  def certificate_url(self) -> Optional[str]:
2486
2967
  """
2487
- This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2968
+ This is the URL of a certificate that has been uploaded to Key Vault as a
2969
+ secret. For adding a secret to the Key Vault, see [Add a key or secret to the
2970
+ key
2971
+ vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
2972
+ In this case, your certificate needs to be It is the Base64 encoding of the
2973
+ following JSON Object which is encoded in UTF-8: <br><br> {<br>
2974
+ "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
2975
+ "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
2976
+ machine it is recommended to use the [Azure Key Vault virtual machine extension
2977
+ for
2978
+ Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
2979
+ or the [Azure Key Vault virtual machine extension for
2980
+ Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2488
2981
  """
2489
2982
  return pulumi.get(self, "certificate_url")
2490
2983
 
@@ -2518,7 +3011,8 @@ class VaultSecretGroupResponse(dict):
2518
3011
  vault_certificates: Optional[Sequence['outputs.VaultCertificateResponse']] = None):
2519
3012
  """
2520
3013
  Describes a set of certificates which are all in the same Key Vault.
2521
- :param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
3014
+ :param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in
3015
+ VaultCertificates.
2522
3016
  :param Sequence['VaultCertificateResponse'] vault_certificates: The list of key vault references in SourceVault which contain certificates.
2523
3017
  """
2524
3018
  if source_vault is not None:
@@ -2530,7 +3024,8 @@ class VaultSecretGroupResponse(dict):
2530
3024
  @pulumi.getter(name="sourceVault")
2531
3025
  def source_vault(self) -> Optional['outputs.SubResourceResponse']:
2532
3026
  """
2533
- The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
3027
+ The relative URL of the Key Vault containing all of the certificates in
3028
+ VaultCertificates.
2534
3029
  """
2535
3030
  return pulumi.get(self, "source_vault")
2536
3031
 
@@ -2567,343 +3062,9 @@ class VirtualHardDiskResponse(dict):
2567
3062
 
2568
3063
 
2569
3064
  @pulumi.output_type
2570
- class VirtualMachineExtensionInstanceViewResponse(dict):
3065
+ class VirtualMachineScaleSetDataDiskResponse(dict):
2571
3066
  """
2572
- The instance view of a virtual machine extension.
2573
- """
2574
- @staticmethod
2575
- def __key_warning(key: str):
2576
- suggest = None
2577
- if key == "typeHandlerVersion":
2578
- suggest = "type_handler_version"
2579
-
2580
- if suggest:
2581
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
2582
-
2583
- def __getitem__(self, key: str) -> Any:
2584
- VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
2585
- return super().__getitem__(key)
2586
-
2587
- def get(self, key: str, default = None) -> Any:
2588
- VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
2589
- return super().get(key, default)
2590
-
2591
- def __init__(__self__, *,
2592
- name: Optional[str] = None,
2593
- statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
2594
- substatuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
2595
- type: Optional[str] = None,
2596
- type_handler_version: Optional[str] = None):
2597
- """
2598
- The instance view of a virtual machine extension.
2599
- :param str name: The virtual machine extension name.
2600
- :param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
2601
- :param Sequence['InstanceViewStatusResponse'] substatuses: The resource status information.
2602
- :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
2603
- :param str type_handler_version: Specifies the version of the script handler.
2604
- """
2605
- if name is not None:
2606
- pulumi.set(__self__, "name", name)
2607
- if statuses is not None:
2608
- pulumi.set(__self__, "statuses", statuses)
2609
- if substatuses is not None:
2610
- pulumi.set(__self__, "substatuses", substatuses)
2611
- if type is not None:
2612
- pulumi.set(__self__, "type", type)
2613
- if type_handler_version is not None:
2614
- pulumi.set(__self__, "type_handler_version", type_handler_version)
2615
-
2616
- @property
2617
- @pulumi.getter
2618
- def name(self) -> Optional[str]:
2619
- """
2620
- The virtual machine extension name.
2621
- """
2622
- return pulumi.get(self, "name")
2623
-
2624
- @property
2625
- @pulumi.getter
2626
- def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
2627
- """
2628
- The resource status information.
2629
- """
2630
- return pulumi.get(self, "statuses")
2631
-
2632
- @property
2633
- @pulumi.getter
2634
- def substatuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
2635
- """
2636
- The resource status information.
2637
- """
2638
- return pulumi.get(self, "substatuses")
2639
-
2640
- @property
2641
- @pulumi.getter
2642
- def type(self) -> Optional[str]:
2643
- """
2644
- Specifies the type of the extension; an example is "CustomScriptExtension".
2645
- """
2646
- return pulumi.get(self, "type")
2647
-
2648
- @property
2649
- @pulumi.getter(name="typeHandlerVersion")
2650
- def type_handler_version(self) -> Optional[str]:
2651
- """
2652
- Specifies the version of the script handler.
2653
- """
2654
- return pulumi.get(self, "type_handler_version")
2655
-
2656
-
2657
- @pulumi.output_type
2658
- class VirtualMachineExtensionResponse(dict):
2659
- """
2660
- Describes a Virtual Machine Extension.
2661
- """
2662
- @staticmethod
2663
- def __key_warning(key: str):
2664
- suggest = None
2665
- if key == "provisioningState":
2666
- suggest = "provisioning_state"
2667
- elif key == "autoUpgradeMinorVersion":
2668
- suggest = "auto_upgrade_minor_version"
2669
- elif key == "enableAutomaticUpgrade":
2670
- suggest = "enable_automatic_upgrade"
2671
- elif key == "forceUpdateTag":
2672
- suggest = "force_update_tag"
2673
- elif key == "instanceView":
2674
- suggest = "instance_view"
2675
- elif key == "protectedSettings":
2676
- suggest = "protected_settings"
2677
- elif key == "protectedSettingsFromKeyVault":
2678
- suggest = "protected_settings_from_key_vault"
2679
- elif key == "provisionAfterExtensions":
2680
- suggest = "provision_after_extensions"
2681
- elif key == "suppressFailures":
2682
- suggest = "suppress_failures"
2683
- elif key == "typeHandlerVersion":
2684
- suggest = "type_handler_version"
2685
-
2686
- if suggest:
2687
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionResponse. Access the value via the '{suggest}' property getter instead.")
2688
-
2689
- def __getitem__(self, key: str) -> Any:
2690
- VirtualMachineExtensionResponse.__key_warning(key)
2691
- return super().__getitem__(key)
2692
-
2693
- def get(self, key: str, default = None) -> Any:
2694
- VirtualMachineExtensionResponse.__key_warning(key)
2695
- return super().get(key, default)
2696
-
2697
- def __init__(__self__, *,
2698
- id: str,
2699
- name: str,
2700
- provisioning_state: str,
2701
- type: str,
2702
- auto_upgrade_minor_version: Optional[bool] = None,
2703
- enable_automatic_upgrade: Optional[bool] = None,
2704
- force_update_tag: Optional[str] = None,
2705
- instance_view: Optional['outputs.VirtualMachineExtensionInstanceViewResponse'] = None,
2706
- location: Optional[str] = None,
2707
- protected_settings: Optional[Any] = None,
2708
- protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
2709
- provision_after_extensions: Optional[Sequence[str]] = None,
2710
- publisher: Optional[str] = None,
2711
- settings: Optional[Any] = None,
2712
- suppress_failures: Optional[bool] = None,
2713
- tags: Optional[Mapping[str, str]] = None,
2714
- type_handler_version: Optional[str] = None):
2715
- """
2716
- Describes a Virtual Machine Extension.
2717
- :param str id: Resource Id
2718
- :param str name: Resource name
2719
- :param str provisioning_state: The provisioning state, which only appears in the response.
2720
- :param str type: Resource type
2721
- :param bool auto_upgrade_minor_version: 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.
2722
- :param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
2723
- :param str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
2724
- :param 'VirtualMachineExtensionInstanceViewResponse' instance_view: The virtual machine extension instance view.
2725
- :param str location: Resource location
2726
- :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
2727
- :param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
2728
- :param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
2729
- :param str publisher: The name of the extension handler publisher.
2730
- :param Any settings: Json formatted public settings for the extension.
2731
- :param bool suppress_failures: 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.
2732
- :param Mapping[str, str] tags: Resource tags
2733
- :param str type_handler_version: Specifies the version of the script handler.
2734
- """
2735
- pulumi.set(__self__, "id", id)
2736
- pulumi.set(__self__, "name", name)
2737
- pulumi.set(__self__, "provisioning_state", provisioning_state)
2738
- pulumi.set(__self__, "type", type)
2739
- if auto_upgrade_minor_version is not None:
2740
- pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
2741
- if enable_automatic_upgrade is not None:
2742
- pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
2743
- if force_update_tag is not None:
2744
- pulumi.set(__self__, "force_update_tag", force_update_tag)
2745
- if instance_view is not None:
2746
- pulumi.set(__self__, "instance_view", instance_view)
2747
- if location is not None:
2748
- pulumi.set(__self__, "location", location)
2749
- if protected_settings is not None:
2750
- pulumi.set(__self__, "protected_settings", protected_settings)
2751
- if protected_settings_from_key_vault is not None:
2752
- pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
2753
- if provision_after_extensions is not None:
2754
- pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
2755
- if publisher is not None:
2756
- pulumi.set(__self__, "publisher", publisher)
2757
- if settings is not None:
2758
- pulumi.set(__self__, "settings", settings)
2759
- if suppress_failures is not None:
2760
- pulumi.set(__self__, "suppress_failures", suppress_failures)
2761
- if tags is not None:
2762
- pulumi.set(__self__, "tags", tags)
2763
- if type_handler_version is not None:
2764
- pulumi.set(__self__, "type_handler_version", type_handler_version)
2765
-
2766
- @property
2767
- @pulumi.getter
2768
- def id(self) -> str:
2769
- """
2770
- Resource Id
2771
- """
2772
- return pulumi.get(self, "id")
2773
-
2774
- @property
2775
- @pulumi.getter
2776
- def name(self) -> str:
2777
- """
2778
- Resource name
2779
- """
2780
- return pulumi.get(self, "name")
2781
-
2782
- @property
2783
- @pulumi.getter(name="provisioningState")
2784
- def provisioning_state(self) -> str:
2785
- """
2786
- The provisioning state, which only appears in the response.
2787
- """
2788
- return pulumi.get(self, "provisioning_state")
2789
-
2790
- @property
2791
- @pulumi.getter
2792
- def type(self) -> str:
2793
- """
2794
- Resource type
2795
- """
2796
- return pulumi.get(self, "type")
2797
-
2798
- @property
2799
- @pulumi.getter(name="autoUpgradeMinorVersion")
2800
- def auto_upgrade_minor_version(self) -> Optional[bool]:
2801
- """
2802
- 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.
2803
- """
2804
- return pulumi.get(self, "auto_upgrade_minor_version")
2805
-
2806
- @property
2807
- @pulumi.getter(name="enableAutomaticUpgrade")
2808
- def enable_automatic_upgrade(self) -> Optional[bool]:
2809
- """
2810
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
2811
- """
2812
- return pulumi.get(self, "enable_automatic_upgrade")
2813
-
2814
- @property
2815
- @pulumi.getter(name="forceUpdateTag")
2816
- def force_update_tag(self) -> Optional[str]:
2817
- """
2818
- How the extension handler should be forced to update even if the extension configuration has not changed.
2819
- """
2820
- return pulumi.get(self, "force_update_tag")
2821
-
2822
- @property
2823
- @pulumi.getter(name="instanceView")
2824
- def instance_view(self) -> Optional['outputs.VirtualMachineExtensionInstanceViewResponse']:
2825
- """
2826
- The virtual machine extension instance view.
2827
- """
2828
- return pulumi.get(self, "instance_view")
2829
-
2830
- @property
2831
- @pulumi.getter
2832
- def location(self) -> Optional[str]:
2833
- """
2834
- Resource location
2835
- """
2836
- return pulumi.get(self, "location")
2837
-
2838
- @property
2839
- @pulumi.getter(name="protectedSettings")
2840
- def protected_settings(self) -> Optional[Any]:
2841
- """
2842
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
2843
- """
2844
- return pulumi.get(self, "protected_settings")
2845
-
2846
- @property
2847
- @pulumi.getter(name="protectedSettingsFromKeyVault")
2848
- def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
2849
- """
2850
- The extensions protected settings that are passed by reference, and consumed from key vault
2851
- """
2852
- return pulumi.get(self, "protected_settings_from_key_vault")
2853
-
2854
- @property
2855
- @pulumi.getter(name="provisionAfterExtensions")
2856
- def provision_after_extensions(self) -> Optional[Sequence[str]]:
2857
- """
2858
- Collection of extension names after which this extension needs to be provisioned.
2859
- """
2860
- return pulumi.get(self, "provision_after_extensions")
2861
-
2862
- @property
2863
- @pulumi.getter
2864
- def publisher(self) -> Optional[str]:
2865
- """
2866
- The name of the extension handler publisher.
2867
- """
2868
- return pulumi.get(self, "publisher")
2869
-
2870
- @property
2871
- @pulumi.getter
2872
- def settings(self) -> Optional[Any]:
2873
- """
2874
- Json formatted public settings for the extension.
2875
- """
2876
- return pulumi.get(self, "settings")
2877
-
2878
- @property
2879
- @pulumi.getter(name="suppressFailures")
2880
- def suppress_failures(self) -> Optional[bool]:
2881
- """
2882
- 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.
2883
- """
2884
- return pulumi.get(self, "suppress_failures")
2885
-
2886
- @property
2887
- @pulumi.getter
2888
- def tags(self) -> Optional[Mapping[str, str]]:
2889
- """
2890
- Resource tags
2891
- """
2892
- return pulumi.get(self, "tags")
2893
-
2894
- @property
2895
- @pulumi.getter(name="typeHandlerVersion")
2896
- def type_handler_version(self) -> Optional[str]:
2897
- """
2898
- Specifies the version of the script handler.
2899
- """
2900
- return pulumi.get(self, "type_handler_version")
2901
-
2902
-
2903
- @pulumi.output_type
2904
- class VirtualMachineScaleSetDataDiskResponse(dict):
2905
- """
2906
- Describes a virtual machine scale set data disk.
3067
+ Describes a virtual machine scale set data disk.
2907
3068
  """
2908
3069
  @staticmethod
2909
3070
  def __key_warning(key: str):
@@ -2948,12 +3109,28 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
2948
3109
  """
2949
3110
  Describes a virtual machine scale set data disk.
2950
3111
  :param str create_option: The create option.
2951
- :param int lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
2952
- :param str caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
2953
- :param str delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).<br><br> Possible values: <br><br> **Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.<br><br> The default value is set to **Delete**.
2954
- :param float disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
2955
- :param float disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
2956
- :param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
3112
+ :param int lun: Specifies the logical unit number of the data disk. This value is used to
3113
+ identify data disks within the VM and therefore must be unique for each data
3114
+ disk attached to a VM.
3115
+ :param str caching: Specifies the caching requirements. Possible values are: **None,**
3116
+ **ReadOnly,** **ReadWrite.** The default values are: **None for Standard
3117
+ storage. ReadOnly for Premium storage.**
3118
+ :param str delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex
3119
+ deletion (This feature is available for VMSS with Flexible OrchestrationMode
3120
+ only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
3121
+ data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
3122
+ this value is used, the data disk is retained after VMSS Flex VM is
3123
+ deleted.<br><br> The default value is set to **Delete**.
3124
+ :param float disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when
3125
+ StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
3126
+ assigned based on diskSizeGB.
3127
+ :param float disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used
3128
+ only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
3129
+ would be assigned based on diskSizeGB.
3130
+ :param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
3131
+ to overwrite the size of the disk in a virtual machine image. The property
3132
+ diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
3133
+ larger than 1023.
2957
3134
  :param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
2958
3135
  :param str name: The disk name.
2959
3136
  :param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
@@ -2989,7 +3166,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
2989
3166
  @pulumi.getter
2990
3167
  def lun(self) -> int:
2991
3168
  """
2992
- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
3169
+ Specifies the logical unit number of the data disk. This value is used to
3170
+ identify data disks within the VM and therefore must be unique for each data
3171
+ disk attached to a VM.
2993
3172
  """
2994
3173
  return pulumi.get(self, "lun")
2995
3174
 
@@ -2997,7 +3176,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
2997
3176
  @pulumi.getter
2998
3177
  def caching(self) -> Optional[str]:
2999
3178
  """
3000
- Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
3179
+ Specifies the caching requirements. Possible values are: **None,**
3180
+ **ReadOnly,** **ReadWrite.** The default values are: **None for Standard
3181
+ storage. ReadOnly for Premium storage.**
3001
3182
  """
3002
3183
  return pulumi.get(self, "caching")
3003
3184
 
@@ -3005,7 +3186,12 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
3005
3186
  @pulumi.getter(name="deleteOption")
3006
3187
  def delete_option(self) -> Optional[str]:
3007
3188
  """
3008
- Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).<br><br> Possible values: <br><br> **Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.<br><br> The default value is set to **Delete**.
3189
+ Specifies whether data disk should be deleted or detached upon VMSS Flex
3190
+ deletion (This feature is available for VMSS with Flexible OrchestrationMode
3191
+ only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
3192
+ data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
3193
+ this value is used, the data disk is retained after VMSS Flex VM is
3194
+ deleted.<br><br> The default value is set to **Delete**.
3009
3195
  """
3010
3196
  return pulumi.get(self, "delete_option")
3011
3197
 
@@ -3013,7 +3199,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
3013
3199
  @pulumi.getter(name="diskIOPSReadWrite")
3014
3200
  def disk_iops_read_write(self) -> Optional[float]:
3015
3201
  """
3016
- Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
3202
+ Specifies the Read-Write IOPS for the managed disk. Should be used only when
3203
+ StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
3204
+ assigned based on diskSizeGB.
3017
3205
  """
3018
3206
  return pulumi.get(self, "disk_iops_read_write")
3019
3207
 
@@ -3021,7 +3209,9 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
3021
3209
  @pulumi.getter(name="diskMBpsReadWrite")
3022
3210
  def disk_m_bps_read_write(self) -> Optional[float]:
3023
3211
  """
3024
- Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
3212
+ Specifies the bandwidth in MB per second for the managed disk. Should be used
3213
+ only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
3214
+ would be assigned based on diskSizeGB.
3025
3215
  """
3026
3216
  return pulumi.get(self, "disk_m_bps_read_write")
3027
3217
 
@@ -3029,7 +3219,10 @@ class VirtualMachineScaleSetDataDiskResponse(dict):
3029
3219
  @pulumi.getter(name="diskSizeGB")
3030
3220
  def disk_size_gb(self) -> Optional[int]:
3031
3221
  """
3032
- Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
3222
+ Specifies the size of an empty data disk in gigabytes. This element can be used
3223
+ to overwrite the size of the disk in a virtual machine image. The property
3224
+ diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
3225
+ larger than 1023.
3033
3226
  """
3034
3227
  return pulumi.get(self, "disk_size_gb")
3035
3228
 
@@ -3086,7 +3279,10 @@ class VirtualMachineScaleSetExtensionProfileResponse(dict):
3086
3279
  """
3087
3280
  Describes a virtual machine scale set extension profile.
3088
3281
  :param Sequence['VirtualMachineScaleSetExtensionResponse'] extensions: The virtual machine scale set child extension resources.
3089
- :param str extensions_time_budget: 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.
3282
+ :param str extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration
3283
+ should be between 15 minutes and 120 minutes (inclusive) and should be
3284
+ specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
3285
+ Minimum api-version: 2020-06-01.
3090
3286
  """
3091
3287
  if extensions is not None:
3092
3288
  pulumi.set(__self__, "extensions", extensions)
@@ -3105,15 +3301,18 @@ class VirtualMachineScaleSetExtensionProfileResponse(dict):
3105
3301
  @pulumi.getter(name="extensionsTimeBudget")
3106
3302
  def extensions_time_budget(self) -> Optional[str]:
3107
3303
  """
3108
- 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.
3304
+ Specifies the time alloted for all extensions to start. The time duration
3305
+ should be between 15 minutes and 120 minutes (inclusive) and should be
3306
+ specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
3307
+ Minimum api-version: 2020-06-01.
3109
3308
  """
3110
3309
  return pulumi.get(self, "extensions_time_budget")
3111
3310
 
3112
3311
 
3113
3312
  @pulumi.output_type
3114
- class VirtualMachineScaleSetExtensionResponse(dict):
3313
+ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
3115
3314
  """
3116
- Describes a Virtual Machine Scale Set Extension.
3315
+ Describes the properties of a Virtual Machine Scale Set Extension.
3117
3316
  """
3118
3317
  @staticmethod
3119
3318
  def __key_warning(key: str):
@@ -3126,8 +3325,6 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3126
3325
  suggest = "enable_automatic_upgrade"
3127
3326
  elif key == "forceUpdateTag":
3128
3327
  suggest = "force_update_tag"
3129
- elif key == "protectedSettings":
3130
- suggest = "protected_settings"
3131
3328
  elif key == "protectedSettingsFromKeyVault":
3132
3329
  suggest = "protected_settings_from_key_vault"
3133
3330
  elif key == "provisionAfterExtensions":
@@ -3138,61 +3335,58 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3138
3335
  suggest = "type_handler_version"
3139
3336
 
3140
3337
  if suggest:
3141
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionResponse. Access the value via the '{suggest}' property getter instead.")
3338
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3142
3339
 
3143
3340
  def __getitem__(self, key: str) -> Any:
3144
- VirtualMachineScaleSetExtensionResponse.__key_warning(key)
3341
+ VirtualMachineScaleSetExtensionPropertiesResponse.__key_warning(key)
3145
3342
  return super().__getitem__(key)
3146
3343
 
3147
3344
  def get(self, key: str, default = None) -> Any:
3148
- VirtualMachineScaleSetExtensionResponse.__key_warning(key)
3345
+ VirtualMachineScaleSetExtensionPropertiesResponse.__key_warning(key)
3149
3346
  return super().get(key, default)
3150
3347
 
3151
3348
  def __init__(__self__, *,
3152
- id: str,
3153
3349
  provisioning_state: str,
3154
- type: str,
3155
3350
  auto_upgrade_minor_version: Optional[bool] = None,
3156
3351
  enable_automatic_upgrade: Optional[bool] = None,
3157
3352
  force_update_tag: Optional[str] = None,
3158
- name: Optional[str] = None,
3159
- protected_settings: Optional[Any] = None,
3160
3353
  protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
3161
3354
  provision_after_extensions: Optional[Sequence[str]] = None,
3162
3355
  publisher: Optional[str] = None,
3163
3356
  settings: Optional[Any] = None,
3164
3357
  suppress_failures: Optional[bool] = None,
3358
+ type: Optional[str] = None,
3165
3359
  type_handler_version: Optional[str] = None):
3166
3360
  """
3167
- Describes a Virtual Machine Scale Set Extension.
3168
- :param str id: Resource Id
3361
+ Describes the properties of a Virtual Machine Scale Set Extension.
3169
3362
  :param str provisioning_state: The provisioning state, which only appears in the response.
3170
- :param str type: Resource type
3171
- :param bool auto_upgrade_minor_version: 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.
3172
- :param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
3173
- :param str force_update_tag: 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.
3174
- :param str name: The name of the extension.
3175
- :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
3176
- :param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
3177
- :param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
3363
+ :param bool auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is
3364
+ available at deployment time. Once deployed, however, the extension will not
3365
+ upgrade minor versions unless redeployed, even with this property set to true.
3366
+ :param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the
3367
+ platform if there is a newer version of the extension available.
3368
+ :param str force_update_tag: If a value is provided and is different from the previous value, the extension
3369
+ handler will be forced to update even if the extension configuration has not
3370
+ changed.
3371
+ :param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed
3372
+ from key vault
3373
+ :param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be
3374
+ provisioned.
3178
3375
  :param str publisher: The name of the extension handler publisher.
3179
3376
  :param Any settings: Json formatted public settings for the extension.
3180
- :param bool suppress_failures: 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.
3377
+ :param bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed
3378
+ (Operational failures such as not connecting to the VM will not be suppressed
3379
+ regardless of this value). The default is false.
3380
+ :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
3181
3381
  :param str type_handler_version: Specifies the version of the script handler.
3182
3382
  """
3183
- pulumi.set(__self__, "id", id)
3184
3383
  pulumi.set(__self__, "provisioning_state", provisioning_state)
3185
- pulumi.set(__self__, "type", type)
3186
3384
  if auto_upgrade_minor_version is not None:
3187
3385
  pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
3188
3386
  if enable_automatic_upgrade is not None:
3189
3387
  pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
3190
3388
  if force_update_tag is not None:
3191
3389
  pulumi.set(__self__, "force_update_tag", force_update_tag)
3192
- if name is not None:
3193
- pulumi.set(__self__, "name", name)
3194
- if protected_settings is not None:
3195
- pulumi.set(__self__, "protected_settings", protected_settings)
3196
3390
  if protected_settings_from_key_vault is not None:
3197
3391
  pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
3198
3392
  if provision_after_extensions is not None:
@@ -3203,17 +3397,11 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3203
3397
  pulumi.set(__self__, "settings", settings)
3204
3398
  if suppress_failures is not None:
3205
3399
  pulumi.set(__self__, "suppress_failures", suppress_failures)
3400
+ if type is not None:
3401
+ pulumi.set(__self__, "type", type)
3206
3402
  if type_handler_version is not None:
3207
3403
  pulumi.set(__self__, "type_handler_version", type_handler_version)
3208
3404
 
3209
- @property
3210
- @pulumi.getter
3211
- def id(self) -> str:
3212
- """
3213
- Resource Id
3214
- """
3215
- return pulumi.get(self, "id")
3216
-
3217
3405
  @property
3218
3406
  @pulumi.getter(name="provisioningState")
3219
3407
  def provisioning_state(self) -> str:
@@ -3222,19 +3410,13 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3222
3410
  """
3223
3411
  return pulumi.get(self, "provisioning_state")
3224
3412
 
3225
- @property
3226
- @pulumi.getter
3227
- def type(self) -> str:
3228
- """
3229
- Resource type
3230
- """
3231
- return pulumi.get(self, "type")
3232
-
3233
3413
  @property
3234
3414
  @pulumi.getter(name="autoUpgradeMinorVersion")
3235
3415
  def auto_upgrade_minor_version(self) -> Optional[bool]:
3236
3416
  """
3237
- 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.
3417
+ Indicates whether the extension should use a newer minor version if one is
3418
+ available at deployment time. Once deployed, however, the extension will not
3419
+ upgrade minor versions unless redeployed, even with this property set to true.
3238
3420
  """
3239
3421
  return pulumi.get(self, "auto_upgrade_minor_version")
3240
3422
 
@@ -3242,7 +3424,8 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3242
3424
  @pulumi.getter(name="enableAutomaticUpgrade")
3243
3425
  def enable_automatic_upgrade(self) -> Optional[bool]:
3244
3426
  """
3245
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
3427
+ Indicates whether the extension should be automatically upgraded by the
3428
+ platform if there is a newer version of the extension available.
3246
3429
  """
3247
3430
  return pulumi.get(self, "enable_automatic_upgrade")
3248
3431
 
@@ -3250,31 +3433,18 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3250
3433
  @pulumi.getter(name="forceUpdateTag")
3251
3434
  def force_update_tag(self) -> Optional[str]:
3252
3435
  """
3253
- 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.
3436
+ If a value is provided and is different from the previous value, the extension
3437
+ handler will be forced to update even if the extension configuration has not
3438
+ changed.
3254
3439
  """
3255
3440
  return pulumi.get(self, "force_update_tag")
3256
3441
 
3257
- @property
3258
- @pulumi.getter
3259
- def name(self) -> Optional[str]:
3260
- """
3261
- The name of the extension.
3262
- """
3263
- return pulumi.get(self, "name")
3264
-
3265
- @property
3266
- @pulumi.getter(name="protectedSettings")
3267
- def protected_settings(self) -> Optional[Any]:
3268
- """
3269
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
3270
- """
3271
- return pulumi.get(self, "protected_settings")
3272
-
3273
3442
  @property
3274
3443
  @pulumi.getter(name="protectedSettingsFromKeyVault")
3275
3444
  def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
3276
3445
  """
3277
- The extensions protected settings that are passed by reference, and consumed from key vault
3446
+ The extensions protected settings that are passed by reference, and consumed
3447
+ from key vault
3278
3448
  """
3279
3449
  return pulumi.get(self, "protected_settings_from_key_vault")
3280
3450
 
@@ -3282,7 +3452,8 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3282
3452
  @pulumi.getter(name="provisionAfterExtensions")
3283
3453
  def provision_after_extensions(self) -> Optional[Sequence[str]]:
3284
3454
  """
3285
- Collection of extension names after which this extension needs to be provisioned.
3455
+ Collection of extension names after which this extension needs to be
3456
+ provisioned.
3286
3457
  """
3287
3458
  return pulumi.get(self, "provision_after_extensions")
3288
3459
 
@@ -3306,10 +3477,20 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3306
3477
  @pulumi.getter(name="suppressFailures")
3307
3478
  def suppress_failures(self) -> Optional[bool]:
3308
3479
  """
3309
- 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.
3480
+ Indicates whether failures stemming from the extension will be suppressed
3481
+ (Operational failures such as not connecting to the VM will not be suppressed
3482
+ regardless of this value). The default is false.
3310
3483
  """
3311
3484
  return pulumi.get(self, "suppress_failures")
3312
3485
 
3486
+ @property
3487
+ @pulumi.getter
3488
+ def type(self) -> Optional[str]:
3489
+ """
3490
+ Specifies the type of the extension; an example is "CustomScriptExtension".
3491
+ """
3492
+ return pulumi.get(self, "type")
3493
+
3313
3494
  @property
3314
3495
  @pulumi.getter(name="typeHandlerVersion")
3315
3496
  def type_handler_version(self) -> Optional[str]:
@@ -3319,6 +3500,63 @@ class VirtualMachineScaleSetExtensionResponse(dict):
3319
3500
  return pulumi.get(self, "type_handler_version")
3320
3501
 
3321
3502
 
3503
+ @pulumi.output_type
3504
+ class VirtualMachineScaleSetExtensionResponse(dict):
3505
+ """
3506
+ Describes a Virtual Machine Scale Set Extension.
3507
+ """
3508
+ def __init__(__self__, *,
3509
+ id: str,
3510
+ type: str,
3511
+ name: Optional[str] = None,
3512
+ properties: Optional['outputs.VirtualMachineScaleSetExtensionPropertiesResponse'] = None):
3513
+ """
3514
+ Describes a Virtual Machine Scale Set Extension.
3515
+ :param str id: Resource Id
3516
+ :param str type: Resource type
3517
+ :param str name: The name of the extension.
3518
+ :param 'VirtualMachineScaleSetExtensionPropertiesResponse' properties: Describes the properties of a Virtual Machine Scale Set Extension.
3519
+ """
3520
+ pulumi.set(__self__, "id", id)
3521
+ pulumi.set(__self__, "type", type)
3522
+ if name is not None:
3523
+ pulumi.set(__self__, "name", name)
3524
+ if properties is not None:
3525
+ pulumi.set(__self__, "properties", properties)
3526
+
3527
+ @property
3528
+ @pulumi.getter
3529
+ def id(self) -> str:
3530
+ """
3531
+ Resource Id
3532
+ """
3533
+ return pulumi.get(self, "id")
3534
+
3535
+ @property
3536
+ @pulumi.getter
3537
+ def type(self) -> str:
3538
+ """
3539
+ Resource type
3540
+ """
3541
+ return pulumi.get(self, "type")
3542
+
3543
+ @property
3544
+ @pulumi.getter
3545
+ def name(self) -> Optional[str]:
3546
+ """
3547
+ The name of the extension.
3548
+ """
3549
+ return pulumi.get(self, "name")
3550
+
3551
+ @property
3552
+ @pulumi.getter
3553
+ def properties(self) -> Optional['outputs.VirtualMachineScaleSetExtensionPropertiesResponse']:
3554
+ """
3555
+ Describes the properties of a Virtual Machine Scale Set Extension.
3556
+ """
3557
+ return pulumi.get(self, "properties")
3558
+
3559
+
3322
3560
  @pulumi.output_type
3323
3561
  class VirtualMachineScaleSetHardwareProfileResponse(dict):
3324
3562
  """
@@ -3345,7 +3583,9 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
3345
3583
  vm_size_properties: Optional['outputs.VMSizePropertiesResponse'] = None):
3346
3584
  """
3347
3585
  Specifies the hardware settings for the virtual machine scale set.
3348
- :param 'VMSizePropertiesResponse' vm_size_properties: Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details.
3586
+ :param 'VMSizePropertiesResponse' vm_size_properties: Specifies the properties for customizing the size of the virtual machine.
3587
+ Minimum api-version: 2021-11-01. Please follow the instructions in [VM
3588
+ Customization](https://aka.ms/vmcustomization) for more details.
3349
3589
  """
3350
3590
  if vm_size_properties is not None:
3351
3591
  pulumi.set(__self__, "vm_size_properties", vm_size_properties)
@@ -3354,15 +3594,18 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
3354
3594
  @pulumi.getter(name="vmSizeProperties")
3355
3595
  def vm_size_properties(self) -> Optional['outputs.VMSizePropertiesResponse']:
3356
3596
  """
3357
- Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details.
3597
+ Specifies the properties for customizing the size of the virtual machine.
3598
+ Minimum api-version: 2021-11-01. Please follow the instructions in [VM
3599
+ Customization](https://aka.ms/vmcustomization) for more details.
3358
3600
  """
3359
3601
  return pulumi.get(self, "vm_size_properties")
3360
3602
 
3361
3603
 
3362
3604
  @pulumi.output_type
3363
- class VirtualMachineScaleSetIPConfigurationResponse(dict):
3605
+ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
3364
3606
  """
3365
- Describes a virtual machine scale set network profile's IP configuration.
3607
+ Describes a virtual machine scale set network profile's IP configuration
3608
+ properties.
3366
3609
  """
3367
3610
  @staticmethod
3368
3611
  def __key_warning(key: str):
@@ -3381,18 +3624,17 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3381
3624
  suggest = "public_ip_address_configuration"
3382
3625
 
3383
3626
  if suggest:
3384
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetIPConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3627
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetIPConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3385
3628
 
3386
3629
  def __getitem__(self, key: str) -> Any:
3387
- VirtualMachineScaleSetIPConfigurationResponse.__key_warning(key)
3630
+ VirtualMachineScaleSetIPConfigurationPropertiesResponse.__key_warning(key)
3388
3631
  return super().__getitem__(key)
3389
3632
 
3390
3633
  def get(self, key: str, default = None) -> Any:
3391
- VirtualMachineScaleSetIPConfigurationResponse.__key_warning(key)
3634
+ VirtualMachineScaleSetIPConfigurationPropertiesResponse.__key_warning(key)
3392
3635
  return super().get(key, default)
3393
3636
 
3394
3637
  def __init__(__self__, *,
3395
- name: str,
3396
3638
  application_gateway_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
3397
3639
  application_security_groups: Optional[Sequence['outputs.SubResourceResponse']] = None,
3398
3640
  load_balancer_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
@@ -3402,18 +3644,27 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3402
3644
  public_ip_address_configuration: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationResponse'] = None,
3403
3645
  subnet: Optional['outputs.ApiEntityReferenceResponse'] = None):
3404
3646
  """
3405
- Describes a virtual machine scale set network profile's IP configuration.
3406
- :param str name: The IP configuration name.
3407
- :param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
3647
+ Describes a virtual machine scale set network profile's IP configuration
3648
+ properties.
3649
+ :param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application
3650
+ gateways. A scale set can reference backend address pools of multiple
3651
+ application gateways. Multiple scale sets cannot use the same application
3652
+ gateway.
3408
3653
  :param Sequence['SubResourceResponse'] application_security_groups: Specifies an array of references to application security group.
3409
- :param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
3410
- :param Sequence['SubResourceResponse'] load_balancer_inbound_nat_pools: Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
3411
- :param bool primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
3412
- :param str private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
3654
+ :param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A
3655
+ scale set can reference backend address pools of one public and one internal
3656
+ load balancer. Multiple scale sets cannot use the same basic sku load balancer.
3657
+ :param Sequence['SubResourceResponse'] load_balancer_inbound_nat_pools: Specifies an array of references to inbound Nat pools of the load balancers. A
3658
+ scale set can reference inbound nat pools of one public and one internal load
3659
+ balancer. Multiple scale sets cannot use the same basic sku load balancer.
3660
+ :param bool primary: Specifies the primary network interface in case the virtual machine has more
3661
+ than 1 network interface.
3662
+ :param str private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the
3663
+ specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
3664
+ values are: 'IPv4' and 'IPv6'.
3413
3665
  :param 'VirtualMachineScaleSetPublicIPAddressConfigurationResponse' public_ip_address_configuration: The publicIPAddressConfiguration.
3414
3666
  :param 'ApiEntityReferenceResponse' subnet: Specifies the identifier of the subnet.
3415
3667
  """
3416
- pulumi.set(__self__, "name", name)
3417
3668
  if application_gateway_backend_address_pools is not None:
3418
3669
  pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
3419
3670
  if application_security_groups is not None:
@@ -3431,19 +3682,14 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3431
3682
  if subnet is not None:
3432
3683
  pulumi.set(__self__, "subnet", subnet)
3433
3684
 
3434
- @property
3435
- @pulumi.getter
3436
- def name(self) -> str:
3437
- """
3438
- The IP configuration name.
3439
- """
3440
- return pulumi.get(self, "name")
3441
-
3442
3685
  @property
3443
3686
  @pulumi.getter(name="applicationGatewayBackendAddressPools")
3444
3687
  def application_gateway_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
3445
3688
  """
3446
- Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
3689
+ Specifies an array of references to backend address pools of application
3690
+ gateways. A scale set can reference backend address pools of multiple
3691
+ application gateways. Multiple scale sets cannot use the same application
3692
+ gateway.
3447
3693
  """
3448
3694
  return pulumi.get(self, "application_gateway_backend_address_pools")
3449
3695
 
@@ -3459,7 +3705,9 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3459
3705
  @pulumi.getter(name="loadBalancerBackendAddressPools")
3460
3706
  def load_balancer_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
3461
3707
  """
3462
- Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
3708
+ Specifies an array of references to backend address pools of load balancers. A
3709
+ scale set can reference backend address pools of one public and one internal
3710
+ load balancer. Multiple scale sets cannot use the same basic sku load balancer.
3463
3711
  """
3464
3712
  return pulumi.get(self, "load_balancer_backend_address_pools")
3465
3713
 
@@ -3467,7 +3715,9 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3467
3715
  @pulumi.getter(name="loadBalancerInboundNatPools")
3468
3716
  def load_balancer_inbound_nat_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
3469
3717
  """
3470
- Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
3718
+ Specifies an array of references to inbound Nat pools of the load balancers. A
3719
+ scale set can reference inbound nat pools of one public and one internal load
3720
+ balancer. Multiple scale sets cannot use the same basic sku load balancer.
3471
3721
  """
3472
3722
  return pulumi.get(self, "load_balancer_inbound_nat_pools")
3473
3723
 
@@ -3475,7 +3725,8 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3475
3725
  @pulumi.getter
3476
3726
  def primary(self) -> Optional[bool]:
3477
3727
  """
3478
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
3728
+ Specifies the primary network interface in case the virtual machine has more
3729
+ than 1 network interface.
3479
3730
  """
3480
3731
  return pulumi.get(self, "primary")
3481
3732
 
@@ -3483,7 +3734,9 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3483
3734
  @pulumi.getter(name="privateIPAddressVersion")
3484
3735
  def private_ip_address_version(self) -> Optional[str]:
3485
3736
  """
3486
- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
3737
+ Available from Api-Version 2017-03-30 onwards, it represents whether the
3738
+ specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
3739
+ values are: 'IPv4' and 'IPv6'.
3487
3740
  """
3488
3741
  return pulumi.get(self, "private_ip_address_version")
3489
3742
 
@@ -3504,6 +3757,42 @@ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3504
3757
  return pulumi.get(self, "subnet")
3505
3758
 
3506
3759
 
3760
+ @pulumi.output_type
3761
+ class VirtualMachineScaleSetIPConfigurationResponse(dict):
3762
+ """
3763
+ Describes a virtual machine scale set network profile's IP configuration.
3764
+ """
3765
+ def __init__(__self__, *,
3766
+ name: str,
3767
+ properties: Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse'] = None):
3768
+ """
3769
+ Describes a virtual machine scale set network profile's IP configuration.
3770
+ :param str name: The IP configuration name.
3771
+ :param 'VirtualMachineScaleSetIPConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration
3772
+ properties.
3773
+ """
3774
+ pulumi.set(__self__, "name", name)
3775
+ if properties is not None:
3776
+ pulumi.set(__self__, "properties", properties)
3777
+
3778
+ @property
3779
+ @pulumi.getter
3780
+ def name(self) -> str:
3781
+ """
3782
+ The IP configuration name.
3783
+ """
3784
+ return pulumi.get(self, "name")
3785
+
3786
+ @property
3787
+ @pulumi.getter
3788
+ def properties(self) -> Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse']:
3789
+ """
3790
+ Describes a virtual machine scale set network profile's IP configuration
3791
+ properties.
3792
+ """
3793
+ return pulumi.get(self, "properties")
3794
+
3795
+
3507
3796
  @pulumi.output_type
3508
3797
  class VirtualMachineScaleSetIpTagResponse(dict):
3509
3798
  """
@@ -3588,9 +3877,11 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
3588
3877
  storage_account_type: Optional[str] = None):
3589
3878
  """
3590
3879
  Describes the parameters of a ScaleSet managed disk.
3591
- :param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk.
3880
+ :param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
3881
+ disk.
3592
3882
  :param 'VMDiskSecurityProfileResponse' security_profile: Specifies the security profile for the managed disk.
3593
- :param str storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
3883
+ :param str storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
3884
+ only be used with data disks, it cannot be used with OS Disk.
3594
3885
  """
3595
3886
  if disk_encryption_set is not None:
3596
3887
  pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
@@ -3603,7 +3894,8 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
3603
3894
  @pulumi.getter(name="diskEncryptionSet")
3604
3895
  def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
3605
3896
  """
3606
- Specifies the customer managed disk encryption set resource id for the managed disk.
3897
+ Specifies the customer managed disk encryption set resource id for the managed
3898
+ disk.
3607
3899
  """
3608
3900
  return pulumi.get(self, "disk_encryption_set")
3609
3901
 
@@ -3619,7 +3911,8 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
3619
3911
  @pulumi.getter(name="storageAccountType")
3620
3912
  def storage_account_type(self) -> Optional[str]:
3621
3913
  """
3622
- Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
3914
+ Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
3915
+ only be used with data disks, it cannot be used with OS Disk.
3623
3916
  """
3624
3917
  return pulumi.get(self, "storage_account_type")
3625
3918
 
@@ -3665,9 +3958,9 @@ class VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse(dict):
3665
3958
 
3666
3959
 
3667
3960
  @pulumi.output_type
3668
- class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3961
+ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
3669
3962
  """
3670
- Describes a virtual machine scale set network profile's network configurations.
3963
+ Describes a virtual machine scale set network profile's IP configuration.
3671
3964
  """
3672
3965
  @staticmethod
3673
3966
  def __key_warning(key: str):
@@ -3694,19 +3987,18 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3694
3987
  suggest = "network_security_group"
3695
3988
 
3696
3989
  if suggest:
3697
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3990
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetNetworkConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3698
3991
 
3699
3992
  def __getitem__(self, key: str) -> Any:
3700
- VirtualMachineScaleSetNetworkConfigurationResponse.__key_warning(key)
3993
+ VirtualMachineScaleSetNetworkConfigurationPropertiesResponse.__key_warning(key)
3701
3994
  return super().__getitem__(key)
3702
3995
 
3703
3996
  def get(self, key: str, default = None) -> Any:
3704
- VirtualMachineScaleSetNetworkConfigurationResponse.__key_warning(key)
3997
+ VirtualMachineScaleSetNetworkConfigurationPropertiesResponse.__key_warning(key)
3705
3998
  return super().get(key, default)
3706
3999
 
3707
4000
  def __init__(__self__, *,
3708
4001
  ip_configurations: Sequence['outputs.VirtualMachineScaleSetIPConfigurationResponse'],
3709
- name: str,
3710
4002
  auxiliary_mode: Optional[str] = None,
3711
4003
  auxiliary_sku: Optional[str] = None,
3712
4004
  delete_option: Optional[str] = None,
@@ -3718,11 +4010,12 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3718
4010
  network_security_group: Optional['outputs.SubResourceResponse'] = None,
3719
4011
  primary: Optional[bool] = None):
3720
4012
  """
3721
- Describes a virtual machine scale set network profile's network configurations.
4013
+ Describes a virtual machine scale set network profile's IP configuration.
3722
4014
  :param Sequence['VirtualMachineScaleSetIPConfigurationResponse'] ip_configurations: Specifies the IP configurations of the network interface.
3723
- :param str name: The network configuration name.
3724
- :param str auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
3725
- :param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
4015
+ :param str auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface
4016
+ resource.
4017
+ :param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface
4018
+ resource.
3726
4019
  :param str delete_option: Specify what happens to the network interface when the VM is deleted
3727
4020
  :param bool disable_tcp_state_tracking: Specifies whether the network interface is disabled for tcp state tracking.
3728
4021
  :param 'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the network interfaces.
@@ -3730,10 +4023,10 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3730
4023
  :param bool enable_fpga: Specifies whether the network interface is FPGA networking-enabled.
3731
4024
  :param bool enable_ip_forwarding: Whether IP forwarding enabled on this NIC.
3732
4025
  :param 'SubResourceResponse' network_security_group: The network security group.
3733
- :param bool primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
4026
+ :param bool primary: Specifies the primary network interface in case the virtual machine has more
4027
+ than 1 network interface.
3734
4028
  """
3735
4029
  pulumi.set(__self__, "ip_configurations", ip_configurations)
3736
- pulumi.set(__self__, "name", name)
3737
4030
  if auxiliary_mode is not None:
3738
4031
  pulumi.set(__self__, "auxiliary_mode", auxiliary_mode)
3739
4032
  if auxiliary_sku is not None:
@@ -3763,19 +4056,12 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3763
4056
  """
3764
4057
  return pulumi.get(self, "ip_configurations")
3765
4058
 
3766
- @property
3767
- @pulumi.getter
3768
- def name(self) -> str:
3769
- """
3770
- The network configuration name.
3771
- """
3772
- return pulumi.get(self, "name")
3773
-
3774
4059
  @property
3775
4060
  @pulumi.getter(name="auxiliaryMode")
3776
4061
  def auxiliary_mode(self) -> Optional[str]:
3777
4062
  """
3778
- Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
4063
+ Specifies whether the Auxiliary mode is enabled for the Network Interface
4064
+ resource.
3779
4065
  """
3780
4066
  return pulumi.get(self, "auxiliary_mode")
3781
4067
 
@@ -3783,7 +4069,8 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3783
4069
  @pulumi.getter(name="auxiliarySku")
3784
4070
  def auxiliary_sku(self) -> Optional[str]:
3785
4071
  """
3786
- Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
4072
+ Specifies whether the Auxiliary sku is enabled for the Network Interface
4073
+ resource.
3787
4074
  """
3788
4075
  return pulumi.get(self, "auxiliary_sku")
3789
4076
 
@@ -3847,11 +4134,46 @@ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
3847
4134
  @pulumi.getter
3848
4135
  def primary(self) -> Optional[bool]:
3849
4136
  """
3850
- Specifies the primary network interface in case the virtual machine has more than 1 network interface.
4137
+ Specifies the primary network interface in case the virtual machine has more
4138
+ than 1 network interface.
3851
4139
  """
3852
4140
  return pulumi.get(self, "primary")
3853
4141
 
3854
4142
 
4143
+ @pulumi.output_type
4144
+ class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
4145
+ """
4146
+ Describes a virtual machine scale set network profile's network configurations.
4147
+ """
4148
+ def __init__(__self__, *,
4149
+ name: str,
4150
+ properties: Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse'] = None):
4151
+ """
4152
+ Describes a virtual machine scale set network profile's network configurations.
4153
+ :param str name: The network configuration name.
4154
+ :param 'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration.
4155
+ """
4156
+ pulumi.set(__self__, "name", name)
4157
+ if properties is not None:
4158
+ pulumi.set(__self__, "properties", properties)
4159
+
4160
+ @property
4161
+ @pulumi.getter
4162
+ def name(self) -> str:
4163
+ """
4164
+ The network configuration name.
4165
+ """
4166
+ return pulumi.get(self, "name")
4167
+
4168
+ @property
4169
+ @pulumi.getter
4170
+ def properties(self) -> Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse']:
4171
+ """
4172
+ Describes a virtual machine scale set network profile's IP configuration.
4173
+ """
4174
+ return pulumi.get(self, "properties")
4175
+
4176
+
3855
4177
  @pulumi.output_type
3856
4178
  class VirtualMachineScaleSetNetworkProfileResponse(dict):
3857
4179
  """
@@ -3884,8 +4206,12 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
3884
4206
  network_interface_configurations: Optional[Sequence['outputs.VirtualMachineScaleSetNetworkConfigurationResponse']] = None):
3885
4207
  """
3886
4208
  Describes a virtual machine scale set network profile.
3887
- :param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
3888
- :param str network_api_version: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
4209
+ :param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an
4210
+ instance in the virtual machine scale set. The reference will be in the form:
4211
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
4212
+ :param str network_api_version: specifies the Microsoft.Network API version used when creating networking
4213
+ resources in the Network Interface Configurations for Virtual Machine Scale Set
4214
+ with orchestration mode 'Flexible'
3889
4215
  :param Sequence['VirtualMachineScaleSetNetworkConfigurationResponse'] network_interface_configurations: The list of network configurations.
3890
4216
  """
3891
4217
  if health_probe is not None:
@@ -3899,7 +4225,9 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
3899
4225
  @pulumi.getter(name="healthProbe")
3900
4226
  def health_probe(self) -> Optional['outputs.ApiEntityReferenceResponse']:
3901
4227
  """
3902
- A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
4228
+ A reference to a load balancer probe used to determine the health of an
4229
+ instance in the virtual machine scale set. The reference will be in the form:
4230
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
3903
4231
  """
3904
4232
  return pulumi.get(self, "health_probe")
3905
4233
 
@@ -3907,7 +4235,9 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
3907
4235
  @pulumi.getter(name="networkApiVersion")
3908
4236
  def network_api_version(self) -> Optional[str]:
3909
4237
  """
3910
- specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
4238
+ specifies the Microsoft.Network API version used when creating networking
4239
+ resources in the Network Interface Configurations for Virtual Machine Scale Set
4240
+ with orchestration mode 'Flexible'
3911
4241
  """
3912
4242
  return pulumi.get(self, "network_api_version")
3913
4243
 
@@ -3970,16 +4300,36 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
3970
4300
  write_accelerator_enabled: Optional[bool] = None):
3971
4301
  """
3972
4302
  Describes a virtual machine scale set operating system disk.
3973
- :param str create_option: Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
3974
- :param str caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
3975
- :param str delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). <br><br> Possible values: <br><br> **Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk.
3976
- :param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
3977
- :param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
4303
+ :param str create_option: Specifies how the virtual machines in the scale set should be created. The only
4304
+ allowed value is: **FromImage.** This value is used when you are using an image
4305
+ to create the virtual machine. If you are using a platform image, you also use
4306
+ the imageReference element described above. If you are using a marketplace
4307
+ image, you also use the plan element previously described.
4308
+ :param str caching: Specifies the caching requirements. Possible values are: **None,**
4309
+ **ReadOnly,** **ReadWrite.** The default values are: **None for Standard
4310
+ storage. ReadOnly for Premium storage.**
4311
+ :param str delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
4312
+ (This feature is available for VMSS with Flexible OrchestrationMode only).
4313
+ <br><br> Possible values: <br><br> **Delete** If this value is used, the OS
4314
+ disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
4315
+ is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
4316
+ default value is set to **Delete**. For an Ephemeral OS Disk, the default value
4317
+ is set to **Delete**. User cannot change the delete option for Ephemeral OS
4318
+ Disk.
4319
+ :param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the
4320
+ virtual machine scale set.
4321
+ :param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
4322
+ to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
4323
+ is the number of bytes x 1024^3 for the disk and the value cannot
4324
+ be larger than 1023.
3978
4325
  :param 'VirtualHardDiskResponse' image: Specifies information about the unmanaged user image to base the scale set on.
3979
4326
  :param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
3980
4327
  :param str name: The disk name.
3981
- :param str os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
3982
- :param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for the scale set.
4328
+ :param str os_type: This property allows you to specify the type of the OS that is included in the
4329
+ disk if creating a VM from user-image or a specialized VHD. Possible values
4330
+ are: **Windows,** **Linux.**
4331
+ :param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for
4332
+ the scale set.
3983
4333
  :param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
3984
4334
  """
3985
4335
  pulumi.set(__self__, "create_option", create_option)
@@ -4008,7 +4358,11 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4008
4358
  @pulumi.getter(name="createOption")
4009
4359
  def create_option(self) -> str:
4010
4360
  """
4011
- Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
4361
+ Specifies how the virtual machines in the scale set should be created. The only
4362
+ allowed value is: **FromImage.** This value is used when you are using an image
4363
+ to create the virtual machine. If you are using a platform image, you also use
4364
+ the imageReference element described above. If you are using a marketplace
4365
+ image, you also use the plan element previously described.
4012
4366
  """
4013
4367
  return pulumi.get(self, "create_option")
4014
4368
 
@@ -4016,7 +4370,9 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4016
4370
  @pulumi.getter
4017
4371
  def caching(self) -> Optional[str]:
4018
4372
  """
4019
- Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
4373
+ Specifies the caching requirements. Possible values are: **None,**
4374
+ **ReadOnly,** **ReadWrite.** The default values are: **None for Standard
4375
+ storage. ReadOnly for Premium storage.**
4020
4376
  """
4021
4377
  return pulumi.get(self, "caching")
4022
4378
 
@@ -4024,7 +4380,14 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4024
4380
  @pulumi.getter(name="deleteOption")
4025
4381
  def delete_option(self) -> Optional[str]:
4026
4382
  """
4027
- Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). <br><br> Possible values: <br><br> **Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk.
4383
+ Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
4384
+ (This feature is available for VMSS with Flexible OrchestrationMode only).
4385
+ <br><br> Possible values: <br><br> **Delete** If this value is used, the OS
4386
+ disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
4387
+ is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
4388
+ default value is set to **Delete**. For an Ephemeral OS Disk, the default value
4389
+ is set to **Delete**. User cannot change the delete option for Ephemeral OS
4390
+ Disk.
4028
4391
  """
4029
4392
  return pulumi.get(self, "delete_option")
4030
4393
 
@@ -4032,7 +4395,8 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4032
4395
  @pulumi.getter(name="diffDiskSettings")
4033
4396
  def diff_disk_settings(self) -> Optional['outputs.DiffDiskSettingsResponse']:
4034
4397
  """
4035
- Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
4398
+ Specifies the ephemeral disk Settings for the operating system disk used by the
4399
+ virtual machine scale set.
4036
4400
  """
4037
4401
  return pulumi.get(self, "diff_disk_settings")
4038
4402
 
@@ -4040,7 +4404,10 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4040
4404
  @pulumi.getter(name="diskSizeGB")
4041
4405
  def disk_size_gb(self) -> Optional[int]:
4042
4406
  """
4043
- Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
4407
+ Specifies the size of an empty data disk in gigabytes. This element can be used
4408
+ to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
4409
+ is the number of bytes x 1024^3 for the disk and the value cannot
4410
+ be larger than 1023.
4044
4411
  """
4045
4412
  return pulumi.get(self, "disk_size_gb")
4046
4413
 
@@ -4072,7 +4439,9 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4072
4439
  @pulumi.getter(name="osType")
4073
4440
  def os_type(self) -> Optional[str]:
4074
4441
  """
4075
- This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
4442
+ This property allows you to specify the type of the OS that is included in the
4443
+ disk if creating a VM from user-image or a specialized VHD. Possible values
4444
+ are: **Windows,** **Linux.**
4076
4445
  """
4077
4446
  return pulumi.get(self, "os_type")
4078
4447
 
@@ -4080,7 +4449,8 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
4080
4449
  @pulumi.getter(name="vhdContainers")
4081
4450
  def vhd_containers(self) -> Optional[Sequence[str]]:
4082
4451
  """
4083
- Specifies the container urls that are used to store operating system disks for the scale set.
4452
+ Specifies the container urls that are used to store operating system disks for
4453
+ the scale set.
4084
4454
  """
4085
4455
  return pulumi.get(self, "vhd_containers")
4086
4456
 
@@ -4101,16 +4471,12 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4101
4471
  @staticmethod
4102
4472
  def __key_warning(key: str):
4103
4473
  suggest = None
4104
- if key == "adminPassword":
4105
- suggest = "admin_password"
4106
- elif key == "adminUsername":
4474
+ if key == "adminUsername":
4107
4475
  suggest = "admin_username"
4108
4476
  elif key == "allowExtensionOperations":
4109
4477
  suggest = "allow_extension_operations"
4110
4478
  elif key == "computerNamePrefix":
4111
4479
  suggest = "computer_name_prefix"
4112
- elif key == "customData":
4113
- suggest = "custom_data"
4114
4480
  elif key == "linuxConfiguration":
4115
4481
  suggest = "linux_configuration"
4116
4482
  elif key == "requireGuestProvisionSignal":
@@ -4130,37 +4496,46 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4130
4496
  return super().get(key, default)
4131
4497
 
4132
4498
  def __init__(__self__, *,
4133
- admin_password: Optional[str] = None,
4134
4499
  admin_username: Optional[str] = None,
4135
4500
  allow_extension_operations: Optional[bool] = None,
4136
4501
  computer_name_prefix: Optional[str] = None,
4137
- custom_data: Optional[str] = None,
4138
4502
  linux_configuration: Optional['outputs.LinuxConfigurationResponse'] = None,
4139
4503
  require_guest_provision_signal: Optional[bool] = None,
4140
4504
  secrets: Optional[Sequence['outputs.VaultSecretGroupResponse']] = None,
4141
4505
  windows_configuration: Optional['outputs.WindowsConfigurationResponse'] = None):
4142
4506
  """
4143
4507
  Describes a virtual machine scale set OS profile.
4144
- :param str admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
4145
- :param str admin_username: Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
4146
- :param bool allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
4147
- :param str computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
4148
- :param str custom_data: Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
4149
- :param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4508
+ :param str admin_username: Specifies the name of the administrator account. <br><br> **Windows-only
4509
+ restriction:** Cannot end in "." <br><br> **Disallowed values:**
4510
+ "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
4511
+ "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup",
4512
+ "console", "david", "guest", "john", "owner", "root", "server", "sql",
4513
+ "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
4514
+ <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
4515
+ (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
4516
+ :param bool allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine
4517
+ scale set. This may only be set to False when no extensions are present on the
4518
+ virtual machine scale set.
4519
+ :param str computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale
4520
+ set. Computer name prefixes must be 1 to 15 characters long.
4521
+ :param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
4522
+ list of supported Linux distributions, see [Linux on Azure-Endorsed
4523
+ Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4150
4524
  :param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
4151
- :param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4525
+ :param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
4526
+ machines in the scale set. To install certificates on a virtual machine it is
4527
+ recommended to use the [Azure Key Vault virtual machine extension for
4528
+ Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
4529
+ or the [Azure Key Vault virtual machine extension for
4530
+ Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4152
4531
  :param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
4153
4532
  """
4154
- if admin_password is not None:
4155
- pulumi.set(__self__, "admin_password", admin_password)
4156
4533
  if admin_username is not None:
4157
4534
  pulumi.set(__self__, "admin_username", admin_username)
4158
4535
  if allow_extension_operations is not None:
4159
4536
  pulumi.set(__self__, "allow_extension_operations", allow_extension_operations)
4160
4537
  if computer_name_prefix is not None:
4161
4538
  pulumi.set(__self__, "computer_name_prefix", computer_name_prefix)
4162
- if custom_data is not None:
4163
- pulumi.set(__self__, "custom_data", custom_data)
4164
4539
  if linux_configuration is not None:
4165
4540
  pulumi.set(__self__, "linux_configuration", linux_configuration)
4166
4541
  if require_guest_provision_signal is not None:
@@ -4170,19 +4545,18 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4170
4545
  if windows_configuration is not None:
4171
4546
  pulumi.set(__self__, "windows_configuration", windows_configuration)
4172
4547
 
4173
- @property
4174
- @pulumi.getter(name="adminPassword")
4175
- def admin_password(self) -> Optional[str]:
4176
- """
4177
- Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
4178
- """
4179
- return pulumi.get(self, "admin_password")
4180
-
4181
4548
  @property
4182
4549
  @pulumi.getter(name="adminUsername")
4183
4550
  def admin_username(self) -> Optional[str]:
4184
4551
  """
4185
- Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
4552
+ Specifies the name of the administrator account. <br><br> **Windows-only
4553
+ restriction:** Cannot end in "." <br><br> **Disallowed values:**
4554
+ "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
4555
+ "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup",
4556
+ "console", "david", "guest", "john", "owner", "root", "server", "sql",
4557
+ "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
4558
+ <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
4559
+ (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
4186
4560
  """
4187
4561
  return pulumi.get(self, "admin_username")
4188
4562
 
@@ -4190,7 +4564,9 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4190
4564
  @pulumi.getter(name="allowExtensionOperations")
4191
4565
  def allow_extension_operations(self) -> Optional[bool]:
4192
4566
  """
4193
- Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
4567
+ Specifies whether extension operations should be allowed on the virtual machine
4568
+ scale set. This may only be set to False when no extensions are present on the
4569
+ virtual machine scale set.
4194
4570
  """
4195
4571
  return pulumi.get(self, "allow_extension_operations")
4196
4572
 
@@ -4198,23 +4574,18 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4198
4574
  @pulumi.getter(name="computerNamePrefix")
4199
4575
  def computer_name_prefix(self) -> Optional[str]:
4200
4576
  """
4201
- Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
4577
+ Specifies the computer name prefix for all of the virtual machines in the scale
4578
+ set. Computer name prefixes must be 1 to 15 characters long.
4202
4579
  """
4203
4580
  return pulumi.get(self, "computer_name_prefix")
4204
4581
 
4205
- @property
4206
- @pulumi.getter(name="customData")
4207
- def custom_data(self) -> Optional[str]:
4208
- """
4209
- Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
4210
- """
4211
- return pulumi.get(self, "custom_data")
4212
-
4213
4582
  @property
4214
4583
  @pulumi.getter(name="linuxConfiguration")
4215
4584
  def linux_configuration(self) -> Optional['outputs.LinuxConfigurationResponse']:
4216
4585
  """
4217
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4586
+ Specifies the Linux operating system settings on the virtual machine. For a
4587
+ list of supported Linux distributions, see [Linux on Azure-Endorsed
4588
+ Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4218
4589
  """
4219
4590
  return pulumi.get(self, "linux_configuration")
4220
4591
 
@@ -4230,7 +4601,12 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4230
4601
  @pulumi.getter
4231
4602
  def secrets(self) -> Optional[Sequence['outputs.VaultSecretGroupResponse']]:
4232
4603
  """
4233
- Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4604
+ Specifies set of certificates that should be installed onto the virtual
4605
+ machines in the scale set. To install certificates on a virtual machine it is
4606
+ recommended to use the [Azure Key Vault virtual machine extension for
4607
+ Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
4608
+ or the [Azure Key Vault virtual machine extension for
4609
+ Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4234
4610
  """
4235
4611
  return pulumi.get(self, "secrets")
4236
4612
 
@@ -4272,8 +4648,13 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
4272
4648
  domain_name_label_scope: Optional[str] = None):
4273
4649
  """
4274
4650
  Describes a virtual machines scale sets network configuration's DNS settings.
4275
- :param str domain_name_label: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
4276
- :param str domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
4651
+ :param str domain_name_label: The Domain name label.The concatenation of the domain name label and vm index
4652
+ will be the domain name labels of the PublicIPAddress resources that will be
4653
+ created
4654
+ :param str domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label
4655
+ that generated according to the policy from domain name label scope and vm
4656
+ index will be the domain name labels of the PublicIPAddress resources that will
4657
+ be created
4277
4658
  """
4278
4659
  pulumi.set(__self__, "domain_name_label", domain_name_label)
4279
4660
  if domain_name_label_scope is not None:
@@ -4283,7 +4664,9 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
4283
4664
  @pulumi.getter(name="domainNameLabel")
4284
4665
  def domain_name_label(self) -> str:
4285
4666
  """
4286
- The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
4667
+ The Domain name label.The concatenation of the domain name label and vm index
4668
+ will be the domain name labels of the PublicIPAddress resources that will be
4669
+ created
4287
4670
  """
4288
4671
  return pulumi.get(self, "domain_name_label")
4289
4672
 
@@ -4291,15 +4674,19 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
4291
4674
  @pulumi.getter(name="domainNameLabelScope")
4292
4675
  def domain_name_label_scope(self) -> Optional[str]:
4293
4676
  """
4294
- The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
4677
+ The Domain name label scope.The concatenation of the hashed domain name label
4678
+ that generated according to the policy from domain name label scope and vm
4679
+ index will be the domain name labels of the PublicIPAddress resources that will
4680
+ be created
4295
4681
  """
4296
4682
  return pulumi.get(self, "domain_name_label_scope")
4297
4683
 
4298
4684
 
4299
4685
  @pulumi.output_type
4300
- class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
4686
+ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict):
4301
4687
  """
4302
- Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
4688
+ Describes a virtual machines scale set IP Configuration's PublicIPAddress
4689
+ configuration
4303
4690
  """
4304
4691
  @staticmethod
4305
4692
  def __key_warning(key: str):
@@ -4318,37 +4705,35 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
4318
4705
  suggest = "public_ip_prefix"
4319
4706
 
4320
4707
  if suggest:
4321
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetPublicIPAddressConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
4708
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
4322
4709
 
4323
4710
  def __getitem__(self, key: str) -> Any:
4324
- VirtualMachineScaleSetPublicIPAddressConfigurationResponse.__key_warning(key)
4711
+ VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse.__key_warning(key)
4325
4712
  return super().__getitem__(key)
4326
4713
 
4327
4714
  def get(self, key: str, default = None) -> Any:
4328
- VirtualMachineScaleSetPublicIPAddressConfigurationResponse.__key_warning(key)
4715
+ VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse.__key_warning(key)
4329
4716
  return super().get(key, default)
4330
4717
 
4331
4718
  def __init__(__self__, *,
4332
- name: str,
4333
4719
  delete_option: Optional[str] = None,
4334
4720
  dns_settings: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse'] = None,
4335
4721
  idle_timeout_in_minutes: Optional[int] = None,
4336
4722
  ip_tags: Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']] = None,
4337
4723
  public_ip_address_version: Optional[str] = None,
4338
- public_ip_prefix: Optional['outputs.SubResourceResponse'] = None,
4339
- sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
4724
+ public_ip_prefix: Optional['outputs.SubResourceResponse'] = None):
4340
4725
  """
4341
- Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
4342
- :param str name: The publicIP address configuration name.
4726
+ Describes a virtual machines scale set IP Configuration's PublicIPAddress
4727
+ configuration
4343
4728
  :param str delete_option: Specify what happens to the public IP when the VM is deleted
4344
4729
  :param 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the publicIP addresses .
4345
4730
  :param int idle_timeout_in_minutes: The idle timeout of the public IP address.
4346
4731
  :param Sequence['VirtualMachineScaleSetIpTagResponse'] ip_tags: The list of IP tags associated with the public IP address.
4347
- :param str public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
4732
+ :param str public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the
4733
+ specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
4734
+ values are: 'IPv4' and 'IPv6'.
4348
4735
  :param 'SubResourceResponse' public_ip_prefix: The PublicIPPrefix from which to allocate publicIP addresses.
4349
- :param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
4350
4736
  """
4351
- pulumi.set(__self__, "name", name)
4352
4737
  if delete_option is not None:
4353
4738
  pulumi.set(__self__, "delete_option", delete_option)
4354
4739
  if dns_settings is not None:
@@ -4361,16 +4746,6 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
4361
4746
  pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
4362
4747
  if public_ip_prefix is not None:
4363
4748
  pulumi.set(__self__, "public_ip_prefix", public_ip_prefix)
4364
- if sku is not None:
4365
- pulumi.set(__self__, "sku", sku)
4366
-
4367
- @property
4368
- @pulumi.getter
4369
- def name(self) -> str:
4370
- """
4371
- The publicIP address configuration name.
4372
- """
4373
- return pulumi.get(self, "name")
4374
4749
 
4375
4750
  @property
4376
4751
  @pulumi.getter(name="deleteOption")
@@ -4408,7 +4783,9 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
4408
4783
  @pulumi.getter(name="publicIPAddressVersion")
4409
4784
  def public_ip_address_version(self) -> Optional[str]:
4410
4785
  """
4411
- Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
4786
+ Available from Api-Version 2019-07-01 onwards, it represents whether the
4787
+ specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
4788
+ values are: 'IPv4' and 'IPv6'.
4412
4789
  """
4413
4790
  return pulumi.get(self, "public_ip_address_version")
4414
4791
 
@@ -4420,11 +4797,55 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
4420
4797
  """
4421
4798
  return pulumi.get(self, "public_ip_prefix")
4422
4799
 
4800
+
4801
+ @pulumi.output_type
4802
+ class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
4803
+ """
4804
+ Describes a virtual machines scale set IP Configuration's PublicIPAddress
4805
+ configuration
4806
+ """
4807
+ def __init__(__self__, *,
4808
+ name: str,
4809
+ properties: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse'] = None,
4810
+ sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
4811
+ """
4812
+ Describes a virtual machines scale set IP Configuration's PublicIPAddress
4813
+ configuration
4814
+ :param str name: The publicIP address configuration name.
4815
+ :param 'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse' properties: Describes a virtual machines scale set IP Configuration's PublicIPAddress
4816
+ configuration
4817
+ :param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as
4818
+ Flexible.
4819
+ """
4820
+ pulumi.set(__self__, "name", name)
4821
+ if properties is not None:
4822
+ pulumi.set(__self__, "properties", properties)
4823
+ if sku is not None:
4824
+ pulumi.set(__self__, "sku", sku)
4825
+
4826
+ @property
4827
+ @pulumi.getter
4828
+ def name(self) -> str:
4829
+ """
4830
+ The publicIP address configuration name.
4831
+ """
4832
+ return pulumi.get(self, "name")
4833
+
4834
+ @property
4835
+ @pulumi.getter
4836
+ def properties(self) -> Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse']:
4837
+ """
4838
+ Describes a virtual machines scale set IP Configuration's PublicIPAddress
4839
+ configuration
4840
+ """
4841
+ return pulumi.get(self, "properties")
4842
+
4423
4843
  @property
4424
4844
  @pulumi.getter
4425
4845
  def sku(self) -> Optional['outputs.PublicIPAddressSkuResponse']:
4426
4846
  """
4427
- Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
4847
+ Describes the public IP Sku. It can only be set with OrchestrationMode as
4848
+ Flexible.
4428
4849
  """
4429
4850
  return pulumi.get(self, "sku")
4430
4851
 
@@ -4459,14 +4880,24 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4459
4880
 
4460
4881
  def __init__(__self__, *,
4461
4882
  data_disks: Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']] = None,
4462
- disk_controller_type: Optional[Sequence[str]] = None,
4883
+ disk_controller_type: Optional[str] = None,
4463
4884
  image_reference: Optional['outputs.ImageReferenceResponse'] = None,
4464
4885
  os_disk: Optional['outputs.VirtualMachineScaleSetOSDiskResponse'] = None):
4465
4886
  """
4466
4887
  Describes a virtual machine scale set storage profile.
4467
- :param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4468
- :param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
4469
- :param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4888
+ :param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
4889
+ machines in the scale set. For more information about disks, see [About disks
4890
+ and VHDs for Azure virtual
4891
+ machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4892
+ :param str disk_controller_type: Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
4893
+ :param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
4894
+ platform images, marketplace images, or virtual machine images. This element is
4895
+ required when you want to use a platform image, marketplace image, or virtual
4896
+ machine image, but is not used in other creation operations.
4897
+ :param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
4898
+ machines in the scale set. For more information about disks, see [About disks
4899
+ and VHDs for Azure virtual
4900
+ machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4470
4901
  """
4471
4902
  if data_disks is not None:
4472
4903
  pulumi.set(__self__, "data_disks", data_disks)
@@ -4481,20 +4912,29 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4481
4912
  @pulumi.getter(name="dataDisks")
4482
4913
  def data_disks(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']]:
4483
4914
  """
4484
- Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4915
+ Specifies the parameters that are used to add data disks to the virtual
4916
+ machines in the scale set. For more information about disks, see [About disks
4917
+ and VHDs for Azure virtual
4918
+ machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4485
4919
  """
4486
4920
  return pulumi.get(self, "data_disks")
4487
4921
 
4488
4922
  @property
4489
4923
  @pulumi.getter(name="diskControllerType")
4490
- def disk_controller_type(self) -> Optional[Sequence[str]]:
4924
+ def disk_controller_type(self) -> Optional[str]:
4925
+ """
4926
+ Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
4927
+ """
4491
4928
  return pulumi.get(self, "disk_controller_type")
4492
4929
 
4493
4930
  @property
4494
4931
  @pulumi.getter(name="imageReference")
4495
4932
  def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
4496
4933
  """
4497
- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
4934
+ Specifies information about the image to use. You can specify information about
4935
+ platform images, marketplace images, or virtual machine images. This element is
4936
+ required when you want to use a platform image, marketplace image, or virtual
4937
+ machine image, but is not used in other creation operations.
4498
4938
  """
4499
4939
  return pulumi.get(self, "image_reference")
4500
4940
 
@@ -4502,286 +4942,14 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4502
4942
  @pulumi.getter(name="osDisk")
4503
4943
  def os_disk(self) -> Optional['outputs.VirtualMachineScaleSetOSDiskResponse']:
4504
4944
  """
4505
- Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4945
+ Specifies information about the operating system disk used by the virtual
4946
+ machines in the scale set. For more information about disks, see [About disks
4947
+ and VHDs for Azure virtual
4948
+ machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4506
4949
  """
4507
4950
  return pulumi.get(self, "os_disk")
4508
4951
 
4509
4952
 
4510
- @pulumi.output_type
4511
- class VirtualMachineScaleSetVMProfileResponse(dict):
4512
- """
4513
- Describes a virtual machine scale set virtual machine profile.
4514
- """
4515
- @staticmethod
4516
- def __key_warning(key: str):
4517
- suggest = None
4518
- if key == "timeCreated":
4519
- suggest = "time_created"
4520
- elif key == "applicationProfile":
4521
- suggest = "application_profile"
4522
- elif key == "billingProfile":
4523
- suggest = "billing_profile"
4524
- elif key == "capacityReservation":
4525
- suggest = "capacity_reservation"
4526
- elif key == "diagnosticsProfile":
4527
- suggest = "diagnostics_profile"
4528
- elif key == "evictionPolicy":
4529
- suggest = "eviction_policy"
4530
- elif key == "extensionProfile":
4531
- suggest = "extension_profile"
4532
- elif key == "hardwareProfile":
4533
- suggest = "hardware_profile"
4534
- elif key == "licenseType":
4535
- suggest = "license_type"
4536
- elif key == "networkProfile":
4537
- suggest = "network_profile"
4538
- elif key == "osProfile":
4539
- suggest = "os_profile"
4540
- elif key == "scheduledEventsProfile":
4541
- suggest = "scheduled_events_profile"
4542
- elif key == "securityPostureReference":
4543
- suggest = "security_posture_reference"
4544
- elif key == "securityProfile":
4545
- suggest = "security_profile"
4546
- elif key == "serviceArtifactReference":
4547
- suggest = "service_artifact_reference"
4548
- elif key == "storageProfile":
4549
- suggest = "storage_profile"
4550
- elif key == "userData":
4551
- suggest = "user_data"
4552
-
4553
- if suggest:
4554
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetVMProfileResponse. Access the value via the '{suggest}' property getter instead.")
4555
-
4556
- def __getitem__(self, key: str) -> Any:
4557
- VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
4558
- return super().__getitem__(key)
4559
-
4560
- def get(self, key: str, default = None) -> Any:
4561
- VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
4562
- return super().get(key, default)
4563
-
4564
- def __init__(__self__, *,
4565
- time_created: str,
4566
- application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
4567
- billing_profile: Optional['outputs.BillingProfileResponse'] = None,
4568
- capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
4569
- diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
4570
- eviction_policy: Optional[str] = None,
4571
- extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
4572
- hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
4573
- license_type: Optional[str] = None,
4574
- network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
4575
- os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
4576
- priority: Optional[str] = None,
4577
- scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
4578
- security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
4579
- security_profile: Optional['outputs.SecurityProfileResponse'] = None,
4580
- service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
4581
- storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
4582
- user_data: Optional[str] = None):
4583
- """
4584
- Describes a virtual machine scale set virtual machine profile.
4585
- :param str time_created: Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
4586
- :param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
4587
- :param 'BillingProfileResponse' billing_profile: Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
4588
- :param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
4589
- :param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
4590
- :param str eviction_policy: 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.
4591
- :param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines in the scale set.
4592
- :param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
4593
- :param str license_type: 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
4594
- :param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the scale set.
4595
- :param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale set.
4596
- :param str priority: Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
4597
- :param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
4598
- :param 'SecurityPostureReferenceResponse' security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
4599
- :param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the scale set.
4600
- :param 'ServiceArtifactReferenceResponse' service_artifact_reference: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
4601
- :param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
4602
- :param str user_data: UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
4603
- """
4604
- pulumi.set(__self__, "time_created", time_created)
4605
- if application_profile is not None:
4606
- pulumi.set(__self__, "application_profile", application_profile)
4607
- if billing_profile is not None:
4608
- pulumi.set(__self__, "billing_profile", billing_profile)
4609
- if capacity_reservation is not None:
4610
- pulumi.set(__self__, "capacity_reservation", capacity_reservation)
4611
- if diagnostics_profile is not None:
4612
- pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
4613
- if eviction_policy is not None:
4614
- pulumi.set(__self__, "eviction_policy", eviction_policy)
4615
- if extension_profile is not None:
4616
- pulumi.set(__self__, "extension_profile", extension_profile)
4617
- if hardware_profile is not None:
4618
- pulumi.set(__self__, "hardware_profile", hardware_profile)
4619
- if license_type is not None:
4620
- pulumi.set(__self__, "license_type", license_type)
4621
- if network_profile is not None:
4622
- pulumi.set(__self__, "network_profile", network_profile)
4623
- if os_profile is not None:
4624
- pulumi.set(__self__, "os_profile", os_profile)
4625
- if priority is not None:
4626
- pulumi.set(__self__, "priority", priority)
4627
- if scheduled_events_profile is not None:
4628
- pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
4629
- if security_posture_reference is not None:
4630
- pulumi.set(__self__, "security_posture_reference", security_posture_reference)
4631
- if security_profile is not None:
4632
- pulumi.set(__self__, "security_profile", security_profile)
4633
- if service_artifact_reference is not None:
4634
- pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
4635
- if storage_profile is not None:
4636
- pulumi.set(__self__, "storage_profile", storage_profile)
4637
- if user_data is not None:
4638
- pulumi.set(__self__, "user_data", user_data)
4639
-
4640
- @property
4641
- @pulumi.getter(name="timeCreated")
4642
- def time_created(self) -> str:
4643
- """
4644
- Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
4645
- """
4646
- return pulumi.get(self, "time_created")
4647
-
4648
- @property
4649
- @pulumi.getter(name="applicationProfile")
4650
- def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
4651
- """
4652
- Specifies the gallery applications that should be made available to the VM/VMSS
4653
- """
4654
- return pulumi.get(self, "application_profile")
4655
-
4656
- @property
4657
- @pulumi.getter(name="billingProfile")
4658
- def billing_profile(self) -> Optional['outputs.BillingProfileResponse']:
4659
- """
4660
- Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
4661
- """
4662
- return pulumi.get(self, "billing_profile")
4663
-
4664
- @property
4665
- @pulumi.getter(name="capacityReservation")
4666
- def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
4667
- """
4668
- Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
4669
- """
4670
- return pulumi.get(self, "capacity_reservation")
4671
-
4672
- @property
4673
- @pulumi.getter(name="diagnosticsProfile")
4674
- def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
4675
- """
4676
- Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
4677
- """
4678
- return pulumi.get(self, "diagnostics_profile")
4679
-
4680
- @property
4681
- @pulumi.getter(name="evictionPolicy")
4682
- def eviction_policy(self) -> Optional[str]:
4683
- """
4684
- 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.
4685
- """
4686
- return pulumi.get(self, "eviction_policy")
4687
-
4688
- @property
4689
- @pulumi.getter(name="extensionProfile")
4690
- def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
4691
- """
4692
- Specifies a collection of settings for extensions installed on virtual machines in the scale set.
4693
- """
4694
- return pulumi.get(self, "extension_profile")
4695
-
4696
- @property
4697
- @pulumi.getter(name="hardwareProfile")
4698
- def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
4699
- """
4700
- Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
4701
- """
4702
- return pulumi.get(self, "hardware_profile")
4703
-
4704
- @property
4705
- @pulumi.getter(name="licenseType")
4706
- def license_type(self) -> Optional[str]:
4707
- """
4708
- 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
4709
- """
4710
- return pulumi.get(self, "license_type")
4711
-
4712
- @property
4713
- @pulumi.getter(name="networkProfile")
4714
- def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
4715
- """
4716
- Specifies properties of the network interfaces of the virtual machines in the scale set.
4717
- """
4718
- return pulumi.get(self, "network_profile")
4719
-
4720
- @property
4721
- @pulumi.getter(name="osProfile")
4722
- def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
4723
- """
4724
- Specifies the operating system settings for the virtual machines in the scale set.
4725
- """
4726
- return pulumi.get(self, "os_profile")
4727
-
4728
- @property
4729
- @pulumi.getter
4730
- def priority(self) -> Optional[str]:
4731
- """
4732
- Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
4733
- """
4734
- return pulumi.get(self, "priority")
4735
-
4736
- @property
4737
- @pulumi.getter(name="scheduledEventsProfile")
4738
- def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
4739
- """
4740
- Specifies Scheduled Event related configurations.
4741
- """
4742
- return pulumi.get(self, "scheduled_events_profile")
4743
-
4744
- @property
4745
- @pulumi.getter(name="securityPostureReference")
4746
- def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
4747
- """
4748
- Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
4749
- """
4750
- return pulumi.get(self, "security_posture_reference")
4751
-
4752
- @property
4753
- @pulumi.getter(name="securityProfile")
4754
- def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
4755
- """
4756
- Specifies the Security related profile settings for the virtual machines in the scale set.
4757
- """
4758
- return pulumi.get(self, "security_profile")
4759
-
4760
- @property
4761
- @pulumi.getter(name="serviceArtifactReference")
4762
- def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
4763
- """
4764
- Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
4765
- """
4766
- return pulumi.get(self, "service_artifact_reference")
4767
-
4768
- @property
4769
- @pulumi.getter(name="storageProfile")
4770
- def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
4771
- """
4772
- Specifies the storage settings for the virtual machine disks.
4773
- """
4774
- return pulumi.get(self, "storage_profile")
4775
-
4776
- @property
4777
- @pulumi.getter(name="userData")
4778
- def user_data(self) -> Optional[str]:
4779
- """
4780
- UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
4781
- """
4782
- return pulumi.get(self, "user_data")
4783
-
4784
-
4785
4953
  @pulumi.output_type
4786
4954
  class VmSizeProfileResponse(dict):
4787
4955
  """
@@ -4868,8 +5036,21 @@ class WinRMListenerResponse(dict):
4868
5036
  protocol: Optional[str] = None):
4869
5037
  """
4870
5038
  Describes Protocol and thumbprint of Windows Remote Management listener
4871
- :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4872
- :param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
5039
+ :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
5040
+ secret. For adding a secret to the Key Vault, see [Add a key or secret to the
5041
+ key
5042
+ vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5043
+ In this case, your certificate needs to be the Base64 encoding of the following
5044
+ JSON Object which is encoded in UTF-8: <br><br> {<br>
5045
+ "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
5046
+ "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
5047
+ machine it is recommended to use the [Azure Key Vault virtual machine extension
5048
+ for
5049
+ Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5050
+ or the [Azure Key Vault virtual machine extension for
5051
+ Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5052
+ :param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
5053
+ **https.**
4873
5054
  """
4874
5055
  if certificate_url is not None:
4875
5056
  pulumi.set(__self__, "certificate_url", certificate_url)
@@ -4880,7 +5061,19 @@ class WinRMListenerResponse(dict):
4880
5061
  @pulumi.getter(name="certificateUrl")
4881
5062
  def certificate_url(self) -> Optional[str]:
4882
5063
  """
4883
- This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5064
+ This is the URL of a certificate that has been uploaded to Key Vault as a
5065
+ secret. For adding a secret to the Key Vault, see [Add a key or secret to the
5066
+ key
5067
+ vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5068
+ In this case, your certificate needs to be the Base64 encoding of the following
5069
+ JSON Object which is encoded in UTF-8: <br><br> {<br>
5070
+ "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
5071
+ "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
5072
+ machine it is recommended to use the [Azure Key Vault virtual machine extension
5073
+ for
5074
+ Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5075
+ or the [Azure Key Vault virtual machine extension for
5076
+ Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4884
5077
  """
4885
5078
  return pulumi.get(self, "certificate_url")
4886
5079
 
@@ -4888,7 +5081,8 @@ class WinRMListenerResponse(dict):
4888
5081
  @pulumi.getter
4889
5082
  def protocol(self) -> Optional[str]:
4890
5083
  """
4891
- Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
5084
+ Specifies the protocol of WinRM listener. Possible values are: **http,**
5085
+ **https.**
4892
5086
  """
4893
5087
  return pulumi.get(self, "protocol")
4894
5088
 
@@ -4937,13 +5131,25 @@ class WindowsConfigurationResponse(dict):
4937
5131
  win_rm: Optional['outputs.WinRMConfigurationResponse'] = None):
4938
5132
  """
4939
5133
  Specifies Windows operating system settings on the virtual machine.
4940
- :param Sequence['AdditionalUnattendContentResponse'] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
4941
- :param bool enable_automatic_updates: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
4942
- :param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
5134
+ :param Sequence['AdditionalUnattendContentResponse'] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be
5135
+ included in the Unattend.xml file, which is used by Windows Setup.
5136
+ :param bool enable_automatic_updates: Indicates whether Automatic Updates is enabled for the Windows virtual machine.
5137
+ Default value is true. For virtual machine scale sets, this property can be
5138
+ updated and updates will take effect on OS reprovisioning.
5139
+ :param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
5140
+ machine. Default value is false.
4943
5141
  :param 'PatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
4944
- :param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
4945
- :param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
4946
- :param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
5142
+ :param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
5143
+ machine. When this property is not specified in the request body, it is set to
5144
+ true by default. This will ensure that VM Agent is installed on the VM so that
5145
+ extensions can be added to the VM later.
5146
+ :param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
5147
+ Possible values can be
5148
+ [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5149
+ value from time zones returned by
5150
+ [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5151
+ :param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
5152
+ PowerShell.
4947
5153
  """
4948
5154
  if additional_unattend_content is not None:
4949
5155
  pulumi.set(__self__, "additional_unattend_content", additional_unattend_content)
@@ -4964,7 +5170,8 @@ class WindowsConfigurationResponse(dict):
4964
5170
  @pulumi.getter(name="additionalUnattendContent")
4965
5171
  def additional_unattend_content(self) -> Optional[Sequence['outputs.AdditionalUnattendContentResponse']]:
4966
5172
  """
4967
- Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
5173
+ Specifies additional base-64 encoded XML formatted information that can be
5174
+ included in the Unattend.xml file, which is used by Windows Setup.
4968
5175
  """
4969
5176
  return pulumi.get(self, "additional_unattend_content")
4970
5177
 
@@ -4972,7 +5179,9 @@ class WindowsConfigurationResponse(dict):
4972
5179
  @pulumi.getter(name="enableAutomaticUpdates")
4973
5180
  def enable_automatic_updates(self) -> Optional[bool]:
4974
5181
  """
4975
- Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
5182
+ Indicates whether Automatic Updates is enabled for the Windows virtual machine.
5183
+ Default value is true. For virtual machine scale sets, this property can be
5184
+ updated and updates will take effect on OS reprovisioning.
4976
5185
  """
4977
5186
  return pulumi.get(self, "enable_automatic_updates")
4978
5187
 
@@ -4980,7 +5189,8 @@ class WindowsConfigurationResponse(dict):
4980
5189
  @pulumi.getter(name="enableVMAgentPlatformUpdates")
4981
5190
  def enable_vm_agent_platform_updates(self) -> Optional[bool]:
4982
5191
  """
4983
- Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
5192
+ Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
5193
+ machine. Default value is false.
4984
5194
  """
4985
5195
  return pulumi.get(self, "enable_vm_agent_platform_updates")
4986
5196
 
@@ -4996,7 +5206,10 @@ class WindowsConfigurationResponse(dict):
4996
5206
  @pulumi.getter(name="provisionVMAgent")
4997
5207
  def provision_vm_agent(self) -> Optional[bool]:
4998
5208
  """
4999
- Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
5209
+ Indicates whether virtual machine agent should be provisioned on the virtual
5210
+ machine. When this property is not specified in the request body, it is set to
5211
+ true by default. This will ensure that VM Agent is installed on the VM so that
5212
+ extensions can be added to the VM later.
5000
5213
  """
5001
5214
  return pulumi.get(self, "provision_vm_agent")
5002
5215
 
@@ -5004,7 +5217,11 @@ class WindowsConfigurationResponse(dict):
5004
5217
  @pulumi.getter(name="timeZone")
5005
5218
  def time_zone(self) -> Optional[str]:
5006
5219
  """
5007
- Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5220
+ Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
5221
+ Possible values can be
5222
+ [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5223
+ value from time zones returned by
5224
+ [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5008
5225
  """
5009
5226
  return pulumi.get(self, "time_zone")
5010
5227
 
@@ -5012,7 +5229,8 @@ class WindowsConfigurationResponse(dict):
5012
5229
  @pulumi.getter(name="winRM")
5013
5230
  def win_rm(self) -> Optional['outputs.WinRMConfigurationResponse']:
5014
5231
  """
5015
- Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
5232
+ Specifies the Windows Remote Management listeners. This enables remote Windows
5233
+ PowerShell.
5016
5234
  """
5017
5235
  return pulumi.get(self, "win_rm")
5018
5236
 
@@ -5020,7 +5238,8 @@ class WindowsConfigurationResponse(dict):
5020
5238
  @pulumi.output_type
5021
5239
  class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
5022
5240
  """
5023
- Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
5241
+ Specifies additional settings to be applied when patch mode AutomaticByPlatform
5242
+ is selected in Windows patch settings.
5024
5243
  """
5025
5244
  @staticmethod
5026
5245
  def __key_warning(key: str):
@@ -5045,9 +5264,11 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
5045
5264
  bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
5046
5265
  reboot_setting: Optional[str] = None):
5047
5266
  """
5048
- Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
5267
+ Specifies additional settings to be applied when patch mode AutomaticByPlatform
5268
+ is selected in Windows patch settings.
5049
5269
  :param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
5050
- :param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
5270
+ :param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
5271
+ operations.
5051
5272
  """
5052
5273
  if bypass_platform_safety_checks_on_user_schedule is not None:
5053
5274
  pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
@@ -5066,7 +5287,8 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
5066
5287
  @pulumi.getter(name="rebootSetting")
5067
5288
  def reboot_setting(self) -> Optional[str]:
5068
5289
  """
5069
- Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
5290
+ Specifies the reboot setting for all AutomaticByPlatform patch installation
5291
+ operations.
5070
5292
  """
5071
5293
  return pulumi.get(self, "reboot_setting")
5072
5294