pulumi-azure-native 2.38.1a1713975200__py3-none-any.whl → 2.38.1a1714382243__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 (1139) hide show
  1. pulumi_azure_native/__init__.py +173 -63
  2. pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
  3. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
  4. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
  5. pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
  6. pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
  7. pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
  8. pulumi_azure_native/cache/v20230801/outputs.py +14 -0
  9. pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
  10. pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
  11. pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
  12. pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
  13. pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
  14. pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
  15. pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
  16. pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
  17. pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
  18. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
  19. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
  20. pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
  21. pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
  22. pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
  23. pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
  24. pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
  25. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
  26. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
  27. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
  28. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
  29. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
  30. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
  31. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
  32. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
  33. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
  34. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
  35. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
  36. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
  37. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
  38. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
  39. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
  40. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
  41. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
  42. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
  43. pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
  44. pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
  45. pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
  46. pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
  47. pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
  48. pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
  49. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
  51. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
  52. pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
  53. pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
  54. pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
  55. pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
  56. pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
  57. pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
  58. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
  59. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
  60. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
  61. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
  62. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
  63. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
  64. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
  65. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
  66. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
  67. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
  68. pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
  69. pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
  70. pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
  71. pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
  72. pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
  73. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
  74. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
  75. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
  76. pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
  77. pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
  78. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
  79. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
  80. pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
  81. pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
  82. pulumi_azure_native/containerservice/__init__.py +3 -0
  83. pulumi_azure_native/containerservice/fleet.py +3 -3
  84. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  85. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  86. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  87. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  88. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  89. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  90. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  91. pulumi_azure_native/containerservice/update_run.py +3 -3
  92. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  93. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  94. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  95. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  96. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  97. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  98. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  99. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  100. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  101. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  102. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  103. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  104. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  105. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  106. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  107. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  108. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  109. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  110. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  111. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  112. pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
  113. pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
  114. pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
  115. pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
  116. pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
  117. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
  118. pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
  119. pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
  120. pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
  121. pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
  122. pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
  123. pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
  124. pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
  125. pulumi_azure_native/costmanagement/__init__.py +3 -0
  126. pulumi_azure_native/costmanagement/export.py +3 -3
  127. pulumi_azure_native/costmanagement/get_export.py +2 -2
  128. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  129. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  130. pulumi_azure_native/costmanagement/get_view.py +2 -2
  131. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  132. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  133. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  134. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  135. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  136. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  137. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  138. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  139. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  140. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  141. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  142. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  143. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  144. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  145. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  146. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  147. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  148. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  149. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  150. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  151. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  152. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  153. pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
  154. pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
  155. pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
  156. pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
  157. pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
  158. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
  159. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
  160. pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
  161. pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
  162. pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
  163. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
  164. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
  165. pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
  166. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
  167. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  168. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  169. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  170. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  171. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  172. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  173. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  174. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  175. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  176. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  177. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  178. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  179. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  180. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  181. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  182. pulumi_azure_native/costmanagement/view.py +3 -3
  183. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  184. pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
  185. pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
  186. pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
  187. pulumi_azure_native/datafactory/_enums.py +51 -0
  188. pulumi_azure_native/datafactory/_inputs.py +1827 -78
  189. pulumi_azure_native/datafactory/outputs.py +1563 -72
  190. pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
  191. pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
  192. pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
  199. pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
  200. pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
  204. pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
  205. pulumi_azure_native/eventgrid/__init__.py +4 -0
  206. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  207. pulumi_azure_native/eventgrid/channel.py +3 -3
  208. pulumi_azure_native/eventgrid/client.py +3 -3
  209. pulumi_azure_native/eventgrid/client_group.py +3 -3
  210. pulumi_azure_native/eventgrid/domain.py +3 -3
  211. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  212. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  213. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  214. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  215. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  216. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  217. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  218. pulumi_azure_native/eventgrid/get_client.py +2 -2
  219. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  220. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  221. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  222. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  223. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  224. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  225. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  226. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  227. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  228. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  229. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  230. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  231. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  232. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  233. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  234. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
  235. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
  236. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  237. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  238. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  239. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  240. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  241. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  242. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  243. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  244. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  245. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  246. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  247. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  248. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  249. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  250. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  251. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  252. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  253. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  254. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  255. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  256. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  257. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  258. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  259. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  260. pulumi_azure_native/eventgrid/namespace.py +3 -3
  261. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  262. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  263. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  264. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  265. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  266. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  267. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  268. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  269. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  270. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  271. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  272. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  273. pulumi_azure_native/eventgrid/topic.py +3 -3
  274. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  275. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  276. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  277. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  278. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  279. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  280. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  281. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  282. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  283. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  284. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  285. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  286. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  287. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  288. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  289. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  290. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  291. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  292. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  293. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  294. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  295. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  296. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  297. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  298. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  299. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  300. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  301. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  302. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  303. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  304. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  305. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  306. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  307. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  308. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  309. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  310. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  311. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  312. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  313. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  314. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  315. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  316. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  317. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  318. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  319. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  320. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  321. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  322. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  323. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  324. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  325. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  326. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  327. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  328. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  329. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  330. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  331. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  332. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  333. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  334. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  335. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  336. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  337. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  338. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  339. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  340. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  341. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  342. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  343. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  344. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  345. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  346. pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
  347. pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
  348. pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
  349. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
  350. pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
  351. pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
  352. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
  353. pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
  354. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
  355. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
  356. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
  357. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
  358. pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
  359. pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
  360. pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
  361. pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
  362. pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
  363. pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
  364. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
  365. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
  366. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
  367. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
  368. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
  369. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
  370. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
  371. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
  372. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
  373. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
  374. pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
  375. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
  376. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
  377. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
  378. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
  379. pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
  380. pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
  381. pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
  382. pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
  383. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
  384. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
  385. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
  386. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
  387. pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
  388. pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
  389. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
  390. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
  391. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
  392. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
  393. pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
  394. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
  395. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
  396. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
  397. pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
  398. pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
  399. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
  400. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
  401. pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
  402. pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
  403. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
  404. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
  405. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
  406. pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
  407. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
  408. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
  409. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
  410. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
  411. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
  412. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
  413. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
  414. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
  415. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
  416. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
  417. pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
  418. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
  419. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
  420. pulumi_azure_native/insights/__init__.py +3 -0
  421. pulumi_azure_native/insights/action_group.py +5 -1
  422. pulumi_azure_native/insights/get_action_group.py +4 -0
  423. pulumi_azure_native/insights/v20230101/action_group.py +1 -1
  424. pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
  425. pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
  426. pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
  427. pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
  428. pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
  429. pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
  430. pulumi_azure_native/machinelearningservices/__init__.py +3 -0
  431. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  432. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  433. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  434. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  435. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  436. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  437. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  438. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  439. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  440. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  441. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  442. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  443. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  444. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  445. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  446. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  447. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  448. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  449. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  450. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  451. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  452. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  453. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  454. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  455. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  456. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  457. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  458. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  459. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  460. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  461. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  462. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  463. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  464. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  465. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  466. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  467. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  468. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  469. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  470. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  471. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  472. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  473. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  474. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  475. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  476. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  477. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  478. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  479. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  480. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  481. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  482. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  483. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  484. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  485. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  486. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  487. pulumi_azure_native/machinelearningservices/job.py +3 -3
  488. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  489. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  490. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  491. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  492. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  493. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  494. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  495. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  496. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  497. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  498. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  499. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  500. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  501. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  502. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  503. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  504. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  505. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  506. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  507. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  508. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  509. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  510. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  511. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  512. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  513. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  514. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  515. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  516. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  517. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  518. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  519. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  520. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  521. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  522. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  523. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  524. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  525. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  526. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  527. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  528. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  529. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  530. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  531. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  532. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  533. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  534. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  535. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  536. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  537. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  539. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  540. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  541. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  542. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  543. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  544. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  545. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  546. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  547. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  548. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  549. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  550. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  551. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  552. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  553. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  554. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  555. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  556. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  557. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  558. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  559. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  560. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  561. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  562. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  563. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  564. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  565. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  566. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  567. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  568. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  569. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  570. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  571. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  572. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  573. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  574. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  575. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  576. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  577. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  578. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  579. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  580. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  581. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  582. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  583. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  584. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  585. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  586. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  587. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  588. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  589. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  590. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  591. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  592. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  593. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  594. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  595. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  596. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  597. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  598. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  599. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  600. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  601. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  602. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  603. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  604. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  605. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  606. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  607. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  608. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  609. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  610. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  611. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  612. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  613. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  614. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  615. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  616. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  617. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  618. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  619. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  620. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  621. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  622. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  623. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  624. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  625. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  626. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  627. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  628. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  629. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  630. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  631. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  632. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  633. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  634. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  635. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  636. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  637. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  638. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  639. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  640. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  641. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  642. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  643. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  644. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  645. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  646. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  647. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  649. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  650. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  651. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  652. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  653. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  654. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  655. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  656. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  657. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  658. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  659. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  660. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  661. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  662. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  663. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  664. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  665. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  666. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  667. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  668. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  669. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  670. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  671. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  672. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  673. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  674. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  675. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  676. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  677. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  678. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  679. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  680. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  681. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  682. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  683. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  684. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  685. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  686. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  687. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  688. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  689. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  690. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  691. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  692. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  693. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  694. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  695. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  696. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  697. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  698. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  699. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  700. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  701. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  702. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  703. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  704. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  705. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  706. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  707. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  708. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  709. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  710. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  711. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  712. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  713. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  714. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  715. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  716. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  717. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  718. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  719. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  720. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  721. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  722. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  723. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  724. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  725. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  726. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  727. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  728. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  729. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  730. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  731. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  732. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  733. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  734. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  735. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  736. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  737. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  738. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  739. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  740. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  741. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  742. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  743. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  744. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  745. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  746. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  747. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  748. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  749. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  750. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  751. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  752. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  753. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  754. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  755. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  756. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  757. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  758. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  759. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  760. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  761. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  762. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  763. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  764. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  765. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  766. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  767. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  768. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  769. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  770. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  771. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  772. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  773. pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
  774. pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
  775. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
  776. pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
  777. pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
  778. pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
  779. pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
  780. pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
  781. pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
  782. pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
  783. pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
  784. pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
  785. pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
  786. pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
  787. pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
  788. pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
  789. pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
  790. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
  791. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
  792. pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
  793. pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
  794. pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
  795. pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
  796. pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
  797. pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
  798. pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
  799. pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
  800. pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
  801. pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
  802. pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
  803. pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
  804. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
  805. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
  806. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
  807. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
  808. pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
  809. pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
  810. pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
  811. pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
  812. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
  813. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
  814. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
  815. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
  816. pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
  817. pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
  818. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
  819. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
  820. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
  821. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
  822. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
  823. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
  824. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
  825. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
  826. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
  827. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
  828. pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
  829. pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
  830. pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
  831. pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
  832. pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
  833. pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
  834. pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
  835. pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
  836. pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
  837. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
  838. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
  839. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
  840. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
  841. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
  842. pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
  843. pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
  844. pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
  845. pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
  846. pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
  847. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
  848. pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
  849. pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
  850. pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
  851. pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
  852. pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
  853. pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
  854. pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
  855. pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
  856. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
  857. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
  858. pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
  859. pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
  860. pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
  861. pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
  862. pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
  863. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
  900. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  901. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  902. pulumi_azure_native/netapp/__init__.py +3 -0
  903. pulumi_azure_native/netapp/account.py +3 -3
  904. pulumi_azure_native/netapp/backup.py +2 -2
  905. pulumi_azure_native/netapp/backup_policy.py +3 -3
  906. pulumi_azure_native/netapp/backup_vault.py +3 -3
  907. pulumi_azure_native/netapp/get_account.py +2 -2
  908. pulumi_azure_native/netapp/get_backup.py +2 -2
  909. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  910. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  911. pulumi_azure_native/netapp/get_pool.py +2 -2
  912. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  913. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  914. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  915. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  916. pulumi_azure_native/netapp/get_volume.py +2 -2
  917. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  918. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  919. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  920. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  921. pulumi_azure_native/netapp/pool.py +3 -3
  922. pulumi_azure_native/netapp/snapshot.py +3 -3
  923. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  924. pulumi_azure_native/netapp/subvolume.py +3 -3
  925. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  926. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  927. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  928. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  929. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  930. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  931. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  932. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  933. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  934. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  935. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  936. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  937. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  938. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  939. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  940. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  941. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  942. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  943. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  944. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  945. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  946. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  947. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  948. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  949. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  950. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  951. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  952. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  953. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  954. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  955. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  956. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  957. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  958. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  959. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  960. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  961. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  962. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  963. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  964. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  965. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  966. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  967. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  968. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  969. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  970. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  971. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  972. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  973. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  974. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  975. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  976. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  977. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  978. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  979. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  980. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  981. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  982. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  983. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  984. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  985. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  986. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  987. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  988. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  989. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  990. pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
  991. pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
  992. pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
  993. pulumi_azure_native/netapp/v20231101/account.py +341 -0
  994. pulumi_azure_native/netapp/v20231101/backup.py +397 -0
  995. pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
  996. pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
  997. pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
  998. pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
  999. pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
  1000. pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
  1001. pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
  1002. pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
  1003. pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
  1004. pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
  1005. pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
  1006. pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
  1007. pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
  1008. pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
  1009. pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
  1010. pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
  1011. pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
  1012. pulumi_azure_native/netapp/v20231101/pool.py +457 -0
  1013. pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
  1014. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
  1015. pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
  1016. pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
  1017. pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
  1018. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
  1019. pulumi_azure_native/netapp/volume.py +3 -3
  1020. pulumi_azure_native/netapp/volume_group.py +3 -3
  1021. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  1022. pulumi_azure_native/servicelinker/__init__.py +3 -0
  1023. pulumi_azure_native/servicelinker/connector.py +3 -3
  1024. pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
  1025. pulumi_azure_native/servicelinker/get_connector.py +2 -2
  1026. pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
  1027. pulumi_azure_native/servicelinker/get_linker.py +2 -2
  1028. pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
  1029. pulumi_azure_native/servicelinker/linker.py +3 -3
  1030. pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
  1031. pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
  1032. pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
  1033. pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
  1034. pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
  1035. pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
  1036. pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
  1037. pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
  1038. pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
  1039. pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
  1040. pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
  1041. pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
  1042. pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
  1043. pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
  1044. pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
  1045. pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
  1046. pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
  1047. pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
  1048. pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
  1049. pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
  1050. pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
  1051. pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
  1052. pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
  1053. pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
  1054. pulumi_azure_native/storagecache/__init__.py +5 -0
  1055. pulumi_azure_native/storagecache/_enums.py +11 -0
  1056. pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
  1057. pulumi_azure_native/storagecache/cache.py +3 -3
  1058. pulumi_azure_native/storagecache/get_cache.py +2 -2
  1059. pulumi_azure_native/storagecache/get_import_job.py +333 -0
  1060. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  1061. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  1062. pulumi_azure_native/storagecache/import_job.py +451 -0
  1063. pulumi_azure_native/storagecache/storage_target.py +3 -3
  1064. pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
  1065. pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
  1066. pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
  1067. pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
  1068. pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
  1069. pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
  1070. pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
  1071. pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
  1072. pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
  1073. pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
  1074. pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
  1075. pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
  1076. pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
  1077. pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
  1078. pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
  1079. pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
  1080. pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
  1081. pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
  1082. pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
  1083. pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
  1084. pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
  1085. pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
  1086. pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
  1087. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/METADATA +1 -1
  1088. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/RECORD +1090 -859
  1089. pulumi_azure_native/blockchain/__init__.py +0 -25
  1090. pulumi_azure_native/blockchain/_inputs.py +0 -138
  1091. pulumi_azure_native/blockchain/blockchain_member.py +0 -537
  1092. pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
  1093. pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
  1094. pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
  1095. pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
  1096. pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
  1097. pulumi_azure_native/blockchain/outputs.py +0 -216
  1098. pulumi_azure_native/blockchain/transaction_node.py +0 -305
  1099. pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
  1100. pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
  1101. pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
  1102. pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
  1103. pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
  1104. pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
  1105. pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
  1106. pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
  1107. pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
  1108. pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
  1109. pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
  1110. pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
  1111. pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
  1112. pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
  1113. pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
  1114. pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
  1115. pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
  1116. pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
  1117. pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
  1118. pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
  1119. pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
  1120. pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
  1121. pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
  1122. pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
  1123. pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
  1124. pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
  1125. pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
  1126. pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
  1127. pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
  1128. pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
  1129. pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
  1130. pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
  1131. pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
  1132. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
  1133. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
  1134. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
  1135. pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
  1136. pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
  1137. pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
  1138. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/WHEEL +0 -0
  1139. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1119 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from ._enums import *
12
+
13
+ __all__ = [
14
+ 'ExtendedLocationArgs',
15
+ 'GuestCredentialArgs',
16
+ 'HardwareProfileArgs',
17
+ 'HttpProxyConfigurationArgs',
18
+ 'InfrastructureProfileArgs',
19
+ 'NetworkInterfaceArgs',
20
+ 'NetworkProfileArgs',
21
+ 'NicIPSettingsArgs',
22
+ 'OsProfileForVMInstanceArgs',
23
+ 'PlacementProfileArgs',
24
+ 'SecurityProfileArgs',
25
+ 'StorageProfileArgs',
26
+ 'UefiSettingsArgs',
27
+ 'VICredentialArgs',
28
+ 'VirtualDiskArgs',
29
+ 'WindowsConfigurationArgs',
30
+ ]
31
+
32
+ @pulumi.input_type
33
+ class ExtendedLocationArgs:
34
+ def __init__(__self__, *,
35
+ name: Optional[pulumi.Input[str]] = None,
36
+ type: Optional[pulumi.Input[str]] = None):
37
+ """
38
+ The extended location.
39
+ :param pulumi.Input[str] name: The extended location name.
40
+ :param pulumi.Input[str] type: The extended location type.
41
+ """
42
+ if name is not None:
43
+ pulumi.set(__self__, "name", name)
44
+ if type is not None:
45
+ pulumi.set(__self__, "type", type)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def name(self) -> Optional[pulumi.Input[str]]:
50
+ """
51
+ The extended location name.
52
+ """
53
+ return pulumi.get(self, "name")
54
+
55
+ @name.setter
56
+ def name(self, value: Optional[pulumi.Input[str]]):
57
+ pulumi.set(self, "name", value)
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def type(self) -> Optional[pulumi.Input[str]]:
62
+ """
63
+ The extended location type.
64
+ """
65
+ return pulumi.get(self, "type")
66
+
67
+ @type.setter
68
+ def type(self, value: Optional[pulumi.Input[str]]):
69
+ pulumi.set(self, "type", value)
70
+
71
+
72
+ @pulumi.input_type
73
+ class GuestCredentialArgs:
74
+ def __init__(__self__, *,
75
+ password: Optional[pulumi.Input[str]] = None,
76
+ private_key: Optional[pulumi.Input[str]] = None,
77
+ username: Optional[pulumi.Input[str]] = None):
78
+ """
79
+ Username / Password Credentials to connect to guest.
80
+ :param pulumi.Input[str] password: Gets or sets the password to connect with the guest.
81
+ :param pulumi.Input[str] private_key: Private key used to authenticate to a virtual machine through ssh.
82
+ :param pulumi.Input[str] username: Gets or sets username to connect with the guest.
83
+ """
84
+ if password is not None:
85
+ pulumi.set(__self__, "password", password)
86
+ if private_key is not None:
87
+ pulumi.set(__self__, "private_key", private_key)
88
+ if username is not None:
89
+ pulumi.set(__self__, "username", username)
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def password(self) -> Optional[pulumi.Input[str]]:
94
+ """
95
+ Gets or sets the password to connect with the guest.
96
+ """
97
+ return pulumi.get(self, "password")
98
+
99
+ @password.setter
100
+ def password(self, value: Optional[pulumi.Input[str]]):
101
+ pulumi.set(self, "password", value)
102
+
103
+ @property
104
+ @pulumi.getter(name="privateKey")
105
+ def private_key(self) -> Optional[pulumi.Input[str]]:
106
+ """
107
+ Private key used to authenticate to a virtual machine through ssh.
108
+ """
109
+ return pulumi.get(self, "private_key")
110
+
111
+ @private_key.setter
112
+ def private_key(self, value: Optional[pulumi.Input[str]]):
113
+ pulumi.set(self, "private_key", value)
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def username(self) -> Optional[pulumi.Input[str]]:
118
+ """
119
+ Gets or sets username to connect with the guest.
120
+ """
121
+ return pulumi.get(self, "username")
122
+
123
+ @username.setter
124
+ def username(self, value: Optional[pulumi.Input[str]]):
125
+ pulumi.set(self, "username", value)
126
+
127
+
128
+ @pulumi.input_type
129
+ class HardwareProfileArgs:
130
+ def __init__(__self__, *,
131
+ memory_size_mb: Optional[pulumi.Input[int]] = None,
132
+ num_cpus: Optional[pulumi.Input[int]] = None,
133
+ num_cores_per_socket: Optional[pulumi.Input[int]] = None):
134
+ """
135
+ Specifies the hardware settings for the virtual machine.
136
+ :param pulumi.Input[int] memory_size_mb: Gets or sets memory size in MBs for the vm.
137
+ :param pulumi.Input[int] num_cpus: Gets or sets the number of vCPUs for the vm.
138
+ :param pulumi.Input[int] num_cores_per_socket: Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.
139
+ """
140
+ if memory_size_mb is not None:
141
+ pulumi.set(__self__, "memory_size_mb", memory_size_mb)
142
+ if num_cpus is not None:
143
+ pulumi.set(__self__, "num_cpus", num_cpus)
144
+ if num_cores_per_socket is not None:
145
+ pulumi.set(__self__, "num_cores_per_socket", num_cores_per_socket)
146
+
147
+ @property
148
+ @pulumi.getter(name="memorySizeMB")
149
+ def memory_size_mb(self) -> Optional[pulumi.Input[int]]:
150
+ """
151
+ Gets or sets memory size in MBs for the vm.
152
+ """
153
+ return pulumi.get(self, "memory_size_mb")
154
+
155
+ @memory_size_mb.setter
156
+ def memory_size_mb(self, value: Optional[pulumi.Input[int]]):
157
+ pulumi.set(self, "memory_size_mb", value)
158
+
159
+ @property
160
+ @pulumi.getter(name="numCPUs")
161
+ def num_cpus(self) -> Optional[pulumi.Input[int]]:
162
+ """
163
+ Gets or sets the number of vCPUs for the vm.
164
+ """
165
+ return pulumi.get(self, "num_cpus")
166
+
167
+ @num_cpus.setter
168
+ def num_cpus(self, value: Optional[pulumi.Input[int]]):
169
+ pulumi.set(self, "num_cpus", value)
170
+
171
+ @property
172
+ @pulumi.getter(name="numCoresPerSocket")
173
+ def num_cores_per_socket(self) -> Optional[pulumi.Input[int]]:
174
+ """
175
+ Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.
176
+ """
177
+ return pulumi.get(self, "num_cores_per_socket")
178
+
179
+ @num_cores_per_socket.setter
180
+ def num_cores_per_socket(self, value: Optional[pulumi.Input[int]]):
181
+ pulumi.set(self, "num_cores_per_socket", value)
182
+
183
+
184
+ @pulumi.input_type
185
+ class HttpProxyConfigurationArgs:
186
+ def __init__(__self__, *,
187
+ https_proxy: Optional[pulumi.Input[str]] = None):
188
+ """
189
+ HTTP Proxy configuration for the VM.
190
+ :param pulumi.Input[str] https_proxy: Gets or sets httpsProxy url.
191
+ """
192
+ if https_proxy is not None:
193
+ pulumi.set(__self__, "https_proxy", https_proxy)
194
+
195
+ @property
196
+ @pulumi.getter(name="httpsProxy")
197
+ def https_proxy(self) -> Optional[pulumi.Input[str]]:
198
+ """
199
+ Gets or sets httpsProxy url.
200
+ """
201
+ return pulumi.get(self, "https_proxy")
202
+
203
+ @https_proxy.setter
204
+ def https_proxy(self, value: Optional[pulumi.Input[str]]):
205
+ pulumi.set(self, "https_proxy", value)
206
+
207
+
208
+ @pulumi.input_type
209
+ class InfrastructureProfileArgs:
210
+ def __init__(__self__, *,
211
+ firmware_type: Optional[pulumi.Input[Union[str, 'FirmwareType']]] = None,
212
+ inventory_item_id: Optional[pulumi.Input[str]] = None,
213
+ smbios_uuid: Optional[pulumi.Input[str]] = None,
214
+ template_id: Optional[pulumi.Input[str]] = None,
215
+ v_center_id: Optional[pulumi.Input[str]] = None):
216
+ """
217
+ Specifies the vCenter infrastructure specific settings for the virtual machine.
218
+ :param pulumi.Input[Union[str, 'FirmwareType']] firmware_type: Firmware type
219
+ :param pulumi.Input[str] inventory_item_id: Gets or sets the inventory Item ID for the virtual machine.
220
+ :param pulumi.Input[str] smbios_uuid: Gets or sets the SMBIOS UUID of the vm.
221
+ :param pulumi.Input[str] template_id: Gets or sets the ARM Id of the template resource to deploy the virtual machine.
222
+ :param pulumi.Input[str] v_center_id: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.
223
+ """
224
+ if firmware_type is not None:
225
+ pulumi.set(__self__, "firmware_type", firmware_type)
226
+ if inventory_item_id is not None:
227
+ pulumi.set(__self__, "inventory_item_id", inventory_item_id)
228
+ if smbios_uuid is not None:
229
+ pulumi.set(__self__, "smbios_uuid", smbios_uuid)
230
+ if template_id is not None:
231
+ pulumi.set(__self__, "template_id", template_id)
232
+ if v_center_id is not None:
233
+ pulumi.set(__self__, "v_center_id", v_center_id)
234
+
235
+ @property
236
+ @pulumi.getter(name="firmwareType")
237
+ def firmware_type(self) -> Optional[pulumi.Input[Union[str, 'FirmwareType']]]:
238
+ """
239
+ Firmware type
240
+ """
241
+ return pulumi.get(self, "firmware_type")
242
+
243
+ @firmware_type.setter
244
+ def firmware_type(self, value: Optional[pulumi.Input[Union[str, 'FirmwareType']]]):
245
+ pulumi.set(self, "firmware_type", value)
246
+
247
+ @property
248
+ @pulumi.getter(name="inventoryItemId")
249
+ def inventory_item_id(self) -> Optional[pulumi.Input[str]]:
250
+ """
251
+ Gets or sets the inventory Item ID for the virtual machine.
252
+ """
253
+ return pulumi.get(self, "inventory_item_id")
254
+
255
+ @inventory_item_id.setter
256
+ def inventory_item_id(self, value: Optional[pulumi.Input[str]]):
257
+ pulumi.set(self, "inventory_item_id", value)
258
+
259
+ @property
260
+ @pulumi.getter(name="smbiosUuid")
261
+ def smbios_uuid(self) -> Optional[pulumi.Input[str]]:
262
+ """
263
+ Gets or sets the SMBIOS UUID of the vm.
264
+ """
265
+ return pulumi.get(self, "smbios_uuid")
266
+
267
+ @smbios_uuid.setter
268
+ def smbios_uuid(self, value: Optional[pulumi.Input[str]]):
269
+ pulumi.set(self, "smbios_uuid", value)
270
+
271
+ @property
272
+ @pulumi.getter(name="templateId")
273
+ def template_id(self) -> Optional[pulumi.Input[str]]:
274
+ """
275
+ Gets or sets the ARM Id of the template resource to deploy the virtual machine.
276
+ """
277
+ return pulumi.get(self, "template_id")
278
+
279
+ @template_id.setter
280
+ def template_id(self, value: Optional[pulumi.Input[str]]):
281
+ pulumi.set(self, "template_id", value)
282
+
283
+ @property
284
+ @pulumi.getter(name="vCenterId")
285
+ def v_center_id(self) -> Optional[pulumi.Input[str]]:
286
+ """
287
+ Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.
288
+ """
289
+ return pulumi.get(self, "v_center_id")
290
+
291
+ @v_center_id.setter
292
+ def v_center_id(self, value: Optional[pulumi.Input[str]]):
293
+ pulumi.set(self, "v_center_id", value)
294
+
295
+
296
+ @pulumi.input_type
297
+ class NetworkInterfaceArgs:
298
+ def __init__(__self__, *,
299
+ device_key: Optional[pulumi.Input[int]] = None,
300
+ ip_settings: Optional[pulumi.Input['NicIPSettingsArgs']] = None,
301
+ name: Optional[pulumi.Input[str]] = None,
302
+ network_id: Optional[pulumi.Input[str]] = None,
303
+ nic_type: Optional[pulumi.Input[Union[str, 'NICType']]] = None,
304
+ power_on_boot: Optional[pulumi.Input[Union[str, 'PowerOnBootOption']]] = None):
305
+ """
306
+ Network Interface model
307
+ :param pulumi.Input[int] device_key: Gets or sets the device key value.
308
+ :param pulumi.Input['NicIPSettingsArgs'] ip_settings: Gets or sets the ipsettings.
309
+ :param pulumi.Input[str] name: Gets or sets the name of the network interface.
310
+ :param pulumi.Input[str] network_id: Gets or sets the ARM Id of the network resource to connect the virtual machine.
311
+ :param pulumi.Input[Union[str, 'NICType']] nic_type: NIC type
312
+ :param pulumi.Input[Union[str, 'PowerOnBootOption']] power_on_boot: Gets or sets the power on boot.
313
+ """
314
+ if device_key is not None:
315
+ pulumi.set(__self__, "device_key", device_key)
316
+ if ip_settings is not None:
317
+ pulumi.set(__self__, "ip_settings", ip_settings)
318
+ if name is not None:
319
+ pulumi.set(__self__, "name", name)
320
+ if network_id is not None:
321
+ pulumi.set(__self__, "network_id", network_id)
322
+ if nic_type is not None:
323
+ pulumi.set(__self__, "nic_type", nic_type)
324
+ if power_on_boot is not None:
325
+ pulumi.set(__self__, "power_on_boot", power_on_boot)
326
+
327
+ @property
328
+ @pulumi.getter(name="deviceKey")
329
+ def device_key(self) -> Optional[pulumi.Input[int]]:
330
+ """
331
+ Gets or sets the device key value.
332
+ """
333
+ return pulumi.get(self, "device_key")
334
+
335
+ @device_key.setter
336
+ def device_key(self, value: Optional[pulumi.Input[int]]):
337
+ pulumi.set(self, "device_key", value)
338
+
339
+ @property
340
+ @pulumi.getter(name="ipSettings")
341
+ def ip_settings(self) -> Optional[pulumi.Input['NicIPSettingsArgs']]:
342
+ """
343
+ Gets or sets the ipsettings.
344
+ """
345
+ return pulumi.get(self, "ip_settings")
346
+
347
+ @ip_settings.setter
348
+ def ip_settings(self, value: Optional[pulumi.Input['NicIPSettingsArgs']]):
349
+ pulumi.set(self, "ip_settings", value)
350
+
351
+ @property
352
+ @pulumi.getter
353
+ def name(self) -> Optional[pulumi.Input[str]]:
354
+ """
355
+ Gets or sets the name of the network interface.
356
+ """
357
+ return pulumi.get(self, "name")
358
+
359
+ @name.setter
360
+ def name(self, value: Optional[pulumi.Input[str]]):
361
+ pulumi.set(self, "name", value)
362
+
363
+ @property
364
+ @pulumi.getter(name="networkId")
365
+ def network_id(self) -> Optional[pulumi.Input[str]]:
366
+ """
367
+ Gets or sets the ARM Id of the network resource to connect the virtual machine.
368
+ """
369
+ return pulumi.get(self, "network_id")
370
+
371
+ @network_id.setter
372
+ def network_id(self, value: Optional[pulumi.Input[str]]):
373
+ pulumi.set(self, "network_id", value)
374
+
375
+ @property
376
+ @pulumi.getter(name="nicType")
377
+ def nic_type(self) -> Optional[pulumi.Input[Union[str, 'NICType']]]:
378
+ """
379
+ NIC type
380
+ """
381
+ return pulumi.get(self, "nic_type")
382
+
383
+ @nic_type.setter
384
+ def nic_type(self, value: Optional[pulumi.Input[Union[str, 'NICType']]]):
385
+ pulumi.set(self, "nic_type", value)
386
+
387
+ @property
388
+ @pulumi.getter(name="powerOnBoot")
389
+ def power_on_boot(self) -> Optional[pulumi.Input[Union[str, 'PowerOnBootOption']]]:
390
+ """
391
+ Gets or sets the power on boot.
392
+ """
393
+ return pulumi.get(self, "power_on_boot")
394
+
395
+ @power_on_boot.setter
396
+ def power_on_boot(self, value: Optional[pulumi.Input[Union[str, 'PowerOnBootOption']]]):
397
+ pulumi.set(self, "power_on_boot", value)
398
+
399
+
400
+ @pulumi.input_type
401
+ class NetworkProfileArgs:
402
+ def __init__(__self__, *,
403
+ network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]]] = None):
404
+ """
405
+ Specifies the network interfaces of the virtual machine.
406
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]] network_interfaces: Gets or sets the list of network interfaces associated with the virtual machine.
407
+ """
408
+ if network_interfaces is not None:
409
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
410
+
411
+ @property
412
+ @pulumi.getter(name="networkInterfaces")
413
+ def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]]]:
414
+ """
415
+ Gets or sets the list of network interfaces associated with the virtual machine.
416
+ """
417
+ return pulumi.get(self, "network_interfaces")
418
+
419
+ @network_interfaces.setter
420
+ def network_interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]]]):
421
+ pulumi.set(self, "network_interfaces", value)
422
+
423
+
424
+ @pulumi.input_type
425
+ class NicIPSettingsArgs:
426
+ def __init__(__self__, *,
427
+ allocation_method: Optional[pulumi.Input[Union[str, 'IPAddressAllocationMethod']]] = None,
428
+ dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
429
+ gateway: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
430
+ ip_address: Optional[pulumi.Input[str]] = None,
431
+ subnet_mask: Optional[pulumi.Input[str]] = None):
432
+ """
433
+ Defines the network interface ip settings.
434
+ :param pulumi.Input[Union[str, 'IPAddressAllocationMethod']] allocation_method: Gets or sets the nic allocation method.
435
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: Gets or sets the dns servers.
436
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] gateway: Gets or sets the gateway.
437
+ :param pulumi.Input[str] ip_address: Gets or sets the ip address for the nic.
438
+ :param pulumi.Input[str] subnet_mask: Gets or sets the mask.
439
+ """
440
+ if allocation_method is not None:
441
+ pulumi.set(__self__, "allocation_method", allocation_method)
442
+ if dns_servers is not None:
443
+ pulumi.set(__self__, "dns_servers", dns_servers)
444
+ if gateway is not None:
445
+ pulumi.set(__self__, "gateway", gateway)
446
+ if ip_address is not None:
447
+ pulumi.set(__self__, "ip_address", ip_address)
448
+ if subnet_mask is not None:
449
+ pulumi.set(__self__, "subnet_mask", subnet_mask)
450
+
451
+ @property
452
+ @pulumi.getter(name="allocationMethod")
453
+ def allocation_method(self) -> Optional[pulumi.Input[Union[str, 'IPAddressAllocationMethod']]]:
454
+ """
455
+ Gets or sets the nic allocation method.
456
+ """
457
+ return pulumi.get(self, "allocation_method")
458
+
459
+ @allocation_method.setter
460
+ def allocation_method(self, value: Optional[pulumi.Input[Union[str, 'IPAddressAllocationMethod']]]):
461
+ pulumi.set(self, "allocation_method", value)
462
+
463
+ @property
464
+ @pulumi.getter(name="dnsServers")
465
+ def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
466
+ """
467
+ Gets or sets the dns servers.
468
+ """
469
+ return pulumi.get(self, "dns_servers")
470
+
471
+ @dns_servers.setter
472
+ def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
473
+ pulumi.set(self, "dns_servers", value)
474
+
475
+ @property
476
+ @pulumi.getter
477
+ def gateway(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
478
+ """
479
+ Gets or sets the gateway.
480
+ """
481
+ return pulumi.get(self, "gateway")
482
+
483
+ @gateway.setter
484
+ def gateway(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
485
+ pulumi.set(self, "gateway", value)
486
+
487
+ @property
488
+ @pulumi.getter(name="ipAddress")
489
+ def ip_address(self) -> Optional[pulumi.Input[str]]:
490
+ """
491
+ Gets or sets the ip address for the nic.
492
+ """
493
+ return pulumi.get(self, "ip_address")
494
+
495
+ @ip_address.setter
496
+ def ip_address(self, value: Optional[pulumi.Input[str]]):
497
+ pulumi.set(self, "ip_address", value)
498
+
499
+ @property
500
+ @pulumi.getter(name="subnetMask")
501
+ def subnet_mask(self) -> Optional[pulumi.Input[str]]:
502
+ """
503
+ Gets or sets the mask.
504
+ """
505
+ return pulumi.get(self, "subnet_mask")
506
+
507
+ @subnet_mask.setter
508
+ def subnet_mask(self, value: Optional[pulumi.Input[str]]):
509
+ pulumi.set(self, "subnet_mask", value)
510
+
511
+
512
+ @pulumi.input_type
513
+ class OsProfileForVMInstanceArgs:
514
+ def __init__(__self__, *,
515
+ admin_password: Optional[pulumi.Input[str]] = None,
516
+ admin_username: Optional[pulumi.Input[str]] = None,
517
+ computer_name: Optional[pulumi.Input[str]] = None,
518
+ guest_id: Optional[pulumi.Input[str]] = None,
519
+ os_type: Optional[pulumi.Input[Union[str, 'OsType']]] = None,
520
+ windows_configuration: Optional[pulumi.Input['WindowsConfigurationArgs']] = None):
521
+ """
522
+ Specifies the operating system settings for the virtual machine.
523
+ :param pulumi.Input[str] admin_password: Sets administrator password.
524
+ :param pulumi.Input[str] admin_username: Gets or sets administrator username.
525
+ :param pulumi.Input[str] computer_name: Gets or sets computer name.
526
+ :param pulumi.Input[str] guest_id: Gets or sets the guestId.
527
+ :param pulumi.Input[Union[str, 'OsType']] os_type: Gets or sets the type of the os.
528
+ :param pulumi.Input['WindowsConfigurationArgs'] windows_configuration: Windows Configuration.
529
+ """
530
+ if admin_password is not None:
531
+ pulumi.set(__self__, "admin_password", admin_password)
532
+ if admin_username is not None:
533
+ pulumi.set(__self__, "admin_username", admin_username)
534
+ if computer_name is not None:
535
+ pulumi.set(__self__, "computer_name", computer_name)
536
+ if guest_id is not None:
537
+ pulumi.set(__self__, "guest_id", guest_id)
538
+ if os_type is not None:
539
+ pulumi.set(__self__, "os_type", os_type)
540
+ if windows_configuration is not None:
541
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
542
+
543
+ @property
544
+ @pulumi.getter(name="adminPassword")
545
+ def admin_password(self) -> Optional[pulumi.Input[str]]:
546
+ """
547
+ Sets administrator password.
548
+ """
549
+ return pulumi.get(self, "admin_password")
550
+
551
+ @admin_password.setter
552
+ def admin_password(self, value: Optional[pulumi.Input[str]]):
553
+ pulumi.set(self, "admin_password", value)
554
+
555
+ @property
556
+ @pulumi.getter(name="adminUsername")
557
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
558
+ """
559
+ Gets or sets administrator username.
560
+ """
561
+ return pulumi.get(self, "admin_username")
562
+
563
+ @admin_username.setter
564
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
565
+ pulumi.set(self, "admin_username", value)
566
+
567
+ @property
568
+ @pulumi.getter(name="computerName")
569
+ def computer_name(self) -> Optional[pulumi.Input[str]]:
570
+ """
571
+ Gets or sets computer name.
572
+ """
573
+ return pulumi.get(self, "computer_name")
574
+
575
+ @computer_name.setter
576
+ def computer_name(self, value: Optional[pulumi.Input[str]]):
577
+ pulumi.set(self, "computer_name", value)
578
+
579
+ @property
580
+ @pulumi.getter(name="guestId")
581
+ def guest_id(self) -> Optional[pulumi.Input[str]]:
582
+ """
583
+ Gets or sets the guestId.
584
+ """
585
+ return pulumi.get(self, "guest_id")
586
+
587
+ @guest_id.setter
588
+ def guest_id(self, value: Optional[pulumi.Input[str]]):
589
+ pulumi.set(self, "guest_id", value)
590
+
591
+ @property
592
+ @pulumi.getter(name="osType")
593
+ def os_type(self) -> Optional[pulumi.Input[Union[str, 'OsType']]]:
594
+ """
595
+ Gets or sets the type of the os.
596
+ """
597
+ return pulumi.get(self, "os_type")
598
+
599
+ @os_type.setter
600
+ def os_type(self, value: Optional[pulumi.Input[Union[str, 'OsType']]]):
601
+ pulumi.set(self, "os_type", value)
602
+
603
+ @property
604
+ @pulumi.getter(name="windowsConfiguration")
605
+ def windows_configuration(self) -> Optional[pulumi.Input['WindowsConfigurationArgs']]:
606
+ """
607
+ Windows Configuration.
608
+ """
609
+ return pulumi.get(self, "windows_configuration")
610
+
611
+ @windows_configuration.setter
612
+ def windows_configuration(self, value: Optional[pulumi.Input['WindowsConfigurationArgs']]):
613
+ pulumi.set(self, "windows_configuration", value)
614
+
615
+
616
+ @pulumi.input_type
617
+ class PlacementProfileArgs:
618
+ def __init__(__self__, *,
619
+ cluster_id: Optional[pulumi.Input[str]] = None,
620
+ datastore_id: Optional[pulumi.Input[str]] = None,
621
+ host_id: Optional[pulumi.Input[str]] = None,
622
+ resource_pool_id: Optional[pulumi.Input[str]] = None):
623
+ """
624
+ Specifies the compute and storage placement settings for the virtual machine.
625
+ :param pulumi.Input[str] cluster_id: Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.
626
+ :param pulumi.Input[str] datastore_id: Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.
627
+ :param pulumi.Input[str] host_id: Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.
628
+ :param pulumi.Input[str] resource_pool_id: Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.
629
+ """
630
+ if cluster_id is not None:
631
+ pulumi.set(__self__, "cluster_id", cluster_id)
632
+ if datastore_id is not None:
633
+ pulumi.set(__self__, "datastore_id", datastore_id)
634
+ if host_id is not None:
635
+ pulumi.set(__self__, "host_id", host_id)
636
+ if resource_pool_id is not None:
637
+ pulumi.set(__self__, "resource_pool_id", resource_pool_id)
638
+
639
+ @property
640
+ @pulumi.getter(name="clusterId")
641
+ def cluster_id(self) -> Optional[pulumi.Input[str]]:
642
+ """
643
+ Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.
644
+ """
645
+ return pulumi.get(self, "cluster_id")
646
+
647
+ @cluster_id.setter
648
+ def cluster_id(self, value: Optional[pulumi.Input[str]]):
649
+ pulumi.set(self, "cluster_id", value)
650
+
651
+ @property
652
+ @pulumi.getter(name="datastoreId")
653
+ def datastore_id(self) -> Optional[pulumi.Input[str]]:
654
+ """
655
+ Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.
656
+ """
657
+ return pulumi.get(self, "datastore_id")
658
+
659
+ @datastore_id.setter
660
+ def datastore_id(self, value: Optional[pulumi.Input[str]]):
661
+ pulumi.set(self, "datastore_id", value)
662
+
663
+ @property
664
+ @pulumi.getter(name="hostId")
665
+ def host_id(self) -> Optional[pulumi.Input[str]]:
666
+ """
667
+ Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.
668
+ """
669
+ return pulumi.get(self, "host_id")
670
+
671
+ @host_id.setter
672
+ def host_id(self, value: Optional[pulumi.Input[str]]):
673
+ pulumi.set(self, "host_id", value)
674
+
675
+ @property
676
+ @pulumi.getter(name="resourcePoolId")
677
+ def resource_pool_id(self) -> Optional[pulumi.Input[str]]:
678
+ """
679
+ Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.
680
+ """
681
+ return pulumi.get(self, "resource_pool_id")
682
+
683
+ @resource_pool_id.setter
684
+ def resource_pool_id(self, value: Optional[pulumi.Input[str]]):
685
+ pulumi.set(self, "resource_pool_id", value)
686
+
687
+
688
+ @pulumi.input_type
689
+ class SecurityProfileArgs:
690
+ def __init__(__self__, *,
691
+ uefi_settings: Optional[pulumi.Input['UefiSettingsArgs']] = None):
692
+ """
693
+ Specifies the Security profile settings for the virtual machine.
694
+ :param pulumi.Input['UefiSettingsArgs'] uefi_settings: Specifies the security settings like secure boot used while creating the virtual machine.
695
+ """
696
+ if uefi_settings is not None:
697
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
698
+
699
+ @property
700
+ @pulumi.getter(name="uefiSettings")
701
+ def uefi_settings(self) -> Optional[pulumi.Input['UefiSettingsArgs']]:
702
+ """
703
+ Specifies the security settings like secure boot used while creating the virtual machine.
704
+ """
705
+ return pulumi.get(self, "uefi_settings")
706
+
707
+ @uefi_settings.setter
708
+ def uefi_settings(self, value: Optional[pulumi.Input['UefiSettingsArgs']]):
709
+ pulumi.set(self, "uefi_settings", value)
710
+
711
+
712
+ @pulumi.input_type
713
+ class StorageProfileArgs:
714
+ def __init__(__self__, *,
715
+ disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualDiskArgs']]]] = None):
716
+ """
717
+ Specifies the storage settings for the virtual machine disks.
718
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualDiskArgs']]] disks: Gets or sets the list of virtual disks associated with the virtual machine.
719
+ """
720
+ if disks is not None:
721
+ pulumi.set(__self__, "disks", disks)
722
+
723
+ @property
724
+ @pulumi.getter
725
+ def disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualDiskArgs']]]]:
726
+ """
727
+ Gets or sets the list of virtual disks associated with the virtual machine.
728
+ """
729
+ return pulumi.get(self, "disks")
730
+
731
+ @disks.setter
732
+ def disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualDiskArgs']]]]):
733
+ pulumi.set(self, "disks", value)
734
+
735
+
736
+ @pulumi.input_type
737
+ class UefiSettingsArgs:
738
+ def __init__(__self__, *,
739
+ secure_boot_enabled: Optional[pulumi.Input[bool]] = None):
740
+ """
741
+ Specifies the security settings like secure boot used while creating the virtual machine.
742
+ :param pulumi.Input[bool] secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine.
743
+ """
744
+ if secure_boot_enabled is not None:
745
+ pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
746
+
747
+ @property
748
+ @pulumi.getter(name="secureBootEnabled")
749
+ def secure_boot_enabled(self) -> Optional[pulumi.Input[bool]]:
750
+ """
751
+ Specifies whether secure boot should be enabled on the virtual machine.
752
+ """
753
+ return pulumi.get(self, "secure_boot_enabled")
754
+
755
+ @secure_boot_enabled.setter
756
+ def secure_boot_enabled(self, value: Optional[pulumi.Input[bool]]):
757
+ pulumi.set(self, "secure_boot_enabled", value)
758
+
759
+
760
+ @pulumi.input_type
761
+ class VICredentialArgs:
762
+ def __init__(__self__, *,
763
+ password: Optional[pulumi.Input[str]] = None,
764
+ username: Optional[pulumi.Input[str]] = None):
765
+ """
766
+ Username / Password Credentials to connect to vcenter.
767
+ :param pulumi.Input[str] password: Gets or sets the password to connect with the vCenter.
768
+ :param pulumi.Input[str] username: Gets or sets username to connect with the vCenter.
769
+ """
770
+ if password is not None:
771
+ pulumi.set(__self__, "password", password)
772
+ if username is not None:
773
+ pulumi.set(__self__, "username", username)
774
+
775
+ @property
776
+ @pulumi.getter
777
+ def password(self) -> Optional[pulumi.Input[str]]:
778
+ """
779
+ Gets or sets the password to connect with the vCenter.
780
+ """
781
+ return pulumi.get(self, "password")
782
+
783
+ @password.setter
784
+ def password(self, value: Optional[pulumi.Input[str]]):
785
+ pulumi.set(self, "password", value)
786
+
787
+ @property
788
+ @pulumi.getter
789
+ def username(self) -> Optional[pulumi.Input[str]]:
790
+ """
791
+ Gets or sets username to connect with the vCenter.
792
+ """
793
+ return pulumi.get(self, "username")
794
+
795
+ @username.setter
796
+ def username(self, value: Optional[pulumi.Input[str]]):
797
+ pulumi.set(self, "username", value)
798
+
799
+
800
+ @pulumi.input_type
801
+ class VirtualDiskArgs:
802
+ def __init__(__self__, *,
803
+ controller_key: Optional[pulumi.Input[int]] = None,
804
+ device_key: Optional[pulumi.Input[int]] = None,
805
+ device_name: Optional[pulumi.Input[str]] = None,
806
+ disk_mode: Optional[pulumi.Input[Union[str, 'DiskMode']]] = None,
807
+ disk_size_gb: Optional[pulumi.Input[int]] = None,
808
+ disk_type: Optional[pulumi.Input[Union[str, 'DiskType']]] = None,
809
+ name: Optional[pulumi.Input[str]] = None,
810
+ unit_number: Optional[pulumi.Input[int]] = None):
811
+ """
812
+ Virtual disk model
813
+ :param pulumi.Input[int] controller_key: Gets or sets the controller id.
814
+ :param pulumi.Input[int] device_key: Gets or sets the device key value.
815
+ :param pulumi.Input[str] device_name: Gets or sets the device name.
816
+ :param pulumi.Input[Union[str, 'DiskMode']] disk_mode: Gets or sets the disk mode.
817
+ :param pulumi.Input[int] disk_size_gb: Gets or sets the disk total size.
818
+ :param pulumi.Input[Union[str, 'DiskType']] disk_type: Gets or sets the disk backing type.
819
+ :param pulumi.Input[str] name: Gets or sets the name of the virtual disk.
820
+ :param pulumi.Input[int] unit_number: Gets or sets the unit number of the disk on the controller.
821
+ """
822
+ if controller_key is not None:
823
+ pulumi.set(__self__, "controller_key", controller_key)
824
+ if device_key is not None:
825
+ pulumi.set(__self__, "device_key", device_key)
826
+ if device_name is not None:
827
+ pulumi.set(__self__, "device_name", device_name)
828
+ if disk_mode is not None:
829
+ pulumi.set(__self__, "disk_mode", disk_mode)
830
+ if disk_size_gb is not None:
831
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
832
+ if disk_type is not None:
833
+ pulumi.set(__self__, "disk_type", disk_type)
834
+ if name is not None:
835
+ pulumi.set(__self__, "name", name)
836
+ if unit_number is not None:
837
+ pulumi.set(__self__, "unit_number", unit_number)
838
+
839
+ @property
840
+ @pulumi.getter(name="controllerKey")
841
+ def controller_key(self) -> Optional[pulumi.Input[int]]:
842
+ """
843
+ Gets or sets the controller id.
844
+ """
845
+ return pulumi.get(self, "controller_key")
846
+
847
+ @controller_key.setter
848
+ def controller_key(self, value: Optional[pulumi.Input[int]]):
849
+ pulumi.set(self, "controller_key", value)
850
+
851
+ @property
852
+ @pulumi.getter(name="deviceKey")
853
+ def device_key(self) -> Optional[pulumi.Input[int]]:
854
+ """
855
+ Gets or sets the device key value.
856
+ """
857
+ return pulumi.get(self, "device_key")
858
+
859
+ @device_key.setter
860
+ def device_key(self, value: Optional[pulumi.Input[int]]):
861
+ pulumi.set(self, "device_key", value)
862
+
863
+ @property
864
+ @pulumi.getter(name="deviceName")
865
+ def device_name(self) -> Optional[pulumi.Input[str]]:
866
+ """
867
+ Gets or sets the device name.
868
+ """
869
+ return pulumi.get(self, "device_name")
870
+
871
+ @device_name.setter
872
+ def device_name(self, value: Optional[pulumi.Input[str]]):
873
+ pulumi.set(self, "device_name", value)
874
+
875
+ @property
876
+ @pulumi.getter(name="diskMode")
877
+ def disk_mode(self) -> Optional[pulumi.Input[Union[str, 'DiskMode']]]:
878
+ """
879
+ Gets or sets the disk mode.
880
+ """
881
+ return pulumi.get(self, "disk_mode")
882
+
883
+ @disk_mode.setter
884
+ def disk_mode(self, value: Optional[pulumi.Input[Union[str, 'DiskMode']]]):
885
+ pulumi.set(self, "disk_mode", value)
886
+
887
+ @property
888
+ @pulumi.getter(name="diskSizeGB")
889
+ def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
890
+ """
891
+ Gets or sets the disk total size.
892
+ """
893
+ return pulumi.get(self, "disk_size_gb")
894
+
895
+ @disk_size_gb.setter
896
+ def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
897
+ pulumi.set(self, "disk_size_gb", value)
898
+
899
+ @property
900
+ @pulumi.getter(name="diskType")
901
+ def disk_type(self) -> Optional[pulumi.Input[Union[str, 'DiskType']]]:
902
+ """
903
+ Gets or sets the disk backing type.
904
+ """
905
+ return pulumi.get(self, "disk_type")
906
+
907
+ @disk_type.setter
908
+ def disk_type(self, value: Optional[pulumi.Input[Union[str, 'DiskType']]]):
909
+ pulumi.set(self, "disk_type", value)
910
+
911
+ @property
912
+ @pulumi.getter
913
+ def name(self) -> Optional[pulumi.Input[str]]:
914
+ """
915
+ Gets or sets the name of the virtual disk.
916
+ """
917
+ return pulumi.get(self, "name")
918
+
919
+ @name.setter
920
+ def name(self, value: Optional[pulumi.Input[str]]):
921
+ pulumi.set(self, "name", value)
922
+
923
+ @property
924
+ @pulumi.getter(name="unitNumber")
925
+ def unit_number(self) -> Optional[pulumi.Input[int]]:
926
+ """
927
+ Gets or sets the unit number of the disk on the controller.
928
+ """
929
+ return pulumi.get(self, "unit_number")
930
+
931
+ @unit_number.setter
932
+ def unit_number(self, value: Optional[pulumi.Input[int]]):
933
+ pulumi.set(self, "unit_number", value)
934
+
935
+
936
+ @pulumi.input_type
937
+ class WindowsConfigurationArgs:
938
+ def __init__(__self__, *,
939
+ auto_logon: Optional[pulumi.Input[bool]] = None,
940
+ auto_logon_count: Optional[pulumi.Input[int]] = None,
941
+ domain_name: Optional[pulumi.Input[str]] = None,
942
+ domain_user_password: Optional[pulumi.Input[str]] = None,
943
+ domain_username: Optional[pulumi.Input[str]] = None,
944
+ first_logon_commands: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
945
+ full_name: Optional[pulumi.Input[str]] = None,
946
+ org_name: Optional[pulumi.Input[str]] = None,
947
+ product_id: Optional[pulumi.Input[str]] = None,
948
+ time_zone: Optional[pulumi.Input[str]] = None,
949
+ work_group_name: Optional[pulumi.Input[str]] = None):
950
+ """
951
+ Specifies the Windows Configuration settings for the virtual machine.
952
+ :param pulumi.Input[bool] auto_logon: Sets a value indicating whether auto logon is enabled.
953
+ :param pulumi.Input[int] auto_logon_count: Sets auto logon count.
954
+ :param pulumi.Input[str] domain_name: Sets domain name that vm should join.
955
+ :param pulumi.Input[str] domain_user_password: Sets domain user password.
956
+ :param pulumi.Input[str] domain_username: Sets domain username.
957
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] first_logon_commands: Sets first logon commands
958
+ :param pulumi.Input[str] full_name: Sets full name of the owner of the vm.
959
+ :param pulumi.Input[str] org_name: Sets org name to which the owner of the vm belongs.
960
+ :param pulumi.Input[str] product_id: Sets product id of the vm.
961
+ :param pulumi.Input[str] time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Time zone name correspond to time zones listed at Microsoft Time Zone name values(https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)).
962
+ :param pulumi.Input[str] work_group_name: Sets work group name that vm should join.
963
+ """
964
+ if auto_logon is not None:
965
+ pulumi.set(__self__, "auto_logon", auto_logon)
966
+ if auto_logon_count is not None:
967
+ pulumi.set(__self__, "auto_logon_count", auto_logon_count)
968
+ if domain_name is not None:
969
+ pulumi.set(__self__, "domain_name", domain_name)
970
+ if domain_user_password is not None:
971
+ pulumi.set(__self__, "domain_user_password", domain_user_password)
972
+ if domain_username is not None:
973
+ pulumi.set(__self__, "domain_username", domain_username)
974
+ if first_logon_commands is not None:
975
+ pulumi.set(__self__, "first_logon_commands", first_logon_commands)
976
+ if full_name is not None:
977
+ pulumi.set(__self__, "full_name", full_name)
978
+ if org_name is not None:
979
+ pulumi.set(__self__, "org_name", org_name)
980
+ if product_id is not None:
981
+ pulumi.set(__self__, "product_id", product_id)
982
+ if time_zone is not None:
983
+ pulumi.set(__self__, "time_zone", time_zone)
984
+ if work_group_name is not None:
985
+ pulumi.set(__self__, "work_group_name", work_group_name)
986
+
987
+ @property
988
+ @pulumi.getter(name="autoLogon")
989
+ def auto_logon(self) -> Optional[pulumi.Input[bool]]:
990
+ """
991
+ Sets a value indicating whether auto logon is enabled.
992
+ """
993
+ return pulumi.get(self, "auto_logon")
994
+
995
+ @auto_logon.setter
996
+ def auto_logon(self, value: Optional[pulumi.Input[bool]]):
997
+ pulumi.set(self, "auto_logon", value)
998
+
999
+ @property
1000
+ @pulumi.getter(name="autoLogonCount")
1001
+ def auto_logon_count(self) -> Optional[pulumi.Input[int]]:
1002
+ """
1003
+ Sets auto logon count.
1004
+ """
1005
+ return pulumi.get(self, "auto_logon_count")
1006
+
1007
+ @auto_logon_count.setter
1008
+ def auto_logon_count(self, value: Optional[pulumi.Input[int]]):
1009
+ pulumi.set(self, "auto_logon_count", value)
1010
+
1011
+ @property
1012
+ @pulumi.getter(name="domainName")
1013
+ def domain_name(self) -> Optional[pulumi.Input[str]]:
1014
+ """
1015
+ Sets domain name that vm should join.
1016
+ """
1017
+ return pulumi.get(self, "domain_name")
1018
+
1019
+ @domain_name.setter
1020
+ def domain_name(self, value: Optional[pulumi.Input[str]]):
1021
+ pulumi.set(self, "domain_name", value)
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="domainUserPassword")
1025
+ def domain_user_password(self) -> Optional[pulumi.Input[str]]:
1026
+ """
1027
+ Sets domain user password.
1028
+ """
1029
+ return pulumi.get(self, "domain_user_password")
1030
+
1031
+ @domain_user_password.setter
1032
+ def domain_user_password(self, value: Optional[pulumi.Input[str]]):
1033
+ pulumi.set(self, "domain_user_password", value)
1034
+
1035
+ @property
1036
+ @pulumi.getter(name="domainUsername")
1037
+ def domain_username(self) -> Optional[pulumi.Input[str]]:
1038
+ """
1039
+ Sets domain username.
1040
+ """
1041
+ return pulumi.get(self, "domain_username")
1042
+
1043
+ @domain_username.setter
1044
+ def domain_username(self, value: Optional[pulumi.Input[str]]):
1045
+ pulumi.set(self, "domain_username", value)
1046
+
1047
+ @property
1048
+ @pulumi.getter(name="firstLogonCommands")
1049
+ def first_logon_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1050
+ """
1051
+ Sets first logon commands
1052
+ """
1053
+ return pulumi.get(self, "first_logon_commands")
1054
+
1055
+ @first_logon_commands.setter
1056
+ def first_logon_commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1057
+ pulumi.set(self, "first_logon_commands", value)
1058
+
1059
+ @property
1060
+ @pulumi.getter(name="fullName")
1061
+ def full_name(self) -> Optional[pulumi.Input[str]]:
1062
+ """
1063
+ Sets full name of the owner of the vm.
1064
+ """
1065
+ return pulumi.get(self, "full_name")
1066
+
1067
+ @full_name.setter
1068
+ def full_name(self, value: Optional[pulumi.Input[str]]):
1069
+ pulumi.set(self, "full_name", value)
1070
+
1071
+ @property
1072
+ @pulumi.getter(name="orgName")
1073
+ def org_name(self) -> Optional[pulumi.Input[str]]:
1074
+ """
1075
+ Sets org name to which the owner of the vm belongs.
1076
+ """
1077
+ return pulumi.get(self, "org_name")
1078
+
1079
+ @org_name.setter
1080
+ def org_name(self, value: Optional[pulumi.Input[str]]):
1081
+ pulumi.set(self, "org_name", value)
1082
+
1083
+ @property
1084
+ @pulumi.getter(name="productId")
1085
+ def product_id(self) -> Optional[pulumi.Input[str]]:
1086
+ """
1087
+ Sets product id of the vm.
1088
+ """
1089
+ return pulumi.get(self, "product_id")
1090
+
1091
+ @product_id.setter
1092
+ def product_id(self, value: Optional[pulumi.Input[str]]):
1093
+ pulumi.set(self, "product_id", value)
1094
+
1095
+ @property
1096
+ @pulumi.getter(name="timeZone")
1097
+ def time_zone(self) -> Optional[pulumi.Input[str]]:
1098
+ """
1099
+ Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Time zone name correspond to time zones listed at Microsoft Time Zone name values(https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)).
1100
+ """
1101
+ return pulumi.get(self, "time_zone")
1102
+
1103
+ @time_zone.setter
1104
+ def time_zone(self, value: Optional[pulumi.Input[str]]):
1105
+ pulumi.set(self, "time_zone", value)
1106
+
1107
+ @property
1108
+ @pulumi.getter(name="workGroupName")
1109
+ def work_group_name(self) -> Optional[pulumi.Input[str]]:
1110
+ """
1111
+ Sets work group name that vm should join.
1112
+ """
1113
+ return pulumi.get(self, "work_group_name")
1114
+
1115
+ @work_group_name.setter
1116
+ def work_group_name(self, value: Optional[pulumi.Input[str]]):
1117
+ pulumi.set(self, "work_group_name", value)
1118
+
1119
+