pulumi-azure-native 2.46.0__py3-none-any.whl → 2.46.0a1718304255__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 +22 -129
  2. pulumi_azure_native/authorization/_inputs.py +0 -16
  3. pulumi_azure_native/authorization/outputs.py +0 -14
  4. pulumi_azure_native/authorization/v20230401/_inputs.py +0 -16
  5. pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +1 -14
  6. pulumi_azure_native/authorization/v20230401/outputs.py +0 -14
  7. pulumi_azure_native/authorization/v20230401/policy_assignment.py +0 -29
  8. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +1 -14
  9. pulumi_azure_native/authorization/v20240401/policy_assignment.py +0 -29
  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 +0 -3
  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/containerservice/__init__.py +0 -3
  30. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  31. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  32. pulumi_azure_native/containerservice/get_load_balancer.py +0 -4
  33. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  34. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  35. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  36. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  37. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  38. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  39. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  40. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  41. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  42. pulumi_azure_native/containerservice/load_balancer.py +1 -5
  43. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  44. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  45. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  46. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  47. pulumi_azure_native/containerservice/snapshot.py +3 -3
  48. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  49. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  50. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  51. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  52. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  53. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  54. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  55. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  56. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  57. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  58. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  59. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  60. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  61. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  62. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  63. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  64. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  65. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  66. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  67. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  68. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  69. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  70. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  71. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  72. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  73. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  74. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  75. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  76. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  78. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  79. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  80. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  81. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  82. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  83. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  84. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  85. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  86. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  87. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  88. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  89. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  90. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  91. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  92. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  93. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  94. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  95. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  96. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  97. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  98. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  99. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  100. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  101. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  102. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  103. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  104. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  105. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  106. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  107. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  108. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  109. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  110. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  111. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  112. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  113. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  114. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  115. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  116. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  117. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  118. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  119. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  120. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  121. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  122. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  123. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  124. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  125. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  126. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  127. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  128. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  129. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  130. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  131. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  132. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  133. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  134. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  135. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  136. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  137. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  138. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  139. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  140. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  141. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  142. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  143. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  144. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  145. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  146. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  147. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  148. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  149. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  150. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  151. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  152. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  153. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  155. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  156. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  157. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  158. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  159. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  161. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  162. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  163. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  164. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  165. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  166. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  167. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  168. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  169. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  170. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  173. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  175. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  176. pulumi_azure_native/datafactory/_enums.py +0 -1
  177. pulumi_azure_native/datafactory/_inputs.py +2 -139
  178. pulumi_azure_native/datafactory/outputs.py +2 -139
  179. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -1
  180. pulumi_azure_native/datafactory/v20180601/_inputs.py +2 -139
  181. pulumi_azure_native/datafactory/v20180601/outputs.py +2 -139
  182. pulumi_azure_native/desktopvirtualization/__init__.py +0 -3
  183. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  184. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  185. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  186. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  187. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  188. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  189. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  190. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  191. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  192. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  193. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  194. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  195. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  196. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  197. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  198. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  199. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  200. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  201. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  202. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  203. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  204. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  205. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  206. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  207. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  208. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  209. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  210. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  211. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  212. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  213. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  214. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  215. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  216. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  217. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  218. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  219. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  220. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  221. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  222. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  223. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  224. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  225. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  226. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  227. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  228. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  229. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  230. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  231. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  232. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  233. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  234. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  235. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  236. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  237. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  238. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  239. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  240. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  241. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  242. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  252. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  253. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  254. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  255. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  256. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  257. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  258. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  259. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  260. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  261. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  262. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  263. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  264. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  265. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  266. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  267. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  268. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  301. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
  302. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  303. pulumi_azure_native/documentdb/v20240301preview/outputs.py +92 -53
  304. pulumi_azure_native/documentdb/v20240515/_enums.py +0 -9
  305. pulumi_azure_native/documentdb/v20240515/_inputs.py +0 -248
  306. pulumi_azure_native/documentdb/v20240515/service.py +57 -16
  307. pulumi_azure_native/machinelearningservices/_inputs.py +0 -55
  308. pulumi_azure_native/machinelearningservices/connection_deployment.py +7 -28
  309. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -12
  310. pulumi_azure_native/machinelearningservices/outputs.py +0 -75
  311. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +3 -21
  312. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -16
  313. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +344 -76
  314. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +7 -28
  315. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +7 -28
  316. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +2 -12
  317. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +2 -12
  318. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +395 -91
  319. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  320. pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
  321. pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
  322. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  323. pulumi_azure_native/monitor/v20231001preview/outputs.py +92 -53
  324. pulumi_azure_native/netapp/__init__.py +0 -3
  325. pulumi_azure_native/netapp/account.py +3 -3
  326. pulumi_azure_native/netapp/backup.py +2 -2
  327. pulumi_azure_native/netapp/backup_policy.py +3 -3
  328. pulumi_azure_native/netapp/backup_vault.py +3 -3
  329. pulumi_azure_native/netapp/get_account.py +2 -2
  330. pulumi_azure_native/netapp/get_backup.py +2 -2
  331. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  332. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  333. pulumi_azure_native/netapp/get_pool.py +2 -2
  334. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  335. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  336. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  337. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  338. pulumi_azure_native/netapp/get_volume.py +2 -2
  339. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  340. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  341. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  342. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  343. pulumi_azure_native/netapp/pool.py +3 -3
  344. pulumi_azure_native/netapp/snapshot.py +3 -3
  345. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  346. pulumi_azure_native/netapp/subvolume.py +3 -3
  347. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  348. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  349. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  350. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  351. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  352. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  353. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  354. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  355. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  356. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  357. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  358. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  359. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  360. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  361. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  362. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  363. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  364. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  365. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  366. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  367. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  368. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  369. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  370. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  371. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  372. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  373. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  374. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  375. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  376. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  377. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  378. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  379. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  380. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  381. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  382. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  383. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  384. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  385. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  386. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  387. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  388. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  389. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  390. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  391. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  392. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  393. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  394. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  395. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  396. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  397. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  398. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  399. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  400. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  401. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  402. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  403. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  404. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  405. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  406. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  407. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  408. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  409. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  410. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  411. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  412. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  413. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  414. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  415. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  416. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  417. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  418. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  419. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  420. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  421. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  422. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  423. pulumi_azure_native/netapp/volume.py +3 -3
  424. pulumi_azure_native/netapp/volume_group.py +3 -3
  425. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  426. pulumi_azure_native/pulumi-plugin.json +1 -1
  427. pulumi_azure_native/purview/__init__.py +0 -3
  428. pulumi_azure_native/purview/account.py +3 -3
  429. pulumi_azure_native/purview/get_account.py +2 -2
  430. pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
  431. pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
  432. pulumi_azure_native/purview/kafka_configuration.py +3 -3
  433. pulumi_azure_native/purview/list_account_keys.py +2 -2
  434. pulumi_azure_native/purview/list_feature_account.py +2 -2
  435. pulumi_azure_native/purview/list_feature_subscription.py +2 -2
  436. pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
  437. pulumi_azure_native/purview/v20201201preview/account.py +1 -1
  438. pulumi_azure_native/purview/v20210701/account.py +1 -1
  439. pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
  440. pulumi_azure_native/purview/v20211201/account.py +1 -1
  441. pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
  442. pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
  443. pulumi_azure_native/purview/v20230501preview/account.py +1 -1
  444. pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
  445. pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
  446. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  447. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  448. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  449. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  450. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  451. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +0 -4
  452. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  453. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  454. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  455. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  456. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  457. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  458. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  459. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  460. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  461. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  462. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +1 -5
  463. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  464. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  465. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  466. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  467. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  468. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  469. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  470. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  471. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  472. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  473. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  474. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  475. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  476. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  477. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  478. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  479. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  480. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  481. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  482. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  483. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  484. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  485. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  486. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  487. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  488. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  489. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  490. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  491. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  492. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  493. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  494. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  495. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  496. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  497. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  498. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  499. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  500. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  501. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  502. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  503. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  504. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  505. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  506. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  507. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  508. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  509. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  510. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  511. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  512. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  513. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  514. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  515. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  516. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  517. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  518. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  519. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  520. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  521. pulumi_azure_native/recoveryservices/v20240401/__init__.py +0 -22
  522. pulumi_azure_native/recoveryservices/v20240401/_enums.py +0 -179
  523. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +6720 -15079
  524. pulumi_azure_native/recoveryservices/v20240401/outputs.py +8111 -30387
  525. pulumi_azure_native/resourcegraph/__init__.py +0 -9
  526. pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
  527. pulumi_azure_native/resourcegraph/graph_query.py +3 -3
  528. pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
  529. pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
  530. pulumi_azure_native/securitydevops/__init__.py +22 -0
  531. pulumi_azure_native/{resourcegraph/v20190401/__init__.py → securitydevops/_enums.py} +10 -5
  532. pulumi_azure_native/securitydevops/_inputs.py +214 -0
  533. pulumi_azure_native/{azuredatatransfer/v20240507/pipeline.py → securitydevops/azure_dev_ops_connector.py} +44 -52
  534. pulumi_azure_native/{azuredatatransfer/v20240507/get_pipeline.py → securitydevops/get_azure_dev_ops_connector.py} +24 -30
  535. pulumi_azure_native/{storagemover/v20240701/get_storage_mover.py → securitydevops/get_git_hub_connector.py} +35 -46
  536. pulumi_azure_native/{storagemover/v20240701/storage_mover.py → securitydevops/git_hub_connector.py} +56 -63
  537. pulumi_azure_native/securitydevops/outputs.py +377 -0
  538. pulumi_azure_native/{videoindexer/v20240601preview → securitydevops/v20220901preview}/__init__.py +4 -4
  539. pulumi_azure_native/{resourcegraph/v20210301/__init__.py → securitydevops/v20220901preview/_enums.py} +10 -5
  540. pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +214 -0
  541. pulumi_azure_native/{azuredatatransfer/v20240507/connection.py → securitydevops/v20220901preview/azure_dev_ops_connector.py} +38 -48
  542. pulumi_azure_native/{desktopvirtualization/v20240408preview/get_app_attach_package.py → securitydevops/v20220901preview/get_azure_dev_ops_connector.py} +23 -31
  543. pulumi_azure_native/{azuredatatransfer/v20240507/get_connection.py → securitydevops/v20220901preview/get_git_hub_connector.py} +25 -25
  544. pulumi_azure_native/{desktopvirtualization/v20240408preview/app_attach_package.py → securitydevops/v20220901preview/git_hub_connector.py} +53 -55
  545. pulumi_azure_native/securitydevops/v20220901preview/outputs.py +377 -0
  546. pulumi_azure_native/storagemover/__init__.py +0 -3
  547. pulumi_azure_native/storagemover/agent.py +3 -3
  548. pulumi_azure_native/storagemover/endpoint.py +3 -3
  549. pulumi_azure_native/storagemover/get_agent.py +2 -2
  550. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  551. pulumi_azure_native/storagemover/get_job_definition.py +2 -2
  552. pulumi_azure_native/storagemover/get_project.py +2 -2
  553. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  554. pulumi_azure_native/storagemover/job_definition.py +3 -3
  555. pulumi_azure_native/storagemover/project.py +3 -3
  556. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  557. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  558. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  559. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  560. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  561. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  562. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  563. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  564. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  565. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  566. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  567. pulumi_azure_native/storagemover/v20231001/agent.py +1 -1
  568. pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
  569. pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
  570. pulumi_azure_native/storagemover/v20231001/project.py +1 -1
  571. pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
  572. pulumi_azure_native/videoindexer/__init__.py +0 -5
  573. pulumi_azure_native/videoindexer/_enums.py +0 -10
  574. pulumi_azure_native/videoindexer/_inputs.py +0 -57
  575. pulumi_azure_native/videoindexer/account.py +3 -3
  576. pulumi_azure_native/videoindexer/get_account.py +2 -2
  577. pulumi_azure_native/videoindexer/outputs.py +0 -88
  578. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  579. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  580. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  581. {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718304255.dist-info}/METADATA +1 -1
  582. {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718304255.dist-info}/RECORD +584 -729
  583. {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718304255.dist-info}/WHEEL +1 -1
  584. pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +0 -20
  585. pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +0 -102
  586. pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +0 -856
  587. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +0 -332
  588. pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +0 -188
  589. pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +0 -80
  590. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +0 -92
  591. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +0 -92
  592. pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +0 -110
  593. pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +0 -2038
  594. pulumi_azure_native/containerservice/v20240402preview/__init__.py +0 -29
  595. pulumi_azure_native/containerservice/v20240402preview/_enums.py +0 -874
  596. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +0 -7030
  597. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +0 -1686
  598. pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +0 -812
  599. pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +0 -201
  600. pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +0 -162
  601. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +0 -833
  602. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +0 -183
  603. pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +0 -149
  604. pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +0 -248
  605. pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +0 -162
  606. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +0 -84
  607. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +0 -84
  608. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +0 -89
  609. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +0 -363
  610. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +0 -274
  611. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +0 -1590
  612. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +0 -292
  613. pulumi_azure_native/containerservice/v20240402preview/outputs.py +0 -8189
  614. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +0 -246
  615. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +0 -342
  616. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +0 -255
  617. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +0 -33
  618. pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +0 -323
  619. pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +0 -1398
  620. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +0 -536
  621. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +0 -556
  622. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +0 -305
  623. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +0 -326
  624. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +0 -599
  625. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +0 -104
  626. pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +0 -266
  627. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +0 -175
  628. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +0 -175
  629. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +0 -326
  630. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +0 -461
  631. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +0 -344
  632. pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +0 -313
  633. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +0 -1128
  634. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +0 -505
  635. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +0 -1771
  636. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +0 -247
  637. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +0 -247
  638. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +0 -597
  639. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +0 -957
  640. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +0 -680
  641. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +0 -525
  642. pulumi_azure_native/netapp/v20231101preview/__init__.py +0 -35
  643. pulumi_azure_native/netapp/v20231101preview/_enums.py +0 -565
  644. pulumi_azure_native/netapp/v20231101preview/_inputs.py +0 -2355
  645. pulumi_azure_native/netapp/v20231101preview/account.py +0 -380
  646. pulumi_azure_native/netapp/v20231101preview/backup.py +0 -397
  647. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +0 -409
  648. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +0 -253
  649. pulumi_azure_native/netapp/v20231101preview/get_account.py +0 -248
  650. pulumi_azure_native/netapp/v20231101preview/get_backup.py +0 -271
  651. pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +0 -266
  652. pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +0 -162
  653. pulumi_azure_native/netapp/v20231101preview/get_pool.py +0 -279
  654. pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +0 -185
  655. pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +0 -240
  656. pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +0 -185
  657. pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +0 -249
  658. pulumi_azure_native/netapp/v20231101preview/get_volume.py +0 -921
  659. pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +0 -162
  660. pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +0 -93
  661. pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +0 -211
  662. pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +0 -89
  663. pulumi_azure_native/netapp/v20231101preview/outputs.py +0 -3148
  664. pulumi_azure_native/netapp/v20231101preview/pool.py +0 -457
  665. pulumi_azure_native/netapp/v20231101preview/snapshot.py +0 -286
  666. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +0 -409
  667. pulumi_azure_native/netapp/v20231101preview/subvolume.py +0 -324
  668. pulumi_azure_native/netapp/v20231101preview/volume.py +0 -1702
  669. pulumi_azure_native/netapp/v20231101preview/volume_group.py +0 -274
  670. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +0 -383
  671. pulumi_azure_native/purview/v20240401preview/__init__.py +0 -19
  672. pulumi_azure_native/purview/v20240401preview/_enums.py +0 -107
  673. pulumi_azure_native/purview/v20240401preview/_inputs.py +0 -245
  674. pulumi_azure_native/purview/v20240401preview/account.py +0 -588
  675. pulumi_azure_native/purview/v20240401preview/get_account.py +0 -404
  676. pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +0 -211
  677. pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +0 -162
  678. pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +0 -390
  679. pulumi_azure_native/purview/v20240401preview/list_account_keys.py +0 -91
  680. pulumi_azure_native/purview/v20240401preview/list_feature_account.py +0 -83
  681. pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +0 -78
  682. pulumi_azure_native/purview/v20240401preview/outputs.py +0 -1140
  683. pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +0 -255
  684. pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +0 -141
  685. pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +0 -146
  686. pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +0 -146
  687. pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +0 -136
  688. pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +0 -146
  689. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +0 -133
  690. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +0 -146
  691. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +0 -136
  692. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +0 -141
  693. pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +0 -146
  694. pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +0 -141
  695. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +0 -215
  696. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +0 -259
  697. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +0 -258
  698. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +0 -216
  699. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +0 -258
  700. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +0 -248
  701. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +0 -258
  702. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +0 -217
  703. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +0 -237
  704. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +0 -257
  705. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +0 -236
  706. pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +0 -200
  707. pulumi_azure_native/resourcegraph/v20190401/graph_query.py +0 -320
  708. pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +0 -200
  709. pulumi_azure_native/resourcegraph/v20210301/graph_query.py +0 -320
  710. pulumi_azure_native/resourcegraph/v20221001/__init__.py +0 -9
  711. pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +0 -200
  712. pulumi_azure_native/resourcegraph/v20221001/graph_query.py +0 -320
  713. pulumi_azure_native/storagemover/v20240701/__init__.py +0 -20
  714. pulumi_azure_native/storagemover/v20240701/_enums.py +0 -60
  715. pulumi_azure_native/storagemover/v20240701/_inputs.py +0 -529
  716. pulumi_azure_native/storagemover/v20240701/agent.py +0 -402
  717. pulumi_azure_native/storagemover/v20240701/endpoint.py +0 -217
  718. pulumi_azure_native/storagemover/v20240701/get_agent.py +0 -302
  719. pulumi_azure_native/storagemover/v20240701/get_endpoint.py +0 -136
  720. pulumi_azure_native/storagemover/v20240701/get_job_definition.py +0 -310
  721. pulumi_azure_native/storagemover/v20240701/get_project.py +0 -149
  722. pulumi_azure_native/storagemover/v20240701/job_definition.py +0 -483
  723. pulumi_azure_native/storagemover/v20240701/outputs.py +0 -774
  724. pulumi_azure_native/storagemover/v20240701/project.py +0 -224
  725. pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +0 -177
  726. pulumi_azure_native/videoindexer/private_endpoint_connection.py +0 -249
  727. pulumi_azure_native/videoindexer/v20240601preview/_enums.py +0 -38
  728. pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +0 -218
  729. pulumi_azure_native/videoindexer/v20240601preview/account.py +0 -444
  730. pulumi_azure_native/videoindexer/v20240601preview/get_account.py +0 -274
  731. pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +0 -175
  732. pulumi_azure_native/videoindexer/v20240601preview/outputs.py +0 -582
  733. pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +0 -247
  734. {pulumi_azure_native-2.46.0.dist-info → pulumi_azure_native-2.46.0a1718304255.dist-info}/top_level.txt +0 -0
@@ -1,162 +0,0 @@
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
- ...
@@ -1,390 +0,0 @@
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
-
@@ -1,91 +0,0 @@
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
- ...