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
@@ -432,19 +432,19 @@ class ModuleArgs:
432
432
  if not MYPY:
433
433
  class PersistenceArgsDict(TypedDict):
434
434
  """
435
- Persistence-related configuration for the RedisEnterprise database
435
+ Persistence-related configuration for the Redis Enterprise database
436
436
  """
437
437
  aof_enabled: NotRequired[pulumi.Input[builtins.bool]]
438
438
  """
439
- Sets whether AOF is enabled.
439
+ Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled.
440
440
  """
441
441
  aof_frequency: NotRequired[pulumi.Input[Union[builtins.str, 'AofFrequency']]]
442
442
  """
443
- Sets the frequency at which data is written to disk.
443
+ Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.
444
444
  """
445
445
  rdb_enabled: NotRequired[pulumi.Input[builtins.bool]]
446
446
  """
447
- Sets whether RDB is enabled.
447
+ Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.
448
448
  """
449
449
  rdb_frequency: NotRequired[pulumi.Input[Union[builtins.str, 'RdbFrequency']]]
450
450
  """
@@ -461,10 +461,10 @@ class PersistenceArgs:
461
461
  rdb_enabled: Optional[pulumi.Input[builtins.bool]] = None,
462
462
  rdb_frequency: Optional[pulumi.Input[Union[builtins.str, 'RdbFrequency']]] = None):
463
463
  """
464
- Persistence-related configuration for the RedisEnterprise database
465
- :param pulumi.Input[builtins.bool] aof_enabled: Sets whether AOF is enabled.
466
- :param pulumi.Input[Union[builtins.str, 'AofFrequency']] aof_frequency: Sets the frequency at which data is written to disk.
467
- :param pulumi.Input[builtins.bool] rdb_enabled: Sets whether RDB is enabled.
464
+ Persistence-related configuration for the Redis Enterprise database
465
+ :param pulumi.Input[builtins.bool] aof_enabled: Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled.
466
+ :param pulumi.Input[Union[builtins.str, 'AofFrequency']] aof_frequency: Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.
467
+ :param pulumi.Input[builtins.bool] rdb_enabled: Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.
468
468
  :param pulumi.Input[Union[builtins.str, 'RdbFrequency']] rdb_frequency: Sets the frequency at which a snapshot of the database is created.
469
469
  """
470
470
  if aof_enabled is not None:
@@ -480,7 +480,7 @@ class PersistenceArgs:
480
480
  @pulumi.getter(name="aofEnabled")
481
481
  def aof_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
482
482
  """
483
- Sets whether AOF is enabled.
483
+ Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled.
484
484
  """
485
485
  return pulumi.get(self, "aof_enabled")
486
486
 
@@ -492,7 +492,7 @@ class PersistenceArgs:
492
492
  @pulumi.getter(name="aofFrequency")
493
493
  def aof_frequency(self) -> Optional[pulumi.Input[Union[builtins.str, 'AofFrequency']]]:
494
494
  """
495
- Sets the frequency at which data is written to disk.
495
+ Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.
496
496
  """
497
497
  return pulumi.get(self, "aof_frequency")
498
498
 
@@ -504,7 +504,7 @@ class PersistenceArgs:
504
504
  @pulumi.getter(name="rdbEnabled")
505
505
  def rdb_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
506
506
  """
507
- Sets whether RDB is enabled.
507
+ Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.
508
508
  """
509
509
  return pulumi.get(self, "rdb_enabled")
510
510
 
@@ -604,15 +604,15 @@ class PrivateLinkServiceConnectionStateArgs:
604
604
  if not MYPY:
605
605
  class SkuArgsDict(TypedDict):
606
606
  """
607
- SKU parameters supplied to the create RedisEnterprise operation.
607
+ SKU parameters supplied to the create Redis Enterprise cluster operation.
608
608
  """
609
609
  name: pulumi.Input[Union[builtins.str, 'SkuName']]
610
610
  """
611
- The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)
611
+ The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future.
612
612
  """
613
613
  capacity: NotRequired[pulumi.Input[builtins.int]]
614
614
  """
615
- The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs.
615
+ This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs.
616
616
  """
617
617
  elif False:
618
618
  SkuArgsDict: TypeAlias = Mapping[str, Any]
@@ -623,9 +623,9 @@ class SkuArgs:
623
623
  name: pulumi.Input[Union[builtins.str, 'SkuName']],
624
624
  capacity: Optional[pulumi.Input[builtins.int]] = None):
625
625
  """
626
- SKU parameters supplied to the create RedisEnterprise operation.
627
- :param pulumi.Input[Union[builtins.str, 'SkuName']] name: The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)
628
- :param pulumi.Input[builtins.int] capacity: The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs.
626
+ SKU parameters supplied to the create Redis Enterprise cluster operation.
627
+ :param pulumi.Input[Union[builtins.str, 'SkuName']] name: The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future.
628
+ :param pulumi.Input[builtins.int] capacity: This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs.
629
629
  """
630
630
  pulumi.set(__self__, "name", name)
631
631
  if capacity is not None:
@@ -635,7 +635,7 @@ class SkuArgs:
635
635
  @pulumi.getter
636
636
  def name(self) -> pulumi.Input[Union[builtins.str, 'SkuName']]:
637
637
  """
638
- The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)
638
+ The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future.
639
639
  """
640
640
  return pulumi.get(self, "name")
641
641
 
@@ -647,7 +647,7 @@ class SkuArgs:
647
647
  @pulumi.getter
648
648
  def capacity(self) -> Optional[pulumi.Input[builtins.int]]:
649
649
  """
650
- The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs.
650
+ This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs.
651
651
  """
652
652
  return pulumi.get(self, "capacity")
653
653
 
@@ -31,7 +31,7 @@ class AccessPolicyAssignmentArgs:
31
31
  """
32
32
  The set of arguments for constructing a AccessPolicyAssignment resource.
33
33
  :param pulumi.Input[builtins.str] access_policy_name: Name of access policy under specific access policy assignment. Only "default" policy is supported for now.
34
- :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster.
34
+ :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
35
35
  :param pulumi.Input[builtins.str] database_name: The name of the Redis Enterprise database.
36
36
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
37
37
  :param pulumi.Input['AccessPolicyAssignmentPropertiesUserArgs'] user: The user associated with the access policy.
@@ -61,7 +61,7 @@ class AccessPolicyAssignmentArgs:
61
61
  @pulumi.getter(name="clusterName")
62
62
  def cluster_name(self) -> pulumi.Input[builtins.str]:
63
63
  """
64
- The name of the Redis Enterprise cluster.
64
+ 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
65
65
  """
66
66
  return pulumi.get(self, "cluster_name")
67
67
 
@@ -134,15 +134,15 @@ class AccessPolicyAssignment(pulumi.CustomResource):
134
134
  """
135
135
  Describes the access policy assignment of Redis Enterprise database
136
136
 
137
- Uses Azure REST API version 2024-09-01-preview.
137
+ Uses Azure REST API version 2025-05-01-preview.
138
138
 
139
- Other available API versions: 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.
139
+ Other available API versions: 2024-09-01-preview, 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.
140
140
 
141
141
  :param str resource_name: The name of the resource.
142
142
  :param pulumi.ResourceOptions opts: Options for the resource.
143
143
  :param pulumi.Input[builtins.str] access_policy_assignment_name: The name of the Redis Enterprise database access policy assignment.
144
144
  :param pulumi.Input[builtins.str] access_policy_name: Name of access policy under specific access policy assignment. Only "default" policy is supported for now.
145
- :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster.
145
+ :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
146
146
  :param pulumi.Input[builtins.str] database_name: The name of the Redis Enterprise database.
147
147
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
148
148
  :param pulumi.Input[Union['AccessPolicyAssignmentPropertiesUserArgs', 'AccessPolicyAssignmentPropertiesUserArgsDict']] user: The user associated with the access policy.
@@ -156,9 +156,9 @@ class AccessPolicyAssignment(pulumi.CustomResource):
156
156
  """
157
157
  Describes the access policy assignment of Redis Enterprise database
158
158
 
159
- Uses Azure REST API version 2024-09-01-preview.
159
+ Uses Azure REST API version 2025-05-01-preview.
160
160
 
161
- Other available API versions: 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.
161
+ Other available API versions: 2024-09-01-preview, 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.
162
162
 
163
163
  :param str resource_name: The name of the resource.
164
164
  :param AccessPolicyAssignmentArgs args: The arguments to use to populate this resource's properties.
@@ -25,6 +25,7 @@ class DatabaseArgs:
25
25
  def __init__(__self__, *,
26
26
  cluster_name: pulumi.Input[builtins.str],
27
27
  resource_group_name: pulumi.Input[builtins.str],
28
+ access_keys_authentication: Optional[pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']]] = None,
28
29
  client_protocol: Optional[pulumi.Input[Union[builtins.str, 'Protocol']]] = None,
29
30
  clustering_policy: Optional[pulumi.Input[Union[builtins.str, 'ClusteringPolicy']]] = None,
30
31
  database_name: Optional[pulumi.Input[builtins.str]] = None,
@@ -36,12 +37,13 @@ class DatabaseArgs:
36
37
  port: Optional[pulumi.Input[builtins.int]] = None):
37
38
  """
38
39
  The set of arguments for constructing a Database resource.
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[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
42
+ :param pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']] access_keys_authentication: This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
41
43
  :param pulumi.Input[Union[builtins.str, 'Protocol']] client_protocol: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.
42
- :param pulumi.Input[Union[builtins.str, 'ClusteringPolicy']] clustering_policy: Clustering policy - default is OSSCluster. Specified at create time.
44
+ :param pulumi.Input[Union[builtins.str, 'ClusteringPolicy']] clustering_policy: Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.
43
45
  :param pulumi.Input[builtins.str] database_name: The name of the Redis Enterprise database.
44
- :param pulumi.Input[Union[builtins.str, 'DeferUpgradeSetting']] defer_upgrade: Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
46
+ :param pulumi.Input[Union[builtins.str, 'DeferUpgradeSetting']] defer_upgrade: Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
45
47
  :param pulumi.Input[Union[builtins.str, 'EvictionPolicy']] eviction_policy: Redis eviction policy - default is VolatileLRU
46
48
  :param pulumi.Input['DatabasePropertiesGeoReplicationArgs'] geo_replication: Optional set of properties to configure geo replication for this database.
47
49
  :param pulumi.Input[Sequence[pulumi.Input['ModuleArgs']]] modules: Optional set of redis modules to enable in this database - modules can only be added at creation time.
@@ -50,6 +52,8 @@ class DatabaseArgs:
50
52
  """
51
53
  pulumi.set(__self__, "cluster_name", cluster_name)
52
54
  pulumi.set(__self__, "resource_group_name", resource_group_name)
55
+ if access_keys_authentication is not None:
56
+ pulumi.set(__self__, "access_keys_authentication", access_keys_authentication)
53
57
  if client_protocol is not None:
54
58
  pulumi.set(__self__, "client_protocol", client_protocol)
55
59
  if clustering_policy is not None:
@@ -73,7 +77,7 @@ class DatabaseArgs:
73
77
  @pulumi.getter(name="clusterName")
74
78
  def cluster_name(self) -> pulumi.Input[builtins.str]:
75
79
  """
76
- The name of the Redis Enterprise cluster.
80
+ 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
77
81
  """
78
82
  return pulumi.get(self, "cluster_name")
79
83
 
@@ -93,6 +97,18 @@ class DatabaseArgs:
93
97
  def resource_group_name(self, value: pulumi.Input[builtins.str]):
94
98
  pulumi.set(self, "resource_group_name", value)
95
99
 
100
+ @property
101
+ @pulumi.getter(name="accessKeysAuthentication")
102
+ def access_keys_authentication(self) -> Optional[pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']]]:
103
+ """
104
+ This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
105
+ """
106
+ return pulumi.get(self, "access_keys_authentication")
107
+
108
+ @access_keys_authentication.setter
109
+ def access_keys_authentication(self, value: Optional[pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']]]):
110
+ pulumi.set(self, "access_keys_authentication", value)
111
+
96
112
  @property
97
113
  @pulumi.getter(name="clientProtocol")
98
114
  def client_protocol(self) -> Optional[pulumi.Input[Union[builtins.str, 'Protocol']]]:
@@ -109,7 +125,7 @@ class DatabaseArgs:
109
125
  @pulumi.getter(name="clusteringPolicy")
110
126
  def clustering_policy(self) -> Optional[pulumi.Input[Union[builtins.str, 'ClusteringPolicy']]]:
111
127
  """
112
- Clustering policy - default is OSSCluster. Specified at create time.
128
+ Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.
113
129
  """
114
130
  return pulumi.get(self, "clustering_policy")
115
131
 
@@ -133,7 +149,7 @@ class DatabaseArgs:
133
149
  @pulumi.getter(name="deferUpgrade")
134
150
  def defer_upgrade(self) -> Optional[pulumi.Input[Union[builtins.str, 'DeferUpgradeSetting']]]:
135
151
  """
136
- Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
152
+ Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
137
153
  """
138
154
  return pulumi.get(self, "defer_upgrade")
139
155
 
@@ -208,6 +224,7 @@ class Database(pulumi.CustomResource):
208
224
  def __init__(__self__,
209
225
  resource_name: str,
210
226
  opts: Optional[pulumi.ResourceOptions] = None,
227
+ access_keys_authentication: Optional[pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']]] = None,
211
228
  client_protocol: Optional[pulumi.Input[Union[builtins.str, 'Protocol']]] = None,
212
229
  cluster_name: Optional[pulumi.Input[builtins.str]] = None,
213
230
  clustering_policy: Optional[pulumi.Input[Union[builtins.str, 'ClusteringPolicy']]] = None,
@@ -221,19 +238,20 @@ class Database(pulumi.CustomResource):
221
238
  resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
222
239
  __props__=None):
223
240
  """
224
- Describes a database on the RedisEnterprise cluster
241
+ Describes a database on the Redis Enterprise cluster
225
242
 
226
- Uses Azure REST API version 2024-03-01-preview.
243
+ Uses Azure REST API version 2025-05-01-preview.
227
244
 
228
- 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.
245
+ 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.
229
246
 
230
247
  :param str resource_name: The name of the resource.
231
248
  :param pulumi.ResourceOptions opts: Options for the resource.
249
+ :param pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']] access_keys_authentication: This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
232
250
  :param pulumi.Input[Union[builtins.str, 'Protocol']] client_protocol: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.
233
- :param pulumi.Input[builtins.str] cluster_name: The name of the Redis Enterprise cluster.
234
- :param pulumi.Input[Union[builtins.str, 'ClusteringPolicy']] clustering_policy: Clustering policy - default is OSSCluster. Specified at create time.
251
+ :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
252
+ :param pulumi.Input[Union[builtins.str, 'ClusteringPolicy']] clustering_policy: Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.
235
253
  :param pulumi.Input[builtins.str] database_name: The name of the Redis Enterprise database.
236
- :param pulumi.Input[Union[builtins.str, 'DeferUpgradeSetting']] defer_upgrade: Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
254
+ :param pulumi.Input[Union[builtins.str, 'DeferUpgradeSetting']] defer_upgrade: Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
237
255
  :param pulumi.Input[Union[builtins.str, 'EvictionPolicy']] eviction_policy: Redis eviction policy - default is VolatileLRU
238
256
  :param pulumi.Input[Union['DatabasePropertiesGeoReplicationArgs', 'DatabasePropertiesGeoReplicationArgsDict']] geo_replication: Optional set of properties to configure geo replication for this database.
239
257
  :param pulumi.Input[Sequence[pulumi.Input[Union['ModuleArgs', 'ModuleArgsDict']]]] modules: Optional set of redis modules to enable in this database - modules can only be added at creation time.
@@ -248,11 +266,11 @@ class Database(pulumi.CustomResource):
248
266
  args: DatabaseArgs,
249
267
  opts: Optional[pulumi.ResourceOptions] = None):
250
268
  """
251
- Describes a database on the RedisEnterprise cluster
269
+ Describes a database on the Redis Enterprise cluster
252
270
 
253
- Uses Azure REST API version 2024-03-01-preview.
271
+ Uses Azure REST API version 2025-05-01-preview.
254
272
 
255
- 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.
273
+ 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.
256
274
 
257
275
  :param str resource_name: The name of the resource.
258
276
  :param DatabaseArgs args: The arguments to use to populate this resource's properties.
@@ -269,6 +287,7 @@ class Database(pulumi.CustomResource):
269
287
  def _internal_init(__self__,
270
288
  resource_name: str,
271
289
  opts: Optional[pulumi.ResourceOptions] = None,
290
+ access_keys_authentication: Optional[pulumi.Input[Union[builtins.str, 'AccessKeysAuthentication']]] = None,
272
291
  client_protocol: Optional[pulumi.Input[Union[builtins.str, 'Protocol']]] = None,
273
292
  cluster_name: Optional[pulumi.Input[builtins.str]] = None,
274
293
  clustering_policy: Optional[pulumi.Input[Union[builtins.str, 'ClusteringPolicy']]] = None,
@@ -289,6 +308,7 @@ class Database(pulumi.CustomResource):
289
308
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
290
309
  __props__ = DatabaseArgs.__new__(DatabaseArgs)
291
310
 
311
+ __props__.__dict__["access_keys_authentication"] = access_keys_authentication
292
312
  __props__.__dict__["client_protocol"] = client_protocol
293
313
  if cluster_name is None and not opts.urn:
294
314
  raise TypeError("Missing required property 'cluster_name'")
@@ -309,6 +329,7 @@ class Database(pulumi.CustomResource):
309
329
  __props__.__dict__["provisioning_state"] = None
310
330
  __props__.__dict__["redis_version"] = None
311
331
  __props__.__dict__["resource_state"] = None
332
+ __props__.__dict__["system_data"] = None
312
333
  __props__.__dict__["type"] = None
313
334
  alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20230301preview:Database"), pulumi.Alias(type_="azure-native:cache/v20230701:Database"), pulumi.Alias(type_="azure-native:cache/v20230801preview:Database"), pulumi.Alias(type_="azure-native:cache/v20231001preview:Database"), pulumi.Alias(type_="azure-native:cache/v20231101:Database"), pulumi.Alias(type_="azure-native:cache/v20240201:Database"), pulumi.Alias(type_="azure-native:cache/v20240301preview:Database"), pulumi.Alias(type_="azure-native:cache/v20240601preview:Database"), pulumi.Alias(type_="azure-native:cache/v20240901preview:Database"), pulumi.Alias(type_="azure-native:cache/v20241001:Database"), pulumi.Alias(type_="azure-native:cache:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20201001preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20210201preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20210301:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20210801:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20220101:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20221101preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20230301preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20230701:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20230801preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20231001preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20231101:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20240201:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20240301preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20240601preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20240901preview:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20241001:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20250401:Database"), pulumi.Alias(type_="azure-native:redisenterprise/v20250501preview:Database")])
314
335
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
@@ -334,6 +355,7 @@ class Database(pulumi.CustomResource):
334
355
 
335
356
  __props__ = DatabaseArgs.__new__(DatabaseArgs)
336
357
 
358
+ __props__.__dict__["access_keys_authentication"] = None
337
359
  __props__.__dict__["azure_api_version"] = None
338
360
  __props__.__dict__["client_protocol"] = None
339
361
  __props__.__dict__["clustering_policy"] = None
@@ -347,9 +369,18 @@ class Database(pulumi.CustomResource):
347
369
  __props__.__dict__["provisioning_state"] = None
348
370
  __props__.__dict__["redis_version"] = None
349
371
  __props__.__dict__["resource_state"] = None
372
+ __props__.__dict__["system_data"] = None
350
373
  __props__.__dict__["type"] = None
351
374
  return Database(resource_name, opts=opts, __props__=__props__)
352
375
 
376
+ @property
377
+ @pulumi.getter(name="accessKeysAuthentication")
378
+ def access_keys_authentication(self) -> pulumi.Output[Optional[builtins.str]]:
379
+ """
380
+ This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
381
+ """
382
+ return pulumi.get(self, "access_keys_authentication")
383
+
353
384
  @property
354
385
  @pulumi.getter(name="azureApiVersion")
355
386
  def azure_api_version(self) -> pulumi.Output[builtins.str]:
@@ -370,7 +401,7 @@ class Database(pulumi.CustomResource):
370
401
  @pulumi.getter(name="clusteringPolicy")
371
402
  def clustering_policy(self) -> pulumi.Output[Optional[builtins.str]]:
372
403
  """
373
- Clustering policy - default is OSSCluster. Specified at create time.
404
+ Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.
374
405
  """
375
406
  return pulumi.get(self, "clustering_policy")
376
407
 
@@ -378,7 +409,7 @@ class Database(pulumi.CustomResource):
378
409
  @pulumi.getter(name="deferUpgrade")
379
410
  def defer_upgrade(self) -> pulumi.Output[Optional[builtins.str]]:
380
411
  """
381
- Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
412
+ Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
382
413
  """
383
414
  return pulumi.get(self, "defer_upgrade")
384
415
 
@@ -454,6 +485,14 @@ class Database(pulumi.CustomResource):
454
485
  """
455
486
  return pulumi.get(self, "resource_state")
456
487
 
488
+ @property
489
+ @pulumi.getter(name="systemData")
490
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
491
+ """
492
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
493
+ """
494
+ return pulumi.get(self, "system_data")
495
+
457
496
  @property
458
497
  @pulumi.getter
459
498
  def type(self) -> pulumi.Output[builtins.str]:
@@ -131,13 +131,13 @@ def get_access_policy_assignment(access_policy_assignment_name: Optional[builtin
131
131
  """
132
132
  Gets information about access policy assignment for database.
133
133
 
134
- Uses Azure REST API version 2024-09-01-preview.
134
+ Uses Azure REST API version 2025-05-01-preview.
135
135
 
136
- Other available API versions: 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.
136
+ Other available API versions: 2024-09-01-preview, 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.
137
137
 
138
138
 
139
139
  :param builtins.str access_policy_assignment_name: The name of the Redis Enterprise database access policy assignment.
140
- :param builtins.str cluster_name: The name of the Redis Enterprise cluster.
140
+ :param 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
141
141
  :param builtins.str database_name: The name of the Redis Enterprise database.
142
142
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
143
143
  """
@@ -165,13 +165,13 @@ def get_access_policy_assignment_output(access_policy_assignment_name: Optional[
165
165
  """
166
166
  Gets information about access policy assignment for database.
167
167
 
168
- Uses Azure REST API version 2024-09-01-preview.
168
+ Uses Azure REST API version 2025-05-01-preview.
169
169
 
170
- Other available API versions: 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.
170
+ Other available API versions: 2024-09-01-preview, 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.
171
171
 
172
172
 
173
173
  :param builtins.str access_policy_assignment_name: The name of the Redis Enterprise database access policy assignment.
174
- :param builtins.str cluster_name: The name of the Redis Enterprise cluster.
174
+ :param 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
175
175
  :param builtins.str database_name: The name of the Redis Enterprise database.
176
176
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
177
177
  """
@@ -26,9 +26,12 @@ __all__ = [
26
26
  @pulumi.output_type
27
27
  class GetDatabaseResult:
28
28
  """
29
- Describes a database on the RedisEnterprise cluster
29
+ Describes a database on the Redis Enterprise cluster
30
30
  """
31
- def __init__(__self__, azure_api_version=None, client_protocol=None, clustering_policy=None, defer_upgrade=None, eviction_policy=None, geo_replication=None, id=None, modules=None, name=None, persistence=None, port=None, provisioning_state=None, redis_version=None, resource_state=None, type=None):
31
+ def __init__(__self__, access_keys_authentication=None, azure_api_version=None, client_protocol=None, clustering_policy=None, defer_upgrade=None, eviction_policy=None, geo_replication=None, id=None, modules=None, name=None, persistence=None, port=None, provisioning_state=None, redis_version=None, resource_state=None, system_data=None, type=None):
32
+ if access_keys_authentication and not isinstance(access_keys_authentication, str):
33
+ raise TypeError("Expected argument 'access_keys_authentication' to be a str")
34
+ pulumi.set(__self__, "access_keys_authentication", access_keys_authentication)
32
35
  if azure_api_version and not isinstance(azure_api_version, str):
33
36
  raise TypeError("Expected argument 'azure_api_version' to be a str")
34
37
  pulumi.set(__self__, "azure_api_version", azure_api_version)
@@ -71,10 +74,21 @@ class GetDatabaseResult:
71
74
  if resource_state and not isinstance(resource_state, str):
72
75
  raise TypeError("Expected argument 'resource_state' to be a str")
73
76
  pulumi.set(__self__, "resource_state", resource_state)
77
+ if system_data and not isinstance(system_data, dict):
78
+ raise TypeError("Expected argument 'system_data' to be a dict")
79
+ pulumi.set(__self__, "system_data", system_data)
74
80
  if type and not isinstance(type, str):
75
81
  raise TypeError("Expected argument 'type' to be a str")
76
82
  pulumi.set(__self__, "type", type)
77
83
 
84
+ @property
85
+ @pulumi.getter(name="accessKeysAuthentication")
86
+ def access_keys_authentication(self) -> Optional[builtins.str]:
87
+ """
88
+ This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
89
+ """
90
+ return pulumi.get(self, "access_keys_authentication")
91
+
78
92
  @property
79
93
  @pulumi.getter(name="azureApiVersion")
80
94
  def azure_api_version(self) -> builtins.str:
@@ -95,7 +109,7 @@ class GetDatabaseResult:
95
109
  @pulumi.getter(name="clusteringPolicy")
96
110
  def clustering_policy(self) -> Optional[builtins.str]:
97
111
  """
98
- Clustering policy - default is OSSCluster. Specified at create time.
112
+ Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.
99
113
  """
100
114
  return pulumi.get(self, "clustering_policy")
101
115
 
@@ -103,7 +117,7 @@ class GetDatabaseResult:
103
117
  @pulumi.getter(name="deferUpgrade")
104
118
  def defer_upgrade(self) -> Optional[builtins.str]:
105
119
  """
106
- Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
120
+ Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade
107
121
  """
108
122
  return pulumi.get(self, "defer_upgrade")
109
123
 
@@ -187,6 +201,14 @@ class GetDatabaseResult:
187
201
  """
188
202
  return pulumi.get(self, "resource_state")
189
203
 
204
+ @property
205
+ @pulumi.getter(name="systemData")
206
+ def system_data(self) -> 'outputs.SystemDataResponse':
207
+ """
208
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
209
+ """
210
+ return pulumi.get(self, "system_data")
211
+
190
212
  @property
191
213
  @pulumi.getter
192
214
  def type(self) -> builtins.str:
@@ -202,6 +224,7 @@ class AwaitableGetDatabaseResult(GetDatabaseResult):
202
224
  if False:
203
225
  yield self
204
226
  return GetDatabaseResult(
227
+ access_keys_authentication=self.access_keys_authentication,
205
228
  azure_api_version=self.azure_api_version,
206
229
  client_protocol=self.client_protocol,
207
230
  clustering_policy=self.clustering_policy,
@@ -216,6 +239,7 @@ class AwaitableGetDatabaseResult(GetDatabaseResult):
216
239
  provisioning_state=self.provisioning_state,
217
240
  redis_version=self.redis_version,
218
241
  resource_state=self.resource_state,
242
+ system_data=self.system_data,
219
243
  type=self.type)
220
244
 
221
245
 
@@ -224,14 +248,14 @@ def get_database(cluster_name: Optional[builtins.str] = None,
224
248
  resource_group_name: Optional[builtins.str] = None,
225
249
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseResult:
226
250
  """
227
- Gets information about a database in a RedisEnterprise cluster.
251
+ Gets information about a database in a Redis Enterprise cluster.
228
252
 
229
- Uses Azure REST API version 2024-03-01-preview.
253
+ Uses Azure REST API version 2025-05-01-preview.
230
254
 
231
- 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.
255
+ 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.
232
256
 
233
257
 
234
- :param builtins.str cluster_name: The name of the Redis Enterprise cluster.
258
+ :param 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
235
259
  :param builtins.str database_name: The name of the Redis Enterprise database.
236
260
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
237
261
  """
@@ -243,6 +267,7 @@ def get_database(cluster_name: Optional[builtins.str] = None,
243
267
  __ret__ = pulumi.runtime.invoke('azure-native:redisenterprise:getDatabase', __args__, opts=opts, typ=GetDatabaseResult).value
244
268
 
245
269
  return AwaitableGetDatabaseResult(
270
+ access_keys_authentication=pulumi.get(__ret__, 'access_keys_authentication'),
246
271
  azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
247
272
  client_protocol=pulumi.get(__ret__, 'client_protocol'),
248
273
  clustering_policy=pulumi.get(__ret__, 'clustering_policy'),
@@ -257,20 +282,21 @@ def get_database(cluster_name: Optional[builtins.str] = None,
257
282
  provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
258
283
  redis_version=pulumi.get(__ret__, 'redis_version'),
259
284
  resource_state=pulumi.get(__ret__, 'resource_state'),
285
+ system_data=pulumi.get(__ret__, 'system_data'),
260
286
  type=pulumi.get(__ret__, 'type'))
261
287
  def get_database_output(cluster_name: Optional[pulumi.Input[builtins.str]] = None,
262
288
  database_name: Optional[pulumi.Input[builtins.str]] = None,
263
289
  resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
264
290
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseResult]:
265
291
  """
266
- Gets information about a database in a RedisEnterprise cluster.
292
+ Gets information about a database in a Redis Enterprise cluster.
267
293
 
268
- Uses Azure REST API version 2024-03-01-preview.
294
+ Uses Azure REST API version 2025-05-01-preview.
269
295
 
270
- 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.
296
+ 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.
271
297
 
272
298
 
273
- :param builtins.str cluster_name: The name of the Redis Enterprise cluster.
299
+ :param 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
274
300
  :param builtins.str database_name: The name of the Redis Enterprise database.
275
301
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
276
302
  """
@@ -281,6 +307,7 @@ def get_database_output(cluster_name: Optional[pulumi.Input[builtins.str]] = Non
281
307
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
282
308
  __ret__ = pulumi.runtime.invoke_output('azure-native:redisenterprise:getDatabase', __args__, opts=opts, typ=GetDatabaseResult)
283
309
  return __ret__.apply(lambda __response__: GetDatabaseResult(
310
+ access_keys_authentication=pulumi.get(__response__, 'access_keys_authentication'),
284
311
  azure_api_version=pulumi.get(__response__, 'azure_api_version'),
285
312
  client_protocol=pulumi.get(__response__, 'client_protocol'),
286
313
  clustering_policy=pulumi.get(__response__, 'clustering_policy'),
@@ -295,4 +322,5 @@ def get_database_output(cluster_name: Optional[pulumi.Input[builtins.str]] = Non
295
322
  provisioning_state=pulumi.get(__response__, 'provisioning_state'),
296
323
  redis_version=pulumi.get(__response__, 'redis_version'),
297
324
  resource_state=pulumi.get(__response__, 'resource_state'),
325
+ system_data=pulumi.get(__response__, 'system_data'),
298
326
  type=pulumi.get(__response__, 'type')))
@@ -128,14 +128,14 @@ def get_private_endpoint_connection(cluster_name: Optional[builtins.str] = None,
128
128
  resource_group_name: Optional[builtins.str] = None,
129
129
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
130
130
  """
131
- Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
131
+ Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
132
132
 
133
- Uses Azure REST API version 2024-03-01-preview.
133
+ Uses Azure REST API version 2025-05-01-preview.
134
134
 
135
- 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.
135
+ 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.
136
136
 
137
137
 
138
- :param builtins.str cluster_name: The name of the Redis Enterprise cluster.
138
+ :param 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
139
139
  :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource
140
140
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
141
141
  """
@@ -159,14 +159,14 @@ def get_private_endpoint_connection_output(cluster_name: Optional[pulumi.Input[b
159
159
  resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
160
160
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
161
161
  """
162
- Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
162
+ Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
163
163
 
164
- Uses Azure REST API version 2024-03-01-preview.
164
+ Uses Azure REST API version 2025-05-01-preview.
165
165
 
166
- 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.
166
+ 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.
167
167
 
168
168
 
169
- :param builtins.str cluster_name: The name of the Redis Enterprise cluster.
169
+ :param 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
170
170
  :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource
171
171
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
172
172
  """