pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761334446__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 (1204) hide show
  1. pulumi_azure_native/__init__.py +25 -34
  2. pulumi_azure_native/apimanagement/_enums.py +1 -1
  3. pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
  4. pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
  5. pulumi_azure_native/app/certificate.py +3 -3
  6. pulumi_azure_native/app/connected_environment.py +3 -3
  7. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  8. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  9. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  10. pulumi_azure_native/app/container_app.py +3 -3
  11. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  12. pulumi_azure_native/app/container_apps_session_pool.py +3 -3
  13. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  14. pulumi_azure_native/app/dapr_component.py +3 -3
  15. pulumi_azure_native/app/get_certificate.py +2 -2
  16. pulumi_azure_native/app/get_connected_environment.py +2 -2
  17. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  18. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  19. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  20. pulumi_azure_native/app/get_container_app.py +2 -2
  21. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  22. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  23. pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
  24. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  25. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  26. pulumi_azure_native/app/get_dapr_component.py +2 -2
  27. pulumi_azure_native/app/get_http_route_config.py +2 -2
  28. pulumi_azure_native/app/get_java_component.py +2 -2
  29. pulumi_azure_native/app/get_job.py +2 -2
  30. pulumi_azure_native/app/get_logic_app.py +2 -2
  31. pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
  32. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  33. pulumi_azure_native/app/get_managed_environment.py +2 -2
  34. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  35. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
  36. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  37. pulumi_azure_native/app/http_route_config.py +3 -3
  38. pulumi_azure_native/app/java_component.py +3 -3
  39. pulumi_azure_native/app/job.py +3 -3
  40. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  41. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  42. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  43. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  44. pulumi_azure_native/app/list_job_secrets.py +2 -2
  45. pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
  46. pulumi_azure_native/app/logic_app.py +3 -3
  47. pulumi_azure_native/app/maintenance_configuration.py +3 -3
  48. pulumi_azure_native/app/managed_certificate.py +3 -3
  49. pulumi_azure_native/app/managed_environment.py +3 -3
  50. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
  51. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  52. pulumi_azure_native/azurearcdata/_enums.py +135 -0
  53. pulumi_azure_native/azurearcdata/_inputs.py +729 -7
  54. pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
  55. pulumi_azure_native/azurearcdata/data_controller.py +4 -4
  56. pulumi_azure_native/azurearcdata/failover_group.py +4 -4
  57. pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
  58. pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
  59. pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
  60. pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
  61. pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
  62. pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
  63. pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
  64. pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
  65. pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
  66. pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
  67. pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
  68. pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
  69. pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
  70. pulumi_azure_native/azurearcdata/outputs.py +2070 -76
  71. pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
  72. pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
  73. pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
  74. pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
  75. pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
  76. pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
  77. pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
  78. pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
  79. pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
  80. pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
  81. pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
  82. pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
  83. pulumi_azure_native/azuredatatransfer/outputs.py +600 -0
  84. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  85. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  86. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  87. pulumi_azure_native/azurestackhci/extension.py +3 -3
  88. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  89. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  90. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  91. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  92. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  93. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  94. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  95. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  96. pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
  97. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  98. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  99. pulumi_azure_native/azurestackhci/update.py +3 -3
  100. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  101. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  102. pulumi_azure_native/batch/_enums.py +1 -1
  103. pulumi_azure_native/billingbenefits/_enums.py +55 -0
  104. pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
  105. pulumi_azure_native/billingbenefits/discount.py +26 -234
  106. pulumi_azure_native/billingbenefits/get_discount.py +12 -166
  107. pulumi_azure_native/billingbenefits/outputs.py +1489 -4
  108. pulumi_azure_native/cdn/__init__.py +6 -0
  109. pulumi_azure_native/cdn/_enums.py +85 -2
  110. pulumi_azure_native/cdn/_inputs.py +310 -99
  111. pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
  112. pulumi_azure_native/cdn/afd_endpoint.py +18 -18
  113. pulumi_azure_native/cdn/afd_origin.py +37 -38
  114. pulumi_azure_native/cdn/afd_origin_group.py +43 -14
  115. pulumi_azure_native/cdn/custom_domain.py +14 -14
  116. pulumi_azure_native/cdn/endpoint.py +20 -20
  117. pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
  118. pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
  119. pulumi_azure_native/cdn/get_afd_origin.py +15 -15
  120. pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
  121. pulumi_azure_native/cdn/get_custom_domain.py +12 -12
  122. pulumi_azure_native/cdn/get_endpoint.py +15 -15
  123. pulumi_azure_native/cdn/get_key_group.py +2 -2
  124. pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
  125. pulumi_azure_native/cdn/get_origin.py +12 -12
  126. pulumi_azure_native/cdn/get_origin_group.py +13 -13
  127. pulumi_azure_native/cdn/get_policy.py +14 -11
  128. pulumi_azure_native/cdn/get_profile.py +12 -12
  129. pulumi_azure_native/cdn/get_profile_agent.py +196 -0
  130. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
  131. pulumi_azure_native/cdn/get_route.py +13 -13
  132. pulumi_azure_native/cdn/get_rule.py +16 -16
  133. pulumi_azure_native/cdn/get_rule_set.py +12 -12
  134. pulumi_azure_native/cdn/get_secret.py +12 -12
  135. pulumi_azure_native/cdn/get_security_policy.py +12 -12
  136. pulumi_azure_native/cdn/get_web_agent.py +246 -0
  137. pulumi_azure_native/cdn/key_group.py +3 -3
  138. pulumi_azure_native/cdn/knowledge_source.py +345 -0
  139. pulumi_azure_native/cdn/origin.py +17 -17
  140. pulumi_azure_native/cdn/origin_group.py +31 -32
  141. pulumi_azure_native/cdn/outputs.py +262 -82
  142. pulumi_azure_native/cdn/policy.py +18 -15
  143. pulumi_azure_native/cdn/profile.py +19 -19
  144. pulumi_azure_native/cdn/profile_agent.py +277 -0
  145. pulumi_azure_native/cdn/route.py +31 -32
  146. pulumi_azure_native/cdn/rule.py +50 -52
  147. pulumi_azure_native/cdn/rule_set.py +17 -17
  148. pulumi_azure_native/cdn/secret.py +14 -14
  149. pulumi_azure_native/cdn/security_policy.py +14 -14
  150. pulumi_azure_native/cdn/web_agent.py +352 -0
  151. pulumi_azure_native/codesigning/certificate_profile.py +3 -3
  152. pulumi_azure_native/codesigning/code_signing_account.py +3 -3
  153. pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
  154. pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
  155. pulumi_azure_native/cognitiveservices/__init__.py +2 -0
  156. pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
  157. pulumi_azure_native/cognitiveservices/account.py +3 -3
  158. pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
  159. pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
  160. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  161. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  162. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  163. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  164. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  165. pulumi_azure_native/cognitiveservices/get_account_capability_host.py +2 -2
  166. pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
  167. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  168. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  169. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  170. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  171. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/cognitiveservices/get_project.py +2 -2
  173. pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
  174. pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
  175. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  176. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  177. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  178. pulumi_azure_native/cognitiveservices/get_rai_topic.py +200 -0
  179. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  180. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  181. pulumi_azure_native/cognitiveservices/outputs.py +135 -0
  182. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  183. pulumi_azure_native/cognitiveservices/project.py +3 -3
  184. pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
  185. pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
  186. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  187. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  188. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  189. pulumi_azure_native/cognitiveservices/rai_topic.py +279 -0
  190. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  191. pulumi_azure_native/compute/_enums.py +1 -1
  192. pulumi_azure_native/compute/_inputs.py +19 -19
  193. pulumi_azure_native/compute/availability_set.py +3 -3
  194. pulumi_azure_native/compute/capacity_reservation.py +7 -7
  195. pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
  196. pulumi_azure_native/compute/dedicated_host.py +3 -3
  197. pulumi_azure_native/compute/dedicated_host_group.py +3 -3
  198. pulumi_azure_native/compute/get_availability_set.py +2 -2
  199. pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
  200. pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
  201. pulumi_azure_native/compute/get_dedicated_host.py +2 -2
  202. pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
  203. pulumi_azure_native/compute/get_image.py +2 -2
  204. pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
  205. pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
  206. pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
  207. pulumi_azure_native/compute/get_restore_point.py +2 -2
  208. pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
  209. pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
  210. pulumi_azure_native/compute/get_virtual_machine.py +2 -2
  211. pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
  212. pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
  213. pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
  214. pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
  215. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
  216. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
  217. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
  218. pulumi_azure_native/compute/image.py +3 -3
  219. pulumi_azure_native/compute/outputs.py +14 -14
  220. pulumi_azure_native/compute/proximity_placement_group.py +3 -3
  221. pulumi_azure_native/compute/restore_point.py +3 -3
  222. pulumi_azure_native/compute/restore_point_collection.py +3 -3
  223. pulumi_azure_native/compute/ssh_public_key.py +3 -3
  224. pulumi_azure_native/compute/virtual_machine.py +3 -3
  225. pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
  226. pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
  227. pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
  228. pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
  229. pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
  230. pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
  231. pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
  232. pulumi_azure_native/confluent/connector.py +3 -3
  233. pulumi_azure_native/confluent/get_connector.py +2 -2
  234. pulumi_azure_native/confluent/get_organization.py +2 -2
  235. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
  236. pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
  237. pulumi_azure_native/confluent/get_topic.py +2 -2
  238. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  239. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  240. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  241. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  242. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  243. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  244. pulumi_azure_native/confluent/list_access_users.py +2 -2
  245. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  246. pulumi_azure_native/confluent/organization.py +3 -3
  247. pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
  248. pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
  249. pulumi_azure_native/confluent/topic.py +3 -3
  250. pulumi_azure_native/containerinstance/__init__.py +2 -0
  251. pulumi_azure_native/containerinstance/_enums.py +30 -1
  252. pulumi_azure_native/containerinstance/_inputs.py +1153 -5
  253. pulumi_azure_native/containerinstance/cg_profile.py +47 -79
  254. pulumi_azure_native/containerinstance/container_group.py +3 -3
  255. pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
  256. pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
  257. pulumi_azure_native/containerinstance/get_container_group.py +2 -2
  258. pulumi_azure_native/containerinstance/get_n_group.py +278 -0
  259. pulumi_azure_native/containerinstance/n_group.py +433 -0
  260. pulumi_azure_native/containerinstance/outputs.py +1044 -11
  261. pulumi_azure_native/containerservice/__init__.py +4 -0
  262. pulumi_azure_native/containerservice/_enums.py +33 -0
  263. pulumi_azure_native/containerservice/_inputs.py +581 -0
  264. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  265. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  266. pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
  267. pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -0
  268. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  269. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  270. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  271. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  272. pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
  273. pulumi_azure_native/containerservice/get_node_customization.py +208 -0
  274. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  275. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  276. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  277. pulumi_azure_native/containerservice/identity_binding.py +5 -1
  278. pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
  279. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  280. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  281. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  282. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
  283. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  284. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  285. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  286. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  287. pulumi_azure_native/containerservice/managed_namespace.py +3 -3
  288. pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
  289. pulumi_azure_native/containerservice/outputs.py +507 -22
  290. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  291. pulumi_azure_native/containerservice/snapshot.py +3 -3
  292. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  293. pulumi_azure_native/dashboard/dashboard.py +5 -1
  294. pulumi_azure_native/dashboard/get_dashboard.py +4 -0
  295. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  296. pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
  297. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  298. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  299. pulumi_azure_native/dashboard/grafana.py +3 -3
  300. pulumi_azure_native/dashboard/integration_fabric.py +3 -3
  301. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  302. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  303. pulumi_azure_native/datafactory/_enums.py +33 -0
  304. pulumi_azure_native/datafactory/_inputs.py +200 -0
  305. pulumi_azure_native/datafactory/outputs.py +134 -0
  306. pulumi_azure_native/datamigration/__init__.py +4 -0
  307. pulumi_azure_native/datamigration/_enums.py +28 -0
  308. pulumi_azure_native/datamigration/_inputs.py +981 -56
  309. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
  310. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
  311. pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
  312. pulumi_azure_native/datamigration/database_migrations_sql_mi.py +236 -0
  313. pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
  314. pulumi_azure_native/datamigration/file.py +3 -3
  315. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
  316. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
  317. pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
  318. pulumi_azure_native/datamigration/get_database_migrations_sql_mi.py +182 -0
  319. pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
  320. pulumi_azure_native/datamigration/get_file.py +2 -2
  321. pulumi_azure_native/datamigration/get_migration_service.py +2 -2
  322. pulumi_azure_native/datamigration/get_project.py +2 -2
  323. pulumi_azure_native/datamigration/get_service.py +2 -2
  324. pulumi_azure_native/datamigration/get_service_task.py +2 -2
  325. pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
  326. pulumi_azure_native/datamigration/get_task.py +2 -2
  327. pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
  328. pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
  329. pulumi_azure_native/datamigration/migration_service.py +3 -3
  330. pulumi_azure_native/datamigration/outputs.py +2194 -696
  331. pulumi_azure_native/datamigration/project.py +3 -3
  332. pulumi_azure_native/datamigration/service.py +3 -3
  333. pulumi_azure_native/datamigration/service_task.py +3 -3
  334. pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
  335. pulumi_azure_native/datamigration/task.py +3 -3
  336. pulumi_azure_native/dataprotection/_inputs.py +3 -3
  337. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  338. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  339. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  340. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  341. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  342. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  343. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  344. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  345. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  346. pulumi_azure_native/dataprotection/outputs.py +2 -2
  347. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  348. pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
  349. pulumi_azure_native/dbformysql/configuration.py +3 -3
  350. pulumi_azure_native/dbformysql/database.py +3 -3
  351. pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
  352. pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
  353. pulumi_azure_native/dbformysql/get_configuration.py +2 -2
  354. pulumi_azure_native/dbformysql/get_database.py +2 -2
  355. pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
  356. pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
  357. pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
  358. pulumi_azure_native/dbformysql/get_server.py +2 -2
  359. pulumi_azure_native/dbformysql/outputs.py +3 -3
  360. pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
  361. pulumi_azure_native/dbformysql/server.py +3 -3
  362. pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
  363. pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
  364. pulumi_azure_native/dbforpostgresql/backup.py +1 -1
  365. pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
  366. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  367. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  368. pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
  369. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  370. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  371. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  372. pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
  373. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  374. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  375. pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
  376. pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
  377. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  378. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  379. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
  380. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  381. pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
  382. pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
  383. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  384. pulumi_azure_native/dependencymap/__init__.py +2 -0
  385. pulumi_azure_native/dependencymap/_inputs.py +117 -0
  386. pulumi_azure_native/dependencymap/discovery_source.py +3 -3
  387. pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
  388. pulumi_azure_native/dependencymap/get_map.py +2 -2
  389. pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
  390. pulumi_azure_native/dependencymap/map.py +3 -3
  391. pulumi_azure_native/dependencymap/outputs.py +125 -0
  392. pulumi_azure_native/deviceregistry/asset.py +3 -3
  393. pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
  394. pulumi_azure_native/deviceregistry/get_asset.py +2 -2
  395. pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
  396. pulumi_azure_native/deviceregistry/get_namespace.py +4 -0
  397. pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
  398. pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
  399. pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
  400. pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
  401. pulumi_azure_native/deviceregistry/get_schema.py +2 -2
  402. pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
  403. pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
  404. pulumi_azure_native/deviceregistry/namespace.py +5 -1
  405. pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
  406. pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
  407. pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
  408. pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
  409. pulumi_azure_native/deviceregistry/schema.py +3 -3
  410. pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
  411. pulumi_azure_native/deviceregistry/schema_version.py +3 -3
  412. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  413. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  414. pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
  415. pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
  416. pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +3 -3
  417. pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
  418. pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
  419. pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
  420. pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
  421. pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
  422. pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
  423. pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +2 -2
  424. pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
  425. pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
  426. pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
  427. pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
  428. pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
  429. pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
  430. pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
  431. pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
  432. pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
  433. pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
  434. pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +2 -2
  435. pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
  436. pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
  437. pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
  438. pulumi_azure_native/durabletask/get_scheduler.py +2 -2
  439. pulumi_azure_native/durabletask/get_task_hub.py +2 -2
  440. pulumi_azure_native/durabletask/retention_policy.py +5 -1
  441. pulumi_azure_native/durabletask/scheduler.py +3 -3
  442. pulumi_azure_native/durabletask/task_hub.py +3 -3
  443. pulumi_azure_native/edge/__init__.py +2 -0
  444. pulumi_azure_native/edge/_inputs.py +39 -2
  445. pulumi_azure_native/edge/get_schema_reference.py +180 -0
  446. pulumi_azure_native/edge/get_site.py +2 -2
  447. pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
  448. pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
  449. pulumi_azure_native/edge/outputs.py +55 -2
  450. pulumi_azure_native/edge/schema_reference.py +229 -0
  451. pulumi_azure_native/edge/site.py +3 -3
  452. pulumi_azure_native/edge/sites_by_service_group.py +3 -3
  453. pulumi_azure_native/edge/sites_by_subscription.py +3 -3
  454. pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
  455. pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
  456. pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
  457. pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
  458. pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
  459. pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
  460. pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
  461. pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
  462. pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
  463. pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
  464. pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
  465. pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
  466. pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
  467. pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
  468. pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
  469. pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
  470. pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
  471. pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
  472. pulumi_azure_native/iothub/certificate.py +3 -3
  473. pulumi_azure_native/iothub/get_certificate.py +2 -2
  474. pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
  475. pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
  476. pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
  477. pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
  478. pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
  479. pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
  480. pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
  481. pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
  482. pulumi_azure_native/iotoperations/akri_connector.py +5 -1
  483. pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
  484. pulumi_azure_native/iotoperations/broker.py +3 -3
  485. pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
  486. pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
  487. pulumi_azure_native/iotoperations/broker_listener.py +3 -3
  488. pulumi_azure_native/iotoperations/dataflow.py +3 -3
  489. pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
  490. pulumi_azure_native/iotoperations/dataflow_graph.py +5 -1
  491. pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
  492. pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
  493. pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -0
  494. pulumi_azure_native/iotoperations/get_broker.py +2 -2
  495. pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
  496. pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
  497. pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
  498. pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
  499. pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
  500. pulumi_azure_native/iotoperations/get_dataflow_graph.py +4 -0
  501. pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
  502. pulumi_azure_native/iotoperations/get_instance.py +2 -2
  503. pulumi_azure_native/iotoperations/get_registry_endpoint.py +4 -0
  504. pulumi_azure_native/iotoperations/instance.py +3 -3
  505. pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
  506. pulumi_azure_native/keyvault/get_key.py +2 -2
  507. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  508. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  509. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  510. pulumi_azure_native/keyvault/get_secret.py +2 -2
  511. pulumi_azure_native/keyvault/get_vault.py +2 -2
  512. pulumi_azure_native/keyvault/key.py +3 -3
  513. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  514. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  515. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  516. pulumi_azure_native/keyvault/secret.py +3 -3
  517. pulumi_azure_native/keyvault/vault.py +3 -3
  518. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  519. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  520. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  521. pulumi_azure_native/machinelearningservices/_enums.py +24 -0
  522. pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
  523. pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
  524. pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
  525. pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
  526. pulumi_azure_native/machinelearningservices/code_container.py +5 -5
  527. pulumi_azure_native/machinelearningservices/code_version.py +5 -5
  528. pulumi_azure_native/machinelearningservices/component_container.py +5 -5
  529. pulumi_azure_native/machinelearningservices/component_version.py +5 -5
  530. pulumi_azure_native/machinelearningservices/compute.py +5 -5
  531. pulumi_azure_native/machinelearningservices/data_container.py +5 -5
  532. pulumi_azure_native/machinelearningservices/data_version.py +5 -5
  533. pulumi_azure_native/machinelearningservices/datastore.py +5 -5
  534. pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
  535. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  536. pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
  537. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
  538. pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
  539. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
  540. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
  541. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
  542. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
  543. pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
  544. pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
  545. pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
  546. pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
  547. pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
  548. pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
  549. pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
  550. pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
  551. pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
  552. pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
  553. pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
  554. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
  555. pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
  556. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
  557. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
  558. pulumi_azure_native/machinelearningservices/get_job.py +4 -4
  559. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
  560. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
  561. pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
  562. pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
  563. pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
  564. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
  565. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
  566. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
  567. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
  568. pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
  569. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
  570. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
  571. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
  572. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
  573. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
  574. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
  575. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
  576. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
  577. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
  578. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
  579. pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
  580. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
  581. pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
  582. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
  583. pulumi_azure_native/machinelearningservices/job.py +5 -5
  584. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
  585. pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
  586. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
  587. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
  588. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
  589. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
  590. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
  591. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
  592. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
  593. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
  594. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
  595. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  596. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
  597. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
  598. pulumi_azure_native/machinelearningservices/model_container.py +5 -5
  599. pulumi_azure_native/machinelearningservices/model_version.py +5 -5
  600. pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
  601. pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
  602. pulumi_azure_native/machinelearningservices/outputs.py +209 -74
  603. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
  604. pulumi_azure_native/machinelearningservices/registry.py +5 -5
  605. pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
  606. pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
  607. pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
  608. pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
  609. pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
  610. pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
  611. pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
  612. pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
  613. pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
  614. pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
  615. pulumi_azure_native/machinelearningservices/schedule.py +5 -5
  616. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
  617. pulumi_azure_native/machinelearningservices/workspace.py +84 -5
  618. pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
  619. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  620. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  621. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  622. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  623. pulumi_azure_native/mongocluster/get_user.py +2 -2
  624. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  625. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  626. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  627. pulumi_azure_native/mongocluster/user.py +3 -3
  628. pulumi_azure_native/monitor/__init__.py +16 -0
  629. pulumi_azure_native/monitor/_enums.py +260 -0
  630. pulumi_azure_native/monitor/_inputs.py +2492 -79
  631. pulumi_azure_native/monitor/authentication_setting.py +257 -0
  632. pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
  633. pulumi_azure_native/monitor/data_collection_rule.py +5 -1
  634. pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
  635. pulumi_azure_native/monitor/discovery_rule.py +258 -0
  636. pulumi_azure_native/monitor/entity.py +258 -0
  637. pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
  638. pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
  639. pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
  640. pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
  641. pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
  642. pulumi_azure_native/monitor/get_entity.py +174 -0
  643. pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
  644. pulumi_azure_native/monitor/get_issue.py +168 -0
  645. pulumi_azure_native/monitor/get_metric_alert.py +4 -0
  646. pulumi_azure_native/monitor/get_relationship.py +174 -0
  647. pulumi_azure_native/monitor/get_signal_definition.py +174 -0
  648. pulumi_azure_native/monitor/health_model.py +324 -0
  649. pulumi_azure_native/monitor/issue.py +277 -0
  650. pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
  651. pulumi_azure_native/monitor/list_issue_resources.py +118 -0
  652. pulumi_azure_native/monitor/metric_alert.py +5 -1
  653. pulumi_azure_native/monitor/outputs.py +2829 -100
  654. pulumi_azure_native/monitor/relationship.py +257 -0
  655. pulumi_azure_native/monitor/signal_definition.py +258 -0
  656. pulumi_azure_native/netapp/account.py +3 -3
  657. pulumi_azure_native/netapp/backup.py +3 -3
  658. pulumi_azure_native/netapp/backup_policy.py +3 -3
  659. pulumi_azure_native/netapp/backup_vault.py +3 -3
  660. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  661. pulumi_azure_native/netapp/capacity_pool_bucket.py +3 -3
  662. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  663. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  664. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  665. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  666. pulumi_azure_native/netapp/get_account.py +2 -2
  667. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  668. pulumi_azure_native/netapp/get_backup.py +2 -2
  669. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  670. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  671. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  672. pulumi_azure_native/netapp/get_capacity_pool_bucket.py +2 -2
  673. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  674. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  675. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  676. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  677. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  678. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  679. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  680. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  681. pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
  682. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  683. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  684. pulumi_azure_native/netapp/volume_group.py +3 -3
  685. pulumi_azure_native/network/__init__.py +2 -0
  686. pulumi_azure_native/network/admin_rule.py +3 -3
  687. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  688. pulumi_azure_native/network/application_gateway.py +3 -3
  689. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  690. pulumi_azure_native/network/application_security_group.py +3 -3
  691. pulumi_azure_native/network/azure_firewall.py +3 -3
  692. pulumi_azure_native/network/bastion_host.py +3 -3
  693. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  694. pulumi_azure_native/network/connection_monitor.py +3 -3
  695. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  696. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  697. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  698. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  699. pulumi_azure_native/network/default_admin_rule.py +1 -1
  700. pulumi_azure_native/network/default_user_rule.py +1 -1
  701. pulumi_azure_native/network/dscp_configuration.py +3 -3
  702. pulumi_azure_native/network/express_route_circuit.py +3 -3
  703. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  704. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  705. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  706. pulumi_azure_native/network/express_route_connection.py +3 -3
  707. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  708. pulumi_azure_native/network/express_route_gateway.py +3 -3
  709. pulumi_azure_native/network/express_route_port.py +3 -3
  710. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  711. pulumi_azure_native/network/firewall_policy.py +3 -3
  712. pulumi_azure_native/network/firewall_policy_draft.py +3 -3
  713. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  714. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
  715. pulumi_azure_native/network/flow_log.py +3 -3
  716. pulumi_azure_native/network/get_active_sessions.py +2 -2
  717. pulumi_azure_native/network/get_admin_rule.py +2 -2
  718. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  719. pulumi_azure_native/network/get_application_gateway.py +2 -2
  720. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  721. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  722. pulumi_azure_native/network/get_application_security_group.py +2 -2
  723. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  724. pulumi_azure_native/network/get_bastion_host.py +2 -2
  725. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  726. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  727. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  728. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  729. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  730. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  731. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  732. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  733. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  734. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  735. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  736. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  737. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  738. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  739. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  740. pulumi_azure_native/network/get_express_route_port.py +2 -2
  741. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  742. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  743. pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
  744. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  745. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
  746. pulumi_azure_native/network/get_flow_log.py +2 -2
  747. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  748. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  749. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  750. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  751. pulumi_azure_native/network/get_ip_group.py +2 -2
  752. pulumi_azure_native/network/get_ipam_pool.py +2 -2
  753. pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
  754. pulumi_azure_native/network/get_load_balancer.py +2 -2
  755. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  756. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  757. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  758. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  759. pulumi_azure_native/network/get_nat_rule.py +2 -2
  760. pulumi_azure_native/network/get_network_group.py +2 -2
  761. pulumi_azure_native/network/get_network_interface.py +2 -2
  762. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  763. pulumi_azure_native/network/get_network_manager.py +2 -2
  764. pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
  765. pulumi_azure_native/network/get_network_profile.py +2 -2
  766. pulumi_azure_native/network/get_network_security_group.py +2 -2
  767. pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
  768. pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
  769. pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
  770. pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
  771. pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
  772. pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
  773. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  774. pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
  775. pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
  776. pulumi_azure_native/network/get_network_watcher.py +2 -2
  777. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  778. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  779. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  780. pulumi_azure_native/network/get_packet_capture.py +2 -2
  781. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  782. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  783. pulumi_azure_native/network/get_private_link_service.py +2 -2
  784. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  785. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  786. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  787. pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
  788. pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
  789. pulumi_azure_native/network/get_route.py +2 -2
  790. pulumi_azure_native/network/get_route_filter.py +2 -2
  791. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  792. pulumi_azure_native/network/get_route_map.py +2 -2
  793. pulumi_azure_native/network/get_route_table.py +2 -2
  794. pulumi_azure_native/network/get_routing_intent.py +2 -2
  795. pulumi_azure_native/network/get_routing_rule.py +2 -2
  796. pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
  797. pulumi_azure_native/network/get_scope_connection.py +2 -2
  798. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  799. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  800. pulumi_azure_native/network/get_security_rule.py +2 -2
  801. pulumi_azure_native/network/get_security_user_configuration.py +2 -2
  802. pulumi_azure_native/network/get_security_user_rule.py +2 -2
  803. pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
  804. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  805. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  806. pulumi_azure_native/network/get_static_cidr.py +2 -2
  807. pulumi_azure_native/network/get_static_member.py +2 -2
  808. pulumi_azure_native/network/get_subnet.py +2 -2
  809. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  810. pulumi_azure_native/network/get_verifier_workspace.py +2 -2
  811. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  812. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  813. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  814. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  815. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  816. pulumi_azure_native/network/get_virtual_network.py +2 -2
  817. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  818. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  819. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  820. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  821. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  822. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  823. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  824. pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
  825. pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
  826. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  827. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  828. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  829. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  830. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  831. pulumi_azure_native/network/get_virtual_router.py +2 -2
  832. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  833. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  834. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  835. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  836. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  837. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  838. pulumi_azure_native/network/get_vpn_site.py +2 -2
  839. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  840. pulumi_azure_native/network/hub_route_table.py +3 -3
  841. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  842. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  843. pulumi_azure_native/network/interface_endpoint.py +1 -1
  844. pulumi_azure_native/network/ip_allocation.py +3 -3
  845. pulumi_azure_native/network/ip_group.py +3 -3
  846. pulumi_azure_native/network/ipam_pool.py +3 -3
  847. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  848. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  849. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  850. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  851. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
  852. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  853. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  854. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  855. pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
  856. pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
  857. pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
  858. pulumi_azure_native/network/load_balancer.py +3 -3
  859. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  860. pulumi_azure_native/network/local_network_gateway.py +3 -3
  861. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  862. pulumi_azure_native/network/nat_gateway.py +3 -3
  863. pulumi_azure_native/network/nat_rule.py +3 -3
  864. pulumi_azure_native/network/network_group.py +3 -3
  865. pulumi_azure_native/network/network_interface.py +3 -3
  866. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  867. pulumi_azure_native/network/network_manager.py +3 -3
  868. pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
  869. pulumi_azure_native/network/network_profile.py +3 -3
  870. pulumi_azure_native/network/network_security_group.py +3 -3
  871. pulumi_azure_native/network/network_security_perimeter.py +3 -3
  872. pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
  873. pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
  874. pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
  875. pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
  876. pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
  877. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  878. pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
  879. pulumi_azure_native/network/network_watcher.py +3 -3
  880. pulumi_azure_native/network/nsp_access_rule.py +1 -1
  881. pulumi_azure_native/network/nsp_association.py +1 -1
  882. pulumi_azure_native/network/nsp_link.py +1 -1
  883. pulumi_azure_native/network/nsp_profile.py +1 -1
  884. pulumi_azure_native/network/outputs.py +36 -0
  885. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  886. pulumi_azure_native/network/packet_capture.py +3 -3
  887. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  888. pulumi_azure_native/network/private_endpoint.py +3 -3
  889. pulumi_azure_native/network/private_link_service.py +3 -3
  890. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  891. pulumi_azure_native/network/public_ip_address.py +3 -3
  892. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  893. pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
  894. pulumi_azure_native/network/reachability_analysis_run.py +3 -3
  895. pulumi_azure_native/network/route.py +3 -3
  896. pulumi_azure_native/network/route_filter.py +3 -3
  897. pulumi_azure_native/network/route_filter_rule.py +3 -3
  898. pulumi_azure_native/network/route_map.py +3 -3
  899. pulumi_azure_native/network/route_table.py +3 -3
  900. pulumi_azure_native/network/routing_intent.py +3 -3
  901. pulumi_azure_native/network/routing_rule.py +3 -3
  902. pulumi_azure_native/network/routing_rule_collection.py +3 -3
  903. pulumi_azure_native/network/scope_connection.py +3 -3
  904. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  905. pulumi_azure_native/network/security_partner_provider.py +3 -3
  906. pulumi_azure_native/network/security_rule.py +3 -3
  907. pulumi_azure_native/network/security_user_configuration.py +3 -3
  908. pulumi_azure_native/network/security_user_rule.py +3 -3
  909. pulumi_azure_native/network/security_user_rule_collection.py +3 -3
  910. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  911. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  912. pulumi_azure_native/network/static_cidr.py +3 -3
  913. pulumi_azure_native/network/static_member.py +3 -3
  914. pulumi_azure_native/network/subnet.py +3 -3
  915. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  916. pulumi_azure_native/network/user_rule.py +1 -1
  917. pulumi_azure_native/network/user_rule_collection.py +1 -1
  918. pulumi_azure_native/network/verifier_workspace.py +3 -3
  919. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  920. pulumi_azure_native/network/virtual_hub.py +3 -3
  921. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  922. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  923. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  924. pulumi_azure_native/network/virtual_network.py +3 -3
  925. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  926. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  927. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  928. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  929. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  930. pulumi_azure_native/network/virtual_router.py +3 -3
  931. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  932. pulumi_azure_native/network/virtual_wan.py +3 -3
  933. pulumi_azure_native/network/vpn_connection.py +3 -3
  934. pulumi_azure_native/network/vpn_gateway.py +3 -3
  935. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  936. pulumi_azure_native/network/vpn_site.py +3 -3
  937. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  938. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  939. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  940. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  941. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  942. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  943. pulumi_azure_native/networkcloud/cluster.py +3 -3
  944. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  945. pulumi_azure_native/networkcloud/console.py +3 -3
  946. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  947. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  948. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  949. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  950. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  951. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  952. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  953. pulumi_azure_native/networkcloud/get_console.py +2 -2
  954. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  955. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  956. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  957. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  958. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  959. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  960. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  961. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  962. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  963. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  964. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  965. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  966. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  967. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  968. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  969. pulumi_azure_native/networkcloud/rack.py +3 -3
  970. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  971. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  972. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  973. pulumi_azure_native/networkcloud/volume.py +3 -3
  974. pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
  975. pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
  976. pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
  977. pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
  978. pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
  979. pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
  980. pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
  981. pulumi_azure_native/offazure/get_sites_controller.py +2 -2
  982. pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
  983. pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
  984. pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
  985. pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
  986. pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
  987. pulumi_azure_native/offazure/hyper_v_site.py +1 -1
  988. pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
  989. pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
  990. pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
  991. pulumi_azure_native/offazure/import_sites_controller.py +3 -3
  992. pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
  993. pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
  994. pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
  995. pulumi_azure_native/offazure/master_sites_controller.py +3 -3
  996. pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
  997. pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
  998. pulumi_azure_native/offazure/server_sites_controller.py +3 -3
  999. pulumi_azure_native/offazure/site.py +1 -1
  1000. pulumi_azure_native/offazure/sites_controller.py +3 -3
  1001. pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
  1002. pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
  1003. pulumi_azure_native/offazure/vcenter_controller.py +3 -3
  1004. pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
  1005. pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
  1006. pulumi_azure_native/pulumi-plugin.json +1 -1
  1007. pulumi_azure_native/quantum/get_workspace.py +2 -2
  1008. pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
  1009. pulumi_azure_native/quantum/workspace.py +3 -3
  1010. pulumi_azure_native/quota/get_group_quota.py +2 -2
  1011. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  1012. pulumi_azure_native/quota/group_quota.py +3 -3
  1013. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  1014. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  1015. pulumi_azure_native/recoveryservices/vault.py +3 -3
  1016. pulumi_azure_native/redis/_enums.py +52 -1
  1017. pulumi_azure_native/redis/_inputs.py +9 -9
  1018. pulumi_azure_native/redis/access_policy.py +11 -0
  1019. pulumi_azure_native/redis/access_policy_assignment.py +11 -0
  1020. pulumi_azure_native/redis/firewall_rule.py +11 -0
  1021. pulumi_azure_native/redis/get_access_policy.py +17 -2
  1022. pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
  1023. pulumi_azure_native/redis/get_firewall_rule.py +17 -2
  1024. pulumi_azure_native/redis/get_linked_server.py +19 -4
  1025. pulumi_azure_native/redis/get_patch_schedule.py +18 -4
  1026. pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
  1027. pulumi_azure_native/redis/get_redis.py +22 -8
  1028. pulumi_azure_native/redis/linked_server.py +17 -6
  1029. pulumi_azure_native/redis/list_redis_keys.py +2 -2
  1030. pulumi_azure_native/redis/outputs.py +159 -22
  1031. pulumi_azure_native/redis/patch_schedule.py +16 -6
  1032. pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
  1033. pulumi_azure_native/redis/redis.py +20 -14
  1034. pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
  1035. pulumi_azure_native/redisenterprise/database.py +3 -3
  1036. pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
  1037. pulumi_azure_native/redisenterprise/get_database.py +2 -2
  1038. pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
  1039. pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
  1040. pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
  1041. pulumi_azure_native/redisenterprise/list_redis_enterprise_skus_for_scaling.py +4 -0
  1042. pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
  1043. pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
  1044. pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
  1045. pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
  1046. pulumi_azure_native/relay/get_namespace.py +7 -7
  1047. pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
  1048. pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
  1049. pulumi_azure_native/relay/get_wcf_relay.py +4 -4
  1050. pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
  1051. pulumi_azure_native/relay/hybrid_connection.py +5 -5
  1052. pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
  1053. pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
  1054. pulumi_azure_native/relay/list_namespace_keys.py +2 -2
  1055. pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
  1056. pulumi_azure_native/relay/namespace.py +10 -10
  1057. pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
  1058. pulumi_azure_native/relay/outputs.py +4 -4
  1059. pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
  1060. pulumi_azure_native/relay/wcf_relay.py +5 -5
  1061. pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
  1062. pulumi_azure_native/resources/_enums.py +6 -0
  1063. pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
  1064. pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
  1065. pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
  1066. pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
  1067. pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
  1068. pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
  1069. pulumi_azure_native/resources/outputs.py +6 -6
  1070. pulumi_azure_native/search/_enums.py +9 -9
  1071. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  1072. pulumi_azure_native/search/get_service.py +4 -4
  1073. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  1074. pulumi_azure_native/search/list_admin_key.py +2 -2
  1075. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  1076. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  1077. pulumi_azure_native/search/service.py +15 -15
  1078. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  1079. pulumi_azure_native/security/defender_for_storage.py +3 -3
  1080. pulumi_azure_native/security/get_defender_for_storage.py +2 -2
  1081. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  1082. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  1083. pulumi_azure_native/securityinsights/action.py +3 -3
  1084. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  1085. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  1086. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  1087. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  1088. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  1089. pulumi_azure_native/securityinsights/content_package.py +3 -3
  1090. pulumi_azure_native/securityinsights/content_template.py +3 -3
  1091. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  1092. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  1093. pulumi_azure_native/securityinsights/get_action.py +2 -2
  1094. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  1095. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  1096. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  1097. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  1098. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  1099. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  1100. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  1101. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  1102. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  1103. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  1104. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  1105. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  1106. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  1107. pulumi_azure_native/securityinsights/incident.py +3 -3
  1108. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  1109. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  1110. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  1111. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  1112. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  1113. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  1114. pulumi_azure_native/securityinsights/metadata.py +3 -3
  1115. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  1116. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  1117. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  1118. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1119. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  1120. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  1121. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  1122. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  1123. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  1124. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1125. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1126. pulumi_azure_native/storagecache/__init__.py +2 -0
  1127. pulumi_azure_native/storagecache/_enums.py +10 -0
  1128. pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
  1129. pulumi_azure_native/storagecache/auto_export_job.py +5 -1
  1130. pulumi_azure_native/storagecache/auto_import_job.py +632 -0
  1131. pulumi_azure_native/storagecache/cache.py +3 -3
  1132. pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
  1133. pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
  1134. pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
  1135. pulumi_azure_native/storagecache/get_cache.py +2 -2
  1136. pulumi_azure_native/storagecache/get_import_job.py +2 -2
  1137. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  1138. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  1139. pulumi_azure_native/storagecache/import_job.py +3 -3
  1140. pulumi_azure_native/storagecache/outputs.py +194 -0
  1141. pulumi_azure_native/storagecache/storage_target.py +3 -3
  1142. pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
  1143. pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
  1144. pulumi_azure_native/storagemover/agent.py +3 -3
  1145. pulumi_azure_native/storagemover/endpoint.py +3 -3
  1146. pulumi_azure_native/storagemover/get_agent.py +2 -2
  1147. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  1148. pulumi_azure_native/storagemover/get_job_definition.py +3 -3
  1149. pulumi_azure_native/storagemover/get_project.py +2 -2
  1150. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  1151. pulumi_azure_native/storagemover/job_definition.py +7 -7
  1152. pulumi_azure_native/storagemover/project.py +3 -3
  1153. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  1154. pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
  1155. pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
  1156. pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
  1157. pulumi_azure_native/storagesync/server_endpoint.py +12 -0
  1158. pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
  1159. pulumi_azure_native/web/__init__.py +4 -0
  1160. pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
  1161. pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
  1162. pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
  1163. pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
  1164. pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
  1165. pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
  1166. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/METADATA +1 -1
  1167. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/RECORD +1169 -1153
  1168. pulumi_azure_native/hybriddata/__init__.py +0 -17
  1169. pulumi_azure_native/hybriddata/_enums.py +0 -78
  1170. pulumi_azure_native/hybriddata/_inputs.py +0 -214
  1171. pulumi_azure_native/hybriddata/data_store.py +0 -345
  1172. pulumi_azure_native/hybriddata/get_data_store.py +0 -210
  1173. pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
  1174. pulumi_azure_native/hybriddata/job_definition.py +0 -487
  1175. pulumi_azure_native/hybriddata/outputs.py +0 -174
  1176. pulumi_azure_native/storsimple/__init__.py +0 -34
  1177. pulumi_azure_native/storsimple/_enums.py +0 -134
  1178. pulumi_azure_native/storsimple/_inputs.py +0 -418
  1179. pulumi_azure_native/storsimple/access_control_record.py +0 -265
  1180. pulumi_azure_native/storsimple/backup_policy.py +0 -336
  1181. pulumi_azure_native/storsimple/backup_schedule.py +0 -429
  1182. pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
  1183. pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
  1184. pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
  1185. pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
  1186. pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
  1187. pulumi_azure_native/storsimple/get_manager.py +0 -218
  1188. pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
  1189. pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
  1190. pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
  1191. pulumi_azure_native/storsimple/get_volume.py +0 -291
  1192. pulumi_azure_native/storsimple/get_volume_container.py +0 -272
  1193. pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
  1194. pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
  1195. pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
  1196. pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
  1197. pulumi_azure_native/storsimple/manager.py +0 -332
  1198. pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
  1199. pulumi_azure_native/storsimple/outputs.py +0 -750
  1200. pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
  1201. pulumi_azure_native/storsimple/volume.py +0 -457
  1202. pulumi_azure_native/storsimple/volume_container.py +0 -405
  1203. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/WHEEL +0 -0
  1204. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/top_level.txt +0 -0
@@ -27,12 +27,16 @@ __all__ = [
27
27
  'ActionListArgsDict',
28
28
  'ActionsArgs',
29
29
  'ActionsArgsDict',
30
+ 'AlertConfigurationArgs',
31
+ 'AlertConfigurationArgsDict',
30
32
  'AlertRuleAllOfConditionArgs',
31
33
  'AlertRuleAllOfConditionArgsDict',
32
34
  'AlertRuleAnyOfOrLeafConditionArgs',
33
35
  'AlertRuleAnyOfOrLeafConditionArgsDict',
34
36
  'AlertRuleLeafConditionArgs',
35
37
  'AlertRuleLeafConditionArgsDict',
38
+ 'ApplicationInsightsTopologyDiscoveryRulePropertiesArgs',
39
+ 'ApplicationInsightsTopologyDiscoveryRulePropertiesArgsDict',
36
40
  'ArmRoleReceiverArgs',
37
41
  'ArmRoleReceiverArgsDict',
38
42
  'AutomationRunbookReceiverArgs',
@@ -49,8 +53,12 @@ __all__ = [
49
53
  'AzureMonitorWorkspaceLogsApiConfigArgsDict',
50
54
  'AzureMonitorWorkspaceLogsExporterArgs',
51
55
  'AzureMonitorWorkspaceLogsExporterArgsDict',
56
+ 'AzureMonitorWorkspaceSignalGroupArgs',
57
+ 'AzureMonitorWorkspaceSignalGroupArgsDict',
52
58
  'AzureResourceManagerCommonTypesExtendedLocationArgs',
53
59
  'AzureResourceManagerCommonTypesExtendedLocationArgsDict',
60
+ 'AzureResourceSignalGroupArgs',
61
+ 'AzureResourceSignalGroupArgsDict',
54
62
  'BatchProcessorArgs',
55
63
  'BatchProcessorArgsDict',
56
64
  'CacheConfigurationArgs',
@@ -79,10 +87,14 @@ __all__ = [
79
87
  'DataImportSourcesEventHubArgsDict',
80
88
  'DataSourcesSpecDataImportsArgs',
81
89
  'DataSourcesSpecDataImportsArgsDict',
90
+ 'DependenciesSignalGroupArgs',
91
+ 'DependenciesSignalGroupArgsDict',
82
92
  'DestinationsSpecAzureMonitorMetricsArgs',
83
93
  'DestinationsSpecAzureMonitorMetricsArgsDict',
84
94
  'DimensionArgs',
85
95
  'DimensionArgsDict',
96
+ 'DynamicDetectionRuleArgs',
97
+ 'DynamicDetectionRuleArgsDict',
86
98
  'DynamicMetricCriteriaArgs',
87
99
  'DynamicMetricCriteriaArgsDict',
88
100
  'DynamicThresholdFailingPeriodsArgs',
@@ -91,6 +103,14 @@ __all__ = [
91
103
  'EmailNotificationArgsDict',
92
104
  'EmailReceiverArgs',
93
105
  'EmailReceiverArgsDict',
106
+ 'EntityAlertsArgs',
107
+ 'EntityAlertsArgsDict',
108
+ 'EntityCoordinatesArgs',
109
+ 'EntityCoordinatesArgsDict',
110
+ 'EntityPropertiesArgs',
111
+ 'EntityPropertiesArgsDict',
112
+ 'EvaluationRuleArgs',
113
+ 'EvaluationRuleArgsDict',
94
114
  'EventHubDestinationArgs',
95
115
  'EventHubDestinationArgsDict',
96
116
  'EventHubDirectDestinationArgs',
@@ -101,6 +121,10 @@ __all__ = [
101
121
  'ExporterArgsDict',
102
122
  'ExtensionDataSourceArgs',
103
123
  'ExtensionDataSourceArgsDict',
124
+ 'HealthModelPropertiesArgs',
125
+ 'HealthModelPropertiesArgsDict',
126
+ 'IconDefinitionArgs',
127
+ 'IconDefinitionArgsDict',
104
128
  'IdentityArgs',
105
129
  'IdentityArgsDict',
106
130
  'IisLogsDataSourceArgs',
@@ -109,6 +133,8 @@ __all__ = [
109
133
  'IncidentReceiverArgsDict',
110
134
  'IncidentServiceConnectionArgs',
111
135
  'IncidentServiceConnectionArgsDict',
136
+ 'IssuePropertiesArgs',
137
+ 'IssuePropertiesArgsDict',
112
138
  'ItsmReceiverArgs',
113
139
  'ItsmReceiverArgsDict',
114
140
  'JsonArrayMapperArgs',
@@ -119,6 +145,10 @@ __all__ = [
119
145
  'JsonMapperSourceFieldArgsDict',
120
146
  'LogAnalyticsDestinationArgs',
121
147
  'LogAnalyticsDestinationArgsDict',
148
+ 'LogAnalyticsQuerySignalDefinitionPropertiesArgs',
149
+ 'LogAnalyticsQuerySignalDefinitionPropertiesArgsDict',
150
+ 'LogAnalyticsSignalGroupArgs',
151
+ 'LogAnalyticsSignalGroupArgsDict',
122
152
  'LogFileSettingsTextArgs',
123
153
  'LogFileSettingsTextArgsDict',
124
154
  'LogFilesDataSourceSettingsArgs',
@@ -129,6 +159,8 @@ __all__ = [
129
159
  'LogSettingsArgsDict',
130
160
  'LogicAppReceiverArgs',
131
161
  'LogicAppReceiverArgsDict',
162
+ 'ManagedIdentityAuthenticationSettingPropertiesArgs',
163
+ 'ManagedIdentityAuthenticationSettingPropertiesArgsDict',
132
164
  'ManagedServiceIdentityArgs',
133
165
  'ManagedServiceIdentityArgsDict',
134
166
  'ManagementGroupLogSettingsArgs',
@@ -147,6 +179,8 @@ __all__ = [
147
179
  'MetricSettingsArgsDict',
148
180
  'MetricTriggerArgs',
149
181
  'MetricTriggerArgsDict',
182
+ 'ModelDiscoverySettingsArgs',
183
+ 'ModelDiscoverySettingsArgsDict',
150
184
  'MonitoringAccountDestinationArgs',
151
185
  'MonitoringAccountDestinationArgsDict',
152
186
  'NetworkingConfigurationArgs',
@@ -173,6 +207,8 @@ __all__ = [
173
207
  'ProcessorArgsDict',
174
208
  'PrometheusForwarderDataSourceArgs',
175
209
  'PrometheusForwarderDataSourceArgsDict',
210
+ 'PrometheusMetricsSignalDefinitionPropertiesArgs',
211
+ 'PrometheusMetricsSignalDefinitionPropertiesArgsDict',
176
212
  'ReceiverArgs',
177
213
  'ReceiverArgsDict',
178
214
  'RecordMapArgs',
@@ -181,8 +217,14 @@ __all__ = [
181
217
  'RecurrenceArgsDict',
182
218
  'RecurrentScheduleArgs',
183
219
  'RecurrentScheduleArgsDict',
220
+ 'RelationshipPropertiesArgs',
221
+ 'RelationshipPropertiesArgsDict',
222
+ 'ResourceGraphQueryDiscoveryRulePropertiesArgs',
223
+ 'ResourceGraphQueryDiscoveryRulePropertiesArgsDict',
184
224
  'ResourceMapArgs',
185
225
  'ResourceMapArgsDict',
226
+ 'ResourceMetricSignalDefinitionPropertiesArgs',
227
+ 'ResourceMetricSignalDefinitionPropertiesArgsDict',
186
228
  'RetentionPolicyArgs',
187
229
  'RetentionPolicyArgsDict',
188
230
  'RuleResolveConfigurationArgs',
@@ -203,6 +245,10 @@ __all__ = [
203
245
  'ScopeMapArgsDict',
204
246
  'ServiceArgs',
205
247
  'ServiceArgsDict',
248
+ 'SignalAssignmentArgs',
249
+ 'SignalAssignmentArgsDict',
250
+ 'SignalGroupArgs',
251
+ 'SignalGroupArgsDict',
206
252
  'SmsReceiverArgs',
207
253
  'SmsReceiverArgsDict',
208
254
  'StorageBlobDestinationArgs',
@@ -219,6 +265,8 @@ __all__ = [
219
265
  'SyslogReceiverArgsDict',
220
266
  'TcpExporterArgs',
221
267
  'TcpExporterArgsDict',
268
+ 'ThresholdRuleArgs',
269
+ 'ThresholdRuleArgsDict',
222
270
  'TimeWindowArgs',
223
271
  'TimeWindowArgsDict',
224
272
  'UdpReceiverArgs',
@@ -556,6 +604,81 @@ class ActionsArgs:
556
604
  pulumi.set(self, "custom_properties", value)
557
605
 
558
606
 
607
+ if not MYPY:
608
+ class AlertConfigurationArgsDict(TypedDict):
609
+ """
610
+ Alert configuration details
611
+ """
612
+ severity: pulumi.Input[Union[builtins.str, 'AlertSeverity']]
613
+ """
614
+ The severity of triggered alert.
615
+ """
616
+ action_group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
617
+ """
618
+ Optional list of action group resource IDs to be notified when the alert is triggered.
619
+ """
620
+ description: NotRequired[pulumi.Input[builtins.str]]
621
+ """
622
+ The alert rule description.
623
+ """
624
+ elif False:
625
+ AlertConfigurationArgsDict: TypeAlias = Mapping[str, Any]
626
+
627
+ @pulumi.input_type
628
+ class AlertConfigurationArgs:
629
+ def __init__(__self__, *,
630
+ severity: pulumi.Input[Union[builtins.str, 'AlertSeverity']],
631
+ action_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
632
+ description: Optional[pulumi.Input[builtins.str]] = None):
633
+ """
634
+ Alert configuration details
635
+ :param pulumi.Input[Union[builtins.str, 'AlertSeverity']] severity: The severity of triggered alert.
636
+ :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.
637
+ :param pulumi.Input[builtins.str] description: The alert rule description.
638
+ """
639
+ pulumi.set(__self__, "severity", severity)
640
+ if action_group_ids is not None:
641
+ pulumi.set(__self__, "action_group_ids", action_group_ids)
642
+ if description is not None:
643
+ pulumi.set(__self__, "description", description)
644
+
645
+ @property
646
+ @pulumi.getter
647
+ def severity(self) -> pulumi.Input[Union[builtins.str, 'AlertSeverity']]:
648
+ """
649
+ The severity of triggered alert.
650
+ """
651
+ return pulumi.get(self, "severity")
652
+
653
+ @severity.setter
654
+ def severity(self, value: pulumi.Input[Union[builtins.str, 'AlertSeverity']]):
655
+ pulumi.set(self, "severity", value)
656
+
657
+ @property
658
+ @pulumi.getter(name="actionGroupIds")
659
+ def action_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
660
+ """
661
+ Optional list of action group resource IDs to be notified when the alert is triggered.
662
+ """
663
+ return pulumi.get(self, "action_group_ids")
664
+
665
+ @action_group_ids.setter
666
+ def action_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
667
+ pulumi.set(self, "action_group_ids", value)
668
+
669
+ @property
670
+ @pulumi.getter
671
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
672
+ """
673
+ The alert rule description.
674
+ """
675
+ return pulumi.get(self, "description")
676
+
677
+ @description.setter
678
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
679
+ pulumi.set(self, "description", value)
680
+
681
+
559
682
  if not MYPY:
560
683
  class AlertRuleAllOfConditionArgsDict(TypedDict):
561
684
  """
@@ -784,6 +907,140 @@ class AlertRuleLeafConditionArgs:
784
907
  pulumi.set(self, "field", value)
785
908
 
786
909
 
910
+ if not MYPY:
911
+ class ApplicationInsightsTopologyDiscoveryRulePropertiesArgsDict(TypedDict):
912
+ """
913
+ Discovery rule properties for an Application Insights topology query
914
+ """
915
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
916
+ """
917
+ Whether to add all recommended signals to the discovered entities.
918
+ """
919
+ application_insights_resource_id: pulumi.Input[builtins.str]
920
+ """
921
+ Application Insights resource ID
922
+ """
923
+ authentication_setting: pulumi.Input[builtins.str]
924
+ """
925
+ 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.
926
+ """
927
+ discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]
928
+ """
929
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
930
+ """
931
+ discovery_rule_kind: pulumi.Input[builtins.str]
932
+ """
933
+ Discovery rule relationship discovery behavior
934
+ Expected value is 'ApplicationInsightsTopology'.
935
+ """
936
+ display_name: NotRequired[pulumi.Input[builtins.str]]
937
+ """
938
+ Display name
939
+ """
940
+ elif False:
941
+ ApplicationInsightsTopologyDiscoveryRulePropertiesArgsDict: TypeAlias = Mapping[str, Any]
942
+
943
+ @pulumi.input_type
944
+ class ApplicationInsightsTopologyDiscoveryRulePropertiesArgs:
945
+ def __init__(__self__, *,
946
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
947
+ application_insights_resource_id: pulumi.Input[builtins.str],
948
+ authentication_setting: pulumi.Input[builtins.str],
949
+ discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']],
950
+ discovery_rule_kind: pulumi.Input[builtins.str],
951
+ display_name: Optional[pulumi.Input[builtins.str]] = None):
952
+ """
953
+ Discovery rule properties for an Application Insights topology query
954
+ :param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
955
+ :param pulumi.Input[builtins.str] application_insights_resource_id: Application Insights resource ID
956
+ :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.
957
+ :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.
958
+ :param pulumi.Input[builtins.str] discovery_rule_kind: Discovery rule relationship discovery behavior
959
+ Expected value is 'ApplicationInsightsTopology'.
960
+ :param pulumi.Input[builtins.str] display_name: Display name
961
+ """
962
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
963
+ pulumi.set(__self__, "application_insights_resource_id", application_insights_resource_id)
964
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
965
+ pulumi.set(__self__, "discover_relationships", discover_relationships)
966
+ pulumi.set(__self__, "discovery_rule_kind", 'ApplicationInsightsTopology')
967
+ if display_name is not None:
968
+ pulumi.set(__self__, "display_name", display_name)
969
+
970
+ @property
971
+ @pulumi.getter(name="addRecommendedSignals")
972
+ def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
973
+ """
974
+ Whether to add all recommended signals to the discovered entities.
975
+ """
976
+ return pulumi.get(self, "add_recommended_signals")
977
+
978
+ @add_recommended_signals.setter
979
+ def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
980
+ pulumi.set(self, "add_recommended_signals", value)
981
+
982
+ @property
983
+ @pulumi.getter(name="applicationInsightsResourceId")
984
+ def application_insights_resource_id(self) -> pulumi.Input[builtins.str]:
985
+ """
986
+ Application Insights resource ID
987
+ """
988
+ return pulumi.get(self, "application_insights_resource_id")
989
+
990
+ @application_insights_resource_id.setter
991
+ def application_insights_resource_id(self, value: pulumi.Input[builtins.str]):
992
+ pulumi.set(self, "application_insights_resource_id", value)
993
+
994
+ @property
995
+ @pulumi.getter(name="authenticationSetting")
996
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
997
+ """
998
+ 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.
999
+ """
1000
+ return pulumi.get(self, "authentication_setting")
1001
+
1002
+ @authentication_setting.setter
1003
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
1004
+ pulumi.set(self, "authentication_setting", value)
1005
+
1006
+ @property
1007
+ @pulumi.getter(name="discoverRelationships")
1008
+ def discover_relationships(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]:
1009
+ """
1010
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
1011
+ """
1012
+ return pulumi.get(self, "discover_relationships")
1013
+
1014
+ @discover_relationships.setter
1015
+ def discover_relationships(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]):
1016
+ pulumi.set(self, "discover_relationships", value)
1017
+
1018
+ @property
1019
+ @pulumi.getter(name="discoveryRuleKind")
1020
+ def discovery_rule_kind(self) -> pulumi.Input[builtins.str]:
1021
+ """
1022
+ Discovery rule relationship discovery behavior
1023
+ Expected value is 'ApplicationInsightsTopology'.
1024
+ """
1025
+ return pulumi.get(self, "discovery_rule_kind")
1026
+
1027
+ @discovery_rule_kind.setter
1028
+ def discovery_rule_kind(self, value: pulumi.Input[builtins.str]):
1029
+ pulumi.set(self, "discovery_rule_kind", value)
1030
+
1031
+ @property
1032
+ @pulumi.getter(name="displayName")
1033
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1034
+ """
1035
+ Display name
1036
+ """
1037
+ return pulumi.get(self, "display_name")
1038
+
1039
+ @display_name.setter
1040
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1041
+ pulumi.set(self, "display_name", value)
1042
+
1043
+
787
1044
  if not MYPY:
788
1045
  class ArmRoleReceiverArgsDict(TypedDict):
789
1046
  """
@@ -1577,6 +1834,80 @@ class AzureMonitorWorkspaceLogsExporterArgs:
1577
1834
  pulumi.set(self, "concurrency", value)
1578
1835
 
1579
1836
 
1837
+ if not MYPY:
1838
+ class AzureMonitorWorkspaceSignalGroupArgsDict(TypedDict):
1839
+ """
1840
+ A grouping of signal assignments for a Azure Monitor Workspace
1841
+ """
1842
+ authentication_setting: pulumi.Input[builtins.str]
1843
+ """
1844
+ Reference to the name of the authentication setting which is used for querying the data source
1845
+ """
1846
+ azure_monitor_workspace_resource_id: pulumi.Input[builtins.str]
1847
+ """
1848
+ Azure Monitor workspace resource ID
1849
+ """
1850
+ signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
1851
+ """
1852
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1853
+ """
1854
+ elif False:
1855
+ AzureMonitorWorkspaceSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
1856
+
1857
+ @pulumi.input_type
1858
+ class AzureMonitorWorkspaceSignalGroupArgs:
1859
+ def __init__(__self__, *,
1860
+ authentication_setting: pulumi.Input[builtins.str],
1861
+ azure_monitor_workspace_resource_id: pulumi.Input[builtins.str],
1862
+ signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
1863
+ """
1864
+ A grouping of signal assignments for a Azure Monitor Workspace
1865
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
1866
+ :param pulumi.Input[builtins.str] azure_monitor_workspace_resource_id: Azure Monitor workspace resource ID
1867
+ :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.
1868
+ """
1869
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
1870
+ pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
1871
+ if signal_assignments is not None:
1872
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
1873
+
1874
+ @property
1875
+ @pulumi.getter(name="authenticationSetting")
1876
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
1877
+ """
1878
+ Reference to the name of the authentication setting which is used for querying the data source
1879
+ """
1880
+ return pulumi.get(self, "authentication_setting")
1881
+
1882
+ @authentication_setting.setter
1883
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
1884
+ pulumi.set(self, "authentication_setting", value)
1885
+
1886
+ @property
1887
+ @pulumi.getter(name="azureMonitorWorkspaceResourceId")
1888
+ def azure_monitor_workspace_resource_id(self) -> pulumi.Input[builtins.str]:
1889
+ """
1890
+ Azure Monitor workspace resource ID
1891
+ """
1892
+ return pulumi.get(self, "azure_monitor_workspace_resource_id")
1893
+
1894
+ @azure_monitor_workspace_resource_id.setter
1895
+ def azure_monitor_workspace_resource_id(self, value: pulumi.Input[builtins.str]):
1896
+ pulumi.set(self, "azure_monitor_workspace_resource_id", value)
1897
+
1898
+ @property
1899
+ @pulumi.getter(name="signalAssignments")
1900
+ def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
1901
+ """
1902
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1903
+ """
1904
+ return pulumi.get(self, "signal_assignments")
1905
+
1906
+ @signal_assignments.setter
1907
+ def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
1908
+ pulumi.set(self, "signal_assignments", value)
1909
+
1910
+
1580
1911
  if not MYPY:
1581
1912
  class AzureResourceManagerCommonTypesExtendedLocationArgsDict(TypedDict):
1582
1913
  """
@@ -1631,6 +1962,80 @@ class AzureResourceManagerCommonTypesExtendedLocationArgs:
1631
1962
  pulumi.set(self, "type", value)
1632
1963
 
1633
1964
 
1965
+ if not MYPY:
1966
+ class AzureResourceSignalGroupArgsDict(TypedDict):
1967
+ """
1968
+ A grouping of signal assignments for an Azure resource
1969
+ """
1970
+ authentication_setting: pulumi.Input[builtins.str]
1971
+ """
1972
+ Reference to the name of the authentication setting which is used for querying the data source
1973
+ """
1974
+ azure_resource_id: pulumi.Input[builtins.str]
1975
+ """
1976
+ Azure resource ID
1977
+ """
1978
+ signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
1979
+ """
1980
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1981
+ """
1982
+ elif False:
1983
+ AzureResourceSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
1984
+
1985
+ @pulumi.input_type
1986
+ class AzureResourceSignalGroupArgs:
1987
+ def __init__(__self__, *,
1988
+ authentication_setting: pulumi.Input[builtins.str],
1989
+ azure_resource_id: pulumi.Input[builtins.str],
1990
+ signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
1991
+ """
1992
+ A grouping of signal assignments for an Azure resource
1993
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
1994
+ :param pulumi.Input[builtins.str] azure_resource_id: Azure resource ID
1995
+ :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.
1996
+ """
1997
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
1998
+ pulumi.set(__self__, "azure_resource_id", azure_resource_id)
1999
+ if signal_assignments is not None:
2000
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
2001
+
2002
+ @property
2003
+ @pulumi.getter(name="authenticationSetting")
2004
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
2005
+ """
2006
+ Reference to the name of the authentication setting which is used for querying the data source
2007
+ """
2008
+ return pulumi.get(self, "authentication_setting")
2009
+
2010
+ @authentication_setting.setter
2011
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
2012
+ pulumi.set(self, "authentication_setting", value)
2013
+
2014
+ @property
2015
+ @pulumi.getter(name="azureResourceId")
2016
+ def azure_resource_id(self) -> pulumi.Input[builtins.str]:
2017
+ """
2018
+ Azure resource ID
2019
+ """
2020
+ return pulumi.get(self, "azure_resource_id")
2021
+
2022
+ @azure_resource_id.setter
2023
+ def azure_resource_id(self, value: pulumi.Input[builtins.str]):
2024
+ pulumi.set(self, "azure_resource_id", value)
2025
+
2026
+ @property
2027
+ @pulumi.getter(name="signalAssignments")
2028
+ def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
2029
+ """
2030
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
2031
+ """
2032
+ return pulumi.get(self, "signal_assignments")
2033
+
2034
+ @signal_assignments.setter
2035
+ def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
2036
+ pulumi.set(self, "signal_assignments", value)
2037
+
2038
+
1634
2039
  if not MYPY:
1635
2040
  class BatchProcessorArgsDict(TypedDict):
1636
2041
  """
@@ -2970,6 +3375,83 @@ class DataSourcesSpecDataImportsArgs:
2970
3375
  pulumi.set(self, "event_hub", value)
2971
3376
 
2972
3377
 
3378
+ if not MYPY:
3379
+ class DependenciesSignalGroupArgsDict(TypedDict):
3380
+ """
3381
+ Properties for dependent entities, i.e. child entities
3382
+ """
3383
+ aggregation_type: pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]
3384
+ """
3385
+ Aggregation type for child dependencies.
3386
+ """
3387
+ degraded_threshold: NotRequired[pulumi.Input[builtins.str]]
3388
+ """
3389
+ 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'.
3390
+ """
3391
+ unhealthy_threshold: NotRequired[pulumi.Input[builtins.str]]
3392
+ """
3393
+ 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'.
3394
+ """
3395
+ elif False:
3396
+ DependenciesSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
3397
+
3398
+ @pulumi.input_type
3399
+ class DependenciesSignalGroupArgs:
3400
+ def __init__(__self__, *,
3401
+ aggregation_type: Optional[pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]] = None,
3402
+ degraded_threshold: Optional[pulumi.Input[builtins.str]] = None,
3403
+ unhealthy_threshold: Optional[pulumi.Input[builtins.str]] = None):
3404
+ """
3405
+ Properties for dependent entities, i.e. child entities
3406
+ :param pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']] aggregation_type: Aggregation type for child dependencies.
3407
+ :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'.
3408
+ :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'.
3409
+ """
3410
+ if aggregation_type is None:
3411
+ aggregation_type = 'WorstOf'
3412
+ pulumi.set(__self__, "aggregation_type", aggregation_type)
3413
+ if degraded_threshold is not None:
3414
+ pulumi.set(__self__, "degraded_threshold", degraded_threshold)
3415
+ if unhealthy_threshold is not None:
3416
+ pulumi.set(__self__, "unhealthy_threshold", unhealthy_threshold)
3417
+
3418
+ @property
3419
+ @pulumi.getter(name="aggregationType")
3420
+ def aggregation_type(self) -> pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]:
3421
+ """
3422
+ Aggregation type for child dependencies.
3423
+ """
3424
+ return pulumi.get(self, "aggregation_type")
3425
+
3426
+ @aggregation_type.setter
3427
+ def aggregation_type(self, value: pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]):
3428
+ pulumi.set(self, "aggregation_type", value)
3429
+
3430
+ @property
3431
+ @pulumi.getter(name="degradedThreshold")
3432
+ def degraded_threshold(self) -> Optional[pulumi.Input[builtins.str]]:
3433
+ """
3434
+ 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'.
3435
+ """
3436
+ return pulumi.get(self, "degraded_threshold")
3437
+
3438
+ @degraded_threshold.setter
3439
+ def degraded_threshold(self, value: Optional[pulumi.Input[builtins.str]]):
3440
+ pulumi.set(self, "degraded_threshold", value)
3441
+
3442
+ @property
3443
+ @pulumi.getter(name="unhealthyThreshold")
3444
+ def unhealthy_threshold(self) -> Optional[pulumi.Input[builtins.str]]:
3445
+ """
3446
+ 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'.
3447
+ """
3448
+ return pulumi.get(self, "unhealthy_threshold")
3449
+
3450
+ @unhealthy_threshold.setter
3451
+ def unhealthy_threshold(self, value: Optional[pulumi.Input[builtins.str]]):
3452
+ pulumi.set(self, "unhealthy_threshold", value)
3453
+
3454
+
2973
3455
  if not MYPY:
2974
3456
  class DestinationsSpecAzureMonitorMetricsArgsDict(TypedDict):
2975
3457
  """
@@ -3082,6 +3564,99 @@ class DimensionArgs:
3082
3564
  pulumi.set(self, "values", value)
3083
3565
 
3084
3566
 
3567
+ if not MYPY:
3568
+ class DynamicDetectionRuleArgsDict(TypedDict):
3569
+ """
3570
+ ML-based evaluation rule for a signal definition
3571
+ """
3572
+ dynamic_threshold_direction: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]
3573
+ """
3574
+ Threshold direction
3575
+ """
3576
+ dynamic_threshold_model: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]
3577
+ """
3578
+ ML model to use for dynamic thresholds
3579
+ """
3580
+ model_sensitivity: pulumi.Input[builtins.float]
3581
+ """
3582
+ ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
3583
+ """
3584
+ training_start_time: NotRequired[pulumi.Input[builtins.str]]
3585
+ """
3586
+ Start time of the training in UTC.
3587
+ """
3588
+ elif False:
3589
+ DynamicDetectionRuleArgsDict: TypeAlias = Mapping[str, Any]
3590
+
3591
+ @pulumi.input_type
3592
+ class DynamicDetectionRuleArgs:
3593
+ def __init__(__self__, *,
3594
+ dynamic_threshold_direction: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']],
3595
+ dynamic_threshold_model: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']],
3596
+ model_sensitivity: pulumi.Input[builtins.float],
3597
+ training_start_time: Optional[pulumi.Input[builtins.str]] = None):
3598
+ """
3599
+ ML-based evaluation rule for a signal definition
3600
+ :param pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']] dynamic_threshold_direction: Threshold direction
3601
+ :param pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']] dynamic_threshold_model: ML model to use for dynamic thresholds
3602
+ :param pulumi.Input[builtins.float] model_sensitivity: ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
3603
+ :param pulumi.Input[builtins.str] training_start_time: Start time of the training in UTC.
3604
+ """
3605
+ pulumi.set(__self__, "dynamic_threshold_direction", dynamic_threshold_direction)
3606
+ pulumi.set(__self__, "dynamic_threshold_model", dynamic_threshold_model)
3607
+ pulumi.set(__self__, "model_sensitivity", model_sensitivity)
3608
+ if training_start_time is not None:
3609
+ pulumi.set(__self__, "training_start_time", training_start_time)
3610
+
3611
+ @property
3612
+ @pulumi.getter(name="dynamicThresholdDirection")
3613
+ def dynamic_threshold_direction(self) -> pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]:
3614
+ """
3615
+ Threshold direction
3616
+ """
3617
+ return pulumi.get(self, "dynamic_threshold_direction")
3618
+
3619
+ @dynamic_threshold_direction.setter
3620
+ def dynamic_threshold_direction(self, value: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]):
3621
+ pulumi.set(self, "dynamic_threshold_direction", value)
3622
+
3623
+ @property
3624
+ @pulumi.getter(name="dynamicThresholdModel")
3625
+ def dynamic_threshold_model(self) -> pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]:
3626
+ """
3627
+ ML model to use for dynamic thresholds
3628
+ """
3629
+ return pulumi.get(self, "dynamic_threshold_model")
3630
+
3631
+ @dynamic_threshold_model.setter
3632
+ def dynamic_threshold_model(self, value: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]):
3633
+ pulumi.set(self, "dynamic_threshold_model", value)
3634
+
3635
+ @property
3636
+ @pulumi.getter(name="modelSensitivity")
3637
+ def model_sensitivity(self) -> pulumi.Input[builtins.float]:
3638
+ """
3639
+ ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
3640
+ """
3641
+ return pulumi.get(self, "model_sensitivity")
3642
+
3643
+ @model_sensitivity.setter
3644
+ def model_sensitivity(self, value: pulumi.Input[builtins.float]):
3645
+ pulumi.set(self, "model_sensitivity", value)
3646
+
3647
+ @property
3648
+ @pulumi.getter(name="trainingStartTime")
3649
+ def training_start_time(self) -> Optional[pulumi.Input[builtins.str]]:
3650
+ """
3651
+ Start time of the training in UTC.
3652
+ """
3653
+ return pulumi.get(self, "training_start_time")
3654
+
3655
+ @training_start_time.setter
3656
+ def training_start_time(self, value: Optional[pulumi.Input[builtins.str]]):
3657
+ pulumi.set(self, "training_start_time", value)
3658
+
3659
+
3085
3660
  if not MYPY:
3086
3661
  class DynamicMetricCriteriaArgsDict(TypedDict):
3087
3662
  """
@@ -3525,49 +4100,435 @@ class EmailReceiverArgs:
3525
4100
 
3526
4101
 
3527
4102
  if not MYPY:
3528
- class EventHubDestinationArgsDict(TypedDict):
3529
- event_hub_resource_id: NotRequired[pulumi.Input[builtins.str]]
4103
+ class EntityAlertsArgsDict(TypedDict):
3530
4104
  """
3531
- The resource ID of the event hub.
4105
+ Alert configuration for an entity
3532
4106
  """
3533
- name: NotRequired[pulumi.Input[builtins.str]]
4107
+ degraded: NotRequired[pulumi.Input['AlertConfigurationArgsDict']]
3534
4108
  """
3535
- A friendly name for the destination.
3536
- This name should be unique across all destinations (regardless of type) within the data collection rule.
4109
+ Alert to be triggered on state change to degraded
4110
+ """
4111
+ unhealthy: NotRequired[pulumi.Input['AlertConfigurationArgsDict']]
4112
+ """
4113
+ Alert to be triggered on state change to unhealthy
3537
4114
  """
3538
4115
  elif False:
3539
- EventHubDestinationArgsDict: TypeAlias = Mapping[str, Any]
4116
+ EntityAlertsArgsDict: TypeAlias = Mapping[str, Any]
3540
4117
 
3541
4118
  @pulumi.input_type
3542
- class EventHubDestinationArgs:
4119
+ class EntityAlertsArgs:
3543
4120
  def __init__(__self__, *,
3544
- event_hub_resource_id: Optional[pulumi.Input[builtins.str]] = None,
3545
- name: Optional[pulumi.Input[builtins.str]] = None):
4121
+ degraded: Optional[pulumi.Input['AlertConfigurationArgs']] = None,
4122
+ unhealthy: Optional[pulumi.Input['AlertConfigurationArgs']] = None):
3546
4123
  """
3547
- :param pulumi.Input[builtins.str] event_hub_resource_id: The resource ID of the event hub.
3548
- :param pulumi.Input[builtins.str] name: A friendly name for the destination.
3549
- This name should be unique across all destinations (regardless of type) within the data collection rule.
4124
+ Alert configuration for an entity
4125
+ :param pulumi.Input['AlertConfigurationArgs'] degraded: Alert to be triggered on state change to degraded
4126
+ :param pulumi.Input['AlertConfigurationArgs'] unhealthy: Alert to be triggered on state change to unhealthy
3550
4127
  """
3551
- if event_hub_resource_id is not None:
3552
- pulumi.set(__self__, "event_hub_resource_id", event_hub_resource_id)
3553
- if name is not None:
3554
- pulumi.set(__self__, "name", name)
4128
+ if degraded is not None:
4129
+ pulumi.set(__self__, "degraded", degraded)
4130
+ if unhealthy is not None:
4131
+ pulumi.set(__self__, "unhealthy", unhealthy)
3555
4132
 
3556
4133
  @property
3557
- @pulumi.getter(name="eventHubResourceId")
3558
- def event_hub_resource_id(self) -> Optional[pulumi.Input[builtins.str]]:
4134
+ @pulumi.getter
4135
+ def degraded(self) -> Optional[pulumi.Input['AlertConfigurationArgs']]:
3559
4136
  """
3560
- The resource ID of the event hub.
4137
+ Alert to be triggered on state change to degraded
3561
4138
  """
3562
- return pulumi.get(self, "event_hub_resource_id")
4139
+ return pulumi.get(self, "degraded")
3563
4140
 
3564
- @event_hub_resource_id.setter
3565
- def event_hub_resource_id(self, value: Optional[pulumi.Input[builtins.str]]):
3566
- pulumi.set(self, "event_hub_resource_id", value)
4141
+ @degraded.setter
4142
+ def degraded(self, value: Optional[pulumi.Input['AlertConfigurationArgs']]):
4143
+ pulumi.set(self, "degraded", value)
3567
4144
 
3568
4145
  @property
3569
4146
  @pulumi.getter
3570
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
4147
+ def unhealthy(self) -> Optional[pulumi.Input['AlertConfigurationArgs']]:
4148
+ """
4149
+ Alert to be triggered on state change to unhealthy
4150
+ """
4151
+ return pulumi.get(self, "unhealthy")
4152
+
4153
+ @unhealthy.setter
4154
+ def unhealthy(self, value: Optional[pulumi.Input['AlertConfigurationArgs']]):
4155
+ pulumi.set(self, "unhealthy", value)
4156
+
4157
+
4158
+ if not MYPY:
4159
+ class EntityCoordinatesArgsDict(TypedDict):
4160
+ """
4161
+ Visual position of the entity
4162
+ """
4163
+ x: pulumi.Input[builtins.float]
4164
+ """
4165
+ X Coordinate
4166
+ """
4167
+ y: pulumi.Input[builtins.float]
4168
+ """
4169
+ Y Coordinate
4170
+ """
4171
+ elif False:
4172
+ EntityCoordinatesArgsDict: TypeAlias = Mapping[str, Any]
4173
+
4174
+ @pulumi.input_type
4175
+ class EntityCoordinatesArgs:
4176
+ def __init__(__self__, *,
4177
+ x: pulumi.Input[builtins.float],
4178
+ y: pulumi.Input[builtins.float]):
4179
+ """
4180
+ Visual position of the entity
4181
+ :param pulumi.Input[builtins.float] x: X Coordinate
4182
+ :param pulumi.Input[builtins.float] y: Y Coordinate
4183
+ """
4184
+ pulumi.set(__self__, "x", x)
4185
+ pulumi.set(__self__, "y", y)
4186
+
4187
+ @property
4188
+ @pulumi.getter
4189
+ def x(self) -> pulumi.Input[builtins.float]:
4190
+ """
4191
+ X Coordinate
4192
+ """
4193
+ return pulumi.get(self, "x")
4194
+
4195
+ @x.setter
4196
+ def x(self, value: pulumi.Input[builtins.float]):
4197
+ pulumi.set(self, "x", value)
4198
+
4199
+ @property
4200
+ @pulumi.getter
4201
+ def y(self) -> pulumi.Input[builtins.float]:
4202
+ """
4203
+ Y Coordinate
4204
+ """
4205
+ return pulumi.get(self, "y")
4206
+
4207
+ @y.setter
4208
+ def y(self, value: pulumi.Input[builtins.float]):
4209
+ pulumi.set(self, "y", value)
4210
+
4211
+
4212
+ if not MYPY:
4213
+ class EntityPropertiesArgsDict(TypedDict):
4214
+ """
4215
+ Properties which are common across all kinds of entities
4216
+ """
4217
+ alerts: NotRequired[pulumi.Input['EntityAlertsArgsDict']]
4218
+ """
4219
+ Alert configuration for this entity
4220
+ """
4221
+ canvas_position: NotRequired[pulumi.Input['EntityCoordinatesArgsDict']]
4222
+ """
4223
+ Positioning of the entity on the model canvas
4224
+ """
4225
+ display_name: NotRequired[pulumi.Input[builtins.str]]
4226
+ """
4227
+ Display name
4228
+ """
4229
+ health_objective: NotRequired[pulumi.Input[builtins.float]]
4230
+ """
4231
+ Health objective as a percentage of time the entity should be healthy.
4232
+ """
4233
+ icon: NotRequired[pulumi.Input['IconDefinitionArgsDict']]
4234
+ """
4235
+ Visual icon definition. If not set, a default icon is used.
4236
+ """
4237
+ impact: NotRequired[pulumi.Input[Union[builtins.str, 'EntityImpact']]]
4238
+ """
4239
+ Impact of the entity in health state propagation
4240
+ """
4241
+ kind: NotRequired[pulumi.Input[builtins.str]]
4242
+ """
4243
+ Entity kind
4244
+ """
4245
+ signals: NotRequired[pulumi.Input['SignalGroupArgsDict']]
4246
+ """
4247
+ Signal groups which are assigned to this entity
4248
+ """
4249
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
4250
+ """
4251
+ Optional set of labels (key-value pairs)
4252
+ """
4253
+ elif False:
4254
+ EntityPropertiesArgsDict: TypeAlias = Mapping[str, Any]
4255
+
4256
+ @pulumi.input_type
4257
+ class EntityPropertiesArgs:
4258
+ def __init__(__self__, *,
4259
+ alerts: Optional[pulumi.Input['EntityAlertsArgs']] = None,
4260
+ canvas_position: Optional[pulumi.Input['EntityCoordinatesArgs']] = None,
4261
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
4262
+ health_objective: Optional[pulumi.Input[builtins.float]] = None,
4263
+ icon: Optional[pulumi.Input['IconDefinitionArgs']] = None,
4264
+ impact: Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]] = None,
4265
+ kind: Optional[pulumi.Input[builtins.str]] = None,
4266
+ signals: Optional[pulumi.Input['SignalGroupArgs']] = None,
4267
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
4268
+ """
4269
+ Properties which are common across all kinds of entities
4270
+ :param pulumi.Input['EntityAlertsArgs'] alerts: Alert configuration for this entity
4271
+ :param pulumi.Input['EntityCoordinatesArgs'] canvas_position: Positioning of the entity on the model canvas
4272
+ :param pulumi.Input[builtins.str] display_name: Display name
4273
+ :param pulumi.Input[builtins.float] health_objective: Health objective as a percentage of time the entity should be healthy.
4274
+ :param pulumi.Input['IconDefinitionArgs'] icon: Visual icon definition. If not set, a default icon is used.
4275
+ :param pulumi.Input[Union[builtins.str, 'EntityImpact']] impact: Impact of the entity in health state propagation
4276
+ :param pulumi.Input[builtins.str] kind: Entity kind
4277
+ :param pulumi.Input['SignalGroupArgs'] signals: Signal groups which are assigned to this entity
4278
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
4279
+ """
4280
+ if alerts is not None:
4281
+ pulumi.set(__self__, "alerts", alerts)
4282
+ if canvas_position is not None:
4283
+ pulumi.set(__self__, "canvas_position", canvas_position)
4284
+ if display_name is not None:
4285
+ pulumi.set(__self__, "display_name", display_name)
4286
+ if health_objective is not None:
4287
+ pulumi.set(__self__, "health_objective", health_objective)
4288
+ if icon is not None:
4289
+ pulumi.set(__self__, "icon", icon)
4290
+ if impact is None:
4291
+ impact = 'Standard'
4292
+ if impact is not None:
4293
+ pulumi.set(__self__, "impact", impact)
4294
+ if kind is None:
4295
+ kind = 'Default'
4296
+ if kind is not None:
4297
+ pulumi.set(__self__, "kind", kind)
4298
+ if signals is not None:
4299
+ pulumi.set(__self__, "signals", signals)
4300
+ if tags is not None:
4301
+ pulumi.set(__self__, "tags", tags)
4302
+
4303
+ @property
4304
+ @pulumi.getter
4305
+ def alerts(self) -> Optional[pulumi.Input['EntityAlertsArgs']]:
4306
+ """
4307
+ Alert configuration for this entity
4308
+ """
4309
+ return pulumi.get(self, "alerts")
4310
+
4311
+ @alerts.setter
4312
+ def alerts(self, value: Optional[pulumi.Input['EntityAlertsArgs']]):
4313
+ pulumi.set(self, "alerts", value)
4314
+
4315
+ @property
4316
+ @pulumi.getter(name="canvasPosition")
4317
+ def canvas_position(self) -> Optional[pulumi.Input['EntityCoordinatesArgs']]:
4318
+ """
4319
+ Positioning of the entity on the model canvas
4320
+ """
4321
+ return pulumi.get(self, "canvas_position")
4322
+
4323
+ @canvas_position.setter
4324
+ def canvas_position(self, value: Optional[pulumi.Input['EntityCoordinatesArgs']]):
4325
+ pulumi.set(self, "canvas_position", value)
4326
+
4327
+ @property
4328
+ @pulumi.getter(name="displayName")
4329
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
4330
+ """
4331
+ Display name
4332
+ """
4333
+ return pulumi.get(self, "display_name")
4334
+
4335
+ @display_name.setter
4336
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
4337
+ pulumi.set(self, "display_name", value)
4338
+
4339
+ @property
4340
+ @pulumi.getter(name="healthObjective")
4341
+ def health_objective(self) -> Optional[pulumi.Input[builtins.float]]:
4342
+ """
4343
+ Health objective as a percentage of time the entity should be healthy.
4344
+ """
4345
+ return pulumi.get(self, "health_objective")
4346
+
4347
+ @health_objective.setter
4348
+ def health_objective(self, value: Optional[pulumi.Input[builtins.float]]):
4349
+ pulumi.set(self, "health_objective", value)
4350
+
4351
+ @property
4352
+ @pulumi.getter
4353
+ def icon(self) -> Optional[pulumi.Input['IconDefinitionArgs']]:
4354
+ """
4355
+ Visual icon definition. If not set, a default icon is used.
4356
+ """
4357
+ return pulumi.get(self, "icon")
4358
+
4359
+ @icon.setter
4360
+ def icon(self, value: Optional[pulumi.Input['IconDefinitionArgs']]):
4361
+ pulumi.set(self, "icon", value)
4362
+
4363
+ @property
4364
+ @pulumi.getter
4365
+ def impact(self) -> Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]]:
4366
+ """
4367
+ Impact of the entity in health state propagation
4368
+ """
4369
+ return pulumi.get(self, "impact")
4370
+
4371
+ @impact.setter
4372
+ def impact(self, value: Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]]):
4373
+ pulumi.set(self, "impact", value)
4374
+
4375
+ @property
4376
+ @pulumi.getter
4377
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
4378
+ """
4379
+ Entity kind
4380
+ """
4381
+ return pulumi.get(self, "kind")
4382
+
4383
+ @kind.setter
4384
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
4385
+ pulumi.set(self, "kind", value)
4386
+
4387
+ @property
4388
+ @pulumi.getter
4389
+ def signals(self) -> Optional[pulumi.Input['SignalGroupArgs']]:
4390
+ """
4391
+ Signal groups which are assigned to this entity
4392
+ """
4393
+ return pulumi.get(self, "signals")
4394
+
4395
+ @signals.setter
4396
+ def signals(self, value: Optional[pulumi.Input['SignalGroupArgs']]):
4397
+ pulumi.set(self, "signals", value)
4398
+
4399
+ @property
4400
+ @pulumi.getter
4401
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
4402
+ """
4403
+ Optional set of labels (key-value pairs)
4404
+ """
4405
+ return pulumi.get(self, "tags")
4406
+
4407
+ @tags.setter
4408
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
4409
+ pulumi.set(self, "tags", value)
4410
+
4411
+
4412
+ if not MYPY:
4413
+ class EvaluationRuleArgsDict(TypedDict):
4414
+ """
4415
+ Evaluation rule for a signal definition
4416
+ """
4417
+ degraded_rule: NotRequired[pulumi.Input['ThresholdRuleArgsDict']]
4418
+ """
4419
+ Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
4420
+ """
4421
+ dynamic_detection_rule: NotRequired[pulumi.Input['DynamicDetectionRuleArgsDict']]
4422
+ """
4423
+ Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
4424
+ """
4425
+ unhealthy_rule: NotRequired[pulumi.Input['ThresholdRuleArgsDict']]
4426
+ """
4427
+ Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
4428
+ """
4429
+ elif False:
4430
+ EvaluationRuleArgsDict: TypeAlias = Mapping[str, Any]
4431
+
4432
+ @pulumi.input_type
4433
+ class EvaluationRuleArgs:
4434
+ def __init__(__self__, *,
4435
+ degraded_rule: Optional[pulumi.Input['ThresholdRuleArgs']] = None,
4436
+ dynamic_detection_rule: Optional[pulumi.Input['DynamicDetectionRuleArgs']] = None,
4437
+ unhealthy_rule: Optional[pulumi.Input['ThresholdRuleArgs']] = None):
4438
+ """
4439
+ Evaluation rule for a signal definition
4440
+ :param pulumi.Input['ThresholdRuleArgs'] degraded_rule: Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
4441
+ :param pulumi.Input['DynamicDetectionRuleArgs'] dynamic_detection_rule: Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
4442
+ :param pulumi.Input['ThresholdRuleArgs'] unhealthy_rule: Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
4443
+ """
4444
+ if degraded_rule is not None:
4445
+ pulumi.set(__self__, "degraded_rule", degraded_rule)
4446
+ if dynamic_detection_rule is not None:
4447
+ pulumi.set(__self__, "dynamic_detection_rule", dynamic_detection_rule)
4448
+ if unhealthy_rule is not None:
4449
+ pulumi.set(__self__, "unhealthy_rule", unhealthy_rule)
4450
+
4451
+ @property
4452
+ @pulumi.getter(name="degradedRule")
4453
+ def degraded_rule(self) -> Optional[pulumi.Input['ThresholdRuleArgs']]:
4454
+ """
4455
+ Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
4456
+ """
4457
+ return pulumi.get(self, "degraded_rule")
4458
+
4459
+ @degraded_rule.setter
4460
+ def degraded_rule(self, value: Optional[pulumi.Input['ThresholdRuleArgs']]):
4461
+ pulumi.set(self, "degraded_rule", value)
4462
+
4463
+ @property
4464
+ @pulumi.getter(name="dynamicDetectionRule")
4465
+ def dynamic_detection_rule(self) -> Optional[pulumi.Input['DynamicDetectionRuleArgs']]:
4466
+ """
4467
+ Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
4468
+ """
4469
+ return pulumi.get(self, "dynamic_detection_rule")
4470
+
4471
+ @dynamic_detection_rule.setter
4472
+ def dynamic_detection_rule(self, value: Optional[pulumi.Input['DynamicDetectionRuleArgs']]):
4473
+ pulumi.set(self, "dynamic_detection_rule", value)
4474
+
4475
+ @property
4476
+ @pulumi.getter(name="unhealthyRule")
4477
+ def unhealthy_rule(self) -> Optional[pulumi.Input['ThresholdRuleArgs']]:
4478
+ """
4479
+ Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
4480
+ """
4481
+ return pulumi.get(self, "unhealthy_rule")
4482
+
4483
+ @unhealthy_rule.setter
4484
+ def unhealthy_rule(self, value: Optional[pulumi.Input['ThresholdRuleArgs']]):
4485
+ pulumi.set(self, "unhealthy_rule", value)
4486
+
4487
+
4488
+ if not MYPY:
4489
+ class EventHubDestinationArgsDict(TypedDict):
4490
+ event_hub_resource_id: NotRequired[pulumi.Input[builtins.str]]
4491
+ """
4492
+ The resource ID of the event hub.
4493
+ """
4494
+ name: NotRequired[pulumi.Input[builtins.str]]
4495
+ """
4496
+ A friendly name for the destination.
4497
+ This name should be unique across all destinations (regardless of type) within the data collection rule.
4498
+ """
4499
+ elif False:
4500
+ EventHubDestinationArgsDict: TypeAlias = Mapping[str, Any]
4501
+
4502
+ @pulumi.input_type
4503
+ class EventHubDestinationArgs:
4504
+ def __init__(__self__, *,
4505
+ event_hub_resource_id: Optional[pulumi.Input[builtins.str]] = None,
4506
+ name: Optional[pulumi.Input[builtins.str]] = None):
4507
+ """
4508
+ :param pulumi.Input[builtins.str] event_hub_resource_id: The resource ID of the event hub.
4509
+ :param pulumi.Input[builtins.str] name: A friendly name for the destination.
4510
+ This name should be unique across all destinations (regardless of type) within the data collection rule.
4511
+ """
4512
+ if event_hub_resource_id is not None:
4513
+ pulumi.set(__self__, "event_hub_resource_id", event_hub_resource_id)
4514
+ if name is not None:
4515
+ pulumi.set(__self__, "name", name)
4516
+
4517
+ @property
4518
+ @pulumi.getter(name="eventHubResourceId")
4519
+ def event_hub_resource_id(self) -> Optional[pulumi.Input[builtins.str]]:
4520
+ """
4521
+ The resource ID of the event hub.
4522
+ """
4523
+ return pulumi.get(self, "event_hub_resource_id")
4524
+
4525
+ @event_hub_resource_id.setter
4526
+ def event_hub_resource_id(self, value: Optional[pulumi.Input[builtins.str]]):
4527
+ pulumi.set(self, "event_hub_resource_id", value)
4528
+
4529
+ @property
4530
+ @pulumi.getter
4531
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
3571
4532
  """
3572
4533
  A friendly name for the destination.
3573
4534
  This name should be unique across all destinations (regardless of type) within the data collection rule.
@@ -4005,6 +4966,97 @@ class ExtensionDataSourceArgs:
4005
4966
  pulumi.set(self, "streams", value)
4006
4967
 
4007
4968
 
4969
+ if not MYPY:
4970
+ class HealthModelPropertiesArgsDict(TypedDict):
4971
+ """
4972
+ HealthModel properties
4973
+ """
4974
+ discovery: NotRequired[pulumi.Input['ModelDiscoverySettingsArgsDict']]
4975
+ """
4976
+ 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.
4977
+ """
4978
+ elif False:
4979
+ HealthModelPropertiesArgsDict: TypeAlias = Mapping[str, Any]
4980
+
4981
+ @pulumi.input_type
4982
+ class HealthModelPropertiesArgs:
4983
+ def __init__(__self__, *,
4984
+ discovery: Optional[pulumi.Input['ModelDiscoverySettingsArgs']] = None):
4985
+ """
4986
+ HealthModel properties
4987
+ :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.
4988
+ """
4989
+ if discovery is not None:
4990
+ pulumi.set(__self__, "discovery", discovery)
4991
+
4992
+ @property
4993
+ @pulumi.getter
4994
+ def discovery(self) -> Optional[pulumi.Input['ModelDiscoverySettingsArgs']]:
4995
+ """
4996
+ 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.
4997
+ """
4998
+ return pulumi.get(self, "discovery")
4999
+
5000
+ @discovery.setter
5001
+ def discovery(self, value: Optional[pulumi.Input['ModelDiscoverySettingsArgs']]):
5002
+ pulumi.set(self, "discovery", value)
5003
+
5004
+
5005
+ if not MYPY:
5006
+ class IconDefinitionArgsDict(TypedDict):
5007
+ """
5008
+ Visual icon definition of an entity
5009
+ """
5010
+ icon_name: pulumi.Input[builtins.str]
5011
+ """
5012
+ Name of the built-in icon, or 'Custom' to use customData
5013
+ """
5014
+ custom_data: NotRequired[pulumi.Input[builtins.str]]
5015
+ """
5016
+ Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
5017
+ """
5018
+ elif False:
5019
+ IconDefinitionArgsDict: TypeAlias = Mapping[str, Any]
5020
+
5021
+ @pulumi.input_type
5022
+ class IconDefinitionArgs:
5023
+ def __init__(__self__, *,
5024
+ icon_name: pulumi.Input[builtins.str],
5025
+ custom_data: Optional[pulumi.Input[builtins.str]] = None):
5026
+ """
5027
+ Visual icon definition of an entity
5028
+ :param pulumi.Input[builtins.str] icon_name: Name of the built-in icon, or 'Custom' to use customData
5029
+ :param pulumi.Input[builtins.str] custom_data: Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
5030
+ """
5031
+ pulumi.set(__self__, "icon_name", icon_name)
5032
+ if custom_data is not None:
5033
+ pulumi.set(__self__, "custom_data", custom_data)
5034
+
5035
+ @property
5036
+ @pulumi.getter(name="iconName")
5037
+ def icon_name(self) -> pulumi.Input[builtins.str]:
5038
+ """
5039
+ Name of the built-in icon, or 'Custom' to use customData
5040
+ """
5041
+ return pulumi.get(self, "icon_name")
5042
+
5043
+ @icon_name.setter
5044
+ def icon_name(self, value: pulumi.Input[builtins.str]):
5045
+ pulumi.set(self, "icon_name", value)
5046
+
5047
+ @property
5048
+ @pulumi.getter(name="customData")
5049
+ def custom_data(self) -> Optional[pulumi.Input[builtins.str]]:
5050
+ """
5051
+ Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
5052
+ """
5053
+ return pulumi.get(self, "custom_data")
5054
+
5055
+ @custom_data.setter
5056
+ def custom_data(self, value: Optional[pulumi.Input[builtins.str]]):
5057
+ pulumi.set(self, "custom_data", value)
5058
+
5059
+
4008
5060
  if not MYPY:
4009
5061
  class IdentityArgsDict(TypedDict):
4010
5062
  """
@@ -4284,6 +5336,98 @@ class IncidentServiceConnectionArgs:
4284
5336
  pulumi.set(self, "name", value)
4285
5337
 
4286
5338
 
5339
+ if not MYPY:
5340
+ class IssuePropertiesArgsDict(TypedDict):
5341
+ """
5342
+ The issue properties
5343
+ """
5344
+ impact_time: pulumi.Input[builtins.str]
5345
+ """
5346
+ The issue impact time (in UTC)
5347
+ """
5348
+ severity: pulumi.Input[builtins.str]
5349
+ """
5350
+ The issue severity
5351
+ """
5352
+ status: pulumi.Input[Union[builtins.str, 'Status']]
5353
+ """
5354
+ The issue status
5355
+ """
5356
+ title: pulumi.Input[builtins.str]
5357
+ """
5358
+ The issue title
5359
+ """
5360
+ elif False:
5361
+ IssuePropertiesArgsDict: TypeAlias = Mapping[str, Any]
5362
+
5363
+ @pulumi.input_type
5364
+ class IssuePropertiesArgs:
5365
+ def __init__(__self__, *,
5366
+ impact_time: pulumi.Input[builtins.str],
5367
+ severity: pulumi.Input[builtins.str],
5368
+ status: pulumi.Input[Union[builtins.str, 'Status']],
5369
+ title: pulumi.Input[builtins.str]):
5370
+ """
5371
+ The issue properties
5372
+ :param pulumi.Input[builtins.str] impact_time: The issue impact time (in UTC)
5373
+ :param pulumi.Input[builtins.str] severity: The issue severity
5374
+ :param pulumi.Input[Union[builtins.str, 'Status']] status: The issue status
5375
+ :param pulumi.Input[builtins.str] title: The issue title
5376
+ """
5377
+ pulumi.set(__self__, "impact_time", impact_time)
5378
+ pulumi.set(__self__, "severity", severity)
5379
+ pulumi.set(__self__, "status", status)
5380
+ pulumi.set(__self__, "title", title)
5381
+
5382
+ @property
5383
+ @pulumi.getter(name="impactTime")
5384
+ def impact_time(self) -> pulumi.Input[builtins.str]:
5385
+ """
5386
+ The issue impact time (in UTC)
5387
+ """
5388
+ return pulumi.get(self, "impact_time")
5389
+
5390
+ @impact_time.setter
5391
+ def impact_time(self, value: pulumi.Input[builtins.str]):
5392
+ pulumi.set(self, "impact_time", value)
5393
+
5394
+ @property
5395
+ @pulumi.getter
5396
+ def severity(self) -> pulumi.Input[builtins.str]:
5397
+ """
5398
+ The issue severity
5399
+ """
5400
+ return pulumi.get(self, "severity")
5401
+
5402
+ @severity.setter
5403
+ def severity(self, value: pulumi.Input[builtins.str]):
5404
+ pulumi.set(self, "severity", value)
5405
+
5406
+ @property
5407
+ @pulumi.getter
5408
+ def status(self) -> pulumi.Input[Union[builtins.str, 'Status']]:
5409
+ """
5410
+ The issue status
5411
+ """
5412
+ return pulumi.get(self, "status")
5413
+
5414
+ @status.setter
5415
+ def status(self, value: pulumi.Input[Union[builtins.str, 'Status']]):
5416
+ pulumi.set(self, "status", value)
5417
+
5418
+ @property
5419
+ @pulumi.getter
5420
+ def title(self) -> pulumi.Input[builtins.str]:
5421
+ """
5422
+ The issue title
5423
+ """
5424
+ return pulumi.get(self, "title")
5425
+
5426
+ @title.setter
5427
+ def title(self, value: pulumi.Input[builtins.str]):
5428
+ pulumi.set(self, "title", value)
5429
+
5430
+
4287
5431
  if not MYPY:
4288
5432
  class ItsmReceiverArgsDict(TypedDict):
4289
5433
  """
@@ -4623,6 +5767,278 @@ class LogAnalyticsDestinationArgs:
4623
5767
  pulumi.set(self, "workspace_resource_id", value)
4624
5768
 
4625
5769
 
5770
+ if not MYPY:
5771
+ class LogAnalyticsQuerySignalDefinitionPropertiesArgsDict(TypedDict):
5772
+ """
5773
+ Log Analytics Query Signal Definition properties
5774
+ """
5775
+ evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
5776
+ """
5777
+ Evaluation rules for the signal definition
5778
+ """
5779
+ query_text: pulumi.Input[builtins.str]
5780
+ """
5781
+ Query text in KQL syntax
5782
+ """
5783
+ signal_kind: pulumi.Input[builtins.str]
5784
+ """
5785
+ Supported signal kinds as discriminator
5786
+ Expected value is 'LogAnalyticsQuery'.
5787
+ """
5788
+ data_unit: NotRequired[pulumi.Input[builtins.str]]
5789
+ """
5790
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
5791
+ """
5792
+ display_name: NotRequired[pulumi.Input[builtins.str]]
5793
+ """
5794
+ Display name
5795
+ """
5796
+ refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
5797
+ """
5798
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
5799
+ """
5800
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
5801
+ """
5802
+ Optional set of labels (key-value pairs)
5803
+ """
5804
+ time_grain: NotRequired[pulumi.Input[builtins.str]]
5805
+ """
5806
+ Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
5807
+ """
5808
+ value_column_name: NotRequired[pulumi.Input[builtins.str]]
5809
+ """
5810
+ 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.
5811
+ """
5812
+ elif False:
5813
+ LogAnalyticsQuerySignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
5814
+
5815
+ @pulumi.input_type
5816
+ class LogAnalyticsQuerySignalDefinitionPropertiesArgs:
5817
+ def __init__(__self__, *,
5818
+ evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
5819
+ query_text: pulumi.Input[builtins.str],
5820
+ signal_kind: pulumi.Input[builtins.str],
5821
+ data_unit: Optional[pulumi.Input[builtins.str]] = None,
5822
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
5823
+ refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
5824
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
5825
+ time_grain: Optional[pulumi.Input[builtins.str]] = None,
5826
+ value_column_name: Optional[pulumi.Input[builtins.str]] = None):
5827
+ """
5828
+ Log Analytics Query Signal Definition properties
5829
+ :param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
5830
+ :param pulumi.Input[builtins.str] query_text: Query text in KQL syntax
5831
+ :param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
5832
+ Expected value is 'LogAnalyticsQuery'.
5833
+ :param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
5834
+ :param pulumi.Input[builtins.str] display_name: Display name
5835
+ :param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
5836
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
5837
+ :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.
5838
+ :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.
5839
+ """
5840
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
5841
+ pulumi.set(__self__, "query_text", query_text)
5842
+ pulumi.set(__self__, "signal_kind", 'LogAnalyticsQuery')
5843
+ if data_unit is not None:
5844
+ pulumi.set(__self__, "data_unit", data_unit)
5845
+ if display_name is not None:
5846
+ pulumi.set(__self__, "display_name", display_name)
5847
+ if refresh_interval is None:
5848
+ refresh_interval = 'PT1M'
5849
+ if refresh_interval is not None:
5850
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
5851
+ if tags is not None:
5852
+ pulumi.set(__self__, "tags", tags)
5853
+ if time_grain is not None:
5854
+ pulumi.set(__self__, "time_grain", time_grain)
5855
+ if value_column_name is not None:
5856
+ pulumi.set(__self__, "value_column_name", value_column_name)
5857
+
5858
+ @property
5859
+ @pulumi.getter(name="evaluationRules")
5860
+ def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
5861
+ """
5862
+ Evaluation rules for the signal definition
5863
+ """
5864
+ return pulumi.get(self, "evaluation_rules")
5865
+
5866
+ @evaluation_rules.setter
5867
+ def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
5868
+ pulumi.set(self, "evaluation_rules", value)
5869
+
5870
+ @property
5871
+ @pulumi.getter(name="queryText")
5872
+ def query_text(self) -> pulumi.Input[builtins.str]:
5873
+ """
5874
+ Query text in KQL syntax
5875
+ """
5876
+ return pulumi.get(self, "query_text")
5877
+
5878
+ @query_text.setter
5879
+ def query_text(self, value: pulumi.Input[builtins.str]):
5880
+ pulumi.set(self, "query_text", value)
5881
+
5882
+ @property
5883
+ @pulumi.getter(name="signalKind")
5884
+ def signal_kind(self) -> pulumi.Input[builtins.str]:
5885
+ """
5886
+ Supported signal kinds as discriminator
5887
+ Expected value is 'LogAnalyticsQuery'.
5888
+ """
5889
+ return pulumi.get(self, "signal_kind")
5890
+
5891
+ @signal_kind.setter
5892
+ def signal_kind(self, value: pulumi.Input[builtins.str]):
5893
+ pulumi.set(self, "signal_kind", value)
5894
+
5895
+ @property
5896
+ @pulumi.getter(name="dataUnit")
5897
+ def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
5898
+ """
5899
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
5900
+ """
5901
+ return pulumi.get(self, "data_unit")
5902
+
5903
+ @data_unit.setter
5904
+ def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
5905
+ pulumi.set(self, "data_unit", value)
5906
+
5907
+ @property
5908
+ @pulumi.getter(name="displayName")
5909
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
5910
+ """
5911
+ Display name
5912
+ """
5913
+ return pulumi.get(self, "display_name")
5914
+
5915
+ @display_name.setter
5916
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
5917
+ pulumi.set(self, "display_name", value)
5918
+
5919
+ @property
5920
+ @pulumi.getter(name="refreshInterval")
5921
+ def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
5922
+ """
5923
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
5924
+ """
5925
+ return pulumi.get(self, "refresh_interval")
5926
+
5927
+ @refresh_interval.setter
5928
+ def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
5929
+ pulumi.set(self, "refresh_interval", value)
5930
+
5931
+ @property
5932
+ @pulumi.getter
5933
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
5934
+ """
5935
+ Optional set of labels (key-value pairs)
5936
+ """
5937
+ return pulumi.get(self, "tags")
5938
+
5939
+ @tags.setter
5940
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
5941
+ pulumi.set(self, "tags", value)
5942
+
5943
+ @property
5944
+ @pulumi.getter(name="timeGrain")
5945
+ def time_grain(self) -> Optional[pulumi.Input[builtins.str]]:
5946
+ """
5947
+ Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
5948
+ """
5949
+ return pulumi.get(self, "time_grain")
5950
+
5951
+ @time_grain.setter
5952
+ def time_grain(self, value: Optional[pulumi.Input[builtins.str]]):
5953
+ pulumi.set(self, "time_grain", value)
5954
+
5955
+ @property
5956
+ @pulumi.getter(name="valueColumnName")
5957
+ def value_column_name(self) -> Optional[pulumi.Input[builtins.str]]:
5958
+ """
5959
+ 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.
5960
+ """
5961
+ return pulumi.get(self, "value_column_name")
5962
+
5963
+ @value_column_name.setter
5964
+ def value_column_name(self, value: Optional[pulumi.Input[builtins.str]]):
5965
+ pulumi.set(self, "value_column_name", value)
5966
+
5967
+
5968
+ if not MYPY:
5969
+ class LogAnalyticsSignalGroupArgsDict(TypedDict):
5970
+ """
5971
+ A grouping of signal assignments for a Log Analytics Workspace
5972
+ """
5973
+ authentication_setting: pulumi.Input[builtins.str]
5974
+ """
5975
+ Reference to the name of the authentication setting which is used for querying the data source
5976
+ """
5977
+ log_analytics_workspace_resource_id: pulumi.Input[builtins.str]
5978
+ """
5979
+ Log Analytics Workspace resource ID
5980
+ """
5981
+ signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
5982
+ """
5983
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
5984
+ """
5985
+ elif False:
5986
+ LogAnalyticsSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
5987
+
5988
+ @pulumi.input_type
5989
+ class LogAnalyticsSignalGroupArgs:
5990
+ def __init__(__self__, *,
5991
+ authentication_setting: pulumi.Input[builtins.str],
5992
+ log_analytics_workspace_resource_id: pulumi.Input[builtins.str],
5993
+ signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
5994
+ """
5995
+ A grouping of signal assignments for a Log Analytics Workspace
5996
+ :param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
5997
+ :param pulumi.Input[builtins.str] log_analytics_workspace_resource_id: Log Analytics Workspace resource ID
5998
+ :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.
5999
+ """
6000
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
6001
+ pulumi.set(__self__, "log_analytics_workspace_resource_id", log_analytics_workspace_resource_id)
6002
+ if signal_assignments is not None:
6003
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
6004
+
6005
+ @property
6006
+ @pulumi.getter(name="authenticationSetting")
6007
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
6008
+ """
6009
+ Reference to the name of the authentication setting which is used for querying the data source
6010
+ """
6011
+ return pulumi.get(self, "authentication_setting")
6012
+
6013
+ @authentication_setting.setter
6014
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
6015
+ pulumi.set(self, "authentication_setting", value)
6016
+
6017
+ @property
6018
+ @pulumi.getter(name="logAnalyticsWorkspaceResourceId")
6019
+ def log_analytics_workspace_resource_id(self) -> pulumi.Input[builtins.str]:
6020
+ """
6021
+ Log Analytics Workspace resource ID
6022
+ """
6023
+ return pulumi.get(self, "log_analytics_workspace_resource_id")
6024
+
6025
+ @log_analytics_workspace_resource_id.setter
6026
+ def log_analytics_workspace_resource_id(self, value: pulumi.Input[builtins.str]):
6027
+ pulumi.set(self, "log_analytics_workspace_resource_id", value)
6028
+
6029
+ @property
6030
+ @pulumi.getter(name="signalAssignments")
6031
+ def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
6032
+ """
6033
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
6034
+ """
6035
+ return pulumi.get(self, "signal_assignments")
6036
+
6037
+ @signal_assignments.setter
6038
+ def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
6039
+ pulumi.set(self, "signal_assignments", value)
6040
+
6041
+
4626
6042
  if not MYPY:
4627
6043
  class LogFileSettingsTextArgsDict(TypedDict):
4628
6044
  """
@@ -5006,21 +6422,98 @@ class LogicAppReceiverArgs:
5006
6422
  """
5007
6423
  return pulumi.get(self, "managed_identity")
5008
6424
 
5009
- @managed_identity.setter
5010
- def managed_identity(self, value: Optional[pulumi.Input[builtins.str]]):
5011
- pulumi.set(self, "managed_identity", value)
6425
+ @managed_identity.setter
6426
+ def managed_identity(self, value: Optional[pulumi.Input[builtins.str]]):
6427
+ pulumi.set(self, "managed_identity", value)
6428
+
6429
+ @property
6430
+ @pulumi.getter(name="useCommonAlertSchema")
6431
+ def use_common_alert_schema(self) -> Optional[pulumi.Input[builtins.bool]]:
6432
+ """
6433
+ Indicates whether to use common alert schema.
6434
+ """
6435
+ return pulumi.get(self, "use_common_alert_schema")
6436
+
6437
+ @use_common_alert_schema.setter
6438
+ def use_common_alert_schema(self, value: Optional[pulumi.Input[builtins.bool]]):
6439
+ pulumi.set(self, "use_common_alert_schema", value)
6440
+
6441
+
6442
+ if not MYPY:
6443
+ class ManagedIdentityAuthenticationSettingPropertiesArgsDict(TypedDict):
6444
+ """
6445
+ Authentication setting properties for Azure Managed Identity
6446
+ """
6447
+ authentication_kind: pulumi.Input[builtins.str]
6448
+ """
6449
+ Supported kinds of authentication settings as discriminator
6450
+ Expected value is 'ManagedIdentity'.
6451
+ """
6452
+ managed_identity_name: pulumi.Input[builtins.str]
6453
+ """
6454
+ Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
6455
+ """
6456
+ display_name: NotRequired[pulumi.Input[builtins.str]]
6457
+ """
6458
+ Display name
6459
+ """
6460
+ elif False:
6461
+ ManagedIdentityAuthenticationSettingPropertiesArgsDict: TypeAlias = Mapping[str, Any]
6462
+
6463
+ @pulumi.input_type
6464
+ class ManagedIdentityAuthenticationSettingPropertiesArgs:
6465
+ def __init__(__self__, *,
6466
+ authentication_kind: pulumi.Input[builtins.str],
6467
+ managed_identity_name: pulumi.Input[builtins.str],
6468
+ display_name: Optional[pulumi.Input[builtins.str]] = None):
6469
+ """
6470
+ Authentication setting properties for Azure Managed Identity
6471
+ :param pulumi.Input[builtins.str] authentication_kind: Supported kinds of authentication settings as discriminator
6472
+ Expected value is 'ManagedIdentity'.
6473
+ :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.
6474
+ :param pulumi.Input[builtins.str] display_name: Display name
6475
+ """
6476
+ pulumi.set(__self__, "authentication_kind", 'ManagedIdentity')
6477
+ pulumi.set(__self__, "managed_identity_name", managed_identity_name)
6478
+ if display_name is not None:
6479
+ pulumi.set(__self__, "display_name", display_name)
6480
+
6481
+ @property
6482
+ @pulumi.getter(name="authenticationKind")
6483
+ def authentication_kind(self) -> pulumi.Input[builtins.str]:
6484
+ """
6485
+ Supported kinds of authentication settings as discriminator
6486
+ Expected value is 'ManagedIdentity'.
6487
+ """
6488
+ return pulumi.get(self, "authentication_kind")
6489
+
6490
+ @authentication_kind.setter
6491
+ def authentication_kind(self, value: pulumi.Input[builtins.str]):
6492
+ pulumi.set(self, "authentication_kind", value)
6493
+
6494
+ @property
6495
+ @pulumi.getter(name="managedIdentityName")
6496
+ def managed_identity_name(self) -> pulumi.Input[builtins.str]:
6497
+ """
6498
+ Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
6499
+ """
6500
+ return pulumi.get(self, "managed_identity_name")
6501
+
6502
+ @managed_identity_name.setter
6503
+ def managed_identity_name(self, value: pulumi.Input[builtins.str]):
6504
+ pulumi.set(self, "managed_identity_name", value)
5012
6505
 
5013
6506
  @property
5014
- @pulumi.getter(name="useCommonAlertSchema")
5015
- def use_common_alert_schema(self) -> Optional[pulumi.Input[builtins.bool]]:
6507
+ @pulumi.getter(name="displayName")
6508
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
5016
6509
  """
5017
- Indicates whether to use common alert schema.
6510
+ Display name
5018
6511
  """
5019
- return pulumi.get(self, "use_common_alert_schema")
6512
+ return pulumi.get(self, "display_name")
5020
6513
 
5021
- @use_common_alert_schema.setter
5022
- def use_common_alert_schema(self, value: Optional[pulumi.Input[builtins.bool]]):
5023
- pulumi.set(self, "use_common_alert_schema", value)
6514
+ @display_name.setter
6515
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
6516
+ pulumi.set(self, "display_name", value)
5024
6517
 
5025
6518
 
5026
6519
  if not MYPY:
@@ -5934,6 +7427,80 @@ class MetricTriggerArgs:
5934
7427
  pulumi.set(self, "metric_resource_location", value)
5935
7428
 
5936
7429
 
7430
+ if not MYPY:
7431
+ class ModelDiscoverySettingsArgsDict(TypedDict):
7432
+ """
7433
+ Settings for automatically discovering entities for the health model.
7434
+ """
7435
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
7436
+ """
7437
+ Whether to add all recommended signals to the discovered entities.
7438
+ """
7439
+ scope: pulumi.Input[builtins.str]
7440
+ """
7441
+ The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
7442
+ """
7443
+ identity: NotRequired[pulumi.Input[builtins.str]]
7444
+ """
7445
+ 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.
7446
+ """
7447
+ elif False:
7448
+ ModelDiscoverySettingsArgsDict: TypeAlias = Mapping[str, Any]
7449
+
7450
+ @pulumi.input_type
7451
+ class ModelDiscoverySettingsArgs:
7452
+ def __init__(__self__, *,
7453
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
7454
+ scope: pulumi.Input[builtins.str],
7455
+ identity: Optional[pulumi.Input[builtins.str]] = None):
7456
+ """
7457
+ Settings for automatically discovering entities for the health model.
7458
+ :param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
7459
+ :param pulumi.Input[builtins.str] scope: The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
7460
+ :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.
7461
+ """
7462
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
7463
+ pulumi.set(__self__, "scope", scope)
7464
+ if identity is not None:
7465
+ pulumi.set(__self__, "identity", identity)
7466
+
7467
+ @property
7468
+ @pulumi.getter(name="addRecommendedSignals")
7469
+ def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
7470
+ """
7471
+ Whether to add all recommended signals to the discovered entities.
7472
+ """
7473
+ return pulumi.get(self, "add_recommended_signals")
7474
+
7475
+ @add_recommended_signals.setter
7476
+ def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
7477
+ pulumi.set(self, "add_recommended_signals", value)
7478
+
7479
+ @property
7480
+ @pulumi.getter
7481
+ def scope(self) -> pulumi.Input[builtins.str]:
7482
+ """
7483
+ The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
7484
+ """
7485
+ return pulumi.get(self, "scope")
7486
+
7487
+ @scope.setter
7488
+ def scope(self, value: pulumi.Input[builtins.str]):
7489
+ pulumi.set(self, "scope", value)
7490
+
7491
+ @property
7492
+ @pulumi.getter
7493
+ def identity(self) -> Optional[pulumi.Input[builtins.str]]:
7494
+ """
7495
+ 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.
7496
+ """
7497
+ return pulumi.get(self, "identity")
7498
+
7499
+ @identity.setter
7500
+ def identity(self, value: Optional[pulumi.Input[builtins.str]]):
7501
+ pulumi.set(self, "identity", value)
7502
+
7503
+
5937
7504
  if not MYPY:
5938
7505
  class MonitoringAccountDestinationArgsDict(TypedDict):
5939
7506
  """
@@ -6934,6 +8501,184 @@ class PrometheusForwarderDataSourceArgs:
6934
8501
  pulumi.set(self, "streams", value)
6935
8502
 
6936
8503
 
8504
+ if not MYPY:
8505
+ class PrometheusMetricsSignalDefinitionPropertiesArgsDict(TypedDict):
8506
+ """
8507
+ Prometheus Metrics Signal Definition properties
8508
+ """
8509
+ evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
8510
+ """
8511
+ Evaluation rules for the signal definition
8512
+ """
8513
+ query_text: pulumi.Input[builtins.str]
8514
+ """
8515
+ Query text in PromQL syntax
8516
+ """
8517
+ signal_kind: pulumi.Input[builtins.str]
8518
+ """
8519
+ Supported signal kinds as discriminator
8520
+ Expected value is 'PrometheusMetricsQuery'.
8521
+ """
8522
+ data_unit: NotRequired[pulumi.Input[builtins.str]]
8523
+ """
8524
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
8525
+ """
8526
+ display_name: NotRequired[pulumi.Input[builtins.str]]
8527
+ """
8528
+ Display name
8529
+ """
8530
+ refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
8531
+ """
8532
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
8533
+ """
8534
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
8535
+ """
8536
+ Optional set of labels (key-value pairs)
8537
+ """
8538
+ time_grain: NotRequired[pulumi.Input[builtins.str]]
8539
+ """
8540
+ Time range of signal. ISO duration format like PT10M.
8541
+ """
8542
+ elif False:
8543
+ PrometheusMetricsSignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
8544
+
8545
+ @pulumi.input_type
8546
+ class PrometheusMetricsSignalDefinitionPropertiesArgs:
8547
+ def __init__(__self__, *,
8548
+ evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
8549
+ query_text: pulumi.Input[builtins.str],
8550
+ signal_kind: pulumi.Input[builtins.str],
8551
+ data_unit: Optional[pulumi.Input[builtins.str]] = None,
8552
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
8553
+ refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
8554
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
8555
+ time_grain: Optional[pulumi.Input[builtins.str]] = None):
8556
+ """
8557
+ Prometheus Metrics Signal Definition properties
8558
+ :param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
8559
+ :param pulumi.Input[builtins.str] query_text: Query text in PromQL syntax
8560
+ :param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
8561
+ Expected value is 'PrometheusMetricsQuery'.
8562
+ :param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
8563
+ :param pulumi.Input[builtins.str] display_name: Display name
8564
+ :param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
8565
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
8566
+ :param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M.
8567
+ """
8568
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
8569
+ pulumi.set(__self__, "query_text", query_text)
8570
+ pulumi.set(__self__, "signal_kind", 'PrometheusMetricsQuery')
8571
+ if data_unit is not None:
8572
+ pulumi.set(__self__, "data_unit", data_unit)
8573
+ if display_name is not None:
8574
+ pulumi.set(__self__, "display_name", display_name)
8575
+ if refresh_interval is None:
8576
+ refresh_interval = 'PT1M'
8577
+ if refresh_interval is not None:
8578
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
8579
+ if tags is not None:
8580
+ pulumi.set(__self__, "tags", tags)
8581
+ if time_grain is not None:
8582
+ pulumi.set(__self__, "time_grain", time_grain)
8583
+
8584
+ @property
8585
+ @pulumi.getter(name="evaluationRules")
8586
+ def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
8587
+ """
8588
+ Evaluation rules for the signal definition
8589
+ """
8590
+ return pulumi.get(self, "evaluation_rules")
8591
+
8592
+ @evaluation_rules.setter
8593
+ def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
8594
+ pulumi.set(self, "evaluation_rules", value)
8595
+
8596
+ @property
8597
+ @pulumi.getter(name="queryText")
8598
+ def query_text(self) -> pulumi.Input[builtins.str]:
8599
+ """
8600
+ Query text in PromQL syntax
8601
+ """
8602
+ return pulumi.get(self, "query_text")
8603
+
8604
+ @query_text.setter
8605
+ def query_text(self, value: pulumi.Input[builtins.str]):
8606
+ pulumi.set(self, "query_text", value)
8607
+
8608
+ @property
8609
+ @pulumi.getter(name="signalKind")
8610
+ def signal_kind(self) -> pulumi.Input[builtins.str]:
8611
+ """
8612
+ Supported signal kinds as discriminator
8613
+ Expected value is 'PrometheusMetricsQuery'.
8614
+ """
8615
+ return pulumi.get(self, "signal_kind")
8616
+
8617
+ @signal_kind.setter
8618
+ def signal_kind(self, value: pulumi.Input[builtins.str]):
8619
+ pulumi.set(self, "signal_kind", value)
8620
+
8621
+ @property
8622
+ @pulumi.getter(name="dataUnit")
8623
+ def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
8624
+ """
8625
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
8626
+ """
8627
+ return pulumi.get(self, "data_unit")
8628
+
8629
+ @data_unit.setter
8630
+ def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
8631
+ pulumi.set(self, "data_unit", value)
8632
+
8633
+ @property
8634
+ @pulumi.getter(name="displayName")
8635
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
8636
+ """
8637
+ Display name
8638
+ """
8639
+ return pulumi.get(self, "display_name")
8640
+
8641
+ @display_name.setter
8642
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
8643
+ pulumi.set(self, "display_name", value)
8644
+
8645
+ @property
8646
+ @pulumi.getter(name="refreshInterval")
8647
+ def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
8648
+ """
8649
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
8650
+ """
8651
+ return pulumi.get(self, "refresh_interval")
8652
+
8653
+ @refresh_interval.setter
8654
+ def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
8655
+ pulumi.set(self, "refresh_interval", value)
8656
+
8657
+ @property
8658
+ @pulumi.getter
8659
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
8660
+ """
8661
+ Optional set of labels (key-value pairs)
8662
+ """
8663
+ return pulumi.get(self, "tags")
8664
+
8665
+ @tags.setter
8666
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
8667
+ pulumi.set(self, "tags", value)
8668
+
8669
+ @property
8670
+ @pulumi.getter(name="timeGrain")
8671
+ def time_grain(self) -> Optional[pulumi.Input[builtins.str]]:
8672
+ """
8673
+ Time range of signal. ISO duration format like PT10M.
8674
+ """
8675
+ return pulumi.get(self, "time_grain")
8676
+
8677
+ @time_grain.setter
8678
+ def time_grain(self, value: Optional[pulumi.Input[builtins.str]]):
8679
+ pulumi.set(self, "time_grain", value)
8680
+
8681
+
6937
8682
  if not MYPY:
6938
8683
  class ReceiverArgsDict(TypedDict):
6939
8684
  """
@@ -7180,72 +8925,300 @@ if not MYPY:
7180
8925
  elif False:
7181
8926
  RecurrentScheduleArgsDict: TypeAlias = Mapping[str, Any]
7182
8927
 
7183
- @pulumi.input_type
7184
- class RecurrentScheduleArgs:
7185
- def __init__(__self__, *,
7186
- days: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
7187
- hours: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
7188
- minutes: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
7189
- time_zone: pulumi.Input[builtins.str]):
8928
+ @pulumi.input_type
8929
+ class RecurrentScheduleArgs:
8930
+ def __init__(__self__, *,
8931
+ days: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
8932
+ hours: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
8933
+ minutes: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
8934
+ time_zone: pulumi.Input[builtins.str]):
8935
+ """
8936
+ The scheduling constraints for when the profile begins.
8937
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
8938
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] hours: A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
8939
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] minutes: A collection of minutes at which the profile takes effect at.
8940
+ :param pulumi.Input[builtins.str] time_zone: the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
8941
+ """
8942
+ pulumi.set(__self__, "days", days)
8943
+ pulumi.set(__self__, "hours", hours)
8944
+ pulumi.set(__self__, "minutes", minutes)
8945
+ pulumi.set(__self__, "time_zone", time_zone)
8946
+
8947
+ @property
8948
+ @pulumi.getter
8949
+ def days(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
8950
+ """
8951
+ the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
8952
+ """
8953
+ return pulumi.get(self, "days")
8954
+
8955
+ @days.setter
8956
+ def days(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
8957
+ pulumi.set(self, "days", value)
8958
+
8959
+ @property
8960
+ @pulumi.getter
8961
+ def hours(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.int]]]:
8962
+ """
8963
+ A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
8964
+ """
8965
+ return pulumi.get(self, "hours")
8966
+
8967
+ @hours.setter
8968
+ def hours(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.int]]]):
8969
+ pulumi.set(self, "hours", value)
8970
+
8971
+ @property
8972
+ @pulumi.getter
8973
+ def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.int]]]:
8974
+ """
8975
+ A collection of minutes at which the profile takes effect at.
8976
+ """
8977
+ return pulumi.get(self, "minutes")
8978
+
8979
+ @minutes.setter
8980
+ def minutes(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.int]]]):
8981
+ pulumi.set(self, "minutes", value)
8982
+
8983
+ @property
8984
+ @pulumi.getter(name="timeZone")
8985
+ def time_zone(self) -> pulumi.Input[builtins.str]:
8986
+ """
8987
+ the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
8988
+ """
8989
+ return pulumi.get(self, "time_zone")
8990
+
8991
+ @time_zone.setter
8992
+ def time_zone(self, value: pulumi.Input[builtins.str]):
8993
+ pulumi.set(self, "time_zone", value)
8994
+
8995
+
8996
+ if not MYPY:
8997
+ class RelationshipPropertiesArgsDict(TypedDict):
8998
+ """
8999
+ Relationship properties
9000
+ """
9001
+ child_entity_name: pulumi.Input[builtins.str]
9002
+ """
9003
+ Resource name of the child entity
9004
+ """
9005
+ parent_entity_name: pulumi.Input[builtins.str]
9006
+ """
9007
+ Resource name of the parent entity
9008
+ """
9009
+ display_name: NotRequired[pulumi.Input[builtins.str]]
9010
+ """
9011
+ Display name
9012
+ """
9013
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
9014
+ """
9015
+ Optional set of labels (key-value pairs)
9016
+ """
9017
+ elif False:
9018
+ RelationshipPropertiesArgsDict: TypeAlias = Mapping[str, Any]
9019
+
9020
+ @pulumi.input_type
9021
+ class RelationshipPropertiesArgs:
9022
+ def __init__(__self__, *,
9023
+ child_entity_name: pulumi.Input[builtins.str],
9024
+ parent_entity_name: pulumi.Input[builtins.str],
9025
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
9026
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
9027
+ """
9028
+ Relationship properties
9029
+ :param pulumi.Input[builtins.str] child_entity_name: Resource name of the child entity
9030
+ :param pulumi.Input[builtins.str] parent_entity_name: Resource name of the parent entity
9031
+ :param pulumi.Input[builtins.str] display_name: Display name
9032
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
9033
+ """
9034
+ pulumi.set(__self__, "child_entity_name", child_entity_name)
9035
+ pulumi.set(__self__, "parent_entity_name", parent_entity_name)
9036
+ if display_name is not None:
9037
+ pulumi.set(__self__, "display_name", display_name)
9038
+ if tags is not None:
9039
+ pulumi.set(__self__, "tags", tags)
9040
+
9041
+ @property
9042
+ @pulumi.getter(name="childEntityName")
9043
+ def child_entity_name(self) -> pulumi.Input[builtins.str]:
9044
+ """
9045
+ Resource name of the child entity
9046
+ """
9047
+ return pulumi.get(self, "child_entity_name")
9048
+
9049
+ @child_entity_name.setter
9050
+ def child_entity_name(self, value: pulumi.Input[builtins.str]):
9051
+ pulumi.set(self, "child_entity_name", value)
9052
+
9053
+ @property
9054
+ @pulumi.getter(name="parentEntityName")
9055
+ def parent_entity_name(self) -> pulumi.Input[builtins.str]:
9056
+ """
9057
+ Resource name of the parent entity
9058
+ """
9059
+ return pulumi.get(self, "parent_entity_name")
9060
+
9061
+ @parent_entity_name.setter
9062
+ def parent_entity_name(self, value: pulumi.Input[builtins.str]):
9063
+ pulumi.set(self, "parent_entity_name", value)
9064
+
9065
+ @property
9066
+ @pulumi.getter(name="displayName")
9067
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
9068
+ """
9069
+ Display name
9070
+ """
9071
+ return pulumi.get(self, "display_name")
9072
+
9073
+ @display_name.setter
9074
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
9075
+ pulumi.set(self, "display_name", value)
9076
+
9077
+ @property
9078
+ @pulumi.getter
9079
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
9080
+ """
9081
+ Optional set of labels (key-value pairs)
9082
+ """
9083
+ return pulumi.get(self, "tags")
9084
+
9085
+ @tags.setter
9086
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
9087
+ pulumi.set(self, "tags", value)
9088
+
9089
+
9090
+ if not MYPY:
9091
+ class ResourceGraphQueryDiscoveryRulePropertiesArgsDict(TypedDict):
9092
+ """
9093
+ Discovery rule properties for an Azure Resource Graph query
9094
+ """
9095
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
9096
+ """
9097
+ Whether to add all recommended signals to the discovered entities.
9098
+ """
9099
+ authentication_setting: pulumi.Input[builtins.str]
9100
+ """
9101
+ 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.
9102
+ """
9103
+ discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]
9104
+ """
9105
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
9106
+ """
9107
+ discovery_rule_kind: pulumi.Input[builtins.str]
9108
+ """
9109
+ Discovery rule relationship discovery behavior
9110
+ Expected value is 'ResourceGraphQuery'.
9111
+ """
9112
+ resource_graph_query: pulumi.Input[builtins.str]
9113
+ """
9114
+ 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.
9115
+ """
9116
+ display_name: NotRequired[pulumi.Input[builtins.str]]
9117
+ """
9118
+ Display name
9119
+ """
9120
+ elif False:
9121
+ ResourceGraphQueryDiscoveryRulePropertiesArgsDict: TypeAlias = Mapping[str, Any]
9122
+
9123
+ @pulumi.input_type
9124
+ class ResourceGraphQueryDiscoveryRulePropertiesArgs:
9125
+ def __init__(__self__, *,
9126
+ add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
9127
+ authentication_setting: pulumi.Input[builtins.str],
9128
+ discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']],
9129
+ discovery_rule_kind: pulumi.Input[builtins.str],
9130
+ resource_graph_query: pulumi.Input[builtins.str],
9131
+ display_name: Optional[pulumi.Input[builtins.str]] = None):
9132
+ """
9133
+ Discovery rule properties for an Azure Resource Graph query
9134
+ :param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
9135
+ :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.
9136
+ :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.
9137
+ :param pulumi.Input[builtins.str] discovery_rule_kind: Discovery rule relationship discovery behavior
9138
+ Expected value is 'ResourceGraphQuery'.
9139
+ :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.
9140
+ :param pulumi.Input[builtins.str] display_name: Display name
9141
+ """
9142
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
9143
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
9144
+ pulumi.set(__self__, "discover_relationships", discover_relationships)
9145
+ pulumi.set(__self__, "discovery_rule_kind", 'ResourceGraphQuery')
9146
+ pulumi.set(__self__, "resource_graph_query", resource_graph_query)
9147
+ if display_name is not None:
9148
+ pulumi.set(__self__, "display_name", display_name)
9149
+
9150
+ @property
9151
+ @pulumi.getter(name="addRecommendedSignals")
9152
+ def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
9153
+ """
9154
+ Whether to add all recommended signals to the discovered entities.
9155
+ """
9156
+ return pulumi.get(self, "add_recommended_signals")
9157
+
9158
+ @add_recommended_signals.setter
9159
+ def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
9160
+ pulumi.set(self, "add_recommended_signals", value)
9161
+
9162
+ @property
9163
+ @pulumi.getter(name="authenticationSetting")
9164
+ def authentication_setting(self) -> pulumi.Input[builtins.str]:
7190
9165
  """
7191
- The scheduling constraints for when the profile begins.
7192
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
7193
- :param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] hours: A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
7194
- :param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] minutes: A collection of minutes at which the profile takes effect at.
7195
- :param pulumi.Input[builtins.str] time_zone: the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
9166
+ 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.
7196
9167
  """
7197
- pulumi.set(__self__, "days", days)
7198
- pulumi.set(__self__, "hours", hours)
7199
- pulumi.set(__self__, "minutes", minutes)
7200
- pulumi.set(__self__, "time_zone", time_zone)
9168
+ return pulumi.get(self, "authentication_setting")
9169
+
9170
+ @authentication_setting.setter
9171
+ def authentication_setting(self, value: pulumi.Input[builtins.str]):
9172
+ pulumi.set(self, "authentication_setting", value)
7201
9173
 
7202
9174
  @property
7203
- @pulumi.getter
7204
- def days(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
9175
+ @pulumi.getter(name="discoverRelationships")
9176
+ def discover_relationships(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]:
7205
9177
  """
7206
- the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
9178
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
7207
9179
  """
7208
- return pulumi.get(self, "days")
9180
+ return pulumi.get(self, "discover_relationships")
7209
9181
 
7210
- @days.setter
7211
- def days(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
7212
- pulumi.set(self, "days", value)
9182
+ @discover_relationships.setter
9183
+ def discover_relationships(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]):
9184
+ pulumi.set(self, "discover_relationships", value)
7213
9185
 
7214
9186
  @property
7215
- @pulumi.getter
7216
- def hours(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.int]]]:
9187
+ @pulumi.getter(name="discoveryRuleKind")
9188
+ def discovery_rule_kind(self) -> pulumi.Input[builtins.str]:
7217
9189
  """
7218
- A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
9190
+ Discovery rule relationship discovery behavior
9191
+ Expected value is 'ResourceGraphQuery'.
7219
9192
  """
7220
- return pulumi.get(self, "hours")
9193
+ return pulumi.get(self, "discovery_rule_kind")
7221
9194
 
7222
- @hours.setter
7223
- def hours(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.int]]]):
7224
- pulumi.set(self, "hours", value)
9195
+ @discovery_rule_kind.setter
9196
+ def discovery_rule_kind(self, value: pulumi.Input[builtins.str]):
9197
+ pulumi.set(self, "discovery_rule_kind", value)
7225
9198
 
7226
9199
  @property
7227
- @pulumi.getter
7228
- def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.int]]]:
9200
+ @pulumi.getter(name="resourceGraphQuery")
9201
+ def resource_graph_query(self) -> pulumi.Input[builtins.str]:
7229
9202
  """
7230
- A collection of minutes at which the profile takes effect at.
9203
+ 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.
7231
9204
  """
7232
- return pulumi.get(self, "minutes")
9205
+ return pulumi.get(self, "resource_graph_query")
7233
9206
 
7234
- @minutes.setter
7235
- def minutes(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.int]]]):
7236
- pulumi.set(self, "minutes", value)
9207
+ @resource_graph_query.setter
9208
+ def resource_graph_query(self, value: pulumi.Input[builtins.str]):
9209
+ pulumi.set(self, "resource_graph_query", value)
7237
9210
 
7238
9211
  @property
7239
- @pulumi.getter(name="timeZone")
7240
- def time_zone(self) -> pulumi.Input[builtins.str]:
9212
+ @pulumi.getter(name="displayName")
9213
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
7241
9214
  """
7242
- the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
9215
+ Display name
7243
9216
  """
7244
- return pulumi.get(self, "time_zone")
9217
+ return pulumi.get(self, "display_name")
7245
9218
 
7246
- @time_zone.setter
7247
- def time_zone(self, value: pulumi.Input[builtins.str]):
7248
- pulumi.set(self, "time_zone", value)
9219
+ @display_name.setter
9220
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
9221
+ pulumi.set(self, "display_name", value)
7249
9222
 
7250
9223
 
7251
9224
  if not MYPY:
@@ -7302,6 +9275,261 @@ class ResourceMapArgs:
7302
9275
  pulumi.set(self, "to", value)
7303
9276
 
7304
9277
 
9278
+ if not MYPY:
9279
+ class ResourceMetricSignalDefinitionPropertiesArgsDict(TypedDict):
9280
+ """
9281
+ Azure Resource Metric Signal Definition properties
9282
+ """
9283
+ aggregation_type: pulumi.Input[Union[builtins.str, 'MetricAggregationType']]
9284
+ """
9285
+ Type of aggregation to apply to the metric
9286
+ """
9287
+ evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
9288
+ """
9289
+ Evaluation rules for the signal definition
9290
+ """
9291
+ metric_name: pulumi.Input[builtins.str]
9292
+ """
9293
+ Name of the metric
9294
+ """
9295
+ metric_namespace: pulumi.Input[builtins.str]
9296
+ """
9297
+ Metric namespace
9298
+ """
9299
+ signal_kind: pulumi.Input[builtins.str]
9300
+ """
9301
+ Supported signal kinds as discriminator
9302
+ Expected value is 'AzureResourceMetric'.
9303
+ """
9304
+ time_grain: pulumi.Input[builtins.str]
9305
+ """
9306
+ Time range of signal. ISO duration format like PT10M.
9307
+ """
9308
+ data_unit: NotRequired[pulumi.Input[builtins.str]]
9309
+ """
9310
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
9311
+ """
9312
+ dimension: NotRequired[pulumi.Input[builtins.str]]
9313
+ """
9314
+ Optional: Dimension to split by
9315
+ """
9316
+ dimension_filter: NotRequired[pulumi.Input[builtins.str]]
9317
+ """
9318
+ Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
9319
+ """
9320
+ display_name: NotRequired[pulumi.Input[builtins.str]]
9321
+ """
9322
+ Display name
9323
+ """
9324
+ refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
9325
+ """
9326
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
9327
+ """
9328
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
9329
+ """
9330
+ Optional set of labels (key-value pairs)
9331
+ """
9332
+ elif False:
9333
+ ResourceMetricSignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
9334
+
9335
+ @pulumi.input_type
9336
+ class ResourceMetricSignalDefinitionPropertiesArgs:
9337
+ def __init__(__self__, *,
9338
+ aggregation_type: pulumi.Input[Union[builtins.str, 'MetricAggregationType']],
9339
+ evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
9340
+ metric_name: pulumi.Input[builtins.str],
9341
+ metric_namespace: pulumi.Input[builtins.str],
9342
+ signal_kind: pulumi.Input[builtins.str],
9343
+ time_grain: pulumi.Input[builtins.str],
9344
+ data_unit: Optional[pulumi.Input[builtins.str]] = None,
9345
+ dimension: Optional[pulumi.Input[builtins.str]] = None,
9346
+ dimension_filter: Optional[pulumi.Input[builtins.str]] = None,
9347
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
9348
+ refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
9349
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
9350
+ """
9351
+ Azure Resource Metric Signal Definition properties
9352
+ :param pulumi.Input[Union[builtins.str, 'MetricAggregationType']] aggregation_type: Type of aggregation to apply to the metric
9353
+ :param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
9354
+ :param pulumi.Input[builtins.str] metric_name: Name of the metric
9355
+ :param pulumi.Input[builtins.str] metric_namespace: Metric namespace
9356
+ :param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
9357
+ Expected value is 'AzureResourceMetric'.
9358
+ :param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M.
9359
+ :param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
9360
+ :param pulumi.Input[builtins.str] dimension: Optional: Dimension to split by
9361
+ :param pulumi.Input[builtins.str] dimension_filter: Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
9362
+ :param pulumi.Input[builtins.str] display_name: Display name
9363
+ :param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
9364
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
9365
+ """
9366
+ pulumi.set(__self__, "aggregation_type", aggregation_type)
9367
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
9368
+ pulumi.set(__self__, "metric_name", metric_name)
9369
+ pulumi.set(__self__, "metric_namespace", metric_namespace)
9370
+ pulumi.set(__self__, "signal_kind", 'AzureResourceMetric')
9371
+ pulumi.set(__self__, "time_grain", time_grain)
9372
+ if data_unit is not None:
9373
+ pulumi.set(__self__, "data_unit", data_unit)
9374
+ if dimension is not None:
9375
+ pulumi.set(__self__, "dimension", dimension)
9376
+ if dimension_filter is not None:
9377
+ pulumi.set(__self__, "dimension_filter", dimension_filter)
9378
+ if display_name is not None:
9379
+ pulumi.set(__self__, "display_name", display_name)
9380
+ if refresh_interval is None:
9381
+ refresh_interval = 'PT1M'
9382
+ if refresh_interval is not None:
9383
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
9384
+ if tags is not None:
9385
+ pulumi.set(__self__, "tags", tags)
9386
+
9387
+ @property
9388
+ @pulumi.getter(name="aggregationType")
9389
+ def aggregation_type(self) -> pulumi.Input[Union[builtins.str, 'MetricAggregationType']]:
9390
+ """
9391
+ Type of aggregation to apply to the metric
9392
+ """
9393
+ return pulumi.get(self, "aggregation_type")
9394
+
9395
+ @aggregation_type.setter
9396
+ def aggregation_type(self, value: pulumi.Input[Union[builtins.str, 'MetricAggregationType']]):
9397
+ pulumi.set(self, "aggregation_type", value)
9398
+
9399
+ @property
9400
+ @pulumi.getter(name="evaluationRules")
9401
+ def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
9402
+ """
9403
+ Evaluation rules for the signal definition
9404
+ """
9405
+ return pulumi.get(self, "evaluation_rules")
9406
+
9407
+ @evaluation_rules.setter
9408
+ def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
9409
+ pulumi.set(self, "evaluation_rules", value)
9410
+
9411
+ @property
9412
+ @pulumi.getter(name="metricName")
9413
+ def metric_name(self) -> pulumi.Input[builtins.str]:
9414
+ """
9415
+ Name of the metric
9416
+ """
9417
+ return pulumi.get(self, "metric_name")
9418
+
9419
+ @metric_name.setter
9420
+ def metric_name(self, value: pulumi.Input[builtins.str]):
9421
+ pulumi.set(self, "metric_name", value)
9422
+
9423
+ @property
9424
+ @pulumi.getter(name="metricNamespace")
9425
+ def metric_namespace(self) -> pulumi.Input[builtins.str]:
9426
+ """
9427
+ Metric namespace
9428
+ """
9429
+ return pulumi.get(self, "metric_namespace")
9430
+
9431
+ @metric_namespace.setter
9432
+ def metric_namespace(self, value: pulumi.Input[builtins.str]):
9433
+ pulumi.set(self, "metric_namespace", value)
9434
+
9435
+ @property
9436
+ @pulumi.getter(name="signalKind")
9437
+ def signal_kind(self) -> pulumi.Input[builtins.str]:
9438
+ """
9439
+ Supported signal kinds as discriminator
9440
+ Expected value is 'AzureResourceMetric'.
9441
+ """
9442
+ return pulumi.get(self, "signal_kind")
9443
+
9444
+ @signal_kind.setter
9445
+ def signal_kind(self, value: pulumi.Input[builtins.str]):
9446
+ pulumi.set(self, "signal_kind", value)
9447
+
9448
+ @property
9449
+ @pulumi.getter(name="timeGrain")
9450
+ def time_grain(self) -> pulumi.Input[builtins.str]:
9451
+ """
9452
+ Time range of signal. ISO duration format like PT10M.
9453
+ """
9454
+ return pulumi.get(self, "time_grain")
9455
+
9456
+ @time_grain.setter
9457
+ def time_grain(self, value: pulumi.Input[builtins.str]):
9458
+ pulumi.set(self, "time_grain", value)
9459
+
9460
+ @property
9461
+ @pulumi.getter(name="dataUnit")
9462
+ def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
9463
+ """
9464
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
9465
+ """
9466
+ return pulumi.get(self, "data_unit")
9467
+
9468
+ @data_unit.setter
9469
+ def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
9470
+ pulumi.set(self, "data_unit", value)
9471
+
9472
+ @property
9473
+ @pulumi.getter
9474
+ def dimension(self) -> Optional[pulumi.Input[builtins.str]]:
9475
+ """
9476
+ Optional: Dimension to split by
9477
+ """
9478
+ return pulumi.get(self, "dimension")
9479
+
9480
+ @dimension.setter
9481
+ def dimension(self, value: Optional[pulumi.Input[builtins.str]]):
9482
+ pulumi.set(self, "dimension", value)
9483
+
9484
+ @property
9485
+ @pulumi.getter(name="dimensionFilter")
9486
+ def dimension_filter(self) -> Optional[pulumi.Input[builtins.str]]:
9487
+ """
9488
+ Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
9489
+ """
9490
+ return pulumi.get(self, "dimension_filter")
9491
+
9492
+ @dimension_filter.setter
9493
+ def dimension_filter(self, value: Optional[pulumi.Input[builtins.str]]):
9494
+ pulumi.set(self, "dimension_filter", value)
9495
+
9496
+ @property
9497
+ @pulumi.getter(name="displayName")
9498
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
9499
+ """
9500
+ Display name
9501
+ """
9502
+ return pulumi.get(self, "display_name")
9503
+
9504
+ @display_name.setter
9505
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
9506
+ pulumi.set(self, "display_name", value)
9507
+
9508
+ @property
9509
+ @pulumi.getter(name="refreshInterval")
9510
+ def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
9511
+ """
9512
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
9513
+ """
9514
+ return pulumi.get(self, "refresh_interval")
9515
+
9516
+ @refresh_interval.setter
9517
+ def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
9518
+ pulumi.set(self, "refresh_interval", value)
9519
+
9520
+ @property
9521
+ @pulumi.getter
9522
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
9523
+ """
9524
+ Optional set of labels (key-value pairs)
9525
+ """
9526
+ return pulumi.get(self, "tags")
9527
+
9528
+ @tags.setter
9529
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
9530
+ pulumi.set(self, "tags", value)
9531
+
9532
+
7305
9533
  if not MYPY:
7306
9534
  class RetentionPolicyArgsDict(TypedDict):
7307
9535
  """
@@ -7927,6 +10155,137 @@ class ServiceArgs:
7927
10155
  pulumi.set(self, "persistence", value)
7928
10156
 
7929
10157
 
10158
+ if not MYPY:
10159
+ class SignalAssignmentArgsDict(TypedDict):
10160
+ """
10161
+ Group of signal definition assignments
10162
+ """
10163
+ signal_definitions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
10164
+ """
10165
+ Signal definitions referenced by their names. All definitions are combined with an AND operator.
10166
+ """
10167
+ elif False:
10168
+ SignalAssignmentArgsDict: TypeAlias = Mapping[str, Any]
10169
+
10170
+ @pulumi.input_type
10171
+ class SignalAssignmentArgs:
10172
+ def __init__(__self__, *,
10173
+ signal_definitions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
10174
+ """
10175
+ Group of signal definition assignments
10176
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] signal_definitions: Signal definitions referenced by their names. All definitions are combined with an AND operator.
10177
+ """
10178
+ pulumi.set(__self__, "signal_definitions", signal_definitions)
10179
+
10180
+ @property
10181
+ @pulumi.getter(name="signalDefinitions")
10182
+ def signal_definitions(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
10183
+ """
10184
+ Signal definitions referenced by their names. All definitions are combined with an AND operator.
10185
+ """
10186
+ return pulumi.get(self, "signal_definitions")
10187
+
10188
+ @signal_definitions.setter
10189
+ def signal_definitions(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
10190
+ pulumi.set(self, "signal_definitions", value)
10191
+
10192
+
10193
+ if not MYPY:
10194
+ class SignalGroupArgsDict(TypedDict):
10195
+ """
10196
+ Contains various signal groups that can be assigned to an entity
10197
+ """
10198
+ azure_log_analytics: NotRequired[pulumi.Input['LogAnalyticsSignalGroupArgsDict']]
10199
+ """
10200
+ Log Analytics Signal Group
10201
+ """
10202
+ azure_monitor_workspace: NotRequired[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgsDict']]
10203
+ """
10204
+ Azure Monitor Workspace Signal Group
10205
+ """
10206
+ azure_resource: NotRequired[pulumi.Input['AzureResourceSignalGroupArgsDict']]
10207
+ """
10208
+ Azure Resource Signal Group
10209
+ """
10210
+ dependencies: NotRequired[pulumi.Input['DependenciesSignalGroupArgsDict']]
10211
+ """
10212
+ Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
10213
+ """
10214
+ elif False:
10215
+ SignalGroupArgsDict: TypeAlias = Mapping[str, Any]
10216
+
10217
+ @pulumi.input_type
10218
+ class SignalGroupArgs:
10219
+ def __init__(__self__, *,
10220
+ azure_log_analytics: Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']] = None,
10221
+ azure_monitor_workspace: Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']] = None,
10222
+ azure_resource: Optional[pulumi.Input['AzureResourceSignalGroupArgs']] = None,
10223
+ dependencies: Optional[pulumi.Input['DependenciesSignalGroupArgs']] = None):
10224
+ """
10225
+ Contains various signal groups that can be assigned to an entity
10226
+ :param pulumi.Input['LogAnalyticsSignalGroupArgs'] azure_log_analytics: Log Analytics Signal Group
10227
+ :param pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs'] azure_monitor_workspace: Azure Monitor Workspace Signal Group
10228
+ :param pulumi.Input['AzureResourceSignalGroupArgs'] azure_resource: Azure Resource Signal Group
10229
+ :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.
10230
+ """
10231
+ if azure_log_analytics is not None:
10232
+ pulumi.set(__self__, "azure_log_analytics", azure_log_analytics)
10233
+ if azure_monitor_workspace is not None:
10234
+ pulumi.set(__self__, "azure_monitor_workspace", azure_monitor_workspace)
10235
+ if azure_resource is not None:
10236
+ pulumi.set(__self__, "azure_resource", azure_resource)
10237
+ if dependencies is not None:
10238
+ pulumi.set(__self__, "dependencies", dependencies)
10239
+
10240
+ @property
10241
+ @pulumi.getter(name="azureLogAnalytics")
10242
+ def azure_log_analytics(self) -> Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']]:
10243
+ """
10244
+ Log Analytics Signal Group
10245
+ """
10246
+ return pulumi.get(self, "azure_log_analytics")
10247
+
10248
+ @azure_log_analytics.setter
10249
+ def azure_log_analytics(self, value: Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']]):
10250
+ pulumi.set(self, "azure_log_analytics", value)
10251
+
10252
+ @property
10253
+ @pulumi.getter(name="azureMonitorWorkspace")
10254
+ def azure_monitor_workspace(self) -> Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']]:
10255
+ """
10256
+ Azure Monitor Workspace Signal Group
10257
+ """
10258
+ return pulumi.get(self, "azure_monitor_workspace")
10259
+
10260
+ @azure_monitor_workspace.setter
10261
+ def azure_monitor_workspace(self, value: Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']]):
10262
+ pulumi.set(self, "azure_monitor_workspace", value)
10263
+
10264
+ @property
10265
+ @pulumi.getter(name="azureResource")
10266
+ def azure_resource(self) -> Optional[pulumi.Input['AzureResourceSignalGroupArgs']]:
10267
+ """
10268
+ Azure Resource Signal Group
10269
+ """
10270
+ return pulumi.get(self, "azure_resource")
10271
+
10272
+ @azure_resource.setter
10273
+ def azure_resource(self, value: Optional[pulumi.Input['AzureResourceSignalGroupArgs']]):
10274
+ pulumi.set(self, "azure_resource", value)
10275
+
10276
+ @property
10277
+ @pulumi.getter
10278
+ def dependencies(self) -> Optional[pulumi.Input['DependenciesSignalGroupArgs']]:
10279
+ """
10280
+ Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
10281
+ """
10282
+ return pulumi.get(self, "dependencies")
10283
+
10284
+ @dependencies.setter
10285
+ def dependencies(self, value: Optional[pulumi.Input['DependenciesSignalGroupArgs']]):
10286
+ pulumi.set(self, "dependencies", value)
10287
+
10288
+
7930
10289
  if not MYPY:
7931
10290
  class SmsReceiverArgsDict(TypedDict):
7932
10291
  """
@@ -8457,6 +10816,60 @@ class TcpExporterArgs:
8457
10816
  pulumi.set(self, "url", value)
8458
10817
 
8459
10818
 
10819
+ if not MYPY:
10820
+ class ThresholdRuleArgsDict(TypedDict):
10821
+ """
10822
+ Threshold-based evaluation rule for a signal definition
10823
+ """
10824
+ operator: pulumi.Input[Union[builtins.str, 'SignalOperator']]
10825
+ """
10826
+ Operator how to compare the signal value with the threshold
10827
+ """
10828
+ threshold: pulumi.Input[builtins.str]
10829
+ """
10830
+ Threshold value
10831
+ """
10832
+ elif False:
10833
+ ThresholdRuleArgsDict: TypeAlias = Mapping[str, Any]
10834
+
10835
+ @pulumi.input_type
10836
+ class ThresholdRuleArgs:
10837
+ def __init__(__self__, *,
10838
+ operator: pulumi.Input[Union[builtins.str, 'SignalOperator']],
10839
+ threshold: pulumi.Input[builtins.str]):
10840
+ """
10841
+ Threshold-based evaluation rule for a signal definition
10842
+ :param pulumi.Input[Union[builtins.str, 'SignalOperator']] operator: Operator how to compare the signal value with the threshold
10843
+ :param pulumi.Input[builtins.str] threshold: Threshold value
10844
+ """
10845
+ pulumi.set(__self__, "operator", operator)
10846
+ pulumi.set(__self__, "threshold", threshold)
10847
+
10848
+ @property
10849
+ @pulumi.getter
10850
+ def operator(self) -> pulumi.Input[Union[builtins.str, 'SignalOperator']]:
10851
+ """
10852
+ Operator how to compare the signal value with the threshold
10853
+ """
10854
+ return pulumi.get(self, "operator")
10855
+
10856
+ @operator.setter
10857
+ def operator(self, value: pulumi.Input[Union[builtins.str, 'SignalOperator']]):
10858
+ pulumi.set(self, "operator", value)
10859
+
10860
+ @property
10861
+ @pulumi.getter
10862
+ def threshold(self) -> pulumi.Input[builtins.str]:
10863
+ """
10864
+ Threshold value
10865
+ """
10866
+ return pulumi.get(self, "threshold")
10867
+
10868
+ @threshold.setter
10869
+ def threshold(self, value: pulumi.Input[builtins.str]):
10870
+ pulumi.set(self, "threshold", value)
10871
+
10872
+
8460
10873
  if not MYPY:
8461
10874
  class TimeWindowArgsDict(TypedDict):
8462
10875
  """