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
@@ -157,7 +157,7 @@ def get_batch_endpoint(endpoint_name: Optional[str] = None,
157
157
  """
158
158
  Azure REST API version: 2023-04-01.
159
159
 
160
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
160
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
161
161
 
162
162
 
163
163
  :param str endpoint_name: Name for the Batch Endpoint.
@@ -192,7 +192,7 @@ def get_batch_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
192
192
  """
193
193
  Azure REST API version: 2023-04-01.
194
194
 
195
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
195
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
196
196
 
197
197
 
198
198
  :param str endpoint_name: Name for the Batch Endpoint.
@@ -101,7 +101,7 @@ def get_code_container(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_code_container_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name. This is case-sensitive.
@@ -102,7 +102,7 @@ def get_code_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name. This is case-sensitive.
@@ -136,7 +136,7 @@ def get_code_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name. This is case-sensitive.
@@ -101,7 +101,7 @@ def get_component_container(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name.
@@ -132,7 +132,7 @@ def get_component_container_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name.
@@ -102,7 +102,7 @@ def get_component_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name.
@@ -136,7 +136,7 @@ def get_component_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name.
@@ -149,7 +149,7 @@ def get_compute(compute_name: Optional[str] = None,
149
149
  Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
150
150
  Azure REST API version: 2023-04-01.
151
151
 
152
- Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
152
+ Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
153
153
 
154
154
 
155
155
  :param str compute_name: Name of the Azure Machine Learning compute.
@@ -184,7 +184,7 @@ def get_compute_output(compute_name: Optional[pulumi.Input[str]] = None,
184
184
  Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
185
185
  Azure REST API version: 2023-04-01.
186
186
 
187
- Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
187
+ Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
188
188
 
189
189
 
190
190
  :param str compute_name: Name of the Azure Machine Learning compute.
@@ -101,7 +101,7 @@ def get_data_container(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name.
@@ -132,7 +132,7 @@ def get_data_container_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name.
@@ -102,7 +102,7 @@ def get_data_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name.
@@ -136,7 +136,7 @@ def get_data_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name.
@@ -101,7 +101,7 @@ def get_datastore(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Datastore name.
@@ -132,7 +132,7 @@ def get_datastore_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Datastore name.
@@ -101,7 +101,7 @@ def get_environment_container(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_environment_container_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name. This is case-sensitive.
@@ -102,7 +102,7 @@ def get_environment_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name. This is case-sensitive.
@@ -136,7 +136,7 @@ def get_environment_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name. This is case-sensitive.
@@ -101,7 +101,7 @@ def get_featureset_container_entity(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01-preview.
103
103
 
104
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_featureset_container_entity_output(name: Optional[pulumi.Input[str]] = N
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01-preview.
134
134
 
135
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name. This is case-sensitive.
@@ -102,7 +102,7 @@ def get_featureset_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01-preview.
104
104
 
105
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name. This is case-sensitive.
@@ -136,7 +136,7 @@ def get_featureset_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01-preview.
138
138
 
139
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name. This is case-sensitive.
@@ -101,7 +101,7 @@ def get_featurestore_entity_container_entity(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01-preview.
103
103
 
104
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_featurestore_entity_container_entity_output(name: Optional[pulumi.Input[
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01-preview.
134
134
 
135
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name. This is case-sensitive.
@@ -102,7 +102,7 @@ def get_featurestore_entity_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01-preview.
104
104
 
105
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name. This is case-sensitive.
@@ -136,7 +136,7 @@ def get_featurestore_entity_version_output(name: Optional[pulumi.Input[str]] = N
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01-preview.
138
138
 
139
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name. This is case-sensitive.
@@ -101,7 +101,7 @@ def get_job(id: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str id: The name and identifier for the Job. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_job_output(id: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str id: The name and identifier for the Job. This is case-sensitive.
@@ -101,7 +101,7 @@ def get_managed_network_settings_rule(resource_group_name: Optional[str] = None,
101
101
  Gets an outbound rule from the managed network of a machine learning workspace.
102
102
  Azure REST API version: 2023-04-01-preview.
103
103
 
104
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -132,7 +132,7 @@ def get_managed_network_settings_rule_output(resource_group_name: Optional[pulum
132
132
  Gets an outbound rule from the managed network of a machine learning workspace.
133
133
  Azure REST API version: 2023-04-01-preview.
134
134
 
135
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -101,7 +101,7 @@ def get_model_container(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_model_container_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name. This is case-sensitive.
@@ -102,7 +102,7 @@ def get_model_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name. This is case-sensitive.
@@ -136,7 +136,7 @@ def get_model_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name. This is case-sensitive.
@@ -158,7 +158,7 @@ def get_online_deployment(deployment_name: Optional[str] = None,
158
158
  """
159
159
  Azure REST API version: 2023-04-01.
160
160
 
161
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
161
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
162
162
 
163
163
 
164
164
  :param str deployment_name: Inference Endpoint Deployment name.
@@ -196,7 +196,7 @@ def get_online_deployment_output(deployment_name: Optional[pulumi.Input[str]] =
196
196
  """
197
197
  Azure REST API version: 2023-04-01.
198
198
 
199
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
199
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
200
200
 
201
201
 
202
202
  :param str deployment_name: Inference Endpoint Deployment name.
@@ -52,7 +52,7 @@ def get_online_deployment_logs(container_type: Optional[Union[str, 'ContainerTyp
52
52
  """
53
53
  Azure REST API version: 2023-04-01.
54
54
 
55
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
55
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
56
56
 
57
57
 
58
58
  :param Union[str, 'ContainerType'] container_type: The type of container to retrieve logs from.
@@ -87,7 +87,7 @@ def get_online_deployment_logs_output(container_type: Optional[pulumi.Input[Opti
87
87
  """
88
88
  Azure REST API version: 2023-04-01.
89
89
 
90
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
90
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
91
91
 
92
92
 
93
93
  :param Union[str, 'ContainerType'] container_type: The type of container to retrieve logs from.
@@ -157,7 +157,7 @@ def get_online_endpoint(endpoint_name: Optional[str] = None,
157
157
  """
158
158
  Azure REST API version: 2023-04-01.
159
159
 
160
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
160
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
161
161
 
162
162
 
163
163
  :param str endpoint_name: Online Endpoint name.
@@ -192,7 +192,7 @@ def get_online_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None
192
192
  """
193
193
  Azure REST API version: 2023-04-01.
194
194
 
195
- Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
195
+ Other available API versions: 2021-03-01-preview, 2022-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
196
196
 
197
197
 
198
198
  :param str endpoint_name: Online Endpoint name.
@@ -88,7 +88,7 @@ def get_online_endpoint_token(endpoint_name: Optional[str] = None,
88
88
  Service Token
89
89
  Azure REST API version: 2023-04-01.
90
90
 
91
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
91
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
92
92
 
93
93
 
94
94
  :param str endpoint_name: Online Endpoint name.
@@ -118,7 +118,7 @@ def get_online_endpoint_token_output(endpoint_name: Optional[pulumi.Input[str]]
118
118
  Service Token
119
119
  Azure REST API version: 2023-04-01.
120
120
 
121
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
121
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
122
122
 
123
123
 
124
124
  :param str endpoint_name: Online Endpoint name.
@@ -173,7 +173,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
173
173
  Gets the specified private endpoint connection associated with the workspace.
174
174
  Azure REST API version: 2023-04-01.
175
175
 
176
- Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
176
+ Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
177
177
 
178
178
 
179
179
  :param str private_endpoint_connection_name: The name of the private endpoint connection associated with the workspace
@@ -210,7 +210,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
210
210
  Gets the specified private endpoint connection associated with the workspace.
211
211
  Azure REST API version: 2023-04-01.
212
212
 
213
- Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
213
+ Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
214
214
 
215
215
 
216
216
  :param str private_endpoint_connection_name: The name of the private endpoint connection associated with the workspace
@@ -156,7 +156,7 @@ def get_registry(registry_name: Optional[str] = None,
156
156
  """
157
157
  Azure REST API version: 2023-04-01.
158
158
 
159
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
159
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
160
160
 
161
161
 
162
162
  :param str registry_name: Name of Azure Machine Learning registry. This is case-insensitive
@@ -188,7 +188,7 @@ def get_registry_output(registry_name: Optional[pulumi.Input[str]] = None,
188
188
  """
189
189
  Azure REST API version: 2023-04-01.
190
190
 
191
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
191
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
192
192
 
193
193
 
194
194
  :param str registry_name: Name of Azure Machine Learning registry. This is case-insensitive
@@ -101,7 +101,7 @@ def get_registry_code_container(code_name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str code_name: Container name.
@@ -132,7 +132,7 @@ def get_registry_code_container_output(code_name: Optional[pulumi.Input[str]] =
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str code_name: Container name.
@@ -102,7 +102,7 @@ def get_registry_code_version(code_name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str code_name: Container name.
@@ -136,7 +136,7 @@ def get_registry_code_version_output(code_name: Optional[pulumi.Input[str]] = No
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str code_name: Container name.
@@ -101,7 +101,7 @@ def get_registry_component_container(component_name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str component_name: Container name.
@@ -132,7 +132,7 @@ def get_registry_component_container_output(component_name: Optional[pulumi.Inpu
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str component_name: Container name.
@@ -102,7 +102,7 @@ def get_registry_component_version(component_name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str component_name: Container name.
@@ -136,7 +136,7 @@ def get_registry_component_version_output(component_name: Optional[pulumi.Input[
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str component_name: Container name.
@@ -101,7 +101,7 @@ def get_registry_data_container(name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str name: Container name.
@@ -132,7 +132,7 @@ def get_registry_data_container_output(name: Optional[pulumi.Input[str]] = None,
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str name: Container name.
@@ -102,7 +102,7 @@ def get_registry_data_version(name: Optional[str] = None,
102
102
  Azure Resource Manager resource envelope.
103
103
  Azure REST API version: 2023-04-01.
104
104
 
105
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
105
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
106
106
 
107
107
 
108
108
  :param str name: Container name.
@@ -136,7 +136,7 @@ def get_registry_data_version_output(name: Optional[pulumi.Input[str]] = None,
136
136
  Azure Resource Manager resource envelope.
137
137
  Azure REST API version: 2023-04-01.
138
138
 
139
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
139
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
140
140
 
141
141
 
142
142
  :param str name: Container name.
@@ -101,7 +101,7 @@ def get_registry_environment_container(environment_name: Optional[str] = None,
101
101
  Azure Resource Manager resource envelope.
102
102
  Azure REST API version: 2023-04-01.
103
103
 
104
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
104
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
105
105
 
106
106
 
107
107
  :param str environment_name: Container name. This is case-sensitive.
@@ -132,7 +132,7 @@ def get_registry_environment_container_output(environment_name: Optional[pulumi.
132
132
  Azure Resource Manager resource envelope.
133
133
  Azure REST API version: 2023-04-01.
134
134
 
135
- Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01-preview.
135
+ Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.
136
136
 
137
137
 
138
138
  :param str environment_name: Container name. This is case-sensitive.