pulumi-azure-native 2.38.1a1713975200__py3-none-any.whl → 2.38.1a1714382243__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (1139) hide show
  1. pulumi_azure_native/__init__.py +173 -63
  2. pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
  3. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
  4. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
  5. pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
  6. pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
  7. pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
  8. pulumi_azure_native/cache/v20230801/outputs.py +14 -0
  9. pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
  10. pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
  11. pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
  12. pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
  13. pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
  14. pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
  15. pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
  16. pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
  17. pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
  18. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
  19. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
  20. pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
  21. pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
  22. pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
  23. pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
  24. pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
  25. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
  26. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
  27. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
  28. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
  29. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
  30. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
  31. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
  32. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
  33. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
  34. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
  35. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
  36. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
  37. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
  38. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
  39. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
  40. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
  41. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
  42. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
  43. pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
  44. pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
  45. pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
  46. pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
  47. pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
  48. pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
  49. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
  51. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
  52. pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
  53. pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
  54. pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
  55. pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
  56. pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
  57. pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
  58. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
  59. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
  60. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
  61. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
  62. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
  63. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
  64. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
  65. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
  66. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
  67. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
  68. pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
  69. pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
  70. pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
  71. pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
  72. pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
  73. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
  74. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
  75. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
  76. pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
  77. pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
  78. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
  79. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
  80. pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
  81. pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
  82. pulumi_azure_native/containerservice/__init__.py +3 -0
  83. pulumi_azure_native/containerservice/fleet.py +3 -3
  84. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  85. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  86. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  87. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  88. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  89. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  90. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  91. pulumi_azure_native/containerservice/update_run.py +3 -3
  92. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  93. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  94. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  95. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  96. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  97. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  98. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  99. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  100. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  101. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  102. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  103. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  104. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  105. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  106. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  107. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  108. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  109. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  110. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  111. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  112. pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
  113. pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
  114. pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
  115. pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
  116. pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
  117. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
  118. pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
  119. pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
  120. pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
  121. pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
  122. pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
  123. pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
  124. pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
  125. pulumi_azure_native/costmanagement/__init__.py +3 -0
  126. pulumi_azure_native/costmanagement/export.py +3 -3
  127. pulumi_azure_native/costmanagement/get_export.py +2 -2
  128. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  129. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  130. pulumi_azure_native/costmanagement/get_view.py +2 -2
  131. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  132. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  133. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  134. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  135. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  136. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  137. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  138. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  139. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  140. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  141. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  142. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  143. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  144. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  145. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  146. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  147. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  148. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  149. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  150. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  151. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  152. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  153. pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
  154. pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
  155. pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
  156. pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
  157. pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
  158. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
  159. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
  160. pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
  161. pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
  162. pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
  163. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
  164. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
  165. pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
  166. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
  167. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  168. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  169. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  170. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  171. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  172. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  173. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  174. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  175. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  176. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  177. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  178. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  179. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  180. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  181. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  182. pulumi_azure_native/costmanagement/view.py +3 -3
  183. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  184. pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
  185. pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
  186. pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
  187. pulumi_azure_native/datafactory/_enums.py +51 -0
  188. pulumi_azure_native/datafactory/_inputs.py +1827 -78
  189. pulumi_azure_native/datafactory/outputs.py +1563 -72
  190. pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
  191. pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
  192. pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
  199. pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
  200. pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
  204. pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
  205. pulumi_azure_native/eventgrid/__init__.py +4 -0
  206. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  207. pulumi_azure_native/eventgrid/channel.py +3 -3
  208. pulumi_azure_native/eventgrid/client.py +3 -3
  209. pulumi_azure_native/eventgrid/client_group.py +3 -3
  210. pulumi_azure_native/eventgrid/domain.py +3 -3
  211. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  212. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  213. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  214. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  215. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  216. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  217. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  218. pulumi_azure_native/eventgrid/get_client.py +2 -2
  219. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  220. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  221. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  222. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  223. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  224. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  225. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  226. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  227. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  228. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  229. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  230. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  231. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  232. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  233. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  234. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
  235. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
  236. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  237. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  238. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  239. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  240. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  241. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  242. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  243. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  244. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  245. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  246. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  247. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  248. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  249. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  250. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  251. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  252. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  253. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  254. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  255. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  256. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  257. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  258. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  259. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  260. pulumi_azure_native/eventgrid/namespace.py +3 -3
  261. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  262. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  263. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  264. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  265. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  266. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  267. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  268. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  269. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  270. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  271. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  272. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  273. pulumi_azure_native/eventgrid/topic.py +3 -3
  274. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  275. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  276. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  277. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  278. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  279. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  280. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  281. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  282. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  283. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  284. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  285. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  286. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  287. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  288. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  289. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  290. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  291. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  292. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  293. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  294. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  295. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  296. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  297. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  298. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  299. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  300. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  301. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  302. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  303. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  304. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  305. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  306. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  307. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  308. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  309. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  310. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  311. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  312. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  313. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  314. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  315. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  316. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  317. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  318. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  319. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  320. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  321. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  322. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  323. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  324. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  325. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  326. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  327. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  328. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  329. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  330. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  331. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  332. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  333. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  334. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  335. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  336. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  337. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  338. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  339. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  340. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  341. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  342. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  343. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  344. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  345. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  346. pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
  347. pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
  348. pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
  349. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
  350. pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
  351. pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
  352. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
  353. pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
  354. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
  355. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
  356. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
  357. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
  358. pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
  359. pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
  360. pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
  361. pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
  362. pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
  363. pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
  364. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
  365. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
  366. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
  367. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
  368. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
  369. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
  370. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
  371. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
  372. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
  373. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
  374. pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
  375. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
  376. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
  377. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
  378. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
  379. pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
  380. pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
  381. pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
  382. pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
  383. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
  384. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
  385. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
  386. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
  387. pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
  388. pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
  389. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
  390. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
  391. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
  392. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
  393. pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
  394. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
  395. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
  396. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
  397. pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
  398. pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
  399. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
  400. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
  401. pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
  402. pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
  403. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
  404. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
  405. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
  406. pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
  407. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
  408. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
  409. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
  410. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
  411. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
  412. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
  413. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
  414. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
  415. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
  416. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
  417. pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
  418. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
  419. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
  420. pulumi_azure_native/insights/__init__.py +3 -0
  421. pulumi_azure_native/insights/action_group.py +5 -1
  422. pulumi_azure_native/insights/get_action_group.py +4 -0
  423. pulumi_azure_native/insights/v20230101/action_group.py +1 -1
  424. pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
  425. pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
  426. pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
  427. pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
  428. pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
  429. pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
  430. pulumi_azure_native/machinelearningservices/__init__.py +3 -0
  431. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  432. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  433. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  434. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  435. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  436. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  437. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  438. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  439. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  440. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  441. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  442. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  443. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  444. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  445. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  446. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  447. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  448. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  449. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  450. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  451. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  452. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  453. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  454. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  455. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  456. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  457. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  458. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  459. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  460. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  461. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  462. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  463. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  464. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  465. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  466. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  467. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  468. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  469. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  470. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  471. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  472. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  473. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  474. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  475. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  476. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  477. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  478. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  479. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  480. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  481. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  482. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  483. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  484. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  485. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  486. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  487. pulumi_azure_native/machinelearningservices/job.py +3 -3
  488. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  489. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  490. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  491. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  492. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  493. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  494. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  495. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  496. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  497. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  498. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  499. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  500. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  501. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  502. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  503. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  504. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  505. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  506. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  507. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  508. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  509. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  510. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  511. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  512. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  513. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  514. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  515. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  516. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  517. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  518. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  519. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  520. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  521. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  522. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  523. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  524. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  525. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  526. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  527. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  528. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  529. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  530. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  531. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  532. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  533. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  534. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  535. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  536. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  537. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  539. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  540. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  541. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  542. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  543. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  544. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  545. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  546. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  547. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  548. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  549. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  550. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  551. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  552. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  553. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  554. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  555. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  556. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  557. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  558. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  559. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  560. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  561. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  562. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  563. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  564. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  565. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  566. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  567. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  568. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  569. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  570. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  571. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  572. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  573. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  574. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  575. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  576. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  577. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  578. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  579. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  580. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  581. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  582. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  583. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  584. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  585. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  586. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  587. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  588. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  589. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  590. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  591. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  592. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  593. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  594. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  595. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  596. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  597. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  598. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  599. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  600. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  601. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  602. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  603. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  604. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  605. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  606. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  607. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  608. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  609. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  610. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  611. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  612. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  613. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  614. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  615. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  616. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  617. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  618. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  619. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  620. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  621. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  622. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  623. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  624. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  625. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  626. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  627. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  628. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  629. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  630. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  631. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  632. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  633. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  634. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  635. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  636. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  637. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  638. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  639. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  640. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  641. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  642. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  643. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  644. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  645. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  646. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  647. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  649. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  650. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  651. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  652. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  653. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  654. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  655. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  656. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  657. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  658. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  659. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  660. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  661. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  662. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  663. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  664. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  665. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  666. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  667. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  668. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  669. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  670. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  671. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  672. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  673. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  674. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  675. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  676. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  677. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  678. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  679. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  680. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  681. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  682. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  683. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  684. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  685. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  686. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  687. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  688. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  689. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  690. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  691. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  692. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  693. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  694. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  695. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  696. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  697. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  698. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  699. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  700. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  701. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  702. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  703. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  704. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  705. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  706. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  707. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  708. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  709. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  710. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  711. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  712. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  713. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  714. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  715. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  716. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  717. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  718. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  719. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  720. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  721. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  722. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  723. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  724. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  725. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  726. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  727. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  728. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  729. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  730. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  731. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  732. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  733. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  734. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  735. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  736. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  737. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  738. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  739. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  740. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  741. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  742. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  743. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  744. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  745. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  746. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  747. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  748. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  749. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  750. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  751. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  752. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  753. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  754. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  755. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  756. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  757. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  758. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  759. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  760. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  761. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  762. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  763. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  764. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  765. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  766. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  767. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  768. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  769. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  770. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  771. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  772. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  773. pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
  774. pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
  775. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
  776. pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
  777. pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
  778. pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
  779. pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
  780. pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
  781. pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
  782. pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
  783. pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
  784. pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
  785. pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
  786. pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
  787. pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
  788. pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
  789. pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
  790. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
  791. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
  792. pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
  793. pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
  794. pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
  795. pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
  796. pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
  797. pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
  798. pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
  799. pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
  800. pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
  801. pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
  802. pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
  803. pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
  804. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
  805. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
  806. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
  807. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
  808. pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
  809. pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
  810. pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
  811. pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
  812. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
  813. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
  814. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
  815. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
  816. pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
  817. pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
  818. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
  819. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
  820. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
  821. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
  822. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
  823. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
  824. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
  825. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
  826. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
  827. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
  828. pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
  829. pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
  830. pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
  831. pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
  832. pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
  833. pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
  834. pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
  835. pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
  836. pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
  837. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
  838. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
  839. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
  840. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
  841. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
  842. pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
  843. pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
  844. pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
  845. pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
  846. pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
  847. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
  848. pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
  849. pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
  850. pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
  851. pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
  852. pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
  853. pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
  854. pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
  855. pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
  856. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
  857. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
  858. pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
  859. pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
  860. pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
  861. pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
  862. pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
  863. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
  900. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  901. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  902. pulumi_azure_native/netapp/__init__.py +3 -0
  903. pulumi_azure_native/netapp/account.py +3 -3
  904. pulumi_azure_native/netapp/backup.py +2 -2
  905. pulumi_azure_native/netapp/backup_policy.py +3 -3
  906. pulumi_azure_native/netapp/backup_vault.py +3 -3
  907. pulumi_azure_native/netapp/get_account.py +2 -2
  908. pulumi_azure_native/netapp/get_backup.py +2 -2
  909. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  910. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  911. pulumi_azure_native/netapp/get_pool.py +2 -2
  912. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  913. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  914. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  915. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  916. pulumi_azure_native/netapp/get_volume.py +2 -2
  917. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  918. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  919. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  920. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  921. pulumi_azure_native/netapp/pool.py +3 -3
  922. pulumi_azure_native/netapp/snapshot.py +3 -3
  923. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  924. pulumi_azure_native/netapp/subvolume.py +3 -3
  925. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  926. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  927. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  928. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  929. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  930. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  931. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  932. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  933. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  934. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  935. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  936. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  937. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  938. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  939. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  940. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  941. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  942. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  943. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  944. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  945. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  946. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  947. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  948. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  949. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  950. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  951. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  952. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  953. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  954. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  955. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  956. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  957. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  958. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  959. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  960. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  961. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  962. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  963. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  964. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  965. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  966. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  967. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  968. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  969. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  970. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  971. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  972. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  973. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  974. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  975. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  976. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  977. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  978. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  979. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  980. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  981. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  982. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  983. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  984. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  985. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  986. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  987. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  988. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  989. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  990. pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
  991. pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
  992. pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
  993. pulumi_azure_native/netapp/v20231101/account.py +341 -0
  994. pulumi_azure_native/netapp/v20231101/backup.py +397 -0
  995. pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
  996. pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
  997. pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
  998. pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
  999. pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
  1000. pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
  1001. pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
  1002. pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
  1003. pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
  1004. pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
  1005. pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
  1006. pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
  1007. pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
  1008. pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
  1009. pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
  1010. pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
  1011. pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
  1012. pulumi_azure_native/netapp/v20231101/pool.py +457 -0
  1013. pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
  1014. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
  1015. pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
  1016. pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
  1017. pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
  1018. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
  1019. pulumi_azure_native/netapp/volume.py +3 -3
  1020. pulumi_azure_native/netapp/volume_group.py +3 -3
  1021. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  1022. pulumi_azure_native/servicelinker/__init__.py +3 -0
  1023. pulumi_azure_native/servicelinker/connector.py +3 -3
  1024. pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
  1025. pulumi_azure_native/servicelinker/get_connector.py +2 -2
  1026. pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
  1027. pulumi_azure_native/servicelinker/get_linker.py +2 -2
  1028. pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
  1029. pulumi_azure_native/servicelinker/linker.py +3 -3
  1030. pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
  1031. pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
  1032. pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
  1033. pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
  1034. pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
  1035. pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
  1036. pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
  1037. pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
  1038. pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
  1039. pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
  1040. pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
  1041. pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
  1042. pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
  1043. pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
  1044. pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
  1045. pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
  1046. pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
  1047. pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
  1048. pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
  1049. pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
  1050. pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
  1051. pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
  1052. pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
  1053. pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
  1054. pulumi_azure_native/storagecache/__init__.py +5 -0
  1055. pulumi_azure_native/storagecache/_enums.py +11 -0
  1056. pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
  1057. pulumi_azure_native/storagecache/cache.py +3 -3
  1058. pulumi_azure_native/storagecache/get_cache.py +2 -2
  1059. pulumi_azure_native/storagecache/get_import_job.py +333 -0
  1060. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  1061. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  1062. pulumi_azure_native/storagecache/import_job.py +451 -0
  1063. pulumi_azure_native/storagecache/storage_target.py +3 -3
  1064. pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
  1065. pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
  1066. pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
  1067. pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
  1068. pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
  1069. pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
  1070. pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
  1071. pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
  1072. pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
  1073. pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
  1074. pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
  1075. pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
  1076. pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
  1077. pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
  1078. pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
  1079. pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
  1080. pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
  1081. pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
  1082. pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
  1083. pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
  1084. pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
  1085. pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
  1086. pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
  1087. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/METADATA +1 -1
  1088. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/RECORD +1090 -859
  1089. pulumi_azure_native/blockchain/__init__.py +0 -25
  1090. pulumi_azure_native/blockchain/_inputs.py +0 -138
  1091. pulumi_azure_native/blockchain/blockchain_member.py +0 -537
  1092. pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
  1093. pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
  1094. pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
  1095. pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
  1096. pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
  1097. pulumi_azure_native/blockchain/outputs.py +0 -216
  1098. pulumi_azure_native/blockchain/transaction_node.py +0 -305
  1099. pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
  1100. pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
  1101. pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
  1102. pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
  1103. pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
  1104. pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
  1105. pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
  1106. pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
  1107. pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
  1108. pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
  1109. pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
  1110. pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
  1111. pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
  1112. pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
  1113. pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
  1114. pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
  1115. pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
  1116. pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
  1117. pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
  1118. pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
  1119. pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
  1120. pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
  1121. pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
  1122. pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
  1123. pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
  1124. pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
  1125. pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
  1126. pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
  1127. pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
  1128. pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
  1129. pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
  1130. pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
  1131. pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
  1132. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
  1133. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
  1134. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
  1135. pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
  1136. pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
  1137. pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
  1138. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/WHEEL +0 -0
  1139. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1943 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'CommonExportPropertiesResponse',
16
+ 'ErrorDetailsResponse',
17
+ 'ExportDatasetConfigurationResponse',
18
+ 'ExportDatasetResponse',
19
+ 'ExportDefinitionResponse',
20
+ 'ExportDeliveryDestinationResponse',
21
+ 'ExportDeliveryInfoResponse',
22
+ 'ExportExecutionListResultResponse',
23
+ 'ExportRecurrencePeriodResponse',
24
+ 'ExportRunResponse',
25
+ 'ExportScheduleResponse',
26
+ 'ExportSuspensionContextResponse',
27
+ 'ExportTimePeriodResponse',
28
+ 'FileDestinationResponse',
29
+ 'FilterItemsResponse',
30
+ 'KpiPropertiesResponse',
31
+ 'NotificationPropertiesResponse',
32
+ 'PivotPropertiesResponse',
33
+ 'ReportConfigAggregationResponse',
34
+ 'ReportConfigComparisonExpressionResponse',
35
+ 'ReportConfigDatasetConfigurationResponse',
36
+ 'ReportConfigDatasetResponse',
37
+ 'ReportConfigFilterResponse',
38
+ 'ReportConfigGroupingResponse',
39
+ 'ReportConfigSortingResponse',
40
+ 'ReportConfigTimePeriodResponse',
41
+ 'SchedulePropertiesResponse',
42
+ 'SystemAssignedServiceIdentityResponse',
43
+ 'SystemDataResponse',
44
+ ]
45
+
46
+ @pulumi.output_type
47
+ class CommonExportPropertiesResponse(dict):
48
+ """
49
+ The common properties of the export.
50
+ """
51
+ @staticmethod
52
+ def __key_warning(key: str):
53
+ suggest = None
54
+ if key == "deliveryInfo":
55
+ suggest = "delivery_info"
56
+ elif key == "nextRunTimeEstimate":
57
+ suggest = "next_run_time_estimate"
58
+ elif key == "systemSuspensionContext":
59
+ suggest = "system_suspension_context"
60
+ elif key == "compressionMode":
61
+ suggest = "compression_mode"
62
+ elif key == "dataOverwriteBehavior":
63
+ suggest = "data_overwrite_behavior"
64
+ elif key == "exportDescription":
65
+ suggest = "export_description"
66
+ elif key == "partitionData":
67
+ suggest = "partition_data"
68
+ elif key == "runHistory":
69
+ suggest = "run_history"
70
+
71
+ if suggest:
72
+ pulumi.log.warn(f"Key '{key}' not found in CommonExportPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
73
+
74
+ def __getitem__(self, key: str) -> Any:
75
+ CommonExportPropertiesResponse.__key_warning(key)
76
+ return super().__getitem__(key)
77
+
78
+ def get(self, key: str, default = None) -> Any:
79
+ CommonExportPropertiesResponse.__key_warning(key)
80
+ return super().get(key, default)
81
+
82
+ def __init__(__self__, *,
83
+ definition: 'outputs.ExportDefinitionResponse',
84
+ delivery_info: 'outputs.ExportDeliveryInfoResponse',
85
+ next_run_time_estimate: str,
86
+ system_suspension_context: 'outputs.ExportSuspensionContextResponse',
87
+ compression_mode: Optional[str] = None,
88
+ data_overwrite_behavior: Optional[str] = None,
89
+ export_description: Optional[str] = None,
90
+ format: Optional[str] = None,
91
+ partition_data: Optional[bool] = None,
92
+ run_history: Optional['outputs.ExportExecutionListResultResponse'] = None):
93
+ """
94
+ The common properties of the export.
95
+ :param 'ExportDefinitionResponse' definition: Has the definition for the export.
96
+ :param 'ExportDeliveryInfoResponse' delivery_info: Has delivery information for the export.
97
+ :param str next_run_time_estimate: If the export has an active schedule, provides an estimate of the next run time.
98
+ :param 'ExportSuspensionContextResponse' system_suspension_context: The export suspension reason if export is in SystemSuspended state.
99
+ :param str compression_mode: Allow customers to select compress data(gzip) for exports. This setting will enable destination file compression scheme at runtime. By default set to None.
100
+ :param str data_overwrite_behavior: Allow customers to select overwrite data(OverwritePreviousReport) for exports. This setting will enable overwrite data for the same month in customer storage account. By default set to CreateNewReport.
101
+ :param str export_description: The export description set by customer at time of export creation/update.
102
+ :param str format: The format of the export being delivered. Currently only 'Csv' is supported.
103
+ :param bool partition_data: If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.
104
+ :param 'ExportExecutionListResultResponse' run_history: If requested, has the most recent run history for the export.
105
+ """
106
+ pulumi.set(__self__, "definition", definition)
107
+ pulumi.set(__self__, "delivery_info", delivery_info)
108
+ pulumi.set(__self__, "next_run_time_estimate", next_run_time_estimate)
109
+ pulumi.set(__self__, "system_suspension_context", system_suspension_context)
110
+ if compression_mode is not None:
111
+ pulumi.set(__self__, "compression_mode", compression_mode)
112
+ if data_overwrite_behavior is not None:
113
+ pulumi.set(__self__, "data_overwrite_behavior", data_overwrite_behavior)
114
+ if export_description is not None:
115
+ pulumi.set(__self__, "export_description", export_description)
116
+ if format is not None:
117
+ pulumi.set(__self__, "format", format)
118
+ if partition_data is not None:
119
+ pulumi.set(__self__, "partition_data", partition_data)
120
+ if run_history is not None:
121
+ pulumi.set(__self__, "run_history", run_history)
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def definition(self) -> 'outputs.ExportDefinitionResponse':
126
+ """
127
+ Has the definition for the export.
128
+ """
129
+ return pulumi.get(self, "definition")
130
+
131
+ @property
132
+ @pulumi.getter(name="deliveryInfo")
133
+ def delivery_info(self) -> 'outputs.ExportDeliveryInfoResponse':
134
+ """
135
+ Has delivery information for the export.
136
+ """
137
+ return pulumi.get(self, "delivery_info")
138
+
139
+ @property
140
+ @pulumi.getter(name="nextRunTimeEstimate")
141
+ def next_run_time_estimate(self) -> str:
142
+ """
143
+ If the export has an active schedule, provides an estimate of the next run time.
144
+ """
145
+ return pulumi.get(self, "next_run_time_estimate")
146
+
147
+ @property
148
+ @pulumi.getter(name="systemSuspensionContext")
149
+ def system_suspension_context(self) -> 'outputs.ExportSuspensionContextResponse':
150
+ """
151
+ The export suspension reason if export is in SystemSuspended state.
152
+ """
153
+ return pulumi.get(self, "system_suspension_context")
154
+
155
+ @property
156
+ @pulumi.getter(name="compressionMode")
157
+ def compression_mode(self) -> Optional[str]:
158
+ """
159
+ Allow customers to select compress data(gzip) for exports. This setting will enable destination file compression scheme at runtime. By default set to None.
160
+ """
161
+ return pulumi.get(self, "compression_mode")
162
+
163
+ @property
164
+ @pulumi.getter(name="dataOverwriteBehavior")
165
+ def data_overwrite_behavior(self) -> Optional[str]:
166
+ """
167
+ Allow customers to select overwrite data(OverwritePreviousReport) for exports. This setting will enable overwrite data for the same month in customer storage account. By default set to CreateNewReport.
168
+ """
169
+ return pulumi.get(self, "data_overwrite_behavior")
170
+
171
+ @property
172
+ @pulumi.getter(name="exportDescription")
173
+ def export_description(self) -> Optional[str]:
174
+ """
175
+ The export description set by customer at time of export creation/update.
176
+ """
177
+ return pulumi.get(self, "export_description")
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def format(self) -> Optional[str]:
182
+ """
183
+ The format of the export being delivered. Currently only 'Csv' is supported.
184
+ """
185
+ return pulumi.get(self, "format")
186
+
187
+ @property
188
+ @pulumi.getter(name="partitionData")
189
+ def partition_data(self) -> Optional[bool]:
190
+ """
191
+ If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.
192
+ """
193
+ return pulumi.get(self, "partition_data")
194
+
195
+ @property
196
+ @pulumi.getter(name="runHistory")
197
+ def run_history(self) -> Optional['outputs.ExportExecutionListResultResponse']:
198
+ """
199
+ If requested, has the most recent run history for the export.
200
+ """
201
+ return pulumi.get(self, "run_history")
202
+
203
+
204
+ @pulumi.output_type
205
+ class ErrorDetailsResponse(dict):
206
+ """
207
+ The details of the error.
208
+ """
209
+ def __init__(__self__, *,
210
+ code: str,
211
+ message: str):
212
+ """
213
+ The details of the error.
214
+ :param str code: Error code.
215
+ :param str message: Error message indicating why the operation failed.
216
+ """
217
+ pulumi.set(__self__, "code", code)
218
+ pulumi.set(__self__, "message", message)
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def code(self) -> str:
223
+ """
224
+ Error code.
225
+ """
226
+ return pulumi.get(self, "code")
227
+
228
+ @property
229
+ @pulumi.getter
230
+ def message(self) -> str:
231
+ """
232
+ Error message indicating why the operation failed.
233
+ """
234
+ return pulumi.get(self, "message")
235
+
236
+
237
+ @pulumi.output_type
238
+ class ExportDatasetConfigurationResponse(dict):
239
+ """
240
+ The export dataset configuration.
241
+ """
242
+ @staticmethod
243
+ def __key_warning(key: str):
244
+ suggest = None
245
+ if key == "dataVersion":
246
+ suggest = "data_version"
247
+
248
+ if suggest:
249
+ pulumi.log.warn(f"Key '{key}' not found in ExportDatasetConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
250
+
251
+ def __getitem__(self, key: str) -> Any:
252
+ ExportDatasetConfigurationResponse.__key_warning(key)
253
+ return super().__getitem__(key)
254
+
255
+ def get(self, key: str, default = None) -> Any:
256
+ ExportDatasetConfigurationResponse.__key_warning(key)
257
+ return super().get(key, default)
258
+
259
+ def __init__(__self__, *,
260
+ columns: Optional[Sequence[str]] = None,
261
+ data_version: Optional[str] = None,
262
+ filters: Optional[Sequence['outputs.FilterItemsResponse']] = None):
263
+ """
264
+ The export dataset configuration.
265
+ :param Sequence[str] columns: This is on path to deprecation and will not be supported going forward.
266
+ :param str data_version: The data version for the selected for the export. If not provided then the export will default to latest data version.
267
+ :param Sequence['FilterItemsResponse'] filters: Filters associated with the data sets.
268
+ """
269
+ if columns is not None:
270
+ pulumi.set(__self__, "columns", columns)
271
+ if data_version is not None:
272
+ pulumi.set(__self__, "data_version", data_version)
273
+ if filters is not None:
274
+ pulumi.set(__self__, "filters", filters)
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def columns(self) -> Optional[Sequence[str]]:
279
+ """
280
+ This is on path to deprecation and will not be supported going forward.
281
+ """
282
+ return pulumi.get(self, "columns")
283
+
284
+ @property
285
+ @pulumi.getter(name="dataVersion")
286
+ def data_version(self) -> Optional[str]:
287
+ """
288
+ The data version for the selected for the export. If not provided then the export will default to latest data version.
289
+ """
290
+ return pulumi.get(self, "data_version")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def filters(self) -> Optional[Sequence['outputs.FilterItemsResponse']]:
295
+ """
296
+ Filters associated with the data sets.
297
+ """
298
+ return pulumi.get(self, "filters")
299
+
300
+
301
+ @pulumi.output_type
302
+ class ExportDatasetResponse(dict):
303
+ """
304
+ The definition for data in the export.
305
+ """
306
+ def __init__(__self__, *,
307
+ configuration: Optional['outputs.ExportDatasetConfigurationResponse'] = None,
308
+ granularity: Optional[str] = None):
309
+ """
310
+ The definition for data in the export.
311
+ :param 'ExportDatasetConfigurationResponse' configuration: The export dataset configuration.
312
+ :param str granularity: The granularity of rows in the export. Currently 'Daily' is supported for most cases.
313
+ """
314
+ if configuration is not None:
315
+ pulumi.set(__self__, "configuration", configuration)
316
+ if granularity is not None:
317
+ pulumi.set(__self__, "granularity", granularity)
318
+
319
+ @property
320
+ @pulumi.getter
321
+ def configuration(self) -> Optional['outputs.ExportDatasetConfigurationResponse']:
322
+ """
323
+ The export dataset configuration.
324
+ """
325
+ return pulumi.get(self, "configuration")
326
+
327
+ @property
328
+ @pulumi.getter
329
+ def granularity(self) -> Optional[str]:
330
+ """
331
+ The granularity of rows in the export. Currently 'Daily' is supported for most cases.
332
+ """
333
+ return pulumi.get(self, "granularity")
334
+
335
+
336
+ @pulumi.output_type
337
+ class ExportDefinitionResponse(dict):
338
+ """
339
+ The definition of an export.
340
+ """
341
+ @staticmethod
342
+ def __key_warning(key: str):
343
+ suggest = None
344
+ if key == "dataSet":
345
+ suggest = "data_set"
346
+ elif key == "timePeriod":
347
+ suggest = "time_period"
348
+
349
+ if suggest:
350
+ pulumi.log.warn(f"Key '{key}' not found in ExportDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
351
+
352
+ def __getitem__(self, key: str) -> Any:
353
+ ExportDefinitionResponse.__key_warning(key)
354
+ return super().__getitem__(key)
355
+
356
+ def get(self, key: str, default = None) -> Any:
357
+ ExportDefinitionResponse.__key_warning(key)
358
+ return super().get(key, default)
359
+
360
+ def __init__(__self__, *,
361
+ timeframe: str,
362
+ type: str,
363
+ data_set: Optional['outputs.ExportDatasetResponse'] = None,
364
+ time_period: Optional['outputs.ExportTimePeriodResponse'] = None):
365
+ """
366
+ The definition of an export.
367
+ :param str timeframe: The time frame for pulling data for the export. If custom, then a specific time period must be provided.
368
+ :param str type: The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.
369
+ :param 'ExportDatasetResponse' data_set: The definition for data in the export.
370
+ :param 'ExportTimePeriodResponse' time_period: Has time period for pulling data for the export.
371
+ """
372
+ pulumi.set(__self__, "timeframe", timeframe)
373
+ pulumi.set(__self__, "type", type)
374
+ if data_set is not None:
375
+ pulumi.set(__self__, "data_set", data_set)
376
+ if time_period is not None:
377
+ pulumi.set(__self__, "time_period", time_period)
378
+
379
+ @property
380
+ @pulumi.getter
381
+ def timeframe(self) -> str:
382
+ """
383
+ The time frame for pulling data for the export. If custom, then a specific time period must be provided.
384
+ """
385
+ return pulumi.get(self, "timeframe")
386
+
387
+ @property
388
+ @pulumi.getter
389
+ def type(self) -> str:
390
+ """
391
+ The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.
392
+ """
393
+ return pulumi.get(self, "type")
394
+
395
+ @property
396
+ @pulumi.getter(name="dataSet")
397
+ def data_set(self) -> Optional['outputs.ExportDatasetResponse']:
398
+ """
399
+ The definition for data in the export.
400
+ """
401
+ return pulumi.get(self, "data_set")
402
+
403
+ @property
404
+ @pulumi.getter(name="timePeriod")
405
+ def time_period(self) -> Optional['outputs.ExportTimePeriodResponse']:
406
+ """
407
+ Has time period for pulling data for the export.
408
+ """
409
+ return pulumi.get(self, "time_period")
410
+
411
+
412
+ @pulumi.output_type
413
+ class ExportDeliveryDestinationResponse(dict):
414
+ """
415
+ This represents the blob storage account location where exports of costs will be delivered. There are two ways to configure the destination. The approach recommended for most customers is to specify the resourceId of the storage account. This requires a one-time registration of the account's subscription with the Microsoft.CostManagementExports resource provider in order to give Cost Management services access to the storage. When creating an export in the Azure portal this registration is performed automatically but API users may need to register the subscription explicitly (for more information see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services ). Another way to configure the destination is available ONLY to Partners with a Microsoft Partner Agreement plan who are global admins of their billing account. These Partners, instead of specifying the resourceId of a storage account, can specify the storage account name along with a SAS token for the account. This allows exports of costs to a storage account in any tenant. The SAS token should be created for the blob service with Service/Container/Object resource types and with Read/Write/Delete/List/Add/Create permissions (for more information see https://docs.microsoft.com/en-us/azure/cost-management-billing/costs/export-cost-data-storage-account-sas-key ).
416
+ """
417
+ @staticmethod
418
+ def __key_warning(key: str):
419
+ suggest = None
420
+ if key == "resourceId":
421
+ suggest = "resource_id"
422
+ elif key == "rootFolderPath":
423
+ suggest = "root_folder_path"
424
+ elif key == "sasToken":
425
+ suggest = "sas_token"
426
+ elif key == "storageAccount":
427
+ suggest = "storage_account"
428
+
429
+ if suggest:
430
+ pulumi.log.warn(f"Key '{key}' not found in ExportDeliveryDestinationResponse. Access the value via the '{suggest}' property getter instead.")
431
+
432
+ def __getitem__(self, key: str) -> Any:
433
+ ExportDeliveryDestinationResponse.__key_warning(key)
434
+ return super().__getitem__(key)
435
+
436
+ def get(self, key: str, default = None) -> Any:
437
+ ExportDeliveryDestinationResponse.__key_warning(key)
438
+ return super().get(key, default)
439
+
440
+ def __init__(__self__, *,
441
+ container: str,
442
+ resource_id: Optional[str] = None,
443
+ root_folder_path: Optional[str] = None,
444
+ sas_token: Optional[str] = None,
445
+ storage_account: Optional[str] = None,
446
+ type: Optional[str] = None):
447
+ """
448
+ This represents the blob storage account location where exports of costs will be delivered. There are two ways to configure the destination. The approach recommended for most customers is to specify the resourceId of the storage account. This requires a one-time registration of the account's subscription with the Microsoft.CostManagementExports resource provider in order to give Cost Management services access to the storage. When creating an export in the Azure portal this registration is performed automatically but API users may need to register the subscription explicitly (for more information see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services ). Another way to configure the destination is available ONLY to Partners with a Microsoft Partner Agreement plan who are global admins of their billing account. These Partners, instead of specifying the resourceId of a storage account, can specify the storage account name along with a SAS token for the account. This allows exports of costs to a storage account in any tenant. The SAS token should be created for the blob service with Service/Container/Object resource types and with Read/Write/Delete/List/Add/Create permissions (for more information see https://docs.microsoft.com/en-us/azure/cost-management-billing/costs/export-cost-data-storage-account-sas-key ).
449
+ :param str container: The name of the container where exports will be uploaded. If the container does not exist it will be created.
450
+ :param str resource_id: The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified.
451
+ :param str root_folder_path: The name of the directory where exports will be uploaded.
452
+ :param str sas_token: A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified.
453
+ :param str storage_account: The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId.
454
+ :param str type: The export delivery destination type. Currently only 'AzureBlob' is supported.
455
+ """
456
+ pulumi.set(__self__, "container", container)
457
+ if resource_id is not None:
458
+ pulumi.set(__self__, "resource_id", resource_id)
459
+ if root_folder_path is not None:
460
+ pulumi.set(__self__, "root_folder_path", root_folder_path)
461
+ if sas_token is not None:
462
+ pulumi.set(__self__, "sas_token", sas_token)
463
+ if storage_account is not None:
464
+ pulumi.set(__self__, "storage_account", storage_account)
465
+ if type is not None:
466
+ pulumi.set(__self__, "type", type)
467
+
468
+ @property
469
+ @pulumi.getter
470
+ def container(self) -> str:
471
+ """
472
+ The name of the container where exports will be uploaded. If the container does not exist it will be created.
473
+ """
474
+ return pulumi.get(self, "container")
475
+
476
+ @property
477
+ @pulumi.getter(name="resourceId")
478
+ def resource_id(self) -> Optional[str]:
479
+ """
480
+ The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified.
481
+ """
482
+ return pulumi.get(self, "resource_id")
483
+
484
+ @property
485
+ @pulumi.getter(name="rootFolderPath")
486
+ def root_folder_path(self) -> Optional[str]:
487
+ """
488
+ The name of the directory where exports will be uploaded.
489
+ """
490
+ return pulumi.get(self, "root_folder_path")
491
+
492
+ @property
493
+ @pulumi.getter(name="sasToken")
494
+ def sas_token(self) -> Optional[str]:
495
+ """
496
+ A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified.
497
+ """
498
+ return pulumi.get(self, "sas_token")
499
+
500
+ @property
501
+ @pulumi.getter(name="storageAccount")
502
+ def storage_account(self) -> Optional[str]:
503
+ """
504
+ The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId.
505
+ """
506
+ return pulumi.get(self, "storage_account")
507
+
508
+ @property
509
+ @pulumi.getter
510
+ def type(self) -> Optional[str]:
511
+ """
512
+ The export delivery destination type. Currently only 'AzureBlob' is supported.
513
+ """
514
+ return pulumi.get(self, "type")
515
+
516
+
517
+ @pulumi.output_type
518
+ class ExportDeliveryInfoResponse(dict):
519
+ """
520
+ The delivery information associated with a export.
521
+ """
522
+ def __init__(__self__, *,
523
+ destination: 'outputs.ExportDeliveryDestinationResponse'):
524
+ """
525
+ The delivery information associated with a export.
526
+ :param 'ExportDeliveryDestinationResponse' destination: Has destination for the export being delivered.
527
+ """
528
+ pulumi.set(__self__, "destination", destination)
529
+
530
+ @property
531
+ @pulumi.getter
532
+ def destination(self) -> 'outputs.ExportDeliveryDestinationResponse':
533
+ """
534
+ Has destination for the export being delivered.
535
+ """
536
+ return pulumi.get(self, "destination")
537
+
538
+
539
+ @pulumi.output_type
540
+ class ExportExecutionListResultResponse(dict):
541
+ """
542
+ Result of listing the run history of an export.
543
+ """
544
+ def __init__(__self__, *,
545
+ value: Sequence['outputs.ExportRunResponse']):
546
+ """
547
+ Result of listing the run history of an export.
548
+ :param Sequence['ExportRunResponse'] value: A list of export runs.
549
+ """
550
+ pulumi.set(__self__, "value", value)
551
+
552
+ @property
553
+ @pulumi.getter
554
+ def value(self) -> Sequence['outputs.ExportRunResponse']:
555
+ """
556
+ A list of export runs.
557
+ """
558
+ return pulumi.get(self, "value")
559
+
560
+
561
+ @pulumi.output_type
562
+ class ExportRecurrencePeriodResponse(dict):
563
+ """
564
+ The start and end date for recurrence schedule.
565
+ """
566
+ @staticmethod
567
+ def __key_warning(key: str):
568
+ suggest = None
569
+ if key == "from":
570
+ suggest = "from_"
571
+
572
+ if suggest:
573
+ pulumi.log.warn(f"Key '{key}' not found in ExportRecurrencePeriodResponse. Access the value via the '{suggest}' property getter instead.")
574
+
575
+ def __getitem__(self, key: str) -> Any:
576
+ ExportRecurrencePeriodResponse.__key_warning(key)
577
+ return super().__getitem__(key)
578
+
579
+ def get(self, key: str, default = None) -> Any:
580
+ ExportRecurrencePeriodResponse.__key_warning(key)
581
+ return super().get(key, default)
582
+
583
+ def __init__(__self__, *,
584
+ from_: str,
585
+ to: Optional[str] = None):
586
+ """
587
+ The start and end date for recurrence schedule.
588
+ :param str from_: The start date of recurrence.
589
+ :param str to: The end date of recurrence.
590
+ """
591
+ pulumi.set(__self__, "from_", from_)
592
+ if to is not None:
593
+ pulumi.set(__self__, "to", to)
594
+
595
+ @property
596
+ @pulumi.getter(name="from")
597
+ def from_(self) -> str:
598
+ """
599
+ The start date of recurrence.
600
+ """
601
+ return pulumi.get(self, "from_")
602
+
603
+ @property
604
+ @pulumi.getter
605
+ def to(self) -> Optional[str]:
606
+ """
607
+ The end date of recurrence.
608
+ """
609
+ return pulumi.get(self, "to")
610
+
611
+
612
+ @pulumi.output_type
613
+ class ExportRunResponse(dict):
614
+ """
615
+ An export run.
616
+ """
617
+ @staticmethod
618
+ def __key_warning(key: str):
619
+ suggest = None
620
+ if key == "eTag":
621
+ suggest = "e_tag"
622
+ elif key == "endDate":
623
+ suggest = "end_date"
624
+ elif key == "executionType":
625
+ suggest = "execution_type"
626
+ elif key == "fileName":
627
+ suggest = "file_name"
628
+ elif key == "manifestFile":
629
+ suggest = "manifest_file"
630
+ elif key == "processingEndTime":
631
+ suggest = "processing_end_time"
632
+ elif key == "processingStartTime":
633
+ suggest = "processing_start_time"
634
+ elif key == "runSettings":
635
+ suggest = "run_settings"
636
+ elif key == "startDate":
637
+ suggest = "start_date"
638
+ elif key == "submittedBy":
639
+ suggest = "submitted_by"
640
+ elif key == "submittedTime":
641
+ suggest = "submitted_time"
642
+
643
+ if suggest:
644
+ pulumi.log.warn(f"Key '{key}' not found in ExportRunResponse. Access the value via the '{suggest}' property getter instead.")
645
+
646
+ def __getitem__(self, key: str) -> Any:
647
+ ExportRunResponse.__key_warning(key)
648
+ return super().__getitem__(key)
649
+
650
+ def get(self, key: str, default = None) -> Any:
651
+ ExportRunResponse.__key_warning(key)
652
+ return super().get(key, default)
653
+
654
+ def __init__(__self__, *,
655
+ id: str,
656
+ name: str,
657
+ type: str,
658
+ e_tag: Optional[str] = None,
659
+ end_date: Optional[str] = None,
660
+ error: Optional['outputs.ErrorDetailsResponse'] = None,
661
+ execution_type: Optional[str] = None,
662
+ file_name: Optional[str] = None,
663
+ manifest_file: Optional[str] = None,
664
+ processing_end_time: Optional[str] = None,
665
+ processing_start_time: Optional[str] = None,
666
+ run_settings: Optional['outputs.CommonExportPropertiesResponse'] = None,
667
+ start_date: Optional[str] = None,
668
+ status: Optional[str] = None,
669
+ submitted_by: Optional[str] = None,
670
+ submitted_time: Optional[str] = None):
671
+ """
672
+ An export run.
673
+ :param str id: Resource Id.
674
+ :param str name: Resource name.
675
+ :param str type: Resource type.
676
+ :param str e_tag: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
677
+ :param str end_date: The end datetime for the export.
678
+ :param 'ErrorDetailsResponse' error: The details of any error.
679
+ :param str execution_type: The type of the export run.
680
+ :param str file_name: The name of the exported file.
681
+ :param str manifest_file: The manifest file location(URI location) for the exported files.
682
+ :param str processing_end_time: The time when the export run finished.
683
+ :param str processing_start_time: The time when export was picked up to be run.
684
+ :param 'CommonExportPropertiesResponse' run_settings: The export settings that were in effect for this run.
685
+ :param str start_date: The start datetime for the export.
686
+ :param str status: The last known status of the export run.
687
+ :param str submitted_by: The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.
688
+ :param str submitted_time: The time when export was queued to be run.
689
+ """
690
+ pulumi.set(__self__, "id", id)
691
+ pulumi.set(__self__, "name", name)
692
+ pulumi.set(__self__, "type", type)
693
+ if e_tag is not None:
694
+ pulumi.set(__self__, "e_tag", e_tag)
695
+ if end_date is not None:
696
+ pulumi.set(__self__, "end_date", end_date)
697
+ if error is not None:
698
+ pulumi.set(__self__, "error", error)
699
+ if execution_type is not None:
700
+ pulumi.set(__self__, "execution_type", execution_type)
701
+ if file_name is not None:
702
+ pulumi.set(__self__, "file_name", file_name)
703
+ if manifest_file is not None:
704
+ pulumi.set(__self__, "manifest_file", manifest_file)
705
+ if processing_end_time is not None:
706
+ pulumi.set(__self__, "processing_end_time", processing_end_time)
707
+ if processing_start_time is not None:
708
+ pulumi.set(__self__, "processing_start_time", processing_start_time)
709
+ if run_settings is not None:
710
+ pulumi.set(__self__, "run_settings", run_settings)
711
+ if start_date is not None:
712
+ pulumi.set(__self__, "start_date", start_date)
713
+ if status is not None:
714
+ pulumi.set(__self__, "status", status)
715
+ if submitted_by is not None:
716
+ pulumi.set(__self__, "submitted_by", submitted_by)
717
+ if submitted_time is not None:
718
+ pulumi.set(__self__, "submitted_time", submitted_time)
719
+
720
+ @property
721
+ @pulumi.getter
722
+ def id(self) -> str:
723
+ """
724
+ Resource Id.
725
+ """
726
+ return pulumi.get(self, "id")
727
+
728
+ @property
729
+ @pulumi.getter
730
+ def name(self) -> str:
731
+ """
732
+ Resource name.
733
+ """
734
+ return pulumi.get(self, "name")
735
+
736
+ @property
737
+ @pulumi.getter
738
+ def type(self) -> str:
739
+ """
740
+ Resource type.
741
+ """
742
+ return pulumi.get(self, "type")
743
+
744
+ @property
745
+ @pulumi.getter(name="eTag")
746
+ def e_tag(self) -> Optional[str]:
747
+ """
748
+ eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
749
+ """
750
+ return pulumi.get(self, "e_tag")
751
+
752
+ @property
753
+ @pulumi.getter(name="endDate")
754
+ def end_date(self) -> Optional[str]:
755
+ """
756
+ The end datetime for the export.
757
+ """
758
+ return pulumi.get(self, "end_date")
759
+
760
+ @property
761
+ @pulumi.getter
762
+ def error(self) -> Optional['outputs.ErrorDetailsResponse']:
763
+ """
764
+ The details of any error.
765
+ """
766
+ return pulumi.get(self, "error")
767
+
768
+ @property
769
+ @pulumi.getter(name="executionType")
770
+ def execution_type(self) -> Optional[str]:
771
+ """
772
+ The type of the export run.
773
+ """
774
+ return pulumi.get(self, "execution_type")
775
+
776
+ @property
777
+ @pulumi.getter(name="fileName")
778
+ def file_name(self) -> Optional[str]:
779
+ """
780
+ The name of the exported file.
781
+ """
782
+ return pulumi.get(self, "file_name")
783
+
784
+ @property
785
+ @pulumi.getter(name="manifestFile")
786
+ def manifest_file(self) -> Optional[str]:
787
+ """
788
+ The manifest file location(URI location) for the exported files.
789
+ """
790
+ return pulumi.get(self, "manifest_file")
791
+
792
+ @property
793
+ @pulumi.getter(name="processingEndTime")
794
+ def processing_end_time(self) -> Optional[str]:
795
+ """
796
+ The time when the export run finished.
797
+ """
798
+ return pulumi.get(self, "processing_end_time")
799
+
800
+ @property
801
+ @pulumi.getter(name="processingStartTime")
802
+ def processing_start_time(self) -> Optional[str]:
803
+ """
804
+ The time when export was picked up to be run.
805
+ """
806
+ return pulumi.get(self, "processing_start_time")
807
+
808
+ @property
809
+ @pulumi.getter(name="runSettings")
810
+ def run_settings(self) -> Optional['outputs.CommonExportPropertiesResponse']:
811
+ """
812
+ The export settings that were in effect for this run.
813
+ """
814
+ return pulumi.get(self, "run_settings")
815
+
816
+ @property
817
+ @pulumi.getter(name="startDate")
818
+ def start_date(self) -> Optional[str]:
819
+ """
820
+ The start datetime for the export.
821
+ """
822
+ return pulumi.get(self, "start_date")
823
+
824
+ @property
825
+ @pulumi.getter
826
+ def status(self) -> Optional[str]:
827
+ """
828
+ The last known status of the export run.
829
+ """
830
+ return pulumi.get(self, "status")
831
+
832
+ @property
833
+ @pulumi.getter(name="submittedBy")
834
+ def submitted_by(self) -> Optional[str]:
835
+ """
836
+ The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.
837
+ """
838
+ return pulumi.get(self, "submitted_by")
839
+
840
+ @property
841
+ @pulumi.getter(name="submittedTime")
842
+ def submitted_time(self) -> Optional[str]:
843
+ """
844
+ The time when export was queued to be run.
845
+ """
846
+ return pulumi.get(self, "submitted_time")
847
+
848
+
849
+ @pulumi.output_type
850
+ class ExportScheduleResponse(dict):
851
+ """
852
+ The schedule associated with the export.
853
+ """
854
+ @staticmethod
855
+ def __key_warning(key: str):
856
+ suggest = None
857
+ if key == "recurrencePeriod":
858
+ suggest = "recurrence_period"
859
+
860
+ if suggest:
861
+ pulumi.log.warn(f"Key '{key}' not found in ExportScheduleResponse. Access the value via the '{suggest}' property getter instead.")
862
+
863
+ def __getitem__(self, key: str) -> Any:
864
+ ExportScheduleResponse.__key_warning(key)
865
+ return super().__getitem__(key)
866
+
867
+ def get(self, key: str, default = None) -> Any:
868
+ ExportScheduleResponse.__key_warning(key)
869
+ return super().get(key, default)
870
+
871
+ def __init__(__self__, *,
872
+ recurrence: Optional[str] = None,
873
+ recurrence_period: Optional['outputs.ExportRecurrencePeriodResponse'] = None,
874
+ status: Optional[str] = None):
875
+ """
876
+ The schedule associated with the export.
877
+ :param str recurrence: The schedule recurrence.
878
+ :param 'ExportRecurrencePeriodResponse' recurrence_period: Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
879
+ :param str status: The status of the export's schedule. If 'Inactive', the export's schedule is paused. 'SystemSuspended' can only be set by export service.
880
+ """
881
+ if recurrence is not None:
882
+ pulumi.set(__self__, "recurrence", recurrence)
883
+ if recurrence_period is not None:
884
+ pulumi.set(__self__, "recurrence_period", recurrence_period)
885
+ if status is not None:
886
+ pulumi.set(__self__, "status", status)
887
+
888
+ @property
889
+ @pulumi.getter
890
+ def recurrence(self) -> Optional[str]:
891
+ """
892
+ The schedule recurrence.
893
+ """
894
+ return pulumi.get(self, "recurrence")
895
+
896
+ @property
897
+ @pulumi.getter(name="recurrencePeriod")
898
+ def recurrence_period(self) -> Optional['outputs.ExportRecurrencePeriodResponse']:
899
+ """
900
+ Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
901
+ """
902
+ return pulumi.get(self, "recurrence_period")
903
+
904
+ @property
905
+ @pulumi.getter
906
+ def status(self) -> Optional[str]:
907
+ """
908
+ The status of the export's schedule. If 'Inactive', the export's schedule is paused. 'SystemSuspended' can only be set by export service.
909
+ """
910
+ return pulumi.get(self, "status")
911
+
912
+
913
+ @pulumi.output_type
914
+ class ExportSuspensionContextResponse(dict):
915
+ """
916
+ The properties of the export run.
917
+ """
918
+ @staticmethod
919
+ def __key_warning(key: str):
920
+ suggest = None
921
+ if key == "suspensionCode":
922
+ suggest = "suspension_code"
923
+ elif key == "suspensionReason":
924
+ suggest = "suspension_reason"
925
+ elif key == "suspensionTime":
926
+ suggest = "suspension_time"
927
+
928
+ if suggest:
929
+ pulumi.log.warn(f"Key '{key}' not found in ExportSuspensionContextResponse. Access the value via the '{suggest}' property getter instead.")
930
+
931
+ def __getitem__(self, key: str) -> Any:
932
+ ExportSuspensionContextResponse.__key_warning(key)
933
+ return super().__getitem__(key)
934
+
935
+ def get(self, key: str, default = None) -> Any:
936
+ ExportSuspensionContextResponse.__key_warning(key)
937
+ return super().get(key, default)
938
+
939
+ def __init__(__self__, *,
940
+ suspension_code: Optional[str] = None,
941
+ suspension_reason: Optional[str] = None,
942
+ suspension_time: Optional[str] = None):
943
+ """
944
+ The properties of the export run.
945
+ :param str suspension_code: The code for export suspension.
946
+ :param str suspension_reason: The detailed reason for export suspension.
947
+ :param str suspension_time: The time when the export was suspended.
948
+ """
949
+ if suspension_code is not None:
950
+ pulumi.set(__self__, "suspension_code", suspension_code)
951
+ if suspension_reason is not None:
952
+ pulumi.set(__self__, "suspension_reason", suspension_reason)
953
+ if suspension_time is not None:
954
+ pulumi.set(__self__, "suspension_time", suspension_time)
955
+
956
+ @property
957
+ @pulumi.getter(name="suspensionCode")
958
+ def suspension_code(self) -> Optional[str]:
959
+ """
960
+ The code for export suspension.
961
+ """
962
+ return pulumi.get(self, "suspension_code")
963
+
964
+ @property
965
+ @pulumi.getter(name="suspensionReason")
966
+ def suspension_reason(self) -> Optional[str]:
967
+ """
968
+ The detailed reason for export suspension.
969
+ """
970
+ return pulumi.get(self, "suspension_reason")
971
+
972
+ @property
973
+ @pulumi.getter(name="suspensionTime")
974
+ def suspension_time(self) -> Optional[str]:
975
+ """
976
+ The time when the export was suspended.
977
+ """
978
+ return pulumi.get(self, "suspension_time")
979
+
980
+
981
+ @pulumi.output_type
982
+ class ExportTimePeriodResponse(dict):
983
+ """
984
+ The date range for data in the export. This should only be specified with timeFrame set to 'Custom'. The maximum date range is 1 month.
985
+ """
986
+ @staticmethod
987
+ def __key_warning(key: str):
988
+ suggest = None
989
+ if key == "from":
990
+ suggest = "from_"
991
+
992
+ if suggest:
993
+ pulumi.log.warn(f"Key '{key}' not found in ExportTimePeriodResponse. Access the value via the '{suggest}' property getter instead.")
994
+
995
+ def __getitem__(self, key: str) -> Any:
996
+ ExportTimePeriodResponse.__key_warning(key)
997
+ return super().__getitem__(key)
998
+
999
+ def get(self, key: str, default = None) -> Any:
1000
+ ExportTimePeriodResponse.__key_warning(key)
1001
+ return super().get(key, default)
1002
+
1003
+ def __init__(__self__, *,
1004
+ from_: str,
1005
+ to: str):
1006
+ """
1007
+ The date range for data in the export. This should only be specified with timeFrame set to 'Custom'. The maximum date range is 1 month.
1008
+ :param str from_: The start date for export data.
1009
+ :param str to: The end date for export data.
1010
+ """
1011
+ pulumi.set(__self__, "from_", from_)
1012
+ pulumi.set(__self__, "to", to)
1013
+
1014
+ @property
1015
+ @pulumi.getter(name="from")
1016
+ def from_(self) -> str:
1017
+ """
1018
+ The start date for export data.
1019
+ """
1020
+ return pulumi.get(self, "from_")
1021
+
1022
+ @property
1023
+ @pulumi.getter
1024
+ def to(self) -> str:
1025
+ """
1026
+ The end date for export data.
1027
+ """
1028
+ return pulumi.get(self, "to")
1029
+
1030
+
1031
+ @pulumi.output_type
1032
+ class FileDestinationResponse(dict):
1033
+ """
1034
+ Destination of the view data. This is optional. Currently only CSV format is supported.
1035
+ """
1036
+ @staticmethod
1037
+ def __key_warning(key: str):
1038
+ suggest = None
1039
+ if key == "fileFormats":
1040
+ suggest = "file_formats"
1041
+
1042
+ if suggest:
1043
+ pulumi.log.warn(f"Key '{key}' not found in FileDestinationResponse. Access the value via the '{suggest}' property getter instead.")
1044
+
1045
+ def __getitem__(self, key: str) -> Any:
1046
+ FileDestinationResponse.__key_warning(key)
1047
+ return super().__getitem__(key)
1048
+
1049
+ def get(self, key: str, default = None) -> Any:
1050
+ FileDestinationResponse.__key_warning(key)
1051
+ return super().get(key, default)
1052
+
1053
+ def __init__(__self__, *,
1054
+ file_formats: Optional[Sequence[str]] = None):
1055
+ """
1056
+ Destination of the view data. This is optional. Currently only CSV format is supported.
1057
+ :param Sequence[str] file_formats: Destination of the view data. Currently only CSV format is supported.
1058
+ """
1059
+ if file_formats is not None:
1060
+ pulumi.set(__self__, "file_formats", file_formats)
1061
+
1062
+ @property
1063
+ @pulumi.getter(name="fileFormats")
1064
+ def file_formats(self) -> Optional[Sequence[str]]:
1065
+ """
1066
+ Destination of the view data. Currently only CSV format is supported.
1067
+ """
1068
+ return pulumi.get(self, "file_formats")
1069
+
1070
+
1071
+ @pulumi.output_type
1072
+ class FilterItemsResponse(dict):
1073
+ """
1074
+ Will contain the filter name and value to operate on. This is currently only supported for Export Definition type of ReservationRecommendations.
1075
+ """
1076
+ def __init__(__self__, *,
1077
+ name: Optional[str] = None,
1078
+ value: Optional[str] = None):
1079
+ """
1080
+ Will contain the filter name and value to operate on. This is currently only supported for Export Definition type of ReservationRecommendations.
1081
+ :param str name: The name of the filter. This is currently only supported for Export Definition type of ReservationRecommendations. Supported names are ['ReservationScope', 'LookBackPeriod', 'ResourceType']
1082
+ :param str value: Value to filter by. Currently values supported per name are, for 'ReservationScope' supported values are ['Single', 'Shared'], for 'LookBackPeriod' supported values are ['Last7Days', 'Last30Days', 'Last60Days'] and for 'ResourceType' supported values are ['VirtualMachines', 'SQLDatabases', 'PostgreSQL', 'ManagedDisk', 'MySQL', 'RedHat', 'MariaDB', 'RedisCache', 'CosmosDB', 'SqlDataWarehouse', 'SUSELinux', 'AppService', 'BlockBlob', 'AzureDataExplorer', 'VMwareCloudSimple'].
1083
+ """
1084
+ if name is not None:
1085
+ pulumi.set(__self__, "name", name)
1086
+ if value is not None:
1087
+ pulumi.set(__self__, "value", value)
1088
+
1089
+ @property
1090
+ @pulumi.getter
1091
+ def name(self) -> Optional[str]:
1092
+ """
1093
+ The name of the filter. This is currently only supported for Export Definition type of ReservationRecommendations. Supported names are ['ReservationScope', 'LookBackPeriod', 'ResourceType']
1094
+ """
1095
+ return pulumi.get(self, "name")
1096
+
1097
+ @property
1098
+ @pulumi.getter
1099
+ def value(self) -> Optional[str]:
1100
+ """
1101
+ Value to filter by. Currently values supported per name are, for 'ReservationScope' supported values are ['Single', 'Shared'], for 'LookBackPeriod' supported values are ['Last7Days', 'Last30Days', 'Last60Days'] and for 'ResourceType' supported values are ['VirtualMachines', 'SQLDatabases', 'PostgreSQL', 'ManagedDisk', 'MySQL', 'RedHat', 'MariaDB', 'RedisCache', 'CosmosDB', 'SqlDataWarehouse', 'SUSELinux', 'AppService', 'BlockBlob', 'AzureDataExplorer', 'VMwareCloudSimple'].
1102
+ """
1103
+ return pulumi.get(self, "value")
1104
+
1105
+
1106
+ @pulumi.output_type
1107
+ class KpiPropertiesResponse(dict):
1108
+ """
1109
+ Each KPI must contain a 'type' and 'enabled' key.
1110
+ """
1111
+ def __init__(__self__, *,
1112
+ enabled: Optional[bool] = None,
1113
+ id: Optional[str] = None,
1114
+ type: Optional[str] = None):
1115
+ """
1116
+ Each KPI must contain a 'type' and 'enabled' key.
1117
+ :param bool enabled: show the KPI in the UI?
1118
+ :param str id: ID of resource related to metric (budget).
1119
+ :param str type: KPI type (Forecast, Budget).
1120
+ """
1121
+ if enabled is not None:
1122
+ pulumi.set(__self__, "enabled", enabled)
1123
+ if id is not None:
1124
+ pulumi.set(__self__, "id", id)
1125
+ if type is not None:
1126
+ pulumi.set(__self__, "type", type)
1127
+
1128
+ @property
1129
+ @pulumi.getter
1130
+ def enabled(self) -> Optional[bool]:
1131
+ """
1132
+ show the KPI in the UI?
1133
+ """
1134
+ return pulumi.get(self, "enabled")
1135
+
1136
+ @property
1137
+ @pulumi.getter
1138
+ def id(self) -> Optional[str]:
1139
+ """
1140
+ ID of resource related to metric (budget).
1141
+ """
1142
+ return pulumi.get(self, "id")
1143
+
1144
+ @property
1145
+ @pulumi.getter
1146
+ def type(self) -> Optional[str]:
1147
+ """
1148
+ KPI type (Forecast, Budget).
1149
+ """
1150
+ return pulumi.get(self, "type")
1151
+
1152
+
1153
+ @pulumi.output_type
1154
+ class NotificationPropertiesResponse(dict):
1155
+ """
1156
+ The properties of the scheduled action notification.
1157
+ """
1158
+ @staticmethod
1159
+ def __key_warning(key: str):
1160
+ suggest = None
1161
+ if key == "regionalFormat":
1162
+ suggest = "regional_format"
1163
+
1164
+ if suggest:
1165
+ pulumi.log.warn(f"Key '{key}' not found in NotificationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1166
+
1167
+ def __getitem__(self, key: str) -> Any:
1168
+ NotificationPropertiesResponse.__key_warning(key)
1169
+ return super().__getitem__(key)
1170
+
1171
+ def get(self, key: str, default = None) -> Any:
1172
+ NotificationPropertiesResponse.__key_warning(key)
1173
+ return super().get(key, default)
1174
+
1175
+ def __init__(__self__, *,
1176
+ subject: str,
1177
+ to: Sequence[str],
1178
+ language: Optional[str] = None,
1179
+ message: Optional[str] = None,
1180
+ regional_format: Optional[str] = None):
1181
+ """
1182
+ The properties of the scheduled action notification.
1183
+ :param str subject: Subject of the email. Length is limited to 70 characters.
1184
+ :param Sequence[str] to: Array of email addresses.
1185
+ :param str language: Locale of the email.
1186
+ :param str message: Optional message to be added in the email. Length is limited to 250 characters.
1187
+ :param str regional_format: Regional format used for formatting date/time and currency values in the email.
1188
+ """
1189
+ pulumi.set(__self__, "subject", subject)
1190
+ pulumi.set(__self__, "to", to)
1191
+ if language is not None:
1192
+ pulumi.set(__self__, "language", language)
1193
+ if message is not None:
1194
+ pulumi.set(__self__, "message", message)
1195
+ if regional_format is not None:
1196
+ pulumi.set(__self__, "regional_format", regional_format)
1197
+
1198
+ @property
1199
+ @pulumi.getter
1200
+ def subject(self) -> str:
1201
+ """
1202
+ Subject of the email. Length is limited to 70 characters.
1203
+ """
1204
+ return pulumi.get(self, "subject")
1205
+
1206
+ @property
1207
+ @pulumi.getter
1208
+ def to(self) -> Sequence[str]:
1209
+ """
1210
+ Array of email addresses.
1211
+ """
1212
+ return pulumi.get(self, "to")
1213
+
1214
+ @property
1215
+ @pulumi.getter
1216
+ def language(self) -> Optional[str]:
1217
+ """
1218
+ Locale of the email.
1219
+ """
1220
+ return pulumi.get(self, "language")
1221
+
1222
+ @property
1223
+ @pulumi.getter
1224
+ def message(self) -> Optional[str]:
1225
+ """
1226
+ Optional message to be added in the email. Length is limited to 250 characters.
1227
+ """
1228
+ return pulumi.get(self, "message")
1229
+
1230
+ @property
1231
+ @pulumi.getter(name="regionalFormat")
1232
+ def regional_format(self) -> Optional[str]:
1233
+ """
1234
+ Regional format used for formatting date/time and currency values in the email.
1235
+ """
1236
+ return pulumi.get(self, "regional_format")
1237
+
1238
+
1239
+ @pulumi.output_type
1240
+ class PivotPropertiesResponse(dict):
1241
+ """
1242
+ Each pivot must contain a 'type' and 'name'.
1243
+ """
1244
+ def __init__(__self__, *,
1245
+ name: Optional[str] = None,
1246
+ type: Optional[str] = None):
1247
+ """
1248
+ Each pivot must contain a 'type' and 'name'.
1249
+ :param str name: Data field to show in view.
1250
+ :param str type: Data type to show in view.
1251
+ """
1252
+ if name is not None:
1253
+ pulumi.set(__self__, "name", name)
1254
+ if type is not None:
1255
+ pulumi.set(__self__, "type", type)
1256
+
1257
+ @property
1258
+ @pulumi.getter
1259
+ def name(self) -> Optional[str]:
1260
+ """
1261
+ Data field to show in view.
1262
+ """
1263
+ return pulumi.get(self, "name")
1264
+
1265
+ @property
1266
+ @pulumi.getter
1267
+ def type(self) -> Optional[str]:
1268
+ """
1269
+ Data type to show in view.
1270
+ """
1271
+ return pulumi.get(self, "type")
1272
+
1273
+
1274
+ @pulumi.output_type
1275
+ class ReportConfigAggregationResponse(dict):
1276
+ """
1277
+ The aggregation expression to be used in the report.
1278
+ """
1279
+ def __init__(__self__, *,
1280
+ function: str,
1281
+ name: str):
1282
+ """
1283
+ The aggregation expression to be used in the report.
1284
+ :param str function: The name of the aggregation function to use.
1285
+ :param str name: The name of the column to aggregate.
1286
+ """
1287
+ pulumi.set(__self__, "function", function)
1288
+ pulumi.set(__self__, "name", name)
1289
+
1290
+ @property
1291
+ @pulumi.getter
1292
+ def function(self) -> str:
1293
+ """
1294
+ The name of the aggregation function to use.
1295
+ """
1296
+ return pulumi.get(self, "function")
1297
+
1298
+ @property
1299
+ @pulumi.getter
1300
+ def name(self) -> str:
1301
+ """
1302
+ The name of the column to aggregate.
1303
+ """
1304
+ return pulumi.get(self, "name")
1305
+
1306
+
1307
+ @pulumi.output_type
1308
+ class ReportConfigComparisonExpressionResponse(dict):
1309
+ """
1310
+ The comparison expression to be used in the report.
1311
+ """
1312
+ def __init__(__self__, *,
1313
+ name: str,
1314
+ operator: str,
1315
+ values: Sequence[str]):
1316
+ """
1317
+ The comparison expression to be used in the report.
1318
+ :param str name: The name of the column to use in comparison.
1319
+ :param str operator: The operator to use for comparison.
1320
+ :param Sequence[str] values: Array of values to use for comparison
1321
+ """
1322
+ pulumi.set(__self__, "name", name)
1323
+ pulumi.set(__self__, "operator", operator)
1324
+ pulumi.set(__self__, "values", values)
1325
+
1326
+ @property
1327
+ @pulumi.getter
1328
+ def name(self) -> str:
1329
+ """
1330
+ The name of the column to use in comparison.
1331
+ """
1332
+ return pulumi.get(self, "name")
1333
+
1334
+ @property
1335
+ @pulumi.getter
1336
+ def operator(self) -> str:
1337
+ """
1338
+ The operator to use for comparison.
1339
+ """
1340
+ return pulumi.get(self, "operator")
1341
+
1342
+ @property
1343
+ @pulumi.getter
1344
+ def values(self) -> Sequence[str]:
1345
+ """
1346
+ Array of values to use for comparison
1347
+ """
1348
+ return pulumi.get(self, "values")
1349
+
1350
+
1351
+ @pulumi.output_type
1352
+ class ReportConfigDatasetConfigurationResponse(dict):
1353
+ """
1354
+ The configuration of dataset in the report.
1355
+ """
1356
+ def __init__(__self__, *,
1357
+ columns: Optional[Sequence[str]] = None):
1358
+ """
1359
+ The configuration of dataset in the report.
1360
+ :param Sequence[str] columns: Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.
1361
+ """
1362
+ if columns is not None:
1363
+ pulumi.set(__self__, "columns", columns)
1364
+
1365
+ @property
1366
+ @pulumi.getter
1367
+ def columns(self) -> Optional[Sequence[str]]:
1368
+ """
1369
+ Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.
1370
+ """
1371
+ return pulumi.get(self, "columns")
1372
+
1373
+
1374
+ @pulumi.output_type
1375
+ class ReportConfigDatasetResponse(dict):
1376
+ """
1377
+ The definition of data present in the report.
1378
+ """
1379
+ def __init__(__self__, *,
1380
+ aggregation: Optional[Mapping[str, 'outputs.ReportConfigAggregationResponse']] = None,
1381
+ configuration: Optional['outputs.ReportConfigDatasetConfigurationResponse'] = None,
1382
+ filter: Optional['outputs.ReportConfigFilterResponse'] = None,
1383
+ granularity: Optional[str] = None,
1384
+ grouping: Optional[Sequence['outputs.ReportConfigGroupingResponse']] = None,
1385
+ sorting: Optional[Sequence['outputs.ReportConfigSortingResponse']] = None):
1386
+ """
1387
+ The definition of data present in the report.
1388
+ :param Mapping[str, 'ReportConfigAggregationResponse'] aggregation: Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.
1389
+ :param 'ReportConfigDatasetConfigurationResponse' configuration: Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.
1390
+ :param 'ReportConfigFilterResponse' filter: Has filter expression to use in the report.
1391
+ :param str granularity: The granularity of rows in the report.
1392
+ :param Sequence['ReportConfigGroupingResponse'] grouping: Array of group by expression to use in the report. Report can have up to 2 group by clauses.
1393
+ :param Sequence['ReportConfigSortingResponse'] sorting: Array of order by expression to use in the report.
1394
+ """
1395
+ if aggregation is not None:
1396
+ pulumi.set(__self__, "aggregation", aggregation)
1397
+ if configuration is not None:
1398
+ pulumi.set(__self__, "configuration", configuration)
1399
+ if filter is not None:
1400
+ pulumi.set(__self__, "filter", filter)
1401
+ if granularity is not None:
1402
+ pulumi.set(__self__, "granularity", granularity)
1403
+ if grouping is not None:
1404
+ pulumi.set(__self__, "grouping", grouping)
1405
+ if sorting is not None:
1406
+ pulumi.set(__self__, "sorting", sorting)
1407
+
1408
+ @property
1409
+ @pulumi.getter
1410
+ def aggregation(self) -> Optional[Mapping[str, 'outputs.ReportConfigAggregationResponse']]:
1411
+ """
1412
+ Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.
1413
+ """
1414
+ return pulumi.get(self, "aggregation")
1415
+
1416
+ @property
1417
+ @pulumi.getter
1418
+ def configuration(self) -> Optional['outputs.ReportConfigDatasetConfigurationResponse']:
1419
+ """
1420
+ Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.
1421
+ """
1422
+ return pulumi.get(self, "configuration")
1423
+
1424
+ @property
1425
+ @pulumi.getter
1426
+ def filter(self) -> Optional['outputs.ReportConfigFilterResponse']:
1427
+ """
1428
+ Has filter expression to use in the report.
1429
+ """
1430
+ return pulumi.get(self, "filter")
1431
+
1432
+ @property
1433
+ @pulumi.getter
1434
+ def granularity(self) -> Optional[str]:
1435
+ """
1436
+ The granularity of rows in the report.
1437
+ """
1438
+ return pulumi.get(self, "granularity")
1439
+
1440
+ @property
1441
+ @pulumi.getter
1442
+ def grouping(self) -> Optional[Sequence['outputs.ReportConfigGroupingResponse']]:
1443
+ """
1444
+ Array of group by expression to use in the report. Report can have up to 2 group by clauses.
1445
+ """
1446
+ return pulumi.get(self, "grouping")
1447
+
1448
+ @property
1449
+ @pulumi.getter
1450
+ def sorting(self) -> Optional[Sequence['outputs.ReportConfigSortingResponse']]:
1451
+ """
1452
+ Array of order by expression to use in the report.
1453
+ """
1454
+ return pulumi.get(self, "sorting")
1455
+
1456
+
1457
+ @pulumi.output_type
1458
+ class ReportConfigFilterResponse(dict):
1459
+ """
1460
+ The filter expression to be used in the report.
1461
+ """
1462
+ @staticmethod
1463
+ def __key_warning(key: str):
1464
+ suggest = None
1465
+ if key == "and":
1466
+ suggest = "and_"
1467
+ elif key == "or":
1468
+ suggest = "or_"
1469
+
1470
+ if suggest:
1471
+ pulumi.log.warn(f"Key '{key}' not found in ReportConfigFilterResponse. Access the value via the '{suggest}' property getter instead.")
1472
+
1473
+ def __getitem__(self, key: str) -> Any:
1474
+ ReportConfigFilterResponse.__key_warning(key)
1475
+ return super().__getitem__(key)
1476
+
1477
+ def get(self, key: str, default = None) -> Any:
1478
+ ReportConfigFilterResponse.__key_warning(key)
1479
+ return super().get(key, default)
1480
+
1481
+ def __init__(__self__, *,
1482
+ and_: Optional[Sequence['outputs.ReportConfigFilterResponse']] = None,
1483
+ dimensions: Optional['outputs.ReportConfigComparisonExpressionResponse'] = None,
1484
+ or_: Optional[Sequence['outputs.ReportConfigFilterResponse']] = None,
1485
+ tags: Optional['outputs.ReportConfigComparisonExpressionResponse'] = None):
1486
+ """
1487
+ The filter expression to be used in the report.
1488
+ :param Sequence['ReportConfigFilterResponse'] and_: The logical "AND" expression. Must have at least 2 items.
1489
+ :param 'ReportConfigComparisonExpressionResponse' dimensions: Has comparison expression for a dimension
1490
+ :param Sequence['ReportConfigFilterResponse'] or_: The logical "OR" expression. Must have at least 2 items.
1491
+ :param 'ReportConfigComparisonExpressionResponse' tags: Has comparison expression for a tag
1492
+ """
1493
+ if and_ is not None:
1494
+ pulumi.set(__self__, "and_", and_)
1495
+ if dimensions is not None:
1496
+ pulumi.set(__self__, "dimensions", dimensions)
1497
+ if or_ is not None:
1498
+ pulumi.set(__self__, "or_", or_)
1499
+ if tags is not None:
1500
+ pulumi.set(__self__, "tags", tags)
1501
+
1502
+ @property
1503
+ @pulumi.getter(name="and")
1504
+ def and_(self) -> Optional[Sequence['outputs.ReportConfigFilterResponse']]:
1505
+ """
1506
+ The logical "AND" expression. Must have at least 2 items.
1507
+ """
1508
+ return pulumi.get(self, "and_")
1509
+
1510
+ @property
1511
+ @pulumi.getter
1512
+ def dimensions(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']:
1513
+ """
1514
+ Has comparison expression for a dimension
1515
+ """
1516
+ return pulumi.get(self, "dimensions")
1517
+
1518
+ @property
1519
+ @pulumi.getter(name="or")
1520
+ def or_(self) -> Optional[Sequence['outputs.ReportConfigFilterResponse']]:
1521
+ """
1522
+ The logical "OR" expression. Must have at least 2 items.
1523
+ """
1524
+ return pulumi.get(self, "or_")
1525
+
1526
+ @property
1527
+ @pulumi.getter
1528
+ def tags(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']:
1529
+ """
1530
+ Has comparison expression for a tag
1531
+ """
1532
+ return pulumi.get(self, "tags")
1533
+
1534
+
1535
+ @pulumi.output_type
1536
+ class ReportConfigGroupingResponse(dict):
1537
+ """
1538
+ The group by expression to be used in the report.
1539
+ """
1540
+ def __init__(__self__, *,
1541
+ name: str,
1542
+ type: str):
1543
+ """
1544
+ The group by expression to be used in the report.
1545
+ :param str name: The name of the column to group. This version supports subscription lowest possible grain.
1546
+ :param str type: Has type of the column to group.
1547
+ """
1548
+ pulumi.set(__self__, "name", name)
1549
+ pulumi.set(__self__, "type", type)
1550
+
1551
+ @property
1552
+ @pulumi.getter
1553
+ def name(self) -> str:
1554
+ """
1555
+ The name of the column to group. This version supports subscription lowest possible grain.
1556
+ """
1557
+ return pulumi.get(self, "name")
1558
+
1559
+ @property
1560
+ @pulumi.getter
1561
+ def type(self) -> str:
1562
+ """
1563
+ Has type of the column to group.
1564
+ """
1565
+ return pulumi.get(self, "type")
1566
+
1567
+
1568
+ @pulumi.output_type
1569
+ class ReportConfigSortingResponse(dict):
1570
+ """
1571
+ The order by expression to be used in the report.
1572
+ """
1573
+ def __init__(__self__, *,
1574
+ name: str,
1575
+ direction: Optional[str] = None):
1576
+ """
1577
+ The order by expression to be used in the report.
1578
+ :param str name: The name of the column to sort.
1579
+ :param str direction: Direction of sort.
1580
+ """
1581
+ pulumi.set(__self__, "name", name)
1582
+ if direction is not None:
1583
+ pulumi.set(__self__, "direction", direction)
1584
+
1585
+ @property
1586
+ @pulumi.getter
1587
+ def name(self) -> str:
1588
+ """
1589
+ The name of the column to sort.
1590
+ """
1591
+ return pulumi.get(self, "name")
1592
+
1593
+ @property
1594
+ @pulumi.getter
1595
+ def direction(self) -> Optional[str]:
1596
+ """
1597
+ Direction of sort.
1598
+ """
1599
+ return pulumi.get(self, "direction")
1600
+
1601
+
1602
+ @pulumi.output_type
1603
+ class ReportConfigTimePeriodResponse(dict):
1604
+ """
1605
+ The start and end date for pulling data for the report.
1606
+ """
1607
+ @staticmethod
1608
+ def __key_warning(key: str):
1609
+ suggest = None
1610
+ if key == "from":
1611
+ suggest = "from_"
1612
+
1613
+ if suggest:
1614
+ pulumi.log.warn(f"Key '{key}' not found in ReportConfigTimePeriodResponse. Access the value via the '{suggest}' property getter instead.")
1615
+
1616
+ def __getitem__(self, key: str) -> Any:
1617
+ ReportConfigTimePeriodResponse.__key_warning(key)
1618
+ return super().__getitem__(key)
1619
+
1620
+ def get(self, key: str, default = None) -> Any:
1621
+ ReportConfigTimePeriodResponse.__key_warning(key)
1622
+ return super().get(key, default)
1623
+
1624
+ def __init__(__self__, *,
1625
+ from_: str,
1626
+ to: str):
1627
+ """
1628
+ The start and end date for pulling data for the report.
1629
+ :param str from_: The start date to pull data from.
1630
+ :param str to: The end date to pull data to.
1631
+ """
1632
+ pulumi.set(__self__, "from_", from_)
1633
+ pulumi.set(__self__, "to", to)
1634
+
1635
+ @property
1636
+ @pulumi.getter(name="from")
1637
+ def from_(self) -> str:
1638
+ """
1639
+ The start date to pull data from.
1640
+ """
1641
+ return pulumi.get(self, "from_")
1642
+
1643
+ @property
1644
+ @pulumi.getter
1645
+ def to(self) -> str:
1646
+ """
1647
+ The end date to pull data to.
1648
+ """
1649
+ return pulumi.get(self, "to")
1650
+
1651
+
1652
+ @pulumi.output_type
1653
+ class SchedulePropertiesResponse(dict):
1654
+ """
1655
+ The properties of the schedule.
1656
+ """
1657
+ @staticmethod
1658
+ def __key_warning(key: str):
1659
+ suggest = None
1660
+ if key == "endDate":
1661
+ suggest = "end_date"
1662
+ elif key == "startDate":
1663
+ suggest = "start_date"
1664
+ elif key == "dayOfMonth":
1665
+ suggest = "day_of_month"
1666
+ elif key == "daysOfWeek":
1667
+ suggest = "days_of_week"
1668
+ elif key == "hourOfDay":
1669
+ suggest = "hour_of_day"
1670
+ elif key == "weeksOfMonth":
1671
+ suggest = "weeks_of_month"
1672
+
1673
+ if suggest:
1674
+ pulumi.log.warn(f"Key '{key}' not found in SchedulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1675
+
1676
+ def __getitem__(self, key: str) -> Any:
1677
+ SchedulePropertiesResponse.__key_warning(key)
1678
+ return super().__getitem__(key)
1679
+
1680
+ def get(self, key: str, default = None) -> Any:
1681
+ SchedulePropertiesResponse.__key_warning(key)
1682
+ return super().get(key, default)
1683
+
1684
+ def __init__(__self__, *,
1685
+ end_date: str,
1686
+ frequency: str,
1687
+ start_date: str,
1688
+ day_of_month: Optional[int] = None,
1689
+ days_of_week: Optional[Sequence[str]] = None,
1690
+ hour_of_day: Optional[int] = None,
1691
+ weeks_of_month: Optional[Sequence[str]] = None):
1692
+ """
1693
+ The properties of the schedule.
1694
+ :param str end_date: The end date and time of the scheduled action (UTC).
1695
+ :param str frequency: Frequency of the schedule.
1696
+ :param str start_date: The start date and time of the scheduled action (UTC).
1697
+ :param int day_of_month: UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek.
1698
+ :param Sequence[str] days_of_week: Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly.
1699
+ :param int hour_of_day: UTC time at which cost analysis data will be emailed.
1700
+ :param Sequence[str] weeks_of_month: Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek.
1701
+ """
1702
+ pulumi.set(__self__, "end_date", end_date)
1703
+ pulumi.set(__self__, "frequency", frequency)
1704
+ pulumi.set(__self__, "start_date", start_date)
1705
+ if day_of_month is not None:
1706
+ pulumi.set(__self__, "day_of_month", day_of_month)
1707
+ if days_of_week is not None:
1708
+ pulumi.set(__self__, "days_of_week", days_of_week)
1709
+ if hour_of_day is not None:
1710
+ pulumi.set(__self__, "hour_of_day", hour_of_day)
1711
+ if weeks_of_month is not None:
1712
+ pulumi.set(__self__, "weeks_of_month", weeks_of_month)
1713
+
1714
+ @property
1715
+ @pulumi.getter(name="endDate")
1716
+ def end_date(self) -> str:
1717
+ """
1718
+ The end date and time of the scheduled action (UTC).
1719
+ """
1720
+ return pulumi.get(self, "end_date")
1721
+
1722
+ @property
1723
+ @pulumi.getter
1724
+ def frequency(self) -> str:
1725
+ """
1726
+ Frequency of the schedule.
1727
+ """
1728
+ return pulumi.get(self, "frequency")
1729
+
1730
+ @property
1731
+ @pulumi.getter(name="startDate")
1732
+ def start_date(self) -> str:
1733
+ """
1734
+ The start date and time of the scheduled action (UTC).
1735
+ """
1736
+ return pulumi.get(self, "start_date")
1737
+
1738
+ @property
1739
+ @pulumi.getter(name="dayOfMonth")
1740
+ def day_of_month(self) -> Optional[int]:
1741
+ """
1742
+ UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek.
1743
+ """
1744
+ return pulumi.get(self, "day_of_month")
1745
+
1746
+ @property
1747
+ @pulumi.getter(name="daysOfWeek")
1748
+ def days_of_week(self) -> Optional[Sequence[str]]:
1749
+ """
1750
+ Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly.
1751
+ """
1752
+ return pulumi.get(self, "days_of_week")
1753
+
1754
+ @property
1755
+ @pulumi.getter(name="hourOfDay")
1756
+ def hour_of_day(self) -> Optional[int]:
1757
+ """
1758
+ UTC time at which cost analysis data will be emailed.
1759
+ """
1760
+ return pulumi.get(self, "hour_of_day")
1761
+
1762
+ @property
1763
+ @pulumi.getter(name="weeksOfMonth")
1764
+ def weeks_of_month(self) -> Optional[Sequence[str]]:
1765
+ """
1766
+ Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek.
1767
+ """
1768
+ return pulumi.get(self, "weeks_of_month")
1769
+
1770
+
1771
+ @pulumi.output_type
1772
+ class SystemAssignedServiceIdentityResponse(dict):
1773
+ """
1774
+ Managed service identity (either system assigned, or none)
1775
+ """
1776
+ @staticmethod
1777
+ def __key_warning(key: str):
1778
+ suggest = None
1779
+ if key == "principalId":
1780
+ suggest = "principal_id"
1781
+ elif key == "tenantId":
1782
+ suggest = "tenant_id"
1783
+
1784
+ if suggest:
1785
+ pulumi.log.warn(f"Key '{key}' not found in SystemAssignedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1786
+
1787
+ def __getitem__(self, key: str) -> Any:
1788
+ SystemAssignedServiceIdentityResponse.__key_warning(key)
1789
+ return super().__getitem__(key)
1790
+
1791
+ def get(self, key: str, default = None) -> Any:
1792
+ SystemAssignedServiceIdentityResponse.__key_warning(key)
1793
+ return super().get(key, default)
1794
+
1795
+ def __init__(__self__, *,
1796
+ principal_id: str,
1797
+ tenant_id: str,
1798
+ type: str):
1799
+ """
1800
+ Managed service identity (either system assigned, or none)
1801
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1802
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1803
+ :param str type: Type of managed service identity (either system assigned, or none).
1804
+ """
1805
+ pulumi.set(__self__, "principal_id", principal_id)
1806
+ pulumi.set(__self__, "tenant_id", tenant_id)
1807
+ pulumi.set(__self__, "type", type)
1808
+
1809
+ @property
1810
+ @pulumi.getter(name="principalId")
1811
+ def principal_id(self) -> str:
1812
+ """
1813
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1814
+ """
1815
+ return pulumi.get(self, "principal_id")
1816
+
1817
+ @property
1818
+ @pulumi.getter(name="tenantId")
1819
+ def tenant_id(self) -> str:
1820
+ """
1821
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1822
+ """
1823
+ return pulumi.get(self, "tenant_id")
1824
+
1825
+ @property
1826
+ @pulumi.getter
1827
+ def type(self) -> str:
1828
+ """
1829
+ Type of managed service identity (either system assigned, or none).
1830
+ """
1831
+ return pulumi.get(self, "type")
1832
+
1833
+
1834
+ @pulumi.output_type
1835
+ class SystemDataResponse(dict):
1836
+ """
1837
+ Metadata pertaining to creation and last modification of the resource.
1838
+ """
1839
+ @staticmethod
1840
+ def __key_warning(key: str):
1841
+ suggest = None
1842
+ if key == "createdAt":
1843
+ suggest = "created_at"
1844
+ elif key == "createdBy":
1845
+ suggest = "created_by"
1846
+ elif key == "createdByType":
1847
+ suggest = "created_by_type"
1848
+ elif key == "lastModifiedAt":
1849
+ suggest = "last_modified_at"
1850
+ elif key == "lastModifiedBy":
1851
+ suggest = "last_modified_by"
1852
+ elif key == "lastModifiedByType":
1853
+ suggest = "last_modified_by_type"
1854
+
1855
+ if suggest:
1856
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1857
+
1858
+ def __getitem__(self, key: str) -> Any:
1859
+ SystemDataResponse.__key_warning(key)
1860
+ return super().__getitem__(key)
1861
+
1862
+ def get(self, key: str, default = None) -> Any:
1863
+ SystemDataResponse.__key_warning(key)
1864
+ return super().get(key, default)
1865
+
1866
+ def __init__(__self__, *,
1867
+ created_at: Optional[str] = None,
1868
+ created_by: Optional[str] = None,
1869
+ created_by_type: Optional[str] = None,
1870
+ last_modified_at: Optional[str] = None,
1871
+ last_modified_by: Optional[str] = None,
1872
+ last_modified_by_type: Optional[str] = None):
1873
+ """
1874
+ Metadata pertaining to creation and last modification of the resource.
1875
+ :param str created_at: The timestamp of resource creation (UTC).
1876
+ :param str created_by: The identity that created the resource.
1877
+ :param str created_by_type: The type of identity that created the resource.
1878
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1879
+ :param str last_modified_by: The identity that last modified the resource.
1880
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1881
+ """
1882
+ if created_at is not None:
1883
+ pulumi.set(__self__, "created_at", created_at)
1884
+ if created_by is not None:
1885
+ pulumi.set(__self__, "created_by", created_by)
1886
+ if created_by_type is not None:
1887
+ pulumi.set(__self__, "created_by_type", created_by_type)
1888
+ if last_modified_at is not None:
1889
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1890
+ if last_modified_by is not None:
1891
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1892
+ if last_modified_by_type is not None:
1893
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1894
+
1895
+ @property
1896
+ @pulumi.getter(name="createdAt")
1897
+ def created_at(self) -> Optional[str]:
1898
+ """
1899
+ The timestamp of resource creation (UTC).
1900
+ """
1901
+ return pulumi.get(self, "created_at")
1902
+
1903
+ @property
1904
+ @pulumi.getter(name="createdBy")
1905
+ def created_by(self) -> Optional[str]:
1906
+ """
1907
+ The identity that created the resource.
1908
+ """
1909
+ return pulumi.get(self, "created_by")
1910
+
1911
+ @property
1912
+ @pulumi.getter(name="createdByType")
1913
+ def created_by_type(self) -> Optional[str]:
1914
+ """
1915
+ The type of identity that created the resource.
1916
+ """
1917
+ return pulumi.get(self, "created_by_type")
1918
+
1919
+ @property
1920
+ @pulumi.getter(name="lastModifiedAt")
1921
+ def last_modified_at(self) -> Optional[str]:
1922
+ """
1923
+ The timestamp of resource last modification (UTC)
1924
+ """
1925
+ return pulumi.get(self, "last_modified_at")
1926
+
1927
+ @property
1928
+ @pulumi.getter(name="lastModifiedBy")
1929
+ def last_modified_by(self) -> Optional[str]:
1930
+ """
1931
+ The identity that last modified the resource.
1932
+ """
1933
+ return pulumi.get(self, "last_modified_by")
1934
+
1935
+ @property
1936
+ @pulumi.getter(name="lastModifiedByType")
1937
+ def last_modified_by_type(self) -> Optional[str]:
1938
+ """
1939
+ The type of identity that last modified the resource.
1940
+ """
1941
+ return pulumi.get(self, "last_modified_by_type")
1942
+
1943
+