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
@@ -27,6 +27,7 @@ class RedisEnterpriseArgs:
27
27
  sku: pulumi.Input['SkuArgs'],
28
28
  cluster_name: Optional[pulumi.Input[builtins.str]] = None,
29
29
  encryption: Optional[pulumi.Input['ClusterPropertiesEncryptionArgs']] = None,
30
+ high_availability: Optional[pulumi.Input[Union[builtins.str, 'HighAvailability']]] = None,
30
31
  identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
31
32
  location: Optional[pulumi.Input[builtins.str]] = None,
32
33
  minimum_tls_version: Optional[pulumi.Input[Union[builtins.str, 'TlsVersion']]] = None,
@@ -36,11 +37,12 @@ class RedisEnterpriseArgs:
36
37
  The set of arguments for constructing a RedisEnterprise resource.
37
38
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
38
39
  :param pulumi.Input['SkuArgs'] sku: The SKU to create, which affects price, performance, and features.
39
- :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster.
40
+ :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens
40
41
  :param pulumi.Input['ClusterPropertiesEncryptionArgs'] encryption: Encryption-at-rest configuration for the cluster.
42
+ :param pulumi.Input[Union[builtins.str, 'HighAvailability']] high_availability: Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.
41
43
  :param pulumi.Input['ManagedServiceIdentityArgs'] identity: The identity of the resource.
42
44
  :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
43
- :param pulumi.Input[Union[builtins.str, 'TlsVersion']] minimum_tls_version: The minimum TLS version for the cluster to support, e.g. '1.2'
45
+ :param pulumi.Input[Union[builtins.str, 'TlsVersion']] minimum_tls_version: The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions.
44
46
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
45
47
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zones: The Availability Zones where this cluster will be deployed.
46
48
  """
@@ -50,6 +52,8 @@ class RedisEnterpriseArgs:
50
52
  pulumi.set(__self__, "cluster_name", cluster_name)
51
53
  if encryption is not None:
52
54
  pulumi.set(__self__, "encryption", encryption)
55
+ if high_availability is not None:
56
+ pulumi.set(__self__, "high_availability", high_availability)
53
57
  if identity is not None:
54
58
  pulumi.set(__self__, "identity", identity)
55
59
  if location is not None:
@@ -89,7 +93,7 @@ class RedisEnterpriseArgs:
89
93
  @pulumi.getter(name="clusterName")
90
94
  def cluster_name(self) -> Optional[pulumi.Input[builtins.str]]:
91
95
  """
92
- The name of the Redis Enterprise cluster.
96
+ The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens
93
97
  """
94
98
  return pulumi.get(self, "cluster_name")
95
99
 
@@ -109,6 +113,18 @@ class RedisEnterpriseArgs:
109
113
  def encryption(self, value: Optional[pulumi.Input['ClusterPropertiesEncryptionArgs']]):
110
114
  pulumi.set(self, "encryption", value)
111
115
 
116
+ @property
117
+ @pulumi.getter(name="highAvailability")
118
+ def high_availability(self) -> Optional[pulumi.Input[Union[builtins.str, 'HighAvailability']]]:
119
+ """
120
+ Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.
121
+ """
122
+ return pulumi.get(self, "high_availability")
123
+
124
+ @high_availability.setter
125
+ def high_availability(self, value: Optional[pulumi.Input[Union[builtins.str, 'HighAvailability']]]):
126
+ pulumi.set(self, "high_availability", value)
127
+
112
128
  @property
113
129
  @pulumi.getter
114
130
  def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
@@ -137,7 +153,7 @@ class RedisEnterpriseArgs:
137
153
  @pulumi.getter(name="minimumTlsVersion")
138
154
  def minimum_tls_version(self) -> Optional[pulumi.Input[Union[builtins.str, 'TlsVersion']]]:
139
155
  """
140
- The minimum TLS version for the cluster to support, e.g. '1.2'
156
+ The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions.
141
157
  """
142
158
  return pulumi.get(self, "minimum_tls_version")
143
159
 
@@ -178,6 +194,7 @@ class RedisEnterprise(pulumi.CustomResource):
178
194
  opts: Optional[pulumi.ResourceOptions] = None,
179
195
  cluster_name: Optional[pulumi.Input[builtins.str]] = None,
180
196
  encryption: Optional[pulumi.Input[Union['ClusterPropertiesEncryptionArgs', 'ClusterPropertiesEncryptionArgsDict']]] = None,
197
+ high_availability: Optional[pulumi.Input[Union[builtins.str, 'HighAvailability']]] = None,
181
198
  identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
182
199
  location: Optional[pulumi.Input[builtins.str]] = None,
183
200
  minimum_tls_version: Optional[pulumi.Input[Union[builtins.str, 'TlsVersion']]] = None,
@@ -187,19 +204,20 @@ class RedisEnterprise(pulumi.CustomResource):
187
204
  zones: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
188
205
  __props__=None):
189
206
  """
190
- Describes the RedisEnterprise cluster
207
+ Describes the Redis Enterprise cluster
191
208
 
192
- Uses Azure REST API version 2024-03-01-preview.
209
+ Uses Azure REST API version 2025-05-01-preview.
193
210
 
194
- Other available API versions: 2020-10-01-preview, 2021-02-01-preview, 2021-03-01, 2021-08-01, 2022-01-01, 2022-11-01-preview, 2023-03-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native redisenterprise [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
211
+ Other available API versions: 2020-10-01-preview, 2021-02-01-preview, 2021-03-01, 2021-08-01, 2022-01-01, 2022-11-01-preview, 2023-03-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native redisenterprise [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
195
212
 
196
213
  :param str resource_name: The name of the resource.
197
214
  :param pulumi.ResourceOptions opts: Options for the resource.
198
- :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster.
215
+ :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens
199
216
  :param pulumi.Input[Union['ClusterPropertiesEncryptionArgs', 'ClusterPropertiesEncryptionArgsDict']] encryption: Encryption-at-rest configuration for the cluster.
217
+ :param pulumi.Input[Union[builtins.str, 'HighAvailability']] high_availability: Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.
200
218
  :param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The identity of the resource.
201
219
  :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
202
- :param pulumi.Input[Union[builtins.str, 'TlsVersion']] minimum_tls_version: The minimum TLS version for the cluster to support, e.g. '1.2'
220
+ :param pulumi.Input[Union[builtins.str, 'TlsVersion']] minimum_tls_version: The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions.
203
221
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
204
222
  :param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: The SKU to create, which affects price, performance, and features.
205
223
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
@@ -212,11 +230,11 @@ class RedisEnterprise(pulumi.CustomResource):
212
230
  args: RedisEnterpriseArgs,
213
231
  opts: Optional[pulumi.ResourceOptions] = None):
214
232
  """
215
- Describes the RedisEnterprise cluster
233
+ Describes the Redis Enterprise cluster
216
234
 
217
- Uses Azure REST API version 2024-03-01-preview.
235
+ Uses Azure REST API version 2025-05-01-preview.
218
236
 
219
- Other available API versions: 2020-10-01-preview, 2021-02-01-preview, 2021-03-01, 2021-08-01, 2022-01-01, 2022-11-01-preview, 2023-03-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native redisenterprise [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
237
+ Other available API versions: 2020-10-01-preview, 2021-02-01-preview, 2021-03-01, 2021-08-01, 2022-01-01, 2022-11-01-preview, 2023-03-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native redisenterprise [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
220
238
 
221
239
  :param str resource_name: The name of the resource.
222
240
  :param RedisEnterpriseArgs args: The arguments to use to populate this resource's properties.
@@ -235,6 +253,7 @@ class RedisEnterprise(pulumi.CustomResource):
235
253
  opts: Optional[pulumi.ResourceOptions] = None,
236
254
  cluster_name: Optional[pulumi.Input[builtins.str]] = None,
237
255
  encryption: Optional[pulumi.Input[Union['ClusterPropertiesEncryptionArgs', 'ClusterPropertiesEncryptionArgsDict']]] = None,
256
+ high_availability: Optional[pulumi.Input[Union[builtins.str, 'HighAvailability']]] = None,
238
257
  identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
239
258
  location: Optional[pulumi.Input[builtins.str]] = None,
240
259
  minimum_tls_version: Optional[pulumi.Input[Union[builtins.str, 'TlsVersion']]] = None,
@@ -253,6 +272,7 @@ class RedisEnterprise(pulumi.CustomResource):
253
272
 
254
273
  __props__.__dict__["cluster_name"] = cluster_name
255
274
  __props__.__dict__["encryption"] = encryption
275
+ __props__.__dict__["high_availability"] = high_availability
256
276
  __props__.__dict__["identity"] = identity
257
277
  __props__.__dict__["location"] = location
258
278
  __props__.__dict__["minimum_tls_version"] = minimum_tls_version
@@ -266,10 +286,12 @@ class RedisEnterprise(pulumi.CustomResource):
266
286
  __props__.__dict__["zones"] = zones
267
287
  __props__.__dict__["azure_api_version"] = None
268
288
  __props__.__dict__["host_name"] = None
289
+ __props__.__dict__["kind"] = None
269
290
  __props__.__dict__["name"] = None
270
291
  __props__.__dict__["private_endpoint_connections"] = None
271
292
  __props__.__dict__["provisioning_state"] = None
272
293
  __props__.__dict__["redis_version"] = None
294
+ __props__.__dict__["redundancy_mode"] = None
273
295
  __props__.__dict__["resource_state"] = None
274
296
  __props__.__dict__["type"] = None
275
297
  alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20201001preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20230301preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20230701:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20230801preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20231001preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20231101:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20240201:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20240301preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20240601preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20240901preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache/v20241001:RedisEnterprise"), pulumi.Alias(type_="azure-native:cache:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20201001preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20210201preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20210301:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20210801:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20220101:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20221101preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20230301preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20230701:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20230801preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20231001preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20231101:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20240201:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20240301preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20240601preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20240901preview:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20241001:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20250401:RedisEnterprise"), pulumi.Alias(type_="azure-native:redisenterprise/v20250501preview:RedisEnterprise")])
@@ -298,14 +320,17 @@ class RedisEnterprise(pulumi.CustomResource):
298
320
 
299
321
  __props__.__dict__["azure_api_version"] = None
300
322
  __props__.__dict__["encryption"] = None
323
+ __props__.__dict__["high_availability"] = None
301
324
  __props__.__dict__["host_name"] = None
302
325
  __props__.__dict__["identity"] = None
326
+ __props__.__dict__["kind"] = None
303
327
  __props__.__dict__["location"] = None
304
328
  __props__.__dict__["minimum_tls_version"] = None
305
329
  __props__.__dict__["name"] = None
306
330
  __props__.__dict__["private_endpoint_connections"] = None
307
331
  __props__.__dict__["provisioning_state"] = None
308
332
  __props__.__dict__["redis_version"] = None
333
+ __props__.__dict__["redundancy_mode"] = None
309
334
  __props__.__dict__["resource_state"] = None
310
335
  __props__.__dict__["sku"] = None
311
336
  __props__.__dict__["tags"] = None
@@ -329,6 +354,14 @@ class RedisEnterprise(pulumi.CustomResource):
329
354
  """
330
355
  return pulumi.get(self, "encryption")
331
356
 
357
+ @property
358
+ @pulumi.getter(name="highAvailability")
359
+ def high_availability(self) -> pulumi.Output[Optional[builtins.str]]:
360
+ """
361
+ Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.
362
+ """
363
+ return pulumi.get(self, "high_availability")
364
+
332
365
  @property
333
366
  @pulumi.getter(name="hostName")
334
367
  def host_name(self) -> pulumi.Output[builtins.str]:
@@ -345,6 +378,14 @@ class RedisEnterprise(pulumi.CustomResource):
345
378
  """
346
379
  return pulumi.get(self, "identity")
347
380
 
381
+ @property
382
+ @pulumi.getter
383
+ def kind(self) -> pulumi.Output[builtins.str]:
384
+ """
385
+ Distinguishes the kind of cluster. Read-only.
386
+ """
387
+ return pulumi.get(self, "kind")
388
+
348
389
  @property
349
390
  @pulumi.getter
350
391
  def location(self) -> pulumi.Output[builtins.str]:
@@ -357,7 +398,7 @@ class RedisEnterprise(pulumi.CustomResource):
357
398
  @pulumi.getter(name="minimumTlsVersion")
358
399
  def minimum_tls_version(self) -> pulumi.Output[Optional[builtins.str]]:
359
400
  """
360
- The minimum TLS version for the cluster to support, e.g. '1.2'
401
+ The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions.
361
402
  """
362
403
  return pulumi.get(self, "minimum_tls_version")
363
404
 
@@ -373,7 +414,7 @@ class RedisEnterprise(pulumi.CustomResource):
373
414
  @pulumi.getter(name="privateEndpointConnections")
374
415
  def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
375
416
  """
376
- List of private endpoint connections associated with the specified RedisEnterprise cluster
417
+ List of private endpoint connections associated with the specified Redis Enterprise cluster
377
418
  """
378
419
  return pulumi.get(self, "private_endpoint_connections")
379
420
 
@@ -393,6 +434,14 @@ class RedisEnterprise(pulumi.CustomResource):
393
434
  """
394
435
  return pulumi.get(self, "redis_version")
395
436
 
437
+ @property
438
+ @pulumi.getter(name="redundancyMode")
439
+ def redundancy_mode(self) -> pulumi.Output[builtins.str]:
440
+ """
441
+ Explains the current redundancy strategy of the cluster, which affects the expected SLA.
442
+ """
443
+ return pulumi.get(self, "redundancy_mode")
444
+
396
445
  @property
397
446
  @pulumi.getter(name="resourceState")
398
447
  def resource_state(self) -> pulumi.Output[builtins.str]:
@@ -8,16 +8,20 @@ from enum import Enum
8
8
 
9
9
  __all__ = [
10
10
  'AadAuthFailureMode',
11
+ 'ComputeType',
11
12
  'HostingMode',
12
13
  'IdentityType',
13
14
  'PrivateLinkServiceConnectionProvisioningState',
14
15
  'PrivateLinkServiceConnectionStatus',
15
16
  'PublicNetworkAccess',
17
+ 'SearchBypass',
18
+ 'SearchDataExfiltrationProtection',
16
19
  'SearchEncryptionWithCmk',
17
20
  'SearchSemanticSearch',
18
21
  'SharedPrivateLinkResourceProvisioningState',
19
22
  'SharedPrivateLinkResourceStatus',
20
23
  'SkuName',
24
+ 'UpgradeAvailable',
21
25
  ]
22
26
 
23
27
 
@@ -36,6 +40,21 @@ class AadAuthFailureMode(builtins.str, Enum):
36
40
  """
37
41
 
38
42
 
43
+ @pulumi.type_token("azure-native:search:ComputeType")
44
+ class ComputeType(builtins.str, Enum):
45
+ """
46
+ Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.
47
+ """
48
+ DEFAULT = "default"
49
+ """
50
+ Create the service with the Default Compute.
51
+ """
52
+ CONFIDENTIAL = "confidential"
53
+ """
54
+ Create the service with Azure Confidential Compute.
55
+ """
56
+
57
+
39
58
  @pulumi.type_token("azure-native:search:HostingMode")
40
59
  class HostingMode(builtins.str, Enum):
41
60
  """
@@ -54,16 +73,30 @@ class HostingMode(builtins.str, Enum):
54
73
  @pulumi.type_token("azure-native:search:IdentityType")
55
74
  class IdentityType(builtins.str, Enum):
56
75
  """
57
- The identity type.
76
+ The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
58
77
  """
59
78
  NONE = "None"
79
+ """
80
+ Indicates that any identity associated with the search service needs to be removed.
81
+ """
60
82
  SYSTEM_ASSIGNED = "SystemAssigned"
83
+ """
84
+ Indicates that system-assigned identity for the search service will be enabled.
85
+ """
86
+ USER_ASSIGNED = "UserAssigned"
87
+ """
88
+ Indicates that one or more user assigned identities will be assigned to the search service.
89
+ """
90
+ SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
91
+ """
92
+ Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities.
93
+ """
61
94
 
62
95
 
63
96
  @pulumi.type_token("azure-native:search:PrivateLinkServiceConnectionProvisioningState")
64
97
  class PrivateLinkServiceConnectionProvisioningState(builtins.str, Enum):
65
98
  """
66
- The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete
99
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
67
100
  """
68
101
  UPDATING = "Updating"
69
102
  """
@@ -87,7 +120,7 @@ class PrivateLinkServiceConnectionProvisioningState(builtins.str, Enum):
87
120
  """
88
121
  CANCELED = "Canceled"
89
122
  """
90
- Provisioning request for the private link service connection resource has been canceled
123
+ Provisioning request for the private link service connection resource has been canceled.
91
124
  """
92
125
 
93
126
 
@@ -120,21 +153,57 @@ class PublicNetworkAccess(builtins.str, Enum):
120
153
  This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
121
154
  """
122
155
  ENABLED = "enabled"
156
+ """
157
+ The search service is accessible from traffic originating from the public internet.
158
+ """
123
159
  DISABLED = "disabled"
160
+ """
161
+ The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections.
162
+ """
163
+ SECURED_BY_PERIMETER = "securedByPerimeter"
164
+ """
165
+ The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter.
166
+ """
167
+
168
+
169
+ @pulumi.type_token("azure-native:search:SearchBypass")
170
+ class SearchBypass(builtins.str, Enum):
171
+ """
172
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
173
+ """
174
+ NONE = "None"
175
+ """
176
+ Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default.
177
+ """
178
+ AZURE_SERVICES = "AzureServices"
179
+ """
180
+ Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section.
181
+ """
182
+
183
+
184
+ @pulumi.type_token("azure-native:search:SearchDataExfiltrationProtection")
185
+ class SearchDataExfiltrationProtection(builtins.str, Enum):
186
+ """
187
+ A specific data exfiltration scenario that is disabled for the service.
188
+ """
189
+ BLOCK_ALL = "BlockAll"
190
+ """
191
+ Indicates that all data exfiltration scenarios are disabled.
192
+ """
124
193
 
125
194
 
126
195
  @pulumi.type_token("azure-native:search:SearchEncryptionWithCmk")
127
196
  class SearchEncryptionWithCmk(builtins.str, Enum):
128
197
  """
129
- Describes how a search service should enforce having one or more non-customer-encrypted resources.
198
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
130
199
  """
131
200
  DISABLED = "Disabled"
132
201
  """
133
- No enforcement will be made and the search service can have non-customer-encrypted resources.
202
+ No enforcement of customer-managed key encryption will be made. Only the built-in service-managed encryption is used.
134
203
  """
135
204
  ENABLED = "Enabled"
136
205
  """
137
- Search service will be marked as non-compliant if there are one or more non-customer-encrypted resources.
206
+ Search service will be marked as non-compliant if one or more objects aren't encrypted with a customer-managed key.
138
207
  """
139
208
  UNSPECIFIED = "Unspecified"
140
209
  """
@@ -145,19 +214,19 @@ class SearchEncryptionWithCmk(builtins.str, Enum):
145
214
  @pulumi.type_token("azure-native:search:SearchSemanticSearch")
146
215
  class SearchSemanticSearch(builtins.str, Enum):
147
216
  """
148
- Sets options that control the availability of semantic search. This configuration is only possible for certain search SKUs in certain locations.
217
+ Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
149
218
  """
150
219
  DISABLED = "disabled"
151
220
  """
152
- Indicates that semantic ranking is disabled for the search service.
221
+ Indicates that semantic reranker is disabled for the search service. This is the default.
153
222
  """
154
223
  FREE = "free"
155
224
  """
156
- Enables semantic ranking on a search service and indicates that it is to be used within the limits of the free tier. This would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services.
225
+ Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services.
157
226
  """
158
227
  STANDARD = "standard"
159
228
  """
160
- Enables semantic ranking on a search service as a billable feature, with higher throughput and volume of semantic ranking requests.
229
+ Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries.
161
230
  """
162
231
 
163
232
 
@@ -167,10 +236,25 @@ class SharedPrivateLinkResourceProvisioningState(builtins.str, Enum):
167
236
  The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
168
237
  """
169
238
  UPDATING = "Updating"
239
+ """
240
+ The shared private link resource is in the process of being created along with other resources for it to be fully functional.
241
+ """
170
242
  DELETING = "Deleting"
243
+ """
244
+ The shared private link resource is in the process of being deleted.
245
+ """
171
246
  FAILED = "Failed"
247
+ """
248
+ The shared private link resource has failed to be provisioned or deleted.
249
+ """
172
250
  SUCCEEDED = "Succeeded"
251
+ """
252
+ The shared private link resource has finished provisioning and is ready for approval.
253
+ """
173
254
  INCOMPLETE = "Incomplete"
255
+ """
256
+ Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet.
257
+ """
174
258
 
175
259
 
176
260
  @pulumi.type_token("azure-native:search:SharedPrivateLinkResourceStatus")
@@ -179,9 +263,21 @@ class SharedPrivateLinkResourceStatus(builtins.str, Enum):
179
263
  Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
180
264
  """
181
265
  PENDING = "Pending"
266
+ """
267
+ The shared private link resource has been created and is pending approval.
268
+ """
182
269
  APPROVED = "Approved"
270
+ """
271
+ The shared private link resource is approved and is ready for use.
272
+ """
183
273
  REJECTED = "Rejected"
274
+ """
275
+ The shared private link resource has been rejected and cannot be used.
276
+ """
184
277
  DISCONNECTED = "Disconnected"
278
+ """
279
+ The shared private link resource has been removed from the service.
280
+ """
185
281
 
186
282
 
187
283
  @pulumi.type_token("azure-native:search:SkuName")
@@ -217,3 +313,18 @@ class SkuName(builtins.str, Enum):
217
313
  """
218
314
  Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions.
219
315
  """
316
+
317
+
318
+ @pulumi.type_token("azure-native:search:UpgradeAvailable")
319
+ class UpgradeAvailable(builtins.str, Enum):
320
+ """
321
+ Indicates if the search service has an upgrade available.
322
+ """
323
+ NOT_AVAILABLE = "notAvailable"
324
+ """
325
+ An upgrade is currently not available for the service.
326
+ """
327
+ AVAILABLE = "available"
328
+ """
329
+ There is an upgrade available for the service.
330
+ """