pulumi-azure-native 3.7.1__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.1.dist-info → pulumi_azure_native-3.8.0.dist-info}/METADATA +1 -1
  397. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0.dist-info}/RECORD +399 -394
  398. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0.dist-info}/WHEEL +0 -0
  399. {pulumi_azure_native-3.7.1.dist-info → pulumi_azure_native-3.8.0.dist-info}/top_level.txt +0 -0
@@ -138,11 +138,11 @@ class DataPlaneAuthOptionsArgs:
138
138
  if not MYPY:
139
139
  class EncryptionWithCmkArgsDict(TypedDict):
140
140
  """
141
- Describes a policy that determines how resources within the search service are to be encrypted with customer=managed keys.
141
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
142
142
  """
143
143
  enforcement: NotRequired[pulumi.Input['SearchEncryptionWithCmk']]
144
144
  """
145
- Describes how a search service should enforce having one or more non-customer-encrypted resources.
145
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
146
146
  """
147
147
  elif False:
148
148
  EncryptionWithCmkArgsDict: TypeAlias = Mapping[str, Any]
@@ -152,8 +152,8 @@ class EncryptionWithCmkArgs:
152
152
  def __init__(__self__, *,
153
153
  enforcement: Optional[pulumi.Input['SearchEncryptionWithCmk']] = None):
154
154
  """
155
- Describes a policy that determines how resources within the search service are to be encrypted with customer=managed keys.
156
- :param pulumi.Input['SearchEncryptionWithCmk'] enforcement: Describes how a search service should enforce having one or more non-customer-encrypted resources.
155
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
156
+ :param pulumi.Input['SearchEncryptionWithCmk'] enforcement: Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
157
157
  """
158
158
  if enforcement is not None:
159
159
  pulumi.set(__self__, "enforcement", enforcement)
@@ -162,7 +162,7 @@ class EncryptionWithCmkArgs:
162
162
  @pulumi.getter
163
163
  def enforcement(self) -> Optional[pulumi.Input['SearchEncryptionWithCmk']]:
164
164
  """
165
- Describes how a search service should enforce having one or more non-customer-encrypted resources.
165
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
166
166
  """
167
167
  return pulumi.get(self, "enforcement")
168
168
 
@@ -174,11 +174,15 @@ class EncryptionWithCmkArgs:
174
174
  if not MYPY:
175
175
  class IdentityArgsDict(TypedDict):
176
176
  """
177
- Identity for the resource.
177
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
178
178
  """
179
- type: pulumi.Input['IdentityType']
179
+ type: pulumi.Input[Union[builtins.str, 'IdentityType']]
180
180
  """
181
- The identity type.
181
+ 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.
182
+ """
183
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
184
+ """
185
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
182
186
  """
183
187
  elif False:
184
188
  IdentityArgsDict: TypeAlias = Mapping[str, Any]
@@ -186,34 +190,50 @@ elif False:
186
190
  @pulumi.input_type
187
191
  class IdentityArgs:
188
192
  def __init__(__self__, *,
189
- type: pulumi.Input['IdentityType']):
193
+ type: pulumi.Input[Union[builtins.str, 'IdentityType']],
194
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
190
195
  """
191
- Identity for the resource.
192
- :param pulumi.Input['IdentityType'] type: The identity type.
196
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
197
+ :param pulumi.Input[Union[builtins.str, 'IdentityType']] type: 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.
198
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
193
199
  """
194
200
  pulumi.set(__self__, "type", type)
201
+ if user_assigned_identities is not None:
202
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
195
203
 
196
204
  @property
197
205
  @pulumi.getter
198
- def type(self) -> pulumi.Input['IdentityType']:
206
+ def type(self) -> pulumi.Input[Union[builtins.str, 'IdentityType']]:
199
207
  """
200
- The identity type.
208
+ 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.
201
209
  """
202
210
  return pulumi.get(self, "type")
203
211
 
204
212
  @type.setter
205
- def type(self, value: pulumi.Input['IdentityType']):
213
+ def type(self, value: pulumi.Input[Union[builtins.str, 'IdentityType']]):
206
214
  pulumi.set(self, "type", value)
207
215
 
216
+ @property
217
+ @pulumi.getter(name="userAssignedIdentities")
218
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
219
+ """
220
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
221
+ """
222
+ return pulumi.get(self, "user_assigned_identities")
223
+
224
+ @user_assigned_identities.setter
225
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
226
+ pulumi.set(self, "user_assigned_identities", value)
227
+
208
228
 
209
229
  if not MYPY:
210
230
  class IpRuleArgsDict(TypedDict):
211
231
  """
212
- The IP restriction rule of the search service.
232
+ The IP restriction rule of the Azure AI Search service.
213
233
  """
214
234
  value: NotRequired[pulumi.Input[builtins.str]]
215
235
  """
216
- Value corresponding to a single IPv4 address (for example, 123.1.2.3) or an IP range in CIDR format (for example, 123.1.2.3/24) to be allowed.
236
+ Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
217
237
  """
218
238
  elif False:
219
239
  IpRuleArgsDict: TypeAlias = Mapping[str, Any]
@@ -223,8 +243,8 @@ class IpRuleArgs:
223
243
  def __init__(__self__, *,
224
244
  value: Optional[pulumi.Input[builtins.str]] = None):
225
245
  """
226
- The IP restriction rule of the search service.
227
- :param pulumi.Input[builtins.str] value: Value corresponding to a single IPv4 address (for example, 123.1.2.3) or an IP range in CIDR format (for example, 123.1.2.3/24) to be allowed.
246
+ The IP restriction rule of the Azure AI Search service.
247
+ :param pulumi.Input[builtins.str] value: Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
228
248
  """
229
249
  if value is not None:
230
250
  pulumi.set(__self__, "value", value)
@@ -233,7 +253,7 @@ class IpRuleArgs:
233
253
  @pulumi.getter
234
254
  def value(self) -> Optional[pulumi.Input[builtins.str]]:
235
255
  """
236
- Value corresponding to a single IPv4 address (for example, 123.1.2.3) or an IP range in CIDR format (for example, 123.1.2.3/24) to be allowed.
256
+ Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
237
257
  """
238
258
  return pulumi.get(self, "value")
239
259
 
@@ -245,11 +265,15 @@ class IpRuleArgs:
245
265
  if not MYPY:
246
266
  class NetworkRuleSetArgsDict(TypedDict):
247
267
  """
248
- Network-specific rules that determine how the search service can be reached.
268
+ Network specific rules that determine how the Azure AI Search service may be reached.
269
+ """
270
+ bypass: NotRequired[pulumi.Input[Union[builtins.str, 'SearchBypass']]]
271
+ """
272
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
249
273
  """
250
274
  ip_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpRuleArgsDict']]]]
251
275
  """
252
- A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.
276
+ A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
253
277
  """
254
278
  elif False:
255
279
  NetworkRuleSetArgsDict: TypeAlias = Mapping[str, Any]
@@ -257,19 +281,35 @@ elif False:
257
281
  @pulumi.input_type
258
282
  class NetworkRuleSetArgs:
259
283
  def __init__(__self__, *,
284
+ bypass: Optional[pulumi.Input[Union[builtins.str, 'SearchBypass']]] = None,
260
285
  ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]]] = None):
261
286
  """
262
- Network-specific rules that determine how the search service can be reached.
263
- :param pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]] ip_rules: A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.
287
+ Network specific rules that determine how the Azure AI Search service may be reached.
288
+ :param pulumi.Input[Union[builtins.str, 'SearchBypass']] bypass: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
289
+ :param pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]] ip_rules: A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
264
290
  """
291
+ if bypass is not None:
292
+ pulumi.set(__self__, "bypass", bypass)
265
293
  if ip_rules is not None:
266
294
  pulumi.set(__self__, "ip_rules", ip_rules)
267
295
 
296
+ @property
297
+ @pulumi.getter
298
+ def bypass(self) -> Optional[pulumi.Input[Union[builtins.str, 'SearchBypass']]]:
299
+ """
300
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
301
+ """
302
+ return pulumi.get(self, "bypass")
303
+
304
+ @bypass.setter
305
+ def bypass(self, value: Optional[pulumi.Input[Union[builtins.str, 'SearchBypass']]]):
306
+ pulumi.set(self, "bypass", value)
307
+
268
308
  @property
269
309
  @pulumi.getter(name="ipRules")
270
310
  def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]]]:
271
311
  """
272
- A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.
312
+ A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
273
313
  """
274
314
  return pulumi.get(self, "ip_rules")
275
315
 
@@ -285,7 +325,7 @@ if not MYPY:
285
325
  """
286
326
  id: NotRequired[pulumi.Input[builtins.str]]
287
327
  """
288
- The resource id of the private endpoint resource from Microsoft.Network provider.
328
+ The resource ID of the private endpoint resource from Microsoft.Network provider.
289
329
  """
290
330
  elif False:
291
331
  PrivateEndpointConnectionPropertiesPrivateEndpointArgsDict: TypeAlias = Mapping[str, Any]
@@ -296,7 +336,7 @@ class PrivateEndpointConnectionPropertiesPrivateEndpointArgs:
296
336
  id: Optional[pulumi.Input[builtins.str]] = None):
297
337
  """
298
338
  The private endpoint resource from Microsoft.Network provider.
299
- :param pulumi.Input[builtins.str] id: The resource id of the private endpoint resource from Microsoft.Network provider.
339
+ :param pulumi.Input[builtins.str] id: The resource ID of the private endpoint resource from Microsoft.Network provider.
300
340
  """
301
341
  if id is not None:
302
342
  pulumi.set(__self__, "id", id)
@@ -305,7 +345,7 @@ class PrivateEndpointConnectionPropertiesPrivateEndpointArgs:
305
345
  @pulumi.getter
306
346
  def id(self) -> Optional[pulumi.Input[builtins.str]]:
307
347
  """
308
- The resource id of the private endpoint resource from Microsoft.Network provider.
348
+ The resource ID of the private endpoint resource from Microsoft.Network provider.
309
349
  """
310
350
  return pulumi.get(self, "id")
311
351
 
@@ -317,7 +357,7 @@ class PrivateEndpointConnectionPropertiesPrivateEndpointArgs:
317
357
  if not MYPY:
318
358
  class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgsDict(TypedDict):
319
359
  """
320
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
360
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
321
361
  """
322
362
  actions_required: NotRequired[pulumi.Input[builtins.str]]
323
363
  """
@@ -341,7 +381,7 @@ class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs:
341
381
  description: Optional[pulumi.Input[builtins.str]] = None,
342
382
  status: Optional[pulumi.Input['PrivateLinkServiceConnectionStatus']] = None):
343
383
  """
344
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
384
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
345
385
  :param pulumi.Input[builtins.str] actions_required: A description of any extra actions that may be required.
346
386
  :param pulumi.Input[builtins.str] description: The description for the private link service connection state.
347
387
  :param pulumi.Input['PrivateLinkServiceConnectionStatus'] status: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
@@ -395,11 +435,11 @@ class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs:
395
435
  if not MYPY:
396
436
  class PrivateEndpointConnectionPropertiesArgsDict(TypedDict):
397
437
  """
398
- Describes the properties of an existing Private Endpoint connection to the search service.
438
+ Describes the properties of an existing private endpoint connection to the search service.
399
439
  """
400
440
  group_id: NotRequired[pulumi.Input[builtins.str]]
401
441
  """
402
- The group id from the provider of resource the private link service connection is for.
442
+ The group ID of the Azure resource for which the private link service is for.
403
443
  """
404
444
  private_endpoint: NotRequired[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgsDict']]
405
445
  """
@@ -407,11 +447,11 @@ if not MYPY:
407
447
  """
408
448
  private_link_service_connection_state: NotRequired[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgsDict']]
409
449
  """
410
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
450
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
411
451
  """
412
452
  provisioning_state: NotRequired[pulumi.Input[Union[builtins.str, 'PrivateLinkServiceConnectionProvisioningState']]]
413
453
  """
414
- The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete
454
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
415
455
  """
416
456
  elif False:
417
457
  PrivateEndpointConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
@@ -424,11 +464,11 @@ class PrivateEndpointConnectionPropertiesArgs:
424
464
  private_link_service_connection_state: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs']] = None,
425
465
  provisioning_state: Optional[pulumi.Input[Union[builtins.str, 'PrivateLinkServiceConnectionProvisioningState']]] = None):
426
466
  """
427
- Describes the properties of an existing Private Endpoint connection to the search service.
428
- :param pulumi.Input[builtins.str] group_id: The group id from the provider of resource the private link service connection is for.
467
+ Describes the properties of an existing private endpoint connection to the search service.
468
+ :param pulumi.Input[builtins.str] group_id: The group ID of the Azure resource for which the private link service is for.
429
469
  :param pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgs'] private_endpoint: The private endpoint resource from Microsoft.Network provider.
430
- :param pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
431
- :param pulumi.Input[Union[builtins.str, 'PrivateLinkServiceConnectionProvisioningState']] provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete
470
+ :param pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Describes the current state of an existing Azure Private Link service connection to the private endpoint.
471
+ :param pulumi.Input[Union[builtins.str, 'PrivateLinkServiceConnectionProvisioningState']] provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
432
472
  """
433
473
  if group_id is not None:
434
474
  pulumi.set(__self__, "group_id", group_id)
@@ -443,7 +483,7 @@ class PrivateEndpointConnectionPropertiesArgs:
443
483
  @pulumi.getter(name="groupId")
444
484
  def group_id(self) -> Optional[pulumi.Input[builtins.str]]:
445
485
  """
446
- The group id from the provider of resource the private link service connection is for.
486
+ The group ID of the Azure resource for which the private link service is for.
447
487
  """
448
488
  return pulumi.get(self, "group_id")
449
489
 
@@ -467,7 +507,7 @@ class PrivateEndpointConnectionPropertiesArgs:
467
507
  @pulumi.getter(name="privateLinkServiceConnectionState")
468
508
  def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs']]:
469
509
  """
470
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
510
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
471
511
  """
472
512
  return pulumi.get(self, "private_link_service_connection_state")
473
513
 
@@ -479,7 +519,7 @@ class PrivateEndpointConnectionPropertiesArgs:
479
519
  @pulumi.getter(name="provisioningState")
480
520
  def provisioning_state(self) -> Optional[pulumi.Input[Union[builtins.str, 'PrivateLinkServiceConnectionProvisioningState']]]:
481
521
  """
482
- The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete
522
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
483
523
  """
484
524
  return pulumi.get(self, "provisioning_state")
485
525
 
@@ -491,29 +531,29 @@ class PrivateEndpointConnectionPropertiesArgs:
491
531
  if not MYPY:
492
532
  class SharedPrivateLinkResourcePropertiesArgsDict(TypedDict):
493
533
  """
494
- Describes the properties of an existing Shared Private Link Resource managed by the search service.
534
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
495
535
  """
496
536
  group_id: NotRequired[pulumi.Input[builtins.str]]
497
537
  """
498
- The group id from the provider of resource the shared private link resource is for.
538
+ The group ID from the provider of resource the shared private link resource is for.
499
539
  """
500
540
  private_link_resource_id: NotRequired[pulumi.Input[builtins.str]]
501
541
  """
502
- The resource id of the resource the shared private link resource is for.
542
+ The resource ID of the resource the shared private link resource is for.
503
543
  """
504
- provisioning_state: NotRequired[pulumi.Input['SharedPrivateLinkResourceProvisioningState']]
544
+ provisioning_state: NotRequired[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceProvisioningState']]]
505
545
  """
506
546
  The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
507
547
  """
508
548
  request_message: NotRequired[pulumi.Input[builtins.str]]
509
549
  """
510
- The request message for requesting approval of the shared private link resource.
550
+ The message for requesting approval of the shared private link resource.
511
551
  """
512
552
  resource_region: NotRequired[pulumi.Input[builtins.str]]
513
553
  """
514
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
554
+ Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
515
555
  """
516
- status: NotRequired[pulumi.Input['SharedPrivateLinkResourceStatus']]
556
+ status: NotRequired[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceStatus']]]
517
557
  """
518
558
  Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
519
559
  """
@@ -525,18 +565,18 @@ class SharedPrivateLinkResourcePropertiesArgs:
525
565
  def __init__(__self__, *,
526
566
  group_id: Optional[pulumi.Input[builtins.str]] = None,
527
567
  private_link_resource_id: Optional[pulumi.Input[builtins.str]] = None,
528
- provisioning_state: Optional[pulumi.Input['SharedPrivateLinkResourceProvisioningState']] = None,
568
+ provisioning_state: Optional[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceProvisioningState']]] = None,
529
569
  request_message: Optional[pulumi.Input[builtins.str]] = None,
530
570
  resource_region: Optional[pulumi.Input[builtins.str]] = None,
531
- status: Optional[pulumi.Input['SharedPrivateLinkResourceStatus']] = None):
571
+ status: Optional[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceStatus']]] = None):
532
572
  """
533
- Describes the properties of an existing Shared Private Link Resource managed by the search service.
534
- :param pulumi.Input[builtins.str] group_id: The group id from the provider of resource the shared private link resource is for.
535
- :param pulumi.Input[builtins.str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
536
- :param pulumi.Input['SharedPrivateLinkResourceProvisioningState'] provisioning_state: The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
537
- :param pulumi.Input[builtins.str] request_message: The request message for requesting approval of the shared private link resource.
538
- :param pulumi.Input[builtins.str] resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
539
- :param pulumi.Input['SharedPrivateLinkResourceStatus'] status: Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
573
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
574
+ :param pulumi.Input[builtins.str] group_id: The group ID from the provider of resource the shared private link resource is for.
575
+ :param pulumi.Input[builtins.str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
576
+ :param pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceProvisioningState']] provisioning_state: The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
577
+ :param pulumi.Input[builtins.str] request_message: The message for requesting approval of the shared private link resource.
578
+ :param pulumi.Input[builtins.str] resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
579
+ :param pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceStatus']] status: Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
540
580
  """
541
581
  if group_id is not None:
542
582
  pulumi.set(__self__, "group_id", group_id)
@@ -555,7 +595,7 @@ class SharedPrivateLinkResourcePropertiesArgs:
555
595
  @pulumi.getter(name="groupId")
556
596
  def group_id(self) -> Optional[pulumi.Input[builtins.str]]:
557
597
  """
558
- The group id from the provider of resource the shared private link resource is for.
598
+ The group ID from the provider of resource the shared private link resource is for.
559
599
  """
560
600
  return pulumi.get(self, "group_id")
561
601
 
@@ -567,7 +607,7 @@ class SharedPrivateLinkResourcePropertiesArgs:
567
607
  @pulumi.getter(name="privateLinkResourceId")
568
608
  def private_link_resource_id(self) -> Optional[pulumi.Input[builtins.str]]:
569
609
  """
570
- The resource id of the resource the shared private link resource is for.
610
+ The resource ID of the resource the shared private link resource is for.
571
611
  """
572
612
  return pulumi.get(self, "private_link_resource_id")
573
613
 
@@ -577,21 +617,21 @@ class SharedPrivateLinkResourcePropertiesArgs:
577
617
 
578
618
  @property
579
619
  @pulumi.getter(name="provisioningState")
580
- def provisioning_state(self) -> Optional[pulumi.Input['SharedPrivateLinkResourceProvisioningState']]:
620
+ def provisioning_state(self) -> Optional[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceProvisioningState']]]:
581
621
  """
582
622
  The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
583
623
  """
584
624
  return pulumi.get(self, "provisioning_state")
585
625
 
586
626
  @provisioning_state.setter
587
- def provisioning_state(self, value: Optional[pulumi.Input['SharedPrivateLinkResourceProvisioningState']]):
627
+ def provisioning_state(self, value: Optional[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceProvisioningState']]]):
588
628
  pulumi.set(self, "provisioning_state", value)
589
629
 
590
630
  @property
591
631
  @pulumi.getter(name="requestMessage")
592
632
  def request_message(self) -> Optional[pulumi.Input[builtins.str]]:
593
633
  """
594
- The request message for requesting approval of the shared private link resource.
634
+ The message for requesting approval of the shared private link resource.
595
635
  """
596
636
  return pulumi.get(self, "request_message")
597
637
 
@@ -603,7 +643,7 @@ class SharedPrivateLinkResourcePropertiesArgs:
603
643
  @pulumi.getter(name="resourceRegion")
604
644
  def resource_region(self) -> Optional[pulumi.Input[builtins.str]]:
605
645
  """
606
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
646
+ Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
607
647
  """
608
648
  return pulumi.get(self, "resource_region")
609
649
 
@@ -613,14 +653,14 @@ class SharedPrivateLinkResourcePropertiesArgs:
613
653
 
614
654
  @property
615
655
  @pulumi.getter
616
- def status(self) -> Optional[pulumi.Input['SharedPrivateLinkResourceStatus']]:
656
+ def status(self) -> Optional[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceStatus']]]:
617
657
  """
618
658
  Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
619
659
  """
620
660
  return pulumi.get(self, "status")
621
661
 
622
662
  @status.setter
623
- def status(self, value: Optional[pulumi.Input['SharedPrivateLinkResourceStatus']]):
663
+ def status(self, value: Optional[pulumi.Input[Union[builtins.str, 'SharedPrivateLinkResourceStatus']]]):
624
664
  pulumi.set(self, "status", value)
625
665
 
626
666
 
@@ -629,7 +669,7 @@ if not MYPY:
629
669
  """
630
670
  Defines the SKU of a search service, which determines billing rate and capacity limits.
631
671
  """
632
- name: NotRequired[pulumi.Input['SkuName']]
672
+ name: NotRequired[pulumi.Input[Union[builtins.str, 'SkuName']]]
633
673
  """
634
674
  The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
635
675
  """
@@ -639,24 +679,24 @@ elif False:
639
679
  @pulumi.input_type
640
680
  class SkuArgs:
641
681
  def __init__(__self__, *,
642
- name: Optional[pulumi.Input['SkuName']] = None):
682
+ name: Optional[pulumi.Input[Union[builtins.str, 'SkuName']]] = None):
643
683
  """
644
684
  Defines the SKU of a search service, which determines billing rate and capacity limits.
645
- :param pulumi.Input['SkuName'] name: The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
685
+ :param pulumi.Input[Union[builtins.str, 'SkuName']] name: The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
646
686
  """
647
687
  if name is not None:
648
688
  pulumi.set(__self__, "name", name)
649
689
 
650
690
  @property
651
691
  @pulumi.getter
652
- def name(self) -> Optional[pulumi.Input['SkuName']]:
692
+ def name(self) -> Optional[pulumi.Input[Union[builtins.str, 'SkuName']]]:
653
693
  """
654
694
  The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
655
695
  """
656
696
  return pulumi.get(self, "name")
657
697
 
658
698
  @name.setter
659
- def name(self, value: Optional[pulumi.Input['SkuName']]):
699
+ def name(self, value: Optional[pulumi.Input[Union[builtins.str, 'SkuName']]]):
660
700
  pulumi.set(self, "name", value)
661
701
 
662
702
 
@@ -26,9 +26,9 @@ __all__ = [
26
26
  @pulumi.output_type
27
27
  class GetPrivateEndpointConnectionResult:
28
28
  """
29
- Describes an existing private endpoint connection to the search service.
29
+ Describes an existing private endpoint connection to the Azure AI Search service.
30
30
  """
31
- def __init__(__self__, azure_api_version=None, id=None, name=None, properties=None, type=None):
31
+ def __init__(__self__, azure_api_version=None, id=None, name=None, properties=None, system_data=None, type=None):
32
32
  if azure_api_version and not isinstance(azure_api_version, str):
33
33
  raise TypeError("Expected argument 'azure_api_version' to be a str")
34
34
  pulumi.set(__self__, "azure_api_version", azure_api_version)
@@ -41,6 +41,9 @@ class GetPrivateEndpointConnectionResult:
41
41
  if properties and not isinstance(properties, dict):
42
42
  raise TypeError("Expected argument 'properties' to be a dict")
43
43
  pulumi.set(__self__, "properties", properties)
44
+ if system_data and not isinstance(system_data, dict):
45
+ raise TypeError("Expected argument 'system_data' to be a dict")
46
+ pulumi.set(__self__, "system_data", system_data)
44
47
  if type and not isinstance(type, str):
45
48
  raise TypeError("Expected argument 'type' to be a str")
46
49
  pulumi.set(__self__, "type", type)
@@ -57,7 +60,7 @@ class GetPrivateEndpointConnectionResult:
57
60
  @pulumi.getter
58
61
  def id(self) -> builtins.str:
59
62
  """
60
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
63
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
61
64
  """
62
65
  return pulumi.get(self, "id")
63
66
 
@@ -73,10 +76,18 @@ class GetPrivateEndpointConnectionResult:
73
76
  @pulumi.getter
74
77
  def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
75
78
  """
76
- Describes the properties of an existing private endpoint connection to the search service.
79
+ Describes the properties of an existing private endpoint connection to the Azure AI Search service.
77
80
  """
78
81
  return pulumi.get(self, "properties")
79
82
 
83
+ @property
84
+ @pulumi.getter(name="systemData")
85
+ def system_data(self) -> 'outputs.SystemDataResponse':
86
+ """
87
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
88
+ """
89
+ return pulumi.get(self, "system_data")
90
+
80
91
  @property
81
92
  @pulumi.getter
82
93
  def type(self) -> builtins.str:
@@ -96,6 +107,7 @@ class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionRe
96
107
  id=self.id,
97
108
  name=self.name,
98
109
  properties=self.properties,
110
+ system_data=self.system_data,
99
111
  type=self.type)
100
112
 
101
113
 
@@ -106,14 +118,14 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[b
106
118
  """
107
119
  Gets the details of the private endpoint connection to the search service in the given resource group.
108
120
 
109
- Uses Azure REST API version 2023-11-01.
121
+ Uses Azure REST API version 2025-05-01.
110
122
 
111
- Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
+ Other available API versions: 2022-09-01, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
124
 
113
125
 
114
- :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection to the search service with the specified resource group.
126
+ :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection to the Azure AI Search service with the specified resource group.
115
127
  :param builtins.str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
116
- :param builtins.str search_service_name: The name of the search service associated with the specified resource group.
128
+ :param builtins.str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
117
129
  """
118
130
  __args__ = dict()
119
131
  __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
@@ -127,6 +139,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[b
127
139
  id=pulumi.get(__ret__, 'id'),
128
140
  name=pulumi.get(__ret__, 'name'),
129
141
  properties=pulumi.get(__ret__, 'properties'),
142
+ system_data=pulumi.get(__ret__, 'system_data'),
130
143
  type=pulumi.get(__ret__, 'type'))
131
144
  def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[builtins.str]] = None,
132
145
  resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
@@ -135,14 +148,14 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
135
148
  """
136
149
  Gets the details of the private endpoint connection to the search service in the given resource group.
137
150
 
138
- Uses Azure REST API version 2023-11-01.
151
+ Uses Azure REST API version 2025-05-01.
139
152
 
140
- Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
153
+ Other available API versions: 2022-09-01, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
141
154
 
142
155
 
143
- :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection to the search service with the specified resource group.
156
+ :param builtins.str private_endpoint_connection_name: The name of the private endpoint connection to the Azure AI Search service with the specified resource group.
144
157
  :param builtins.str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
145
- :param builtins.str search_service_name: The name of the search service associated with the specified resource group.
158
+ :param builtins.str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
146
159
  """
147
160
  __args__ = dict()
148
161
  __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
@@ -155,4 +168,5 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
155
168
  id=pulumi.get(__response__, 'id'),
156
169
  name=pulumi.get(__response__, 'name'),
157
170
  properties=pulumi.get(__response__, 'properties'),
171
+ system_data=pulumi.get(__response__, 'system_data'),
158
172
  type=pulumi.get(__response__, 'type')))