pulumi-azure-native 3.6.0a1751063629__py3-none-any.whl → 3.6.1__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 (1707) hide show
  1. pulumi_azure_native/__init__.py +97 -29
  2. pulumi_azure_native/aad/domain_service.py +5 -1
  3. pulumi_azure_native/aad/get_domain_service.py +4 -0
  4. pulumi_azure_native/aad/get_ou_container.py +4 -0
  5. pulumi_azure_native/aad/ou_container.py +5 -1
  6. pulumi_azure_native/advisor/assessment.py +3 -3
  7. pulumi_azure_native/advisor/get_assessment.py +2 -2
  8. pulumi_azure_native/advisor/get_suppression.py +2 -2
  9. pulumi_azure_native/advisor/suppression.py +3 -3
  10. pulumi_azure_native/app/_enums.py +15 -13
  11. pulumi_azure_native/app/_inputs.py +616 -343
  12. pulumi_azure_native/app/certificate.py +4 -4
  13. pulumi_azure_native/app/connected_environment.py +4 -4
  14. pulumi_azure_native/app/connected_environments_certificate.py +4 -4
  15. pulumi_azure_native/app/connected_environments_dapr_component.py +4 -4
  16. pulumi_azure_native/app/connected_environments_storage.py +4 -4
  17. pulumi_azure_native/app/container_app.py +14 -4
  18. pulumi_azure_native/app/container_apps_auth_config.py +4 -4
  19. pulumi_azure_native/app/container_apps_session_pool.py +4 -4
  20. pulumi_azure_native/app/container_apps_source_control.py +4 -4
  21. pulumi_azure_native/app/dapr_component.py +4 -4
  22. pulumi_azure_native/app/get_certificate.py +5 -5
  23. pulumi_azure_native/app/get_connected_environment.py +5 -5
  24. pulumi_azure_native/app/get_connected_environments_certificate.py +5 -5
  25. pulumi_azure_native/app/get_connected_environments_dapr_component.py +5 -5
  26. pulumi_azure_native/app/get_connected_environments_storage.py +5 -5
  27. pulumi_azure_native/app/get_container_app.py +20 -6
  28. pulumi_azure_native/app/get_container_app_auth_token.py +5 -5
  29. pulumi_azure_native/app/get_container_apps_auth_config.py +5 -5
  30. pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
  31. pulumi_azure_native/app/get_container_apps_source_control.py +5 -5
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
  33. pulumi_azure_native/app/get_dapr_component.py +5 -5
  34. pulumi_azure_native/app/get_java_component.py +4 -4
  35. pulumi_azure_native/app/get_job.py +5 -5
  36. pulumi_azure_native/app/get_managed_certificate.py +5 -5
  37. pulumi_azure_native/app/get_managed_environment.py +20 -6
  38. pulumi_azure_native/app/get_managed_environment_auth_token.py +5 -5
  39. pulumi_azure_native/app/get_managed_environments_storage.py +5 -5
  40. pulumi_azure_native/app/java_component.py +11 -11
  41. pulumi_azure_native/app/job.py +4 -4
  42. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
  43. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
  44. pulumi_azure_native/app/list_container_app_secrets.py +4 -4
  45. pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
  46. pulumi_azure_native/app/list_job_secrets.py +4 -4
  47. pulumi_azure_native/app/managed_certificate.py +4 -4
  48. pulumi_azure_native/app/managed_environment.py +34 -4
  49. pulumi_azure_native/app/managed_environments_storage.py +4 -4
  50. pulumi_azure_native/app/outputs.py +460 -293
  51. pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
  52. pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
  53. pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
  54. pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
  55. pulumi_azure_native/appconfiguration/get_replica.py +2 -2
  56. pulumi_azure_native/appconfiguration/key_value.py +3 -3
  57. pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
  58. pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/appconfiguration/replica.py +3 -3
  60. pulumi_azure_native/azuredatatransfer/__init__.py +1 -0
  61. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  62. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  63. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  64. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  65. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
  66. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
  67. pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
  68. pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
  69. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  70. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  71. pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +102 -0
  72. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  73. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  74. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  75. pulumi_azure_native/azuredatatransfer/outputs.py +347 -4
  76. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  77. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  78. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  79. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  80. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  81. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  82. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  83. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  84. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  85. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  86. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  87. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  88. pulumi_azure_native/azurestackhci/guest_agent.py +3 -3
  89. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  90. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  91. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  92. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  93. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  94. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  95. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  96. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  97. pulumi_azure_native/botservice/_inputs.py +62 -59
  98. pulumi_azure_native/botservice/bot.py +24 -14
  99. pulumi_azure_native/botservice/bot_connection.py +15 -5
  100. pulumi_azure_native/botservice/channel.py +24 -14
  101. pulumi_azure_native/botservice/get_bot.py +23 -9
  102. pulumi_azure_native/botservice/get_bot_connection.py +20 -6
  103. pulumi_azure_native/botservice/get_channel.py +23 -9
  104. pulumi_azure_native/botservice/get_private_endpoint_connection.py +17 -3
  105. pulumi_azure_native/botservice/list_bot_connection_with_secrets.py +20 -6
  106. pulumi_azure_native/botservice/list_channel_with_keys.py +23 -9
  107. pulumi_azure_native/botservice/outputs.py +354 -201
  108. pulumi_azure_native/botservice/private_endpoint_connection.py +13 -3
  109. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  110. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  111. pulumi_azure_native/cdn/afd_origin.py +3 -3
  112. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  113. pulumi_azure_native/cdn/custom_domain.py +3 -3
  114. pulumi_azure_native/cdn/endpoint.py +3 -3
  115. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  116. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  117. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  118. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  119. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  120. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  121. pulumi_azure_native/cdn/get_origin.py +2 -2
  122. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  123. pulumi_azure_native/cdn/get_policy.py +2 -2
  124. pulumi_azure_native/cdn/get_profile.py +2 -2
  125. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  126. pulumi_azure_native/cdn/get_route.py +2 -2
  127. pulumi_azure_native/cdn/get_rule.py +2 -2
  128. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  129. pulumi_azure_native/cdn/get_secret.py +2 -2
  130. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  131. pulumi_azure_native/cdn/origin.py +3 -3
  132. pulumi_azure_native/cdn/origin_group.py +3 -3
  133. pulumi_azure_native/cdn/policy.py +3 -3
  134. pulumi_azure_native/cdn/profile.py +3 -3
  135. pulumi_azure_native/cdn/route.py +3 -3
  136. pulumi_azure_native/cdn/rule.py +3 -3
  137. pulumi_azure_native/cdn/rule_set.py +3 -3
  138. pulumi_azure_native/cdn/secret.py +3 -3
  139. pulumi_azure_native/cdn/security_policy.py +3 -3
  140. pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
  141. pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
  142. pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
  143. pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
  144. pulumi_azure_native/cloudhealth/__init__.py +23 -0
  145. pulumi_azure_native/cloudhealth/_enums.py +244 -0
  146. pulumi_azure_native/cloudhealth/_inputs.py +2241 -0
  147. pulumi_azure_native/cloudhealth/authentication_setting.py +236 -0
  148. pulumi_azure_native/cloudhealth/discovery_rule.py +237 -0
  149. pulumi_azure_native/cloudhealth/entity.py +237 -0
  150. pulumi_azure_native/cloudhealth/get_authentication_setting.py +168 -0
  151. pulumi_azure_native/cloudhealth/get_discovery_rule.py +168 -0
  152. pulumi_azure_native/cloudhealth/get_entity.py +168 -0
  153. pulumi_azure_native/cloudhealth/get_health_model.py +204 -0
  154. pulumi_azure_native/cloudhealth/get_relationship.py +168 -0
  155. pulumi_azure_native/cloudhealth/get_signal_definition.py +168 -0
  156. pulumi_azure_native/cloudhealth/health_model.py +303 -0
  157. pulumi_azure_native/cloudhealth/outputs.py +2267 -0
  158. pulumi_azure_native/cloudhealth/relationship.py +236 -0
  159. pulumi_azure_native/cloudhealth/signal_definition.py +237 -0
  160. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  161. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  162. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  163. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  164. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  165. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  166. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  167. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  168. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  169. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  170. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  171. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  172. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  173. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  174. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  175. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  176. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  177. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  178. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  179. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  180. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  181. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  182. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  183. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  184. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  185. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  186. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  187. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  188. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  189. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  190. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  191. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  192. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  193. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  194. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  195. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  196. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  197. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  198. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  199. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  200. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  201. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  202. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  203. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  204. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  205. pulumi_azure_native/cognitiveservices/account.py +3 -3
  206. pulumi_azure_native/cognitiveservices/account_capability_host.py +5 -1
  207. pulumi_azure_native/cognitiveservices/account_connection.py +5 -1
  208. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  209. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  210. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  211. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  212. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  213. pulumi_azure_native/cognitiveservices/get_account_capability_host.py +4 -0
  214. pulumi_azure_native/cognitiveservices/get_account_connection.py +4 -0
  215. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  216. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  217. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  218. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  219. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  220. pulumi_azure_native/cognitiveservices/get_project.py +4 -0
  221. pulumi_azure_native/cognitiveservices/get_project_capability_host.py +4 -0
  222. pulumi_azure_native/cognitiveservices/get_project_connection.py +4 -0
  223. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  224. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  225. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  226. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  227. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  228. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  229. pulumi_azure_native/cognitiveservices/project.py +5 -1
  230. pulumi_azure_native/cognitiveservices/project_capability_host.py +5 -1
  231. pulumi_azure_native/cognitiveservices/project_connection.py +5 -1
  232. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  233. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  234. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  235. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  236. pulumi_azure_native/communication/communication_service.py +3 -3
  237. pulumi_azure_native/communication/domain.py +3 -3
  238. pulumi_azure_native/communication/email_service.py +3 -3
  239. pulumi_azure_native/communication/get_communication_service.py +2 -2
  240. pulumi_azure_native/communication/get_domain.py +2 -2
  241. pulumi_azure_native/communication/get_email_service.py +2 -2
  242. pulumi_azure_native/communication/get_sender_username.py +2 -2
  243. pulumi_azure_native/communication/get_smtp_username.py +4 -0
  244. pulumi_azure_native/communication/get_suppression_list.py +2 -2
  245. pulumi_azure_native/communication/get_suppression_list_address.py +2 -2
  246. pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
  247. pulumi_azure_native/communication/sender_username.py +3 -3
  248. pulumi_azure_native/communication/smtp_username.py +5 -1
  249. pulumi_azure_native/communication/suppression_list.py +3 -3
  250. pulumi_azure_native/communication/suppression_list_address.py +3 -3
  251. pulumi_azure_native/compute/_enums.py +12 -12
  252. pulumi_azure_native/compute/_inputs.py +135 -128
  253. pulumi_azure_native/compute/availability_set.py +23 -13
  254. pulumi_azure_native/compute/capacity_reservation.py +27 -17
  255. pulumi_azure_native/compute/capacity_reservation_group.py +27 -17
  256. pulumi_azure_native/compute/dedicated_host.py +26 -16
  257. pulumi_azure_native/compute/dedicated_host_group.py +28 -18
  258. pulumi_azure_native/compute/disk.py +34 -24
  259. pulumi_azure_native/compute/disk_access.py +26 -16
  260. pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +18 -8
  261. pulumi_azure_native/compute/disk_encryption_set.py +26 -16
  262. pulumi_azure_native/compute/gallery.py +26 -16
  263. pulumi_azure_native/compute/gallery_application.py +29 -19
  264. pulumi_azure_native/compute/gallery_application_version.py +32 -22
  265. pulumi_azure_native/compute/gallery_image.py +29 -19
  266. pulumi_azure_native/compute/gallery_image_version.py +32 -22
  267. pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +29 -19
  268. pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +32 -22
  269. pulumi_azure_native/compute/get_availability_set.py +22 -8
  270. pulumi_azure_native/compute/get_capacity_reservation.py +23 -9
  271. pulumi_azure_native/compute/get_capacity_reservation_group.py +23 -9
  272. pulumi_azure_native/compute/get_dedicated_host.py +22 -8
  273. pulumi_azure_native/compute/get_dedicated_host_group.py +24 -10
  274. pulumi_azure_native/compute/get_disk.py +25 -11
  275. pulumi_azure_native/compute/get_disk_access.py +24 -10
  276. pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +22 -8
  277. pulumi_azure_native/compute/get_disk_encryption_set.py +24 -10
  278. pulumi_azure_native/compute/get_gallery.py +22 -8
  279. pulumi_azure_native/compute/get_gallery_application.py +24 -10
  280. pulumi_azure_native/compute/get_gallery_application_version.py +26 -12
  281. pulumi_azure_native/compute/get_gallery_image.py +24 -10
  282. pulumi_azure_native/compute/get_gallery_image_version.py +26 -12
  283. pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +24 -10
  284. pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +26 -12
  285. pulumi_azure_native/compute/get_image.py +22 -8
  286. pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
  287. pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
  288. pulumi_azure_native/compute/get_proximity_placement_group.py +24 -10
  289. pulumi_azure_native/compute/get_restore_point.py +20 -6
  290. pulumi_azure_native/compute/get_restore_point_collection.py +22 -8
  291. pulumi_azure_native/compute/get_snapshot.py +25 -11
  292. pulumi_azure_native/compute/get_ssh_public_key.py +23 -8
  293. pulumi_azure_native/compute/get_virtual_machine.py +23 -9
  294. pulumi_azure_native/compute/get_virtual_machine_extension.py +25 -11
  295. pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +31 -17
  296. pulumi_azure_native/compute/get_virtual_machine_scale_set.py +23 -9
  297. pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +5 -5
  298. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +24 -10
  299. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +3 -3
  300. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +33 -19
  301. pulumi_azure_native/compute/image.py +23 -13
  302. pulumi_azure_native/compute/outputs.py +269 -169
  303. pulumi_azure_native/compute/proximity_placement_group.py +28 -18
  304. pulumi_azure_native/compute/restore_point.py +15 -5
  305. pulumi_azure_native/compute/restore_point_collection.py +23 -13
  306. pulumi_azure_native/compute/snapshot.py +34 -24
  307. pulumi_azure_native/compute/ssh_public_key.py +24 -13
  308. pulumi_azure_native/compute/virtual_machine.py +27 -17
  309. pulumi_azure_native/compute/virtual_machine_extension.py +27 -17
  310. pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +46 -44
  311. pulumi_azure_native/compute/virtual_machine_scale_set.py +30 -20
  312. pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +10 -10
  313. pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +26 -16
  314. pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +4 -4
  315. pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +49 -47
  316. pulumi_azure_native/computeschedule/__init__.py +13 -0
  317. pulumi_azure_native/computeschedule/_enums.py +210 -0
  318. pulumi_azure_native/computeschedule/_inputs.py +544 -0
  319. pulumi_azure_native/computeschedule/get_scheduled_action.py +190 -0
  320. pulumi_azure_native/computeschedule/outputs.py +553 -0
  321. pulumi_azure_native/computeschedule/scheduled_action.py +274 -0
  322. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  323. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  324. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  325. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  326. pulumi_azure_native/confluent/_inputs.py +6 -6
  327. pulumi_azure_native/confluent/get_connector.py +2 -2
  328. pulumi_azure_native/confluent/get_organization.py +11 -11
  329. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +23 -9
  330. pulumi_azure_native/confluent/get_organization_environment_by_id.py +23 -9
  331. pulumi_azure_native/confluent/get_topic.py +20 -6
  332. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  333. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  334. pulumi_azure_native/confluent/list_access_invitations.py +4 -4
  335. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  336. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  337. pulumi_azure_native/confluent/list_access_service_accounts.py +4 -4
  338. pulumi_azure_native/confluent/list_access_users.py +4 -4
  339. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  340. pulumi_azure_native/confluent/organization.py +15 -15
  341. pulumi_azure_native/confluent/organization_cluster_by_id.py +17 -65
  342. pulumi_azure_native/confluent/organization_environment_by_id.py +17 -65
  343. pulumi_azure_native/confluent/outputs.py +6 -6
  344. pulumi_azure_native/confluent/topic.py +12 -2
  345. pulumi_azure_native/connectedcache/__init__.py +5 -0
  346. pulumi_azure_native/connectedcache/_inputs.py +6 -6
  347. pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +5 -1
  348. pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +5 -1
  349. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +4 -0
  350. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
  351. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +4 -0
  352. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
  353. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_tls_certificate_history.py +182 -0
  354. pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +4 -0
  355. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +4 -0
  356. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +4 -0
  357. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
  358. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +4 -0
  359. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
  360. pulumi_azure_native/connectedcache/get_isp_customer.py +4 -0
  361. pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +5 -1
  362. pulumi_azure_native/connectedcache/isp_customer.py +5 -1
  363. pulumi_azure_native/connectedcache/outputs.py +508 -4
  364. pulumi_azure_native/containerregistry/archife.py +3 -3
  365. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  366. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  367. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  368. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  369. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  370. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  371. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  372. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  373. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  374. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  375. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  376. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  377. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  378. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  379. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  380. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  381. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  382. pulumi_azure_native/containerregistry/get_token.py +2 -2
  383. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  384. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  385. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  386. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  387. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  388. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  389. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  390. pulumi_azure_native/containerregistry/registry.py +3 -3
  391. pulumi_azure_native/containerregistry/replication.py +3 -3
  392. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  393. pulumi_azure_native/containerregistry/token.py +3 -3
  394. pulumi_azure_native/containerregistry/webhook.py +3 -3
  395. pulumi_azure_native/containerservice/__init__.py +5 -0
  396. pulumi_azure_native/containerservice/_enums.py +16 -0
  397. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  398. pulumi_azure_native/containerservice/deployment_safeguard.py +259 -0
  399. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  400. pulumi_azure_native/containerservice/get_deployment_safeguard.py +216 -0
  401. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  402. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  403. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  404. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  405. pulumi_azure_native/containerservice/get_managed_namespace.py +214 -0
  406. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  407. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  408. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  409. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  410. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  411. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  412. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +102 -0
  413. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  414. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  415. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  416. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  417. pulumi_azure_native/containerservice/managed_namespace.py +309 -0
  418. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  419. pulumi_azure_native/containerservice/snapshot.py +3 -3
  420. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  421. pulumi_azure_native/cosmosdb/_inputs.py +58 -0
  422. pulumi_azure_native/cosmosdb/fleetspace_account.py +31 -59
  423. pulumi_azure_native/cosmosdb/get_fleetspace_account.py +15 -29
  424. pulumi_azure_native/cosmosdb/outputs.py +55 -0
  425. pulumi_azure_native/dashboard/__init__.py +2 -0
  426. pulumi_azure_native/dashboard/dashboard.py +253 -0
  427. pulumi_azure_native/{media/get_track.py → dashboard/get_dashboard.py} +67 -55
  428. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  429. pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
  430. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  431. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  432. pulumi_azure_native/dashboard/grafana.py +3 -3
  433. pulumi_azure_native/dashboard/integration_fabric.py +3 -3
  434. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  435. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  436. pulumi_azure_native/datafactory/_inputs.py +392 -54
  437. pulumi_azure_native/datafactory/outputs.py +262 -22
  438. pulumi_azure_native/datafactory/pipeline.py +7 -7
  439. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  440. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  441. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  442. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  443. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  444. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  445. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  446. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  447. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  448. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  449. pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
  450. pulumi_azure_native/dbformysql/configuration.py +3 -3
  451. pulumi_azure_native/dbformysql/database.py +3 -3
  452. pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
  453. pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
  454. pulumi_azure_native/dbformysql/get_configuration.py +2 -2
  455. pulumi_azure_native/dbformysql/get_database.py +2 -2
  456. pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
  457. pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
  458. pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
  459. pulumi_azure_native/dbformysql/get_server.py +2 -2
  460. pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
  461. pulumi_azure_native/dbformysql/server.py +3 -3
  462. pulumi_azure_native/dbforpostgresql/_enums.py +27 -27
  463. pulumi_azure_native/dbforpostgresql/_inputs.py +150 -150
  464. pulumi_azure_native/dbforpostgresql/administrator.py +18 -18
  465. pulumi_azure_native/dbforpostgresql/backup.py +8 -8
  466. pulumi_azure_native/dbforpostgresql/configuration.py +22 -22
  467. pulumi_azure_native/dbforpostgresql/database.py +11 -11
  468. pulumi_azure_native/dbforpostgresql/firewall_rule.py +13 -13
  469. pulumi_azure_native/dbforpostgresql/get_administrator.py +9 -9
  470. pulumi_azure_native/dbforpostgresql/get_backup.py +8 -8
  471. pulumi_azure_native/dbforpostgresql/get_configuration.py +16 -16
  472. pulumi_azure_native/dbforpostgresql/get_database.py +6 -6
  473. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +7 -7
  474. pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +3 -3
  475. pulumi_azure_native/dbforpostgresql/get_migration.py +35 -35
  476. pulumi_azure_native/dbforpostgresql/get_server.py +23 -23
  477. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +8 -8
  478. pulumi_azure_native/dbforpostgresql/migration.py +98 -98
  479. pulumi_azure_native/dbforpostgresql/outputs.py +196 -196
  480. pulumi_azure_native/dbforpostgresql/server.py +76 -76
  481. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +14 -14
  482. pulumi_azure_native/dependencymap/discovery_source.py +5 -1
  483. pulumi_azure_native/dependencymap/get_discovery_source.py +4 -0
  484. pulumi_azure_native/dependencymap/get_map.py +4 -0
  485. pulumi_azure_native/dependencymap/map.py +5 -1
  486. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  487. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  488. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  489. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  490. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  491. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  492. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  493. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  494. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  495. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  496. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  497. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  498. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  499. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  500. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  501. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  502. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
  503. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  504. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  505. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  506. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  507. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  508. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  509. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  510. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  511. pulumi_azure_native/devcenter/catalog.py +3 -3
  512. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  513. pulumi_azure_native/devcenter/dev_center.py +3 -3
  514. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  515. pulumi_azure_native/devcenter/environment_type.py +3 -3
  516. pulumi_azure_native/devcenter/gallery.py +3 -3
  517. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  518. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  519. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  520. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  521. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  522. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  523. pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +4 -0
  524. pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +4 -0
  525. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  526. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  527. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  528. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  529. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  530. pulumi_azure_native/devcenter/get_pool.py +2 -2
  531. pulumi_azure_native/devcenter/get_project.py +2 -2
  532. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  533. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  534. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
  535. pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +2 -2
  536. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  537. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  538. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  539. pulumi_azure_native/devcenter/get_project_policy.py +2 -2
  540. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  541. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  542. pulumi_azure_native/devcenter/network_connection.py +3 -3
  543. pulumi_azure_native/devcenter/pool.py +3 -3
  544. pulumi_azure_native/devcenter/project.py +3 -3
  545. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  546. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  547. pulumi_azure_native/devcenter/project_policy.py +3 -3
  548. pulumi_azure_native/devcenter/schedule.py +3 -3
  549. pulumi_azure_native/deviceregistry/__init__.py +10 -0
  550. pulumi_azure_native/deviceregistry/_enums.py +108 -0
  551. pulumi_azure_native/deviceregistry/_inputs.py +3328 -95
  552. pulumi_azure_native/deviceregistry/asset.py +3 -3
  553. pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
  554. pulumi_azure_native/deviceregistry/get_asset.py +2 -2
  555. pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
  556. pulumi_azure_native/deviceregistry/get_namespace.py +232 -0
  557. pulumi_azure_native/deviceregistry/get_namespace_asset.py +644 -0
  558. pulumi_azure_native/deviceregistry/get_namespace_device.py +406 -0
  559. pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +546 -0
  560. pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +336 -0
  561. pulumi_azure_native/deviceregistry/get_schema.py +4 -0
  562. pulumi_azure_native/deviceregistry/get_schema_registry.py +4 -0
  563. pulumi_azure_native/deviceregistry/get_schema_version.py +4 -0
  564. pulumi_azure_native/deviceregistry/namespace.py +323 -0
  565. pulumi_azure_native/deviceregistry/namespace_asset.py +1130 -0
  566. pulumi_azure_native/deviceregistry/namespace_device.py +620 -0
  567. pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +1005 -0
  568. pulumi_azure_native/deviceregistry/namespace_discovered_device.py +569 -0
  569. pulumi_azure_native/deviceregistry/outputs.py +3209 -79
  570. pulumi_azure_native/deviceregistry/schema.py +5 -1
  571. pulumi_azure_native/deviceregistry/schema_registry.py +5 -1
  572. pulumi_azure_native/deviceregistry/schema_version.py +5 -1
  573. pulumi_azure_native/devtestlab/_enums.py +2 -2
  574. pulumi_azure_native/devtestlab/artifact_source.py +6 -6
  575. pulumi_azure_native/devtestlab/custom_image.py +6 -6
  576. pulumi_azure_native/devtestlab/disk.py +6 -6
  577. pulumi_azure_native/devtestlab/environment.py +6 -6
  578. pulumi_azure_native/devtestlab/formula.py +6 -6
  579. pulumi_azure_native/devtestlab/get_artifact_source.py +4 -4
  580. pulumi_azure_native/devtestlab/get_custom_image.py +4 -4
  581. pulumi_azure_native/devtestlab/get_disk.py +4 -4
  582. pulumi_azure_native/devtestlab/get_environment.py +4 -4
  583. pulumi_azure_native/devtestlab/get_formula.py +4 -4
  584. pulumi_azure_native/devtestlab/get_global_schedule.py +4 -4
  585. pulumi_azure_native/devtestlab/get_lab.py +4 -4
  586. pulumi_azure_native/devtestlab/get_notification_channel.py +4 -4
  587. pulumi_azure_native/devtestlab/get_policy.py +8 -8
  588. pulumi_azure_native/devtestlab/get_schedule.py +6 -6
  589. pulumi_azure_native/devtestlab/get_secret.py +4 -4
  590. pulumi_azure_native/devtestlab/get_service_fabric.py +4 -4
  591. pulumi_azure_native/devtestlab/get_service_fabric_schedule.py +10 -10
  592. pulumi_azure_native/devtestlab/get_service_runner.py +4 -4
  593. pulumi_azure_native/devtestlab/get_user.py +4 -4
  594. pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -4
  595. pulumi_azure_native/devtestlab/get_virtual_machine_rdp_file_contents.py +4 -4
  596. pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +8 -8
  597. pulumi_azure_native/devtestlab/get_virtual_network.py +4 -4
  598. pulumi_azure_native/devtestlab/global_schedule.py +6 -6
  599. pulumi_azure_native/devtestlab/lab.py +11 -11
  600. pulumi_azure_native/devtestlab/list_lab_vhds.py +5 -5
  601. pulumi_azure_native/devtestlab/list_schedule_applicable.py +9 -9
  602. pulumi_azure_native/devtestlab/list_service_fabric_applicable_schedules.py +4 -4
  603. pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -4
  604. pulumi_azure_native/devtestlab/notification_channel.py +6 -6
  605. pulumi_azure_native/devtestlab/policy.py +12 -12
  606. pulumi_azure_native/devtestlab/schedule.py +9 -9
  607. pulumi_azure_native/devtestlab/secret.py +6 -6
  608. pulumi_azure_native/devtestlab/service_fabric.py +6 -6
  609. pulumi_azure_native/devtestlab/service_fabric_schedule.py +15 -15
  610. pulumi_azure_native/devtestlab/service_runner.py +6 -6
  611. pulumi_azure_native/devtestlab/user.py +6 -6
  612. pulumi_azure_native/devtestlab/virtual_machine.py +6 -6
  613. pulumi_azure_native/devtestlab/virtual_machine_schedule.py +12 -12
  614. pulumi_azure_native/devtestlab/virtual_network.py +6 -6
  615. pulumi_azure_native/dns/dnssec_config.py +3 -3
  616. pulumi_azure_native/dns/get_dnssec_config.py +4 -4
  617. pulumi_azure_native/dns/get_record_set.py +18 -4
  618. pulumi_azure_native/dns/get_zone.py +5 -5
  619. pulumi_azure_native/dns/outputs.py +2 -2
  620. pulumi_azure_native/dns/record_set.py +12 -2
  621. pulumi_azure_native/dns/zone.py +7 -7
  622. pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
  623. pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
  624. pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +5 -1
  625. pulumi_azure_native/dnsresolver/dns_resolver_policy.py +5 -1
  626. pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +5 -1
  627. pulumi_azure_native/dnsresolver/dns_security_rule.py +5 -1
  628. pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
  629. pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
  630. pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
  631. pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +4 -0
  632. pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +4 -0
  633. pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +4 -0
  634. pulumi_azure_native/dnsresolver/get_dns_security_rule.py +4 -0
  635. pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
  636. pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
  637. pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
  638. pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
  639. pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
  640. pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
  641. pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
  642. pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +4 -0
  643. pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
  644. pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
  645. pulumi_azure_native/domainregistration/domain.py +3 -3
  646. pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
  647. pulumi_azure_native/domainregistration/get_domain.py +2 -2
  648. pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
  649. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  650. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  651. pulumi_azure_native/edge/__init__.py +41 -0
  652. pulumi_azure_native/edge/_enums.py +94 -0
  653. pulumi_azure_native/edge/_inputs.py +1501 -149
  654. pulumi_azure_native/edge/config_template.py +283 -0
  655. pulumi_azure_native/edge/configuration.py +253 -0
  656. pulumi_azure_native/edge/configuration_reference.py +215 -0
  657. pulumi_azure_native/edge/context.py +274 -0
  658. pulumi_azure_native/edge/diagnostic.py +294 -0
  659. pulumi_azure_native/edge/dynamic_configuration.py +236 -0
  660. pulumi_azure_native/edge/dynamic_configuration_version.py +257 -0
  661. pulumi_azure_native/edge/dynamic_schema.py +226 -0
  662. pulumi_azure_native/edge/dynamic_schema_version.py +267 -0
  663. pulumi_azure_native/edge/execution.py +318 -0
  664. pulumi_azure_native/edge/get_config_template.py +204 -0
  665. pulumi_azure_native/edge/get_configuration.py +190 -0
  666. pulumi_azure_native/edge/get_configuration_reference.py +162 -0
  667. pulumi_azure_native/edge/get_context.py +190 -0
  668. pulumi_azure_native/edge/get_diagnostic.py +218 -0
  669. pulumi_azure_native/edge/get_dynamic_configuration.py +168 -0
  670. pulumi_azure_native/edge/get_dynamic_configuration_version.py +174 -0
  671. pulumi_azure_native/edge/get_dynamic_schema.py +182 -0
  672. pulumi_azure_native/edge/get_dynamic_schema_version.py +188 -0
  673. pulumi_azure_native/edge/get_execution.py +208 -0
  674. pulumi_azure_native/edge/get_instance.py +202 -0
  675. pulumi_azure_native/edge/get_schema.py +204 -0
  676. pulumi_azure_native/edge/get_schema_version.py +182 -0
  677. pulumi_azure_native/edge/get_site.py +2 -2
  678. pulumi_azure_native/edge/get_site_reference.py +168 -0
  679. pulumi_azure_native/edge/get_sites_by_service_group.py +4 -0
  680. pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
  681. pulumi_azure_native/edge/get_solution.py +196 -0
  682. pulumi_azure_native/edge/get_solution_template.py +204 -0
  683. pulumi_azure_native/edge/get_solution_version.py +202 -0
  684. pulumi_azure_native/edge/get_target.py +218 -0
  685. pulumi_azure_native/edge/get_workflow.py +196 -0
  686. pulumi_azure_native/edge/get_workflow_version.py +202 -0
  687. pulumi_azure_native/edge/instance.py +297 -0
  688. pulumi_azure_native/edge/outputs.py +2837 -189
  689. pulumi_azure_native/edge/schema.py +263 -0
  690. pulumi_azure_native/edge/schema_version.py +246 -0
  691. pulumi_azure_native/edge/site.py +3 -3
  692. pulumi_azure_native/edge/site_reference.py +236 -0
  693. pulumi_azure_native/edge/sites_by_service_group.py +5 -1
  694. pulumi_azure_native/edge/sites_by_subscription.py +3 -3
  695. pulumi_azure_native/edge/solution.py +257 -0
  696. pulumi_azure_native/edge/solution_template.py +284 -0
  697. pulumi_azure_native/edge/solution_version.py +297 -0
  698. pulumi_azure_native/edge/target.py +313 -0
  699. pulumi_azure_native/edge/workflow.py +257 -0
  700. pulumi_azure_native/edge/workflow_version.py +297 -0
  701. pulumi_azure_native/edgeorder/list_products_and_configuration_product_families.py +2 -2
  702. pulumi_azure_native/edgeorder/list_products_and_configurations.py +2 -2
  703. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  704. pulumi_azure_native/elastic/get_monitor.py +2 -2
  705. pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
  706. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  707. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  708. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  709. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  710. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  711. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  712. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  713. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  714. pulumi_azure_native/elastic/list_list_associated_traffic_filter.py +2 -2
  715. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  716. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  717. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  718. pulumi_azure_native/elastic/monitor.py +3 -3
  719. pulumi_azure_native/elastic/monitored_subscription.py +3 -3
  720. pulumi_azure_native/elastic/open_ai.py +3 -3
  721. pulumi_azure_native/elastic/tag_rule.py +3 -3
  722. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  723. pulumi_azure_native/eventgrid/channel.py +3 -3
  724. pulumi_azure_native/eventgrid/client.py +3 -3
  725. pulumi_azure_native/eventgrid/client_group.py +3 -3
  726. pulumi_azure_native/eventgrid/domain.py +3 -3
  727. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  728. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  729. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  730. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  731. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  732. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  733. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  734. pulumi_azure_native/eventgrid/get_client.py +2 -2
  735. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  736. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  737. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  738. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  739. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  740. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  741. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  742. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  743. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  744. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  745. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  746. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  747. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  748. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  749. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  750. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
  751. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
  752. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  753. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  754. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  755. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  756. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  757. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  758. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  759. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  760. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  761. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  762. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  763. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  764. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  765. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  766. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  767. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  768. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  769. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  770. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  771. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  772. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  773. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  774. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  775. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  776. pulumi_azure_native/eventgrid/namespace.py +3 -3
  777. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  778. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  779. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  780. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  781. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  782. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  783. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  784. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  785. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  786. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  787. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  788. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  789. pulumi_azure_native/eventgrid/topic.py +3 -3
  790. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  791. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  792. pulumi_azure_native/eventhub/application_group.py +3 -3
  793. pulumi_azure_native/eventhub/cluster.py +3 -3
  794. pulumi_azure_native/eventhub/consumer_group.py +3 -3
  795. pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
  796. pulumi_azure_native/eventhub/event_hub.py +3 -3
  797. pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
  798. pulumi_azure_native/eventhub/get_application_group.py +2 -2
  799. pulumi_azure_native/eventhub/get_cluster.py +2 -2
  800. pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
  801. pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
  802. pulumi_azure_native/eventhub/get_event_hub.py +2 -2
  803. pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
  804. pulumi_azure_native/eventhub/get_namespace.py +2 -2
  805. pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
  806. pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
  807. pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
  808. pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
  809. pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
  810. pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
  811. pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
  812. pulumi_azure_native/eventhub/namespace.py +3 -3
  813. pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
  814. pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
  815. pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
  816. pulumi_azure_native/eventhub/schema_registry.py +3 -3
  817. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -4
  818. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -4
  819. pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -4
  820. pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -4
  821. pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +26 -25
  822. pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +8 -8
  823. pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +26 -25
  824. pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +26 -25
  825. pulumi_azure_native/guestconfiguration/outputs.py +6 -6
  826. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
  827. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
  828. pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +3 -3
  829. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
  830. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
  831. pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +2 -2
  832. pulumi_azure_native/healthbot/bot.py +3 -3
  833. pulumi_azure_native/healthbot/get_bot.py +2 -2
  834. pulumi_azure_native/healthbot/list_bot_secrets.py +2 -2
  835. pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
  836. pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
  837. pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
  838. pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
  839. pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
  840. pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
  841. pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
  842. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  843. pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
  844. pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
  845. pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
  846. pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
  847. pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
  848. pulumi_azure_native/healthcareapis/service.py +3 -3
  849. pulumi_azure_native/healthcareapis/workspace.py +3 -3
  850. pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
  851. pulumi_azure_native/iotoperations/__init__.py +8 -0
  852. pulumi_azure_native/iotoperations/_enums.py +237 -1
  853. pulumi_azure_native/iotoperations/_inputs.py +7367 -3169
  854. pulumi_azure_native/iotoperations/akri_connector.py +268 -0
  855. pulumi_azure_native/iotoperations/akri_connector_template.py +266 -0
  856. pulumi_azure_native/iotoperations/broker.py +3 -3
  857. pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
  858. pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
  859. pulumi_azure_native/iotoperations/broker_listener.py +3 -3
  860. pulumi_azure_native/iotoperations/dataflow.py +3 -3
  861. pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
  862. pulumi_azure_native/iotoperations/dataflow_graph.py +287 -0
  863. pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
  864. pulumi_azure_native/iotoperations/get_akri_connector.py +188 -0
  865. pulumi_azure_native/iotoperations/get_akri_connector_template.py +182 -0
  866. pulumi_azure_native/iotoperations/get_broker.py +2 -2
  867. pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
  868. pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
  869. pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
  870. pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
  871. pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
  872. pulumi_azure_native/iotoperations/get_dataflow_graph.py +188 -0
  873. pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
  874. pulumi_azure_native/iotoperations/get_instance.py +2 -2
  875. pulumi_azure_native/iotoperations/get_registry_endpoint.py +182 -0
  876. pulumi_azure_native/iotoperations/instance.py +3 -3
  877. pulumi_azure_native/iotoperations/outputs.py +5997 -2422
  878. pulumi_azure_native/iotoperations/registry_endpoint.py +266 -0
  879. pulumi_azure_native/loadtestservice/__init__.py +2 -0
  880. pulumi_azure_native/loadtestservice/_enums.py +16 -0
  881. pulumi_azure_native/loadtestservice/get_playwright_workspace.py +232 -0
  882. pulumi_azure_native/loadtestservice/load_test.py +1 -1
  883. pulumi_azure_native/loadtestservice/playwright_workspace.py +330 -0
  884. pulumi_azure_native/machinelearningservices/__init__.py +2 -0
  885. pulumi_azure_native/machinelearningservices/_inputs.py +53 -0
  886. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  887. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  888. pulumi_azure_native/machinelearningservices/capability_host.py +3 -3
  889. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  890. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  891. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  892. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  893. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  894. pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
  895. pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
  896. pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
  897. pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
  898. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  899. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  900. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  901. pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
  902. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  903. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  904. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  905. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  906. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  907. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  908. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  909. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  910. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  911. pulumi_azure_native/machinelearningservices/get_capability_host.py +2 -2
  912. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  913. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  914. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  915. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  916. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  917. pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
  918. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
  919. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
  920. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
  921. pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
  922. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  923. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  924. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  925. pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
  926. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  927. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  928. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  929. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  930. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  931. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  932. pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
  933. pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
  934. pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +2 -2
  935. pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
  936. pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
  937. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  938. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  939. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
  940. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  941. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  942. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  943. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  944. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  945. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  946. pulumi_azure_native/machinelearningservices/get_outbound_rule.py +171 -0
  947. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  948. pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
  949. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  950. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  951. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  952. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  953. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  954. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  955. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  956. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  957. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  958. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  959. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  960. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  961. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  962. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  963. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  964. pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
  965. pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
  966. pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
  967. pulumi_azure_native/machinelearningservices/job.py +3 -3
  968. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  969. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  970. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  971. pulumi_azure_native/machinelearningservices/list_connection_all_models.py +2 -2
  972. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  973. pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
  974. pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +2 -2
  975. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  976. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  977. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  978. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  979. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  980. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  981. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  982. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  983. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  984. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
  985. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  986. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  987. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  988. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  989. pulumi_azure_native/machinelearningservices/outbound_rule.py +259 -0
  990. pulumi_azure_native/machinelearningservices/outputs.py +139 -0
  991. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  992. pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
  993. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  994. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  995. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  996. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  997. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  998. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  999. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  1000. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  1001. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  1002. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  1003. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  1004. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  1005. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  1006. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  1007. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  1008. pulumi_azure_native/maintenance/configuration_assignment.py +14 -14
  1009. pulumi_azure_native/maintenance/configuration_assignment_parent.py +14 -14
  1010. pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py +8 -8
  1011. pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py +5 -5
  1012. pulumi_azure_native/maintenance/get_configuration_assignment.py +11 -11
  1013. pulumi_azure_native/maintenance/get_configuration_assignment_parent.py +11 -11
  1014. pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py +7 -7
  1015. pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +5 -5
  1016. pulumi_azure_native/maintenance/get_maintenance_configuration.py +12 -12
  1017. pulumi_azure_native/maintenance/maintenance_configuration.py +17 -17
  1018. pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
  1019. pulumi_azure_native/migrate/assessment.py +1 -1
  1020. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  1021. pulumi_azure_native/migrate/assessments_operation.py +3 -3
  1022. pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
  1023. pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
  1024. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  1025. pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
  1026. pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
  1027. pulumi_azure_native/migrate/get_groups_operation.py +2 -2
  1028. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  1029. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  1030. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  1031. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  1032. pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
  1033. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  1034. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  1035. pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
  1036. pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
  1037. pulumi_azure_native/migrate/group.py +1 -1
  1038. pulumi_azure_native/migrate/groups_operation.py +3 -3
  1039. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  1040. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  1041. pulumi_azure_native/migrate/import_collector.py +1 -1
  1042. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  1043. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  1044. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  1045. pulumi_azure_native/migrate/project.py +1 -1
  1046. pulumi_azure_native/migrate/server_collector.py +1 -1
  1047. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  1048. pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
  1049. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  1050. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  1051. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  1052. pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
  1053. pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
  1054. pulumi_azure_native/mongocluster/__init__.py +2 -0
  1055. pulumi_azure_native/mongocluster/_enums.py +40 -0
  1056. pulumi_azure_native/mongocluster/_inputs.py +210 -0
  1057. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  1058. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  1059. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  1060. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  1061. pulumi_azure_native/mongocluster/get_user.py +168 -0
  1062. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  1063. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  1064. pulumi_azure_native/mongocluster/outputs.py +176 -0
  1065. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  1066. pulumi_azure_native/mongocluster/user.py +237 -0
  1067. pulumi_azure_native/netapp/account.py +3 -3
  1068. pulumi_azure_native/netapp/backup.py +3 -3
  1069. pulumi_azure_native/netapp/backup_policy.py +3 -3
  1070. pulumi_azure_native/netapp/backup_vault.py +3 -3
  1071. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  1072. pulumi_azure_native/netapp/capacity_pool_bucket.py +5 -1
  1073. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  1074. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  1075. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  1076. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  1077. pulumi_azure_native/netapp/get_account.py +2 -2
  1078. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  1079. pulumi_azure_native/netapp/get_backup.py +2 -2
  1080. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  1081. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  1082. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  1083. pulumi_azure_native/netapp/get_capacity_pool_bucket.py +4 -0
  1084. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  1085. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  1086. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  1087. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  1088. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  1089. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  1090. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  1091. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  1092. pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
  1093. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  1094. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  1095. pulumi_azure_native/netapp/volume_group.py +3 -3
  1096. pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
  1097. pulumi_azure_native/network/get_routing_rule.py +2 -2
  1098. pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
  1099. pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
  1100. pulumi_azure_native/network/routing_rule.py +3 -3
  1101. pulumi_azure_native/network/routing_rule_collection.py +3 -3
  1102. pulumi_azure_native/notificationhubs/_inputs.py +9 -9
  1103. pulumi_azure_native/notificationhubs/get_namespace.py +4 -4
  1104. pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +4 -10
  1105. pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +3 -5
  1106. pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
  1107. pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +4 -10
  1108. pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +3 -5
  1109. pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +4 -2
  1110. pulumi_azure_native/notificationhubs/list_namespace_keys.py +3 -3
  1111. pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +3 -3
  1112. pulumi_azure_native/notificationhubs/namespace.py +10 -2
  1113. pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +8 -24
  1114. pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +8 -24
  1115. pulumi_azure_native/notificationhubs/outputs.py +10 -10
  1116. pulumi_azure_native/onlineexperimentation/__init__.py +2 -0
  1117. pulumi_azure_native/onlineexperimentation/_enums.py +11 -0
  1118. pulumi_azure_native/onlineexperimentation/_inputs.py +115 -0
  1119. pulumi_azure_native/onlineexperimentation/get_online_experimentation_workspace.py +4 -0
  1120. pulumi_azure_native/onlineexperimentation/get_private_endpoint_connection.py +168 -0
  1121. pulumi_azure_native/onlineexperimentation/online_experimentation_workspace.py +5 -1
  1122. pulumi_azure_native/onlineexperimentation/outputs.py +168 -0
  1123. pulumi_azure_native/onlineexperimentation/private_endpoint_connection.py +237 -0
  1124. pulumi_azure_native/orbital/__init__.py +2 -0
  1125. pulumi_azure_native/orbital/_enums.py +48 -0
  1126. pulumi_azure_native/orbital/_inputs.py +119 -0
  1127. pulumi_azure_native/orbital/geo_catalog.py +307 -0
  1128. pulumi_azure_native/orbital/get_geo_catalog.py +208 -0
  1129. pulumi_azure_native/orbital/outputs.py +214 -0
  1130. pulumi_azure_native/peering/connection_monitor_test.py +5 -1
  1131. pulumi_azure_native/peering/get_connection_monitor_test.py +4 -0
  1132. pulumi_azure_native/peering/get_peer_asn.py +4 -0
  1133. pulumi_azure_native/peering/get_peering.py +4 -0
  1134. pulumi_azure_native/peering/get_peering_service.py +4 -0
  1135. pulumi_azure_native/peering/get_prefix.py +4 -0
  1136. pulumi_azure_native/peering/get_registered_asn.py +4 -0
  1137. pulumi_azure_native/peering/get_registered_prefix.py +4 -0
  1138. pulumi_azure_native/peering/peer_asn.py +5 -1
  1139. pulumi_azure_native/peering/peering.py +5 -1
  1140. pulumi_azure_native/peering/peering_service.py +5 -1
  1141. pulumi_azure_native/peering/prefix.py +5 -1
  1142. pulumi_azure_native/peering/registered_asn.py +5 -1
  1143. pulumi_azure_native/peering/registered_prefix.py +5 -1
  1144. pulumi_azure_native/powerbidedicated/_enums.py +0 -12
  1145. pulumi_azure_native/powerbidedicated/_inputs.py +0 -138
  1146. pulumi_azure_native/powerbidedicated/auto_scale_v_core.py +16 -35
  1147. pulumi_azure_native/powerbidedicated/capacity_details.py +19 -38
  1148. pulumi_azure_native/powerbidedicated/get_auto_scale_v_core.py +9 -9
  1149. pulumi_azure_native/powerbidedicated/get_capacity_details.py +9 -9
  1150. pulumi_azure_native/powerbidedicated/outputs.py +10 -10
  1151. pulumi_azure_native/privatedns/get_private_record_set.py +21 -7
  1152. pulumi_azure_native/privatedns/get_private_zone.py +20 -5
  1153. pulumi_azure_native/privatedns/get_virtual_network_link.py +19 -5
  1154. pulumi_azure_native/privatedns/outputs.py +111 -0
  1155. pulumi_azure_native/privatedns/private_record_set.py +20 -10
  1156. pulumi_azure_native/privatedns/private_zone.py +15 -4
  1157. pulumi_azure_native/privatedns/virtual_network_link.py +14 -4
  1158. pulumi_azure_native/providerhub/__init__.py +6 -0
  1159. pulumi_azure_native/providerhub/_enums.py +625 -17
  1160. pulumi_azure_native/providerhub/_inputs.py +8443 -1196
  1161. pulumi_azure_native/providerhub/authorized_application.py +204 -0
  1162. pulumi_azure_native/providerhub/custom_rollout.py +213 -0
  1163. pulumi_azure_native/providerhub/default_rollout.py +7 -7
  1164. pulumi_azure_native/providerhub/get_authorized_application.py +156 -0
  1165. pulumi_azure_native/providerhub/get_custom_rollout.py +159 -0
  1166. pulumi_azure_native/providerhub/get_default_rollout.py +9 -8
  1167. pulumi_azure_native/providerhub/get_notification_registration.py +9 -8
  1168. pulumi_azure_native/providerhub/get_provider_monitor_setting.py +184 -0
  1169. pulumi_azure_native/providerhub/get_provider_registration.py +24 -6
  1170. pulumi_azure_native/providerhub/get_resource_type_registration.py +24 -6
  1171. pulumi_azure_native/providerhub/get_skus.py +8 -4
  1172. pulumi_azure_native/providerhub/get_skus_nested_resource_type_first.py +8 -4
  1173. pulumi_azure_native/providerhub/get_skus_nested_resource_type_second.py +8 -4
  1174. pulumi_azure_native/providerhub/get_skus_nested_resource_type_third.py +8 -4
  1175. pulumi_azure_native/providerhub/notification_registration.py +7 -7
  1176. pulumi_azure_native/providerhub/operation_by_provider_registration.py +18 -3
  1177. pulumi_azure_native/providerhub/outputs.py +7550 -1680
  1178. pulumi_azure_native/providerhub/provider_monitor_setting.py +246 -0
  1179. pulumi_azure_native/providerhub/provider_registration.py +42 -5
  1180. pulumi_azure_native/providerhub/resource_type_registration.py +42 -5
  1181. pulumi_azure_native/providerhub/skus.py +8 -4
  1182. pulumi_azure_native/providerhub/skus_nested_resource_type_first.py +8 -4
  1183. pulumi_azure_native/providerhub/skus_nested_resource_type_second.py +8 -4
  1184. pulumi_azure_native/providerhub/skus_nested_resource_type_third.py +8 -4
  1185. pulumi_azure_native/pulumi-plugin.json +1 -1
  1186. pulumi_azure_native/quota/get_group_quota.py +2 -2
  1187. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  1188. pulumi_azure_native/quota/group_quota.py +3 -3
  1189. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  1190. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  1191. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  1192. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  1193. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  1194. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  1195. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
  1196. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  1197. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  1198. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  1199. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  1200. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  1201. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  1202. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  1203. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  1204. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  1205. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  1206. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
  1207. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  1208. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  1209. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  1210. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  1211. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  1212. pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
  1213. pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
  1214. pulumi_azure_native/security/assessment.py +3 -3
  1215. pulumi_azure_native/security/assessment_metadata_in_subscription.py +3 -3
  1216. pulumi_azure_native/security/assessments_metadata_subscription.py +1 -1
  1217. pulumi_azure_native/security/defender_for_storage.py +3 -3
  1218. pulumi_azure_native/security/get_assessment.py +2 -2
  1219. pulumi_azure_native/security/get_assessment_metadata_in_subscription.py +2 -2
  1220. pulumi_azure_native/security/get_defender_for_storage.py +2 -2
  1221. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  1222. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  1223. pulumi_azure_native/securityinsights/action.py +3 -3
  1224. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  1225. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  1226. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  1227. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  1228. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  1229. pulumi_azure_native/securityinsights/content_package.py +3 -3
  1230. pulumi_azure_native/securityinsights/content_template.py +3 -3
  1231. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  1232. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  1233. pulumi_azure_native/securityinsights/get_action.py +2 -2
  1234. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  1235. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  1236. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  1237. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  1238. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  1239. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  1240. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  1241. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  1242. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  1243. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  1244. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  1245. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  1246. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  1247. pulumi_azure_native/securityinsights/incident.py +3 -3
  1248. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  1249. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  1250. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  1251. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  1252. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  1253. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  1254. pulumi_azure_native/securityinsights/metadata.py +3 -3
  1255. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  1256. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  1257. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  1258. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1259. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  1260. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  1261. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  1262. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  1263. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  1264. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1265. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1266. pulumi_azure_native/servicebus/get_namespace.py +1 -1
  1267. pulumi_azure_native/servicebus/namespace.py +4 -4
  1268. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  1269. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  1270. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  1271. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  1272. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  1273. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  1274. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  1275. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  1276. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  1277. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  1278. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  1279. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  1280. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  1281. pulumi_azure_native/sql/__init__.py +2 -0
  1282. pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
  1283. pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
  1284. pulumi_azure_native/sql/data_masking_policy.py +3 -3
  1285. pulumi_azure_native/sql/database.py +3 -3
  1286. pulumi_azure_native/sql/database_advisor.py +3 -3
  1287. pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
  1288. pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
  1289. pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
  1290. pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
  1291. pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
  1292. pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
  1293. pulumi_azure_native/sql/distributed_availability_group.py +3 -3
  1294. pulumi_azure_native/sql/elastic_pool.py +3 -3
  1295. pulumi_azure_native/sql/encryption_protector.py +3 -3
  1296. pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
  1297. pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
  1298. pulumi_azure_native/sql/failover_group.py +3 -3
  1299. pulumi_azure_native/sql/firewall_rule.py +3 -3
  1300. pulumi_azure_native/sql/geo_backup_policy.py +3 -3
  1301. pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
  1302. pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
  1303. pulumi_azure_native/sql/get_database.py +2 -2
  1304. pulumi_azure_native/sql/get_database_advisor.py +2 -2
  1305. pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
  1306. pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
  1307. pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
  1308. pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
  1309. pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
  1310. pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
  1311. pulumi_azure_native/sql/get_elastic_pool.py +2 -2
  1312. pulumi_azure_native/sql/get_encryption_protector.py +2 -2
  1313. pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
  1314. pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
  1315. pulumi_azure_native/sql/get_failover_group.py +2 -2
  1316. pulumi_azure_native/sql/get_firewall_rule.py +2 -2
  1317. pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
  1318. pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
  1319. pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
  1320. pulumi_azure_native/sql/get_instance_pool.py +2 -2
  1321. pulumi_azure_native/sql/get_job.py +2 -2
  1322. pulumi_azure_native/sql/get_job_agent.py +2 -2
  1323. pulumi_azure_native/sql/get_job_credential.py +2 -2
  1324. pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
  1325. pulumi_azure_native/sql/get_job_step.py +2 -2
  1326. pulumi_azure_native/sql/get_job_target_group.py +2 -2
  1327. pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
  1328. pulumi_azure_native/sql/get_managed_database.py +2 -2
  1329. pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
  1330. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
  1331. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
  1332. pulumi_azure_native/sql/get_managed_instance.py +2 -2
  1333. pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
  1334. pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
  1335. pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
  1336. pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
  1337. pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
  1338. pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
  1339. pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
  1340. pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
  1341. pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
  1342. pulumi_azure_native/sql/get_replication_link.py +2 -2
  1343. pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
  1344. pulumi_azure_native/sql/get_server.py +2 -2
  1345. pulumi_azure_native/sql/get_server_advisor.py +2 -2
  1346. pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
  1347. pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
  1348. pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
  1349. pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
  1350. pulumi_azure_native/sql/get_server_key.py +2 -2
  1351. pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
  1352. pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
  1353. pulumi_azure_native/sql/get_server_trust_group.py +2 -2
  1354. pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
  1355. pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
  1356. pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
  1357. pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
  1358. pulumi_azure_native/sql/get_sync_agent.py +2 -2
  1359. pulumi_azure_native/sql/get_sync_group.py +2 -2
  1360. pulumi_azure_native/sql/get_sync_member.py +2 -2
  1361. pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
  1362. pulumi_azure_native/sql/get_virtual_cluster.py +203 -0
  1363. pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
  1364. pulumi_azure_native/sql/get_workload_classifier.py +2 -2
  1365. pulumi_azure_native/sql/get_workload_group.py +2 -2
  1366. pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
  1367. pulumi_azure_native/sql/instance_failover_group.py +3 -3
  1368. pulumi_azure_native/sql/instance_pool.py +3 -3
  1369. pulumi_azure_native/sql/job.py +3 -3
  1370. pulumi_azure_native/sql/job_agent.py +3 -3
  1371. pulumi_azure_native/sql/job_credential.py +3 -3
  1372. pulumi_azure_native/sql/job_private_endpoint.py +3 -3
  1373. pulumi_azure_native/sql/job_step.py +3 -3
  1374. pulumi_azure_native/sql/job_target_group.py +3 -3
  1375. pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
  1376. pulumi_azure_native/sql/managed_database.py +3 -3
  1377. pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
  1378. pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
  1379. pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
  1380. pulumi_azure_native/sql/managed_instance.py +3 -3
  1381. pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
  1382. pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
  1383. pulumi_azure_native/sql/managed_instance_key.py +3 -3
  1384. pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
  1385. pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
  1386. pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
  1387. pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
  1388. pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
  1389. pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
  1390. pulumi_azure_native/sql/replication_link.py +3 -3
  1391. pulumi_azure_native/sql/sensitivity_label.py +3 -3
  1392. pulumi_azure_native/sql/server.py +3 -3
  1393. pulumi_azure_native/sql/server_advisor.py +3 -3
  1394. pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
  1395. pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
  1396. pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
  1397. pulumi_azure_native/sql/server_dns_alias.py +3 -3
  1398. pulumi_azure_native/sql/server_key.py +3 -3
  1399. pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
  1400. pulumi_azure_native/sql/server_trust_certificate.py +3 -3
  1401. pulumi_azure_native/sql/server_trust_group.py +3 -3
  1402. pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
  1403. pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
  1404. pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
  1405. pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
  1406. pulumi_azure_native/sql/sync_agent.py +3 -3
  1407. pulumi_azure_native/sql/sync_group.py +3 -3
  1408. pulumi_azure_native/sql/sync_member.py +3 -3
  1409. pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
  1410. pulumi_azure_native/sql/virtual_cluster.py +281 -0
  1411. pulumi_azure_native/sql/virtual_network_rule.py +3 -3
  1412. pulumi_azure_native/sql/workload_classifier.py +3 -3
  1413. pulumi_azure_native/sql/workload_group.py +3 -3
  1414. pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +6 -6
  1415. pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +6 -6
  1416. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +7 -7
  1417. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +7 -7
  1418. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +10 -10
  1419. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +10 -10
  1420. pulumi_azure_native/storage/_inputs.py +3 -3
  1421. pulumi_azure_native/storage/blob_container.py +3 -3
  1422. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  1423. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  1424. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  1425. pulumi_azure_native/storage/encryption_scope.py +3 -3
  1426. pulumi_azure_native/storage/file_service_properties.py +3 -3
  1427. pulumi_azure_native/storage/file_share.py +3 -3
  1428. pulumi_azure_native/storage/get_blob_container.py +2 -2
  1429. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  1430. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  1431. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  1432. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  1433. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  1434. pulumi_azure_native/storage/get_file_share.py +2 -2
  1435. pulumi_azure_native/storage/get_local_user.py +2 -2
  1436. pulumi_azure_native/storage/get_management_policy.py +2 -2
  1437. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  1438. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  1439. pulumi_azure_native/storage/get_queue.py +2 -2
  1440. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  1441. pulumi_azure_native/storage/get_storage_account.py +2 -2
  1442. pulumi_azure_native/storage/get_storage_task_assignment.py +2 -2
  1443. pulumi_azure_native/storage/get_table.py +2 -2
  1444. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  1445. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  1446. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  1447. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  1448. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  1449. pulumi_azure_native/storage/local_user.py +3 -3
  1450. pulumi_azure_native/storage/management_policy.py +3 -3
  1451. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  1452. pulumi_azure_native/storage/outputs.py +2 -2
  1453. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  1454. pulumi_azure_native/storage/queue.py +3 -3
  1455. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  1456. pulumi_azure_native/storage/storage_account.py +3 -3
  1457. pulumi_azure_native/storage/storage_task_assignment.py +3 -3
  1458. pulumi_azure_native/storage/table.py +3 -3
  1459. pulumi_azure_native/storage/table_service_properties.py +3 -3
  1460. pulumi_azure_native/storagediscovery/__init__.py +13 -0
  1461. pulumi_azure_native/storagediscovery/_enums.py +38 -0
  1462. pulumi_azure_native/storagediscovery/_inputs.py +217 -0
  1463. pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +190 -0
  1464. pulumi_azure_native/storagediscovery/outputs.py +302 -0
  1465. pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +274 -0
  1466. pulumi_azure_native/storagemover/_inputs.py +5 -5
  1467. pulumi_azure_native/storagemover/agent.py +1 -1
  1468. pulumi_azure_native/storagemover/get_agent.py +1 -1
  1469. pulumi_azure_native/storagemover/outputs.py +5 -5
  1470. pulumi_azure_native/trafficmanager/endpoint.py +3 -3
  1471. pulumi_azure_native/trafficmanager/get_endpoint.py +2 -2
  1472. pulumi_azure_native/trafficmanager/get_profile.py +2 -2
  1473. pulumi_azure_native/trafficmanager/get_traffic_manager_user_metrics_key.py +2 -2
  1474. pulumi_azure_native/trafficmanager/profile.py +3 -3
  1475. pulumi_azure_native/trafficmanager/traffic_manager_user_metrics_key.py +3 -3
  1476. pulumi_azure_native/web/__init__.py +4 -0
  1477. pulumi_azure_native/web/app_service_environment.py +3 -3
  1478. pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
  1479. pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
  1480. pulumi_azure_native/web/app_service_plan.py +3 -3
  1481. pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
  1482. pulumi_azure_native/web/certificate.py +3 -3
  1483. pulumi_azure_native/web/get_app_service_environment.py +2 -2
  1484. pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
  1485. pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
  1486. pulumi_azure_native/web/get_app_service_plan.py +2 -2
  1487. pulumi_azure_native/web/get_certificate.py +2 -2
  1488. pulumi_azure_native/web/get_kube_environment.py +2 -2
  1489. pulumi_azure_native/web/get_site_certificate.py +476 -0
  1490. pulumi_azure_native/web/get_site_certificate_slot.py +482 -0
  1491. pulumi_azure_native/web/get_static_site.py +2 -2
  1492. pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
  1493. pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
  1494. pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
  1495. pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
  1496. pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
  1497. pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
  1498. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
  1499. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
  1500. pulumi_azure_native/web/get_web_app.py +2 -2
  1501. pulumi_azure_native/web/get_web_app_deployment.py +2 -2
  1502. pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
  1503. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
  1504. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
  1505. pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
  1506. pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
  1507. pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
  1508. pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
  1509. pulumi_azure_native/web/get_web_app_function.py +2 -2
  1510. pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
  1511. pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
  1512. pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
  1513. pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
  1514. pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
  1515. pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
  1516. pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
  1517. pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
  1518. pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
  1519. pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
  1520. pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
  1521. pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
  1522. pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
  1523. pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
  1524. pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
  1525. pulumi_azure_native/web/get_web_app_site_container.py +2 -2
  1526. pulumi_azure_native/web/get_web_app_site_container_slot.py +2 -2
  1527. pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
  1528. pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
  1529. pulumi_azure_native/web/get_web_app_slot.py +2 -2
  1530. pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
  1531. pulumi_azure_native/web/get_web_app_source_control.py +2 -2
  1532. pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
  1533. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
  1534. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
  1535. pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
  1536. pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
  1537. pulumi_azure_native/web/kube_environment.py +3 -3
  1538. pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
  1539. pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
  1540. pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
  1541. pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
  1542. pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
  1543. pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
  1544. pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
  1545. pulumi_azure_native/web/list_static_site_secrets.py +2 -2
  1546. pulumi_azure_native/web/list_static_site_users.py +2 -2
  1547. pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
  1548. pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
  1549. pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
  1550. pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
  1551. pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
  1552. pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
  1553. pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
  1554. pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
  1555. pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
  1556. pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
  1557. pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
  1558. pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
  1559. pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
  1560. pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
  1561. pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
  1562. pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
  1563. pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
  1564. pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
  1565. pulumi_azure_native/web/list_web_app_metadata.py +2 -2
  1566. pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
  1567. pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
  1568. pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
  1569. pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
  1570. pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
  1571. pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
  1572. pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
  1573. pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
  1574. pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
  1575. pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
  1576. pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
  1577. pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
  1578. pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
  1579. pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
  1580. pulumi_azure_native/web/site_certificate.py +644 -0
  1581. pulumi_azure_native/web/site_certificate_slot.py +665 -0
  1582. pulumi_azure_native/web/static_site.py +3 -3
  1583. pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
  1584. pulumi_azure_native/web/static_site_custom_domain.py +3 -3
  1585. pulumi_azure_native/web/static_site_database_connection.py +3 -3
  1586. pulumi_azure_native/web/static_site_linked_backend.py +3 -3
  1587. pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
  1588. pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
  1589. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
  1590. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
  1591. pulumi_azure_native/web/web_app.py +3 -3
  1592. pulumi_azure_native/web/web_app_application_settings.py +3 -3
  1593. pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
  1594. pulumi_azure_native/web/web_app_auth_settings.py +3 -3
  1595. pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
  1596. pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
  1597. pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
  1598. pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
  1599. pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
  1600. pulumi_azure_native/web/web_app_connection_strings.py +3 -3
  1601. pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
  1602. pulumi_azure_native/web/web_app_deployment.py +3 -3
  1603. pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
  1604. pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
  1605. pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
  1606. pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
  1607. pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
  1608. pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
  1609. pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
  1610. pulumi_azure_native/web/web_app_function.py +3 -3
  1611. pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
  1612. pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
  1613. pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
  1614. pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
  1615. pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
  1616. pulumi_azure_native/web/web_app_metadata.py +3 -3
  1617. pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
  1618. pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
  1619. pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
  1620. pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
  1621. pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
  1622. pulumi_azure_native/web/web_app_public_certificate.py +3 -3
  1623. pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
  1624. pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
  1625. pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
  1626. pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
  1627. pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
  1628. pulumi_azure_native/web/web_app_site_container.py +3 -3
  1629. pulumi_azure_native/web/web_app_site_container_slot.py +3 -3
  1630. pulumi_azure_native/web/web_app_site_extension.py +3 -3
  1631. pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
  1632. pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
  1633. pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
  1634. pulumi_azure_native/web/web_app_slot.py +3 -3
  1635. pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
  1636. pulumi_azure_native/web/web_app_source_control.py +3 -3
  1637. pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
  1638. pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
  1639. pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
  1640. pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
  1641. pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
  1642. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  1643. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  1644. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  1645. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  1646. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  1647. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  1648. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  1649. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  1650. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  1651. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  1652. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  1653. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  1654. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  1655. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  1656. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  1657. pulumi_azure_native/widget/__init__.py +12 -0
  1658. pulumi_azure_native/widget/_inputs.py +100 -0
  1659. pulumi_azure_native/widget/employee.py +277 -0
  1660. pulumi_azure_native/widget/get_employee.py +194 -0
  1661. pulumi_azure_native/widget/outputs.py +207 -0
  1662. {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.1.dist-info}/METADATA +1 -1
  1663. {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.1.dist-info}/RECORD +1665 -1581
  1664. pulumi_azure_native/media/__init__.py +0 -50
  1665. pulumi_azure_native/media/_enums.py +0 -1021
  1666. pulumi_azure_native/media/_inputs.py +0 -11024
  1667. pulumi_azure_native/media/account_filter.py +0 -299
  1668. pulumi_azure_native/media/asset.py +0 -395
  1669. pulumi_azure_native/media/asset_filter.py +0 -320
  1670. pulumi_azure_native/media/content_key_policy.py +0 -301
  1671. pulumi_azure_native/media/get_account_filter.py +0 -200
  1672. pulumi_azure_native/media/get_asset.py +0 -284
  1673. pulumi_azure_native/media/get_asset_encryption_key.py +0 -116
  1674. pulumi_azure_native/media/get_asset_filter.py +0 -206
  1675. pulumi_azure_native/media/get_content_key_policy.py +0 -228
  1676. pulumi_azure_native/media/get_content_key_policy_properties_with_secrets.py +0 -158
  1677. pulumi_azure_native/media/get_job.py +0 -304
  1678. pulumi_azure_native/media/get_live_event.py +0 -368
  1679. pulumi_azure_native/media/get_live_event_status.py +0 -98
  1680. pulumi_azure_native/media/get_live_event_stream_events.py +0 -98
  1681. pulumi_azure_native/media/get_live_event_track_ingest_heartbeats.py +0 -98
  1682. pulumi_azure_native/media/get_live_output.py +0 -318
  1683. pulumi_azure_native/media/get_media_service.py +0 -317
  1684. pulumi_azure_native/media/get_private_endpoint_connection.py +0 -184
  1685. pulumi_azure_native/media/get_streaming_endpoint.py +0 -424
  1686. pulumi_azure_native/media/get_streaming_locator.py +0 -298
  1687. pulumi_azure_native/media/get_streaming_policy.py +0 -242
  1688. pulumi_azure_native/media/get_transform.py +0 -214
  1689. pulumi_azure_native/media/job.py +0 -430
  1690. pulumi_azure_native/media/list_asset_container_sas.py +0 -114
  1691. pulumi_azure_native/media/list_asset_streaming_locators.py +0 -102
  1692. pulumi_azure_native/media/list_media_service_edge_policies.py +0 -96
  1693. pulumi_azure_native/media/list_media_service_keys.py +0 -147
  1694. pulumi_azure_native/media/list_streaming_locator_content_keys.py +0 -102
  1695. pulumi_azure_native/media/list_streaming_locator_paths.py +0 -116
  1696. pulumi_azure_native/media/live_event.py +0 -592
  1697. pulumi_azure_native/media/live_output.py +0 -477
  1698. pulumi_azure_native/media/media_service.py +0 -478
  1699. pulumi_azure_native/media/outputs.py +0 -10674
  1700. pulumi_azure_native/media/private_endpoint_connection.py +0 -246
  1701. pulumi_azure_native/media/streaming_endpoint.py +0 -669
  1702. pulumi_azure_native/media/streaming_locator.py +0 -484
  1703. pulumi_azure_native/media/streaming_policy.py +0 -367
  1704. pulumi_azure_native/media/track.py +0 -262
  1705. pulumi_azure_native/media/transform.py +0 -291
  1706. {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.1.dist-info}/WHEEL +0 -0
  1707. {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2241 @@
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 builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AlertConfigurationArgs',
21
+ 'AlertConfigurationArgsDict',
22
+ 'AzureMonitorWorkspaceSignalGroupArgs',
23
+ 'AzureMonitorWorkspaceSignalGroupArgsDict',
24
+ 'AzureResourceSignalGroupArgs',
25
+ 'AzureResourceSignalGroupArgsDict',
26
+ 'DependenciesSignalGroupArgs',
27
+ 'DependenciesSignalGroupArgsDict',
28
+ 'DiscoveryRulePropertiesArgs',
29
+ 'DiscoveryRulePropertiesArgsDict',
30
+ 'DynamicDetectionRuleArgs',
31
+ 'DynamicDetectionRuleArgsDict',
32
+ 'EntityAlertsArgs',
33
+ 'EntityAlertsArgsDict',
34
+ 'EntityCoordinatesArgs',
35
+ 'EntityCoordinatesArgsDict',
36
+ 'EntityPropertiesArgs',
37
+ 'EntityPropertiesArgsDict',
38
+ 'EvaluationRuleArgs',
39
+ 'EvaluationRuleArgsDict',
40
+ 'HealthModelPropertiesArgs',
41
+ 'HealthModelPropertiesArgsDict',
42
+ 'IconDefinitionArgs',
43
+ 'IconDefinitionArgsDict',
44
+ 'LogAnalyticsQuerySignalDefinitionPropertiesArgs',
45
+ 'LogAnalyticsQuerySignalDefinitionPropertiesArgsDict',
46
+ 'LogAnalyticsSignalGroupArgs',
47
+ 'LogAnalyticsSignalGroupArgsDict',
48
+ 'ManagedIdentityAuthenticationSettingPropertiesArgs',
49
+ 'ManagedIdentityAuthenticationSettingPropertiesArgsDict',
50
+ 'ManagedServiceIdentityArgs',
51
+ 'ManagedServiceIdentityArgsDict',
52
+ 'ModelDiscoverySettingsArgs',
53
+ 'ModelDiscoverySettingsArgsDict',
54
+ 'PrometheusMetricsSignalDefinitionPropertiesArgs',
55
+ 'PrometheusMetricsSignalDefinitionPropertiesArgsDict',
56
+ 'RelationshipPropertiesArgs',
57
+ 'RelationshipPropertiesArgsDict',
58
+ 'ResourceMetricSignalDefinitionPropertiesArgs',
59
+ 'ResourceMetricSignalDefinitionPropertiesArgsDict',
60
+ 'SignalAssignmentArgs',
61
+ 'SignalAssignmentArgsDict',
62
+ 'SignalGroupArgs',
63
+ 'SignalGroupArgsDict',
64
+ 'ThresholdRuleArgs',
65
+ 'ThresholdRuleArgsDict',
66
+ ]
67
+
68
+ MYPY = False
69
+
70
+ if not MYPY:
71
+ class AlertConfigurationArgsDict(TypedDict):
72
+ """
73
+ Alert configuration details
74
+ """
75
+ severity: pulumi.Input[Union[builtins.str, 'AlertSeverity']]
76
+ """
77
+ The severity of triggered alert.
78
+ """
79
+ action_group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
80
+ """
81
+ Optional list of action group resource IDs to be notified when the alert is triggered.
82
+ """
83
+ description: NotRequired[pulumi.Input[builtins.str]]
84
+ """
85
+ The alert rule description.
86
+ """
87
+ elif False:
88
+ AlertConfigurationArgsDict: TypeAlias = Mapping[str, Any]
89
+
90
+ @pulumi.input_type
91
+ class AlertConfigurationArgs:
92
+ def __init__(__self__, *,
93
+ severity: pulumi.Input[Union[builtins.str, 'AlertSeverity']],
94
+ action_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
95
+ description: Optional[pulumi.Input[builtins.str]] = None):
96
+ """
97
+ Alert configuration details
98
+ :param pulumi.Input[Union[builtins.str, 'AlertSeverity']] severity: The severity of triggered alert.
99
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] action_group_ids: Optional list of action group resource IDs to be notified when the alert is triggered.
100
+ :param pulumi.Input[builtins.str] description: The alert rule description.
101
+ """
102
+ pulumi.set(__self__, "severity", severity)
103
+ if action_group_ids is not None:
104
+ pulumi.set(__self__, "action_group_ids", action_group_ids)
105
+ if description is not None:
106
+ pulumi.set(__self__, "description", description)
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def severity(self) -> pulumi.Input[Union[builtins.str, 'AlertSeverity']]:
111
+ """
112
+ The severity of triggered alert.
113
+ """
114
+ return pulumi.get(self, "severity")
115
+
116
+ @severity.setter
117
+ def severity(self, value: pulumi.Input[Union[builtins.str, 'AlertSeverity']]):
118
+ pulumi.set(self, "severity", value)
119
+
120
+ @property
121
+ @pulumi.getter(name="actionGroupIds")
122
+ def action_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
123
+ """
124
+ Optional list of action group resource IDs to be notified when the alert is triggered.
125
+ """
126
+ return pulumi.get(self, "action_group_ids")
127
+
128
+ @action_group_ids.setter
129
+ def action_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
130
+ pulumi.set(self, "action_group_ids", value)
131
+
132
+ @property
133
+ @pulumi.getter
134
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
135
+ """
136
+ The alert rule description.
137
+ """
138
+ return pulumi.get(self, "description")
139
+
140
+ @description.setter
141
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
142
+ pulumi.set(self, "description", value)
143
+
144
+
145
+ if not MYPY:
146
+ class AzureMonitorWorkspaceSignalGroupArgsDict(TypedDict):
147
+ """
148
+ A grouping of signal assignments for a Azure Monitor Workspace
149
+ """
150
+ authentication_setting: pulumi.Input[builtins.str]
151
+ """
152
+ Reference to the name of the authentication setting which is used for querying the data source
153
+ """
154
+ azure_monitor_workspace_resource_id: pulumi.Input[builtins.str]
155
+ """
156
+ Azure Monitor workspace resource ID
157
+ """
158
+ signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
159
+ """
160
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
161
+ """
162
+ elif False:
163
+ AzureMonitorWorkspaceSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
164
+
165
+ @pulumi.input_type
166
+ class AzureMonitorWorkspaceSignalGroupArgs:
167
+ def __init__(__self__, *,
168
+ authentication_setting: pulumi.Input[builtins.str],
169
+ azure_monitor_workspace_resource_id: pulumi.Input[builtins.str],
170
+ signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
171
+ """
172
+ A grouping of signal assignments for a Azure Monitor Workspace
173
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
174
+ :param pulumi.Input[builtins.str] azure_monitor_workspace_resource_id: Azure Monitor workspace resource ID
175
+ :param pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
176
+ """
177
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
178
+ pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
179
+ if signal_assignments is not None:
180
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
181
+
182
+ @property
183
+ @pulumi.getter(name="authenticationSetting")
184
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
185
+ """
186
+ Reference to the name of the authentication setting which is used for querying the data source
187
+ """
188
+ return pulumi.get(self, "authentication_setting")
189
+
190
+ @authentication_setting.setter
191
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
192
+ pulumi.set(self, "authentication_setting", value)
193
+
194
+ @property
195
+ @pulumi.getter(name="azureMonitorWorkspaceResourceId")
196
+ def azure_monitor_workspace_resource_id(self) -> pulumi.Input[builtins.str]:
197
+ """
198
+ Azure Monitor workspace resource ID
199
+ """
200
+ return pulumi.get(self, "azure_monitor_workspace_resource_id")
201
+
202
+ @azure_monitor_workspace_resource_id.setter
203
+ def azure_monitor_workspace_resource_id(self, value: pulumi.Input[builtins.str]):
204
+ pulumi.set(self, "azure_monitor_workspace_resource_id", value)
205
+
206
+ @property
207
+ @pulumi.getter(name="signalAssignments")
208
+ def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
209
+ """
210
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
211
+ """
212
+ return pulumi.get(self, "signal_assignments")
213
+
214
+ @signal_assignments.setter
215
+ def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
216
+ pulumi.set(self, "signal_assignments", value)
217
+
218
+
219
+ if not MYPY:
220
+ class AzureResourceSignalGroupArgsDict(TypedDict):
221
+ """
222
+ A grouping of signal assignments for an Azure resource
223
+ """
224
+ authentication_setting: pulumi.Input[builtins.str]
225
+ """
226
+ Reference to the name of the authentication setting which is used for querying the data source
227
+ """
228
+ azure_resource_id: pulumi.Input[builtins.str]
229
+ """
230
+ Azure resource ID
231
+ """
232
+ signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
233
+ """
234
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
235
+ """
236
+ elif False:
237
+ AzureResourceSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
238
+
239
+ @pulumi.input_type
240
+ class AzureResourceSignalGroupArgs:
241
+ def __init__(__self__, *,
242
+ authentication_setting: pulumi.Input[builtins.str],
243
+ azure_resource_id: pulumi.Input[builtins.str],
244
+ signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
245
+ """
246
+ A grouping of signal assignments for an Azure resource
247
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
248
+ :param pulumi.Input[builtins.str] azure_resource_id: Azure resource ID
249
+ :param pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
250
+ """
251
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
252
+ pulumi.set(__self__, "azure_resource_id", azure_resource_id)
253
+ if signal_assignments is not None:
254
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
255
+
256
+ @property
257
+ @pulumi.getter(name="authenticationSetting")
258
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
259
+ """
260
+ Reference to the name of the authentication setting which is used for querying the data source
261
+ """
262
+ return pulumi.get(self, "authentication_setting")
263
+
264
+ @authentication_setting.setter
265
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
266
+ pulumi.set(self, "authentication_setting", value)
267
+
268
+ @property
269
+ @pulumi.getter(name="azureResourceId")
270
+ def azure_resource_id(self) -> pulumi.Input[builtins.str]:
271
+ """
272
+ Azure resource ID
273
+ """
274
+ return pulumi.get(self, "azure_resource_id")
275
+
276
+ @azure_resource_id.setter
277
+ def azure_resource_id(self, value: pulumi.Input[builtins.str]):
278
+ pulumi.set(self, "azure_resource_id", value)
279
+
280
+ @property
281
+ @pulumi.getter(name="signalAssignments")
282
+ def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
283
+ """
284
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
285
+ """
286
+ return pulumi.get(self, "signal_assignments")
287
+
288
+ @signal_assignments.setter
289
+ def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
290
+ pulumi.set(self, "signal_assignments", value)
291
+
292
+
293
+ if not MYPY:
294
+ class DependenciesSignalGroupArgsDict(TypedDict):
295
+ """
296
+ Properties for dependent entities, i.e. child entities
297
+ """
298
+ aggregation_type: pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]
299
+ """
300
+ Aggregation type for child dependencies.
301
+ """
302
+ degraded_threshold: NotRequired[pulumi.Input[builtins.str]]
303
+ """
304
+ Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
305
+ """
306
+ unhealthy_threshold: NotRequired[pulumi.Input[builtins.str]]
307
+ """
308
+ Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
309
+ """
310
+ elif False:
311
+ DependenciesSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
312
+
313
+ @pulumi.input_type
314
+ class DependenciesSignalGroupArgs:
315
+ def __init__(__self__, *,
316
+ aggregation_type: Optional[pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]] = None,
317
+ degraded_threshold: Optional[pulumi.Input[builtins.str]] = None,
318
+ unhealthy_threshold: Optional[pulumi.Input[builtins.str]] = None):
319
+ """
320
+ Properties for dependent entities, i.e. child entities
321
+ :param pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']] aggregation_type: Aggregation type for child dependencies.
322
+ :param pulumi.Input[builtins.str] degraded_threshold: Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
323
+ :param pulumi.Input[builtins.str] unhealthy_threshold: Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
324
+ """
325
+ if aggregation_type is None:
326
+ aggregation_type = 'WorstOf'
327
+ pulumi.set(__self__, "aggregation_type", aggregation_type)
328
+ if degraded_threshold is not None:
329
+ pulumi.set(__self__, "degraded_threshold", degraded_threshold)
330
+ if unhealthy_threshold is not None:
331
+ pulumi.set(__self__, "unhealthy_threshold", unhealthy_threshold)
332
+
333
+ @property
334
+ @pulumi.getter(name="aggregationType")
335
+ def aggregation_type(self) -> pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]:
336
+ """
337
+ Aggregation type for child dependencies.
338
+ """
339
+ return pulumi.get(self, "aggregation_type")
340
+
341
+ @aggregation_type.setter
342
+ def aggregation_type(self, value: pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]):
343
+ pulumi.set(self, "aggregation_type", value)
344
+
345
+ @property
346
+ @pulumi.getter(name="degradedThreshold")
347
+ def degraded_threshold(self) -> Optional[pulumi.Input[builtins.str]]:
348
+ """
349
+ Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
350
+ """
351
+ return pulumi.get(self, "degraded_threshold")
352
+
353
+ @degraded_threshold.setter
354
+ def degraded_threshold(self, value: Optional[pulumi.Input[builtins.str]]):
355
+ pulumi.set(self, "degraded_threshold", value)
356
+
357
+ @property
358
+ @pulumi.getter(name="unhealthyThreshold")
359
+ def unhealthy_threshold(self) -> Optional[pulumi.Input[builtins.str]]:
360
+ """
361
+ Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
362
+ """
363
+ return pulumi.get(self, "unhealthy_threshold")
364
+
365
+ @unhealthy_threshold.setter
366
+ def unhealthy_threshold(self, value: Optional[pulumi.Input[builtins.str]]):
367
+ pulumi.set(self, "unhealthy_threshold", value)
368
+
369
+
370
+ if not MYPY:
371
+ class DiscoveryRulePropertiesArgsDict(TypedDict):
372
+ """
373
+ Discovery rule properties
374
+ """
375
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
376
+ """
377
+ Whether to add all recommended signals to the discovered entities.
378
+ """
379
+ authentication_setting: pulumi.Input[builtins.str]
380
+ """
381
+ Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
382
+ """
383
+ discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]
384
+ """
385
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
386
+ """
387
+ resource_graph_query: pulumi.Input[builtins.str]
388
+ """
389
+ Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
390
+ """
391
+ display_name: NotRequired[pulumi.Input[builtins.str]]
392
+ """
393
+ Display name
394
+ """
395
+ elif False:
396
+ DiscoveryRulePropertiesArgsDict: TypeAlias = Mapping[str, Any]
397
+
398
+ @pulumi.input_type
399
+ class DiscoveryRulePropertiesArgs:
400
+ def __init__(__self__, *,
401
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
402
+ authentication_setting: pulumi.Input[builtins.str],
403
+ discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']],
404
+ resource_graph_query: pulumi.Input[builtins.str],
405
+ display_name: Optional[pulumi.Input[builtins.str]] = None):
406
+ """
407
+ Discovery rule properties
408
+ :param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
409
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
410
+ :param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']] discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
411
+ :param pulumi.Input[builtins.str] resource_graph_query: Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
412
+ :param pulumi.Input[builtins.str] display_name: Display name
413
+ """
414
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
415
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
416
+ pulumi.set(__self__, "discover_relationships", discover_relationships)
417
+ pulumi.set(__self__, "resource_graph_query", resource_graph_query)
418
+ if display_name is not None:
419
+ pulumi.set(__self__, "display_name", display_name)
420
+
421
+ @property
422
+ @pulumi.getter(name="addRecommendedSignals")
423
+ def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
424
+ """
425
+ Whether to add all recommended signals to the discovered entities.
426
+ """
427
+ return pulumi.get(self, "add_recommended_signals")
428
+
429
+ @add_recommended_signals.setter
430
+ def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
431
+ pulumi.set(self, "add_recommended_signals", value)
432
+
433
+ @property
434
+ @pulumi.getter(name="authenticationSetting")
435
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
436
+ """
437
+ Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
438
+ """
439
+ return pulumi.get(self, "authentication_setting")
440
+
441
+ @authentication_setting.setter
442
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
443
+ pulumi.set(self, "authentication_setting", value)
444
+
445
+ @property
446
+ @pulumi.getter(name="discoverRelationships")
447
+ def discover_relationships(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]:
448
+ """
449
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
450
+ """
451
+ return pulumi.get(self, "discover_relationships")
452
+
453
+ @discover_relationships.setter
454
+ def discover_relationships(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]):
455
+ pulumi.set(self, "discover_relationships", value)
456
+
457
+ @property
458
+ @pulumi.getter(name="resourceGraphQuery")
459
+ def resource_graph_query(self) -> pulumi.Input[builtins.str]:
460
+ """
461
+ Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
462
+ """
463
+ return pulumi.get(self, "resource_graph_query")
464
+
465
+ @resource_graph_query.setter
466
+ def resource_graph_query(self, value: pulumi.Input[builtins.str]):
467
+ pulumi.set(self, "resource_graph_query", value)
468
+
469
+ @property
470
+ @pulumi.getter(name="displayName")
471
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
472
+ """
473
+ Display name
474
+ """
475
+ return pulumi.get(self, "display_name")
476
+
477
+ @display_name.setter
478
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
479
+ pulumi.set(self, "display_name", value)
480
+
481
+
482
+ if not MYPY:
483
+ class DynamicDetectionRuleArgsDict(TypedDict):
484
+ """
485
+ ML-based evaluation rule for a signal definition
486
+ """
487
+ dynamic_threshold_direction: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]
488
+ """
489
+ Threshold direction
490
+ """
491
+ dynamic_threshold_model: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]
492
+ """
493
+ ML model to use for dynamic thresholds
494
+ """
495
+ model_sensitivity: pulumi.Input[builtins.float]
496
+ """
497
+ ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
498
+ """
499
+ training_start_time: NotRequired[pulumi.Input[builtins.str]]
500
+ """
501
+ Start time of the training in UTC.
502
+ """
503
+ elif False:
504
+ DynamicDetectionRuleArgsDict: TypeAlias = Mapping[str, Any]
505
+
506
+ @pulumi.input_type
507
+ class DynamicDetectionRuleArgs:
508
+ def __init__(__self__, *,
509
+ dynamic_threshold_direction: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']],
510
+ dynamic_threshold_model: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']],
511
+ model_sensitivity: pulumi.Input[builtins.float],
512
+ training_start_time: Optional[pulumi.Input[builtins.str]] = None):
513
+ """
514
+ ML-based evaluation rule for a signal definition
515
+ :param pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']] dynamic_threshold_direction: Threshold direction
516
+ :param pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']] dynamic_threshold_model: ML model to use for dynamic thresholds
517
+ :param pulumi.Input[builtins.float] model_sensitivity: ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
518
+ :param pulumi.Input[builtins.str] training_start_time: Start time of the training in UTC.
519
+ """
520
+ pulumi.set(__self__, "dynamic_threshold_direction", dynamic_threshold_direction)
521
+ pulumi.set(__self__, "dynamic_threshold_model", dynamic_threshold_model)
522
+ pulumi.set(__self__, "model_sensitivity", model_sensitivity)
523
+ if training_start_time is not None:
524
+ pulumi.set(__self__, "training_start_time", training_start_time)
525
+
526
+ @property
527
+ @pulumi.getter(name="dynamicThresholdDirection")
528
+ def dynamic_threshold_direction(self) -> pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]:
529
+ """
530
+ Threshold direction
531
+ """
532
+ return pulumi.get(self, "dynamic_threshold_direction")
533
+
534
+ @dynamic_threshold_direction.setter
535
+ def dynamic_threshold_direction(self, value: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]):
536
+ pulumi.set(self, "dynamic_threshold_direction", value)
537
+
538
+ @property
539
+ @pulumi.getter(name="dynamicThresholdModel")
540
+ def dynamic_threshold_model(self) -> pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]:
541
+ """
542
+ ML model to use for dynamic thresholds
543
+ """
544
+ return pulumi.get(self, "dynamic_threshold_model")
545
+
546
+ @dynamic_threshold_model.setter
547
+ def dynamic_threshold_model(self, value: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]):
548
+ pulumi.set(self, "dynamic_threshold_model", value)
549
+
550
+ @property
551
+ @pulumi.getter(name="modelSensitivity")
552
+ def model_sensitivity(self) -> pulumi.Input[builtins.float]:
553
+ """
554
+ ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
555
+ """
556
+ return pulumi.get(self, "model_sensitivity")
557
+
558
+ @model_sensitivity.setter
559
+ def model_sensitivity(self, value: pulumi.Input[builtins.float]):
560
+ pulumi.set(self, "model_sensitivity", value)
561
+
562
+ @property
563
+ @pulumi.getter(name="trainingStartTime")
564
+ def training_start_time(self) -> Optional[pulumi.Input[builtins.str]]:
565
+ """
566
+ Start time of the training in UTC.
567
+ """
568
+ return pulumi.get(self, "training_start_time")
569
+
570
+ @training_start_time.setter
571
+ def training_start_time(self, value: Optional[pulumi.Input[builtins.str]]):
572
+ pulumi.set(self, "training_start_time", value)
573
+
574
+
575
+ if not MYPY:
576
+ class EntityAlertsArgsDict(TypedDict):
577
+ """
578
+ Alert configuration for an entity
579
+ """
580
+ degraded: NotRequired[pulumi.Input['AlertConfigurationArgsDict']]
581
+ """
582
+ Alert to be triggered on state change to degraded
583
+ """
584
+ unhealthy: NotRequired[pulumi.Input['AlertConfigurationArgsDict']]
585
+ """
586
+ Alert to be triggered on state change to unhealthy
587
+ """
588
+ elif False:
589
+ EntityAlertsArgsDict: TypeAlias = Mapping[str, Any]
590
+
591
+ @pulumi.input_type
592
+ class EntityAlertsArgs:
593
+ def __init__(__self__, *,
594
+ degraded: Optional[pulumi.Input['AlertConfigurationArgs']] = None,
595
+ unhealthy: Optional[pulumi.Input['AlertConfigurationArgs']] = None):
596
+ """
597
+ Alert configuration for an entity
598
+ :param pulumi.Input['AlertConfigurationArgs'] degraded: Alert to be triggered on state change to degraded
599
+ :param pulumi.Input['AlertConfigurationArgs'] unhealthy: Alert to be triggered on state change to unhealthy
600
+ """
601
+ if degraded is not None:
602
+ pulumi.set(__self__, "degraded", degraded)
603
+ if unhealthy is not None:
604
+ pulumi.set(__self__, "unhealthy", unhealthy)
605
+
606
+ @property
607
+ @pulumi.getter
608
+ def degraded(self) -> Optional[pulumi.Input['AlertConfigurationArgs']]:
609
+ """
610
+ Alert to be triggered on state change to degraded
611
+ """
612
+ return pulumi.get(self, "degraded")
613
+
614
+ @degraded.setter
615
+ def degraded(self, value: Optional[pulumi.Input['AlertConfigurationArgs']]):
616
+ pulumi.set(self, "degraded", value)
617
+
618
+ @property
619
+ @pulumi.getter
620
+ def unhealthy(self) -> Optional[pulumi.Input['AlertConfigurationArgs']]:
621
+ """
622
+ Alert to be triggered on state change to unhealthy
623
+ """
624
+ return pulumi.get(self, "unhealthy")
625
+
626
+ @unhealthy.setter
627
+ def unhealthy(self, value: Optional[pulumi.Input['AlertConfigurationArgs']]):
628
+ pulumi.set(self, "unhealthy", value)
629
+
630
+
631
+ if not MYPY:
632
+ class EntityCoordinatesArgsDict(TypedDict):
633
+ """
634
+ Visual position of the entity
635
+ """
636
+ x: pulumi.Input[builtins.float]
637
+ """
638
+ X Coordinate
639
+ """
640
+ y: pulumi.Input[builtins.float]
641
+ """
642
+ Y Coordinate
643
+ """
644
+ elif False:
645
+ EntityCoordinatesArgsDict: TypeAlias = Mapping[str, Any]
646
+
647
+ @pulumi.input_type
648
+ class EntityCoordinatesArgs:
649
+ def __init__(__self__, *,
650
+ x: pulumi.Input[builtins.float],
651
+ y: pulumi.Input[builtins.float]):
652
+ """
653
+ Visual position of the entity
654
+ :param pulumi.Input[builtins.float] x: X Coordinate
655
+ :param pulumi.Input[builtins.float] y: Y Coordinate
656
+ """
657
+ pulumi.set(__self__, "x", x)
658
+ pulumi.set(__self__, "y", y)
659
+
660
+ @property
661
+ @pulumi.getter
662
+ def x(self) -> pulumi.Input[builtins.float]:
663
+ """
664
+ X Coordinate
665
+ """
666
+ return pulumi.get(self, "x")
667
+
668
+ @x.setter
669
+ def x(self, value: pulumi.Input[builtins.float]):
670
+ pulumi.set(self, "x", value)
671
+
672
+ @property
673
+ @pulumi.getter
674
+ def y(self) -> pulumi.Input[builtins.float]:
675
+ """
676
+ Y Coordinate
677
+ """
678
+ return pulumi.get(self, "y")
679
+
680
+ @y.setter
681
+ def y(self, value: pulumi.Input[builtins.float]):
682
+ pulumi.set(self, "y", value)
683
+
684
+
685
+ if not MYPY:
686
+ class EntityPropertiesArgsDict(TypedDict):
687
+ """
688
+ Properties which are common across all kinds of entities
689
+ """
690
+ alerts: NotRequired[pulumi.Input['EntityAlertsArgsDict']]
691
+ """
692
+ Alert configuration for this entity
693
+ """
694
+ canvas_position: NotRequired[pulumi.Input['EntityCoordinatesArgsDict']]
695
+ """
696
+ Positioning of the entity on the model canvas
697
+ """
698
+ display_name: NotRequired[pulumi.Input[builtins.str]]
699
+ """
700
+ Display name
701
+ """
702
+ health_objective: NotRequired[pulumi.Input[builtins.float]]
703
+ """
704
+ Health objective as a percentage of time the entity should be healthy.
705
+ """
706
+ icon: NotRequired[pulumi.Input['IconDefinitionArgsDict']]
707
+ """
708
+ Visual icon definition. If not set, a default icon is used.
709
+ """
710
+ impact: NotRequired[pulumi.Input[Union[builtins.str, 'EntityImpact']]]
711
+ """
712
+ Impact of the entity in health state propagation
713
+ """
714
+ kind: NotRequired[pulumi.Input[builtins.str]]
715
+ """
716
+ Entity kind
717
+ """
718
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
719
+ """
720
+ Optional set of labels (key-value pairs)
721
+ """
722
+ signals: NotRequired[pulumi.Input['SignalGroupArgsDict']]
723
+ """
724
+ Signal groups which are assigned to this entity
725
+ """
726
+ elif False:
727
+ EntityPropertiesArgsDict: TypeAlias = Mapping[str, Any]
728
+
729
+ @pulumi.input_type
730
+ class EntityPropertiesArgs:
731
+ def __init__(__self__, *,
732
+ alerts: Optional[pulumi.Input['EntityAlertsArgs']] = None,
733
+ canvas_position: Optional[pulumi.Input['EntityCoordinatesArgs']] = None,
734
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
735
+ health_objective: Optional[pulumi.Input[builtins.float]] = None,
736
+ icon: Optional[pulumi.Input['IconDefinitionArgs']] = None,
737
+ impact: Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]] = None,
738
+ kind: Optional[pulumi.Input[builtins.str]] = None,
739
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
740
+ signals: Optional[pulumi.Input['SignalGroupArgs']] = None):
741
+ """
742
+ Properties which are common across all kinds of entities
743
+ :param pulumi.Input['EntityAlertsArgs'] alerts: Alert configuration for this entity
744
+ :param pulumi.Input['EntityCoordinatesArgs'] canvas_position: Positioning of the entity on the model canvas
745
+ :param pulumi.Input[builtins.str] display_name: Display name
746
+ :param pulumi.Input[builtins.float] health_objective: Health objective as a percentage of time the entity should be healthy.
747
+ :param pulumi.Input['IconDefinitionArgs'] icon: Visual icon definition. If not set, a default icon is used.
748
+ :param pulumi.Input[Union[builtins.str, 'EntityImpact']] impact: Impact of the entity in health state propagation
749
+ :param pulumi.Input[builtins.str] kind: Entity kind
750
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Optional set of labels (key-value pairs)
751
+ :param pulumi.Input['SignalGroupArgs'] signals: Signal groups which are assigned to this entity
752
+ """
753
+ if alerts is not None:
754
+ pulumi.set(__self__, "alerts", alerts)
755
+ if canvas_position is not None:
756
+ pulumi.set(__self__, "canvas_position", canvas_position)
757
+ if display_name is not None:
758
+ pulumi.set(__self__, "display_name", display_name)
759
+ if health_objective is not None:
760
+ pulumi.set(__self__, "health_objective", health_objective)
761
+ if icon is not None:
762
+ pulumi.set(__self__, "icon", icon)
763
+ if impact is None:
764
+ impact = 'Standard'
765
+ if impact is not None:
766
+ pulumi.set(__self__, "impact", impact)
767
+ if kind is None:
768
+ kind = 'Default'
769
+ if kind is not None:
770
+ pulumi.set(__self__, "kind", kind)
771
+ if labels is not None:
772
+ pulumi.set(__self__, "labels", labels)
773
+ if signals is not None:
774
+ pulumi.set(__self__, "signals", signals)
775
+
776
+ @property
777
+ @pulumi.getter
778
+ def alerts(self) -> Optional[pulumi.Input['EntityAlertsArgs']]:
779
+ """
780
+ Alert configuration for this entity
781
+ """
782
+ return pulumi.get(self, "alerts")
783
+
784
+ @alerts.setter
785
+ def alerts(self, value: Optional[pulumi.Input['EntityAlertsArgs']]):
786
+ pulumi.set(self, "alerts", value)
787
+
788
+ @property
789
+ @pulumi.getter(name="canvasPosition")
790
+ def canvas_position(self) -> Optional[pulumi.Input['EntityCoordinatesArgs']]:
791
+ """
792
+ Positioning of the entity on the model canvas
793
+ """
794
+ return pulumi.get(self, "canvas_position")
795
+
796
+ @canvas_position.setter
797
+ def canvas_position(self, value: Optional[pulumi.Input['EntityCoordinatesArgs']]):
798
+ pulumi.set(self, "canvas_position", value)
799
+
800
+ @property
801
+ @pulumi.getter(name="displayName")
802
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
803
+ """
804
+ Display name
805
+ """
806
+ return pulumi.get(self, "display_name")
807
+
808
+ @display_name.setter
809
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
810
+ pulumi.set(self, "display_name", value)
811
+
812
+ @property
813
+ @pulumi.getter(name="healthObjective")
814
+ def health_objective(self) -> Optional[pulumi.Input[builtins.float]]:
815
+ """
816
+ Health objective as a percentage of time the entity should be healthy.
817
+ """
818
+ return pulumi.get(self, "health_objective")
819
+
820
+ @health_objective.setter
821
+ def health_objective(self, value: Optional[pulumi.Input[builtins.float]]):
822
+ pulumi.set(self, "health_objective", value)
823
+
824
+ @property
825
+ @pulumi.getter
826
+ def icon(self) -> Optional[pulumi.Input['IconDefinitionArgs']]:
827
+ """
828
+ Visual icon definition. If not set, a default icon is used.
829
+ """
830
+ return pulumi.get(self, "icon")
831
+
832
+ @icon.setter
833
+ def icon(self, value: Optional[pulumi.Input['IconDefinitionArgs']]):
834
+ pulumi.set(self, "icon", value)
835
+
836
+ @property
837
+ @pulumi.getter
838
+ def impact(self) -> Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]]:
839
+ """
840
+ Impact of the entity in health state propagation
841
+ """
842
+ return pulumi.get(self, "impact")
843
+
844
+ @impact.setter
845
+ def impact(self, value: Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]]):
846
+ pulumi.set(self, "impact", value)
847
+
848
+ @property
849
+ @pulumi.getter
850
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
851
+ """
852
+ Entity kind
853
+ """
854
+ return pulumi.get(self, "kind")
855
+
856
+ @kind.setter
857
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
858
+ pulumi.set(self, "kind", value)
859
+
860
+ @property
861
+ @pulumi.getter
862
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
863
+ """
864
+ Optional set of labels (key-value pairs)
865
+ """
866
+ return pulumi.get(self, "labels")
867
+
868
+ @labels.setter
869
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
870
+ pulumi.set(self, "labels", value)
871
+
872
+ @property
873
+ @pulumi.getter
874
+ def signals(self) -> Optional[pulumi.Input['SignalGroupArgs']]:
875
+ """
876
+ Signal groups which are assigned to this entity
877
+ """
878
+ return pulumi.get(self, "signals")
879
+
880
+ @signals.setter
881
+ def signals(self, value: Optional[pulumi.Input['SignalGroupArgs']]):
882
+ pulumi.set(self, "signals", value)
883
+
884
+
885
+ if not MYPY:
886
+ class EvaluationRuleArgsDict(TypedDict):
887
+ """
888
+ Evaluation rule for a signal definition
889
+ """
890
+ degraded_rule: NotRequired[pulumi.Input['ThresholdRuleArgsDict']]
891
+ """
892
+ Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
893
+ """
894
+ dynamic_detection_rule: NotRequired[pulumi.Input['DynamicDetectionRuleArgsDict']]
895
+ """
896
+ Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
897
+ """
898
+ unhealthy_rule: NotRequired[pulumi.Input['ThresholdRuleArgsDict']]
899
+ """
900
+ Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
901
+ """
902
+ elif False:
903
+ EvaluationRuleArgsDict: TypeAlias = Mapping[str, Any]
904
+
905
+ @pulumi.input_type
906
+ class EvaluationRuleArgs:
907
+ def __init__(__self__, *,
908
+ degraded_rule: Optional[pulumi.Input['ThresholdRuleArgs']] = None,
909
+ dynamic_detection_rule: Optional[pulumi.Input['DynamicDetectionRuleArgs']] = None,
910
+ unhealthy_rule: Optional[pulumi.Input['ThresholdRuleArgs']] = None):
911
+ """
912
+ Evaluation rule for a signal definition
913
+ :param pulumi.Input['ThresholdRuleArgs'] degraded_rule: Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
914
+ :param pulumi.Input['DynamicDetectionRuleArgs'] dynamic_detection_rule: Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
915
+ :param pulumi.Input['ThresholdRuleArgs'] unhealthy_rule: Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
916
+ """
917
+ if degraded_rule is not None:
918
+ pulumi.set(__self__, "degraded_rule", degraded_rule)
919
+ if dynamic_detection_rule is not None:
920
+ pulumi.set(__self__, "dynamic_detection_rule", dynamic_detection_rule)
921
+ if unhealthy_rule is not None:
922
+ pulumi.set(__self__, "unhealthy_rule", unhealthy_rule)
923
+
924
+ @property
925
+ @pulumi.getter(name="degradedRule")
926
+ def degraded_rule(self) -> Optional[pulumi.Input['ThresholdRuleArgs']]:
927
+ """
928
+ Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
929
+ """
930
+ return pulumi.get(self, "degraded_rule")
931
+
932
+ @degraded_rule.setter
933
+ def degraded_rule(self, value: Optional[pulumi.Input['ThresholdRuleArgs']]):
934
+ pulumi.set(self, "degraded_rule", value)
935
+
936
+ @property
937
+ @pulumi.getter(name="dynamicDetectionRule")
938
+ def dynamic_detection_rule(self) -> Optional[pulumi.Input['DynamicDetectionRuleArgs']]:
939
+ """
940
+ Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
941
+ """
942
+ return pulumi.get(self, "dynamic_detection_rule")
943
+
944
+ @dynamic_detection_rule.setter
945
+ def dynamic_detection_rule(self, value: Optional[pulumi.Input['DynamicDetectionRuleArgs']]):
946
+ pulumi.set(self, "dynamic_detection_rule", value)
947
+
948
+ @property
949
+ @pulumi.getter(name="unhealthyRule")
950
+ def unhealthy_rule(self) -> Optional[pulumi.Input['ThresholdRuleArgs']]:
951
+ """
952
+ Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
953
+ """
954
+ return pulumi.get(self, "unhealthy_rule")
955
+
956
+ @unhealthy_rule.setter
957
+ def unhealthy_rule(self, value: Optional[pulumi.Input['ThresholdRuleArgs']]):
958
+ pulumi.set(self, "unhealthy_rule", value)
959
+
960
+
961
+ if not MYPY:
962
+ class HealthModelPropertiesArgsDict(TypedDict):
963
+ """
964
+ HealthModel properties
965
+ """
966
+ discovery: NotRequired[pulumi.Input['ModelDiscoverySettingsArgsDict']]
967
+ """
968
+ Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
969
+ """
970
+ elif False:
971
+ HealthModelPropertiesArgsDict: TypeAlias = Mapping[str, Any]
972
+
973
+ @pulumi.input_type
974
+ class HealthModelPropertiesArgs:
975
+ def __init__(__self__, *,
976
+ discovery: Optional[pulumi.Input['ModelDiscoverySettingsArgs']] = None):
977
+ """
978
+ HealthModel properties
979
+ :param pulumi.Input['ModelDiscoverySettingsArgs'] discovery: Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
980
+ """
981
+ if discovery is not None:
982
+ pulumi.set(__self__, "discovery", discovery)
983
+
984
+ @property
985
+ @pulumi.getter
986
+ def discovery(self) -> Optional[pulumi.Input['ModelDiscoverySettingsArgs']]:
987
+ """
988
+ Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
989
+ """
990
+ return pulumi.get(self, "discovery")
991
+
992
+ @discovery.setter
993
+ def discovery(self, value: Optional[pulumi.Input['ModelDiscoverySettingsArgs']]):
994
+ pulumi.set(self, "discovery", value)
995
+
996
+
997
+ if not MYPY:
998
+ class IconDefinitionArgsDict(TypedDict):
999
+ """
1000
+ Visual icon definition of an entity
1001
+ """
1002
+ icon_name: pulumi.Input[builtins.str]
1003
+ """
1004
+ Name of the built-in icon, or 'Custom' to use customData
1005
+ """
1006
+ custom_data: NotRequired[pulumi.Input[builtins.str]]
1007
+ """
1008
+ Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
1009
+ """
1010
+ elif False:
1011
+ IconDefinitionArgsDict: TypeAlias = Mapping[str, Any]
1012
+
1013
+ @pulumi.input_type
1014
+ class IconDefinitionArgs:
1015
+ def __init__(__self__, *,
1016
+ icon_name: pulumi.Input[builtins.str],
1017
+ custom_data: Optional[pulumi.Input[builtins.str]] = None):
1018
+ """
1019
+ Visual icon definition of an entity
1020
+ :param pulumi.Input[builtins.str] icon_name: Name of the built-in icon, or 'Custom' to use customData
1021
+ :param pulumi.Input[builtins.str] custom_data: Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
1022
+ """
1023
+ pulumi.set(__self__, "icon_name", icon_name)
1024
+ if custom_data is not None:
1025
+ pulumi.set(__self__, "custom_data", custom_data)
1026
+
1027
+ @property
1028
+ @pulumi.getter(name="iconName")
1029
+ def icon_name(self) -> pulumi.Input[builtins.str]:
1030
+ """
1031
+ Name of the built-in icon, or 'Custom' to use customData
1032
+ """
1033
+ return pulumi.get(self, "icon_name")
1034
+
1035
+ @icon_name.setter
1036
+ def icon_name(self, value: pulumi.Input[builtins.str]):
1037
+ pulumi.set(self, "icon_name", value)
1038
+
1039
+ @property
1040
+ @pulumi.getter(name="customData")
1041
+ def custom_data(self) -> Optional[pulumi.Input[builtins.str]]:
1042
+ """
1043
+ Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
1044
+ """
1045
+ return pulumi.get(self, "custom_data")
1046
+
1047
+ @custom_data.setter
1048
+ def custom_data(self, value: Optional[pulumi.Input[builtins.str]]):
1049
+ pulumi.set(self, "custom_data", value)
1050
+
1051
+
1052
+ if not MYPY:
1053
+ class LogAnalyticsQuerySignalDefinitionPropertiesArgsDict(TypedDict):
1054
+ """
1055
+ Log Analytics Query Signal Definition properties
1056
+ """
1057
+ evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
1058
+ """
1059
+ Evaluation rules for the signal definition
1060
+ """
1061
+ query_text: pulumi.Input[builtins.str]
1062
+ """
1063
+ Query text in KQL syntax
1064
+ """
1065
+ signal_kind: pulumi.Input[builtins.str]
1066
+ """
1067
+ Supported signal kinds as discriminator
1068
+ Expected value is 'LogAnalyticsQuery'.
1069
+ """
1070
+ data_unit: NotRequired[pulumi.Input[builtins.str]]
1071
+ """
1072
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1073
+ """
1074
+ display_name: NotRequired[pulumi.Input[builtins.str]]
1075
+ """
1076
+ Display name
1077
+ """
1078
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
1079
+ """
1080
+ Optional set of labels (key-value pairs)
1081
+ """
1082
+ refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
1083
+ """
1084
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1085
+ """
1086
+ time_grain: NotRequired[pulumi.Input[builtins.str]]
1087
+ """
1088
+ Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
1089
+ """
1090
+ value_column_name: NotRequired[pulumi.Input[builtins.str]]
1091
+ """
1092
+ Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
1093
+ """
1094
+ elif False:
1095
+ LogAnalyticsQuerySignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1096
+
1097
+ @pulumi.input_type
1098
+ class LogAnalyticsQuerySignalDefinitionPropertiesArgs:
1099
+ def __init__(__self__, *,
1100
+ evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
1101
+ query_text: pulumi.Input[builtins.str],
1102
+ signal_kind: pulumi.Input[builtins.str],
1103
+ data_unit: Optional[pulumi.Input[builtins.str]] = None,
1104
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
1105
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
1106
+ refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
1107
+ time_grain: Optional[pulumi.Input[builtins.str]] = None,
1108
+ value_column_name: Optional[pulumi.Input[builtins.str]] = None):
1109
+ """
1110
+ Log Analytics Query Signal Definition properties
1111
+ :param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
1112
+ :param pulumi.Input[builtins.str] query_text: Query text in KQL syntax
1113
+ :param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
1114
+ Expected value is 'LogAnalyticsQuery'.
1115
+ :param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1116
+ :param pulumi.Input[builtins.str] display_name: Display name
1117
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Optional set of labels (key-value pairs)
1118
+ :param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1119
+ :param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
1120
+ :param pulumi.Input[builtins.str] value_column_name: Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
1121
+ """
1122
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
1123
+ pulumi.set(__self__, "query_text", query_text)
1124
+ pulumi.set(__self__, "signal_kind", 'LogAnalyticsQuery')
1125
+ if data_unit is not None:
1126
+ pulumi.set(__self__, "data_unit", data_unit)
1127
+ if display_name is not None:
1128
+ pulumi.set(__self__, "display_name", display_name)
1129
+ if labels is not None:
1130
+ pulumi.set(__self__, "labels", labels)
1131
+ if refresh_interval is None:
1132
+ refresh_interval = 'PT1M'
1133
+ if refresh_interval is not None:
1134
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
1135
+ if time_grain is not None:
1136
+ pulumi.set(__self__, "time_grain", time_grain)
1137
+ if value_column_name is not None:
1138
+ pulumi.set(__self__, "value_column_name", value_column_name)
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="evaluationRules")
1142
+ def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
1143
+ """
1144
+ Evaluation rules for the signal definition
1145
+ """
1146
+ return pulumi.get(self, "evaluation_rules")
1147
+
1148
+ @evaluation_rules.setter
1149
+ def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
1150
+ pulumi.set(self, "evaluation_rules", value)
1151
+
1152
+ @property
1153
+ @pulumi.getter(name="queryText")
1154
+ def query_text(self) -> pulumi.Input[builtins.str]:
1155
+ """
1156
+ Query text in KQL syntax
1157
+ """
1158
+ return pulumi.get(self, "query_text")
1159
+
1160
+ @query_text.setter
1161
+ def query_text(self, value: pulumi.Input[builtins.str]):
1162
+ pulumi.set(self, "query_text", value)
1163
+
1164
+ @property
1165
+ @pulumi.getter(name="signalKind")
1166
+ def signal_kind(self) -> pulumi.Input[builtins.str]:
1167
+ """
1168
+ Supported signal kinds as discriminator
1169
+ Expected value is 'LogAnalyticsQuery'.
1170
+ """
1171
+ return pulumi.get(self, "signal_kind")
1172
+
1173
+ @signal_kind.setter
1174
+ def signal_kind(self, value: pulumi.Input[builtins.str]):
1175
+ pulumi.set(self, "signal_kind", value)
1176
+
1177
+ @property
1178
+ @pulumi.getter(name="dataUnit")
1179
+ def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
1180
+ """
1181
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1182
+ """
1183
+ return pulumi.get(self, "data_unit")
1184
+
1185
+ @data_unit.setter
1186
+ def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
1187
+ pulumi.set(self, "data_unit", value)
1188
+
1189
+ @property
1190
+ @pulumi.getter(name="displayName")
1191
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1192
+ """
1193
+ Display name
1194
+ """
1195
+ return pulumi.get(self, "display_name")
1196
+
1197
+ @display_name.setter
1198
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1199
+ pulumi.set(self, "display_name", value)
1200
+
1201
+ @property
1202
+ @pulumi.getter
1203
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
1204
+ """
1205
+ Optional set of labels (key-value pairs)
1206
+ """
1207
+ return pulumi.get(self, "labels")
1208
+
1209
+ @labels.setter
1210
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
1211
+ pulumi.set(self, "labels", value)
1212
+
1213
+ @property
1214
+ @pulumi.getter(name="refreshInterval")
1215
+ def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
1216
+ """
1217
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1218
+ """
1219
+ return pulumi.get(self, "refresh_interval")
1220
+
1221
+ @refresh_interval.setter
1222
+ def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
1223
+ pulumi.set(self, "refresh_interval", value)
1224
+
1225
+ @property
1226
+ @pulumi.getter(name="timeGrain")
1227
+ def time_grain(self) -> Optional[pulumi.Input[builtins.str]]:
1228
+ """
1229
+ Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
1230
+ """
1231
+ return pulumi.get(self, "time_grain")
1232
+
1233
+ @time_grain.setter
1234
+ def time_grain(self, value: Optional[pulumi.Input[builtins.str]]):
1235
+ pulumi.set(self, "time_grain", value)
1236
+
1237
+ @property
1238
+ @pulumi.getter(name="valueColumnName")
1239
+ def value_column_name(self) -> Optional[pulumi.Input[builtins.str]]:
1240
+ """
1241
+ Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
1242
+ """
1243
+ return pulumi.get(self, "value_column_name")
1244
+
1245
+ @value_column_name.setter
1246
+ def value_column_name(self, value: Optional[pulumi.Input[builtins.str]]):
1247
+ pulumi.set(self, "value_column_name", value)
1248
+
1249
+
1250
+ if not MYPY:
1251
+ class LogAnalyticsSignalGroupArgsDict(TypedDict):
1252
+ """
1253
+ A grouping of signal assignments for a Log Analytics Workspace
1254
+ """
1255
+ authentication_setting: pulumi.Input[builtins.str]
1256
+ """
1257
+ Reference to the name of the authentication setting which is used for querying the data source
1258
+ """
1259
+ log_analytics_workspace_resource_id: pulumi.Input[builtins.str]
1260
+ """
1261
+ Log Analytics Workspace resource ID
1262
+ """
1263
+ signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
1264
+ """
1265
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1266
+ """
1267
+ elif False:
1268
+ LogAnalyticsSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
1269
+
1270
+ @pulumi.input_type
1271
+ class LogAnalyticsSignalGroupArgs:
1272
+ def __init__(__self__, *,
1273
+ authentication_setting: pulumi.Input[builtins.str],
1274
+ log_analytics_workspace_resource_id: pulumi.Input[builtins.str],
1275
+ signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
1276
+ """
1277
+ A grouping of signal assignments for a Log Analytics Workspace
1278
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
1279
+ :param pulumi.Input[builtins.str] log_analytics_workspace_resource_id: Log Analytics Workspace resource ID
1280
+ :param pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1281
+ """
1282
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
1283
+ pulumi.set(__self__, "log_analytics_workspace_resource_id", log_analytics_workspace_resource_id)
1284
+ if signal_assignments is not None:
1285
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
1286
+
1287
+ @property
1288
+ @pulumi.getter(name="authenticationSetting")
1289
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
1290
+ """
1291
+ Reference to the name of the authentication setting which is used for querying the data source
1292
+ """
1293
+ return pulumi.get(self, "authentication_setting")
1294
+
1295
+ @authentication_setting.setter
1296
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
1297
+ pulumi.set(self, "authentication_setting", value)
1298
+
1299
+ @property
1300
+ @pulumi.getter(name="logAnalyticsWorkspaceResourceId")
1301
+ def log_analytics_workspace_resource_id(self) -> pulumi.Input[builtins.str]:
1302
+ """
1303
+ Log Analytics Workspace resource ID
1304
+ """
1305
+ return pulumi.get(self, "log_analytics_workspace_resource_id")
1306
+
1307
+ @log_analytics_workspace_resource_id.setter
1308
+ def log_analytics_workspace_resource_id(self, value: pulumi.Input[builtins.str]):
1309
+ pulumi.set(self, "log_analytics_workspace_resource_id", value)
1310
+
1311
+ @property
1312
+ @pulumi.getter(name="signalAssignments")
1313
+ def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
1314
+ """
1315
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1316
+ """
1317
+ return pulumi.get(self, "signal_assignments")
1318
+
1319
+ @signal_assignments.setter
1320
+ def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
1321
+ pulumi.set(self, "signal_assignments", value)
1322
+
1323
+
1324
+ if not MYPY:
1325
+ class ManagedIdentityAuthenticationSettingPropertiesArgsDict(TypedDict):
1326
+ """
1327
+ Authentication setting properties for Azure Managed Identity
1328
+ """
1329
+ authentication_kind: pulumi.Input[builtins.str]
1330
+ """
1331
+ Supported kinds of authentication settings as discriminator
1332
+ Expected value is 'ManagedIdentity'.
1333
+ """
1334
+ managed_identity_name: pulumi.Input[builtins.str]
1335
+ """
1336
+ Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
1337
+ """
1338
+ display_name: NotRequired[pulumi.Input[builtins.str]]
1339
+ """
1340
+ Display name
1341
+ """
1342
+ elif False:
1343
+ ManagedIdentityAuthenticationSettingPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1344
+
1345
+ @pulumi.input_type
1346
+ class ManagedIdentityAuthenticationSettingPropertiesArgs:
1347
+ def __init__(__self__, *,
1348
+ authentication_kind: pulumi.Input[builtins.str],
1349
+ managed_identity_name: pulumi.Input[builtins.str],
1350
+ display_name: Optional[pulumi.Input[builtins.str]] = None):
1351
+ """
1352
+ Authentication setting properties for Azure Managed Identity
1353
+ :param pulumi.Input[builtins.str] authentication_kind: Supported kinds of authentication settings as discriminator
1354
+ Expected value is 'ManagedIdentity'.
1355
+ :param pulumi.Input[builtins.str] managed_identity_name: Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
1356
+ :param pulumi.Input[builtins.str] display_name: Display name
1357
+ """
1358
+ pulumi.set(__self__, "authentication_kind", 'ManagedIdentity')
1359
+ pulumi.set(__self__, "managed_identity_name", managed_identity_name)
1360
+ if display_name is not None:
1361
+ pulumi.set(__self__, "display_name", display_name)
1362
+
1363
+ @property
1364
+ @pulumi.getter(name="authenticationKind")
1365
+ def authentication_kind(self) -> pulumi.Input[builtins.str]:
1366
+ """
1367
+ Supported kinds of authentication settings as discriminator
1368
+ Expected value is 'ManagedIdentity'.
1369
+ """
1370
+ return pulumi.get(self, "authentication_kind")
1371
+
1372
+ @authentication_kind.setter
1373
+ def authentication_kind(self, value: pulumi.Input[builtins.str]):
1374
+ pulumi.set(self, "authentication_kind", value)
1375
+
1376
+ @property
1377
+ @pulumi.getter(name="managedIdentityName")
1378
+ def managed_identity_name(self) -> pulumi.Input[builtins.str]:
1379
+ """
1380
+ Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
1381
+ """
1382
+ return pulumi.get(self, "managed_identity_name")
1383
+
1384
+ @managed_identity_name.setter
1385
+ def managed_identity_name(self, value: pulumi.Input[builtins.str]):
1386
+ pulumi.set(self, "managed_identity_name", value)
1387
+
1388
+ @property
1389
+ @pulumi.getter(name="displayName")
1390
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1391
+ """
1392
+ Display name
1393
+ """
1394
+ return pulumi.get(self, "display_name")
1395
+
1396
+ @display_name.setter
1397
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1398
+ pulumi.set(self, "display_name", value)
1399
+
1400
+
1401
+ if not MYPY:
1402
+ class ManagedServiceIdentityArgsDict(TypedDict):
1403
+ """
1404
+ Managed service identity (system assigned and/or user assigned identities)
1405
+ """
1406
+ type: pulumi.Input[Union[builtins.str, 'ManagedServiceIdentityType']]
1407
+ """
1408
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1409
+ """
1410
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
1411
+ """
1412
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1413
+ """
1414
+ elif False:
1415
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
1416
+
1417
+ @pulumi.input_type
1418
+ class ManagedServiceIdentityArgs:
1419
+ def __init__(__self__, *,
1420
+ type: pulumi.Input[Union[builtins.str, 'ManagedServiceIdentityType']],
1421
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
1422
+ """
1423
+ Managed service identity (system assigned and/or user assigned identities)
1424
+ :param pulumi.Input[Union[builtins.str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1425
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1426
+ """
1427
+ pulumi.set(__self__, "type", type)
1428
+ if user_assigned_identities is not None:
1429
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1430
+
1431
+ @property
1432
+ @pulumi.getter
1433
+ def type(self) -> pulumi.Input[Union[builtins.str, 'ManagedServiceIdentityType']]:
1434
+ """
1435
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1436
+ """
1437
+ return pulumi.get(self, "type")
1438
+
1439
+ @type.setter
1440
+ def type(self, value: pulumi.Input[Union[builtins.str, 'ManagedServiceIdentityType']]):
1441
+ pulumi.set(self, "type", value)
1442
+
1443
+ @property
1444
+ @pulumi.getter(name="userAssignedIdentities")
1445
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
1446
+ """
1447
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1448
+ """
1449
+ return pulumi.get(self, "user_assigned_identities")
1450
+
1451
+ @user_assigned_identities.setter
1452
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
1453
+ pulumi.set(self, "user_assigned_identities", value)
1454
+
1455
+
1456
+ if not MYPY:
1457
+ class ModelDiscoverySettingsArgsDict(TypedDict):
1458
+ """
1459
+ Settings for automatically discovering entities for the health model.
1460
+ """
1461
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
1462
+ """
1463
+ Whether to add all recommended signals to the discovered entities.
1464
+ """
1465
+ scope: pulumi.Input[builtins.str]
1466
+ """
1467
+ The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
1468
+ """
1469
+ identity: NotRequired[pulumi.Input[builtins.str]]
1470
+ """
1471
+ Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
1472
+ """
1473
+ elif False:
1474
+ ModelDiscoverySettingsArgsDict: TypeAlias = Mapping[str, Any]
1475
+
1476
+ @pulumi.input_type
1477
+ class ModelDiscoverySettingsArgs:
1478
+ def __init__(__self__, *,
1479
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
1480
+ scope: pulumi.Input[builtins.str],
1481
+ identity: Optional[pulumi.Input[builtins.str]] = None):
1482
+ """
1483
+ Settings for automatically discovering entities for the health model.
1484
+ :param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
1485
+ :param pulumi.Input[builtins.str] scope: The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
1486
+ :param pulumi.Input[builtins.str] identity: Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
1487
+ """
1488
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
1489
+ pulumi.set(__self__, "scope", scope)
1490
+ if identity is not None:
1491
+ pulumi.set(__self__, "identity", identity)
1492
+
1493
+ @property
1494
+ @pulumi.getter(name="addRecommendedSignals")
1495
+ def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
1496
+ """
1497
+ Whether to add all recommended signals to the discovered entities.
1498
+ """
1499
+ return pulumi.get(self, "add_recommended_signals")
1500
+
1501
+ @add_recommended_signals.setter
1502
+ def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
1503
+ pulumi.set(self, "add_recommended_signals", value)
1504
+
1505
+ @property
1506
+ @pulumi.getter
1507
+ def scope(self) -> pulumi.Input[builtins.str]:
1508
+ """
1509
+ The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
1510
+ """
1511
+ return pulumi.get(self, "scope")
1512
+
1513
+ @scope.setter
1514
+ def scope(self, value: pulumi.Input[builtins.str]):
1515
+ pulumi.set(self, "scope", value)
1516
+
1517
+ @property
1518
+ @pulumi.getter
1519
+ def identity(self) -> Optional[pulumi.Input[builtins.str]]:
1520
+ """
1521
+ Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
1522
+ """
1523
+ return pulumi.get(self, "identity")
1524
+
1525
+ @identity.setter
1526
+ def identity(self, value: Optional[pulumi.Input[builtins.str]]):
1527
+ pulumi.set(self, "identity", value)
1528
+
1529
+
1530
+ if not MYPY:
1531
+ class PrometheusMetricsSignalDefinitionPropertiesArgsDict(TypedDict):
1532
+ """
1533
+ Prometheus Metrics Signal Definition properties
1534
+ """
1535
+ evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
1536
+ """
1537
+ Evaluation rules for the signal definition
1538
+ """
1539
+ query_text: pulumi.Input[builtins.str]
1540
+ """
1541
+ Query text in PromQL syntax
1542
+ """
1543
+ signal_kind: pulumi.Input[builtins.str]
1544
+ """
1545
+ Supported signal kinds as discriminator
1546
+ Expected value is 'PrometheusMetricsQuery'.
1547
+ """
1548
+ data_unit: NotRequired[pulumi.Input[builtins.str]]
1549
+ """
1550
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1551
+ """
1552
+ display_name: NotRequired[pulumi.Input[builtins.str]]
1553
+ """
1554
+ Display name
1555
+ """
1556
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
1557
+ """
1558
+ Optional set of labels (key-value pairs)
1559
+ """
1560
+ refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
1561
+ """
1562
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1563
+ """
1564
+ time_grain: NotRequired[pulumi.Input[builtins.str]]
1565
+ """
1566
+ Time range of signal. ISO duration format like PT10M.
1567
+ """
1568
+ elif False:
1569
+ PrometheusMetricsSignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1570
+
1571
+ @pulumi.input_type
1572
+ class PrometheusMetricsSignalDefinitionPropertiesArgs:
1573
+ def __init__(__self__, *,
1574
+ evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
1575
+ query_text: pulumi.Input[builtins.str],
1576
+ signal_kind: pulumi.Input[builtins.str],
1577
+ data_unit: Optional[pulumi.Input[builtins.str]] = None,
1578
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
1579
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
1580
+ refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
1581
+ time_grain: Optional[pulumi.Input[builtins.str]] = None):
1582
+ """
1583
+ Prometheus Metrics Signal Definition properties
1584
+ :param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
1585
+ :param pulumi.Input[builtins.str] query_text: Query text in PromQL syntax
1586
+ :param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
1587
+ Expected value is 'PrometheusMetricsQuery'.
1588
+ :param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1589
+ :param pulumi.Input[builtins.str] display_name: Display name
1590
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Optional set of labels (key-value pairs)
1591
+ :param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1592
+ :param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M.
1593
+ """
1594
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
1595
+ pulumi.set(__self__, "query_text", query_text)
1596
+ pulumi.set(__self__, "signal_kind", 'PrometheusMetricsQuery')
1597
+ if data_unit is not None:
1598
+ pulumi.set(__self__, "data_unit", data_unit)
1599
+ if display_name is not None:
1600
+ pulumi.set(__self__, "display_name", display_name)
1601
+ if labels is not None:
1602
+ pulumi.set(__self__, "labels", labels)
1603
+ if refresh_interval is None:
1604
+ refresh_interval = 'PT1M'
1605
+ if refresh_interval is not None:
1606
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
1607
+ if time_grain is not None:
1608
+ pulumi.set(__self__, "time_grain", time_grain)
1609
+
1610
+ @property
1611
+ @pulumi.getter(name="evaluationRules")
1612
+ def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
1613
+ """
1614
+ Evaluation rules for the signal definition
1615
+ """
1616
+ return pulumi.get(self, "evaluation_rules")
1617
+
1618
+ @evaluation_rules.setter
1619
+ def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
1620
+ pulumi.set(self, "evaluation_rules", value)
1621
+
1622
+ @property
1623
+ @pulumi.getter(name="queryText")
1624
+ def query_text(self) -> pulumi.Input[builtins.str]:
1625
+ """
1626
+ Query text in PromQL syntax
1627
+ """
1628
+ return pulumi.get(self, "query_text")
1629
+
1630
+ @query_text.setter
1631
+ def query_text(self, value: pulumi.Input[builtins.str]):
1632
+ pulumi.set(self, "query_text", value)
1633
+
1634
+ @property
1635
+ @pulumi.getter(name="signalKind")
1636
+ def signal_kind(self) -> pulumi.Input[builtins.str]:
1637
+ """
1638
+ Supported signal kinds as discriminator
1639
+ Expected value is 'PrometheusMetricsQuery'.
1640
+ """
1641
+ return pulumi.get(self, "signal_kind")
1642
+
1643
+ @signal_kind.setter
1644
+ def signal_kind(self, value: pulumi.Input[builtins.str]):
1645
+ pulumi.set(self, "signal_kind", value)
1646
+
1647
+ @property
1648
+ @pulumi.getter(name="dataUnit")
1649
+ def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
1650
+ """
1651
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1652
+ """
1653
+ return pulumi.get(self, "data_unit")
1654
+
1655
+ @data_unit.setter
1656
+ def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
1657
+ pulumi.set(self, "data_unit", value)
1658
+
1659
+ @property
1660
+ @pulumi.getter(name="displayName")
1661
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1662
+ """
1663
+ Display name
1664
+ """
1665
+ return pulumi.get(self, "display_name")
1666
+
1667
+ @display_name.setter
1668
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1669
+ pulumi.set(self, "display_name", value)
1670
+
1671
+ @property
1672
+ @pulumi.getter
1673
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
1674
+ """
1675
+ Optional set of labels (key-value pairs)
1676
+ """
1677
+ return pulumi.get(self, "labels")
1678
+
1679
+ @labels.setter
1680
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
1681
+ pulumi.set(self, "labels", value)
1682
+
1683
+ @property
1684
+ @pulumi.getter(name="refreshInterval")
1685
+ def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
1686
+ """
1687
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1688
+ """
1689
+ return pulumi.get(self, "refresh_interval")
1690
+
1691
+ @refresh_interval.setter
1692
+ def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
1693
+ pulumi.set(self, "refresh_interval", value)
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="timeGrain")
1697
+ def time_grain(self) -> Optional[pulumi.Input[builtins.str]]:
1698
+ """
1699
+ Time range of signal. ISO duration format like PT10M.
1700
+ """
1701
+ return pulumi.get(self, "time_grain")
1702
+
1703
+ @time_grain.setter
1704
+ def time_grain(self, value: Optional[pulumi.Input[builtins.str]]):
1705
+ pulumi.set(self, "time_grain", value)
1706
+
1707
+
1708
+ if not MYPY:
1709
+ class RelationshipPropertiesArgsDict(TypedDict):
1710
+ """
1711
+ Relationship properties
1712
+ """
1713
+ child_entity_name: pulumi.Input[builtins.str]
1714
+ """
1715
+ Resource name of the child entity
1716
+ """
1717
+ parent_entity_name: pulumi.Input[builtins.str]
1718
+ """
1719
+ Resource name of the parent entity
1720
+ """
1721
+ display_name: NotRequired[pulumi.Input[builtins.str]]
1722
+ """
1723
+ Display name
1724
+ """
1725
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
1726
+ """
1727
+ Optional set of labels (key-value pairs)
1728
+ """
1729
+ elif False:
1730
+ RelationshipPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1731
+
1732
+ @pulumi.input_type
1733
+ class RelationshipPropertiesArgs:
1734
+ def __init__(__self__, *,
1735
+ child_entity_name: pulumi.Input[builtins.str],
1736
+ parent_entity_name: pulumi.Input[builtins.str],
1737
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
1738
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
1739
+ """
1740
+ Relationship properties
1741
+ :param pulumi.Input[builtins.str] child_entity_name: Resource name of the child entity
1742
+ :param pulumi.Input[builtins.str] parent_entity_name: Resource name of the parent entity
1743
+ :param pulumi.Input[builtins.str] display_name: Display name
1744
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Optional set of labels (key-value pairs)
1745
+ """
1746
+ pulumi.set(__self__, "child_entity_name", child_entity_name)
1747
+ pulumi.set(__self__, "parent_entity_name", parent_entity_name)
1748
+ if display_name is not None:
1749
+ pulumi.set(__self__, "display_name", display_name)
1750
+ if labels is not None:
1751
+ pulumi.set(__self__, "labels", labels)
1752
+
1753
+ @property
1754
+ @pulumi.getter(name="childEntityName")
1755
+ def child_entity_name(self) -> pulumi.Input[builtins.str]:
1756
+ """
1757
+ Resource name of the child entity
1758
+ """
1759
+ return pulumi.get(self, "child_entity_name")
1760
+
1761
+ @child_entity_name.setter
1762
+ def child_entity_name(self, value: pulumi.Input[builtins.str]):
1763
+ pulumi.set(self, "child_entity_name", value)
1764
+
1765
+ @property
1766
+ @pulumi.getter(name="parentEntityName")
1767
+ def parent_entity_name(self) -> pulumi.Input[builtins.str]:
1768
+ """
1769
+ Resource name of the parent entity
1770
+ """
1771
+ return pulumi.get(self, "parent_entity_name")
1772
+
1773
+ @parent_entity_name.setter
1774
+ def parent_entity_name(self, value: pulumi.Input[builtins.str]):
1775
+ pulumi.set(self, "parent_entity_name", value)
1776
+
1777
+ @property
1778
+ @pulumi.getter(name="displayName")
1779
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1780
+ """
1781
+ Display name
1782
+ """
1783
+ return pulumi.get(self, "display_name")
1784
+
1785
+ @display_name.setter
1786
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1787
+ pulumi.set(self, "display_name", value)
1788
+
1789
+ @property
1790
+ @pulumi.getter
1791
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
1792
+ """
1793
+ Optional set of labels (key-value pairs)
1794
+ """
1795
+ return pulumi.get(self, "labels")
1796
+
1797
+ @labels.setter
1798
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
1799
+ pulumi.set(self, "labels", value)
1800
+
1801
+
1802
+ if not MYPY:
1803
+ class ResourceMetricSignalDefinitionPropertiesArgsDict(TypedDict):
1804
+ """
1805
+ Azure Resource Metric Signal Definition properties
1806
+ """
1807
+ aggregation_type: pulumi.Input[Union[builtins.str, 'MetricAggregationType']]
1808
+ """
1809
+ Type of aggregation to apply to the metric
1810
+ """
1811
+ evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
1812
+ """
1813
+ Evaluation rules for the signal definition
1814
+ """
1815
+ metric_name: pulumi.Input[builtins.str]
1816
+ """
1817
+ Name of the metric
1818
+ """
1819
+ metric_namespace: pulumi.Input[builtins.str]
1820
+ """
1821
+ Metric namespace
1822
+ """
1823
+ signal_kind: pulumi.Input[builtins.str]
1824
+ """
1825
+ Supported signal kinds as discriminator
1826
+ Expected value is 'AzureResourceMetric'.
1827
+ """
1828
+ time_grain: pulumi.Input[builtins.str]
1829
+ """
1830
+ Time range of signal. ISO duration format like PT10M.
1831
+ """
1832
+ data_unit: NotRequired[pulumi.Input[builtins.str]]
1833
+ """
1834
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1835
+ """
1836
+ dimension: NotRequired[pulumi.Input[builtins.str]]
1837
+ """
1838
+ Optional: Dimension to split by
1839
+ """
1840
+ dimension_filter: NotRequired[pulumi.Input[builtins.str]]
1841
+ """
1842
+ Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
1843
+ """
1844
+ display_name: NotRequired[pulumi.Input[builtins.str]]
1845
+ """
1846
+ Display name
1847
+ """
1848
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
1849
+ """
1850
+ Optional set of labels (key-value pairs)
1851
+ """
1852
+ refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
1853
+ """
1854
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1855
+ """
1856
+ elif False:
1857
+ ResourceMetricSignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1858
+
1859
+ @pulumi.input_type
1860
+ class ResourceMetricSignalDefinitionPropertiesArgs:
1861
+ def __init__(__self__, *,
1862
+ aggregation_type: pulumi.Input[Union[builtins.str, 'MetricAggregationType']],
1863
+ evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
1864
+ metric_name: pulumi.Input[builtins.str],
1865
+ metric_namespace: pulumi.Input[builtins.str],
1866
+ signal_kind: pulumi.Input[builtins.str],
1867
+ time_grain: pulumi.Input[builtins.str],
1868
+ data_unit: Optional[pulumi.Input[builtins.str]] = None,
1869
+ dimension: Optional[pulumi.Input[builtins.str]] = None,
1870
+ dimension_filter: Optional[pulumi.Input[builtins.str]] = None,
1871
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
1872
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
1873
+ refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None):
1874
+ """
1875
+ Azure Resource Metric Signal Definition properties
1876
+ :param pulumi.Input[Union[builtins.str, 'MetricAggregationType']] aggregation_type: Type of aggregation to apply to the metric
1877
+ :param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
1878
+ :param pulumi.Input[builtins.str] metric_name: Name of the metric
1879
+ :param pulumi.Input[builtins.str] metric_namespace: Metric namespace
1880
+ :param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
1881
+ Expected value is 'AzureResourceMetric'.
1882
+ :param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M.
1883
+ :param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1884
+ :param pulumi.Input[builtins.str] dimension: Optional: Dimension to split by
1885
+ :param pulumi.Input[builtins.str] dimension_filter: Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
1886
+ :param pulumi.Input[builtins.str] display_name: Display name
1887
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Optional set of labels (key-value pairs)
1888
+ :param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
1889
+ """
1890
+ pulumi.set(__self__, "aggregation_type", aggregation_type)
1891
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
1892
+ pulumi.set(__self__, "metric_name", metric_name)
1893
+ pulumi.set(__self__, "metric_namespace", metric_namespace)
1894
+ pulumi.set(__self__, "signal_kind", 'AzureResourceMetric')
1895
+ pulumi.set(__self__, "time_grain", time_grain)
1896
+ if data_unit is not None:
1897
+ pulumi.set(__self__, "data_unit", data_unit)
1898
+ if dimension is not None:
1899
+ pulumi.set(__self__, "dimension", dimension)
1900
+ if dimension_filter is not None:
1901
+ pulumi.set(__self__, "dimension_filter", dimension_filter)
1902
+ if display_name is not None:
1903
+ pulumi.set(__self__, "display_name", display_name)
1904
+ if labels is not None:
1905
+ pulumi.set(__self__, "labels", labels)
1906
+ if refresh_interval is None:
1907
+ refresh_interval = 'PT1M'
1908
+ if refresh_interval is not None:
1909
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
1910
+
1911
+ @property
1912
+ @pulumi.getter(name="aggregationType")
1913
+ def aggregation_type(self) -> pulumi.Input[Union[builtins.str, 'MetricAggregationType']]:
1914
+ """
1915
+ Type of aggregation to apply to the metric
1916
+ """
1917
+ return pulumi.get(self, "aggregation_type")
1918
+
1919
+ @aggregation_type.setter
1920
+ def aggregation_type(self, value: pulumi.Input[Union[builtins.str, 'MetricAggregationType']]):
1921
+ pulumi.set(self, "aggregation_type", value)
1922
+
1923
+ @property
1924
+ @pulumi.getter(name="evaluationRules")
1925
+ def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
1926
+ """
1927
+ Evaluation rules for the signal definition
1928
+ """
1929
+ return pulumi.get(self, "evaluation_rules")
1930
+
1931
+ @evaluation_rules.setter
1932
+ def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
1933
+ pulumi.set(self, "evaluation_rules", value)
1934
+
1935
+ @property
1936
+ @pulumi.getter(name="metricName")
1937
+ def metric_name(self) -> pulumi.Input[builtins.str]:
1938
+ """
1939
+ Name of the metric
1940
+ """
1941
+ return pulumi.get(self, "metric_name")
1942
+
1943
+ @metric_name.setter
1944
+ def metric_name(self, value: pulumi.Input[builtins.str]):
1945
+ pulumi.set(self, "metric_name", value)
1946
+
1947
+ @property
1948
+ @pulumi.getter(name="metricNamespace")
1949
+ def metric_namespace(self) -> pulumi.Input[builtins.str]:
1950
+ """
1951
+ Metric namespace
1952
+ """
1953
+ return pulumi.get(self, "metric_namespace")
1954
+
1955
+ @metric_namespace.setter
1956
+ def metric_namespace(self, value: pulumi.Input[builtins.str]):
1957
+ pulumi.set(self, "metric_namespace", value)
1958
+
1959
+ @property
1960
+ @pulumi.getter(name="signalKind")
1961
+ def signal_kind(self) -> pulumi.Input[builtins.str]:
1962
+ """
1963
+ Supported signal kinds as discriminator
1964
+ Expected value is 'AzureResourceMetric'.
1965
+ """
1966
+ return pulumi.get(self, "signal_kind")
1967
+
1968
+ @signal_kind.setter
1969
+ def signal_kind(self, value: pulumi.Input[builtins.str]):
1970
+ pulumi.set(self, "signal_kind", value)
1971
+
1972
+ @property
1973
+ @pulumi.getter(name="timeGrain")
1974
+ def time_grain(self) -> pulumi.Input[builtins.str]:
1975
+ """
1976
+ Time range of signal. ISO duration format like PT10M.
1977
+ """
1978
+ return pulumi.get(self, "time_grain")
1979
+
1980
+ @time_grain.setter
1981
+ def time_grain(self, value: pulumi.Input[builtins.str]):
1982
+ pulumi.set(self, "time_grain", value)
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="dataUnit")
1986
+ def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
1987
+ """
1988
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
1989
+ """
1990
+ return pulumi.get(self, "data_unit")
1991
+
1992
+ @data_unit.setter
1993
+ def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
1994
+ pulumi.set(self, "data_unit", value)
1995
+
1996
+ @property
1997
+ @pulumi.getter
1998
+ def dimension(self) -> Optional[pulumi.Input[builtins.str]]:
1999
+ """
2000
+ Optional: Dimension to split by
2001
+ """
2002
+ return pulumi.get(self, "dimension")
2003
+
2004
+ @dimension.setter
2005
+ def dimension(self, value: Optional[pulumi.Input[builtins.str]]):
2006
+ pulumi.set(self, "dimension", value)
2007
+
2008
+ @property
2009
+ @pulumi.getter(name="dimensionFilter")
2010
+ def dimension_filter(self) -> Optional[pulumi.Input[builtins.str]]:
2011
+ """
2012
+ Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
2013
+ """
2014
+ return pulumi.get(self, "dimension_filter")
2015
+
2016
+ @dimension_filter.setter
2017
+ def dimension_filter(self, value: Optional[pulumi.Input[builtins.str]]):
2018
+ pulumi.set(self, "dimension_filter", value)
2019
+
2020
+ @property
2021
+ @pulumi.getter(name="displayName")
2022
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
2023
+ """
2024
+ Display name
2025
+ """
2026
+ return pulumi.get(self, "display_name")
2027
+
2028
+ @display_name.setter
2029
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
2030
+ pulumi.set(self, "display_name", value)
2031
+
2032
+ @property
2033
+ @pulumi.getter
2034
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
2035
+ """
2036
+ Optional set of labels (key-value pairs)
2037
+ """
2038
+ return pulumi.get(self, "labels")
2039
+
2040
+ @labels.setter
2041
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
2042
+ pulumi.set(self, "labels", value)
2043
+
2044
+ @property
2045
+ @pulumi.getter(name="refreshInterval")
2046
+ def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
2047
+ """
2048
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
2049
+ """
2050
+ return pulumi.get(self, "refresh_interval")
2051
+
2052
+ @refresh_interval.setter
2053
+ def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
2054
+ pulumi.set(self, "refresh_interval", value)
2055
+
2056
+
2057
+ if not MYPY:
2058
+ class SignalAssignmentArgsDict(TypedDict):
2059
+ """
2060
+ Group of signal definition assignments
2061
+ """
2062
+ signal_definitions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
2063
+ """
2064
+ Signal definitions referenced by their names. All definitions are combined with an AND operator.
2065
+ """
2066
+ elif False:
2067
+ SignalAssignmentArgsDict: TypeAlias = Mapping[str, Any]
2068
+
2069
+ @pulumi.input_type
2070
+ class SignalAssignmentArgs:
2071
+ def __init__(__self__, *,
2072
+ signal_definitions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2073
+ """
2074
+ Group of signal definition assignments
2075
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] signal_definitions: Signal definitions referenced by their names. All definitions are combined with an AND operator.
2076
+ """
2077
+ pulumi.set(__self__, "signal_definitions", signal_definitions)
2078
+
2079
+ @property
2080
+ @pulumi.getter(name="signalDefinitions")
2081
+ def signal_definitions(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
2082
+ """
2083
+ Signal definitions referenced by their names. All definitions are combined with an AND operator.
2084
+ """
2085
+ return pulumi.get(self, "signal_definitions")
2086
+
2087
+ @signal_definitions.setter
2088
+ def signal_definitions(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2089
+ pulumi.set(self, "signal_definitions", value)
2090
+
2091
+
2092
+ if not MYPY:
2093
+ class SignalGroupArgsDict(TypedDict):
2094
+ """
2095
+ Contains various signal groups that can be assigned to an entity
2096
+ """
2097
+ azure_log_analytics: NotRequired[pulumi.Input['LogAnalyticsSignalGroupArgsDict']]
2098
+ """
2099
+ Log Analytics Signal Group
2100
+ """
2101
+ azure_monitor_workspace: NotRequired[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgsDict']]
2102
+ """
2103
+ Azure Monitor Workspace Signal Group
2104
+ """
2105
+ azure_resource: NotRequired[pulumi.Input['AzureResourceSignalGroupArgsDict']]
2106
+ """
2107
+ Azure Resource Signal Group
2108
+ """
2109
+ dependencies: NotRequired[pulumi.Input['DependenciesSignalGroupArgsDict']]
2110
+ """
2111
+ Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
2112
+ """
2113
+ elif False:
2114
+ SignalGroupArgsDict: TypeAlias = Mapping[str, Any]
2115
+
2116
+ @pulumi.input_type
2117
+ class SignalGroupArgs:
2118
+ def __init__(__self__, *,
2119
+ azure_log_analytics: Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']] = None,
2120
+ azure_monitor_workspace: Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']] = None,
2121
+ azure_resource: Optional[pulumi.Input['AzureResourceSignalGroupArgs']] = None,
2122
+ dependencies: Optional[pulumi.Input['DependenciesSignalGroupArgs']] = None):
2123
+ """
2124
+ Contains various signal groups that can be assigned to an entity
2125
+ :param pulumi.Input['LogAnalyticsSignalGroupArgs'] azure_log_analytics: Log Analytics Signal Group
2126
+ :param pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs'] azure_monitor_workspace: Azure Monitor Workspace Signal Group
2127
+ :param pulumi.Input['AzureResourceSignalGroupArgs'] azure_resource: Azure Resource Signal Group
2128
+ :param pulumi.Input['DependenciesSignalGroupArgs'] dependencies: Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
2129
+ """
2130
+ if azure_log_analytics is not None:
2131
+ pulumi.set(__self__, "azure_log_analytics", azure_log_analytics)
2132
+ if azure_monitor_workspace is not None:
2133
+ pulumi.set(__self__, "azure_monitor_workspace", azure_monitor_workspace)
2134
+ if azure_resource is not None:
2135
+ pulumi.set(__self__, "azure_resource", azure_resource)
2136
+ if dependencies is not None:
2137
+ pulumi.set(__self__, "dependencies", dependencies)
2138
+
2139
+ @property
2140
+ @pulumi.getter(name="azureLogAnalytics")
2141
+ def azure_log_analytics(self) -> Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']]:
2142
+ """
2143
+ Log Analytics Signal Group
2144
+ """
2145
+ return pulumi.get(self, "azure_log_analytics")
2146
+
2147
+ @azure_log_analytics.setter
2148
+ def azure_log_analytics(self, value: Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']]):
2149
+ pulumi.set(self, "azure_log_analytics", value)
2150
+
2151
+ @property
2152
+ @pulumi.getter(name="azureMonitorWorkspace")
2153
+ def azure_monitor_workspace(self) -> Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']]:
2154
+ """
2155
+ Azure Monitor Workspace Signal Group
2156
+ """
2157
+ return pulumi.get(self, "azure_monitor_workspace")
2158
+
2159
+ @azure_monitor_workspace.setter
2160
+ def azure_monitor_workspace(self, value: Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']]):
2161
+ pulumi.set(self, "azure_monitor_workspace", value)
2162
+
2163
+ @property
2164
+ @pulumi.getter(name="azureResource")
2165
+ def azure_resource(self) -> Optional[pulumi.Input['AzureResourceSignalGroupArgs']]:
2166
+ """
2167
+ Azure Resource Signal Group
2168
+ """
2169
+ return pulumi.get(self, "azure_resource")
2170
+
2171
+ @azure_resource.setter
2172
+ def azure_resource(self, value: Optional[pulumi.Input['AzureResourceSignalGroupArgs']]):
2173
+ pulumi.set(self, "azure_resource", value)
2174
+
2175
+ @property
2176
+ @pulumi.getter
2177
+ def dependencies(self) -> Optional[pulumi.Input['DependenciesSignalGroupArgs']]:
2178
+ """
2179
+ Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
2180
+ """
2181
+ return pulumi.get(self, "dependencies")
2182
+
2183
+ @dependencies.setter
2184
+ def dependencies(self, value: Optional[pulumi.Input['DependenciesSignalGroupArgs']]):
2185
+ pulumi.set(self, "dependencies", value)
2186
+
2187
+
2188
+ if not MYPY:
2189
+ class ThresholdRuleArgsDict(TypedDict):
2190
+ """
2191
+ Threshold-based evaluation rule for a signal definition
2192
+ """
2193
+ operator: pulumi.Input[Union[builtins.str, 'SignalOperator']]
2194
+ """
2195
+ Operator how to compare the signal value with the threshold
2196
+ """
2197
+ threshold: pulumi.Input[builtins.str]
2198
+ """
2199
+ Threshold value
2200
+ """
2201
+ elif False:
2202
+ ThresholdRuleArgsDict: TypeAlias = Mapping[str, Any]
2203
+
2204
+ @pulumi.input_type
2205
+ class ThresholdRuleArgs:
2206
+ def __init__(__self__, *,
2207
+ operator: pulumi.Input[Union[builtins.str, 'SignalOperator']],
2208
+ threshold: pulumi.Input[builtins.str]):
2209
+ """
2210
+ Threshold-based evaluation rule for a signal definition
2211
+ :param pulumi.Input[Union[builtins.str, 'SignalOperator']] operator: Operator how to compare the signal value with the threshold
2212
+ :param pulumi.Input[builtins.str] threshold: Threshold value
2213
+ """
2214
+ pulumi.set(__self__, "operator", operator)
2215
+ pulumi.set(__self__, "threshold", threshold)
2216
+
2217
+ @property
2218
+ @pulumi.getter
2219
+ def operator(self) -> pulumi.Input[Union[builtins.str, 'SignalOperator']]:
2220
+ """
2221
+ Operator how to compare the signal value with the threshold
2222
+ """
2223
+ return pulumi.get(self, "operator")
2224
+
2225
+ @operator.setter
2226
+ def operator(self, value: pulumi.Input[Union[builtins.str, 'SignalOperator']]):
2227
+ pulumi.set(self, "operator", value)
2228
+
2229
+ @property
2230
+ @pulumi.getter
2231
+ def threshold(self) -> pulumi.Input[builtins.str]:
2232
+ """
2233
+ Threshold value
2234
+ """
2235
+ return pulumi.get(self, "threshold")
2236
+
2237
+ @threshold.setter
2238
+ def threshold(self, value: pulumi.Input[builtins.str]):
2239
+ pulumi.set(self, "threshold", value)
2240
+
2241
+