pulumi-azure-native 2.51.0a1721670234__py3-none-any.whl → 2.51.0a1721725880__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.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/METADATA +1 -1
  563. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/RECORD +565 -433
  564. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/WHEEL +0 -0
  565. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,307 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['GuestAgentArgs', 'GuestAgent']
21
+
22
+ @pulumi.input_type
23
+ class GuestAgentArgs:
24
+ def __init__(__self__, *,
25
+ resource_uri: pulumi.Input[str],
26
+ credentials: Optional[pulumi.Input['GuestCredentialArgs']] = None,
27
+ http_proxy_config: Optional[pulumi.Input['HttpProxyConfigurationArgs']] = None,
28
+ private_link_scope_resource_id: Optional[pulumi.Input[str]] = None,
29
+ provisioning_action: Optional[pulumi.Input[Union[str, 'ProvisioningAction']]] = None):
30
+ """
31
+ The set of arguments for constructing a GuestAgent resource.
32
+ :param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
33
+ :param pulumi.Input['GuestCredentialArgs'] credentials: Username / Password Credentials to provision guest agent.
34
+ :param pulumi.Input['HttpProxyConfigurationArgs'] http_proxy_config: HTTP Proxy configuration for the VM.
35
+ :param pulumi.Input[str] private_link_scope_resource_id: The resource id of the private link scope this machine is assigned to, if any.
36
+ :param pulumi.Input[Union[str, 'ProvisioningAction']] provisioning_action: Gets or sets the guest agent provisioning action.
37
+ """
38
+ pulumi.set(__self__, "resource_uri", resource_uri)
39
+ if credentials is not None:
40
+ pulumi.set(__self__, "credentials", credentials)
41
+ if http_proxy_config is not None:
42
+ pulumi.set(__self__, "http_proxy_config", http_proxy_config)
43
+ if private_link_scope_resource_id is not None:
44
+ pulumi.set(__self__, "private_link_scope_resource_id", private_link_scope_resource_id)
45
+ if provisioning_action is not None:
46
+ pulumi.set(__self__, "provisioning_action", provisioning_action)
47
+
48
+ @property
49
+ @pulumi.getter(name="resourceUri")
50
+ def resource_uri(self) -> pulumi.Input[str]:
51
+ """
52
+ The fully qualified Azure Resource manager identifier of the resource.
53
+ """
54
+ return pulumi.get(self, "resource_uri")
55
+
56
+ @resource_uri.setter
57
+ def resource_uri(self, value: pulumi.Input[str]):
58
+ pulumi.set(self, "resource_uri", value)
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def credentials(self) -> Optional[pulumi.Input['GuestCredentialArgs']]:
63
+ """
64
+ Username / Password Credentials to provision guest agent.
65
+ """
66
+ return pulumi.get(self, "credentials")
67
+
68
+ @credentials.setter
69
+ def credentials(self, value: Optional[pulumi.Input['GuestCredentialArgs']]):
70
+ pulumi.set(self, "credentials", value)
71
+
72
+ @property
73
+ @pulumi.getter(name="httpProxyConfig")
74
+ def http_proxy_config(self) -> Optional[pulumi.Input['HttpProxyConfigurationArgs']]:
75
+ """
76
+ HTTP Proxy configuration for the VM.
77
+ """
78
+ return pulumi.get(self, "http_proxy_config")
79
+
80
+ @http_proxy_config.setter
81
+ def http_proxy_config(self, value: Optional[pulumi.Input['HttpProxyConfigurationArgs']]):
82
+ pulumi.set(self, "http_proxy_config", value)
83
+
84
+ @property
85
+ @pulumi.getter(name="privateLinkScopeResourceId")
86
+ def private_link_scope_resource_id(self) -> Optional[pulumi.Input[str]]:
87
+ """
88
+ The resource id of the private link scope this machine is assigned to, if any.
89
+ """
90
+ return pulumi.get(self, "private_link_scope_resource_id")
91
+
92
+ @private_link_scope_resource_id.setter
93
+ def private_link_scope_resource_id(self, value: Optional[pulumi.Input[str]]):
94
+ pulumi.set(self, "private_link_scope_resource_id", value)
95
+
96
+ @property
97
+ @pulumi.getter(name="provisioningAction")
98
+ def provisioning_action(self) -> Optional[pulumi.Input[Union[str, 'ProvisioningAction']]]:
99
+ """
100
+ Gets or sets the guest agent provisioning action.
101
+ """
102
+ return pulumi.get(self, "provisioning_action")
103
+
104
+ @provisioning_action.setter
105
+ def provisioning_action(self, value: Optional[pulumi.Input[Union[str, 'ProvisioningAction']]]):
106
+ pulumi.set(self, "provisioning_action", value)
107
+
108
+
109
+ class GuestAgent(pulumi.CustomResource):
110
+ @overload
111
+ def __init__(__self__,
112
+ resource_name: str,
113
+ opts: Optional[pulumi.ResourceOptions] = None,
114
+ credentials: Optional[pulumi.Input[Union['GuestCredentialArgs', 'GuestCredentialArgsDict']]] = None,
115
+ http_proxy_config: Optional[pulumi.Input[Union['HttpProxyConfigurationArgs', 'HttpProxyConfigurationArgsDict']]] = None,
116
+ private_link_scope_resource_id: Optional[pulumi.Input[str]] = None,
117
+ provisioning_action: Optional[pulumi.Input[Union[str, 'ProvisioningAction']]] = None,
118
+ resource_uri: Optional[pulumi.Input[str]] = None,
119
+ __props__=None):
120
+ """
121
+ Defines the GuestAgent.
122
+
123
+ :param str resource_name: The name of the resource.
124
+ :param pulumi.ResourceOptions opts: Options for the resource.
125
+ :param pulumi.Input[Union['GuestCredentialArgs', 'GuestCredentialArgsDict']] credentials: Username / Password Credentials to provision guest agent.
126
+ :param pulumi.Input[Union['HttpProxyConfigurationArgs', 'HttpProxyConfigurationArgsDict']] http_proxy_config: HTTP Proxy configuration for the VM.
127
+ :param pulumi.Input[str] private_link_scope_resource_id: The resource id of the private link scope this machine is assigned to, if any.
128
+ :param pulumi.Input[Union[str, 'ProvisioningAction']] provisioning_action: Gets or sets the guest agent provisioning action.
129
+ :param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
130
+ """
131
+ ...
132
+ @overload
133
+ def __init__(__self__,
134
+ resource_name: str,
135
+ args: GuestAgentArgs,
136
+ opts: Optional[pulumi.ResourceOptions] = None):
137
+ """
138
+ Defines the GuestAgent.
139
+
140
+ :param str resource_name: The name of the resource.
141
+ :param GuestAgentArgs args: The arguments to use to populate this resource's properties.
142
+ :param pulumi.ResourceOptions opts: Options for the resource.
143
+ """
144
+ ...
145
+ def __init__(__self__, resource_name: str, *args, **kwargs):
146
+ resource_args, opts = _utilities.get_resource_args_opts(GuestAgentArgs, pulumi.ResourceOptions, *args, **kwargs)
147
+ if resource_args is not None:
148
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
149
+ else:
150
+ __self__._internal_init(resource_name, *args, **kwargs)
151
+
152
+ def _internal_init(__self__,
153
+ resource_name: str,
154
+ opts: Optional[pulumi.ResourceOptions] = None,
155
+ credentials: Optional[pulumi.Input[Union['GuestCredentialArgs', 'GuestCredentialArgsDict']]] = None,
156
+ http_proxy_config: Optional[pulumi.Input[Union['HttpProxyConfigurationArgs', 'HttpProxyConfigurationArgsDict']]] = None,
157
+ private_link_scope_resource_id: Optional[pulumi.Input[str]] = None,
158
+ provisioning_action: Optional[pulumi.Input[Union[str, 'ProvisioningAction']]] = None,
159
+ resource_uri: Optional[pulumi.Input[str]] = None,
160
+ __props__=None):
161
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
162
+ if not isinstance(opts, pulumi.ResourceOptions):
163
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
164
+ if opts.id is None:
165
+ if __props__ is not None:
166
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
167
+ __props__ = GuestAgentArgs.__new__(GuestAgentArgs)
168
+
169
+ __props__.__dict__["credentials"] = credentials
170
+ __props__.__dict__["http_proxy_config"] = http_proxy_config
171
+ __props__.__dict__["private_link_scope_resource_id"] = private_link_scope_resource_id
172
+ __props__.__dict__["provisioning_action"] = provisioning_action
173
+ if resource_uri is None and not opts.urn:
174
+ raise TypeError("Missing required property 'resource_uri'")
175
+ __props__.__dict__["resource_uri"] = resource_uri
176
+ __props__.__dict__["custom_resource_name"] = None
177
+ __props__.__dict__["name"] = None
178
+ __props__.__dict__["provisioning_state"] = None
179
+ __props__.__dict__["status"] = None
180
+ __props__.__dict__["system_data"] = None
181
+ __props__.__dict__["type"] = None
182
+ __props__.__dict__["uuid"] = None
183
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:scvmm:GuestAgent"), pulumi.Alias(type_="azure-native:scvmm/v20230401preview:GuestAgent"), pulumi.Alias(type_="azure-native:scvmm/v20231007:GuestAgent")])
184
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
185
+ super(GuestAgent, __self__).__init__(
186
+ 'azure-native:scvmm/v20240601:GuestAgent',
187
+ resource_name,
188
+ __props__,
189
+ opts)
190
+
191
+ @staticmethod
192
+ def get(resource_name: str,
193
+ id: pulumi.Input[str],
194
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'GuestAgent':
195
+ """
196
+ Get an existing GuestAgent resource's state with the given name, id, and optional extra
197
+ properties used to qualify the lookup.
198
+
199
+ :param str resource_name: The unique name of the resulting resource.
200
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
201
+ :param pulumi.ResourceOptions opts: Options for the resource.
202
+ """
203
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
204
+
205
+ __props__ = GuestAgentArgs.__new__(GuestAgentArgs)
206
+
207
+ __props__.__dict__["credentials"] = None
208
+ __props__.__dict__["custom_resource_name"] = None
209
+ __props__.__dict__["http_proxy_config"] = None
210
+ __props__.__dict__["name"] = None
211
+ __props__.__dict__["private_link_scope_resource_id"] = None
212
+ __props__.__dict__["provisioning_action"] = None
213
+ __props__.__dict__["provisioning_state"] = None
214
+ __props__.__dict__["status"] = None
215
+ __props__.__dict__["system_data"] = None
216
+ __props__.__dict__["type"] = None
217
+ __props__.__dict__["uuid"] = None
218
+ return GuestAgent(resource_name, opts=opts, __props__=__props__)
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def credentials(self) -> pulumi.Output[Optional['outputs.GuestCredentialResponse']]:
223
+ """
224
+ Username / Password Credentials to provision guest agent.
225
+ """
226
+ return pulumi.get(self, "credentials")
227
+
228
+ @property
229
+ @pulumi.getter(name="customResourceName")
230
+ def custom_resource_name(self) -> pulumi.Output[str]:
231
+ """
232
+ Gets the name of the corresponding resource in Kubernetes.
233
+ """
234
+ return pulumi.get(self, "custom_resource_name")
235
+
236
+ @property
237
+ @pulumi.getter(name="httpProxyConfig")
238
+ def http_proxy_config(self) -> pulumi.Output[Optional['outputs.HttpProxyConfigurationResponse']]:
239
+ """
240
+ HTTP Proxy configuration for the VM.
241
+ """
242
+ return pulumi.get(self, "http_proxy_config")
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def name(self) -> pulumi.Output[str]:
247
+ """
248
+ The name of the resource
249
+ """
250
+ return pulumi.get(self, "name")
251
+
252
+ @property
253
+ @pulumi.getter(name="privateLinkScopeResourceId")
254
+ def private_link_scope_resource_id(self) -> pulumi.Output[Optional[str]]:
255
+ """
256
+ The resource id of the private link scope this machine is assigned to, if any.
257
+ """
258
+ return pulumi.get(self, "private_link_scope_resource_id")
259
+
260
+ @property
261
+ @pulumi.getter(name="provisioningAction")
262
+ def provisioning_action(self) -> pulumi.Output[Optional[str]]:
263
+ """
264
+ Gets or sets the guest agent provisioning action.
265
+ """
266
+ return pulumi.get(self, "provisioning_action")
267
+
268
+ @property
269
+ @pulumi.getter(name="provisioningState")
270
+ def provisioning_state(self) -> pulumi.Output[str]:
271
+ """
272
+ Provisioning state of the resource.
273
+ """
274
+ return pulumi.get(self, "provisioning_state")
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def status(self) -> pulumi.Output[str]:
279
+ """
280
+ Gets the guest agent status.
281
+ """
282
+ return pulumi.get(self, "status")
283
+
284
+ @property
285
+ @pulumi.getter(name="systemData")
286
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
287
+ """
288
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
289
+ """
290
+ return pulumi.get(self, "system_data")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def type(self) -> pulumi.Output[str]:
295
+ """
296
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
297
+ """
298
+ return pulumi.get(self, "type")
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def uuid(self) -> pulumi.Output[str]:
303
+ """
304
+ Gets a unique identifier for this resource.
305
+ """
306
+ return pulumi.get(self, "uuid")
307
+
@@ -0,0 +1,290 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = ['InventoryItemArgs', 'InventoryItem']
20
+
21
+ @pulumi.input_type
22
+ class InventoryItemArgs:
23
+ def __init__(__self__, *,
24
+ inventory_type: pulumi.Input[Union[str, 'InventoryType']],
25
+ resource_group_name: pulumi.Input[str],
26
+ vmm_server_name: pulumi.Input[str],
27
+ inventory_item_resource_name: Optional[pulumi.Input[str]] = None,
28
+ kind: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a InventoryItem resource.
31
+ :param pulumi.Input[Union[str, 'InventoryType']] inventory_type: They inventory type.
32
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
33
+ :param pulumi.Input[str] vmm_server_name: Name of the VmmServer.
34
+ :param pulumi.Input[str] inventory_item_resource_name: Name of the inventoryItem.
35
+ :param pulumi.Input[str] kind: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
36
+ """
37
+ pulumi.set(__self__, "inventory_type", inventory_type)
38
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
39
+ pulumi.set(__self__, "vmm_server_name", vmm_server_name)
40
+ if inventory_item_resource_name is not None:
41
+ pulumi.set(__self__, "inventory_item_resource_name", inventory_item_resource_name)
42
+ if kind is not None:
43
+ pulumi.set(__self__, "kind", kind)
44
+
45
+ @property
46
+ @pulumi.getter(name="inventoryType")
47
+ def inventory_type(self) -> pulumi.Input[Union[str, 'InventoryType']]:
48
+ """
49
+ They inventory type.
50
+ """
51
+ return pulumi.get(self, "inventory_type")
52
+
53
+ @inventory_type.setter
54
+ def inventory_type(self, value: pulumi.Input[Union[str, 'InventoryType']]):
55
+ pulumi.set(self, "inventory_type", value)
56
+
57
+ @property
58
+ @pulumi.getter(name="resourceGroupName")
59
+ def resource_group_name(self) -> pulumi.Input[str]:
60
+ """
61
+ The name of the resource group. The name is case insensitive.
62
+ """
63
+ return pulumi.get(self, "resource_group_name")
64
+
65
+ @resource_group_name.setter
66
+ def resource_group_name(self, value: pulumi.Input[str]):
67
+ pulumi.set(self, "resource_group_name", value)
68
+
69
+ @property
70
+ @pulumi.getter(name="vmmServerName")
71
+ def vmm_server_name(self) -> pulumi.Input[str]:
72
+ """
73
+ Name of the VmmServer.
74
+ """
75
+ return pulumi.get(self, "vmm_server_name")
76
+
77
+ @vmm_server_name.setter
78
+ def vmm_server_name(self, value: pulumi.Input[str]):
79
+ pulumi.set(self, "vmm_server_name", value)
80
+
81
+ @property
82
+ @pulumi.getter(name="inventoryItemResourceName")
83
+ def inventory_item_resource_name(self) -> Optional[pulumi.Input[str]]:
84
+ """
85
+ Name of the inventoryItem.
86
+ """
87
+ return pulumi.get(self, "inventory_item_resource_name")
88
+
89
+ @inventory_item_resource_name.setter
90
+ def inventory_item_resource_name(self, value: Optional[pulumi.Input[str]]):
91
+ pulumi.set(self, "inventory_item_resource_name", value)
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def kind(self) -> Optional[pulumi.Input[str]]:
96
+ """
97
+ Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
98
+ """
99
+ return pulumi.get(self, "kind")
100
+
101
+ @kind.setter
102
+ def kind(self, value: Optional[pulumi.Input[str]]):
103
+ pulumi.set(self, "kind", value)
104
+
105
+
106
+ class InventoryItem(pulumi.CustomResource):
107
+ @overload
108
+ def __init__(__self__,
109
+ resource_name: str,
110
+ opts: Optional[pulumi.ResourceOptions] = None,
111
+ inventory_item_resource_name: Optional[pulumi.Input[str]] = None,
112
+ inventory_type: Optional[pulumi.Input[Union[str, 'InventoryType']]] = None,
113
+ kind: Optional[pulumi.Input[str]] = None,
114
+ resource_group_name: Optional[pulumi.Input[str]] = None,
115
+ vmm_server_name: Optional[pulumi.Input[str]] = None,
116
+ __props__=None):
117
+ """
118
+ Defines the inventory item.
119
+
120
+ :param str resource_name: The name of the resource.
121
+ :param pulumi.ResourceOptions opts: Options for the resource.
122
+ :param pulumi.Input[str] inventory_item_resource_name: Name of the inventoryItem.
123
+ :param pulumi.Input[Union[str, 'InventoryType']] inventory_type: They inventory type.
124
+ :param pulumi.Input[str] kind: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
125
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
126
+ :param pulumi.Input[str] vmm_server_name: Name of the VmmServer.
127
+ """
128
+ ...
129
+ @overload
130
+ def __init__(__self__,
131
+ resource_name: str,
132
+ args: InventoryItemArgs,
133
+ opts: Optional[pulumi.ResourceOptions] = None):
134
+ """
135
+ Defines the inventory item.
136
+
137
+ :param str resource_name: The name of the resource.
138
+ :param InventoryItemArgs args: The arguments to use to populate this resource's properties.
139
+ :param pulumi.ResourceOptions opts: Options for the resource.
140
+ """
141
+ ...
142
+ def __init__(__self__, resource_name: str, *args, **kwargs):
143
+ resource_args, opts = _utilities.get_resource_args_opts(InventoryItemArgs, pulumi.ResourceOptions, *args, **kwargs)
144
+ if resource_args is not None:
145
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
146
+ else:
147
+ __self__._internal_init(resource_name, *args, **kwargs)
148
+
149
+ def _internal_init(__self__,
150
+ resource_name: str,
151
+ opts: Optional[pulumi.ResourceOptions] = None,
152
+ inventory_item_resource_name: Optional[pulumi.Input[str]] = None,
153
+ inventory_type: Optional[pulumi.Input[Union[str, 'InventoryType']]] = None,
154
+ kind: Optional[pulumi.Input[str]] = None,
155
+ resource_group_name: Optional[pulumi.Input[str]] = None,
156
+ vmm_server_name: Optional[pulumi.Input[str]] = None,
157
+ __props__=None):
158
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
159
+ if not isinstance(opts, pulumi.ResourceOptions):
160
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
161
+ if opts.id is None:
162
+ if __props__ is not None:
163
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
164
+ __props__ = InventoryItemArgs.__new__(InventoryItemArgs)
165
+
166
+ __props__.__dict__["inventory_item_resource_name"] = inventory_item_resource_name
167
+ if inventory_type is None and not opts.urn:
168
+ raise TypeError("Missing required property 'inventory_type'")
169
+ __props__.__dict__["inventory_type"] = inventory_type
170
+ __props__.__dict__["kind"] = kind
171
+ if resource_group_name is None and not opts.urn:
172
+ raise TypeError("Missing required property 'resource_group_name'")
173
+ __props__.__dict__["resource_group_name"] = resource_group_name
174
+ if vmm_server_name is None and not opts.urn:
175
+ raise TypeError("Missing required property 'vmm_server_name'")
176
+ __props__.__dict__["vmm_server_name"] = vmm_server_name
177
+ __props__.__dict__["inventory_item_name"] = None
178
+ __props__.__dict__["managed_resource_id"] = None
179
+ __props__.__dict__["name"] = None
180
+ __props__.__dict__["provisioning_state"] = None
181
+ __props__.__dict__["system_data"] = None
182
+ __props__.__dict__["type"] = None
183
+ __props__.__dict__["uuid"] = None
184
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:scvmm:InventoryItem"), pulumi.Alias(type_="azure-native:scvmm/v20200605preview:InventoryItem"), pulumi.Alias(type_="azure-native:scvmm/v20220521preview:InventoryItem"), pulumi.Alias(type_="azure-native:scvmm/v20230401preview:InventoryItem"), pulumi.Alias(type_="azure-native:scvmm/v20231007:InventoryItem")])
185
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
186
+ super(InventoryItem, __self__).__init__(
187
+ 'azure-native:scvmm/v20240601:InventoryItem',
188
+ resource_name,
189
+ __props__,
190
+ opts)
191
+
192
+ @staticmethod
193
+ def get(resource_name: str,
194
+ id: pulumi.Input[str],
195
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'InventoryItem':
196
+ """
197
+ Get an existing InventoryItem resource's state with the given name, id, and optional extra
198
+ properties used to qualify the lookup.
199
+
200
+ :param str resource_name: The unique name of the resulting resource.
201
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
202
+ :param pulumi.ResourceOptions opts: Options for the resource.
203
+ """
204
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
205
+
206
+ __props__ = InventoryItemArgs.__new__(InventoryItemArgs)
207
+
208
+ __props__.__dict__["inventory_item_name"] = None
209
+ __props__.__dict__["inventory_type"] = None
210
+ __props__.__dict__["kind"] = None
211
+ __props__.__dict__["managed_resource_id"] = None
212
+ __props__.__dict__["name"] = None
213
+ __props__.__dict__["provisioning_state"] = None
214
+ __props__.__dict__["system_data"] = None
215
+ __props__.__dict__["type"] = None
216
+ __props__.__dict__["uuid"] = None
217
+ return InventoryItem(resource_name, opts=opts, __props__=__props__)
218
+
219
+ @property
220
+ @pulumi.getter(name="inventoryItemName")
221
+ def inventory_item_name(self) -> pulumi.Output[str]:
222
+ """
223
+ Gets the Managed Object name in Vmm for the inventory item.
224
+ """
225
+ return pulumi.get(self, "inventory_item_name")
226
+
227
+ @property
228
+ @pulumi.getter(name="inventoryType")
229
+ def inventory_type(self) -> pulumi.Output[str]:
230
+ """
231
+ They inventory type.
232
+ """
233
+ return pulumi.get(self, "inventory_type")
234
+
235
+ @property
236
+ @pulumi.getter
237
+ def kind(self) -> pulumi.Output[Optional[str]]:
238
+ """
239
+ Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
240
+ """
241
+ return pulumi.get(self, "kind")
242
+
243
+ @property
244
+ @pulumi.getter(name="managedResourceId")
245
+ def managed_resource_id(self) -> pulumi.Output[str]:
246
+ """
247
+ Gets the tracked resource id corresponding to the inventory resource.
248
+ """
249
+ return pulumi.get(self, "managed_resource_id")
250
+
251
+ @property
252
+ @pulumi.getter
253
+ def name(self) -> pulumi.Output[str]:
254
+ """
255
+ The name of the resource
256
+ """
257
+ return pulumi.get(self, "name")
258
+
259
+ @property
260
+ @pulumi.getter(name="provisioningState")
261
+ def provisioning_state(self) -> pulumi.Output[str]:
262
+ """
263
+ Provisioning state of the resource.
264
+ """
265
+ return pulumi.get(self, "provisioning_state")
266
+
267
+ @property
268
+ @pulumi.getter(name="systemData")
269
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
270
+ """
271
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
272
+ """
273
+ return pulumi.get(self, "system_data")
274
+
275
+ @property
276
+ @pulumi.getter
277
+ def type(self) -> pulumi.Output[str]:
278
+ """
279
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
280
+ """
281
+ return pulumi.get(self, "type")
282
+
283
+ @property
284
+ @pulumi.getter
285
+ def uuid(self) -> pulumi.Output[str]:
286
+ """
287
+ Gets the UUID (which is assigned by Vmm) for the inventory item.
288
+ """
289
+ return pulumi.get(self, "uuid")
290
+