pulumi-azure-native 3.7.0a1755047742__py3-none-any.whl → 3.8.0__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 (399) hide show
  1. pulumi_azure_native/__init__.py +2 -0
  2. pulumi_azure_native/apimanagement/__init__.py +5 -0
  3. pulumi_azure_native/apimanagement/api.py +3 -3
  4. pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
  5. pulumi_azure_native/apimanagement/api_gateway.py +3 -3
  6. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +3 -3
  7. pulumi_azure_native/apimanagement/api_issue.py +3 -3
  8. pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
  9. pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
  10. pulumi_azure_native/apimanagement/api_management_service.py +3 -3
  11. pulumi_azure_native/apimanagement/api_operation.py +3 -3
  12. pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
  13. pulumi_azure_native/apimanagement/api_policy.py +3 -3
  14. pulumi_azure_native/apimanagement/api_release.py +3 -3
  15. pulumi_azure_native/apimanagement/api_schema.py +3 -3
  16. pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
  17. pulumi_azure_native/apimanagement/api_version_set.py +3 -3
  18. pulumi_azure_native/apimanagement/api_wiki.py +3 -3
  19. pulumi_azure_native/apimanagement/authorization.py +3 -3
  20. pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
  21. pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
  22. pulumi_azure_native/apimanagement/authorization_server.py +3 -3
  23. pulumi_azure_native/apimanagement/backend.py +3 -3
  24. pulumi_azure_native/apimanagement/cache.py +3 -3
  25. pulumi_azure_native/apimanagement/certificate.py +3 -3
  26. pulumi_azure_native/apimanagement/client_application.py +314 -0
  27. pulumi_azure_native/apimanagement/client_application_product_link.py +246 -0
  28. pulumi_azure_native/apimanagement/content_item.py +3 -3
  29. pulumi_azure_native/apimanagement/content_type.py +3 -3
  30. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  31. pulumi_azure_native/apimanagement/documentation.py +3 -3
  32. pulumi_azure_native/apimanagement/email_template.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  35. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  36. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  37. pulumi_azure_native/apimanagement/get_api.py +2 -2
  38. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  39. pulumi_azure_native/apimanagement/get_api_gateway.py +2 -2
  40. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +2 -2
  41. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  53. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  54. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  58. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  59. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  60. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  61. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  62. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  63. pulumi_azure_native/apimanagement/get_client_application.py +223 -0
  64. pulumi_azure_native/apimanagement/get_client_application_product_link.py +159 -0
  65. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  66. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  67. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  68. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  69. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  70. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  71. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  72. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  73. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  74. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  75. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  76. pulumi_azure_native/apimanagement/get_group.py +2 -2
  77. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  78. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  79. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  80. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  81. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  82. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  83. pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
  84. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product.py +2 -2
  86. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  87. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  88. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  89. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  90. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  94. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  95. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  96. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  97. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  98. pulumi_azure_native/apimanagement/get_user.py +2 -2
  99. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  101. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  106. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  107. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  108. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  109. pulumi_azure_native/apimanagement/get_workspace_backend.py +2 -2
  110. pulumi_azure_native/apimanagement/get_workspace_certificate.py +2 -2
  111. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  113. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_logger.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  123. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  124. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  125. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  126. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  127. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  128. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  129. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  130. pulumi_azure_native/apimanagement/group.py +3 -3
  131. pulumi_azure_native/apimanagement/group_user.py +3 -3
  132. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  133. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  134. pulumi_azure_native/apimanagement/list_client_application_secrets.py +98 -0
  135. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  136. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  137. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  138. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  139. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  140. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  141. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  142. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  143. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  144. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  145. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  146. pulumi_azure_native/apimanagement/logger.py +3 -3
  147. pulumi_azure_native/apimanagement/named_value.py +3 -3
  148. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  149. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  150. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  151. pulumi_azure_native/apimanagement/outputs.py +35 -0
  152. pulumi_azure_native/apimanagement/policy.py +3 -3
  153. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  154. pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
  155. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  156. pulumi_azure_native/apimanagement/product.py +3 -3
  157. pulumi_azure_native/apimanagement/product_api.py +3 -3
  158. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  159. pulumi_azure_native/apimanagement/product_group.py +3 -3
  160. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  161. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  162. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  163. pulumi_azure_native/apimanagement/schema.py +1 -1
  164. pulumi_azure_native/apimanagement/subscription.py +3 -3
  165. pulumi_azure_native/apimanagement/tag.py +3 -3
  166. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  167. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  168. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  169. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  170. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  171. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  172. pulumi_azure_native/apimanagement/user.py +3 -3
  173. pulumi_azure_native/apimanagement/workspace.py +3 -3
  174. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  175. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +3 -3
  176. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  177. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  178. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  179. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  180. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  181. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  182. pulumi_azure_native/apimanagement/workspace_backend.py +3 -3
  183. pulumi_azure_native/apimanagement/workspace_certificate.py +3 -3
  184. pulumi_azure_native/apimanagement/workspace_diagnostic.py +3 -3
  185. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  186. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  187. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  188. pulumi_azure_native/apimanagement/workspace_logger.py +3 -3
  189. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  190. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  191. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  192. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  193. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  194. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  195. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  196. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  197. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  198. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  199. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  200. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  201. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  202. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  203. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  204. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  205. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  206. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  207. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
  208. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
  209. pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
  210. pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
  211. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  212. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  213. pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +6 -6
  214. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  215. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  216. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  217. pulumi_azure_native/azuredatatransfer/outputs.py +18 -18
  218. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  219. pulumi_azure_native/azurefleet/fleet.py +3 -3
  220. pulumi_azure_native/azurefleet/get_fleet.py +2 -2
  221. pulumi_azure_native/config/__init__.pyi +11 -1
  222. pulumi_azure_native/config/vars.py +15 -1
  223. pulumi_azure_native/containerservice/deployment_safeguard.py +3 -3
  224. pulumi_azure_native/containerservice/get_deployment_safeguard.py +2 -2
  225. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
  226. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
  227. pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
  228. pulumi_azure_native/datamigration/file.py +3 -3
  229. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
  230. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
  231. pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
  232. pulumi_azure_native/datamigration/get_file.py +2 -2
  233. pulumi_azure_native/datamigration/get_migration_service.py +2 -2
  234. pulumi_azure_native/datamigration/get_project.py +2 -2
  235. pulumi_azure_native/datamigration/get_service.py +2 -2
  236. pulumi_azure_native/datamigration/get_service_task.py +2 -2
  237. pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
  238. pulumi_azure_native/datamigration/get_task.py +2 -2
  239. pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
  240. pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
  241. pulumi_azure_native/datamigration/migration_service.py +3 -3
  242. pulumi_azure_native/datamigration/project.py +3 -3
  243. pulumi_azure_native/datamigration/service.py +3 -3
  244. pulumi_azure_native/datamigration/service_task.py +3 -3
  245. pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
  246. pulumi_azure_native/datamigration/task.py +3 -3
  247. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  248. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  249. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  250. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  252. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  253. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  254. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  255. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  256. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  257. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  258. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  259. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  260. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  261. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  262. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  263. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
  264. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  265. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  266. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  267. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  268. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  269. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  270. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  271. pulumi_azure_native/edge/config_template.py +5 -1
  272. pulumi_azure_native/edge/configuration.py +5 -1
  273. pulumi_azure_native/edge/configuration_reference.py +5 -1
  274. pulumi_azure_native/edge/context.py +5 -1
  275. pulumi_azure_native/edge/diagnostic.py +5 -1
  276. pulumi_azure_native/edge/dynamic_configuration.py +5 -1
  277. pulumi_azure_native/edge/dynamic_configuration_version.py +5 -1
  278. pulumi_azure_native/edge/dynamic_schema.py +5 -1
  279. pulumi_azure_native/edge/dynamic_schema_version.py +26 -22
  280. pulumi_azure_native/edge/execution.py +5 -1
  281. pulumi_azure_native/edge/get_config_template.py +4 -0
  282. pulumi_azure_native/edge/get_configuration.py +4 -0
  283. pulumi_azure_native/edge/get_configuration_reference.py +4 -0
  284. pulumi_azure_native/edge/get_context.py +4 -0
  285. pulumi_azure_native/edge/get_diagnostic.py +4 -0
  286. pulumi_azure_native/edge/get_dynamic_configuration.py +4 -0
  287. pulumi_azure_native/edge/get_dynamic_configuration_version.py +4 -0
  288. pulumi_azure_native/edge/get_dynamic_schema.py +4 -0
  289. pulumi_azure_native/edge/get_dynamic_schema_version.py +10 -6
  290. pulumi_azure_native/edge/get_execution.py +4 -0
  291. pulumi_azure_native/edge/get_instance.py +4 -0
  292. pulumi_azure_native/edge/get_schema.py +4 -0
  293. pulumi_azure_native/edge/get_schema_version.py +4 -0
  294. pulumi_azure_native/edge/get_site_reference.py +4 -0
  295. pulumi_azure_native/edge/get_solution.py +4 -0
  296. pulumi_azure_native/edge/get_solution_template.py +4 -0
  297. pulumi_azure_native/edge/get_solution_version.py +4 -0
  298. pulumi_azure_native/edge/get_target.py +4 -0
  299. pulumi_azure_native/edge/get_workflow.py +4 -0
  300. pulumi_azure_native/edge/get_workflow_version.py +4 -0
  301. pulumi_azure_native/edge/instance.py +5 -1
  302. pulumi_azure_native/edge/schema.py +5 -1
  303. pulumi_azure_native/edge/schema_version.py +5 -1
  304. pulumi_azure_native/edge/site_reference.py +5 -1
  305. pulumi_azure_native/edge/solution.py +5 -1
  306. pulumi_azure_native/edge/solution_template.py +5 -1
  307. pulumi_azure_native/edge/solution_version.py +5 -1
  308. pulumi_azure_native/edge/target.py +5 -1
  309. pulumi_azure_native/edge/workflow.py +5 -1
  310. pulumi_azure_native/edge/workflow_version.py +5 -1
  311. pulumi_azure_native/healthdataaiservices/deid_service.py +0 -4
  312. pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -4
  313. pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -4
  314. pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -4
  315. pulumi_azure_native/loadtestservice/_enums.py +3 -3
  316. pulumi_azure_native/loadtestservice/get_playwright_workspace.py +25 -7
  317. pulumi_azure_native/loadtestservice/playwright_workspace.py +24 -10
  318. pulumi_azure_native/monitor/_enums.py +1 -1
  319. pulumi_azure_native/monitor/_inputs.py +23 -3
  320. pulumi_azure_native/monitor/get_scheduled_query_rule.py +6 -6
  321. pulumi_azure_native/monitor/outputs.py +16 -2
  322. pulumi_azure_native/monitor/scheduled_query_rule.py +12 -12
  323. pulumi_azure_native/netapp/account.py +3 -3
  324. pulumi_azure_native/netapp/backup.py +3 -3
  325. pulumi_azure_native/netapp/backup_policy.py +3 -3
  326. pulumi_azure_native/netapp/backup_vault.py +3 -3
  327. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  328. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  329. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  330. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  331. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  332. pulumi_azure_native/netapp/get_account.py +2 -2
  333. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  334. pulumi_azure_native/netapp/get_backup.py +2 -2
  335. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  336. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  337. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  338. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  339. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  340. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  341. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  342. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  343. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  344. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  345. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  346. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  347. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  348. pulumi_azure_native/netapp/volume_group.py +3 -3
  349. pulumi_azure_native/provider.py +43 -3
  350. pulumi_azure_native/pulumi-plugin.json +1 -1
  351. pulumi_azure_native/redisenterprise/_enums.py +82 -5
  352. pulumi_azure_native/redisenterprise/_inputs.py +19 -19
  353. pulumi_azure_native/redisenterprise/access_policy_assignment.py +7 -7
  354. pulumi_azure_native/redisenterprise/database.py +56 -17
  355. pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +6 -6
  356. pulumi_azure_native/redisenterprise/get_database.py +40 -12
  357. pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +8 -8
  358. pulumi_azure_native/redisenterprise/get_redis_enterprise.py +54 -12
  359. pulumi_azure_native/redisenterprise/list_database_keys.py +8 -8
  360. pulumi_azure_native/redisenterprise/outputs.py +125 -14
  361. pulumi_azure_native/redisenterprise/private_endpoint_connection.py +7 -7
  362. pulumi_azure_native/redisenterprise/redis_enterprise.py +63 -14
  363. pulumi_azure_native/search/_enums.py +121 -10
  364. pulumi_azure_native/search/_inputs.py +109 -69
  365. pulumi_azure_native/search/get_private_endpoint_connection.py +26 -12
  366. pulumi_azure_native/search/get_service.py +117 -19
  367. pulumi_azure_native/search/get_shared_private_link_resource.py +26 -12
  368. pulumi_azure_native/search/list_admin_key.py +9 -9
  369. pulumi_azure_native/search/list_query_key_by_search_service.py +10 -10
  370. pulumi_azure_native/search/outputs.py +303 -57
  371. pulumi_azure_native/search/private_endpoint_connection.py +26 -16
  372. pulumi_azure_native/search/service.py +179 -33
  373. pulumi_azure_native/search/shared_private_link_resource.py +26 -16
  374. pulumi_azure_native/servicefabric/application.py +3 -3
  375. pulumi_azure_native/servicefabric/application_type.py +3 -3
  376. pulumi_azure_native/servicefabric/application_type_version.py +3 -3
  377. pulumi_azure_native/servicefabric/get_application.py +2 -2
  378. pulumi_azure_native/servicefabric/get_application_type.py +2 -2
  379. pulumi_azure_native/servicefabric/get_application_type_version.py +2 -2
  380. pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
  381. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  382. pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +2 -2
  383. pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
  384. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  385. pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +2 -2
  386. pulumi_azure_native/servicefabric/get_service.py +2 -2
  387. pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +2 -2
  388. pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +2 -2
  389. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  390. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  391. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  392. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  393. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  394. pulumi_azure_native/servicefabric/node_type.py +3 -3
  395. pulumi_azure_native/servicefabric/service.py +3 -3
  396. {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/METADATA +1 -1
  397. {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/RECORD +399 -394
  398. {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/WHEEL +0 -0
  399. {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/top_level.txt +0 -0
@@ -141,8 +141,6 @@ class DeidService(pulumi.CustomResource):
141
141
 
142
142
  Uses Azure REST API version 2024-09-20. In version 2.x of the Azure Native provider, it used API version 2024-02-28-preview.
143
143
 
144
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
145
-
146
144
  :param str resource_name: The name of the resource.
147
145
  :param pulumi.ResourceOptions opts: Options for the resource.
148
146
  :param pulumi.Input[builtins.str] deid_service_name: The name of the deid service
@@ -163,8 +161,6 @@ class DeidService(pulumi.CustomResource):
163
161
 
164
162
  Uses Azure REST API version 2024-09-20. In version 2.x of the Azure Native provider, it used API version 2024-02-28-preview.
165
163
 
166
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
167
-
168
164
  :param str resource_name: The name of the resource.
169
165
  :param DeidServiceArgs args: The arguments to use to populate this resource's properties.
170
166
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -155,8 +155,6 @@ def get_deid_service(deid_service_name: Optional[builtins.str] = None,
155
155
 
156
156
  Uses Azure REST API version 2024-09-20.
157
157
 
158
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
-
160
158
 
161
159
  :param builtins.str deid_service_name: The name of the deid service
162
160
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -185,8 +183,6 @@ def get_deid_service_output(deid_service_name: Optional[pulumi.Input[builtins.st
185
183
 
186
184
  Uses Azure REST API version 2024-09-20.
187
185
 
188
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
189
-
190
186
 
191
187
  :param builtins.str deid_service_name: The name of the deid service
192
188
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -120,8 +120,6 @@ def get_private_endpoint_connection(deid_service_name: Optional[builtins.str] =
120
120
 
121
121
  Uses Azure REST API version 2024-09-20.
122
122
 
123
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
-
125
123
 
126
124
  :param builtins.str deid_service_name: The name of the deid service
127
125
  :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
@@ -150,8 +148,6 @@ def get_private_endpoint_connection_output(deid_service_name: Optional[pulumi.In
150
148
 
151
149
  Uses Azure REST API version 2024-09-20.
152
150
 
153
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
154
-
155
151
 
156
152
  :param builtins.str deid_service_name: The name of the deid service
157
153
  :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
@@ -106,8 +106,6 @@ class PrivateEndpointConnection(pulumi.CustomResource):
106
106
 
107
107
  Uses Azure REST API version 2024-09-20. In version 2.x of the Azure Native provider, it used API version 2024-02-28-preview.
108
108
 
109
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
110
-
111
109
  :param str resource_name: The name of the resource.
112
110
  :param pulumi.ResourceOptions opts: Options for the resource.
113
111
  :param pulumi.Input[builtins.str] deid_service_name: The name of the deid service
@@ -126,8 +124,6 @@ class PrivateEndpointConnection(pulumi.CustomResource):
126
124
 
127
125
  Uses Azure REST API version 2024-09-20. In version 2.x of the Azure Native provider, it used API version 2024-02-28-preview.
128
126
 
129
- Other available API versions: 2024-02-28-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native healthdataaiservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
130
-
131
127
  :param str resource_name: The name of the resource.
132
128
  :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
133
129
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -16,15 +16,15 @@ __all__ = [
16
16
  @pulumi.type_token("azure-native:loadtestservice:EnablementStatus")
17
17
  class EnablementStatus(builtins.str, Enum):
18
18
  """
19
- This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
19
+ Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
20
20
  """
21
21
  ENABLED = "Enabled"
22
22
  """
23
- The feature is Enabled.
23
+ The feature is enabled.
24
24
  """
25
25
  DISABLED = "Disabled"
26
26
  """
27
- The feature is Disabled.
27
+ The feature is disabled.
28
28
  """
29
29
 
30
30
 
@@ -28,7 +28,7 @@ class GetPlaywrightWorkspaceResult:
28
28
  """
29
29
  Playwright workspace resource.
30
30
  """
31
- def __init__(__self__, azure_api_version=None, dataplane_uri=None, id=None, local_auth=None, location=None, name=None, provisioning_state=None, regional_affinity=None, system_data=None, tags=None, type=None):
31
+ def __init__(__self__, azure_api_version=None, dataplane_uri=None, id=None, local_auth=None, location=None, name=None, provisioning_state=None, regional_affinity=None, system_data=None, tags=None, type=None, workspace_id=None):
32
32
  if azure_api_version and not isinstance(azure_api_version, str):
33
33
  raise TypeError("Expected argument 'azure_api_version' to be a str")
34
34
  pulumi.set(__self__, "azure_api_version", azure_api_version)
@@ -62,6 +62,9 @@ class GetPlaywrightWorkspaceResult:
62
62
  if type and not isinstance(type, str):
63
63
  raise TypeError("Expected argument 'type' to be a str")
64
64
  pulumi.set(__self__, "type", type)
65
+ if workspace_id and not isinstance(workspace_id, str):
66
+ raise TypeError("Expected argument 'workspace_id' to be a str")
67
+ pulumi.set(__self__, "workspace_id", workspace_id)
65
68
 
66
69
  @property
67
70
  @pulumi.getter(name="azureApiVersion")
@@ -75,7 +78,7 @@ class GetPlaywrightWorkspaceResult:
75
78
  @pulumi.getter(name="dataplaneUri")
76
79
  def dataplane_uri(self) -> builtins.str:
77
80
  """
78
- The workspace data plane URI.
81
+ The workspace data plane service API URI.
79
82
  """
80
83
  return pulumi.get(self, "dataplane_uri")
81
84
 
@@ -91,7 +94,7 @@ class GetPlaywrightWorkspaceResult:
91
94
  @pulumi.getter(name="localAuth")
92
95
  def local_auth(self) -> Optional[builtins.str]:
93
96
  """
94
- When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.
97
+ Enables the workspace to use local authentication through service access tokens for operations.
95
98
  """
96
99
  return pulumi.get(self, "local_auth")
97
100
 
@@ -123,7 +126,7 @@ class GetPlaywrightWorkspaceResult:
123
126
  @pulumi.getter(name="regionalAffinity")
124
127
  def regional_affinity(self) -> Optional[builtins.str]:
125
128
  """
126
- This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
129
+ Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
127
130
  """
128
131
  return pulumi.get(self, "regional_affinity")
129
132
 
@@ -151,6 +154,14 @@ class GetPlaywrightWorkspaceResult:
151
154
  """
152
155
  return pulumi.get(self, "type")
153
156
 
157
+ @property
158
+ @pulumi.getter(name="workspaceId")
159
+ def workspace_id(self) -> builtins.str:
160
+ """
161
+ The workspace ID in GUID format.
162
+ """
163
+ return pulumi.get(self, "workspace_id")
164
+
154
165
 
155
166
  class AwaitableGetPlaywrightWorkspaceResult(GetPlaywrightWorkspaceResult):
156
167
  # pylint: disable=using-constant-test
@@ -168,7 +179,8 @@ class AwaitableGetPlaywrightWorkspaceResult(GetPlaywrightWorkspaceResult):
168
179
  regional_affinity=self.regional_affinity,
169
180
  system_data=self.system_data,
170
181
  tags=self.tags,
171
- type=self.type)
182
+ type=self.type,
183
+ workspace_id=self.workspace_id)
172
184
 
173
185
 
174
186
  def get_playwright_workspace(playwright_workspace_name: Optional[builtins.str] = None,
@@ -179,6 +191,8 @@ def get_playwright_workspace(playwright_workspace_name: Optional[builtins.str] =
179
191
 
180
192
  Uses Azure REST API version 2025-07-01-preview.
181
193
 
194
+ Other available API versions: 2025-09-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native loadtestservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
195
+
182
196
 
183
197
  :param builtins.str playwright_workspace_name: The name of the PlaywrightWorkspace
184
198
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -200,7 +214,8 @@ def get_playwright_workspace(playwright_workspace_name: Optional[builtins.str] =
200
214
  regional_affinity=pulumi.get(__ret__, 'regional_affinity'),
201
215
  system_data=pulumi.get(__ret__, 'system_data'),
202
216
  tags=pulumi.get(__ret__, 'tags'),
203
- type=pulumi.get(__ret__, 'type'))
217
+ type=pulumi.get(__ret__, 'type'),
218
+ workspace_id=pulumi.get(__ret__, 'workspace_id'))
204
219
  def get_playwright_workspace_output(playwright_workspace_name: Optional[pulumi.Input[builtins.str]] = None,
205
220
  resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
206
221
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPlaywrightWorkspaceResult]:
@@ -209,6 +224,8 @@ def get_playwright_workspace_output(playwright_workspace_name: Optional[pulumi.I
209
224
 
210
225
  Uses Azure REST API version 2025-07-01-preview.
211
226
 
227
+ Other available API versions: 2025-09-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native loadtestservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
228
+
212
229
 
213
230
  :param builtins.str playwright_workspace_name: The name of the PlaywrightWorkspace
214
231
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -229,4 +246,5 @@ def get_playwright_workspace_output(playwright_workspace_name: Optional[pulumi.I
229
246
  regional_affinity=pulumi.get(__response__, 'regional_affinity'),
230
247
  system_data=pulumi.get(__response__, 'system_data'),
231
248
  tags=pulumi.get(__response__, 'tags'),
232
- type=pulumi.get(__response__, 'type')))
249
+ type=pulumi.get(__response__, 'type'),
250
+ workspace_id=pulumi.get(__response__, 'workspace_id')))
@@ -31,10 +31,10 @@ class PlaywrightWorkspaceArgs:
31
31
  """
32
32
  The set of arguments for constructing a PlaywrightWorkspace resource.
33
33
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
34
- :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] local_auth: When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.
34
+ :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] local_auth: Enables the workspace to use local authentication through service access tokens for operations.
35
35
  :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
36
36
  :param pulumi.Input[builtins.str] playwright_workspace_name: The name of the PlaywrightWorkspace
37
- :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] regional_affinity: This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
37
+ :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] regional_affinity: Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
38
38
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
39
39
  """
40
40
  pulumi.set(__self__, "resource_group_name", resource_group_name)
@@ -69,7 +69,7 @@ class PlaywrightWorkspaceArgs:
69
69
  @pulumi.getter(name="localAuth")
70
70
  def local_auth(self) -> Optional[pulumi.Input[Union[builtins.str, 'EnablementStatus']]]:
71
71
  """
72
- When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.
72
+ Enables the workspace to use local authentication through service access tokens for operations.
73
73
  """
74
74
  return pulumi.get(self, "local_auth")
75
75
 
@@ -105,7 +105,7 @@ class PlaywrightWorkspaceArgs:
105
105
  @pulumi.getter(name="regionalAffinity")
106
106
  def regional_affinity(self) -> Optional[pulumi.Input[Union[builtins.str, 'EnablementStatus']]]:
107
107
  """
108
- This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
108
+ Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
109
109
  """
110
110
  return pulumi.get(self, "regional_affinity")
111
111
 
@@ -144,12 +144,14 @@ class PlaywrightWorkspace(pulumi.CustomResource):
144
144
 
145
145
  Uses Azure REST API version 2025-07-01-preview.
146
146
 
147
+ Other available API versions: 2025-09-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native loadtestservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
148
+
147
149
  :param str resource_name: The name of the resource.
148
150
  :param pulumi.ResourceOptions opts: Options for the resource.
149
- :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] local_auth: When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.
151
+ :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] local_auth: Enables the workspace to use local authentication through service access tokens for operations.
150
152
  :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
151
153
  :param pulumi.Input[builtins.str] playwright_workspace_name: The name of the PlaywrightWorkspace
152
- :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] regional_affinity: This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
154
+ :param pulumi.Input[Union[builtins.str, 'EnablementStatus']] regional_affinity: Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
153
155
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
154
156
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
155
157
  """
@@ -164,6 +166,8 @@ class PlaywrightWorkspace(pulumi.CustomResource):
164
166
 
165
167
  Uses Azure REST API version 2025-07-01-preview.
166
168
 
169
+ Other available API versions: 2025-09-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native loadtestservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
170
+
167
171
  :param str resource_name: The name of the resource.
168
172
  :param PlaywrightWorkspaceArgs args: The arguments to use to populate this resource's properties.
169
173
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -212,7 +216,8 @@ class PlaywrightWorkspace(pulumi.CustomResource):
212
216
  __props__.__dict__["provisioning_state"] = None
213
217
  __props__.__dict__["system_data"] = None
214
218
  __props__.__dict__["type"] = None
215
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:loadtestservice/v20250701preview:PlaywrightWorkspace")])
219
+ __props__.__dict__["workspace_id"] = None
220
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:loadtestservice/v20250701preview:PlaywrightWorkspace"), pulumi.Alias(type_="azure-native:loadtestservice/v20250901:PlaywrightWorkspace")])
216
221
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
217
222
  super(PlaywrightWorkspace, __self__).__init__(
218
223
  'azure-native:loadtestservice:PlaywrightWorkspace',
@@ -246,6 +251,7 @@ class PlaywrightWorkspace(pulumi.CustomResource):
246
251
  __props__.__dict__["system_data"] = None
247
252
  __props__.__dict__["tags"] = None
248
253
  __props__.__dict__["type"] = None
254
+ __props__.__dict__["workspace_id"] = None
249
255
  return PlaywrightWorkspace(resource_name, opts=opts, __props__=__props__)
250
256
 
251
257
  @property
@@ -260,7 +266,7 @@ class PlaywrightWorkspace(pulumi.CustomResource):
260
266
  @pulumi.getter(name="dataplaneUri")
261
267
  def dataplane_uri(self) -> pulumi.Output[builtins.str]:
262
268
  """
263
- The workspace data plane URI.
269
+ The workspace data plane service API URI.
264
270
  """
265
271
  return pulumi.get(self, "dataplane_uri")
266
272
 
@@ -268,7 +274,7 @@ class PlaywrightWorkspace(pulumi.CustomResource):
268
274
  @pulumi.getter(name="localAuth")
269
275
  def local_auth(self) -> pulumi.Output[Optional[builtins.str]]:
270
276
  """
271
- When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.
277
+ Enables the workspace to use local authentication through service access tokens for operations.
272
278
  """
273
279
  return pulumi.get(self, "local_auth")
274
280
 
@@ -300,7 +306,7 @@ class PlaywrightWorkspace(pulumi.CustomResource):
300
306
  @pulumi.getter(name="regionalAffinity")
301
307
  def regional_affinity(self) -> pulumi.Output[Optional[builtins.str]]:
302
308
  """
303
- This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
309
+ Controls the connection region for client workers to cloud-hosted browsers. When enabled, workers connect to browsers in the closest Azure region for lower latency. When disabled, workers connect to browsers in the Azure region where the workspace was created.
304
310
  """
305
311
  return pulumi.get(self, "regional_affinity")
306
312
 
@@ -328,3 +334,11 @@ class PlaywrightWorkspace(pulumi.CustomResource):
328
334
  """
329
335
  return pulumi.get(self, "type")
330
336
 
337
+ @property
338
+ @pulumi.getter(name="workspaceId")
339
+ def workspace_id(self) -> pulumi.Output[builtins.str]:
340
+ """
341
+ The workspace ID in GUID format.
342
+ """
343
+ return pulumi.get(self, "workspace_id")
344
+
@@ -224,7 +224,7 @@ class Kind(builtins.str, Enum):
224
224
  Indicates the type of scheduled query rule. The default is LogAlert.
225
225
  """
226
226
  LOG_ALERT = "LogAlert"
227
- EVENT_LOG_ALERT = "EventLogAlert"
227
+ SIMPLE_LOG_ALERT = "SimpleLogAlert"
228
228
  LOG_TO_METRIC = "LogToMetric"
229
229
 
230
230
 
@@ -1930,7 +1930,7 @@ if not MYPY:
1930
1930
  """
1931
1931
  alert_sensitivity: NotRequired[pulumi.Input[builtins.str]]
1932
1932
  """
1933
- The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
1933
+ The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant only for dynamic threshold rules of the kind LogAlert.
1934
1934
  """
1935
1935
  criterion_type: NotRequired[pulumi.Input[Union[builtins.str, 'CriterionType']]]
1936
1936
  """
@@ -1956,6 +1956,10 @@ if not MYPY:
1956
1956
  """
1957
1957
  The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric.
1958
1958
  """
1959
+ min_recurrence_count: NotRequired[pulumi.Input[builtins.float]]
1960
+ """
1961
+ The minimum results count that should be found for triggering an alert. Relevant only for rules of the kind SimpleLogAlert.
1962
+ """
1959
1963
  operator: NotRequired[pulumi.Input[Union[builtins.str, 'ConditionOperator']]]
1960
1964
  """
1961
1965
  The criteria operator. Relevant and required only for rules of the kind LogAlert.
@@ -1989,6 +1993,7 @@ class ConditionArgs:
1989
1993
  ignore_data_before: Optional[pulumi.Input[builtins.str]] = None,
1990
1994
  metric_measure_column: Optional[pulumi.Input[builtins.str]] = None,
1991
1995
  metric_name: Optional[pulumi.Input[builtins.str]] = None,
1996
+ min_recurrence_count: Optional[pulumi.Input[builtins.float]] = None,
1992
1997
  operator: Optional[pulumi.Input[Union[builtins.str, 'ConditionOperator']]] = None,
1993
1998
  query: Optional[pulumi.Input[builtins.str]] = None,
1994
1999
  resource_id_column: Optional[pulumi.Input[builtins.str]] = None,
@@ -1996,13 +2001,14 @@ class ConditionArgs:
1996
2001
  time_aggregation: Optional[pulumi.Input[Union[builtins.str, 'TimeAggregation']]] = None):
1997
2002
  """
1998
2003
  A condition of the scheduled query rule.
1999
- :param pulumi.Input[builtins.str] alert_sensitivity: The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
2004
+ :param pulumi.Input[builtins.str] alert_sensitivity: The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant only for dynamic threshold rules of the kind LogAlert.
2000
2005
  :param pulumi.Input[Union[builtins.str, 'CriterionType']] criterion_type: Specifies the type of threshold criteria
2001
2006
  :param pulumi.Input[Sequence[pulumi.Input['DimensionArgs']]] dimensions: List of Dimensions conditions
2002
2007
  :param pulumi.Input['ConditionFailingPeriodsArgs'] failing_periods: The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
2003
2008
  :param pulumi.Input[builtins.str] ignore_data_before: Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format). Relevant only for dynamic threshold rules of the kind LogAlert.
2004
2009
  :param pulumi.Input[builtins.str] metric_measure_column: The column containing the metric measure number. Relevant only for rules of the kind LogAlert.
2005
2010
  :param pulumi.Input[builtins.str] metric_name: The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric.
2011
+ :param pulumi.Input[builtins.float] min_recurrence_count: The minimum results count that should be found for triggering an alert. Relevant only for rules of the kind SimpleLogAlert.
2006
2012
  :param pulumi.Input[Union[builtins.str, 'ConditionOperator']] operator: The criteria operator. Relevant and required only for rules of the kind LogAlert.
2007
2013
  :param pulumi.Input[builtins.str] query: Log query alert
2008
2014
  :param pulumi.Input[builtins.str] resource_id_column: The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert.
@@ -2023,6 +2029,8 @@ class ConditionArgs:
2023
2029
  pulumi.set(__self__, "metric_measure_column", metric_measure_column)
2024
2030
  if metric_name is not None:
2025
2031
  pulumi.set(__self__, "metric_name", metric_name)
2032
+ if min_recurrence_count is not None:
2033
+ pulumi.set(__self__, "min_recurrence_count", min_recurrence_count)
2026
2034
  if operator is not None:
2027
2035
  pulumi.set(__self__, "operator", operator)
2028
2036
  if query is not None:
@@ -2038,7 +2046,7 @@ class ConditionArgs:
2038
2046
  @pulumi.getter(name="alertSensitivity")
2039
2047
  def alert_sensitivity(self) -> Optional[pulumi.Input[builtins.str]]:
2040
2048
  """
2041
- The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
2049
+ The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant only for dynamic threshold rules of the kind LogAlert.
2042
2050
  """
2043
2051
  return pulumi.get(self, "alert_sensitivity")
2044
2052
 
@@ -2118,6 +2126,18 @@ class ConditionArgs:
2118
2126
  def metric_name(self, value: Optional[pulumi.Input[builtins.str]]):
2119
2127
  pulumi.set(self, "metric_name", value)
2120
2128
 
2129
+ @property
2130
+ @pulumi.getter(name="minRecurrenceCount")
2131
+ def min_recurrence_count(self) -> Optional[pulumi.Input[builtins.float]]:
2132
+ """
2133
+ The minimum results count that should be found for triggering an alert. Relevant only for rules of the kind SimpleLogAlert.
2134
+ """
2135
+ return pulumi.get(self, "min_recurrence_count")
2136
+
2137
+ @min_recurrence_count.setter
2138
+ def min_recurrence_count(self, value: Optional[pulumi.Input[builtins.float]]):
2139
+ pulumi.set(self, "min_recurrence_count", value)
2140
+
2121
2141
  @property
2122
2142
  @pulumi.getter
2123
2143
  def operator(self) -> Optional[pulumi.Input[Union[builtins.str, 'ConditionOperator']]]:
@@ -129,7 +129,7 @@ class GetScheduledQueryRuleResult:
129
129
  @pulumi.getter(name="autoMitigate")
130
130
  def auto_mitigate(self) -> Optional[builtins.bool]:
131
131
  """
132
- The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert.
132
+ The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
133
133
  """
134
134
  return pulumi.get(self, "auto_mitigate")
135
135
 
@@ -281,7 +281,7 @@ class GetScheduledQueryRuleResult:
281
281
  @pulumi.getter(name="resolveConfiguration")
282
282
  def resolve_configuration(self) -> Optional['outputs.RuleResolveConfigurationResponse']:
283
283
  """
284
- Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert.
284
+ Defines the configuration for resolving fired alerts. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
285
285
  """
286
286
  return pulumi.get(self, "resolve_configuration")
287
287
 
@@ -393,9 +393,9 @@ def get_scheduled_query_rule(resource_group_name: Optional[builtins.str] = None,
393
393
  """
394
394
  Retrieve an scheduled query rule definition.
395
395
 
396
- Uses Azure REST API version 2024-01-01-preview.
396
+ Uses Azure REST API version 2025-01-01-preview.
397
397
 
398
- Other available API versions: 2023-12-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
398
+ Other available API versions: 2023-12-01, 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
399
399
 
400
400
 
401
401
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -443,9 +443,9 @@ def get_scheduled_query_rule_output(resource_group_name: Optional[pulumi.Input[b
443
443
  """
444
444
  Retrieve an scheduled query rule definition.
445
445
 
446
- Uses Azure REST API version 2024-01-01-preview.
446
+ Uses Azure REST API version 2025-01-01-preview.
447
447
 
448
- Other available API versions: 2023-12-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
448
+ Other available API versions: 2023-12-01, 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
449
449
 
450
450
 
451
451
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -1727,6 +1727,8 @@ class ConditionResponse(dict):
1727
1727
  suggest = "metric_measure_column"
1728
1728
  elif key == "metricName":
1729
1729
  suggest = "metric_name"
1730
+ elif key == "minRecurrenceCount":
1731
+ suggest = "min_recurrence_count"
1730
1732
  elif key == "resourceIdColumn":
1731
1733
  suggest = "resource_id_column"
1732
1734
  elif key == "timeAggregation":
@@ -1751,6 +1753,7 @@ class ConditionResponse(dict):
1751
1753
  ignore_data_before: Optional[builtins.str] = None,
1752
1754
  metric_measure_column: Optional[builtins.str] = None,
1753
1755
  metric_name: Optional[builtins.str] = None,
1756
+ min_recurrence_count: Optional[builtins.float] = None,
1754
1757
  operator: Optional[builtins.str] = None,
1755
1758
  query: Optional[builtins.str] = None,
1756
1759
  resource_id_column: Optional[builtins.str] = None,
@@ -1758,13 +1761,14 @@ class ConditionResponse(dict):
1758
1761
  time_aggregation: Optional[builtins.str] = None):
1759
1762
  """
1760
1763
  A condition of the scheduled query rule.
1761
- :param builtins.str alert_sensitivity: The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
1764
+ :param builtins.str alert_sensitivity: The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant only for dynamic threshold rules of the kind LogAlert.
1762
1765
  :param builtins.str criterion_type: Specifies the type of threshold criteria
1763
1766
  :param Sequence['DimensionResponse'] dimensions: List of Dimensions conditions
1764
1767
  :param 'ConditionResponseFailingPeriods' failing_periods: The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
1765
1768
  :param builtins.str ignore_data_before: Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format). Relevant only for dynamic threshold rules of the kind LogAlert.
1766
1769
  :param builtins.str metric_measure_column: The column containing the metric measure number. Relevant only for rules of the kind LogAlert.
1767
1770
  :param builtins.str metric_name: The name of the metric to be sent. Relevant and required only for rules of the kind LogToMetric.
1771
+ :param builtins.float min_recurrence_count: The minimum results count that should be found for triggering an alert. Relevant only for rules of the kind SimpleLogAlert.
1768
1772
  :param builtins.str operator: The criteria operator. Relevant and required only for rules of the kind LogAlert.
1769
1773
  :param builtins.str query: Log query alert
1770
1774
  :param builtins.str resource_id_column: The column containing the resource id. The content of the column must be a uri formatted as resource id. Relevant only for rules of the kind LogAlert.
@@ -1785,6 +1789,8 @@ class ConditionResponse(dict):
1785
1789
  pulumi.set(__self__, "metric_measure_column", metric_measure_column)
1786
1790
  if metric_name is not None:
1787
1791
  pulumi.set(__self__, "metric_name", metric_name)
1792
+ if min_recurrence_count is not None:
1793
+ pulumi.set(__self__, "min_recurrence_count", min_recurrence_count)
1788
1794
  if operator is not None:
1789
1795
  pulumi.set(__self__, "operator", operator)
1790
1796
  if query is not None:
@@ -1800,7 +1806,7 @@ class ConditionResponse(dict):
1800
1806
  @pulumi.getter(name="alertSensitivity")
1801
1807
  def alert_sensitivity(self) -> Optional[builtins.str]:
1802
1808
  """
1803
- The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant and required only for dynamic threshold rules of the kind LogAlert.
1809
+ The extent of deviation required to trigger an alert. Allowed values are 'Low', 'Medium' and 'High'. This will affect how tight the threshold is to the metric series pattern. Relevant only for dynamic threshold rules of the kind LogAlert.
1804
1810
  """
1805
1811
  return pulumi.get(self, "alert_sensitivity")
1806
1812
 
@@ -1852,6 +1858,14 @@ class ConditionResponse(dict):
1852
1858
  """
1853
1859
  return pulumi.get(self, "metric_name")
1854
1860
 
1861
+ @property
1862
+ @pulumi.getter(name="minRecurrenceCount")
1863
+ def min_recurrence_count(self) -> Optional[builtins.float]:
1864
+ """
1865
+ The minimum results count that should be found for triggering an alert. Relevant only for rules of the kind SimpleLogAlert.
1866
+ """
1867
+ return pulumi.get(self, "min_recurrence_count")
1868
+
1855
1869
  @property
1856
1870
  @pulumi.getter
1857
1871
  def operator(self) -> Optional[builtins.str]:
@@ -52,7 +52,7 @@ class ScheduledQueryRuleArgs:
52
52
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
53
53
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] scopes: The list of resource id's that this scheduled query rule is scoped to.
54
54
  :param pulumi.Input['ActionsArgs'] actions: Actions to invoke when the alert fires.
55
- :param pulumi.Input[builtins.bool] auto_mitigate: The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert.
55
+ :param pulumi.Input[builtins.bool] auto_mitigate: The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
56
56
  :param pulumi.Input[builtins.bool] check_workspace_alerts_storage_configured: The flag which indicates whether this scheduled query rule should be stored in the customer's storage. The default is false. Relevant only for rules of the kind LogAlert.
57
57
  :param pulumi.Input[builtins.str] description: The description of the scheduled query rule.
58
58
  :param pulumi.Input[builtins.str] display_name: The display name of the alert rule
@@ -62,7 +62,7 @@ class ScheduledQueryRuleArgs:
62
62
  :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
63
63
  :param pulumi.Input[builtins.str] mute_actions_duration: Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired. Relevant only for rules of the kind LogAlert.
64
64
  :param pulumi.Input[builtins.str] override_query_time_range: If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert.
65
- :param pulumi.Input['RuleResolveConfigurationArgs'] resolve_configuration: Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert.
65
+ :param pulumi.Input['RuleResolveConfigurationArgs'] resolve_configuration: Defines the configuration for resolving fired alerts. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
66
66
  :param pulumi.Input[builtins.str] rule_name: The name of the rule.
67
67
  :param pulumi.Input[builtins.float] severity: Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest. Relevant and required only for rules of the kind LogAlert.
68
68
  :param pulumi.Input[builtins.bool] skip_query_validation: The flag which indicates whether the provided query should be validated or not. The default is false. Relevant only for rules of the kind LogAlert.
@@ -175,7 +175,7 @@ class ScheduledQueryRuleArgs:
175
175
  @pulumi.getter(name="autoMitigate")
176
176
  def auto_mitigate(self) -> Optional[pulumi.Input[builtins.bool]]:
177
177
  """
178
- The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert.
178
+ The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
179
179
  """
180
180
  return pulumi.get(self, "auto_mitigate")
181
181
 
@@ -295,7 +295,7 @@ class ScheduledQueryRuleArgs:
295
295
  @pulumi.getter(name="resolveConfiguration")
296
296
  def resolve_configuration(self) -> Optional[pulumi.Input['RuleResolveConfigurationArgs']]:
297
297
  """
298
- Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert.
298
+ Defines the configuration for resolving fired alerts. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
299
299
  """
300
300
  return pulumi.get(self, "resolve_configuration")
301
301
 
@@ -408,14 +408,14 @@ class ScheduledQueryRule(pulumi.CustomResource):
408
408
  """
409
409
  The scheduled query rule resource.
410
410
 
411
- Uses Azure REST API version 2024-01-01-preview.
411
+ Uses Azure REST API version 2025-01-01-preview.
412
412
 
413
- Other available API versions: 2023-12-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
413
+ Other available API versions: 2023-12-01, 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
414
414
 
415
415
  :param str resource_name: The name of the resource.
416
416
  :param pulumi.ResourceOptions opts: Options for the resource.
417
417
  :param pulumi.Input[Union['ActionsArgs', 'ActionsArgsDict']] actions: Actions to invoke when the alert fires.
418
- :param pulumi.Input[builtins.bool] auto_mitigate: The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert.
418
+ :param pulumi.Input[builtins.bool] auto_mitigate: The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
419
419
  :param pulumi.Input[builtins.bool] check_workspace_alerts_storage_configured: The flag which indicates whether this scheduled query rule should be stored in the customer's storage. The default is false. Relevant only for rules of the kind LogAlert.
420
420
  :param pulumi.Input[Union['ScheduledQueryRuleCriteriaArgs', 'ScheduledQueryRuleCriteriaArgsDict']] criteria: The rule criteria that defines the conditions of the scheduled query rule.
421
421
  :param pulumi.Input[builtins.str] description: The description of the scheduled query rule.
@@ -427,7 +427,7 @@ class ScheduledQueryRule(pulumi.CustomResource):
427
427
  :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
428
428
  :param pulumi.Input[builtins.str] mute_actions_duration: Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired. Relevant only for rules of the kind LogAlert.
429
429
  :param pulumi.Input[builtins.str] override_query_time_range: If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods). Relevant only for rules of the kind LogAlert.
430
- :param pulumi.Input[Union['RuleResolveConfigurationArgs', 'RuleResolveConfigurationArgsDict']] resolve_configuration: Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert.
430
+ :param pulumi.Input[Union['RuleResolveConfigurationArgs', 'RuleResolveConfigurationArgsDict']] resolve_configuration: Defines the configuration for resolving fired alerts. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
431
431
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
432
432
  :param pulumi.Input[builtins.str] rule_name: The name of the rule.
433
433
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] scopes: The list of resource id's that this scheduled query rule is scoped to.
@@ -446,9 +446,9 @@ class ScheduledQueryRule(pulumi.CustomResource):
446
446
  """
447
447
  The scheduled query rule resource.
448
448
 
449
- Uses Azure REST API version 2024-01-01-preview.
449
+ Uses Azure REST API version 2025-01-01-preview.
450
450
 
451
- Other available API versions: 2023-12-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
451
+ Other available API versions: 2023-12-01, 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native monitor [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
452
452
 
453
453
  :param str resource_name: The name of the resource.
454
454
  :param ScheduledQueryRuleArgs args: The arguments to use to populate this resource's properties.
@@ -600,7 +600,7 @@ class ScheduledQueryRule(pulumi.CustomResource):
600
600
  @pulumi.getter(name="autoMitigate")
601
601
  def auto_mitigate(self) -> pulumi.Output[Optional[builtins.bool]]:
602
602
  """
603
- The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of the kind LogAlert.
603
+ The flag that indicates whether the alert should be automatically resolved or not. The default is true. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
604
604
  """
605
605
  return pulumi.get(self, "auto_mitigate")
606
606
 
@@ -744,7 +744,7 @@ class ScheduledQueryRule(pulumi.CustomResource):
744
744
  @pulumi.getter(name="resolveConfiguration")
745
745
  def resolve_configuration(self) -> pulumi.Output[Optional['outputs.RuleResolveConfigurationResponse']]:
746
746
  """
747
- Defines the configuration for resolving fired alerts. Relevant only for rules of the kind LogAlert.
747
+ Defines the configuration for resolving fired alerts. Relevant only for rules of kinds LogAlert and SimpleLogAlert.
748
748
  """
749
749
  return pulumi.get(self, "resolve_configuration")
750
750