pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761591364__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.0a1761591364.dist-info}/METADATA +1 -1
  1167. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.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.0a1761591364.dist-info}/WHEEL +0 -0
  1204. {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/top_level.txt +0 -0
@@ -23,9 +23,11 @@ __all__ = [
23
23
  'ActionGroupResponse',
24
24
  'ActionListResponse',
25
25
  'ActionsResponse',
26
+ 'AlertConfigurationResponse',
26
27
  'AlertRuleAllOfConditionResponse',
27
28
  'AlertRuleAnyOfOrLeafConditionResponse',
28
29
  'AlertRuleLeafConditionResponse',
30
+ 'ApplicationInsightsTopologyDiscoveryRulePropertiesResponse',
29
31
  'ArmRoleReceiverResponse',
30
32
  'AutomationRunbookReceiverResponse',
31
33
  'AutoscaleNotificationResponse',
@@ -37,7 +39,9 @@ __all__ = [
37
39
  'AzureMonitorWorkspaceLogsExporterResponse',
38
40
  'AzureMonitorWorkspaceResponseDefaultIngestionSettings',
39
41
  'AzureMonitorWorkspaceResponseMetrics',
42
+ 'AzureMonitorWorkspaceSignalGroupResponse',
40
43
  'AzureResourceManagerCommonTypesExtendedLocationResponse',
44
+ 'AzureResourceSignalGroupResponse',
41
45
  'BatchProcessorResponse',
42
46
  'CacheConfigurationResponse',
43
47
  'ColumnDefinitionResponse',
@@ -62,33 +66,49 @@ __all__ = [
62
66
  'DataFlowResponse',
63
67
  'DataImportSourcesResponseEventHub',
64
68
  'DataSourcesSpecResponseDataImports',
69
+ 'DependenciesSignalGroupResponse',
65
70
  'DestinationsSpecResponseAzureMonitorMetrics',
66
71
  'DiagnosticSettingsCategoryResourceResponse',
67
72
  'DimensionResponse',
73
+ 'DiscoveryErrorResponse',
74
+ 'DynamicDetectionRuleResponse',
68
75
  'DynamicMetricCriteriaResponse',
69
76
  'DynamicThresholdFailingPeriodsResponse',
70
77
  'EmailNotificationResponse',
71
78
  'EmailReceiverResponse',
79
+ 'EntityAlertsResponse',
80
+ 'EntityCoordinatesResponse',
81
+ 'EntityPropertiesResponse',
82
+ 'EvaluationRuleResponse',
72
83
  'EventHubDestinationResponse',
73
84
  'EventHubDirectDestinationResponse',
74
85
  'EventHubReceiverResponse',
75
86
  'ExporterResponse',
76
87
  'ExtensionDataSourceResponse',
88
+ 'HealthModelPropertiesResponse',
89
+ 'IconDefinitionResponse',
77
90
  'IdentityResponse',
78
91
  'IisLogsDataSourceResponse',
79
92
  'IncidentReceiverResponse',
80
93
  'IncidentServiceConnectionResponse',
94
+ 'InvestigationExecutionResponse',
95
+ 'InvestigationMetadataResponse',
96
+ 'InvestigationScopeResponse',
97
+ 'IssuePropertiesResponse',
81
98
  'ItsmReceiverResponse',
82
99
  'JsonArrayMapperResponse',
83
100
  'JsonMapperDestinationFieldResponse',
84
101
  'JsonMapperSourceFieldResponse',
85
102
  'LocationSpecResponse',
86
103
  'LogAnalyticsDestinationResponse',
104
+ 'LogAnalyticsQuerySignalDefinitionPropertiesResponse',
105
+ 'LogAnalyticsSignalGroupResponse',
87
106
  'LogFileSettingsResponseText',
88
107
  'LogFilesDataSourceResponse',
89
108
  'LogFilesDataSourceResponseSettings',
90
109
  'LogSettingsResponse',
91
110
  'LogicAppReceiverResponse',
111
+ 'ManagedIdentityAuthenticationSettingPropertiesResponse',
92
112
  'ManagedServiceIdentityResponse',
93
113
  'ManagementGroupLogSettingsResponse',
94
114
  'MetricAlertActionResponse',
@@ -98,9 +118,11 @@ __all__ = [
98
118
  'MetricDimensionResponse',
99
119
  'MetricSettingsResponse',
100
120
  'MetricTriggerResponse',
121
+ 'ModelDiscoverySettingsResponse',
101
122
  'MonitoringAccountDestinationResponse',
102
123
  'NetworkingConfigurationResponse',
103
124
  'NetworkingRouteResponse',
125
+ 'OriginResponse',
104
126
  'OtlpReceiverResponse',
105
127
  'PerfCounterDataSourceResponse',
106
128
  'PersistenceConfigurationsResponse',
@@ -114,13 +136,20 @@ __all__ = [
114
136
  'PrivateLinkServiceConnectionStateResponse',
115
137
  'ProcessorResponse',
116
138
  'PrometheusForwarderDataSourceResponse',
139
+ 'PrometheusMetricsSignalDefinitionPropertiesResponse',
117
140
  'ReceiverResponse',
118
141
  'RecordMapResponse',
119
142
  'RecurrenceResponse',
120
143
  'RecurrentScheduleResponse',
144
+ 'RelatedAlertResponse',
145
+ 'RelatedResourceResponse',
146
+ 'RelationshipPropertiesResponse',
147
+ 'ResourceGraphQueryDiscoveryRulePropertiesResponse',
121
148
  'ResourceMapResponse',
149
+ 'ResourceMetricSignalDefinitionPropertiesResponse',
122
150
  'RetentionPolicyResponse',
123
151
  'RuleResolveConfigurationResponse',
152
+ 'RunParametersResponse',
124
153
  'ScaleActionResponse',
125
154
  'ScaleCapacityResponse',
126
155
  'ScaleRuleMetricDimensionResponse',
@@ -129,6 +158,8 @@ __all__ = [
129
158
  'SchemaMapResponse',
130
159
  'ScopeMapResponse',
131
160
  'ServiceResponse',
161
+ 'SignalAssignmentResponse',
162
+ 'SignalGroupResponse',
132
163
  'SmsReceiverResponse',
133
164
  'StorageBlobDestinationResponse',
134
165
  'StorageTableDestinationResponse',
@@ -138,6 +169,7 @@ __all__ = [
138
169
  'SyslogReceiverResponse',
139
170
  'SystemDataResponse',
140
171
  'TcpExporterResponse',
172
+ 'ThresholdRuleResponse',
141
173
  'TimeWindowResponse',
142
174
  'UdpReceiverResponse',
143
175
  'UserAssignedIdentityResponse',
@@ -443,6 +475,69 @@ class ActionsResponse(dict):
443
475
  return pulumi.get(self, "custom_properties")
444
476
 
445
477
 
478
+ @pulumi.output_type
479
+ class AlertConfigurationResponse(dict):
480
+ """
481
+ Alert configuration details
482
+ """
483
+ @staticmethod
484
+ def __key_warning(key: str):
485
+ suggest = None
486
+ if key == "actionGroupIds":
487
+ suggest = "action_group_ids"
488
+
489
+ if suggest:
490
+ pulumi.log.warn(f"Key '{key}' not found in AlertConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
491
+
492
+ def __getitem__(self, key: str) -> Any:
493
+ AlertConfigurationResponse.__key_warning(key)
494
+ return super().__getitem__(key)
495
+
496
+ def get(self, key: str, default = None) -> Any:
497
+ AlertConfigurationResponse.__key_warning(key)
498
+ return super().get(key, default)
499
+
500
+ def __init__(__self__, *,
501
+ severity: builtins.str,
502
+ action_group_ids: Optional[Sequence[builtins.str]] = None,
503
+ description: Optional[builtins.str] = None):
504
+ """
505
+ Alert configuration details
506
+ :param builtins.str severity: The severity of triggered alert.
507
+ :param Sequence[builtins.str] action_group_ids: Optional list of action group resource IDs to be notified when the alert is triggered.
508
+ :param builtins.str description: The alert rule description.
509
+ """
510
+ pulumi.set(__self__, "severity", severity)
511
+ if action_group_ids is not None:
512
+ pulumi.set(__self__, "action_group_ids", action_group_ids)
513
+ if description is not None:
514
+ pulumi.set(__self__, "description", description)
515
+
516
+ @property
517
+ @pulumi.getter
518
+ def severity(self) -> builtins.str:
519
+ """
520
+ The severity of triggered alert.
521
+ """
522
+ return pulumi.get(self, "severity")
523
+
524
+ @property
525
+ @pulumi.getter(name="actionGroupIds")
526
+ def action_group_ids(self) -> Optional[Sequence[builtins.str]]:
527
+ """
528
+ Optional list of action group resource IDs to be notified when the alert is triggered.
529
+ """
530
+ return pulumi.get(self, "action_group_ids")
531
+
532
+ @property
533
+ @pulumi.getter
534
+ def description(self) -> Optional[builtins.str]:
535
+ """
536
+ The alert rule description.
537
+ """
538
+ return pulumi.get(self, "description")
539
+
540
+
446
541
  @pulumi.output_type
447
542
  class AlertRuleAllOfConditionResponse(dict):
448
543
  """
@@ -643,6 +738,163 @@ class AlertRuleLeafConditionResponse(dict):
643
738
  return pulumi.get(self, "field")
644
739
 
645
740
 
741
+ @pulumi.output_type
742
+ class ApplicationInsightsTopologyDiscoveryRulePropertiesResponse(dict):
743
+ """
744
+ Discovery rule properties for an Application Insights topology query
745
+ """
746
+ @staticmethod
747
+ def __key_warning(key: str):
748
+ suggest = None
749
+ if key == "addRecommendedSignals":
750
+ suggest = "add_recommended_signals"
751
+ elif key == "applicationInsightsResourceId":
752
+ suggest = "application_insights_resource_id"
753
+ elif key == "authenticationSetting":
754
+ suggest = "authentication_setting"
755
+ elif key == "deletionDate":
756
+ suggest = "deletion_date"
757
+ elif key == "discoverRelationships":
758
+ suggest = "discover_relationships"
759
+ elif key == "discoveryRuleKind":
760
+ suggest = "discovery_rule_kind"
761
+ elif key == "entityName":
762
+ suggest = "entity_name"
763
+ elif key == "provisioningState":
764
+ suggest = "provisioning_state"
765
+ elif key == "displayName":
766
+ suggest = "display_name"
767
+
768
+ if suggest:
769
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationInsightsTopologyDiscoveryRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
770
+
771
+ def __getitem__(self, key: str) -> Any:
772
+ ApplicationInsightsTopologyDiscoveryRulePropertiesResponse.__key_warning(key)
773
+ return super().__getitem__(key)
774
+
775
+ def get(self, key: str, default = None) -> Any:
776
+ ApplicationInsightsTopologyDiscoveryRulePropertiesResponse.__key_warning(key)
777
+ return super().get(key, default)
778
+
779
+ def __init__(__self__, *,
780
+ add_recommended_signals: builtins.str,
781
+ application_insights_resource_id: builtins.str,
782
+ authentication_setting: builtins.str,
783
+ deletion_date: builtins.str,
784
+ discover_relationships: builtins.str,
785
+ discovery_rule_kind: builtins.str,
786
+ entity_name: builtins.str,
787
+ error: 'outputs.DiscoveryErrorResponse',
788
+ provisioning_state: builtins.str,
789
+ display_name: Optional[builtins.str] = None):
790
+ """
791
+ Discovery rule properties for an Application Insights topology query
792
+ :param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
793
+ :param builtins.str application_insights_resource_id: Application Insights resource ID
794
+ :param 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.
795
+ :param builtins.str deletion_date: Date when the discovery rule was (soft-)deleted.
796
+ :param builtins.str discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
797
+ :param builtins.str discovery_rule_kind: Discovery rule relationship discovery behavior
798
+ Expected value is 'ApplicationInsightsTopology'.
799
+ :param builtins.str entity_name: Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
800
+ :param 'DiscoveryErrorResponse' error: Error details if the last discovery operation failed.
801
+ :param builtins.str provisioning_state: The status of the last operation.
802
+ :param builtins.str display_name: Display name
803
+ """
804
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
805
+ pulumi.set(__self__, "application_insights_resource_id", application_insights_resource_id)
806
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
807
+ pulumi.set(__self__, "deletion_date", deletion_date)
808
+ pulumi.set(__self__, "discover_relationships", discover_relationships)
809
+ pulumi.set(__self__, "discovery_rule_kind", 'ApplicationInsightsTopology')
810
+ pulumi.set(__self__, "entity_name", entity_name)
811
+ pulumi.set(__self__, "error", error)
812
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
813
+ if display_name is not None:
814
+ pulumi.set(__self__, "display_name", display_name)
815
+
816
+ @property
817
+ @pulumi.getter(name="addRecommendedSignals")
818
+ def add_recommended_signals(self) -> builtins.str:
819
+ """
820
+ Whether to add all recommended signals to the discovered entities.
821
+ """
822
+ return pulumi.get(self, "add_recommended_signals")
823
+
824
+ @property
825
+ @pulumi.getter(name="applicationInsightsResourceId")
826
+ def application_insights_resource_id(self) -> builtins.str:
827
+ """
828
+ Application Insights resource ID
829
+ """
830
+ return pulumi.get(self, "application_insights_resource_id")
831
+
832
+ @property
833
+ @pulumi.getter(name="authenticationSetting")
834
+ def authentication_setting(self) -> builtins.str:
835
+ """
836
+ 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.
837
+ """
838
+ return pulumi.get(self, "authentication_setting")
839
+
840
+ @property
841
+ @pulumi.getter(name="deletionDate")
842
+ def deletion_date(self) -> builtins.str:
843
+ """
844
+ Date when the discovery rule was (soft-)deleted.
845
+ """
846
+ return pulumi.get(self, "deletion_date")
847
+
848
+ @property
849
+ @pulumi.getter(name="discoverRelationships")
850
+ def discover_relationships(self) -> builtins.str:
851
+ """
852
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
853
+ """
854
+ return pulumi.get(self, "discover_relationships")
855
+
856
+ @property
857
+ @pulumi.getter(name="discoveryRuleKind")
858
+ def discovery_rule_kind(self) -> builtins.str:
859
+ """
860
+ Discovery rule relationship discovery behavior
861
+ Expected value is 'ApplicationInsightsTopology'.
862
+ """
863
+ return pulumi.get(self, "discovery_rule_kind")
864
+
865
+ @property
866
+ @pulumi.getter(name="entityName")
867
+ def entity_name(self) -> builtins.str:
868
+ """
869
+ Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
870
+ """
871
+ return pulumi.get(self, "entity_name")
872
+
873
+ @property
874
+ @pulumi.getter
875
+ def error(self) -> 'outputs.DiscoveryErrorResponse':
876
+ """
877
+ Error details if the last discovery operation failed.
878
+ """
879
+ return pulumi.get(self, "error")
880
+
881
+ @property
882
+ @pulumi.getter(name="provisioningState")
883
+ def provisioning_state(self) -> builtins.str:
884
+ """
885
+ The status of the last operation.
886
+ """
887
+ return pulumi.get(self, "provisioning_state")
888
+
889
+ @property
890
+ @pulumi.getter(name="displayName")
891
+ def display_name(self) -> Optional[builtins.str]:
892
+ """
893
+ Display name
894
+ """
895
+ return pulumi.get(self, "display_name")
896
+
897
+
646
898
  @pulumi.output_type
647
899
  class ArmRoleReceiverResponse(dict):
648
900
  """
@@ -1471,6 +1723,72 @@ class AzureMonitorWorkspaceResponseMetrics(dict):
1471
1723
  return pulumi.get(self, "prometheus_query_endpoint")
1472
1724
 
1473
1725
 
1726
+ @pulumi.output_type
1727
+ class AzureMonitorWorkspaceSignalGroupResponse(dict):
1728
+ """
1729
+ A grouping of signal assignments for a Azure Monitor Workspace
1730
+ """
1731
+ @staticmethod
1732
+ def __key_warning(key: str):
1733
+ suggest = None
1734
+ if key == "authenticationSetting":
1735
+ suggest = "authentication_setting"
1736
+ elif key == "azureMonitorWorkspaceResourceId":
1737
+ suggest = "azure_monitor_workspace_resource_id"
1738
+ elif key == "signalAssignments":
1739
+ suggest = "signal_assignments"
1740
+
1741
+ if suggest:
1742
+ pulumi.log.warn(f"Key '{key}' not found in AzureMonitorWorkspaceSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
1743
+
1744
+ def __getitem__(self, key: str) -> Any:
1745
+ AzureMonitorWorkspaceSignalGroupResponse.__key_warning(key)
1746
+ return super().__getitem__(key)
1747
+
1748
+ def get(self, key: str, default = None) -> Any:
1749
+ AzureMonitorWorkspaceSignalGroupResponse.__key_warning(key)
1750
+ return super().get(key, default)
1751
+
1752
+ def __init__(__self__, *,
1753
+ authentication_setting: builtins.str,
1754
+ azure_monitor_workspace_resource_id: builtins.str,
1755
+ signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
1756
+ """
1757
+ A grouping of signal assignments for a Azure Monitor Workspace
1758
+ :param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
1759
+ :param builtins.str azure_monitor_workspace_resource_id: Azure Monitor workspace resource ID
1760
+ :param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1761
+ """
1762
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
1763
+ pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
1764
+ if signal_assignments is not None:
1765
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
1766
+
1767
+ @property
1768
+ @pulumi.getter(name="authenticationSetting")
1769
+ def authentication_setting(self) -> builtins.str:
1770
+ """
1771
+ Reference to the name of the authentication setting which is used for querying the data source
1772
+ """
1773
+ return pulumi.get(self, "authentication_setting")
1774
+
1775
+ @property
1776
+ @pulumi.getter(name="azureMonitorWorkspaceResourceId")
1777
+ def azure_monitor_workspace_resource_id(self) -> builtins.str:
1778
+ """
1779
+ Azure Monitor workspace resource ID
1780
+ """
1781
+ return pulumi.get(self, "azure_monitor_workspace_resource_id")
1782
+
1783
+ @property
1784
+ @pulumi.getter(name="signalAssignments")
1785
+ def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
1786
+ """
1787
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1788
+ """
1789
+ return pulumi.get(self, "signal_assignments")
1790
+
1791
+
1474
1792
  @pulumi.output_type
1475
1793
  class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
1476
1794
  """
@@ -1504,6 +1822,72 @@ class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
1504
1822
  return pulumi.get(self, "type")
1505
1823
 
1506
1824
 
1825
+ @pulumi.output_type
1826
+ class AzureResourceSignalGroupResponse(dict):
1827
+ """
1828
+ A grouping of signal assignments for an Azure resource
1829
+ """
1830
+ @staticmethod
1831
+ def __key_warning(key: str):
1832
+ suggest = None
1833
+ if key == "authenticationSetting":
1834
+ suggest = "authentication_setting"
1835
+ elif key == "azureResourceId":
1836
+ suggest = "azure_resource_id"
1837
+ elif key == "signalAssignments":
1838
+ suggest = "signal_assignments"
1839
+
1840
+ if suggest:
1841
+ pulumi.log.warn(f"Key '{key}' not found in AzureResourceSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
1842
+
1843
+ def __getitem__(self, key: str) -> Any:
1844
+ AzureResourceSignalGroupResponse.__key_warning(key)
1845
+ return super().__getitem__(key)
1846
+
1847
+ def get(self, key: str, default = None) -> Any:
1848
+ AzureResourceSignalGroupResponse.__key_warning(key)
1849
+ return super().get(key, default)
1850
+
1851
+ def __init__(__self__, *,
1852
+ authentication_setting: builtins.str,
1853
+ azure_resource_id: builtins.str,
1854
+ signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
1855
+ """
1856
+ A grouping of signal assignments for an Azure resource
1857
+ :param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
1858
+ :param builtins.str azure_resource_id: Azure resource ID
1859
+ :param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1860
+ """
1861
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
1862
+ pulumi.set(__self__, "azure_resource_id", azure_resource_id)
1863
+ if signal_assignments is not None:
1864
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
1865
+
1866
+ @property
1867
+ @pulumi.getter(name="authenticationSetting")
1868
+ def authentication_setting(self) -> builtins.str:
1869
+ """
1870
+ Reference to the name of the authentication setting which is used for querying the data source
1871
+ """
1872
+ return pulumi.get(self, "authentication_setting")
1873
+
1874
+ @property
1875
+ @pulumi.getter(name="azureResourceId")
1876
+ def azure_resource_id(self) -> builtins.str:
1877
+ """
1878
+ Azure resource ID
1879
+ """
1880
+ return pulumi.get(self, "azure_resource_id")
1881
+
1882
+ @property
1883
+ @pulumi.getter(name="signalAssignments")
1884
+ def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
1885
+ """
1886
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
1887
+ """
1888
+ return pulumi.get(self, "signal_assignments")
1889
+
1890
+
1507
1891
  @pulumi.output_type
1508
1892
  class BatchProcessorResponse(dict):
1509
1893
  """
@@ -3263,6 +3647,75 @@ class DataSourcesSpecResponseDataImports(dict):
3263
3647
  return pulumi.get(self, "event_hub")
3264
3648
 
3265
3649
 
3650
+ @pulumi.output_type
3651
+ class DependenciesSignalGroupResponse(dict):
3652
+ """
3653
+ Properties for dependent entities, i.e. child entities
3654
+ """
3655
+ @staticmethod
3656
+ def __key_warning(key: str):
3657
+ suggest = None
3658
+ if key == "aggregationType":
3659
+ suggest = "aggregation_type"
3660
+ elif key == "degradedThreshold":
3661
+ suggest = "degraded_threshold"
3662
+ elif key == "unhealthyThreshold":
3663
+ suggest = "unhealthy_threshold"
3664
+
3665
+ if suggest:
3666
+ pulumi.log.warn(f"Key '{key}' not found in DependenciesSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
3667
+
3668
+ def __getitem__(self, key: str) -> Any:
3669
+ DependenciesSignalGroupResponse.__key_warning(key)
3670
+ return super().__getitem__(key)
3671
+
3672
+ def get(self, key: str, default = None) -> Any:
3673
+ DependenciesSignalGroupResponse.__key_warning(key)
3674
+ return super().get(key, default)
3675
+
3676
+ def __init__(__self__, *,
3677
+ aggregation_type: Optional[builtins.str] = None,
3678
+ degraded_threshold: Optional[builtins.str] = None,
3679
+ unhealthy_threshold: Optional[builtins.str] = None):
3680
+ """
3681
+ Properties for dependent entities, i.e. child entities
3682
+ :param builtins.str aggregation_type: Aggregation type for child dependencies.
3683
+ :param 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'.
3684
+ :param 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'.
3685
+ """
3686
+ if aggregation_type is None:
3687
+ aggregation_type = 'WorstOf'
3688
+ pulumi.set(__self__, "aggregation_type", aggregation_type)
3689
+ if degraded_threshold is not None:
3690
+ pulumi.set(__self__, "degraded_threshold", degraded_threshold)
3691
+ if unhealthy_threshold is not None:
3692
+ pulumi.set(__self__, "unhealthy_threshold", unhealthy_threshold)
3693
+
3694
+ @property
3695
+ @pulumi.getter(name="aggregationType")
3696
+ def aggregation_type(self) -> builtins.str:
3697
+ """
3698
+ Aggregation type for child dependencies.
3699
+ """
3700
+ return pulumi.get(self, "aggregation_type")
3701
+
3702
+ @property
3703
+ @pulumi.getter(name="degradedThreshold")
3704
+ def degraded_threshold(self) -> Optional[builtins.str]:
3705
+ """
3706
+ 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'.
3707
+ """
3708
+ return pulumi.get(self, "degraded_threshold")
3709
+
3710
+ @property
3711
+ @pulumi.getter(name="unhealthyThreshold")
3712
+ def unhealthy_threshold(self) -> Optional[builtins.str]:
3713
+ """
3714
+ 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'.
3715
+ """
3716
+ return pulumi.get(self, "unhealthy_threshold")
3717
+
3718
+
3266
3719
  @pulumi.output_type
3267
3720
  class DestinationsSpecResponseAzureMonitorMetrics(dict):
3268
3721
  """
@@ -3411,6 +3864,118 @@ class DimensionResponse(dict):
3411
3864
  return pulumi.get(self, "values")
3412
3865
 
3413
3866
 
3867
+ @pulumi.output_type
3868
+ class DiscoveryErrorResponse(dict):
3869
+ """
3870
+ Error details for a failed discovery operation
3871
+ """
3872
+ def __init__(__self__, *,
3873
+ context: Sequence[builtins.str],
3874
+ message: builtins.str):
3875
+ """
3876
+ Error details for a failed discovery operation
3877
+ :param Sequence[builtins.str] context: Additional context information, like resource IDs or query details
3878
+ :param builtins.str message: Error message
3879
+ """
3880
+ pulumi.set(__self__, "context", context)
3881
+ pulumi.set(__self__, "message", message)
3882
+
3883
+ @property
3884
+ @pulumi.getter
3885
+ def context(self) -> Sequence[builtins.str]:
3886
+ """
3887
+ Additional context information, like resource IDs or query details
3888
+ """
3889
+ return pulumi.get(self, "context")
3890
+
3891
+ @property
3892
+ @pulumi.getter
3893
+ def message(self) -> builtins.str:
3894
+ """
3895
+ Error message
3896
+ """
3897
+ return pulumi.get(self, "message")
3898
+
3899
+
3900
+ @pulumi.output_type
3901
+ class DynamicDetectionRuleResponse(dict):
3902
+ """
3903
+ ML-based evaluation rule for a signal definition
3904
+ """
3905
+ @staticmethod
3906
+ def __key_warning(key: str):
3907
+ suggest = None
3908
+ if key == "dynamicThresholdDirection":
3909
+ suggest = "dynamic_threshold_direction"
3910
+ elif key == "dynamicThresholdModel":
3911
+ suggest = "dynamic_threshold_model"
3912
+ elif key == "modelSensitivity":
3913
+ suggest = "model_sensitivity"
3914
+ elif key == "trainingStartTime":
3915
+ suggest = "training_start_time"
3916
+
3917
+ if suggest:
3918
+ pulumi.log.warn(f"Key '{key}' not found in DynamicDetectionRuleResponse. Access the value via the '{suggest}' property getter instead.")
3919
+
3920
+ def __getitem__(self, key: str) -> Any:
3921
+ DynamicDetectionRuleResponse.__key_warning(key)
3922
+ return super().__getitem__(key)
3923
+
3924
+ def get(self, key: str, default = None) -> Any:
3925
+ DynamicDetectionRuleResponse.__key_warning(key)
3926
+ return super().get(key, default)
3927
+
3928
+ def __init__(__self__, *,
3929
+ dynamic_threshold_direction: builtins.str,
3930
+ dynamic_threshold_model: builtins.str,
3931
+ model_sensitivity: builtins.float,
3932
+ training_start_time: Optional[builtins.str] = None):
3933
+ """
3934
+ ML-based evaluation rule for a signal definition
3935
+ :param builtins.str dynamic_threshold_direction: Threshold direction
3936
+ :param builtins.str dynamic_threshold_model: ML model to use for dynamic thresholds
3937
+ :param builtins.float model_sensitivity: ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
3938
+ :param builtins.str training_start_time: Start time of the training in UTC.
3939
+ """
3940
+ pulumi.set(__self__, "dynamic_threshold_direction", dynamic_threshold_direction)
3941
+ pulumi.set(__self__, "dynamic_threshold_model", dynamic_threshold_model)
3942
+ pulumi.set(__self__, "model_sensitivity", model_sensitivity)
3943
+ if training_start_time is not None:
3944
+ pulumi.set(__self__, "training_start_time", training_start_time)
3945
+
3946
+ @property
3947
+ @pulumi.getter(name="dynamicThresholdDirection")
3948
+ def dynamic_threshold_direction(self) -> builtins.str:
3949
+ """
3950
+ Threshold direction
3951
+ """
3952
+ return pulumi.get(self, "dynamic_threshold_direction")
3953
+
3954
+ @property
3955
+ @pulumi.getter(name="dynamicThresholdModel")
3956
+ def dynamic_threshold_model(self) -> builtins.str:
3957
+ """
3958
+ ML model to use for dynamic thresholds
3959
+ """
3960
+ return pulumi.get(self, "dynamic_threshold_model")
3961
+
3962
+ @property
3963
+ @pulumi.getter(name="modelSensitivity")
3964
+ def model_sensitivity(self) -> builtins.float:
3965
+ """
3966
+ ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
3967
+ """
3968
+ return pulumi.get(self, "model_sensitivity")
3969
+
3970
+ @property
3971
+ @pulumi.getter(name="trainingStartTime")
3972
+ def training_start_time(self) -> Optional[builtins.str]:
3973
+ """
3974
+ Start time of the training in UTC.
3975
+ """
3976
+ return pulumi.get(self, "training_start_time")
3977
+
3978
+
3414
3979
  @pulumi.output_type
3415
3980
  class DynamicMetricCriteriaResponse(dict):
3416
3981
  """
@@ -3782,8 +4347,340 @@ class EmailReceiverResponse(dict):
3782
4347
 
3783
4348
 
3784
4349
  @pulumi.output_type
3785
- class EventHubDestinationResponse(dict):
3786
- @staticmethod
4350
+ class EntityAlertsResponse(dict):
4351
+ """
4352
+ Alert configuration for an entity
4353
+ """
4354
+ def __init__(__self__, *,
4355
+ degraded: Optional['outputs.AlertConfigurationResponse'] = None,
4356
+ unhealthy: Optional['outputs.AlertConfigurationResponse'] = None):
4357
+ """
4358
+ Alert configuration for an entity
4359
+ :param 'AlertConfigurationResponse' degraded: Alert to be triggered on state change to degraded
4360
+ :param 'AlertConfigurationResponse' unhealthy: Alert to be triggered on state change to unhealthy
4361
+ """
4362
+ if degraded is not None:
4363
+ pulumi.set(__self__, "degraded", degraded)
4364
+ if unhealthy is not None:
4365
+ pulumi.set(__self__, "unhealthy", unhealthy)
4366
+
4367
+ @property
4368
+ @pulumi.getter
4369
+ def degraded(self) -> Optional['outputs.AlertConfigurationResponse']:
4370
+ """
4371
+ Alert to be triggered on state change to degraded
4372
+ """
4373
+ return pulumi.get(self, "degraded")
4374
+
4375
+ @property
4376
+ @pulumi.getter
4377
+ def unhealthy(self) -> Optional['outputs.AlertConfigurationResponse']:
4378
+ """
4379
+ Alert to be triggered on state change to unhealthy
4380
+ """
4381
+ return pulumi.get(self, "unhealthy")
4382
+
4383
+
4384
+ @pulumi.output_type
4385
+ class EntityCoordinatesResponse(dict):
4386
+ """
4387
+ Visual position of the entity
4388
+ """
4389
+ def __init__(__self__, *,
4390
+ x: builtins.float,
4391
+ y: builtins.float):
4392
+ """
4393
+ Visual position of the entity
4394
+ :param builtins.float x: X Coordinate
4395
+ :param builtins.float y: Y Coordinate
4396
+ """
4397
+ pulumi.set(__self__, "x", x)
4398
+ pulumi.set(__self__, "y", y)
4399
+
4400
+ @property
4401
+ @pulumi.getter
4402
+ def x(self) -> builtins.float:
4403
+ """
4404
+ X Coordinate
4405
+ """
4406
+ return pulumi.get(self, "x")
4407
+
4408
+ @property
4409
+ @pulumi.getter
4410
+ def y(self) -> builtins.float:
4411
+ """
4412
+ Y Coordinate
4413
+ """
4414
+ return pulumi.get(self, "y")
4415
+
4416
+
4417
+ @pulumi.output_type
4418
+ class EntityPropertiesResponse(dict):
4419
+ """
4420
+ Properties which are common across all kinds of entities
4421
+ """
4422
+ @staticmethod
4423
+ def __key_warning(key: str):
4424
+ suggest = None
4425
+ if key == "deletionDate":
4426
+ suggest = "deletion_date"
4427
+ elif key == "discoveredBy":
4428
+ suggest = "discovered_by"
4429
+ elif key == "healthState":
4430
+ suggest = "health_state"
4431
+ elif key == "provisioningState":
4432
+ suggest = "provisioning_state"
4433
+ elif key == "canvasPosition":
4434
+ suggest = "canvas_position"
4435
+ elif key == "displayName":
4436
+ suggest = "display_name"
4437
+ elif key == "healthObjective":
4438
+ suggest = "health_objective"
4439
+
4440
+ if suggest:
4441
+ pulumi.log.warn(f"Key '{key}' not found in EntityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
4442
+
4443
+ def __getitem__(self, key: str) -> Any:
4444
+ EntityPropertiesResponse.__key_warning(key)
4445
+ return super().__getitem__(key)
4446
+
4447
+ def get(self, key: str, default = None) -> Any:
4448
+ EntityPropertiesResponse.__key_warning(key)
4449
+ return super().get(key, default)
4450
+
4451
+ def __init__(__self__, *,
4452
+ deletion_date: builtins.str,
4453
+ discovered_by: builtins.str,
4454
+ health_state: builtins.str,
4455
+ provisioning_state: builtins.str,
4456
+ alerts: Optional['outputs.EntityAlertsResponse'] = None,
4457
+ canvas_position: Optional['outputs.EntityCoordinatesResponse'] = None,
4458
+ display_name: Optional[builtins.str] = None,
4459
+ health_objective: Optional[builtins.float] = None,
4460
+ icon: Optional['outputs.IconDefinitionResponse'] = None,
4461
+ impact: Optional[builtins.str] = None,
4462
+ kind: Optional[builtins.str] = None,
4463
+ signals: Optional['outputs.SignalGroupResponse'] = None,
4464
+ tags: Optional[Mapping[str, builtins.str]] = None):
4465
+ """
4466
+ Properties which are common across all kinds of entities
4467
+ :param builtins.str deletion_date: Date when the entity was (soft-)deleted
4468
+ :param builtins.str discovered_by: Discovered by which discovery rule. If set, the entity cannot be deleted manually.
4469
+ :param builtins.str health_state: Health state of this entity
4470
+ :param builtins.str provisioning_state: The status of the last operation.
4471
+ :param 'EntityAlertsResponse' alerts: Alert configuration for this entity
4472
+ :param 'EntityCoordinatesResponse' canvas_position: Positioning of the entity on the model canvas
4473
+ :param builtins.str display_name: Display name
4474
+ :param builtins.float health_objective: Health objective as a percentage of time the entity should be healthy.
4475
+ :param 'IconDefinitionResponse' icon: Visual icon definition. If not set, a default icon is used.
4476
+ :param builtins.str impact: Impact of the entity in health state propagation
4477
+ :param builtins.str kind: Entity kind
4478
+ :param 'SignalGroupResponse' signals: Signal groups which are assigned to this entity
4479
+ :param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
4480
+ """
4481
+ pulumi.set(__self__, "deletion_date", deletion_date)
4482
+ pulumi.set(__self__, "discovered_by", discovered_by)
4483
+ pulumi.set(__self__, "health_state", health_state)
4484
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
4485
+ if alerts is not None:
4486
+ pulumi.set(__self__, "alerts", alerts)
4487
+ if canvas_position is not None:
4488
+ pulumi.set(__self__, "canvas_position", canvas_position)
4489
+ if display_name is not None:
4490
+ pulumi.set(__self__, "display_name", display_name)
4491
+ if health_objective is not None:
4492
+ pulumi.set(__self__, "health_objective", health_objective)
4493
+ if icon is not None:
4494
+ pulumi.set(__self__, "icon", icon)
4495
+ if impact is None:
4496
+ impact = 'Standard'
4497
+ if impact is not None:
4498
+ pulumi.set(__self__, "impact", impact)
4499
+ if kind is None:
4500
+ kind = 'Default'
4501
+ if kind is not None:
4502
+ pulumi.set(__self__, "kind", kind)
4503
+ if signals is not None:
4504
+ pulumi.set(__self__, "signals", signals)
4505
+ if tags is not None:
4506
+ pulumi.set(__self__, "tags", tags)
4507
+
4508
+ @property
4509
+ @pulumi.getter(name="deletionDate")
4510
+ def deletion_date(self) -> builtins.str:
4511
+ """
4512
+ Date when the entity was (soft-)deleted
4513
+ """
4514
+ return pulumi.get(self, "deletion_date")
4515
+
4516
+ @property
4517
+ @pulumi.getter(name="discoveredBy")
4518
+ def discovered_by(self) -> builtins.str:
4519
+ """
4520
+ Discovered by which discovery rule. If set, the entity cannot be deleted manually.
4521
+ """
4522
+ return pulumi.get(self, "discovered_by")
4523
+
4524
+ @property
4525
+ @pulumi.getter(name="healthState")
4526
+ def health_state(self) -> builtins.str:
4527
+ """
4528
+ Health state of this entity
4529
+ """
4530
+ return pulumi.get(self, "health_state")
4531
+
4532
+ @property
4533
+ @pulumi.getter(name="provisioningState")
4534
+ def provisioning_state(self) -> builtins.str:
4535
+ """
4536
+ The status of the last operation.
4537
+ """
4538
+ return pulumi.get(self, "provisioning_state")
4539
+
4540
+ @property
4541
+ @pulumi.getter
4542
+ def alerts(self) -> Optional['outputs.EntityAlertsResponse']:
4543
+ """
4544
+ Alert configuration for this entity
4545
+ """
4546
+ return pulumi.get(self, "alerts")
4547
+
4548
+ @property
4549
+ @pulumi.getter(name="canvasPosition")
4550
+ def canvas_position(self) -> Optional['outputs.EntityCoordinatesResponse']:
4551
+ """
4552
+ Positioning of the entity on the model canvas
4553
+ """
4554
+ return pulumi.get(self, "canvas_position")
4555
+
4556
+ @property
4557
+ @pulumi.getter(name="displayName")
4558
+ def display_name(self) -> Optional[builtins.str]:
4559
+ """
4560
+ Display name
4561
+ """
4562
+ return pulumi.get(self, "display_name")
4563
+
4564
+ @property
4565
+ @pulumi.getter(name="healthObjective")
4566
+ def health_objective(self) -> Optional[builtins.float]:
4567
+ """
4568
+ Health objective as a percentage of time the entity should be healthy.
4569
+ """
4570
+ return pulumi.get(self, "health_objective")
4571
+
4572
+ @property
4573
+ @pulumi.getter
4574
+ def icon(self) -> Optional['outputs.IconDefinitionResponse']:
4575
+ """
4576
+ Visual icon definition. If not set, a default icon is used.
4577
+ """
4578
+ return pulumi.get(self, "icon")
4579
+
4580
+ @property
4581
+ @pulumi.getter
4582
+ def impact(self) -> Optional[builtins.str]:
4583
+ """
4584
+ Impact of the entity in health state propagation
4585
+ """
4586
+ return pulumi.get(self, "impact")
4587
+
4588
+ @property
4589
+ @pulumi.getter
4590
+ def kind(self) -> Optional[builtins.str]:
4591
+ """
4592
+ Entity kind
4593
+ """
4594
+ return pulumi.get(self, "kind")
4595
+
4596
+ @property
4597
+ @pulumi.getter
4598
+ def signals(self) -> Optional['outputs.SignalGroupResponse']:
4599
+ """
4600
+ Signal groups which are assigned to this entity
4601
+ """
4602
+ return pulumi.get(self, "signals")
4603
+
4604
+ @property
4605
+ @pulumi.getter
4606
+ def tags(self) -> Optional[Mapping[str, builtins.str]]:
4607
+ """
4608
+ Optional set of labels (key-value pairs)
4609
+ """
4610
+ return pulumi.get(self, "tags")
4611
+
4612
+
4613
+ @pulumi.output_type
4614
+ class EvaluationRuleResponse(dict):
4615
+ """
4616
+ Evaluation rule for a signal definition
4617
+ """
4618
+ @staticmethod
4619
+ def __key_warning(key: str):
4620
+ suggest = None
4621
+ if key == "degradedRule":
4622
+ suggest = "degraded_rule"
4623
+ elif key == "dynamicDetectionRule":
4624
+ suggest = "dynamic_detection_rule"
4625
+ elif key == "unhealthyRule":
4626
+ suggest = "unhealthy_rule"
4627
+
4628
+ if suggest:
4629
+ pulumi.log.warn(f"Key '{key}' not found in EvaluationRuleResponse. Access the value via the '{suggest}' property getter instead.")
4630
+
4631
+ def __getitem__(self, key: str) -> Any:
4632
+ EvaluationRuleResponse.__key_warning(key)
4633
+ return super().__getitem__(key)
4634
+
4635
+ def get(self, key: str, default = None) -> Any:
4636
+ EvaluationRuleResponse.__key_warning(key)
4637
+ return super().get(key, default)
4638
+
4639
+ def __init__(__self__, *,
4640
+ degraded_rule: Optional['outputs.ThresholdRuleResponse'] = None,
4641
+ dynamic_detection_rule: Optional['outputs.DynamicDetectionRuleResponse'] = None,
4642
+ unhealthy_rule: Optional['outputs.ThresholdRuleResponse'] = None):
4643
+ """
4644
+ Evaluation rule for a signal definition
4645
+ :param 'ThresholdRuleResponse' degraded_rule: Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
4646
+ :param 'DynamicDetectionRuleResponse' dynamic_detection_rule: Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
4647
+ :param 'ThresholdRuleResponse' unhealthy_rule: Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
4648
+ """
4649
+ if degraded_rule is not None:
4650
+ pulumi.set(__self__, "degraded_rule", degraded_rule)
4651
+ if dynamic_detection_rule is not None:
4652
+ pulumi.set(__self__, "dynamic_detection_rule", dynamic_detection_rule)
4653
+ if unhealthy_rule is not None:
4654
+ pulumi.set(__self__, "unhealthy_rule", unhealthy_rule)
4655
+
4656
+ @property
4657
+ @pulumi.getter(name="degradedRule")
4658
+ def degraded_rule(self) -> Optional['outputs.ThresholdRuleResponse']:
4659
+ """
4660
+ Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
4661
+ """
4662
+ return pulumi.get(self, "degraded_rule")
4663
+
4664
+ @property
4665
+ @pulumi.getter(name="dynamicDetectionRule")
4666
+ def dynamic_detection_rule(self) -> Optional['outputs.DynamicDetectionRuleResponse']:
4667
+ """
4668
+ Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
4669
+ """
4670
+ return pulumi.get(self, "dynamic_detection_rule")
4671
+
4672
+ @property
4673
+ @pulumi.getter(name="unhealthyRule")
4674
+ def unhealthy_rule(self) -> Optional['outputs.ThresholdRuleResponse']:
4675
+ """
4676
+ Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
4677
+ """
4678
+ return pulumi.get(self, "unhealthy_rule")
4679
+
4680
+
4681
+ @pulumi.output_type
4682
+ class EventHubDestinationResponse(dict):
4683
+ @staticmethod
3787
4684
  def __key_warning(key: str):
3788
4685
  suggest = None
3789
4686
  if key == "eventHubResourceId":
@@ -4172,6 +5069,123 @@ class ExtensionDataSourceResponse(dict):
4172
5069
  return pulumi.get(self, "streams")
4173
5070
 
4174
5071
 
5072
+ @pulumi.output_type
5073
+ class HealthModelPropertiesResponse(dict):
5074
+ """
5075
+ HealthModel properties
5076
+ """
5077
+ @staticmethod
5078
+ def __key_warning(key: str):
5079
+ suggest = None
5080
+ if key == "provisioningState":
5081
+ suggest = "provisioning_state"
5082
+ elif key == "queryEndpoint":
5083
+ suggest = "query_endpoint"
5084
+
5085
+ if suggest:
5086
+ pulumi.log.warn(f"Key '{key}' not found in HealthModelPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
5087
+
5088
+ def __getitem__(self, key: str) -> Any:
5089
+ HealthModelPropertiesResponse.__key_warning(key)
5090
+ return super().__getitem__(key)
5091
+
5092
+ def get(self, key: str, default = None) -> Any:
5093
+ HealthModelPropertiesResponse.__key_warning(key)
5094
+ return super().get(key, default)
5095
+
5096
+ def __init__(__self__, *,
5097
+ provisioning_state: builtins.str,
5098
+ query_endpoint: builtins.str,
5099
+ discovery: Optional['outputs.ModelDiscoverySettingsResponse'] = None):
5100
+ """
5101
+ HealthModel properties
5102
+ :param builtins.str provisioning_state: The status of the last operation.
5103
+ :param builtins.str query_endpoint: The data plane endpoint for querying health data
5104
+ :param 'ModelDiscoverySettingsResponse' 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.
5105
+ """
5106
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
5107
+ pulumi.set(__self__, "query_endpoint", query_endpoint)
5108
+ if discovery is not None:
5109
+ pulumi.set(__self__, "discovery", discovery)
5110
+
5111
+ @property
5112
+ @pulumi.getter(name="provisioningState")
5113
+ def provisioning_state(self) -> builtins.str:
5114
+ """
5115
+ The status of the last operation.
5116
+ """
5117
+ return pulumi.get(self, "provisioning_state")
5118
+
5119
+ @property
5120
+ @pulumi.getter(name="queryEndpoint")
5121
+ def query_endpoint(self) -> builtins.str:
5122
+ """
5123
+ The data plane endpoint for querying health data
5124
+ """
5125
+ return pulumi.get(self, "query_endpoint")
5126
+
5127
+ @property
5128
+ @pulumi.getter
5129
+ def discovery(self) -> Optional['outputs.ModelDiscoverySettingsResponse']:
5130
+ """
5131
+ 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.
5132
+ """
5133
+ return pulumi.get(self, "discovery")
5134
+
5135
+
5136
+ @pulumi.output_type
5137
+ class IconDefinitionResponse(dict):
5138
+ """
5139
+ Visual icon definition of an entity
5140
+ """
5141
+ @staticmethod
5142
+ def __key_warning(key: str):
5143
+ suggest = None
5144
+ if key == "iconName":
5145
+ suggest = "icon_name"
5146
+ elif key == "customData":
5147
+ suggest = "custom_data"
5148
+
5149
+ if suggest:
5150
+ pulumi.log.warn(f"Key '{key}' not found in IconDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
5151
+
5152
+ def __getitem__(self, key: str) -> Any:
5153
+ IconDefinitionResponse.__key_warning(key)
5154
+ return super().__getitem__(key)
5155
+
5156
+ def get(self, key: str, default = None) -> Any:
5157
+ IconDefinitionResponse.__key_warning(key)
5158
+ return super().get(key, default)
5159
+
5160
+ def __init__(__self__, *,
5161
+ icon_name: builtins.str,
5162
+ custom_data: Optional[builtins.str] = None):
5163
+ """
5164
+ Visual icon definition of an entity
5165
+ :param builtins.str icon_name: Name of the built-in icon, or 'Custom' to use customData
5166
+ :param builtins.str custom_data: Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
5167
+ """
5168
+ pulumi.set(__self__, "icon_name", icon_name)
5169
+ if custom_data is not None:
5170
+ pulumi.set(__self__, "custom_data", custom_data)
5171
+
5172
+ @property
5173
+ @pulumi.getter(name="iconName")
5174
+ def icon_name(self) -> builtins.str:
5175
+ """
5176
+ Name of the built-in icon, or 'Custom' to use customData
5177
+ """
5178
+ return pulumi.get(self, "icon_name")
5179
+
5180
+ @property
5181
+ @pulumi.getter(name="customData")
5182
+ def custom_data(self) -> Optional[builtins.str]:
5183
+ """
5184
+ Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
5185
+ """
5186
+ return pulumi.get(self, "custom_data")
5187
+
5188
+
4175
5189
  @pulumi.output_type
4176
5190
  class IdentityResponse(dict):
4177
5191
  """
@@ -4420,66 +5434,347 @@ class IncidentServiceConnectionResponse(dict):
4420
5434
 
4421
5435
 
4422
5436
  @pulumi.output_type
4423
- class ItsmReceiverResponse(dict):
5437
+ class InvestigationExecutionResponse(dict):
4424
5438
  """
4425
- An Itsm receiver.
5439
+ Details about the execution of the investigation
4426
5440
  """
4427
5441
  @staticmethod
4428
5442
  def __key_warning(key: str):
4429
5443
  suggest = None
4430
- if key == "connectionId":
4431
- suggest = "connection_id"
4432
- elif key == "ticketConfiguration":
4433
- suggest = "ticket_configuration"
4434
- elif key == "workspaceId":
4435
- suggest = "workspace_id"
5444
+ if key == "runState":
5445
+ suggest = "run_state"
5446
+ elif key == "completedAt":
5447
+ suggest = "completed_at"
4436
5448
 
4437
5449
  if suggest:
4438
- pulumi.log.warn(f"Key '{key}' not found in ItsmReceiverResponse. Access the value via the '{suggest}' property getter instead.")
5450
+ pulumi.log.warn(f"Key '{key}' not found in InvestigationExecutionResponse. Access the value via the '{suggest}' property getter instead.")
4439
5451
 
4440
5452
  def __getitem__(self, key: str) -> Any:
4441
- ItsmReceiverResponse.__key_warning(key)
5453
+ InvestigationExecutionResponse.__key_warning(key)
4442
5454
  return super().__getitem__(key)
4443
5455
 
4444
5456
  def get(self, key: str, default = None) -> Any:
4445
- ItsmReceiverResponse.__key_warning(key)
5457
+ InvestigationExecutionResponse.__key_warning(key)
4446
5458
  return super().get(key, default)
4447
5459
 
4448
5460
  def __init__(__self__, *,
4449
- connection_id: builtins.str,
4450
- name: builtins.str,
4451
- region: builtins.str,
4452
- ticket_configuration: builtins.str,
4453
- workspace_id: builtins.str):
5461
+ run_state: builtins.str,
5462
+ completed_at: Optional[builtins.str] = None):
4454
5463
  """
4455
- An Itsm receiver.
4456
- :param builtins.str connection_id: Unique identification of ITSM connection among multiple defined in above workspace.
4457
- :param builtins.str name: The name of the Itsm receiver. Names must be unique across all receivers within an action group.
4458
- :param builtins.str region: Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
4459
- :param builtins.str ticket_configuration: JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
4460
- :param builtins.str workspace_id: OMS LA instance identifier.
5464
+ Details about the execution of the investigation
5465
+ :param builtins.str run_state: The state of the investigation execution
5466
+ :param builtins.str completed_at: The time at which the investigation execution completed (in UTC)
4461
5467
  """
4462
- pulumi.set(__self__, "connection_id", connection_id)
4463
- pulumi.set(__self__, "name", name)
4464
- pulumi.set(__self__, "region", region)
4465
- pulumi.set(__self__, "ticket_configuration", ticket_configuration)
4466
- pulumi.set(__self__, "workspace_id", workspace_id)
5468
+ pulumi.set(__self__, "run_state", run_state)
5469
+ if completed_at is not None:
5470
+ pulumi.set(__self__, "completed_at", completed_at)
4467
5471
 
4468
5472
  @property
4469
- @pulumi.getter(name="connectionId")
4470
- def connection_id(self) -> builtins.str:
5473
+ @pulumi.getter(name="runState")
5474
+ def run_state(self) -> builtins.str:
4471
5475
  """
4472
- Unique identification of ITSM connection among multiple defined in above workspace.
5476
+ The state of the investigation execution
4473
5477
  """
4474
- return pulumi.get(self, "connection_id")
5478
+ return pulumi.get(self, "run_state")
4475
5479
 
4476
5480
  @property
4477
- @pulumi.getter
4478
- def name(self) -> builtins.str:
5481
+ @pulumi.getter(name="completedAt")
5482
+ def completed_at(self) -> Optional[builtins.str]:
4479
5483
  """
4480
- The name of the Itsm receiver. Names must be unique across all receivers within an action group.
5484
+ The time at which the investigation execution completed (in UTC)
4481
5485
  """
4482
- return pulumi.get(self, "name")
5486
+ return pulumi.get(self, "completed_at")
5487
+
5488
+
5489
+ @pulumi.output_type
5490
+ class InvestigationMetadataResponse(dict):
5491
+ """
5492
+ Properties of the current investigation
5493
+ """
5494
+ @staticmethod
5495
+ def __key_warning(key: str):
5496
+ suggest = None
5497
+ if key == "createdAt":
5498
+ suggest = "created_at"
5499
+ elif key == "runParameters":
5500
+ suggest = "run_parameters"
5501
+
5502
+ if suggest:
5503
+ pulumi.log.warn(f"Key '{key}' not found in InvestigationMetadataResponse. Access the value via the '{suggest}' property getter instead.")
5504
+
5505
+ def __getitem__(self, key: str) -> Any:
5506
+ InvestigationMetadataResponse.__key_warning(key)
5507
+ return super().__getitem__(key)
5508
+
5509
+ def get(self, key: str, default = None) -> Any:
5510
+ InvestigationMetadataResponse.__key_warning(key)
5511
+ return super().get(key, default)
5512
+
5513
+ def __init__(__self__, *,
5514
+ created_at: builtins.str,
5515
+ execution: 'outputs.InvestigationExecutionResponse',
5516
+ id: builtins.str,
5517
+ run_parameters: 'outputs.RunParametersResponse'):
5518
+ """
5519
+ Properties of the current investigation
5520
+ :param builtins.str created_at: The creation time of the investigation (in UTC)
5521
+ :param 'InvestigationExecutionResponse' execution: The execution details of the investigation
5522
+ :param builtins.str id: The unique identifier of the investigation
5523
+ :param 'RunParametersResponse' run_parameters: The parameters that were used to start the investigation
5524
+ """
5525
+ pulumi.set(__self__, "created_at", created_at)
5526
+ pulumi.set(__self__, "execution", execution)
5527
+ pulumi.set(__self__, "id", id)
5528
+ pulumi.set(__self__, "run_parameters", run_parameters)
5529
+
5530
+ @property
5531
+ @pulumi.getter(name="createdAt")
5532
+ def created_at(self) -> builtins.str:
5533
+ """
5534
+ The creation time of the investigation (in UTC)
5535
+ """
5536
+ return pulumi.get(self, "created_at")
5537
+
5538
+ @property
5539
+ @pulumi.getter
5540
+ def execution(self) -> 'outputs.InvestigationExecutionResponse':
5541
+ """
5542
+ The execution details of the investigation
5543
+ """
5544
+ return pulumi.get(self, "execution")
5545
+
5546
+ @property
5547
+ @pulumi.getter
5548
+ def id(self) -> builtins.str:
5549
+ """
5550
+ The unique identifier of the investigation
5551
+ """
5552
+ return pulumi.get(self, "id")
5553
+
5554
+ @property
5555
+ @pulumi.getter(name="runParameters")
5556
+ def run_parameters(self) -> 'outputs.RunParametersResponse':
5557
+ """
5558
+ The parameters that were used to start the investigation
5559
+ """
5560
+ return pulumi.get(self, "run_parameters")
5561
+
5562
+
5563
+ @pulumi.output_type
5564
+ class InvestigationScopeResponse(dict):
5565
+ """
5566
+ A single scope of the investigation
5567
+ """
5568
+ def __init__(__self__, *,
5569
+ id: builtins.str,
5570
+ origin: 'outputs.OriginResponse',
5571
+ relevance: Optional[builtins.str] = None):
5572
+ """
5573
+ A single scope of the investigation
5574
+ :param builtins.str id: The ID of the scope of the investigation - either an Azure alert ID or an Azure resource ID
5575
+ :param 'OriginResponse' origin: The origin of the scope
5576
+ :param builtins.str relevance: The relevance of the scope
5577
+ """
5578
+ pulumi.set(__self__, "id", id)
5579
+ pulumi.set(__self__, "origin", origin)
5580
+ if relevance is not None:
5581
+ pulumi.set(__self__, "relevance", relevance)
5582
+
5583
+ @property
5584
+ @pulumi.getter
5585
+ def id(self) -> builtins.str:
5586
+ """
5587
+ The ID of the scope of the investigation - either an Azure alert ID or an Azure resource ID
5588
+ """
5589
+ return pulumi.get(self, "id")
5590
+
5591
+ @property
5592
+ @pulumi.getter
5593
+ def origin(self) -> 'outputs.OriginResponse':
5594
+ """
5595
+ The origin of the scope
5596
+ """
5597
+ return pulumi.get(self, "origin")
5598
+
5599
+ @property
5600
+ @pulumi.getter
5601
+ def relevance(self) -> Optional[builtins.str]:
5602
+ """
5603
+ The relevance of the scope
5604
+ """
5605
+ return pulumi.get(self, "relevance")
5606
+
5607
+
5608
+ @pulumi.output_type
5609
+ class IssuePropertiesResponse(dict):
5610
+ """
5611
+ The issue properties
5612
+ """
5613
+ @staticmethod
5614
+ def __key_warning(key: str):
5615
+ suggest = None
5616
+ if key == "impactTime":
5617
+ suggest = "impact_time"
5618
+ elif key == "investigationsCount":
5619
+ suggest = "investigations_count"
5620
+ elif key == "provisioningState":
5621
+ suggest = "provisioning_state"
5622
+
5623
+ if suggest:
5624
+ pulumi.log.warn(f"Key '{key}' not found in IssuePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
5625
+
5626
+ def __getitem__(self, key: str) -> Any:
5627
+ IssuePropertiesResponse.__key_warning(key)
5628
+ return super().__getitem__(key)
5629
+
5630
+ def get(self, key: str, default = None) -> Any:
5631
+ IssuePropertiesResponse.__key_warning(key)
5632
+ return super().get(key, default)
5633
+
5634
+ def __init__(__self__, *,
5635
+ impact_time: builtins.str,
5636
+ investigations: Sequence['outputs.InvestigationMetadataResponse'],
5637
+ investigations_count: builtins.int,
5638
+ provisioning_state: builtins.str,
5639
+ severity: builtins.str,
5640
+ status: builtins.str,
5641
+ title: builtins.str):
5642
+ """
5643
+ The issue properties
5644
+ :param builtins.str impact_time: The issue impact time (in UTC)
5645
+ :param Sequence['InvestigationMetadataResponse'] investigations: The list of investigations in the issue
5646
+ :param builtins.int investigations_count: The number of investigations in the issue
5647
+ :param builtins.str provisioning_state: The provisioning state of the resource.
5648
+ :param builtins.str severity: The issue severity
5649
+ :param builtins.str status: The issue status
5650
+ :param builtins.str title: The issue title
5651
+ """
5652
+ pulumi.set(__self__, "impact_time", impact_time)
5653
+ pulumi.set(__self__, "investigations", investigations)
5654
+ pulumi.set(__self__, "investigations_count", investigations_count)
5655
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
5656
+ pulumi.set(__self__, "severity", severity)
5657
+ pulumi.set(__self__, "status", status)
5658
+ pulumi.set(__self__, "title", title)
5659
+
5660
+ @property
5661
+ @pulumi.getter(name="impactTime")
5662
+ def impact_time(self) -> builtins.str:
5663
+ """
5664
+ The issue impact time (in UTC)
5665
+ """
5666
+ return pulumi.get(self, "impact_time")
5667
+
5668
+ @property
5669
+ @pulumi.getter
5670
+ def investigations(self) -> Sequence['outputs.InvestigationMetadataResponse']:
5671
+ """
5672
+ The list of investigations in the issue
5673
+ """
5674
+ return pulumi.get(self, "investigations")
5675
+
5676
+ @property
5677
+ @pulumi.getter(name="investigationsCount")
5678
+ def investigations_count(self) -> builtins.int:
5679
+ """
5680
+ The number of investigations in the issue
5681
+ """
5682
+ return pulumi.get(self, "investigations_count")
5683
+
5684
+ @property
5685
+ @pulumi.getter(name="provisioningState")
5686
+ def provisioning_state(self) -> builtins.str:
5687
+ """
5688
+ The provisioning state of the resource.
5689
+ """
5690
+ return pulumi.get(self, "provisioning_state")
5691
+
5692
+ @property
5693
+ @pulumi.getter
5694
+ def severity(self) -> builtins.str:
5695
+ """
5696
+ The issue severity
5697
+ """
5698
+ return pulumi.get(self, "severity")
5699
+
5700
+ @property
5701
+ @pulumi.getter
5702
+ def status(self) -> builtins.str:
5703
+ """
5704
+ The issue status
5705
+ """
5706
+ return pulumi.get(self, "status")
5707
+
5708
+ @property
5709
+ @pulumi.getter
5710
+ def title(self) -> builtins.str:
5711
+ """
5712
+ The issue title
5713
+ """
5714
+ return pulumi.get(self, "title")
5715
+
5716
+
5717
+ @pulumi.output_type
5718
+ class ItsmReceiverResponse(dict):
5719
+ """
5720
+ An Itsm receiver.
5721
+ """
5722
+ @staticmethod
5723
+ def __key_warning(key: str):
5724
+ suggest = None
5725
+ if key == "connectionId":
5726
+ suggest = "connection_id"
5727
+ elif key == "ticketConfiguration":
5728
+ suggest = "ticket_configuration"
5729
+ elif key == "workspaceId":
5730
+ suggest = "workspace_id"
5731
+
5732
+ if suggest:
5733
+ pulumi.log.warn(f"Key '{key}' not found in ItsmReceiverResponse. Access the value via the '{suggest}' property getter instead.")
5734
+
5735
+ def __getitem__(self, key: str) -> Any:
5736
+ ItsmReceiverResponse.__key_warning(key)
5737
+ return super().__getitem__(key)
5738
+
5739
+ def get(self, key: str, default = None) -> Any:
5740
+ ItsmReceiverResponse.__key_warning(key)
5741
+ return super().get(key, default)
5742
+
5743
+ def __init__(__self__, *,
5744
+ connection_id: builtins.str,
5745
+ name: builtins.str,
5746
+ region: builtins.str,
5747
+ ticket_configuration: builtins.str,
5748
+ workspace_id: builtins.str):
5749
+ """
5750
+ An Itsm receiver.
5751
+ :param builtins.str connection_id: Unique identification of ITSM connection among multiple defined in above workspace.
5752
+ :param builtins.str name: The name of the Itsm receiver. Names must be unique across all receivers within an action group.
5753
+ :param builtins.str region: Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
5754
+ :param builtins.str ticket_configuration: JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
5755
+ :param builtins.str workspace_id: OMS LA instance identifier.
5756
+ """
5757
+ pulumi.set(__self__, "connection_id", connection_id)
5758
+ pulumi.set(__self__, "name", name)
5759
+ pulumi.set(__self__, "region", region)
5760
+ pulumi.set(__self__, "ticket_configuration", ticket_configuration)
5761
+ pulumi.set(__self__, "workspace_id", workspace_id)
5762
+
5763
+ @property
5764
+ @pulumi.getter(name="connectionId")
5765
+ def connection_id(self) -> builtins.str:
5766
+ """
5767
+ Unique identification of ITSM connection among multiple defined in above workspace.
5768
+ """
5769
+ return pulumi.get(self, "connection_id")
5770
+
5771
+ @property
5772
+ @pulumi.getter
5773
+ def name(self) -> builtins.str:
5774
+ """
5775
+ The name of the Itsm receiver. Names must be unique across all receivers within an action group.
5776
+ """
5777
+ return pulumi.get(self, "name")
4483
5778
 
4484
5779
  @property
4485
5780
  @pulumi.getter
@@ -4781,65 +6076,308 @@ class LogAnalyticsDestinationResponse(dict):
4781
6076
 
4782
6077
 
4783
6078
  @pulumi.output_type
4784
- class LogFileSettingsResponseText(dict):
6079
+ class LogAnalyticsQuerySignalDefinitionPropertiesResponse(dict):
4785
6080
  """
4786
- Text settings
6081
+ Log Analytics Query Signal Definition properties
4787
6082
  """
4788
6083
  @staticmethod
4789
6084
  def __key_warning(key: str):
4790
6085
  suggest = None
4791
- if key == "recordStartTimestampFormat":
4792
- suggest = "record_start_timestamp_format"
6086
+ if key == "deletionDate":
6087
+ suggest = "deletion_date"
6088
+ elif key == "evaluationRules":
6089
+ suggest = "evaluation_rules"
6090
+ elif key == "provisioningState":
6091
+ suggest = "provisioning_state"
6092
+ elif key == "queryText":
6093
+ suggest = "query_text"
6094
+ elif key == "signalKind":
6095
+ suggest = "signal_kind"
6096
+ elif key == "dataUnit":
6097
+ suggest = "data_unit"
6098
+ elif key == "displayName":
6099
+ suggest = "display_name"
6100
+ elif key == "refreshInterval":
6101
+ suggest = "refresh_interval"
6102
+ elif key == "timeGrain":
6103
+ suggest = "time_grain"
6104
+ elif key == "valueColumnName":
6105
+ suggest = "value_column_name"
4793
6106
 
4794
6107
  if suggest:
4795
- pulumi.log.warn(f"Key '{key}' not found in LogFileSettingsResponseText. Access the value via the '{suggest}' property getter instead.")
6108
+ pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsQuerySignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
4796
6109
 
4797
6110
  def __getitem__(self, key: str) -> Any:
4798
- LogFileSettingsResponseText.__key_warning(key)
6111
+ LogAnalyticsQuerySignalDefinitionPropertiesResponse.__key_warning(key)
4799
6112
  return super().__getitem__(key)
4800
6113
 
4801
6114
  def get(self, key: str, default = None) -> Any:
4802
- LogFileSettingsResponseText.__key_warning(key)
6115
+ LogAnalyticsQuerySignalDefinitionPropertiesResponse.__key_warning(key)
4803
6116
  return super().get(key, default)
4804
6117
 
4805
6118
  def __init__(__self__, *,
4806
- record_start_timestamp_format: builtins.str):
6119
+ deletion_date: builtins.str,
6120
+ evaluation_rules: 'outputs.EvaluationRuleResponse',
6121
+ provisioning_state: builtins.str,
6122
+ query_text: builtins.str,
6123
+ signal_kind: builtins.str,
6124
+ data_unit: Optional[builtins.str] = None,
6125
+ display_name: Optional[builtins.str] = None,
6126
+ refresh_interval: Optional[builtins.str] = None,
6127
+ tags: Optional[Mapping[str, builtins.str]] = None,
6128
+ time_grain: Optional[builtins.str] = None,
6129
+ value_column_name: Optional[builtins.str] = None):
6130
+ """
6131
+ Log Analytics Query Signal Definition properties
6132
+ :param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
6133
+ :param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
6134
+ :param builtins.str provisioning_state: The status of the last operation.
6135
+ :param builtins.str query_text: Query text in KQL syntax
6136
+ :param builtins.str signal_kind: Supported signal kinds as discriminator
6137
+ Expected value is 'LogAnalyticsQuery'.
6138
+ :param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
6139
+ :param builtins.str display_name: Display name
6140
+ :param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
6141
+ :param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
6142
+ :param builtins.str time_grain: Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
6143
+ :param 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.
6144
+ """
6145
+ pulumi.set(__self__, "deletion_date", deletion_date)
6146
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
6147
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
6148
+ pulumi.set(__self__, "query_text", query_text)
6149
+ pulumi.set(__self__, "signal_kind", 'LogAnalyticsQuery')
6150
+ if data_unit is not None:
6151
+ pulumi.set(__self__, "data_unit", data_unit)
6152
+ if display_name is not None:
6153
+ pulumi.set(__self__, "display_name", display_name)
6154
+ if refresh_interval is None:
6155
+ refresh_interval = 'PT1M'
6156
+ if refresh_interval is not None:
6157
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
6158
+ if tags is not None:
6159
+ pulumi.set(__self__, "tags", tags)
6160
+ if time_grain is not None:
6161
+ pulumi.set(__self__, "time_grain", time_grain)
6162
+ if value_column_name is not None:
6163
+ pulumi.set(__self__, "value_column_name", value_column_name)
6164
+
6165
+ @property
6166
+ @pulumi.getter(name="deletionDate")
6167
+ def deletion_date(self) -> builtins.str:
4807
6168
  """
4808
- Text settings
4809
- :param builtins.str record_start_timestamp_format: One of the supported timestamp formats
6169
+ Date when the signal definition was (soft-)deleted
4810
6170
  """
4811
- pulumi.set(__self__, "record_start_timestamp_format", record_start_timestamp_format)
6171
+ return pulumi.get(self, "deletion_date")
4812
6172
 
4813
6173
  @property
4814
- @pulumi.getter(name="recordStartTimestampFormat")
4815
- def record_start_timestamp_format(self) -> builtins.str:
6174
+ @pulumi.getter(name="evaluationRules")
6175
+ def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
4816
6176
  """
4817
- One of the supported timestamp formats
6177
+ Evaluation rules for the signal definition
4818
6178
  """
4819
- return pulumi.get(self, "record_start_timestamp_format")
6179
+ return pulumi.get(self, "evaluation_rules")
4820
6180
 
6181
+ @property
6182
+ @pulumi.getter(name="provisioningState")
6183
+ def provisioning_state(self) -> builtins.str:
6184
+ """
6185
+ The status of the last operation.
6186
+ """
6187
+ return pulumi.get(self, "provisioning_state")
4821
6188
 
4822
- @pulumi.output_type
4823
- class LogFilesDataSourceResponse(dict):
4824
- """
4825
- Definition of which custom log files will be collected by this data collection rule
4826
- """
4827
- @staticmethod
4828
- def __key_warning(key: str):
4829
- suggest = None
4830
- if key == "filePatterns":
4831
- suggest = "file_patterns"
4832
-
4833
- if suggest:
4834
- pulumi.log.warn(f"Key '{key}' not found in LogFilesDataSourceResponse. Access the value via the '{suggest}' property getter instead.")
6189
+ @property
6190
+ @pulumi.getter(name="queryText")
6191
+ def query_text(self) -> builtins.str:
6192
+ """
6193
+ Query text in KQL syntax
6194
+ """
6195
+ return pulumi.get(self, "query_text")
4835
6196
 
4836
- def __getitem__(self, key: str) -> Any:
4837
- LogFilesDataSourceResponse.__key_warning(key)
4838
- return super().__getitem__(key)
6197
+ @property
6198
+ @pulumi.getter(name="signalKind")
6199
+ def signal_kind(self) -> builtins.str:
6200
+ """
6201
+ Supported signal kinds as discriminator
6202
+ Expected value is 'LogAnalyticsQuery'.
6203
+ """
6204
+ return pulumi.get(self, "signal_kind")
4839
6205
 
4840
- def get(self, key: str, default = None) -> Any:
4841
- LogFilesDataSourceResponse.__key_warning(key)
4842
- return super().get(key, default)
6206
+ @property
6207
+ @pulumi.getter(name="dataUnit")
6208
+ def data_unit(self) -> Optional[builtins.str]:
6209
+ """
6210
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
6211
+ """
6212
+ return pulumi.get(self, "data_unit")
6213
+
6214
+ @property
6215
+ @pulumi.getter(name="displayName")
6216
+ def display_name(self) -> Optional[builtins.str]:
6217
+ """
6218
+ Display name
6219
+ """
6220
+ return pulumi.get(self, "display_name")
6221
+
6222
+ @property
6223
+ @pulumi.getter(name="refreshInterval")
6224
+ def refresh_interval(self) -> Optional[builtins.str]:
6225
+ """
6226
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
6227
+ """
6228
+ return pulumi.get(self, "refresh_interval")
6229
+
6230
+ @property
6231
+ @pulumi.getter
6232
+ def tags(self) -> Optional[Mapping[str, builtins.str]]:
6233
+ """
6234
+ Optional set of labels (key-value pairs)
6235
+ """
6236
+ return pulumi.get(self, "tags")
6237
+
6238
+ @property
6239
+ @pulumi.getter(name="timeGrain")
6240
+ def time_grain(self) -> Optional[builtins.str]:
6241
+ """
6242
+ Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
6243
+ """
6244
+ return pulumi.get(self, "time_grain")
6245
+
6246
+ @property
6247
+ @pulumi.getter(name="valueColumnName")
6248
+ def value_column_name(self) -> Optional[builtins.str]:
6249
+ """
6250
+ 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.
6251
+ """
6252
+ return pulumi.get(self, "value_column_name")
6253
+
6254
+
6255
+ @pulumi.output_type
6256
+ class LogAnalyticsSignalGroupResponse(dict):
6257
+ """
6258
+ A grouping of signal assignments for a Log Analytics Workspace
6259
+ """
6260
+ @staticmethod
6261
+ def __key_warning(key: str):
6262
+ suggest = None
6263
+ if key == "authenticationSetting":
6264
+ suggest = "authentication_setting"
6265
+ elif key == "logAnalyticsWorkspaceResourceId":
6266
+ suggest = "log_analytics_workspace_resource_id"
6267
+ elif key == "signalAssignments":
6268
+ suggest = "signal_assignments"
6269
+
6270
+ if suggest:
6271
+ pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
6272
+
6273
+ def __getitem__(self, key: str) -> Any:
6274
+ LogAnalyticsSignalGroupResponse.__key_warning(key)
6275
+ return super().__getitem__(key)
6276
+
6277
+ def get(self, key: str, default = None) -> Any:
6278
+ LogAnalyticsSignalGroupResponse.__key_warning(key)
6279
+ return super().get(key, default)
6280
+
6281
+ def __init__(__self__, *,
6282
+ authentication_setting: builtins.str,
6283
+ log_analytics_workspace_resource_id: builtins.str,
6284
+ signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
6285
+ """
6286
+ A grouping of signal assignments for a Log Analytics Workspace
6287
+ :param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
6288
+ :param builtins.str log_analytics_workspace_resource_id: Log Analytics Workspace resource ID
6289
+ :param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
6290
+ """
6291
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
6292
+ pulumi.set(__self__, "log_analytics_workspace_resource_id", log_analytics_workspace_resource_id)
6293
+ if signal_assignments is not None:
6294
+ pulumi.set(__self__, "signal_assignments", signal_assignments)
6295
+
6296
+ @property
6297
+ @pulumi.getter(name="authenticationSetting")
6298
+ def authentication_setting(self) -> builtins.str:
6299
+ """
6300
+ Reference to the name of the authentication setting which is used for querying the data source
6301
+ """
6302
+ return pulumi.get(self, "authentication_setting")
6303
+
6304
+ @property
6305
+ @pulumi.getter(name="logAnalyticsWorkspaceResourceId")
6306
+ def log_analytics_workspace_resource_id(self) -> builtins.str:
6307
+ """
6308
+ Log Analytics Workspace resource ID
6309
+ """
6310
+ return pulumi.get(self, "log_analytics_workspace_resource_id")
6311
+
6312
+ @property
6313
+ @pulumi.getter(name="signalAssignments")
6314
+ def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
6315
+ """
6316
+ Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
6317
+ """
6318
+ return pulumi.get(self, "signal_assignments")
6319
+
6320
+
6321
+ @pulumi.output_type
6322
+ class LogFileSettingsResponseText(dict):
6323
+ """
6324
+ Text settings
6325
+ """
6326
+ @staticmethod
6327
+ def __key_warning(key: str):
6328
+ suggest = None
6329
+ if key == "recordStartTimestampFormat":
6330
+ suggest = "record_start_timestamp_format"
6331
+
6332
+ if suggest:
6333
+ pulumi.log.warn(f"Key '{key}' not found in LogFileSettingsResponseText. Access the value via the '{suggest}' property getter instead.")
6334
+
6335
+ def __getitem__(self, key: str) -> Any:
6336
+ LogFileSettingsResponseText.__key_warning(key)
6337
+ return super().__getitem__(key)
6338
+
6339
+ def get(self, key: str, default = None) -> Any:
6340
+ LogFileSettingsResponseText.__key_warning(key)
6341
+ return super().get(key, default)
6342
+
6343
+ def __init__(__self__, *,
6344
+ record_start_timestamp_format: builtins.str):
6345
+ """
6346
+ Text settings
6347
+ :param builtins.str record_start_timestamp_format: One of the supported timestamp formats
6348
+ """
6349
+ pulumi.set(__self__, "record_start_timestamp_format", record_start_timestamp_format)
6350
+
6351
+ @property
6352
+ @pulumi.getter(name="recordStartTimestampFormat")
6353
+ def record_start_timestamp_format(self) -> builtins.str:
6354
+ """
6355
+ One of the supported timestamp formats
6356
+ """
6357
+ return pulumi.get(self, "record_start_timestamp_format")
6358
+
6359
+
6360
+ @pulumi.output_type
6361
+ class LogFilesDataSourceResponse(dict):
6362
+ """
6363
+ Definition of which custom log files will be collected by this data collection rule
6364
+ """
6365
+ @staticmethod
6366
+ def __key_warning(key: str):
6367
+ suggest = None
6368
+ if key == "filePatterns":
6369
+ suggest = "file_patterns"
6370
+
6371
+ if suggest:
6372
+ pulumi.log.warn(f"Key '{key}' not found in LogFilesDataSourceResponse. Access the value via the '{suggest}' property getter instead.")
6373
+
6374
+ def __getitem__(self, key: str) -> Any:
6375
+ LogFilesDataSourceResponse.__key_warning(key)
6376
+ return super().__getitem__(key)
6377
+
6378
+ def get(self, key: str, default = None) -> Any:
6379
+ LogFilesDataSourceResponse.__key_warning(key)
6380
+ return super().get(key, default)
4843
6381
 
4844
6382
  def __init__(__self__, *,
4845
6383
  file_patterns: Sequence[builtins.str],
@@ -5101,6 +6639,87 @@ class LogicAppReceiverResponse(dict):
5101
6639
  return pulumi.get(self, "use_common_alert_schema")
5102
6640
 
5103
6641
 
6642
+ @pulumi.output_type
6643
+ class ManagedIdentityAuthenticationSettingPropertiesResponse(dict):
6644
+ """
6645
+ Authentication setting properties for Azure Managed Identity
6646
+ """
6647
+ @staticmethod
6648
+ def __key_warning(key: str):
6649
+ suggest = None
6650
+ if key == "authenticationKind":
6651
+ suggest = "authentication_kind"
6652
+ elif key == "managedIdentityName":
6653
+ suggest = "managed_identity_name"
6654
+ elif key == "provisioningState":
6655
+ suggest = "provisioning_state"
6656
+ elif key == "displayName":
6657
+ suggest = "display_name"
6658
+
6659
+ if suggest:
6660
+ pulumi.log.warn(f"Key '{key}' not found in ManagedIdentityAuthenticationSettingPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
6661
+
6662
+ def __getitem__(self, key: str) -> Any:
6663
+ ManagedIdentityAuthenticationSettingPropertiesResponse.__key_warning(key)
6664
+ return super().__getitem__(key)
6665
+
6666
+ def get(self, key: str, default = None) -> Any:
6667
+ ManagedIdentityAuthenticationSettingPropertiesResponse.__key_warning(key)
6668
+ return super().get(key, default)
6669
+
6670
+ def __init__(__self__, *,
6671
+ authentication_kind: builtins.str,
6672
+ managed_identity_name: builtins.str,
6673
+ provisioning_state: builtins.str,
6674
+ display_name: Optional[builtins.str] = None):
6675
+ """
6676
+ Authentication setting properties for Azure Managed Identity
6677
+ :param builtins.str authentication_kind: Supported kinds of authentication settings as discriminator
6678
+ Expected value is 'ManagedIdentity'.
6679
+ :param builtins.str managed_identity_name: Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
6680
+ :param builtins.str provisioning_state: The status of the last operation.
6681
+ :param builtins.str display_name: Display name
6682
+ """
6683
+ pulumi.set(__self__, "authentication_kind", 'ManagedIdentity')
6684
+ pulumi.set(__self__, "managed_identity_name", managed_identity_name)
6685
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
6686
+ if display_name is not None:
6687
+ pulumi.set(__self__, "display_name", display_name)
6688
+
6689
+ @property
6690
+ @pulumi.getter(name="authenticationKind")
6691
+ def authentication_kind(self) -> builtins.str:
6692
+ """
6693
+ Supported kinds of authentication settings as discriminator
6694
+ Expected value is 'ManagedIdentity'.
6695
+ """
6696
+ return pulumi.get(self, "authentication_kind")
6697
+
6698
+ @property
6699
+ @pulumi.getter(name="managedIdentityName")
6700
+ def managed_identity_name(self) -> builtins.str:
6701
+ """
6702
+ Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
6703
+ """
6704
+ return pulumi.get(self, "managed_identity_name")
6705
+
6706
+ @property
6707
+ @pulumi.getter(name="provisioningState")
6708
+ def provisioning_state(self) -> builtins.str:
6709
+ """
6710
+ The status of the last operation.
6711
+ """
6712
+ return pulumi.get(self, "provisioning_state")
6713
+
6714
+ @property
6715
+ @pulumi.getter(name="displayName")
6716
+ def display_name(self) -> Optional[builtins.str]:
6717
+ """
6718
+ Display name
6719
+ """
6720
+ return pulumi.get(self, "display_name")
6721
+
6722
+
5104
6723
  @pulumi.output_type
5105
6724
  class ManagedServiceIdentityResponse(dict):
5106
6725
  """
@@ -5844,6 +7463,68 @@ class MetricTriggerResponse(dict):
5844
7463
  return pulumi.get(self, "metric_resource_location")
5845
7464
 
5846
7465
 
7466
+ @pulumi.output_type
7467
+ class ModelDiscoverySettingsResponse(dict):
7468
+ """
7469
+ Settings for automatically discovering entities for the health model.
7470
+ """
7471
+ @staticmethod
7472
+ def __key_warning(key: str):
7473
+ suggest = None
7474
+ if key == "addRecommendedSignals":
7475
+ suggest = "add_recommended_signals"
7476
+
7477
+ if suggest:
7478
+ pulumi.log.warn(f"Key '{key}' not found in ModelDiscoverySettingsResponse. Access the value via the '{suggest}' property getter instead.")
7479
+
7480
+ def __getitem__(self, key: str) -> Any:
7481
+ ModelDiscoverySettingsResponse.__key_warning(key)
7482
+ return super().__getitem__(key)
7483
+
7484
+ def get(self, key: str, default = None) -> Any:
7485
+ ModelDiscoverySettingsResponse.__key_warning(key)
7486
+ return super().get(key, default)
7487
+
7488
+ def __init__(__self__, *,
7489
+ add_recommended_signals: builtins.str,
7490
+ scope: builtins.str,
7491
+ identity: Optional[builtins.str] = None):
7492
+ """
7493
+ Settings for automatically discovering entities for the health model.
7494
+ :param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
7495
+ :param builtins.str scope: The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
7496
+ :param 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.
7497
+ """
7498
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
7499
+ pulumi.set(__self__, "scope", scope)
7500
+ if identity is not None:
7501
+ pulumi.set(__self__, "identity", identity)
7502
+
7503
+ @property
7504
+ @pulumi.getter(name="addRecommendedSignals")
7505
+ def add_recommended_signals(self) -> builtins.str:
7506
+ """
7507
+ Whether to add all recommended signals to the discovered entities.
7508
+ """
7509
+ return pulumi.get(self, "add_recommended_signals")
7510
+
7511
+ @property
7512
+ @pulumi.getter
7513
+ def scope(self) -> builtins.str:
7514
+ """
7515
+ The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
7516
+ """
7517
+ return pulumi.get(self, "scope")
7518
+
7519
+ @property
7520
+ @pulumi.getter
7521
+ def identity(self) -> Optional[builtins.str]:
7522
+ """
7523
+ 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.
7524
+ """
7525
+ return pulumi.get(self, "identity")
7526
+
7527
+
5847
7528
  @pulumi.output_type
5848
7529
  class MonitoringAccountDestinationResponse(dict):
5849
7530
  """
@@ -6031,6 +7712,58 @@ class NetworkingRouteResponse(dict):
6031
7712
  return pulumi.get(self, "subdomain")
6032
7713
 
6033
7714
 
7715
+ @pulumi.output_type
7716
+ class OriginResponse(dict):
7717
+ """
7718
+ Details about the origin of the entity - the source that added it to the issue
7719
+ """
7720
+ @staticmethod
7721
+ def __key_warning(key: str):
7722
+ suggest = None
7723
+ if key == "addedBy":
7724
+ suggest = "added_by"
7725
+ elif key == "addedByType":
7726
+ suggest = "added_by_type"
7727
+
7728
+ if suggest:
7729
+ pulumi.log.warn(f"Key '{key}' not found in OriginResponse. Access the value via the '{suggest}' property getter instead.")
7730
+
7731
+ def __getitem__(self, key: str) -> Any:
7732
+ OriginResponse.__key_warning(key)
7733
+ return super().__getitem__(key)
7734
+
7735
+ def get(self, key: str, default = None) -> Any:
7736
+ OriginResponse.__key_warning(key)
7737
+ return super().get(key, default)
7738
+
7739
+ def __init__(__self__, *,
7740
+ added_by: builtins.str,
7741
+ added_by_type: builtins.str):
7742
+ """
7743
+ Details about the origin of the entity - the source that added it to the issue
7744
+ :param builtins.str added_by: The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
7745
+ :param builtins.str added_by_type: The source of the origin - Manual or Automatic
7746
+ """
7747
+ pulumi.set(__self__, "added_by", added_by)
7748
+ pulumi.set(__self__, "added_by_type", added_by_type)
7749
+
7750
+ @property
7751
+ @pulumi.getter(name="addedBy")
7752
+ def added_by(self) -> builtins.str:
7753
+ """
7754
+ The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
7755
+ """
7756
+ return pulumi.get(self, "added_by")
7757
+
7758
+ @property
7759
+ @pulumi.getter(name="addedByType")
7760
+ def added_by_type(self) -> builtins.str:
7761
+ """
7762
+ The source of the origin - Manual or Automatic
7763
+ """
7764
+ return pulumi.get(self, "added_by_type")
7765
+
7766
+
6034
7767
  @pulumi.output_type
6035
7768
  class OtlpReceiverResponse(dict):
6036
7769
  """
@@ -6823,6 +8556,169 @@ class PrometheusForwarderDataSourceResponse(dict):
6823
8556
  return pulumi.get(self, "streams")
6824
8557
 
6825
8558
 
8559
+ @pulumi.output_type
8560
+ class PrometheusMetricsSignalDefinitionPropertiesResponse(dict):
8561
+ """
8562
+ Prometheus Metrics Signal Definition properties
8563
+ """
8564
+ @staticmethod
8565
+ def __key_warning(key: str):
8566
+ suggest = None
8567
+ if key == "deletionDate":
8568
+ suggest = "deletion_date"
8569
+ elif key == "evaluationRules":
8570
+ suggest = "evaluation_rules"
8571
+ elif key == "provisioningState":
8572
+ suggest = "provisioning_state"
8573
+ elif key == "queryText":
8574
+ suggest = "query_text"
8575
+ elif key == "signalKind":
8576
+ suggest = "signal_kind"
8577
+ elif key == "dataUnit":
8578
+ suggest = "data_unit"
8579
+ elif key == "displayName":
8580
+ suggest = "display_name"
8581
+ elif key == "refreshInterval":
8582
+ suggest = "refresh_interval"
8583
+ elif key == "timeGrain":
8584
+ suggest = "time_grain"
8585
+
8586
+ if suggest:
8587
+ pulumi.log.warn(f"Key '{key}' not found in PrometheusMetricsSignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
8588
+
8589
+ def __getitem__(self, key: str) -> Any:
8590
+ PrometheusMetricsSignalDefinitionPropertiesResponse.__key_warning(key)
8591
+ return super().__getitem__(key)
8592
+
8593
+ def get(self, key: str, default = None) -> Any:
8594
+ PrometheusMetricsSignalDefinitionPropertiesResponse.__key_warning(key)
8595
+ return super().get(key, default)
8596
+
8597
+ def __init__(__self__, *,
8598
+ deletion_date: builtins.str,
8599
+ evaluation_rules: 'outputs.EvaluationRuleResponse',
8600
+ provisioning_state: builtins.str,
8601
+ query_text: builtins.str,
8602
+ signal_kind: builtins.str,
8603
+ data_unit: Optional[builtins.str] = None,
8604
+ display_name: Optional[builtins.str] = None,
8605
+ refresh_interval: Optional[builtins.str] = None,
8606
+ tags: Optional[Mapping[str, builtins.str]] = None,
8607
+ time_grain: Optional[builtins.str] = None):
8608
+ """
8609
+ Prometheus Metrics Signal Definition properties
8610
+ :param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
8611
+ :param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
8612
+ :param builtins.str provisioning_state: The status of the last operation.
8613
+ :param builtins.str query_text: Query text in PromQL syntax
8614
+ :param builtins.str signal_kind: Supported signal kinds as discriminator
8615
+ Expected value is 'PrometheusMetricsQuery'.
8616
+ :param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
8617
+ :param builtins.str display_name: Display name
8618
+ :param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
8619
+ :param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
8620
+ :param builtins.str time_grain: Time range of signal. ISO duration format like PT10M.
8621
+ """
8622
+ pulumi.set(__self__, "deletion_date", deletion_date)
8623
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
8624
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
8625
+ pulumi.set(__self__, "query_text", query_text)
8626
+ pulumi.set(__self__, "signal_kind", 'PrometheusMetricsQuery')
8627
+ if data_unit is not None:
8628
+ pulumi.set(__self__, "data_unit", data_unit)
8629
+ if display_name is not None:
8630
+ pulumi.set(__self__, "display_name", display_name)
8631
+ if refresh_interval is None:
8632
+ refresh_interval = 'PT1M'
8633
+ if refresh_interval is not None:
8634
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
8635
+ if tags is not None:
8636
+ pulumi.set(__self__, "tags", tags)
8637
+ if time_grain is not None:
8638
+ pulumi.set(__self__, "time_grain", time_grain)
8639
+
8640
+ @property
8641
+ @pulumi.getter(name="deletionDate")
8642
+ def deletion_date(self) -> builtins.str:
8643
+ """
8644
+ Date when the signal definition was (soft-)deleted
8645
+ """
8646
+ return pulumi.get(self, "deletion_date")
8647
+
8648
+ @property
8649
+ @pulumi.getter(name="evaluationRules")
8650
+ def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
8651
+ """
8652
+ Evaluation rules for the signal definition
8653
+ """
8654
+ return pulumi.get(self, "evaluation_rules")
8655
+
8656
+ @property
8657
+ @pulumi.getter(name="provisioningState")
8658
+ def provisioning_state(self) -> builtins.str:
8659
+ """
8660
+ The status of the last operation.
8661
+ """
8662
+ return pulumi.get(self, "provisioning_state")
8663
+
8664
+ @property
8665
+ @pulumi.getter(name="queryText")
8666
+ def query_text(self) -> builtins.str:
8667
+ """
8668
+ Query text in PromQL syntax
8669
+ """
8670
+ return pulumi.get(self, "query_text")
8671
+
8672
+ @property
8673
+ @pulumi.getter(name="signalKind")
8674
+ def signal_kind(self) -> builtins.str:
8675
+ """
8676
+ Supported signal kinds as discriminator
8677
+ Expected value is 'PrometheusMetricsQuery'.
8678
+ """
8679
+ return pulumi.get(self, "signal_kind")
8680
+
8681
+ @property
8682
+ @pulumi.getter(name="dataUnit")
8683
+ def data_unit(self) -> Optional[builtins.str]:
8684
+ """
8685
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
8686
+ """
8687
+ return pulumi.get(self, "data_unit")
8688
+
8689
+ @property
8690
+ @pulumi.getter(name="displayName")
8691
+ def display_name(self) -> Optional[builtins.str]:
8692
+ """
8693
+ Display name
8694
+ """
8695
+ return pulumi.get(self, "display_name")
8696
+
8697
+ @property
8698
+ @pulumi.getter(name="refreshInterval")
8699
+ def refresh_interval(self) -> Optional[builtins.str]:
8700
+ """
8701
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
8702
+ """
8703
+ return pulumi.get(self, "refresh_interval")
8704
+
8705
+ @property
8706
+ @pulumi.getter
8707
+ def tags(self) -> Optional[Mapping[str, builtins.str]]:
8708
+ """
8709
+ Optional set of labels (key-value pairs)
8710
+ """
8711
+ return pulumi.get(self, "tags")
8712
+
8713
+ @property
8714
+ @pulumi.getter(name="timeGrain")
8715
+ def time_grain(self) -> Optional[builtins.str]:
8716
+ """
8717
+ Time range of signal. ISO duration format like PT10M.
8718
+ """
8719
+ return pulumi.get(self, "time_grain")
8720
+
8721
+
6826
8722
  @pulumi.output_type
6827
8723
  class ReceiverResponse(dict):
6828
8724
  """
@@ -6997,54 +8893,460 @@ class RecurrentScheduleResponse(dict):
6997
8893
  RecurrentScheduleResponse.__key_warning(key)
6998
8894
  return super().get(key, default)
6999
8895
 
7000
- def __init__(__self__, *,
7001
- days: Sequence[builtins.str],
7002
- hours: Sequence[builtins.int],
7003
- minutes: Sequence[builtins.int],
7004
- time_zone: builtins.str):
8896
+ def __init__(__self__, *,
8897
+ days: Sequence[builtins.str],
8898
+ hours: Sequence[builtins.int],
8899
+ minutes: Sequence[builtins.int],
8900
+ time_zone: builtins.str):
8901
+ """
8902
+ The scheduling constraints for when the profile begins.
8903
+ :param Sequence[builtins.str] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
8904
+ :param Sequence[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).
8905
+ :param Sequence[builtins.int] minutes: A collection of minutes at which the profile takes effect at.
8906
+ :param 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
8907
+ """
8908
+ pulumi.set(__self__, "days", days)
8909
+ pulumi.set(__self__, "hours", hours)
8910
+ pulumi.set(__self__, "minutes", minutes)
8911
+ pulumi.set(__self__, "time_zone", time_zone)
8912
+
8913
+ @property
8914
+ @pulumi.getter
8915
+ def days(self) -> Sequence[builtins.str]:
8916
+ """
8917
+ the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
8918
+ """
8919
+ return pulumi.get(self, "days")
8920
+
8921
+ @property
8922
+ @pulumi.getter
8923
+ def hours(self) -> Sequence[builtins.int]:
8924
+ """
8925
+ 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).
8926
+ """
8927
+ return pulumi.get(self, "hours")
8928
+
8929
+ @property
8930
+ @pulumi.getter
8931
+ def minutes(self) -> Sequence[builtins.int]:
8932
+ """
8933
+ A collection of minutes at which the profile takes effect at.
8934
+ """
8935
+ return pulumi.get(self, "minutes")
8936
+
8937
+ @property
8938
+ @pulumi.getter(name="timeZone")
8939
+ def time_zone(self) -> builtins.str:
8940
+ """
8941
+ 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
8942
+ """
8943
+ return pulumi.get(self, "time_zone")
8944
+
8945
+
8946
+ @pulumi.output_type
8947
+ class RelatedAlertResponse(dict):
8948
+ """
8949
+ Properties of an alert which is related to the issue
8950
+ """
8951
+ def __init__(__self__, *,
8952
+ added_at: builtins.str,
8953
+ id: builtins.str,
8954
+ last_modified_at: builtins.str,
8955
+ origin: 'outputs.OriginResponse',
8956
+ relevance: builtins.str):
8957
+ """
8958
+ Properties of an alert which is related to the issue
8959
+ :param builtins.str added_at: The time this relation was added to the issue (in UTC)
8960
+ :param builtins.str id: The alert ID
8961
+ :param builtins.str last_modified_at: The last update time of this relation (in UTC)
8962
+ :param 'OriginResponse' origin: The source that related the alert to the issue
8963
+ :param builtins.str relevance: The alerts's relevance status
8964
+ """
8965
+ pulumi.set(__self__, "added_at", added_at)
8966
+ pulumi.set(__self__, "id", id)
8967
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
8968
+ pulumi.set(__self__, "origin", origin)
8969
+ pulumi.set(__self__, "relevance", relevance)
8970
+
8971
+ @property
8972
+ @pulumi.getter(name="addedAt")
8973
+ def added_at(self) -> builtins.str:
8974
+ """
8975
+ The time this relation was added to the issue (in UTC)
8976
+ """
8977
+ return pulumi.get(self, "added_at")
8978
+
8979
+ @property
8980
+ @pulumi.getter
8981
+ def id(self) -> builtins.str:
8982
+ """
8983
+ The alert ID
8984
+ """
8985
+ return pulumi.get(self, "id")
8986
+
8987
+ @property
8988
+ @pulumi.getter(name="lastModifiedAt")
8989
+ def last_modified_at(self) -> builtins.str:
8990
+ """
8991
+ The last update time of this relation (in UTC)
8992
+ """
8993
+ return pulumi.get(self, "last_modified_at")
8994
+
8995
+ @property
8996
+ @pulumi.getter
8997
+ def origin(self) -> 'outputs.OriginResponse':
8998
+ """
8999
+ The source that related the alert to the issue
9000
+ """
9001
+ return pulumi.get(self, "origin")
9002
+
9003
+ @property
9004
+ @pulumi.getter
9005
+ def relevance(self) -> builtins.str:
9006
+ """
9007
+ The alerts's relevance status
9008
+ """
9009
+ return pulumi.get(self, "relevance")
9010
+
9011
+
9012
+ @pulumi.output_type
9013
+ class RelatedResourceResponse(dict):
9014
+ """
9015
+ Properties of a resource which is related to the issue
9016
+ """
9017
+ def __init__(__self__, *,
9018
+ added_at: builtins.str,
9019
+ id: builtins.str,
9020
+ last_modified_at: builtins.str,
9021
+ origin: 'outputs.OriginResponse',
9022
+ relevance: builtins.str):
9023
+ """
9024
+ Properties of a resource which is related to the issue
9025
+ :param builtins.str added_at: The time this relation was added to the issue (in UTC)
9026
+ :param builtins.str id: The resource ID
9027
+ :param builtins.str last_modified_at: The last update time of this relation (in UTC)
9028
+ :param 'OriginResponse' origin: The source that related the resource to the issue
9029
+ :param builtins.str relevance: The resource's relevance status
9030
+ """
9031
+ pulumi.set(__self__, "added_at", added_at)
9032
+ pulumi.set(__self__, "id", id)
9033
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
9034
+ pulumi.set(__self__, "origin", origin)
9035
+ pulumi.set(__self__, "relevance", relevance)
9036
+
9037
+ @property
9038
+ @pulumi.getter(name="addedAt")
9039
+ def added_at(self) -> builtins.str:
9040
+ """
9041
+ The time this relation was added to the issue (in UTC)
9042
+ """
9043
+ return pulumi.get(self, "added_at")
9044
+
9045
+ @property
9046
+ @pulumi.getter
9047
+ def id(self) -> builtins.str:
9048
+ """
9049
+ The resource ID
9050
+ """
9051
+ return pulumi.get(self, "id")
9052
+
9053
+ @property
9054
+ @pulumi.getter(name="lastModifiedAt")
9055
+ def last_modified_at(self) -> builtins.str:
9056
+ """
9057
+ The last update time of this relation (in UTC)
9058
+ """
9059
+ return pulumi.get(self, "last_modified_at")
9060
+
9061
+ @property
9062
+ @pulumi.getter
9063
+ def origin(self) -> 'outputs.OriginResponse':
9064
+ """
9065
+ The source that related the resource to the issue
9066
+ """
9067
+ return pulumi.get(self, "origin")
9068
+
9069
+ @property
9070
+ @pulumi.getter
9071
+ def relevance(self) -> builtins.str:
9072
+ """
9073
+ The resource's relevance status
9074
+ """
9075
+ return pulumi.get(self, "relevance")
9076
+
9077
+
9078
+ @pulumi.output_type
9079
+ class RelationshipPropertiesResponse(dict):
9080
+ """
9081
+ Relationship properties
9082
+ """
9083
+ @staticmethod
9084
+ def __key_warning(key: str):
9085
+ suggest = None
9086
+ if key == "childEntityName":
9087
+ suggest = "child_entity_name"
9088
+ elif key == "deletionDate":
9089
+ suggest = "deletion_date"
9090
+ elif key == "discoveredBy":
9091
+ suggest = "discovered_by"
9092
+ elif key == "parentEntityName":
9093
+ suggest = "parent_entity_name"
9094
+ elif key == "provisioningState":
9095
+ suggest = "provisioning_state"
9096
+ elif key == "displayName":
9097
+ suggest = "display_name"
9098
+
9099
+ if suggest:
9100
+ pulumi.log.warn(f"Key '{key}' not found in RelationshipPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
9101
+
9102
+ def __getitem__(self, key: str) -> Any:
9103
+ RelationshipPropertiesResponse.__key_warning(key)
9104
+ return super().__getitem__(key)
9105
+
9106
+ def get(self, key: str, default = None) -> Any:
9107
+ RelationshipPropertiesResponse.__key_warning(key)
9108
+ return super().get(key, default)
9109
+
9110
+ def __init__(__self__, *,
9111
+ child_entity_name: builtins.str,
9112
+ deletion_date: builtins.str,
9113
+ discovered_by: builtins.str,
9114
+ parent_entity_name: builtins.str,
9115
+ provisioning_state: builtins.str,
9116
+ display_name: Optional[builtins.str] = None,
9117
+ tags: Optional[Mapping[str, builtins.str]] = None):
9118
+ """
9119
+ Relationship properties
9120
+ :param builtins.str child_entity_name: Resource name of the child entity
9121
+ :param builtins.str deletion_date: Date when the relationship was (soft-)deleted
9122
+ :param builtins.str discovered_by: Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
9123
+ :param builtins.str parent_entity_name: Resource name of the parent entity
9124
+ :param builtins.str provisioning_state: The status of the last operation.
9125
+ :param builtins.str display_name: Display name
9126
+ :param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
9127
+ """
9128
+ pulumi.set(__self__, "child_entity_name", child_entity_name)
9129
+ pulumi.set(__self__, "deletion_date", deletion_date)
9130
+ pulumi.set(__self__, "discovered_by", discovered_by)
9131
+ pulumi.set(__self__, "parent_entity_name", parent_entity_name)
9132
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
9133
+ if display_name is not None:
9134
+ pulumi.set(__self__, "display_name", display_name)
9135
+ if tags is not None:
9136
+ pulumi.set(__self__, "tags", tags)
9137
+
9138
+ @property
9139
+ @pulumi.getter(name="childEntityName")
9140
+ def child_entity_name(self) -> builtins.str:
9141
+ """
9142
+ Resource name of the child entity
9143
+ """
9144
+ return pulumi.get(self, "child_entity_name")
9145
+
9146
+ @property
9147
+ @pulumi.getter(name="deletionDate")
9148
+ def deletion_date(self) -> builtins.str:
9149
+ """
9150
+ Date when the relationship was (soft-)deleted
9151
+ """
9152
+ return pulumi.get(self, "deletion_date")
9153
+
9154
+ @property
9155
+ @pulumi.getter(name="discoveredBy")
9156
+ def discovered_by(self) -> builtins.str:
9157
+ """
9158
+ Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
9159
+ """
9160
+ return pulumi.get(self, "discovered_by")
9161
+
9162
+ @property
9163
+ @pulumi.getter(name="parentEntityName")
9164
+ def parent_entity_name(self) -> builtins.str:
9165
+ """
9166
+ Resource name of the parent entity
9167
+ """
9168
+ return pulumi.get(self, "parent_entity_name")
9169
+
9170
+ @property
9171
+ @pulumi.getter(name="provisioningState")
9172
+ def provisioning_state(self) -> builtins.str:
9173
+ """
9174
+ The status of the last operation.
9175
+ """
9176
+ return pulumi.get(self, "provisioning_state")
9177
+
9178
+ @property
9179
+ @pulumi.getter(name="displayName")
9180
+ def display_name(self) -> Optional[builtins.str]:
9181
+ """
9182
+ Display name
9183
+ """
9184
+ return pulumi.get(self, "display_name")
9185
+
9186
+ @property
9187
+ @pulumi.getter
9188
+ def tags(self) -> Optional[Mapping[str, builtins.str]]:
9189
+ """
9190
+ Optional set of labels (key-value pairs)
9191
+ """
9192
+ return pulumi.get(self, "tags")
9193
+
9194
+
9195
+ @pulumi.output_type
9196
+ class ResourceGraphQueryDiscoveryRulePropertiesResponse(dict):
9197
+ """
9198
+ Discovery rule properties for an Azure Resource Graph query
9199
+ """
9200
+ @staticmethod
9201
+ def __key_warning(key: str):
9202
+ suggest = None
9203
+ if key == "addRecommendedSignals":
9204
+ suggest = "add_recommended_signals"
9205
+ elif key == "authenticationSetting":
9206
+ suggest = "authentication_setting"
9207
+ elif key == "deletionDate":
9208
+ suggest = "deletion_date"
9209
+ elif key == "discoverRelationships":
9210
+ suggest = "discover_relationships"
9211
+ elif key == "discoveryRuleKind":
9212
+ suggest = "discovery_rule_kind"
9213
+ elif key == "entityName":
9214
+ suggest = "entity_name"
9215
+ elif key == "provisioningState":
9216
+ suggest = "provisioning_state"
9217
+ elif key == "resourceGraphQuery":
9218
+ suggest = "resource_graph_query"
9219
+ elif key == "displayName":
9220
+ suggest = "display_name"
9221
+
9222
+ if suggest:
9223
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGraphQueryDiscoveryRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
9224
+
9225
+ def __getitem__(self, key: str) -> Any:
9226
+ ResourceGraphQueryDiscoveryRulePropertiesResponse.__key_warning(key)
9227
+ return super().__getitem__(key)
9228
+
9229
+ def get(self, key: str, default = None) -> Any:
9230
+ ResourceGraphQueryDiscoveryRulePropertiesResponse.__key_warning(key)
9231
+ return super().get(key, default)
9232
+
9233
+ def __init__(__self__, *,
9234
+ add_recommended_signals: builtins.str,
9235
+ authentication_setting: builtins.str,
9236
+ deletion_date: builtins.str,
9237
+ discover_relationships: builtins.str,
9238
+ discovery_rule_kind: builtins.str,
9239
+ entity_name: builtins.str,
9240
+ error: 'outputs.DiscoveryErrorResponse',
9241
+ provisioning_state: builtins.str,
9242
+ resource_graph_query: builtins.str,
9243
+ display_name: Optional[builtins.str] = None):
9244
+ """
9245
+ Discovery rule properties for an Azure Resource Graph query
9246
+ :param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
9247
+ :param 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.
9248
+ :param builtins.str deletion_date: Date when the discovery rule was (soft-)deleted.
9249
+ :param builtins.str discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
9250
+ :param builtins.str discovery_rule_kind: Discovery rule relationship discovery behavior
9251
+ Expected value is 'ResourceGraphQuery'.
9252
+ :param builtins.str entity_name: Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
9253
+ :param 'DiscoveryErrorResponse' error: Error details if the last discovery operation failed.
9254
+ :param builtins.str provisioning_state: The status of the last operation.
9255
+ :param 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.
9256
+ :param builtins.str display_name: Display name
9257
+ """
9258
+ pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
9259
+ pulumi.set(__self__, "authentication_setting", authentication_setting)
9260
+ pulumi.set(__self__, "deletion_date", deletion_date)
9261
+ pulumi.set(__self__, "discover_relationships", discover_relationships)
9262
+ pulumi.set(__self__, "discovery_rule_kind", 'ResourceGraphQuery')
9263
+ pulumi.set(__self__, "entity_name", entity_name)
9264
+ pulumi.set(__self__, "error", error)
9265
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
9266
+ pulumi.set(__self__, "resource_graph_query", resource_graph_query)
9267
+ if display_name is not None:
9268
+ pulumi.set(__self__, "display_name", display_name)
9269
+
9270
+ @property
9271
+ @pulumi.getter(name="addRecommendedSignals")
9272
+ def add_recommended_signals(self) -> builtins.str:
9273
+ """
9274
+ Whether to add all recommended signals to the discovered entities.
9275
+ """
9276
+ return pulumi.get(self, "add_recommended_signals")
9277
+
9278
+ @property
9279
+ @pulumi.getter(name="authenticationSetting")
9280
+ def authentication_setting(self) -> builtins.str:
9281
+ """
9282
+ 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.
9283
+ """
9284
+ return pulumi.get(self, "authentication_setting")
9285
+
9286
+ @property
9287
+ @pulumi.getter(name="deletionDate")
9288
+ def deletion_date(self) -> builtins.str:
9289
+ """
9290
+ Date when the discovery rule was (soft-)deleted.
9291
+ """
9292
+ return pulumi.get(self, "deletion_date")
9293
+
9294
+ @property
9295
+ @pulumi.getter(name="discoverRelationships")
9296
+ def discover_relationships(self) -> builtins.str:
9297
+ """
9298
+ Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
9299
+ """
9300
+ return pulumi.get(self, "discover_relationships")
9301
+
9302
+ @property
9303
+ @pulumi.getter(name="discoveryRuleKind")
9304
+ def discovery_rule_kind(self) -> builtins.str:
9305
+ """
9306
+ Discovery rule relationship discovery behavior
9307
+ Expected value is 'ResourceGraphQuery'.
9308
+ """
9309
+ return pulumi.get(self, "discovery_rule_kind")
9310
+
9311
+ @property
9312
+ @pulumi.getter(name="entityName")
9313
+ def entity_name(self) -> builtins.str:
7005
9314
  """
7006
- The scheduling constraints for when the profile begins.
7007
- :param Sequence[builtins.str] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
7008
- :param Sequence[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).
7009
- :param Sequence[builtins.int] minutes: A collection of minutes at which the profile takes effect at.
7010
- :param 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
9315
+ Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
7011
9316
  """
7012
- pulumi.set(__self__, "days", days)
7013
- pulumi.set(__self__, "hours", hours)
7014
- pulumi.set(__self__, "minutes", minutes)
7015
- pulumi.set(__self__, "time_zone", time_zone)
9317
+ return pulumi.get(self, "entity_name")
7016
9318
 
7017
9319
  @property
7018
9320
  @pulumi.getter
7019
- def days(self) -> Sequence[builtins.str]:
9321
+ def error(self) -> 'outputs.DiscoveryErrorResponse':
7020
9322
  """
7021
- the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
9323
+ Error details if the last discovery operation failed.
7022
9324
  """
7023
- return pulumi.get(self, "days")
9325
+ return pulumi.get(self, "error")
7024
9326
 
7025
9327
  @property
7026
- @pulumi.getter
7027
- def hours(self) -> Sequence[builtins.int]:
9328
+ @pulumi.getter(name="provisioningState")
9329
+ def provisioning_state(self) -> builtins.str:
7028
9330
  """
7029
- 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).
9331
+ The status of the last operation.
7030
9332
  """
7031
- return pulumi.get(self, "hours")
9333
+ return pulumi.get(self, "provisioning_state")
7032
9334
 
7033
9335
  @property
7034
- @pulumi.getter
7035
- def minutes(self) -> Sequence[builtins.int]:
9336
+ @pulumi.getter(name="resourceGraphQuery")
9337
+ def resource_graph_query(self) -> builtins.str:
7036
9338
  """
7037
- A collection of minutes at which the profile takes effect at.
9339
+ 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.
7038
9340
  """
7039
- return pulumi.get(self, "minutes")
9341
+ return pulumi.get(self, "resource_graph_query")
7040
9342
 
7041
9343
  @property
7042
- @pulumi.getter(name="timeZone")
7043
- def time_zone(self) -> builtins.str:
9344
+ @pulumi.getter(name="displayName")
9345
+ def display_name(self) -> Optional[builtins.str]:
7044
9346
  """
7045
- 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
9347
+ Display name
7046
9348
  """
7047
- return pulumi.get(self, "time_zone")
9349
+ return pulumi.get(self, "display_name")
7048
9350
 
7049
9351
 
7050
9352
  @pulumi.output_type
@@ -7097,6 +9399,220 @@ class ResourceMapResponse(dict):
7097
9399
  return pulumi.get(self, "to")
7098
9400
 
7099
9401
 
9402
+ @pulumi.output_type
9403
+ class ResourceMetricSignalDefinitionPropertiesResponse(dict):
9404
+ """
9405
+ Azure Resource Metric Signal Definition properties
9406
+ """
9407
+ @staticmethod
9408
+ def __key_warning(key: str):
9409
+ suggest = None
9410
+ if key == "aggregationType":
9411
+ suggest = "aggregation_type"
9412
+ elif key == "deletionDate":
9413
+ suggest = "deletion_date"
9414
+ elif key == "evaluationRules":
9415
+ suggest = "evaluation_rules"
9416
+ elif key == "metricName":
9417
+ suggest = "metric_name"
9418
+ elif key == "metricNamespace":
9419
+ suggest = "metric_namespace"
9420
+ elif key == "provisioningState":
9421
+ suggest = "provisioning_state"
9422
+ elif key == "signalKind":
9423
+ suggest = "signal_kind"
9424
+ elif key == "timeGrain":
9425
+ suggest = "time_grain"
9426
+ elif key == "dataUnit":
9427
+ suggest = "data_unit"
9428
+ elif key == "dimensionFilter":
9429
+ suggest = "dimension_filter"
9430
+ elif key == "displayName":
9431
+ suggest = "display_name"
9432
+ elif key == "refreshInterval":
9433
+ suggest = "refresh_interval"
9434
+
9435
+ if suggest:
9436
+ pulumi.log.warn(f"Key '{key}' not found in ResourceMetricSignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
9437
+
9438
+ def __getitem__(self, key: str) -> Any:
9439
+ ResourceMetricSignalDefinitionPropertiesResponse.__key_warning(key)
9440
+ return super().__getitem__(key)
9441
+
9442
+ def get(self, key: str, default = None) -> Any:
9443
+ ResourceMetricSignalDefinitionPropertiesResponse.__key_warning(key)
9444
+ return super().get(key, default)
9445
+
9446
+ def __init__(__self__, *,
9447
+ aggregation_type: builtins.str,
9448
+ deletion_date: builtins.str,
9449
+ evaluation_rules: 'outputs.EvaluationRuleResponse',
9450
+ metric_name: builtins.str,
9451
+ metric_namespace: builtins.str,
9452
+ provisioning_state: builtins.str,
9453
+ signal_kind: builtins.str,
9454
+ time_grain: builtins.str,
9455
+ data_unit: Optional[builtins.str] = None,
9456
+ dimension: Optional[builtins.str] = None,
9457
+ dimension_filter: Optional[builtins.str] = None,
9458
+ display_name: Optional[builtins.str] = None,
9459
+ refresh_interval: Optional[builtins.str] = None,
9460
+ tags: Optional[Mapping[str, builtins.str]] = None):
9461
+ """
9462
+ Azure Resource Metric Signal Definition properties
9463
+ :param builtins.str aggregation_type: Type of aggregation to apply to the metric
9464
+ :param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
9465
+ :param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
9466
+ :param builtins.str metric_name: Name of the metric
9467
+ :param builtins.str metric_namespace: Metric namespace
9468
+ :param builtins.str provisioning_state: The status of the last operation.
9469
+ :param builtins.str signal_kind: Supported signal kinds as discriminator
9470
+ Expected value is 'AzureResourceMetric'.
9471
+ :param builtins.str time_grain: Time range of signal. ISO duration format like PT10M.
9472
+ :param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
9473
+ :param builtins.str dimension: Optional: Dimension to split by
9474
+ :param builtins.str dimension_filter: Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
9475
+ :param builtins.str display_name: Display name
9476
+ :param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
9477
+ :param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
9478
+ """
9479
+ pulumi.set(__self__, "aggregation_type", aggregation_type)
9480
+ pulumi.set(__self__, "deletion_date", deletion_date)
9481
+ pulumi.set(__self__, "evaluation_rules", evaluation_rules)
9482
+ pulumi.set(__self__, "metric_name", metric_name)
9483
+ pulumi.set(__self__, "metric_namespace", metric_namespace)
9484
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
9485
+ pulumi.set(__self__, "signal_kind", 'AzureResourceMetric')
9486
+ pulumi.set(__self__, "time_grain", time_grain)
9487
+ if data_unit is not None:
9488
+ pulumi.set(__self__, "data_unit", data_unit)
9489
+ if dimension is not None:
9490
+ pulumi.set(__self__, "dimension", dimension)
9491
+ if dimension_filter is not None:
9492
+ pulumi.set(__self__, "dimension_filter", dimension_filter)
9493
+ if display_name is not None:
9494
+ pulumi.set(__self__, "display_name", display_name)
9495
+ if refresh_interval is None:
9496
+ refresh_interval = 'PT1M'
9497
+ if refresh_interval is not None:
9498
+ pulumi.set(__self__, "refresh_interval", refresh_interval)
9499
+ if tags is not None:
9500
+ pulumi.set(__self__, "tags", tags)
9501
+
9502
+ @property
9503
+ @pulumi.getter(name="aggregationType")
9504
+ def aggregation_type(self) -> builtins.str:
9505
+ """
9506
+ Type of aggregation to apply to the metric
9507
+ """
9508
+ return pulumi.get(self, "aggregation_type")
9509
+
9510
+ @property
9511
+ @pulumi.getter(name="deletionDate")
9512
+ def deletion_date(self) -> builtins.str:
9513
+ """
9514
+ Date when the signal definition was (soft-)deleted
9515
+ """
9516
+ return pulumi.get(self, "deletion_date")
9517
+
9518
+ @property
9519
+ @pulumi.getter(name="evaluationRules")
9520
+ def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
9521
+ """
9522
+ Evaluation rules for the signal definition
9523
+ """
9524
+ return pulumi.get(self, "evaluation_rules")
9525
+
9526
+ @property
9527
+ @pulumi.getter(name="metricName")
9528
+ def metric_name(self) -> builtins.str:
9529
+ """
9530
+ Name of the metric
9531
+ """
9532
+ return pulumi.get(self, "metric_name")
9533
+
9534
+ @property
9535
+ @pulumi.getter(name="metricNamespace")
9536
+ def metric_namespace(self) -> builtins.str:
9537
+ """
9538
+ Metric namespace
9539
+ """
9540
+ return pulumi.get(self, "metric_namespace")
9541
+
9542
+ @property
9543
+ @pulumi.getter(name="provisioningState")
9544
+ def provisioning_state(self) -> builtins.str:
9545
+ """
9546
+ The status of the last operation.
9547
+ """
9548
+ return pulumi.get(self, "provisioning_state")
9549
+
9550
+ @property
9551
+ @pulumi.getter(name="signalKind")
9552
+ def signal_kind(self) -> builtins.str:
9553
+ """
9554
+ Supported signal kinds as discriminator
9555
+ Expected value is 'AzureResourceMetric'.
9556
+ """
9557
+ return pulumi.get(self, "signal_kind")
9558
+
9559
+ @property
9560
+ @pulumi.getter(name="timeGrain")
9561
+ def time_grain(self) -> builtins.str:
9562
+ """
9563
+ Time range of signal. ISO duration format like PT10M.
9564
+ """
9565
+ return pulumi.get(self, "time_grain")
9566
+
9567
+ @property
9568
+ @pulumi.getter(name="dataUnit")
9569
+ def data_unit(self) -> Optional[builtins.str]:
9570
+ """
9571
+ Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
9572
+ """
9573
+ return pulumi.get(self, "data_unit")
9574
+
9575
+ @property
9576
+ @pulumi.getter
9577
+ def dimension(self) -> Optional[builtins.str]:
9578
+ """
9579
+ Optional: Dimension to split by
9580
+ """
9581
+ return pulumi.get(self, "dimension")
9582
+
9583
+ @property
9584
+ @pulumi.getter(name="dimensionFilter")
9585
+ def dimension_filter(self) -> Optional[builtins.str]:
9586
+ """
9587
+ Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
9588
+ """
9589
+ return pulumi.get(self, "dimension_filter")
9590
+
9591
+ @property
9592
+ @pulumi.getter(name="displayName")
9593
+ def display_name(self) -> Optional[builtins.str]:
9594
+ """
9595
+ Display name
9596
+ """
9597
+ return pulumi.get(self, "display_name")
9598
+
9599
+ @property
9600
+ @pulumi.getter(name="refreshInterval")
9601
+ def refresh_interval(self) -> Optional[builtins.str]:
9602
+ """
9603
+ Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
9604
+ """
9605
+ return pulumi.get(self, "refresh_interval")
9606
+
9607
+ @property
9608
+ @pulumi.getter
9609
+ def tags(self) -> Optional[Mapping[str, builtins.str]]:
9610
+ """
9611
+ Optional set of labels (key-value pairs)
9612
+ """
9613
+ return pulumi.get(self, "tags")
9614
+
9615
+
7100
9616
  @pulumi.output_type
7101
9617
  class RetentionPolicyResponse(dict):
7102
9618
  """
@@ -7184,6 +9700,67 @@ class RuleResolveConfigurationResponse(dict):
7184
9700
  return pulumi.get(self, "time_to_resolve")
7185
9701
 
7186
9702
 
9703
+ @pulumi.output_type
9704
+ class RunParametersResponse(dict):
9705
+ """
9706
+ The parameters used to run the investigation
9707
+ """
9708
+ @staticmethod
9709
+ def __key_warning(key: str):
9710
+ suggest = None
9711
+ if key == "impactTime":
9712
+ suggest = "impact_time"
9713
+
9714
+ if suggest:
9715
+ pulumi.log.warn(f"Key '{key}' not found in RunParametersResponse. Access the value via the '{suggest}' property getter instead.")
9716
+
9717
+ def __getitem__(self, key: str) -> Any:
9718
+ RunParametersResponse.__key_warning(key)
9719
+ return super().__getitem__(key)
9720
+
9721
+ def get(self, key: str, default = None) -> Any:
9722
+ RunParametersResponse.__key_warning(key)
9723
+ return super().get(key, default)
9724
+
9725
+ def __init__(__self__, *,
9726
+ alerts: Sequence['outputs.InvestigationScopeResponse'],
9727
+ impact_time: builtins.str,
9728
+ resources: Sequence['outputs.InvestigationScopeResponse']):
9729
+ """
9730
+ The parameters used to run the investigation
9731
+ :param Sequence['InvestigationScopeResponse'] alerts: The alerts used to run the investigation
9732
+ :param builtins.str impact_time: The impact time to investigate (in UTC)
9733
+ :param Sequence['InvestigationScopeResponse'] resources: The resources used to run the investigation
9734
+ """
9735
+ pulumi.set(__self__, "alerts", alerts)
9736
+ pulumi.set(__self__, "impact_time", impact_time)
9737
+ pulumi.set(__self__, "resources", resources)
9738
+
9739
+ @property
9740
+ @pulumi.getter
9741
+ def alerts(self) -> Sequence['outputs.InvestigationScopeResponse']:
9742
+ """
9743
+ The alerts used to run the investigation
9744
+ """
9745
+ return pulumi.get(self, "alerts")
9746
+
9747
+ @property
9748
+ @pulumi.getter(name="impactTime")
9749
+ def impact_time(self) -> builtins.str:
9750
+ """
9751
+ The impact time to investigate (in UTC)
9752
+ """
9753
+ return pulumi.get(self, "impact_time")
9754
+
9755
+ @property
9756
+ @pulumi.getter
9757
+ def resources(self) -> Sequence['outputs.InvestigationScopeResponse']:
9758
+ """
9759
+ The resources used to run the investigation
9760
+ """
9761
+ return pulumi.get(self, "resources")
9762
+
9763
+
7187
9764
  @pulumi.output_type
7188
9765
  class ScaleActionResponse(dict):
7189
9766
  """
@@ -7590,6 +10167,125 @@ class ServiceResponse(dict):
7590
10167
  return pulumi.get(self, "persistence")
7591
10168
 
7592
10169
 
10170
+ @pulumi.output_type
10171
+ class SignalAssignmentResponse(dict):
10172
+ """
10173
+ Group of signal definition assignments
10174
+ """
10175
+ @staticmethod
10176
+ def __key_warning(key: str):
10177
+ suggest = None
10178
+ if key == "signalDefinitions":
10179
+ suggest = "signal_definitions"
10180
+
10181
+ if suggest:
10182
+ pulumi.log.warn(f"Key '{key}' not found in SignalAssignmentResponse. Access the value via the '{suggest}' property getter instead.")
10183
+
10184
+ def __getitem__(self, key: str) -> Any:
10185
+ SignalAssignmentResponse.__key_warning(key)
10186
+ return super().__getitem__(key)
10187
+
10188
+ def get(self, key: str, default = None) -> Any:
10189
+ SignalAssignmentResponse.__key_warning(key)
10190
+ return super().get(key, default)
10191
+
10192
+ def __init__(__self__, *,
10193
+ signal_definitions: Sequence[builtins.str]):
10194
+ """
10195
+ Group of signal definition assignments
10196
+ :param Sequence[builtins.str] signal_definitions: Signal definitions referenced by their names. All definitions are combined with an AND operator.
10197
+ """
10198
+ pulumi.set(__self__, "signal_definitions", signal_definitions)
10199
+
10200
+ @property
10201
+ @pulumi.getter(name="signalDefinitions")
10202
+ def signal_definitions(self) -> Sequence[builtins.str]:
10203
+ """
10204
+ Signal definitions referenced by their names. All definitions are combined with an AND operator.
10205
+ """
10206
+ return pulumi.get(self, "signal_definitions")
10207
+
10208
+
10209
+ @pulumi.output_type
10210
+ class SignalGroupResponse(dict):
10211
+ """
10212
+ Contains various signal groups that can be assigned to an entity
10213
+ """
10214
+ @staticmethod
10215
+ def __key_warning(key: str):
10216
+ suggest = None
10217
+ if key == "azureLogAnalytics":
10218
+ suggest = "azure_log_analytics"
10219
+ elif key == "azureMonitorWorkspace":
10220
+ suggest = "azure_monitor_workspace"
10221
+ elif key == "azureResource":
10222
+ suggest = "azure_resource"
10223
+
10224
+ if suggest:
10225
+ pulumi.log.warn(f"Key '{key}' not found in SignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
10226
+
10227
+ def __getitem__(self, key: str) -> Any:
10228
+ SignalGroupResponse.__key_warning(key)
10229
+ return super().__getitem__(key)
10230
+
10231
+ def get(self, key: str, default = None) -> Any:
10232
+ SignalGroupResponse.__key_warning(key)
10233
+ return super().get(key, default)
10234
+
10235
+ def __init__(__self__, *,
10236
+ azure_log_analytics: Optional['outputs.LogAnalyticsSignalGroupResponse'] = None,
10237
+ azure_monitor_workspace: Optional['outputs.AzureMonitorWorkspaceSignalGroupResponse'] = None,
10238
+ azure_resource: Optional['outputs.AzureResourceSignalGroupResponse'] = None,
10239
+ dependencies: Optional['outputs.DependenciesSignalGroupResponse'] = None):
10240
+ """
10241
+ Contains various signal groups that can be assigned to an entity
10242
+ :param 'LogAnalyticsSignalGroupResponse' azure_log_analytics: Log Analytics Signal Group
10243
+ :param 'AzureMonitorWorkspaceSignalGroupResponse' azure_monitor_workspace: Azure Monitor Workspace Signal Group
10244
+ :param 'AzureResourceSignalGroupResponse' azure_resource: Azure Resource Signal Group
10245
+ :param 'DependenciesSignalGroupResponse' dependencies: Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
10246
+ """
10247
+ if azure_log_analytics is not None:
10248
+ pulumi.set(__self__, "azure_log_analytics", azure_log_analytics)
10249
+ if azure_monitor_workspace is not None:
10250
+ pulumi.set(__self__, "azure_monitor_workspace", azure_monitor_workspace)
10251
+ if azure_resource is not None:
10252
+ pulumi.set(__self__, "azure_resource", azure_resource)
10253
+ if dependencies is not None:
10254
+ pulumi.set(__self__, "dependencies", dependencies)
10255
+
10256
+ @property
10257
+ @pulumi.getter(name="azureLogAnalytics")
10258
+ def azure_log_analytics(self) -> Optional['outputs.LogAnalyticsSignalGroupResponse']:
10259
+ """
10260
+ Log Analytics Signal Group
10261
+ """
10262
+ return pulumi.get(self, "azure_log_analytics")
10263
+
10264
+ @property
10265
+ @pulumi.getter(name="azureMonitorWorkspace")
10266
+ def azure_monitor_workspace(self) -> Optional['outputs.AzureMonitorWorkspaceSignalGroupResponse']:
10267
+ """
10268
+ Azure Monitor Workspace Signal Group
10269
+ """
10270
+ return pulumi.get(self, "azure_monitor_workspace")
10271
+
10272
+ @property
10273
+ @pulumi.getter(name="azureResource")
10274
+ def azure_resource(self) -> Optional['outputs.AzureResourceSignalGroupResponse']:
10275
+ """
10276
+ Azure Resource Signal Group
10277
+ """
10278
+ return pulumi.get(self, "azure_resource")
10279
+
10280
+ @property
10281
+ @pulumi.getter
10282
+ def dependencies(self) -> Optional['outputs.DependenciesSignalGroupResponse']:
10283
+ """
10284
+ Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
10285
+ """
10286
+ return pulumi.get(self, "dependencies")
10287
+
10288
+
7593
10289
  @pulumi.output_type
7594
10290
  class SmsReceiverResponse(dict):
7595
10291
  """
@@ -8130,6 +10826,39 @@ class TcpExporterResponse(dict):
8130
10826
  return pulumi.get(self, "url")
8131
10827
 
8132
10828
 
10829
+ @pulumi.output_type
10830
+ class ThresholdRuleResponse(dict):
10831
+ """
10832
+ Threshold-based evaluation rule for a signal definition
10833
+ """
10834
+ def __init__(__self__, *,
10835
+ operator: builtins.str,
10836
+ threshold: builtins.str):
10837
+ """
10838
+ Threshold-based evaluation rule for a signal definition
10839
+ :param builtins.str operator: Operator how to compare the signal value with the threshold
10840
+ :param builtins.str threshold: Threshold value
10841
+ """
10842
+ pulumi.set(__self__, "operator", operator)
10843
+ pulumi.set(__self__, "threshold", threshold)
10844
+
10845
+ @property
10846
+ @pulumi.getter
10847
+ def operator(self) -> builtins.str:
10848
+ """
10849
+ Operator how to compare the signal value with the threshold
10850
+ """
10851
+ return pulumi.get(self, "operator")
10852
+
10853
+ @property
10854
+ @pulumi.getter
10855
+ def threshold(self) -> builtins.str:
10856
+ """
10857
+ Threshold value
10858
+ """
10859
+ return pulumi.get(self, "threshold")
10860
+
10861
+
8133
10862
  @pulumi.output_type
8134
10863
  class TimeWindowResponse(dict):
8135
10864
  """