pulumi-azure-native 2.46.0a1718304255__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.0a1718304255.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/METADATA +1 -1
  727. {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/RECORD +729 -584
  728. {pulumi_azure_native-2.46.0a1718304255.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.0a1718304255.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1140 @@
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
+
14
+ __all__ = [
15
+ 'AccountMergeInfoResponse',
16
+ 'AccountPropertiesResponseAccountStatus',
17
+ 'AccountPropertiesResponseEndpoints',
18
+ 'AccountPropertiesResponseManagedResources',
19
+ 'AccountResponseSku',
20
+ 'AccountStatusResponseErrorDetails',
21
+ 'CloudConnectorsResponse',
22
+ 'CredentialsResponse',
23
+ 'ErrorModelResponse',
24
+ 'IdentityResponse',
25
+ 'IngestionStorageResponse',
26
+ 'PrivateEndpointConnectionResponse',
27
+ 'PrivateEndpointResponse',
28
+ 'PrivateLinkServiceConnectionStateResponse',
29
+ 'ProxyResourceResponseSystemData',
30
+ 'TrackedResourceResponseSystemData',
31
+ 'UserAssignedIdentityResponse',
32
+ ]
33
+
34
+ @pulumi.output_type
35
+ class AccountMergeInfoResponse(dict):
36
+ """
37
+ The public Account Merge Info model.
38
+ """
39
+ @staticmethod
40
+ def __key_warning(key: str):
41
+ suggest = None
42
+ if key == "accountLocation":
43
+ suggest = "account_location"
44
+ elif key == "accountName":
45
+ suggest = "account_name"
46
+ elif key == "accountResourceGroupName":
47
+ suggest = "account_resource_group_name"
48
+ elif key == "accountSubscriptionId":
49
+ suggest = "account_subscription_id"
50
+ elif key == "mergeStatus":
51
+ suggest = "merge_status"
52
+ elif key == "typeOfAccount":
53
+ suggest = "type_of_account"
54
+
55
+ if suggest:
56
+ pulumi.log.warn(f"Key '{key}' not found in AccountMergeInfoResponse. Access the value via the '{suggest}' property getter instead.")
57
+
58
+ def __getitem__(self, key: str) -> Any:
59
+ AccountMergeInfoResponse.__key_warning(key)
60
+ return super().__getitem__(key)
61
+
62
+ def get(self, key: str, default = None) -> Any:
63
+ AccountMergeInfoResponse.__key_warning(key)
64
+ return super().get(key, default)
65
+
66
+ def __init__(__self__, *,
67
+ account_location: str,
68
+ account_name: str,
69
+ account_resource_group_name: str,
70
+ account_subscription_id: str,
71
+ deprovisioned: bool,
72
+ merge_status: str,
73
+ type_of_account: str):
74
+ """
75
+ The public Account Merge Info model.
76
+ :param str account_location: The account location of the *other* account in the merge operation.
77
+ :param str account_name: The account name of the *other* account in the merge operation.
78
+ :param str account_resource_group_name: The resource group name of the *other* account in the merge operation.
79
+ :param str account_subscription_id: The subscription id of the *other* account in the merge operation.
80
+ :param bool deprovisioned: The deprovisioned status of the account.
81
+ Only applicable for the secondary account.
82
+ :param str merge_status: The status of the merge operation.
83
+ :param str type_of_account: The account's type for the merge operation.
84
+ """
85
+ pulumi.set(__self__, "account_location", account_location)
86
+ pulumi.set(__self__, "account_name", account_name)
87
+ pulumi.set(__self__, "account_resource_group_name", account_resource_group_name)
88
+ pulumi.set(__self__, "account_subscription_id", account_subscription_id)
89
+ pulumi.set(__self__, "deprovisioned", deprovisioned)
90
+ pulumi.set(__self__, "merge_status", merge_status)
91
+ pulumi.set(__self__, "type_of_account", type_of_account)
92
+
93
+ @property
94
+ @pulumi.getter(name="accountLocation")
95
+ def account_location(self) -> str:
96
+ """
97
+ The account location of the *other* account in the merge operation.
98
+ """
99
+ return pulumi.get(self, "account_location")
100
+
101
+ @property
102
+ @pulumi.getter(name="accountName")
103
+ def account_name(self) -> str:
104
+ """
105
+ The account name of the *other* account in the merge operation.
106
+ """
107
+ return pulumi.get(self, "account_name")
108
+
109
+ @property
110
+ @pulumi.getter(name="accountResourceGroupName")
111
+ def account_resource_group_name(self) -> str:
112
+ """
113
+ The resource group name of the *other* account in the merge operation.
114
+ """
115
+ return pulumi.get(self, "account_resource_group_name")
116
+
117
+ @property
118
+ @pulumi.getter(name="accountSubscriptionId")
119
+ def account_subscription_id(self) -> str:
120
+ """
121
+ The subscription id of the *other* account in the merge operation.
122
+ """
123
+ return pulumi.get(self, "account_subscription_id")
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def deprovisioned(self) -> bool:
128
+ """
129
+ The deprovisioned status of the account.
130
+ Only applicable for the secondary account.
131
+ """
132
+ return pulumi.get(self, "deprovisioned")
133
+
134
+ @property
135
+ @pulumi.getter(name="mergeStatus")
136
+ def merge_status(self) -> str:
137
+ """
138
+ The status of the merge operation.
139
+ """
140
+ return pulumi.get(self, "merge_status")
141
+
142
+ @property
143
+ @pulumi.getter(name="typeOfAccount")
144
+ def type_of_account(self) -> str:
145
+ """
146
+ The account's type for the merge operation.
147
+ """
148
+ return pulumi.get(self, "type_of_account")
149
+
150
+
151
+ @pulumi.output_type
152
+ class AccountPropertiesResponseAccountStatus(dict):
153
+ """
154
+ Gets or sets the status of the account.
155
+ """
156
+ @staticmethod
157
+ def __key_warning(key: str):
158
+ suggest = None
159
+ if key == "accountProvisioningState":
160
+ suggest = "account_provisioning_state"
161
+ elif key == "errorDetails":
162
+ suggest = "error_details"
163
+
164
+ if suggest:
165
+ pulumi.log.warn(f"Key '{key}' not found in AccountPropertiesResponseAccountStatus. Access the value via the '{suggest}' property getter instead.")
166
+
167
+ def __getitem__(self, key: str) -> Any:
168
+ AccountPropertiesResponseAccountStatus.__key_warning(key)
169
+ return super().__getitem__(key)
170
+
171
+ def get(self, key: str, default = None) -> Any:
172
+ AccountPropertiesResponseAccountStatus.__key_warning(key)
173
+ return super().get(key, default)
174
+
175
+ def __init__(__self__, *,
176
+ account_provisioning_state: str,
177
+ error_details: 'outputs.AccountStatusResponseErrorDetails'):
178
+ """
179
+ Gets or sets the status of the account.
180
+ :param str account_provisioning_state: Gets the account status code.
181
+ :param 'AccountStatusResponseErrorDetails' error_details: Gets the account error details.
182
+ """
183
+ pulumi.set(__self__, "account_provisioning_state", account_provisioning_state)
184
+ pulumi.set(__self__, "error_details", error_details)
185
+
186
+ @property
187
+ @pulumi.getter(name="accountProvisioningState")
188
+ def account_provisioning_state(self) -> str:
189
+ """
190
+ Gets the account status code.
191
+ """
192
+ return pulumi.get(self, "account_provisioning_state")
193
+
194
+ @property
195
+ @pulumi.getter(name="errorDetails")
196
+ def error_details(self) -> 'outputs.AccountStatusResponseErrorDetails':
197
+ """
198
+ Gets the account error details.
199
+ """
200
+ return pulumi.get(self, "error_details")
201
+
202
+
203
+ @pulumi.output_type
204
+ class AccountPropertiesResponseEndpoints(dict):
205
+ """
206
+ The URIs that are the public endpoints of the account.
207
+ """
208
+ def __init__(__self__, *,
209
+ catalog: str,
210
+ scan: str):
211
+ """
212
+ The URIs that are the public endpoints of the account.
213
+ :param str catalog: Gets the catalog endpoint.
214
+ :param str scan: Gets the scan endpoint.
215
+ """
216
+ pulumi.set(__self__, "catalog", catalog)
217
+ pulumi.set(__self__, "scan", scan)
218
+
219
+ @property
220
+ @pulumi.getter
221
+ def catalog(self) -> str:
222
+ """
223
+ Gets the catalog endpoint.
224
+ """
225
+ return pulumi.get(self, "catalog")
226
+
227
+ @property
228
+ @pulumi.getter
229
+ def scan(self) -> str:
230
+ """
231
+ Gets the scan endpoint.
232
+ """
233
+ return pulumi.get(self, "scan")
234
+
235
+
236
+ @pulumi.output_type
237
+ class AccountPropertiesResponseManagedResources(dict):
238
+ """
239
+ Gets the resource identifiers of the managed resources.
240
+ """
241
+ @staticmethod
242
+ def __key_warning(key: str):
243
+ suggest = None
244
+ if key == "eventHubNamespace":
245
+ suggest = "event_hub_namespace"
246
+ elif key == "resourceGroup":
247
+ suggest = "resource_group"
248
+ elif key == "storageAccount":
249
+ suggest = "storage_account"
250
+
251
+ if suggest:
252
+ pulumi.log.warn(f"Key '{key}' not found in AccountPropertiesResponseManagedResources. Access the value via the '{suggest}' property getter instead.")
253
+
254
+ def __getitem__(self, key: str) -> Any:
255
+ AccountPropertiesResponseManagedResources.__key_warning(key)
256
+ return super().__getitem__(key)
257
+
258
+ def get(self, key: str, default = None) -> Any:
259
+ AccountPropertiesResponseManagedResources.__key_warning(key)
260
+ return super().get(key, default)
261
+
262
+ def __init__(__self__, *,
263
+ event_hub_namespace: str,
264
+ resource_group: str,
265
+ storage_account: str):
266
+ """
267
+ Gets the resource identifiers of the managed resources.
268
+ :param str event_hub_namespace: Gets the managed event hub namespace resource identifier.
269
+ :param str resource_group: Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
270
+ :param str storage_account: Gets the managed storage account resource identifier.
271
+ """
272
+ pulumi.set(__self__, "event_hub_namespace", event_hub_namespace)
273
+ pulumi.set(__self__, "resource_group", resource_group)
274
+ pulumi.set(__self__, "storage_account", storage_account)
275
+
276
+ @property
277
+ @pulumi.getter(name="eventHubNamespace")
278
+ def event_hub_namespace(self) -> str:
279
+ """
280
+ Gets the managed event hub namespace resource identifier.
281
+ """
282
+ return pulumi.get(self, "event_hub_namespace")
283
+
284
+ @property
285
+ @pulumi.getter(name="resourceGroup")
286
+ def resource_group(self) -> str:
287
+ """
288
+ Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
289
+ """
290
+ return pulumi.get(self, "resource_group")
291
+
292
+ @property
293
+ @pulumi.getter(name="storageAccount")
294
+ def storage_account(self) -> str:
295
+ """
296
+ Gets the managed storage account resource identifier.
297
+ """
298
+ return pulumi.get(self, "storage_account")
299
+
300
+
301
+ @pulumi.output_type
302
+ class AccountResponseSku(dict):
303
+ """
304
+ Gets or sets the Sku.
305
+ """
306
+ def __init__(__self__, *,
307
+ capacity: Optional[int] = None,
308
+ name: Optional[str] = None):
309
+ """
310
+ Gets or sets the Sku.
311
+ :param int capacity: Gets or sets the sku capacity.
312
+ :param str name: Gets or sets the sku name.
313
+ """
314
+ if capacity is not None:
315
+ pulumi.set(__self__, "capacity", capacity)
316
+ if name is not None:
317
+ pulumi.set(__self__, "name", name)
318
+
319
+ @property
320
+ @pulumi.getter
321
+ def capacity(self) -> Optional[int]:
322
+ """
323
+ Gets or sets the sku capacity.
324
+ """
325
+ return pulumi.get(self, "capacity")
326
+
327
+ @property
328
+ @pulumi.getter
329
+ def name(self) -> Optional[str]:
330
+ """
331
+ Gets or sets the sku name.
332
+ """
333
+ return pulumi.get(self, "name")
334
+
335
+
336
+ @pulumi.output_type
337
+ class AccountStatusResponseErrorDetails(dict):
338
+ """
339
+ Gets the account error details.
340
+ """
341
+ def __init__(__self__, *,
342
+ code: str,
343
+ details: Sequence['outputs.ErrorModelResponse'],
344
+ message: str,
345
+ target: str):
346
+ """
347
+ Gets the account error details.
348
+ :param str code: Gets or sets the code.
349
+ :param Sequence['ErrorModelResponse'] details: Gets or sets the details.
350
+ :param str message: Gets or sets the messages.
351
+ :param str target: Gets or sets the target.
352
+ """
353
+ pulumi.set(__self__, "code", code)
354
+ pulumi.set(__self__, "details", details)
355
+ pulumi.set(__self__, "message", message)
356
+ pulumi.set(__self__, "target", target)
357
+
358
+ @property
359
+ @pulumi.getter
360
+ def code(self) -> str:
361
+ """
362
+ Gets or sets the code.
363
+ """
364
+ return pulumi.get(self, "code")
365
+
366
+ @property
367
+ @pulumi.getter
368
+ def details(self) -> Sequence['outputs.ErrorModelResponse']:
369
+ """
370
+ Gets or sets the details.
371
+ """
372
+ return pulumi.get(self, "details")
373
+
374
+ @property
375
+ @pulumi.getter
376
+ def message(self) -> str:
377
+ """
378
+ Gets or sets the messages.
379
+ """
380
+ return pulumi.get(self, "message")
381
+
382
+ @property
383
+ @pulumi.getter
384
+ def target(self) -> str:
385
+ """
386
+ Gets or sets the target.
387
+ """
388
+ return pulumi.get(self, "target")
389
+
390
+
391
+ @pulumi.output_type
392
+ class CloudConnectorsResponse(dict):
393
+ """
394
+ External Cloud Service connectors
395
+ """
396
+ @staticmethod
397
+ def __key_warning(key: str):
398
+ suggest = None
399
+ if key == "awsExternalId":
400
+ suggest = "aws_external_id"
401
+
402
+ if suggest:
403
+ pulumi.log.warn(f"Key '{key}' not found in CloudConnectorsResponse. Access the value via the '{suggest}' property getter instead.")
404
+
405
+ def __getitem__(self, key: str) -> Any:
406
+ CloudConnectorsResponse.__key_warning(key)
407
+ return super().__getitem__(key)
408
+
409
+ def get(self, key: str, default = None) -> Any:
410
+ CloudConnectorsResponse.__key_warning(key)
411
+ return super().get(key, default)
412
+
413
+ def __init__(__self__, *,
414
+ aws_external_id: str):
415
+ """
416
+ External Cloud Service connectors
417
+ :param str aws_external_id: AWS external identifier.
418
+ Configured in AWS to allow use of the role arn used for scanning
419
+ """
420
+ pulumi.set(__self__, "aws_external_id", aws_external_id)
421
+
422
+ @property
423
+ @pulumi.getter(name="awsExternalId")
424
+ def aws_external_id(self) -> str:
425
+ """
426
+ AWS external identifier.
427
+ Configured in AWS to allow use of the role arn used for scanning
428
+ """
429
+ return pulumi.get(self, "aws_external_id")
430
+
431
+
432
+ @pulumi.output_type
433
+ class CredentialsResponse(dict):
434
+ """
435
+ Credentials to access the event streaming service attached to the purview account.
436
+ """
437
+ @staticmethod
438
+ def __key_warning(key: str):
439
+ suggest = None
440
+ if key == "identityId":
441
+ suggest = "identity_id"
442
+
443
+ if suggest:
444
+ pulumi.log.warn(f"Key '{key}' not found in CredentialsResponse. Access the value via the '{suggest}' property getter instead.")
445
+
446
+ def __getitem__(self, key: str) -> Any:
447
+ CredentialsResponse.__key_warning(key)
448
+ return super().__getitem__(key)
449
+
450
+ def get(self, key: str, default = None) -> Any:
451
+ CredentialsResponse.__key_warning(key)
452
+ return super().get(key, default)
453
+
454
+ def __init__(__self__, *,
455
+ identity_id: Optional[str] = None,
456
+ type: Optional[str] = None):
457
+ """
458
+ Credentials to access the event streaming service attached to the purview account.
459
+ :param str identity_id: Identity identifier for UserAssign type.
460
+ :param str type: Identity Type.
461
+ """
462
+ if identity_id is not None:
463
+ pulumi.set(__self__, "identity_id", identity_id)
464
+ if type is not None:
465
+ pulumi.set(__self__, "type", type)
466
+
467
+ @property
468
+ @pulumi.getter(name="identityId")
469
+ def identity_id(self) -> Optional[str]:
470
+ """
471
+ Identity identifier for UserAssign type.
472
+ """
473
+ return pulumi.get(self, "identity_id")
474
+
475
+ @property
476
+ @pulumi.getter
477
+ def type(self) -> Optional[str]:
478
+ """
479
+ Identity Type.
480
+ """
481
+ return pulumi.get(self, "type")
482
+
483
+
484
+ @pulumi.output_type
485
+ class ErrorModelResponse(dict):
486
+ """
487
+ Default error model
488
+ """
489
+ def __init__(__self__, *,
490
+ code: str,
491
+ details: Sequence['outputs.ErrorModelResponse'],
492
+ message: str,
493
+ target: str):
494
+ """
495
+ Default error model
496
+ :param str code: Gets or sets the code.
497
+ :param Sequence['ErrorModelResponse'] details: Gets or sets the details.
498
+ :param str message: Gets or sets the messages.
499
+ :param str target: Gets or sets the target.
500
+ """
501
+ pulumi.set(__self__, "code", code)
502
+ pulumi.set(__self__, "details", details)
503
+ pulumi.set(__self__, "message", message)
504
+ pulumi.set(__self__, "target", target)
505
+
506
+ @property
507
+ @pulumi.getter
508
+ def code(self) -> str:
509
+ """
510
+ Gets or sets the code.
511
+ """
512
+ return pulumi.get(self, "code")
513
+
514
+ @property
515
+ @pulumi.getter
516
+ def details(self) -> Sequence['outputs.ErrorModelResponse']:
517
+ """
518
+ Gets or sets the details.
519
+ """
520
+ return pulumi.get(self, "details")
521
+
522
+ @property
523
+ @pulumi.getter
524
+ def message(self) -> str:
525
+ """
526
+ Gets or sets the messages.
527
+ """
528
+ return pulumi.get(self, "message")
529
+
530
+ @property
531
+ @pulumi.getter
532
+ def target(self) -> str:
533
+ """
534
+ Gets or sets the target.
535
+ """
536
+ return pulumi.get(self, "target")
537
+
538
+
539
+ @pulumi.output_type
540
+ class IdentityResponse(dict):
541
+ """
542
+ The Managed Identity of the resource
543
+ """
544
+ @staticmethod
545
+ def __key_warning(key: str):
546
+ suggest = None
547
+ if key == "principalId":
548
+ suggest = "principal_id"
549
+ elif key == "tenantId":
550
+ suggest = "tenant_id"
551
+ elif key == "userAssignedIdentities":
552
+ suggest = "user_assigned_identities"
553
+
554
+ if suggest:
555
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
556
+
557
+ def __getitem__(self, key: str) -> Any:
558
+ IdentityResponse.__key_warning(key)
559
+ return super().__getitem__(key)
560
+
561
+ def get(self, key: str, default = None) -> Any:
562
+ IdentityResponse.__key_warning(key)
563
+ return super().get(key, default)
564
+
565
+ def __init__(__self__, *,
566
+ principal_id: str,
567
+ tenant_id: str,
568
+ type: Optional[str] = None,
569
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
570
+ """
571
+ The Managed Identity of the resource
572
+ :param str principal_id: Service principal object Id
573
+ :param str tenant_id: Tenant Id
574
+ :param str type: Identity Type
575
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: User Assigned Identities
576
+ """
577
+ pulumi.set(__self__, "principal_id", principal_id)
578
+ pulumi.set(__self__, "tenant_id", tenant_id)
579
+ if type is not None:
580
+ pulumi.set(__self__, "type", type)
581
+ if user_assigned_identities is not None:
582
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
583
+
584
+ @property
585
+ @pulumi.getter(name="principalId")
586
+ def principal_id(self) -> str:
587
+ """
588
+ Service principal object Id
589
+ """
590
+ return pulumi.get(self, "principal_id")
591
+
592
+ @property
593
+ @pulumi.getter(name="tenantId")
594
+ def tenant_id(self) -> str:
595
+ """
596
+ Tenant Id
597
+ """
598
+ return pulumi.get(self, "tenant_id")
599
+
600
+ @property
601
+ @pulumi.getter
602
+ def type(self) -> Optional[str]:
603
+ """
604
+ Identity Type
605
+ """
606
+ return pulumi.get(self, "type")
607
+
608
+ @property
609
+ @pulumi.getter(name="userAssignedIdentities")
610
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
611
+ """
612
+ User Assigned Identities
613
+ """
614
+ return pulumi.get(self, "user_assigned_identities")
615
+
616
+
617
+ @pulumi.output_type
618
+ class IngestionStorageResponse(dict):
619
+ """
620
+ Ingestion Storage Account Info
621
+ """
622
+ @staticmethod
623
+ def __key_warning(key: str):
624
+ suggest = None
625
+ if key == "primaryEndpoint":
626
+ suggest = "primary_endpoint"
627
+ elif key == "publicNetworkAccess":
628
+ suggest = "public_network_access"
629
+
630
+ if suggest:
631
+ pulumi.log.warn(f"Key '{key}' not found in IngestionStorageResponse. Access the value via the '{suggest}' property getter instead.")
632
+
633
+ def __getitem__(self, key: str) -> Any:
634
+ IngestionStorageResponse.__key_warning(key)
635
+ return super().__getitem__(key)
636
+
637
+ def get(self, key: str, default = None) -> Any:
638
+ IngestionStorageResponse.__key_warning(key)
639
+ return super().get(key, default)
640
+
641
+ def __init__(__self__, *,
642
+ id: str,
643
+ primary_endpoint: str,
644
+ public_network_access: Optional[str] = None):
645
+ """
646
+ Ingestion Storage Account Info
647
+ :param str id: Gets or sets the Id.
648
+ :param str primary_endpoint: Gets or sets the primary endpoint.
649
+ :param str public_network_access: Gets or sets the public network access setting
650
+ """
651
+ pulumi.set(__self__, "id", id)
652
+ pulumi.set(__self__, "primary_endpoint", primary_endpoint)
653
+ if public_network_access is not None:
654
+ pulumi.set(__self__, "public_network_access", public_network_access)
655
+
656
+ @property
657
+ @pulumi.getter
658
+ def id(self) -> str:
659
+ """
660
+ Gets or sets the Id.
661
+ """
662
+ return pulumi.get(self, "id")
663
+
664
+ @property
665
+ @pulumi.getter(name="primaryEndpoint")
666
+ def primary_endpoint(self) -> str:
667
+ """
668
+ Gets or sets the primary endpoint.
669
+ """
670
+ return pulumi.get(self, "primary_endpoint")
671
+
672
+ @property
673
+ @pulumi.getter(name="publicNetworkAccess")
674
+ def public_network_access(self) -> Optional[str]:
675
+ """
676
+ Gets or sets the public network access setting
677
+ """
678
+ return pulumi.get(self, "public_network_access")
679
+
680
+
681
+ @pulumi.output_type
682
+ class PrivateEndpointConnectionResponse(dict):
683
+ """
684
+ A private endpoint connection class.
685
+ """
686
+ @staticmethod
687
+ def __key_warning(key: str):
688
+ suggest = None
689
+ if key == "provisioningState":
690
+ suggest = "provisioning_state"
691
+ elif key == "systemData":
692
+ suggest = "system_data"
693
+ elif key == "privateEndpoint":
694
+ suggest = "private_endpoint"
695
+ elif key == "privateLinkServiceConnectionState":
696
+ suggest = "private_link_service_connection_state"
697
+
698
+ if suggest:
699
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
700
+
701
+ def __getitem__(self, key: str) -> Any:
702
+ PrivateEndpointConnectionResponse.__key_warning(key)
703
+ return super().__getitem__(key)
704
+
705
+ def get(self, key: str, default = None) -> Any:
706
+ PrivateEndpointConnectionResponse.__key_warning(key)
707
+ return super().get(key, default)
708
+
709
+ def __init__(__self__, *,
710
+ id: str,
711
+ name: str,
712
+ provisioning_state: str,
713
+ system_data: 'outputs.ProxyResourceResponseSystemData',
714
+ type: str,
715
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None,
716
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
717
+ """
718
+ A private endpoint connection class.
719
+ :param str id: Gets or sets the identifier.
720
+ :param str name: Gets or sets the name.
721
+ :param str provisioning_state: The provisioning state.
722
+ :param 'ProxyResourceResponseSystemData' system_data: Metadata pertaining to creation and last modification of the resource.
723
+ :param str type: Gets or sets the type.
724
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint information.
725
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: The private link service connection state.
726
+ """
727
+ pulumi.set(__self__, "id", id)
728
+ pulumi.set(__self__, "name", name)
729
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
730
+ pulumi.set(__self__, "system_data", system_data)
731
+ pulumi.set(__self__, "type", type)
732
+ if private_endpoint is not None:
733
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
734
+ if private_link_service_connection_state is not None:
735
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
736
+
737
+ @property
738
+ @pulumi.getter
739
+ def id(self) -> str:
740
+ """
741
+ Gets or sets the identifier.
742
+ """
743
+ return pulumi.get(self, "id")
744
+
745
+ @property
746
+ @pulumi.getter
747
+ def name(self) -> str:
748
+ """
749
+ Gets or sets the name.
750
+ """
751
+ return pulumi.get(self, "name")
752
+
753
+ @property
754
+ @pulumi.getter(name="provisioningState")
755
+ def provisioning_state(self) -> str:
756
+ """
757
+ The provisioning state.
758
+ """
759
+ return pulumi.get(self, "provisioning_state")
760
+
761
+ @property
762
+ @pulumi.getter(name="systemData")
763
+ def system_data(self) -> 'outputs.ProxyResourceResponseSystemData':
764
+ """
765
+ Metadata pertaining to creation and last modification of the resource.
766
+ """
767
+ return pulumi.get(self, "system_data")
768
+
769
+ @property
770
+ @pulumi.getter
771
+ def type(self) -> str:
772
+ """
773
+ Gets or sets the type.
774
+ """
775
+ return pulumi.get(self, "type")
776
+
777
+ @property
778
+ @pulumi.getter(name="privateEndpoint")
779
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
780
+ """
781
+ The private endpoint information.
782
+ """
783
+ return pulumi.get(self, "private_endpoint")
784
+
785
+ @property
786
+ @pulumi.getter(name="privateLinkServiceConnectionState")
787
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
788
+ """
789
+ The private link service connection state.
790
+ """
791
+ return pulumi.get(self, "private_link_service_connection_state")
792
+
793
+
794
+ @pulumi.output_type
795
+ class PrivateEndpointResponse(dict):
796
+ """
797
+ A private endpoint class.
798
+ """
799
+ def __init__(__self__, *,
800
+ id: Optional[str] = None):
801
+ """
802
+ A private endpoint class.
803
+ :param str id: The private endpoint identifier.
804
+ """
805
+ if id is not None:
806
+ pulumi.set(__self__, "id", id)
807
+
808
+ @property
809
+ @pulumi.getter
810
+ def id(self) -> Optional[str]:
811
+ """
812
+ The private endpoint identifier.
813
+ """
814
+ return pulumi.get(self, "id")
815
+
816
+
817
+ @pulumi.output_type
818
+ class PrivateLinkServiceConnectionStateResponse(dict):
819
+ """
820
+ The private link service connection state.
821
+ """
822
+ @staticmethod
823
+ def __key_warning(key: str):
824
+ suggest = None
825
+ if key == "actionsRequired":
826
+ suggest = "actions_required"
827
+
828
+ if suggest:
829
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
830
+
831
+ def __getitem__(self, key: str) -> Any:
832
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
833
+ return super().__getitem__(key)
834
+
835
+ def get(self, key: str, default = None) -> Any:
836
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
837
+ return super().get(key, default)
838
+
839
+ def __init__(__self__, *,
840
+ actions_required: Optional[str] = None,
841
+ description: Optional[str] = None,
842
+ status: Optional[str] = None):
843
+ """
844
+ The private link service connection state.
845
+ :param str actions_required: The required actions.
846
+ :param str description: The description.
847
+ :param str status: The status.
848
+ """
849
+ if actions_required is not None:
850
+ pulumi.set(__self__, "actions_required", actions_required)
851
+ if description is not None:
852
+ pulumi.set(__self__, "description", description)
853
+ if status is not None:
854
+ pulumi.set(__self__, "status", status)
855
+
856
+ @property
857
+ @pulumi.getter(name="actionsRequired")
858
+ def actions_required(self) -> Optional[str]:
859
+ """
860
+ The required actions.
861
+ """
862
+ return pulumi.get(self, "actions_required")
863
+
864
+ @property
865
+ @pulumi.getter
866
+ def description(self) -> Optional[str]:
867
+ """
868
+ The description.
869
+ """
870
+ return pulumi.get(self, "description")
871
+
872
+ @property
873
+ @pulumi.getter
874
+ def status(self) -> Optional[str]:
875
+ """
876
+ The status.
877
+ """
878
+ return pulumi.get(self, "status")
879
+
880
+
881
+ @pulumi.output_type
882
+ class ProxyResourceResponseSystemData(dict):
883
+ """
884
+ Metadata pertaining to creation and last modification of the resource.
885
+ """
886
+ @staticmethod
887
+ def __key_warning(key: str):
888
+ suggest = None
889
+ if key == "createdAt":
890
+ suggest = "created_at"
891
+ elif key == "createdBy":
892
+ suggest = "created_by"
893
+ elif key == "createdByType":
894
+ suggest = "created_by_type"
895
+ elif key == "lastModifiedAt":
896
+ suggest = "last_modified_at"
897
+ elif key == "lastModifiedBy":
898
+ suggest = "last_modified_by"
899
+ elif key == "lastModifiedByType":
900
+ suggest = "last_modified_by_type"
901
+
902
+ if suggest:
903
+ pulumi.log.warn(f"Key '{key}' not found in ProxyResourceResponseSystemData. Access the value via the '{suggest}' property getter instead.")
904
+
905
+ def __getitem__(self, key: str) -> Any:
906
+ ProxyResourceResponseSystemData.__key_warning(key)
907
+ return super().__getitem__(key)
908
+
909
+ def get(self, key: str, default = None) -> Any:
910
+ ProxyResourceResponseSystemData.__key_warning(key)
911
+ return super().get(key, default)
912
+
913
+ def __init__(__self__, *,
914
+ created_at: str,
915
+ created_by: str,
916
+ created_by_type: str,
917
+ last_modified_at: str,
918
+ last_modified_by: str,
919
+ last_modified_by_type: str):
920
+ """
921
+ Metadata pertaining to creation and last modification of the resource.
922
+ :param str created_at: The timestamp of resource creation (UTC).
923
+ :param str created_by: The identity that created the resource.
924
+ :param str created_by_type: The type of identity that created the resource.
925
+ :param str last_modified_at: The timestamp of the last modification the resource (UTC).
926
+ :param str last_modified_by: The identity that last modified the resource.
927
+ :param str last_modified_by_type: The type of identity that last modified the resource.
928
+ """
929
+ pulumi.set(__self__, "created_at", created_at)
930
+ pulumi.set(__self__, "created_by", created_by)
931
+ pulumi.set(__self__, "created_by_type", created_by_type)
932
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
933
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
934
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
935
+
936
+ @property
937
+ @pulumi.getter(name="createdAt")
938
+ def created_at(self) -> str:
939
+ """
940
+ The timestamp of resource creation (UTC).
941
+ """
942
+ return pulumi.get(self, "created_at")
943
+
944
+ @property
945
+ @pulumi.getter(name="createdBy")
946
+ def created_by(self) -> str:
947
+ """
948
+ The identity that created the resource.
949
+ """
950
+ return pulumi.get(self, "created_by")
951
+
952
+ @property
953
+ @pulumi.getter(name="createdByType")
954
+ def created_by_type(self) -> str:
955
+ """
956
+ The type of identity that created the resource.
957
+ """
958
+ return pulumi.get(self, "created_by_type")
959
+
960
+ @property
961
+ @pulumi.getter(name="lastModifiedAt")
962
+ def last_modified_at(self) -> str:
963
+ """
964
+ The timestamp of the last modification the resource (UTC).
965
+ """
966
+ return pulumi.get(self, "last_modified_at")
967
+
968
+ @property
969
+ @pulumi.getter(name="lastModifiedBy")
970
+ def last_modified_by(self) -> str:
971
+ """
972
+ The identity that last modified the resource.
973
+ """
974
+ return pulumi.get(self, "last_modified_by")
975
+
976
+ @property
977
+ @pulumi.getter(name="lastModifiedByType")
978
+ def last_modified_by_type(self) -> str:
979
+ """
980
+ The type of identity that last modified the resource.
981
+ """
982
+ return pulumi.get(self, "last_modified_by_type")
983
+
984
+
985
+ @pulumi.output_type
986
+ class TrackedResourceResponseSystemData(dict):
987
+ """
988
+ Metadata pertaining to creation and last modification of the resource.
989
+ """
990
+ @staticmethod
991
+ def __key_warning(key: str):
992
+ suggest = None
993
+ if key == "createdAt":
994
+ suggest = "created_at"
995
+ elif key == "createdBy":
996
+ suggest = "created_by"
997
+ elif key == "createdByType":
998
+ suggest = "created_by_type"
999
+ elif key == "lastModifiedAt":
1000
+ suggest = "last_modified_at"
1001
+ elif key == "lastModifiedBy":
1002
+ suggest = "last_modified_by"
1003
+ elif key == "lastModifiedByType":
1004
+ suggest = "last_modified_by_type"
1005
+
1006
+ if suggest:
1007
+ pulumi.log.warn(f"Key '{key}' not found in TrackedResourceResponseSystemData. Access the value via the '{suggest}' property getter instead.")
1008
+
1009
+ def __getitem__(self, key: str) -> Any:
1010
+ TrackedResourceResponseSystemData.__key_warning(key)
1011
+ return super().__getitem__(key)
1012
+
1013
+ def get(self, key: str, default = None) -> Any:
1014
+ TrackedResourceResponseSystemData.__key_warning(key)
1015
+ return super().get(key, default)
1016
+
1017
+ def __init__(__self__, *,
1018
+ created_at: str,
1019
+ created_by: str,
1020
+ created_by_type: str,
1021
+ last_modified_at: str,
1022
+ last_modified_by: str,
1023
+ last_modified_by_type: str):
1024
+ """
1025
+ Metadata pertaining to creation and last modification of the resource.
1026
+ :param str created_at: The timestamp of resource creation (UTC).
1027
+ :param str created_by: The identity that created the resource.
1028
+ :param str created_by_type: The type of identity that created the resource.
1029
+ :param str last_modified_at: The timestamp of the last modification the resource (UTC).
1030
+ :param str last_modified_by: The identity that last modified the resource.
1031
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1032
+ """
1033
+ pulumi.set(__self__, "created_at", created_at)
1034
+ pulumi.set(__self__, "created_by", created_by)
1035
+ pulumi.set(__self__, "created_by_type", created_by_type)
1036
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1037
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1038
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1039
+
1040
+ @property
1041
+ @pulumi.getter(name="createdAt")
1042
+ def created_at(self) -> str:
1043
+ """
1044
+ The timestamp of resource creation (UTC).
1045
+ """
1046
+ return pulumi.get(self, "created_at")
1047
+
1048
+ @property
1049
+ @pulumi.getter(name="createdBy")
1050
+ def created_by(self) -> str:
1051
+ """
1052
+ The identity that created the resource.
1053
+ """
1054
+ return pulumi.get(self, "created_by")
1055
+
1056
+ @property
1057
+ @pulumi.getter(name="createdByType")
1058
+ def created_by_type(self) -> str:
1059
+ """
1060
+ The type of identity that created the resource.
1061
+ """
1062
+ return pulumi.get(self, "created_by_type")
1063
+
1064
+ @property
1065
+ @pulumi.getter(name="lastModifiedAt")
1066
+ def last_modified_at(self) -> str:
1067
+ """
1068
+ The timestamp of the last modification the resource (UTC).
1069
+ """
1070
+ return pulumi.get(self, "last_modified_at")
1071
+
1072
+ @property
1073
+ @pulumi.getter(name="lastModifiedBy")
1074
+ def last_modified_by(self) -> str:
1075
+ """
1076
+ The identity that last modified the resource.
1077
+ """
1078
+ return pulumi.get(self, "last_modified_by")
1079
+
1080
+ @property
1081
+ @pulumi.getter(name="lastModifiedByType")
1082
+ def last_modified_by_type(self) -> str:
1083
+ """
1084
+ The type of identity that last modified the resource.
1085
+ """
1086
+ return pulumi.get(self, "last_modified_by_type")
1087
+
1088
+
1089
+ @pulumi.output_type
1090
+ class UserAssignedIdentityResponse(dict):
1091
+ """
1092
+ Uses client ID and Principal ID
1093
+ """
1094
+ @staticmethod
1095
+ def __key_warning(key: str):
1096
+ suggest = None
1097
+ if key == "clientId":
1098
+ suggest = "client_id"
1099
+ elif key == "principalId":
1100
+ suggest = "principal_id"
1101
+
1102
+ if suggest:
1103
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1104
+
1105
+ def __getitem__(self, key: str) -> Any:
1106
+ UserAssignedIdentityResponse.__key_warning(key)
1107
+ return super().__getitem__(key)
1108
+
1109
+ def get(self, key: str, default = None) -> Any:
1110
+ UserAssignedIdentityResponse.__key_warning(key)
1111
+ return super().get(key, default)
1112
+
1113
+ def __init__(__self__, *,
1114
+ client_id: str,
1115
+ principal_id: str):
1116
+ """
1117
+ Uses client ID and Principal ID
1118
+ :param str client_id: Gets or Sets Client ID
1119
+ :param str principal_id: Gets or Sets Principal ID
1120
+ """
1121
+ pulumi.set(__self__, "client_id", client_id)
1122
+ pulumi.set(__self__, "principal_id", principal_id)
1123
+
1124
+ @property
1125
+ @pulumi.getter(name="clientId")
1126
+ def client_id(self) -> str:
1127
+ """
1128
+ Gets or Sets Client ID
1129
+ """
1130
+ return pulumi.get(self, "client_id")
1131
+
1132
+ @property
1133
+ @pulumi.getter(name="principalId")
1134
+ def principal_id(self) -> str:
1135
+ """
1136
+ Gets or Sets Principal ID
1137
+ """
1138
+ return pulumi.get(self, "principal_id")
1139
+
1140
+