pulumi-azure-native 2.46.0a1718025681__py3-none-any.whl → 2.46.0a1718982238__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 (734) hide show
  1. pulumi_azure_native/__init__.py +129 -22
  2. pulumi_azure_native/authorization/_inputs.py +16 -0
  3. pulumi_azure_native/authorization/outputs.py +14 -0
  4. pulumi_azure_native/authorization/v20230401/_inputs.py +16 -0
  5. pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +14 -1
  6. pulumi_azure_native/authorization/v20230401/outputs.py +14 -0
  7. pulumi_azure_native/authorization/v20230401/policy_assignment.py +29 -0
  8. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -1
  9. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -0
  10. pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +3 -3
  11. pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +8 -8
  12. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  13. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  14. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  15. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  16. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  17. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  18. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  19. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  20. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  21. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  22. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  23. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  24. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  25. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  26. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  27. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  28. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  29. pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +20 -0
  30. pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +102 -0
  31. pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +856 -0
  32. pulumi_azure_native/{securitydevops/v20220901preview/azure_dev_ops_connector.py → azuredatatransfer/v20240507/connection.py} +48 -38
  33. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +332 -0
  34. pulumi_azure_native/{securitydevops/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_connection.py} +30 -24
  35. pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +188 -0
  36. pulumi_azure_native/{securitydevops/v20220901preview/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_pipeline.py} +31 -23
  37. pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +80 -0
  38. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +92 -0
  39. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +92 -0
  40. pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +110 -0
  41. pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +2038 -0
  42. pulumi_azure_native/{securitydevops/azure_dev_ops_connector.py → azuredatatransfer/v20240507/pipeline.py} +52 -44
  43. pulumi_azure_native/containerservice/__init__.py +3 -0
  44. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  45. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  46. pulumi_azure_native/containerservice/get_load_balancer.py +4 -0
  47. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  48. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  49. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  50. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  51. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  52. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  53. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  54. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  55. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  56. pulumi_azure_native/containerservice/load_balancer.py +5 -1
  57. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  58. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  59. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  60. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  61. pulumi_azure_native/containerservice/snapshot.py +3 -3
  62. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  63. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  64. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  66. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  68. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  73. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  74. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  78. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  80. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  81. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  82. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  83. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  84. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  90. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  92. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  93. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  94. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  95. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  96. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  97. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  99. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  100. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  101. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  102. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  103. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  104. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  105. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  106. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  107. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  108. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  109. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  111. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  112. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  113. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  115. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  116. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  117. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  118. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  119. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  120. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  121. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  122. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  123. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  124. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  125. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  126. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  134. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  135. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  136. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  137. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  138. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  139. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  151. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  152. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  153. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  161. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  162. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  164. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  165. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  166. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  175. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  176. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  177. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  178. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  179. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  180. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  181. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  182. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  184. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  185. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  186. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  187. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  188. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  189. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  190. pulumi_azure_native/containerservice/v20240402preview/__init__.py +29 -0
  191. pulumi_azure_native/containerservice/v20240402preview/_enums.py +874 -0
  192. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +7030 -0
  193. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1686 -0
  194. pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +812 -0
  195. pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +201 -0
  196. pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +162 -0
  197. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +833 -0
  198. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +183 -0
  199. pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +149 -0
  200. pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +248 -0
  201. pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +162 -0
  202. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +84 -0
  203. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  204. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +89 -0
  205. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +363 -0
  206. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +274 -0
  207. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1590 -0
  208. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +292 -0
  209. pulumi_azure_native/containerservice/v20240402preview/outputs.py +8189 -0
  210. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +246 -0
  211. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +342 -0
  212. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +255 -0
  213. pulumi_azure_native/datafactory/_enums.py +1 -0
  214. pulumi_azure_native/datafactory/_inputs.py +139 -2
  215. pulumi_azure_native/datafactory/outputs.py +139 -2
  216. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  217. pulumi_azure_native/datafactory/v20180601/_inputs.py +139 -2
  218. pulumi_azure_native/datafactory/v20180601/outputs.py +139 -2
  219. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  220. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  221. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  222. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  223. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  224. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  225. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  226. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  227. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  228. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  229. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  230. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  231. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  232. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  233. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  234. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  235. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  236. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  237. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  238. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  239. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  240. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  241. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  242. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  252. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  253. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  254. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  255. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  256. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  257. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  258. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  259. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  260. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  261. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  262. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  263. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  264. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  265. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  266. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  267. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  268. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  331. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  332. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  333. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  334. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  335. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  336. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  337. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +33 -0
  338. pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +323 -0
  339. pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +1398 -0
  340. pulumi_azure_native/{securitydevops/v20220901preview/git_hub_connector.py → desktopvirtualization/v20240408preview/app_attach_package.py} +55 -53
  341. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +536 -0
  342. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +556 -0
  343. pulumi_azure_native/{securitydevops/v20220901preview/get_git_hub_connector.py → desktopvirtualization/v20240408preview/get_app_attach_package.py} +25 -25
  344. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +305 -0
  345. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +326 -0
  346. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +599 -0
  347. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +266 -0
  349. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +175 -0
  350. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +175 -0
  351. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +326 -0
  352. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +461 -0
  353. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +344 -0
  354. pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +313 -0
  355. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1128 -0
  356. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +505 -0
  357. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +1771 -0
  358. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +247 -0
  359. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +247 -0
  360. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +597 -0
  361. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +957 -0
  362. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +680 -0
  363. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +525 -0
  364. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  365. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
  366. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  367. pulumi_azure_native/documentdb/v20240301preview/outputs.py +53 -92
  368. pulumi_azure_native/documentdb/v20240515/_enums.py +9 -0
  369. pulumi_azure_native/documentdb/v20240515/_inputs.py +248 -0
  370. pulumi_azure_native/documentdb/v20240515/service.py +16 -57
  371. pulumi_azure_native/machinelearningservices/_inputs.py +55 -0
  372. pulumi_azure_native/machinelearningservices/connection_deployment.py +28 -7
  373. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +12 -2
  374. pulumi_azure_native/machinelearningservices/outputs.py +75 -0
  375. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +21 -3
  376. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +16 -2
  377. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +76 -344
  378. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +28 -7
  379. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +28 -7
  380. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +12 -2
  381. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +12 -2
  382. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +91 -395
  383. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  384. pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
  385. pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
  386. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  387. pulumi_azure_native/monitor/v20231001preview/outputs.py +53 -92
  388. pulumi_azure_native/netapp/__init__.py +3 -0
  389. pulumi_azure_native/netapp/account.py +3 -3
  390. pulumi_azure_native/netapp/backup.py +2 -2
  391. pulumi_azure_native/netapp/backup_policy.py +3 -3
  392. pulumi_azure_native/netapp/backup_vault.py +3 -3
  393. pulumi_azure_native/netapp/get_account.py +2 -2
  394. pulumi_azure_native/netapp/get_backup.py +2 -2
  395. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  396. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  397. pulumi_azure_native/netapp/get_pool.py +2 -2
  398. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  399. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  400. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  401. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  402. pulumi_azure_native/netapp/get_volume.py +2 -2
  403. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  404. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  405. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  406. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  407. pulumi_azure_native/netapp/pool.py +3 -3
  408. pulumi_azure_native/netapp/snapshot.py +3 -3
  409. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  410. pulumi_azure_native/netapp/subvolume.py +3 -3
  411. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  412. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  413. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  414. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  415. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  416. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  417. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  418. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  419. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  420. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  421. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  422. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  423. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  424. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  425. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  426. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  427. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  428. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  429. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  430. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  431. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  432. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  433. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  434. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  435. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  436. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  437. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  438. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  439. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  440. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  441. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  442. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  443. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  444. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  445. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  446. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  447. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  448. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  449. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  450. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  451. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  452. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  453. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  454. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  455. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  456. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  457. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  458. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  459. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  460. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  461. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  462. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  463. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  464. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  465. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  466. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  467. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  468. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  469. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  470. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  471. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  472. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  473. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  474. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  475. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  476. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  477. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  478. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  479. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  480. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  481. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  482. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  483. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  484. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  485. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  486. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  487. pulumi_azure_native/netapp/v20231101preview/__init__.py +35 -0
  488. pulumi_azure_native/netapp/v20231101preview/_enums.py +565 -0
  489. pulumi_azure_native/netapp/v20231101preview/_inputs.py +2355 -0
  490. pulumi_azure_native/netapp/v20231101preview/account.py +380 -0
  491. pulumi_azure_native/netapp/v20231101preview/backup.py +397 -0
  492. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +409 -0
  493. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +253 -0
  494. pulumi_azure_native/netapp/v20231101preview/get_account.py +248 -0
  495. pulumi_azure_native/netapp/v20231101preview/get_backup.py +271 -0
  496. pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +266 -0
  497. pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +162 -0
  498. pulumi_azure_native/netapp/v20231101preview/get_pool.py +279 -0
  499. pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +185 -0
  500. pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +240 -0
  501. pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +185 -0
  502. pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +249 -0
  503. pulumi_azure_native/netapp/v20231101preview/get_volume.py +921 -0
  504. pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +162 -0
  505. pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +93 -0
  506. pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +211 -0
  507. pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +89 -0
  508. pulumi_azure_native/netapp/v20231101preview/outputs.py +3148 -0
  509. pulumi_azure_native/netapp/v20231101preview/pool.py +457 -0
  510. pulumi_azure_native/netapp/v20231101preview/snapshot.py +286 -0
  511. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +409 -0
  512. pulumi_azure_native/netapp/v20231101preview/subvolume.py +324 -0
  513. pulumi_azure_native/netapp/v20231101preview/volume.py +1702 -0
  514. pulumi_azure_native/netapp/v20231101preview/volume_group.py +274 -0
  515. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +383 -0
  516. pulumi_azure_native/netapp/volume.py +3 -3
  517. pulumi_azure_native/netapp/volume_group.py +3 -3
  518. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  519. pulumi_azure_native/pulumi-plugin.json +1 -1
  520. pulumi_azure_native/purview/__init__.py +3 -0
  521. pulumi_azure_native/purview/account.py +3 -3
  522. pulumi_azure_native/purview/get_account.py +2 -2
  523. pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
  524. pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
  525. pulumi_azure_native/purview/kafka_configuration.py +3 -3
  526. pulumi_azure_native/purview/list_account_keys.py +2 -2
  527. pulumi_azure_native/purview/list_feature_account.py +2 -2
  528. pulumi_azure_native/purview/list_feature_subscription.py +2 -2
  529. pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
  530. pulumi_azure_native/purview/v20201201preview/account.py +1 -1
  531. pulumi_azure_native/purview/v20210701/account.py +1 -1
  532. pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
  533. pulumi_azure_native/purview/v20211201/account.py +1 -1
  534. pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
  535. pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
  536. pulumi_azure_native/purview/v20230501preview/account.py +1 -1
  537. pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
  538. pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
  539. pulumi_azure_native/purview/v20240401preview/__init__.py +19 -0
  540. pulumi_azure_native/purview/v20240401preview/_enums.py +107 -0
  541. pulumi_azure_native/purview/v20240401preview/_inputs.py +245 -0
  542. pulumi_azure_native/purview/v20240401preview/account.py +588 -0
  543. pulumi_azure_native/purview/v20240401preview/get_account.py +404 -0
  544. pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +211 -0
  545. pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +162 -0
  546. pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +390 -0
  547. pulumi_azure_native/purview/v20240401preview/list_account_keys.py +91 -0
  548. pulumi_azure_native/purview/v20240401preview/list_feature_account.py +83 -0
  549. pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +78 -0
  550. pulumi_azure_native/purview/v20240401preview/outputs.py +1140 -0
  551. pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +255 -0
  552. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  553. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  554. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  555. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  556. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  557. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +4 -0
  558. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  559. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  560. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  561. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  562. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  563. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  564. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  565. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  566. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  567. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  568. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +5 -1
  569. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  570. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  571. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  572. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  573. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  574. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  575. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  576. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  577. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  578. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  579. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  580. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  581. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  582. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  583. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  584. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  585. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  586. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  587. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  588. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  589. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  590. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  591. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  592. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  593. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  594. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  595. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  596. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  597. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  598. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  599. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  600. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  601. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  602. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  603. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  604. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  605. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  606. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  607. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  608. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  609. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  610. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  611. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  612. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  613. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  614. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  615. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  616. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  617. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  618. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  619. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  620. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  621. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  622. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  623. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  624. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  625. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  626. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  627. pulumi_azure_native/recoveryservices/v20240401/__init__.py +22 -0
  628. pulumi_azure_native/recoveryservices/v20240401/_enums.py +179 -0
  629. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +15590 -7231
  630. pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +141 -0
  631. pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +146 -0
  632. pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +146 -0
  633. pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +136 -0
  634. pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +146 -0
  635. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +133 -0
  636. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +146 -0
  637. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +136 -0
  638. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +141 -0
  639. pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +146 -0
  640. pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +141 -0
  641. pulumi_azure_native/recoveryservices/v20240401/outputs.py +30462 -8186
  642. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +215 -0
  643. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +259 -0
  644. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +258 -0
  645. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +216 -0
  646. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +258 -0
  647. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +248 -0
  648. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +258 -0
  649. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +217 -0
  650. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +237 -0
  651. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +257 -0
  652. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +236 -0
  653. pulumi_azure_native/resourcegraph/__init__.py +9 -0
  654. pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
  655. pulumi_azure_native/resourcegraph/graph_query.py +3 -3
  656. pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
  657. pulumi_azure_native/{securitydevops/_enums.py → resourcegraph/v20190401/__init__.py} +5 -10
  658. pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +200 -0
  659. pulumi_azure_native/resourcegraph/v20190401/graph_query.py +320 -0
  660. pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
  661. pulumi_azure_native/{securitydevops/v20220901preview/_enums.py → resourcegraph/v20210301/__init__.py} +5 -10
  662. pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +200 -0
  663. pulumi_azure_native/resourcegraph/v20210301/graph_query.py +320 -0
  664. pulumi_azure_native/resourcegraph/v20221001/__init__.py +9 -0
  665. pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +200 -0
  666. pulumi_azure_native/resourcegraph/v20221001/graph_query.py +320 -0
  667. pulumi_azure_native/storagemover/__init__.py +3 -0
  668. pulumi_azure_native/storagemover/agent.py +3 -3
  669. pulumi_azure_native/storagemover/endpoint.py +3 -3
  670. pulumi_azure_native/storagemover/get_agent.py +2 -2
  671. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  672. pulumi_azure_native/storagemover/get_job_definition.py +2 -2
  673. pulumi_azure_native/storagemover/get_project.py +2 -2
  674. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  675. pulumi_azure_native/storagemover/job_definition.py +3 -3
  676. pulumi_azure_native/storagemover/project.py +3 -3
  677. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  678. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  679. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  680. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  681. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  682. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  683. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  684. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  685. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  686. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  687. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  688. pulumi_azure_native/storagemover/v20231001/agent.py +1 -1
  689. pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
  690. pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
  691. pulumi_azure_native/storagemover/v20231001/project.py +1 -1
  692. pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
  693. pulumi_azure_native/storagemover/v20240701/__init__.py +20 -0
  694. pulumi_azure_native/storagemover/v20240701/_enums.py +60 -0
  695. pulumi_azure_native/storagemover/v20240701/_inputs.py +529 -0
  696. pulumi_azure_native/storagemover/v20240701/agent.py +402 -0
  697. pulumi_azure_native/storagemover/v20240701/endpoint.py +217 -0
  698. pulumi_azure_native/storagemover/v20240701/get_agent.py +302 -0
  699. pulumi_azure_native/storagemover/v20240701/get_endpoint.py +136 -0
  700. pulumi_azure_native/storagemover/v20240701/get_job_definition.py +310 -0
  701. pulumi_azure_native/storagemover/v20240701/get_project.py +149 -0
  702. pulumi_azure_native/{securitydevops/get_git_hub_connector.py → storagemover/v20240701/get_storage_mover.py} +46 -35
  703. pulumi_azure_native/storagemover/v20240701/job_definition.py +483 -0
  704. pulumi_azure_native/storagemover/v20240701/outputs.py +774 -0
  705. pulumi_azure_native/storagemover/v20240701/project.py +224 -0
  706. pulumi_azure_native/{securitydevops/git_hub_connector.py → storagemover/v20240701/storage_mover.py} +63 -56
  707. pulumi_azure_native/videoindexer/__init__.py +5 -0
  708. pulumi_azure_native/videoindexer/_enums.py +10 -0
  709. pulumi_azure_native/videoindexer/_inputs.py +57 -0
  710. pulumi_azure_native/videoindexer/account.py +3 -3
  711. pulumi_azure_native/videoindexer/get_account.py +2 -2
  712. pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +177 -0
  713. pulumi_azure_native/videoindexer/outputs.py +88 -0
  714. pulumi_azure_native/videoindexer/private_endpoint_connection.py +249 -0
  715. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  716. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  717. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  718. pulumi_azure_native/{securitydevops/v20220901preview → videoindexer/v20240601preview}/__init__.py +4 -4
  719. pulumi_azure_native/videoindexer/v20240601preview/_enums.py +38 -0
  720. pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +218 -0
  721. pulumi_azure_native/videoindexer/v20240601preview/account.py +444 -0
  722. pulumi_azure_native/videoindexer/v20240601preview/get_account.py +274 -0
  723. pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +175 -0
  724. pulumi_azure_native/videoindexer/v20240601preview/outputs.py +582 -0
  725. pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +247 -0
  726. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/METADATA +1 -1
  727. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/RECORD +729 -584
  728. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/WHEEL +1 -1
  729. pulumi_azure_native/securitydevops/__init__.py +0 -22
  730. pulumi_azure_native/securitydevops/_inputs.py +0 -214
  731. pulumi_azure_native/securitydevops/outputs.py +0 -377
  732. pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +0 -214
  733. pulumi_azure_native/securitydevops/v20220901preview/outputs.py +0 -377
  734. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,162 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetPrivateEndpointConnectionResult',
15
+ 'AwaitableGetPrivateEndpointConnectionResult',
16
+ 'get_private_endpoint_connection',
17
+ 'get_private_endpoint_connection_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPrivateEndpointConnectionResult:
22
+ """
23
+ A private endpoint connection class.
24
+ """
25
+ def __init__(__self__, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
26
+ if id and not isinstance(id, str):
27
+ raise TypeError("Expected argument 'id' to be a str")
28
+ pulumi.set(__self__, "id", id)
29
+ if name and not isinstance(name, str):
30
+ raise TypeError("Expected argument 'name' to be a str")
31
+ pulumi.set(__self__, "name", name)
32
+ if private_endpoint and not isinstance(private_endpoint, dict):
33
+ raise TypeError("Expected argument 'private_endpoint' to be a dict")
34
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
35
+ if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
36
+ raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
37
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
38
+ if provisioning_state and not isinstance(provisioning_state, str):
39
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
40
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
41
+ if system_data and not isinstance(system_data, dict):
42
+ raise TypeError("Expected argument 'system_data' to be a dict")
43
+ pulumi.set(__self__, "system_data", system_data)
44
+ if type and not isinstance(type, str):
45
+ raise TypeError("Expected argument 'type' to be a str")
46
+ pulumi.set(__self__, "type", type)
47
+
48
+ @property
49
+ @pulumi.getter
50
+ def id(self) -> str:
51
+ """
52
+ Gets or sets the identifier.
53
+ """
54
+ return pulumi.get(self, "id")
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def name(self) -> str:
59
+ """
60
+ Gets or sets the name.
61
+ """
62
+ return pulumi.get(self, "name")
63
+
64
+ @property
65
+ @pulumi.getter(name="privateEndpoint")
66
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
67
+ """
68
+ The private endpoint information.
69
+ """
70
+ return pulumi.get(self, "private_endpoint")
71
+
72
+ @property
73
+ @pulumi.getter(name="privateLinkServiceConnectionState")
74
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
75
+ """
76
+ The private link service connection state.
77
+ """
78
+ return pulumi.get(self, "private_link_service_connection_state")
79
+
80
+ @property
81
+ @pulumi.getter(name="provisioningState")
82
+ def provisioning_state(self) -> str:
83
+ """
84
+ The provisioning state.
85
+ """
86
+ return pulumi.get(self, "provisioning_state")
87
+
88
+ @property
89
+ @pulumi.getter(name="systemData")
90
+ def system_data(self) -> 'outputs.ProxyResourceResponseSystemData':
91
+ """
92
+ Metadata pertaining to creation and last modification of the resource.
93
+ """
94
+ return pulumi.get(self, "system_data")
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def type(self) -> str:
99
+ """
100
+ Gets or sets the type.
101
+ """
102
+ return pulumi.get(self, "type")
103
+
104
+
105
+ class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
106
+ # pylint: disable=using-constant-test
107
+ def __await__(self):
108
+ if False:
109
+ yield self
110
+ return GetPrivateEndpointConnectionResult(
111
+ id=self.id,
112
+ name=self.name,
113
+ private_endpoint=self.private_endpoint,
114
+ private_link_service_connection_state=self.private_link_service_connection_state,
115
+ provisioning_state=self.provisioning_state,
116
+ system_data=self.system_data,
117
+ type=self.type)
118
+
119
+
120
+ def get_private_endpoint_connection(account_name: Optional[str] = None,
121
+ private_endpoint_connection_name: Optional[str] = None,
122
+ resource_group_name: Optional[str] = None,
123
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
124
+ """
125
+ Get a private endpoint connection
126
+
127
+
128
+ :param str account_name: The name of the account.
129
+ :param str private_endpoint_connection_name: Name of the private endpoint connection.
130
+ :param str resource_group_name: The resource group name.
131
+ """
132
+ __args__ = dict()
133
+ __args__['accountName'] = account_name
134
+ __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
135
+ __args__['resourceGroupName'] = resource_group_name
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke('azure-native:purview/v20240401preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
138
+
139
+ return AwaitableGetPrivateEndpointConnectionResult(
140
+ id=pulumi.get(__ret__, 'id'),
141
+ name=pulumi.get(__ret__, 'name'),
142
+ private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
143
+ private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
144
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
145
+ system_data=pulumi.get(__ret__, 'system_data'),
146
+ type=pulumi.get(__ret__, 'type'))
147
+
148
+
149
+ @_utilities.lift_output_func(get_private_endpoint_connection)
150
+ def get_private_endpoint_connection_output(account_name: Optional[pulumi.Input[str]] = None,
151
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
152
+ resource_group_name: Optional[pulumi.Input[str]] = None,
153
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
154
+ """
155
+ Get a private endpoint connection
156
+
157
+
158
+ :param str account_name: The name of the account.
159
+ :param str private_endpoint_connection_name: Name of the private endpoint connection.
160
+ :param str resource_group_name: The resource group name.
161
+ """
162
+ ...
@@ -0,0 +1,390 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['KafkaConfigurationArgs', 'KafkaConfiguration']
16
+
17
+ @pulumi.input_type
18
+ class KafkaConfigurationArgs:
19
+ def __init__(__self__, *,
20
+ account_name: pulumi.Input[str],
21
+ resource_group_name: pulumi.Input[str],
22
+ consumer_group: Optional[pulumi.Input[str]] = None,
23
+ credentials: Optional[pulumi.Input['CredentialsArgs']] = None,
24
+ event_hub_partition_id: Optional[pulumi.Input[str]] = None,
25
+ event_hub_resource_id: Optional[pulumi.Input[str]] = None,
26
+ event_hub_type: Optional[pulumi.Input[Union[str, 'EventHubType']]] = None,
27
+ event_streaming_state: Optional[pulumi.Input[Union[str, 'EventStreamingState']]] = None,
28
+ event_streaming_type: Optional[pulumi.Input[Union[str, 'EventStreamingType']]] = None,
29
+ kafka_configuration_name: Optional[pulumi.Input[str]] = None):
30
+ """
31
+ The set of arguments for constructing a KafkaConfiguration resource.
32
+ :param pulumi.Input[str] account_name: The name of the account.
33
+ :param pulumi.Input[str] resource_group_name: The resource group name.
34
+ :param pulumi.Input[str] consumer_group: Consumer group for hook event hub.
35
+ :param pulumi.Input['CredentialsArgs'] credentials: Credentials to access the event streaming service attached to the purview account.
36
+ :param pulumi.Input[str] event_hub_partition_id: Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
37
+ :param pulumi.Input[Union[str, 'EventHubType']] event_hub_type: The event hub type.
38
+ :param pulumi.Input[Union[str, 'EventStreamingState']] event_streaming_state: The state of the event streaming service
39
+ :param pulumi.Input[Union[str, 'EventStreamingType']] event_streaming_type: The event streaming service type
40
+ :param pulumi.Input[str] kafka_configuration_name: The kafka configuration name.
41
+ """
42
+ pulumi.set(__self__, "account_name", account_name)
43
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
44
+ if consumer_group is not None:
45
+ pulumi.set(__self__, "consumer_group", consumer_group)
46
+ if credentials is not None:
47
+ pulumi.set(__self__, "credentials", credentials)
48
+ if event_hub_partition_id is not None:
49
+ pulumi.set(__self__, "event_hub_partition_id", event_hub_partition_id)
50
+ if event_hub_resource_id is not None:
51
+ pulumi.set(__self__, "event_hub_resource_id", event_hub_resource_id)
52
+ if event_hub_type is not None:
53
+ pulumi.set(__self__, "event_hub_type", event_hub_type)
54
+ if event_streaming_state is None:
55
+ event_streaming_state = 'Enabled'
56
+ if event_streaming_state is not None:
57
+ pulumi.set(__self__, "event_streaming_state", event_streaming_state)
58
+ if event_streaming_type is None:
59
+ event_streaming_type = 'None'
60
+ if event_streaming_type is not None:
61
+ pulumi.set(__self__, "event_streaming_type", event_streaming_type)
62
+ if kafka_configuration_name is not None:
63
+ pulumi.set(__self__, "kafka_configuration_name", kafka_configuration_name)
64
+
65
+ @property
66
+ @pulumi.getter(name="accountName")
67
+ def account_name(self) -> pulumi.Input[str]:
68
+ """
69
+ The name of the account.
70
+ """
71
+ return pulumi.get(self, "account_name")
72
+
73
+ @account_name.setter
74
+ def account_name(self, value: pulumi.Input[str]):
75
+ pulumi.set(self, "account_name", value)
76
+
77
+ @property
78
+ @pulumi.getter(name="resourceGroupName")
79
+ def resource_group_name(self) -> pulumi.Input[str]:
80
+ """
81
+ The resource group name.
82
+ """
83
+ return pulumi.get(self, "resource_group_name")
84
+
85
+ @resource_group_name.setter
86
+ def resource_group_name(self, value: pulumi.Input[str]):
87
+ pulumi.set(self, "resource_group_name", value)
88
+
89
+ @property
90
+ @pulumi.getter(name="consumerGroup")
91
+ def consumer_group(self) -> Optional[pulumi.Input[str]]:
92
+ """
93
+ Consumer group for hook event hub.
94
+ """
95
+ return pulumi.get(self, "consumer_group")
96
+
97
+ @consumer_group.setter
98
+ def consumer_group(self, value: Optional[pulumi.Input[str]]):
99
+ pulumi.set(self, "consumer_group", value)
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def credentials(self) -> Optional[pulumi.Input['CredentialsArgs']]:
104
+ """
105
+ Credentials to access the event streaming service attached to the purview account.
106
+ """
107
+ return pulumi.get(self, "credentials")
108
+
109
+ @credentials.setter
110
+ def credentials(self, value: Optional[pulumi.Input['CredentialsArgs']]):
111
+ pulumi.set(self, "credentials", value)
112
+
113
+ @property
114
+ @pulumi.getter(name="eventHubPartitionId")
115
+ def event_hub_partition_id(self) -> Optional[pulumi.Input[str]]:
116
+ """
117
+ Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
118
+ """
119
+ return pulumi.get(self, "event_hub_partition_id")
120
+
121
+ @event_hub_partition_id.setter
122
+ def event_hub_partition_id(self, value: Optional[pulumi.Input[str]]):
123
+ pulumi.set(self, "event_hub_partition_id", value)
124
+
125
+ @property
126
+ @pulumi.getter(name="eventHubResourceId")
127
+ def event_hub_resource_id(self) -> Optional[pulumi.Input[str]]:
128
+ return pulumi.get(self, "event_hub_resource_id")
129
+
130
+ @event_hub_resource_id.setter
131
+ def event_hub_resource_id(self, value: Optional[pulumi.Input[str]]):
132
+ pulumi.set(self, "event_hub_resource_id", value)
133
+
134
+ @property
135
+ @pulumi.getter(name="eventHubType")
136
+ def event_hub_type(self) -> Optional[pulumi.Input[Union[str, 'EventHubType']]]:
137
+ """
138
+ The event hub type.
139
+ """
140
+ return pulumi.get(self, "event_hub_type")
141
+
142
+ @event_hub_type.setter
143
+ def event_hub_type(self, value: Optional[pulumi.Input[Union[str, 'EventHubType']]]):
144
+ pulumi.set(self, "event_hub_type", value)
145
+
146
+ @property
147
+ @pulumi.getter(name="eventStreamingState")
148
+ def event_streaming_state(self) -> Optional[pulumi.Input[Union[str, 'EventStreamingState']]]:
149
+ """
150
+ The state of the event streaming service
151
+ """
152
+ return pulumi.get(self, "event_streaming_state")
153
+
154
+ @event_streaming_state.setter
155
+ def event_streaming_state(self, value: Optional[pulumi.Input[Union[str, 'EventStreamingState']]]):
156
+ pulumi.set(self, "event_streaming_state", value)
157
+
158
+ @property
159
+ @pulumi.getter(name="eventStreamingType")
160
+ def event_streaming_type(self) -> Optional[pulumi.Input[Union[str, 'EventStreamingType']]]:
161
+ """
162
+ The event streaming service type
163
+ """
164
+ return pulumi.get(self, "event_streaming_type")
165
+
166
+ @event_streaming_type.setter
167
+ def event_streaming_type(self, value: Optional[pulumi.Input[Union[str, 'EventStreamingType']]]):
168
+ pulumi.set(self, "event_streaming_type", value)
169
+
170
+ @property
171
+ @pulumi.getter(name="kafkaConfigurationName")
172
+ def kafka_configuration_name(self) -> Optional[pulumi.Input[str]]:
173
+ """
174
+ The kafka configuration name.
175
+ """
176
+ return pulumi.get(self, "kafka_configuration_name")
177
+
178
+ @kafka_configuration_name.setter
179
+ def kafka_configuration_name(self, value: Optional[pulumi.Input[str]]):
180
+ pulumi.set(self, "kafka_configuration_name", value)
181
+
182
+
183
+ class KafkaConfiguration(pulumi.CustomResource):
184
+ @overload
185
+ def __init__(__self__,
186
+ resource_name: str,
187
+ opts: Optional[pulumi.ResourceOptions] = None,
188
+ account_name: Optional[pulumi.Input[str]] = None,
189
+ consumer_group: Optional[pulumi.Input[str]] = None,
190
+ credentials: Optional[pulumi.Input[pulumi.InputType['CredentialsArgs']]] = None,
191
+ event_hub_partition_id: Optional[pulumi.Input[str]] = None,
192
+ event_hub_resource_id: Optional[pulumi.Input[str]] = None,
193
+ event_hub_type: Optional[pulumi.Input[Union[str, 'EventHubType']]] = None,
194
+ event_streaming_state: Optional[pulumi.Input[Union[str, 'EventStreamingState']]] = None,
195
+ event_streaming_type: Optional[pulumi.Input[Union[str, 'EventStreamingType']]] = None,
196
+ kafka_configuration_name: Optional[pulumi.Input[str]] = None,
197
+ resource_group_name: Optional[pulumi.Input[str]] = None,
198
+ __props__=None):
199
+ """
200
+ The configuration of the event streaming service resource attached to the Purview account for kafka notifications.
201
+
202
+ :param str resource_name: The name of the resource.
203
+ :param pulumi.ResourceOptions opts: Options for the resource.
204
+ :param pulumi.Input[str] account_name: The name of the account.
205
+ :param pulumi.Input[str] consumer_group: Consumer group for hook event hub.
206
+ :param pulumi.Input[pulumi.InputType['CredentialsArgs']] credentials: Credentials to access the event streaming service attached to the purview account.
207
+ :param pulumi.Input[str] event_hub_partition_id: Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
208
+ :param pulumi.Input[Union[str, 'EventHubType']] event_hub_type: The event hub type.
209
+ :param pulumi.Input[Union[str, 'EventStreamingState']] event_streaming_state: The state of the event streaming service
210
+ :param pulumi.Input[Union[str, 'EventStreamingType']] event_streaming_type: The event streaming service type
211
+ :param pulumi.Input[str] kafka_configuration_name: The kafka configuration name.
212
+ :param pulumi.Input[str] resource_group_name: The resource group name.
213
+ """
214
+ ...
215
+ @overload
216
+ def __init__(__self__,
217
+ resource_name: str,
218
+ args: KafkaConfigurationArgs,
219
+ opts: Optional[pulumi.ResourceOptions] = None):
220
+ """
221
+ The configuration of the event streaming service resource attached to the Purview account for kafka notifications.
222
+
223
+ :param str resource_name: The name of the resource.
224
+ :param KafkaConfigurationArgs args: The arguments to use to populate this resource's properties.
225
+ :param pulumi.ResourceOptions opts: Options for the resource.
226
+ """
227
+ ...
228
+ def __init__(__self__, resource_name: str, *args, **kwargs):
229
+ resource_args, opts = _utilities.get_resource_args_opts(KafkaConfigurationArgs, pulumi.ResourceOptions, *args, **kwargs)
230
+ if resource_args is not None:
231
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
232
+ else:
233
+ __self__._internal_init(resource_name, *args, **kwargs)
234
+
235
+ def _internal_init(__self__,
236
+ resource_name: str,
237
+ opts: Optional[pulumi.ResourceOptions] = None,
238
+ account_name: Optional[pulumi.Input[str]] = None,
239
+ consumer_group: Optional[pulumi.Input[str]] = None,
240
+ credentials: Optional[pulumi.Input[pulumi.InputType['CredentialsArgs']]] = None,
241
+ event_hub_partition_id: Optional[pulumi.Input[str]] = None,
242
+ event_hub_resource_id: Optional[pulumi.Input[str]] = None,
243
+ event_hub_type: Optional[pulumi.Input[Union[str, 'EventHubType']]] = None,
244
+ event_streaming_state: Optional[pulumi.Input[Union[str, 'EventStreamingState']]] = None,
245
+ event_streaming_type: Optional[pulumi.Input[Union[str, 'EventStreamingType']]] = None,
246
+ kafka_configuration_name: Optional[pulumi.Input[str]] = None,
247
+ resource_group_name: Optional[pulumi.Input[str]] = None,
248
+ __props__=None):
249
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
250
+ if not isinstance(opts, pulumi.ResourceOptions):
251
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
252
+ if opts.id is None:
253
+ if __props__ is not None:
254
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
255
+ __props__ = KafkaConfigurationArgs.__new__(KafkaConfigurationArgs)
256
+
257
+ if account_name is None and not opts.urn:
258
+ raise TypeError("Missing required property 'account_name'")
259
+ __props__.__dict__["account_name"] = account_name
260
+ __props__.__dict__["consumer_group"] = consumer_group
261
+ __props__.__dict__["credentials"] = credentials
262
+ __props__.__dict__["event_hub_partition_id"] = event_hub_partition_id
263
+ __props__.__dict__["event_hub_resource_id"] = event_hub_resource_id
264
+ __props__.__dict__["event_hub_type"] = event_hub_type
265
+ if event_streaming_state is None:
266
+ event_streaming_state = 'Enabled'
267
+ __props__.__dict__["event_streaming_state"] = event_streaming_state
268
+ if event_streaming_type is None:
269
+ event_streaming_type = 'None'
270
+ __props__.__dict__["event_streaming_type"] = event_streaming_type
271
+ __props__.__dict__["kafka_configuration_name"] = kafka_configuration_name
272
+ if resource_group_name is None and not opts.urn:
273
+ raise TypeError("Missing required property 'resource_group_name'")
274
+ __props__.__dict__["resource_group_name"] = resource_group_name
275
+ __props__.__dict__["name"] = None
276
+ __props__.__dict__["system_data"] = None
277
+ __props__.__dict__["type"] = None
278
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:purview:KafkaConfiguration"), pulumi.Alias(type_="azure-native:purview/v20211201:KafkaConfiguration"), pulumi.Alias(type_="azure-native:purview/v20230501preview:KafkaConfiguration")])
279
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
280
+ super(KafkaConfiguration, __self__).__init__(
281
+ 'azure-native:purview/v20240401preview:KafkaConfiguration',
282
+ resource_name,
283
+ __props__,
284
+ opts)
285
+
286
+ @staticmethod
287
+ def get(resource_name: str,
288
+ id: pulumi.Input[str],
289
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'KafkaConfiguration':
290
+ """
291
+ Get an existing KafkaConfiguration resource's state with the given name, id, and optional extra
292
+ properties used to qualify the lookup.
293
+
294
+ :param str resource_name: The unique name of the resulting resource.
295
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
296
+ :param pulumi.ResourceOptions opts: Options for the resource.
297
+ """
298
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
299
+
300
+ __props__ = KafkaConfigurationArgs.__new__(KafkaConfigurationArgs)
301
+
302
+ __props__.__dict__["consumer_group"] = None
303
+ __props__.__dict__["credentials"] = None
304
+ __props__.__dict__["event_hub_partition_id"] = None
305
+ __props__.__dict__["event_hub_resource_id"] = None
306
+ __props__.__dict__["event_hub_type"] = None
307
+ __props__.__dict__["event_streaming_state"] = None
308
+ __props__.__dict__["event_streaming_type"] = None
309
+ __props__.__dict__["name"] = None
310
+ __props__.__dict__["system_data"] = None
311
+ __props__.__dict__["type"] = None
312
+ return KafkaConfiguration(resource_name, opts=opts, __props__=__props__)
313
+
314
+ @property
315
+ @pulumi.getter(name="consumerGroup")
316
+ def consumer_group(self) -> pulumi.Output[Optional[str]]:
317
+ """
318
+ Consumer group for hook event hub.
319
+ """
320
+ return pulumi.get(self, "consumer_group")
321
+
322
+ @property
323
+ @pulumi.getter
324
+ def credentials(self) -> pulumi.Output[Optional['outputs.CredentialsResponse']]:
325
+ """
326
+ Credentials to access the event streaming service attached to the purview account.
327
+ """
328
+ return pulumi.get(self, "credentials")
329
+
330
+ @property
331
+ @pulumi.getter(name="eventHubPartitionId")
332
+ def event_hub_partition_id(self) -> pulumi.Output[Optional[str]]:
333
+ """
334
+ Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
335
+ """
336
+ return pulumi.get(self, "event_hub_partition_id")
337
+
338
+ @property
339
+ @pulumi.getter(name="eventHubResourceId")
340
+ def event_hub_resource_id(self) -> pulumi.Output[Optional[str]]:
341
+ return pulumi.get(self, "event_hub_resource_id")
342
+
343
+ @property
344
+ @pulumi.getter(name="eventHubType")
345
+ def event_hub_type(self) -> pulumi.Output[Optional[str]]:
346
+ """
347
+ The event hub type.
348
+ """
349
+ return pulumi.get(self, "event_hub_type")
350
+
351
+ @property
352
+ @pulumi.getter(name="eventStreamingState")
353
+ def event_streaming_state(self) -> pulumi.Output[Optional[str]]:
354
+ """
355
+ The state of the event streaming service
356
+ """
357
+ return pulumi.get(self, "event_streaming_state")
358
+
359
+ @property
360
+ @pulumi.getter(name="eventStreamingType")
361
+ def event_streaming_type(self) -> pulumi.Output[Optional[str]]:
362
+ """
363
+ The event streaming service type
364
+ """
365
+ return pulumi.get(self, "event_streaming_type")
366
+
367
+ @property
368
+ @pulumi.getter
369
+ def name(self) -> pulumi.Output[str]:
370
+ """
371
+ Gets or sets the name.
372
+ """
373
+ return pulumi.get(self, "name")
374
+
375
+ @property
376
+ @pulumi.getter(name="systemData")
377
+ def system_data(self) -> pulumi.Output['outputs.ProxyResourceResponseSystemData']:
378
+ """
379
+ Metadata pertaining to creation and last modification of the resource.
380
+ """
381
+ return pulumi.get(self, "system_data")
382
+
383
+ @property
384
+ @pulumi.getter
385
+ def type(self) -> pulumi.Output[str]:
386
+ """
387
+ Gets or sets the type.
388
+ """
389
+ return pulumi.get(self, "type")
390
+
@@ -0,0 +1,91 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+
12
+ __all__ = [
13
+ 'ListAccountKeysResult',
14
+ 'AwaitableListAccountKeysResult',
15
+ 'list_account_keys',
16
+ 'list_account_keys_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class ListAccountKeysResult:
21
+ """
22
+ The Purview Account access keys.
23
+ """
24
+ def __init__(__self__, atlas_kafka_primary_endpoint=None, atlas_kafka_secondary_endpoint=None):
25
+ if atlas_kafka_primary_endpoint and not isinstance(atlas_kafka_primary_endpoint, str):
26
+ raise TypeError("Expected argument 'atlas_kafka_primary_endpoint' to be a str")
27
+ pulumi.set(__self__, "atlas_kafka_primary_endpoint", atlas_kafka_primary_endpoint)
28
+ if atlas_kafka_secondary_endpoint and not isinstance(atlas_kafka_secondary_endpoint, str):
29
+ raise TypeError("Expected argument 'atlas_kafka_secondary_endpoint' to be a str")
30
+ pulumi.set(__self__, "atlas_kafka_secondary_endpoint", atlas_kafka_secondary_endpoint)
31
+
32
+ @property
33
+ @pulumi.getter(name="atlasKafkaPrimaryEndpoint")
34
+ def atlas_kafka_primary_endpoint(self) -> Optional[str]:
35
+ """
36
+ Gets or sets the primary connection string.
37
+ """
38
+ return pulumi.get(self, "atlas_kafka_primary_endpoint")
39
+
40
+ @property
41
+ @pulumi.getter(name="atlasKafkaSecondaryEndpoint")
42
+ def atlas_kafka_secondary_endpoint(self) -> Optional[str]:
43
+ """
44
+ Gets or sets the secondary connection string.
45
+ """
46
+ return pulumi.get(self, "atlas_kafka_secondary_endpoint")
47
+
48
+
49
+ class AwaitableListAccountKeysResult(ListAccountKeysResult):
50
+ # pylint: disable=using-constant-test
51
+ def __await__(self):
52
+ if False:
53
+ yield self
54
+ return ListAccountKeysResult(
55
+ atlas_kafka_primary_endpoint=self.atlas_kafka_primary_endpoint,
56
+ atlas_kafka_secondary_endpoint=self.atlas_kafka_secondary_endpoint)
57
+
58
+
59
+ def list_account_keys(account_name: Optional[str] = None,
60
+ resource_group_name: Optional[str] = None,
61
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult:
62
+ """
63
+ List the authorization keys associated with this account.
64
+
65
+
66
+ :param str account_name: The name of the account.
67
+ :param str resource_group_name: The resource group name.
68
+ """
69
+ __args__ = dict()
70
+ __args__['accountName'] = account_name
71
+ __args__['resourceGroupName'] = resource_group_name
72
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
73
+ __ret__ = pulumi.runtime.invoke('azure-native:purview/v20240401preview:listAccountKeys', __args__, opts=opts, typ=ListAccountKeysResult).value
74
+
75
+ return AwaitableListAccountKeysResult(
76
+ atlas_kafka_primary_endpoint=pulumi.get(__ret__, 'atlas_kafka_primary_endpoint'),
77
+ atlas_kafka_secondary_endpoint=pulumi.get(__ret__, 'atlas_kafka_secondary_endpoint'))
78
+
79
+
80
+ @_utilities.lift_output_func(list_account_keys)
81
+ def list_account_keys_output(account_name: Optional[pulumi.Input[str]] = None,
82
+ resource_group_name: Optional[pulumi.Input[str]] = None,
83
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListAccountKeysResult]:
84
+ """
85
+ List the authorization keys associated with this account.
86
+
87
+
88
+ :param str account_name: The name of the account.
89
+ :param str resource_group_name: The resource group name.
90
+ """
91
+ ...