pulumi-azure-native 2.46.0a1718025681__py3-none-any.whl → 2.46.0a1718982238__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (734) hide show
  1. pulumi_azure_native/__init__.py +129 -22
  2. pulumi_azure_native/authorization/_inputs.py +16 -0
  3. pulumi_azure_native/authorization/outputs.py +14 -0
  4. pulumi_azure_native/authorization/v20230401/_inputs.py +16 -0
  5. pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +14 -1
  6. pulumi_azure_native/authorization/v20230401/outputs.py +14 -0
  7. pulumi_azure_native/authorization/v20230401/policy_assignment.py +29 -0
  8. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -1
  9. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -0
  10. pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +3 -3
  11. pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +8 -8
  12. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  13. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  14. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  15. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  16. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  17. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  18. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  19. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  20. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  21. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  22. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  23. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  24. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  25. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  26. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  27. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  28. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  29. pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +20 -0
  30. pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +102 -0
  31. pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +856 -0
  32. pulumi_azure_native/{securitydevops/v20220901preview/azure_dev_ops_connector.py → azuredatatransfer/v20240507/connection.py} +48 -38
  33. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +332 -0
  34. pulumi_azure_native/{securitydevops/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_connection.py} +30 -24
  35. pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +188 -0
  36. pulumi_azure_native/{securitydevops/v20220901preview/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_pipeline.py} +31 -23
  37. pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +80 -0
  38. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +92 -0
  39. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +92 -0
  40. pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +110 -0
  41. pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +2038 -0
  42. pulumi_azure_native/{securitydevops/azure_dev_ops_connector.py → azuredatatransfer/v20240507/pipeline.py} +52 -44
  43. pulumi_azure_native/containerservice/__init__.py +3 -0
  44. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  45. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  46. pulumi_azure_native/containerservice/get_load_balancer.py +4 -0
  47. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  48. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  49. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  50. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  51. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  52. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  53. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  54. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  55. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  56. pulumi_azure_native/containerservice/load_balancer.py +5 -1
  57. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  58. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  59. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  60. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  61. pulumi_azure_native/containerservice/snapshot.py +3 -3
  62. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  63. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  64. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  66. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  68. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  73. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  74. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  78. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  80. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  81. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  82. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  83. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  84. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  90. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  92. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  93. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  94. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  95. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  96. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  97. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  99. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  100. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  101. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  102. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  103. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  104. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  105. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  106. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  107. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  108. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  109. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  111. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  112. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  113. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  115. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  116. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  117. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  118. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  119. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  120. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  121. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  122. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  123. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  124. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  125. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  126. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  134. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  135. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  136. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  137. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  138. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  139. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  151. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  152. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  153. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  161. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  162. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  164. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  165. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  166. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  175. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  176. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  177. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  178. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  179. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  180. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  181. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  182. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  184. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  185. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  186. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  187. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  188. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  189. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  190. pulumi_azure_native/containerservice/v20240402preview/__init__.py +29 -0
  191. pulumi_azure_native/containerservice/v20240402preview/_enums.py +874 -0
  192. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +7030 -0
  193. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1686 -0
  194. pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +812 -0
  195. pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +201 -0
  196. pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +162 -0
  197. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +833 -0
  198. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +183 -0
  199. pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +149 -0
  200. pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +248 -0
  201. pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +162 -0
  202. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +84 -0
  203. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  204. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +89 -0
  205. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +363 -0
  206. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +274 -0
  207. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1590 -0
  208. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +292 -0
  209. pulumi_azure_native/containerservice/v20240402preview/outputs.py +8189 -0
  210. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +246 -0
  211. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +342 -0
  212. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +255 -0
  213. pulumi_azure_native/datafactory/_enums.py +1 -0
  214. pulumi_azure_native/datafactory/_inputs.py +139 -2
  215. pulumi_azure_native/datafactory/outputs.py +139 -2
  216. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  217. pulumi_azure_native/datafactory/v20180601/_inputs.py +139 -2
  218. pulumi_azure_native/datafactory/v20180601/outputs.py +139 -2
  219. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  220. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  221. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  222. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  223. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  224. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  225. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  226. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  227. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  228. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  229. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  230. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  231. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  232. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  233. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  234. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  235. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  236. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  237. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  238. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  239. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  240. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  241. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  242. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  252. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  253. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  254. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  255. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  256. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  257. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  258. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  259. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  260. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  261. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  262. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  263. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  264. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  265. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  266. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  267. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  268. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  331. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  332. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  333. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  334. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  335. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  336. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  337. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +33 -0
  338. pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +323 -0
  339. pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +1398 -0
  340. pulumi_azure_native/{securitydevops/v20220901preview/git_hub_connector.py → desktopvirtualization/v20240408preview/app_attach_package.py} +55 -53
  341. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +536 -0
  342. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +556 -0
  343. pulumi_azure_native/{securitydevops/v20220901preview/get_git_hub_connector.py → desktopvirtualization/v20240408preview/get_app_attach_package.py} +25 -25
  344. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +305 -0
  345. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +326 -0
  346. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +599 -0
  347. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +266 -0
  349. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +175 -0
  350. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +175 -0
  351. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +326 -0
  352. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +461 -0
  353. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +344 -0
  354. pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +313 -0
  355. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1128 -0
  356. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +505 -0
  357. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +1771 -0
  358. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +247 -0
  359. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +247 -0
  360. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +597 -0
  361. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +957 -0
  362. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +680 -0
  363. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +525 -0
  364. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  365. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
  366. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  367. pulumi_azure_native/documentdb/v20240301preview/outputs.py +53 -92
  368. pulumi_azure_native/documentdb/v20240515/_enums.py +9 -0
  369. pulumi_azure_native/documentdb/v20240515/_inputs.py +248 -0
  370. pulumi_azure_native/documentdb/v20240515/service.py +16 -57
  371. pulumi_azure_native/machinelearningservices/_inputs.py +55 -0
  372. pulumi_azure_native/machinelearningservices/connection_deployment.py +28 -7
  373. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +12 -2
  374. pulumi_azure_native/machinelearningservices/outputs.py +75 -0
  375. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +21 -3
  376. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +16 -2
  377. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +76 -344
  378. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +28 -7
  379. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +28 -7
  380. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +12 -2
  381. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +12 -2
  382. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +91 -395
  383. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  384. pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
  385. pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
  386. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  387. pulumi_azure_native/monitor/v20231001preview/outputs.py +53 -92
  388. pulumi_azure_native/netapp/__init__.py +3 -0
  389. pulumi_azure_native/netapp/account.py +3 -3
  390. pulumi_azure_native/netapp/backup.py +2 -2
  391. pulumi_azure_native/netapp/backup_policy.py +3 -3
  392. pulumi_azure_native/netapp/backup_vault.py +3 -3
  393. pulumi_azure_native/netapp/get_account.py +2 -2
  394. pulumi_azure_native/netapp/get_backup.py +2 -2
  395. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  396. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  397. pulumi_azure_native/netapp/get_pool.py +2 -2
  398. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  399. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  400. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  401. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  402. pulumi_azure_native/netapp/get_volume.py +2 -2
  403. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  404. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  405. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  406. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  407. pulumi_azure_native/netapp/pool.py +3 -3
  408. pulumi_azure_native/netapp/snapshot.py +3 -3
  409. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  410. pulumi_azure_native/netapp/subvolume.py +3 -3
  411. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  412. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  413. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  414. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  415. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  416. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  417. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  418. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  419. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  420. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  421. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  422. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  423. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  424. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  425. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  426. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  427. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  428. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  429. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  430. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  431. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  432. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  433. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  434. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  435. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  436. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  437. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  438. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  439. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  440. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  441. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  442. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  443. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  444. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  445. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  446. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  447. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  448. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  449. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  450. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  451. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  452. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  453. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  454. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  455. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  456. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  457. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  458. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  459. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  460. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  461. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  462. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  463. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  464. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  465. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  466. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  467. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  468. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  469. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  470. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  471. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  472. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  473. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  474. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  475. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  476. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  477. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  478. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  479. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  480. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  481. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  482. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  483. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  484. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  485. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  486. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  487. pulumi_azure_native/netapp/v20231101preview/__init__.py +35 -0
  488. pulumi_azure_native/netapp/v20231101preview/_enums.py +565 -0
  489. pulumi_azure_native/netapp/v20231101preview/_inputs.py +2355 -0
  490. pulumi_azure_native/netapp/v20231101preview/account.py +380 -0
  491. pulumi_azure_native/netapp/v20231101preview/backup.py +397 -0
  492. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +409 -0
  493. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +253 -0
  494. pulumi_azure_native/netapp/v20231101preview/get_account.py +248 -0
  495. pulumi_azure_native/netapp/v20231101preview/get_backup.py +271 -0
  496. pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +266 -0
  497. pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +162 -0
  498. pulumi_azure_native/netapp/v20231101preview/get_pool.py +279 -0
  499. pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +185 -0
  500. pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +240 -0
  501. pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +185 -0
  502. pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +249 -0
  503. pulumi_azure_native/netapp/v20231101preview/get_volume.py +921 -0
  504. pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +162 -0
  505. pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +93 -0
  506. pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +211 -0
  507. pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +89 -0
  508. pulumi_azure_native/netapp/v20231101preview/outputs.py +3148 -0
  509. pulumi_azure_native/netapp/v20231101preview/pool.py +457 -0
  510. pulumi_azure_native/netapp/v20231101preview/snapshot.py +286 -0
  511. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +409 -0
  512. pulumi_azure_native/netapp/v20231101preview/subvolume.py +324 -0
  513. pulumi_azure_native/netapp/v20231101preview/volume.py +1702 -0
  514. pulumi_azure_native/netapp/v20231101preview/volume_group.py +274 -0
  515. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +383 -0
  516. pulumi_azure_native/netapp/volume.py +3 -3
  517. pulumi_azure_native/netapp/volume_group.py +3 -3
  518. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  519. pulumi_azure_native/pulumi-plugin.json +1 -1
  520. pulumi_azure_native/purview/__init__.py +3 -0
  521. pulumi_azure_native/purview/account.py +3 -3
  522. pulumi_azure_native/purview/get_account.py +2 -2
  523. pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
  524. pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
  525. pulumi_azure_native/purview/kafka_configuration.py +3 -3
  526. pulumi_azure_native/purview/list_account_keys.py +2 -2
  527. pulumi_azure_native/purview/list_feature_account.py +2 -2
  528. pulumi_azure_native/purview/list_feature_subscription.py +2 -2
  529. pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
  530. pulumi_azure_native/purview/v20201201preview/account.py +1 -1
  531. pulumi_azure_native/purview/v20210701/account.py +1 -1
  532. pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
  533. pulumi_azure_native/purview/v20211201/account.py +1 -1
  534. pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
  535. pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
  536. pulumi_azure_native/purview/v20230501preview/account.py +1 -1
  537. pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
  538. pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
  539. pulumi_azure_native/purview/v20240401preview/__init__.py +19 -0
  540. pulumi_azure_native/purview/v20240401preview/_enums.py +107 -0
  541. pulumi_azure_native/purview/v20240401preview/_inputs.py +245 -0
  542. pulumi_azure_native/purview/v20240401preview/account.py +588 -0
  543. pulumi_azure_native/purview/v20240401preview/get_account.py +404 -0
  544. pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +211 -0
  545. pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +162 -0
  546. pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +390 -0
  547. pulumi_azure_native/purview/v20240401preview/list_account_keys.py +91 -0
  548. pulumi_azure_native/purview/v20240401preview/list_feature_account.py +83 -0
  549. pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +78 -0
  550. pulumi_azure_native/purview/v20240401preview/outputs.py +1140 -0
  551. pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +255 -0
  552. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  553. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  554. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  555. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  556. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  557. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +4 -0
  558. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  559. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  560. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  561. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  562. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  563. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  564. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  565. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  566. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  567. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  568. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +5 -1
  569. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  570. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  571. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  572. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  573. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  574. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  575. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  576. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  577. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  578. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  579. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  580. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  581. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  582. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  583. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  584. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  585. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  586. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  587. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  588. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  589. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  590. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  591. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  592. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  593. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  594. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  595. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  596. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  597. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  598. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  599. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  600. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  601. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  602. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  603. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  604. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  605. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  606. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  607. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  608. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  609. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  610. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  611. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  612. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  613. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  614. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  615. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  616. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  617. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  618. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  619. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  620. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  621. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  622. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  623. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  624. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  625. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  626. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  627. pulumi_azure_native/recoveryservices/v20240401/__init__.py +22 -0
  628. pulumi_azure_native/recoveryservices/v20240401/_enums.py +179 -0
  629. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +15590 -7231
  630. pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +141 -0
  631. pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +146 -0
  632. pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +146 -0
  633. pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +136 -0
  634. pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +146 -0
  635. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +133 -0
  636. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +146 -0
  637. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +136 -0
  638. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +141 -0
  639. pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +146 -0
  640. pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +141 -0
  641. pulumi_azure_native/recoveryservices/v20240401/outputs.py +30462 -8186
  642. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +215 -0
  643. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +259 -0
  644. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +258 -0
  645. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +216 -0
  646. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +258 -0
  647. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +248 -0
  648. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +258 -0
  649. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +217 -0
  650. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +237 -0
  651. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +257 -0
  652. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +236 -0
  653. pulumi_azure_native/resourcegraph/__init__.py +9 -0
  654. pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
  655. pulumi_azure_native/resourcegraph/graph_query.py +3 -3
  656. pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
  657. pulumi_azure_native/{securitydevops/_enums.py → resourcegraph/v20190401/__init__.py} +5 -10
  658. pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +200 -0
  659. pulumi_azure_native/resourcegraph/v20190401/graph_query.py +320 -0
  660. pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
  661. pulumi_azure_native/{securitydevops/v20220901preview/_enums.py → resourcegraph/v20210301/__init__.py} +5 -10
  662. pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +200 -0
  663. pulumi_azure_native/resourcegraph/v20210301/graph_query.py +320 -0
  664. pulumi_azure_native/resourcegraph/v20221001/__init__.py +9 -0
  665. pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +200 -0
  666. pulumi_azure_native/resourcegraph/v20221001/graph_query.py +320 -0
  667. pulumi_azure_native/storagemover/__init__.py +3 -0
  668. pulumi_azure_native/storagemover/agent.py +3 -3
  669. pulumi_azure_native/storagemover/endpoint.py +3 -3
  670. pulumi_azure_native/storagemover/get_agent.py +2 -2
  671. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  672. pulumi_azure_native/storagemover/get_job_definition.py +2 -2
  673. pulumi_azure_native/storagemover/get_project.py +2 -2
  674. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  675. pulumi_azure_native/storagemover/job_definition.py +3 -3
  676. pulumi_azure_native/storagemover/project.py +3 -3
  677. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  678. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  679. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  680. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  681. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  682. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  683. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  684. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  685. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  686. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  687. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  688. pulumi_azure_native/storagemover/v20231001/agent.py +1 -1
  689. pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
  690. pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
  691. pulumi_azure_native/storagemover/v20231001/project.py +1 -1
  692. pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
  693. pulumi_azure_native/storagemover/v20240701/__init__.py +20 -0
  694. pulumi_azure_native/storagemover/v20240701/_enums.py +60 -0
  695. pulumi_azure_native/storagemover/v20240701/_inputs.py +529 -0
  696. pulumi_azure_native/storagemover/v20240701/agent.py +402 -0
  697. pulumi_azure_native/storagemover/v20240701/endpoint.py +217 -0
  698. pulumi_azure_native/storagemover/v20240701/get_agent.py +302 -0
  699. pulumi_azure_native/storagemover/v20240701/get_endpoint.py +136 -0
  700. pulumi_azure_native/storagemover/v20240701/get_job_definition.py +310 -0
  701. pulumi_azure_native/storagemover/v20240701/get_project.py +149 -0
  702. pulumi_azure_native/{securitydevops/get_git_hub_connector.py → storagemover/v20240701/get_storage_mover.py} +46 -35
  703. pulumi_azure_native/storagemover/v20240701/job_definition.py +483 -0
  704. pulumi_azure_native/storagemover/v20240701/outputs.py +774 -0
  705. pulumi_azure_native/storagemover/v20240701/project.py +224 -0
  706. pulumi_azure_native/{securitydevops/git_hub_connector.py → storagemover/v20240701/storage_mover.py} +63 -56
  707. pulumi_azure_native/videoindexer/__init__.py +5 -0
  708. pulumi_azure_native/videoindexer/_enums.py +10 -0
  709. pulumi_azure_native/videoindexer/_inputs.py +57 -0
  710. pulumi_azure_native/videoindexer/account.py +3 -3
  711. pulumi_azure_native/videoindexer/get_account.py +2 -2
  712. pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +177 -0
  713. pulumi_azure_native/videoindexer/outputs.py +88 -0
  714. pulumi_azure_native/videoindexer/private_endpoint_connection.py +249 -0
  715. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  716. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  717. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  718. pulumi_azure_native/{securitydevops/v20220901preview → videoindexer/v20240601preview}/__init__.py +4 -4
  719. pulumi_azure_native/videoindexer/v20240601preview/_enums.py +38 -0
  720. pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +218 -0
  721. pulumi_azure_native/videoindexer/v20240601preview/account.py +444 -0
  722. pulumi_azure_native/videoindexer/v20240601preview/get_account.py +274 -0
  723. pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +175 -0
  724. pulumi_azure_native/videoindexer/v20240601preview/outputs.py +582 -0
  725. pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +247 -0
  726. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/METADATA +1 -1
  727. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/RECORD +729 -584
  728. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/WHEEL +1 -1
  729. pulumi_azure_native/securitydevops/__init__.py +0 -22
  730. pulumi_azure_native/securitydevops/_inputs.py +0 -214
  731. pulumi_azure_native/securitydevops/outputs.py +0 -377
  732. pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +0 -214
  733. pulumi_azure_native/securitydevops/v20220901preview/outputs.py +0 -377
  734. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2038 @@
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
+ 'ConnectionPropertiesResponse',
16
+ 'FlowPropertiesResponse',
17
+ 'InternalMetadataPropertiesResponse',
18
+ 'ManagedServiceIdentityResponse',
19
+ 'MessagingOptionsResponse',
20
+ 'OperationStatusPropertiesResponse',
21
+ 'PendingConnectionResponse',
22
+ 'PendingFlowResponse',
23
+ 'PipelineConnectionResponse',
24
+ 'PipelineConnectionResponseProperties',
25
+ 'PipelinePropertiesResponse',
26
+ 'PlanResponse',
27
+ 'SchemaResponse',
28
+ 'SelectedResourceResponse',
29
+ 'SubscriberResponse',
30
+ 'SystemDataResponse',
31
+ 'UserAssignedIdentityResponse',
32
+ ]
33
+
34
+ @pulumi.output_type
35
+ class ConnectionPropertiesResponse(dict):
36
+ """
37
+ Properties of connection
38
+ """
39
+ @staticmethod
40
+ def __key_warning(key: str):
41
+ suggest = None
42
+ if key == "dateSubmitted":
43
+ suggest = "date_submitted"
44
+ elif key == "linkStatus":
45
+ suggest = "link_status"
46
+ elif key == "linkedConnectionId":
47
+ suggest = "linked_connection_id"
48
+ elif key == "provisioningState":
49
+ suggest = "provisioning_state"
50
+ elif key == "statusReason":
51
+ suggest = "status_reason"
52
+ elif key == "flowTypes":
53
+ suggest = "flow_types"
54
+ elif key == "primaryContact":
55
+ suggest = "primary_contact"
56
+ elif key == "remoteSubscriptionId":
57
+ suggest = "remote_subscription_id"
58
+ elif key == "requirementId":
59
+ suggest = "requirement_id"
60
+ elif key == "secondaryContacts":
61
+ suggest = "secondary_contacts"
62
+
63
+ if suggest:
64
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
65
+
66
+ def __getitem__(self, key: str) -> Any:
67
+ ConnectionPropertiesResponse.__key_warning(key)
68
+ return super().__getitem__(key)
69
+
70
+ def get(self, key: str, default = None) -> Any:
71
+ ConnectionPropertiesResponse.__key_warning(key)
72
+ return super().get(key, default)
73
+
74
+ def __init__(__self__, *,
75
+ approver: str,
76
+ date_submitted: str,
77
+ link_status: str,
78
+ linked_connection_id: str,
79
+ pipeline: str,
80
+ provisioning_state: str,
81
+ status: str,
82
+ status_reason: str,
83
+ direction: Optional[str] = None,
84
+ flow_types: Optional[Sequence[str]] = None,
85
+ justification: Optional[str] = None,
86
+ pin: Optional[str] = None,
87
+ policies: Optional[Sequence[str]] = None,
88
+ primary_contact: Optional[str] = None,
89
+ remote_subscription_id: Optional[str] = None,
90
+ requirement_id: Optional[str] = None,
91
+ schemas: Optional[Sequence['outputs.SchemaResponse']] = None,
92
+ secondary_contacts: Optional[Sequence[str]] = None):
93
+ """
94
+ Properties of connection
95
+ :param str approver: Approver of this connection request
96
+ :param str date_submitted: The timestamp that this connection request was submitted at
97
+ :param str link_status: Link status of the current connection
98
+ :param str linked_connection_id: Resource ID of the linked connection
99
+ :param str pipeline: Pipeline to use to transfer data
100
+ :param str provisioning_state: Provisioning state of the connection
101
+ :param str status: Status of the connection
102
+ :param str status_reason: Reason for status
103
+ :param str direction: Direction of data movement
104
+ :param Sequence[str] flow_types: The flow types being requested for this connection
105
+ :param str justification: Justification for the connection request
106
+ :param str pin: PIN to link requests together
107
+ :param Sequence[str] policies: The policies for this connection
108
+ :param str primary_contact: The primary contact for this connection request
109
+ :param str remote_subscription_id: Subscription ID to link cloud subscriptions together
110
+ :param str requirement_id: Requirement ID of the connection
111
+ :param Sequence['SchemaResponse'] schemas: The schemas for this connection
112
+ :param Sequence[str] secondary_contacts: The secondary contacts for this connection request
113
+ """
114
+ pulumi.set(__self__, "approver", approver)
115
+ pulumi.set(__self__, "date_submitted", date_submitted)
116
+ pulumi.set(__self__, "link_status", link_status)
117
+ pulumi.set(__self__, "linked_connection_id", linked_connection_id)
118
+ pulumi.set(__self__, "pipeline", pipeline)
119
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
120
+ pulumi.set(__self__, "status", status)
121
+ pulumi.set(__self__, "status_reason", status_reason)
122
+ if direction is not None:
123
+ pulumi.set(__self__, "direction", direction)
124
+ if flow_types is not None:
125
+ pulumi.set(__self__, "flow_types", flow_types)
126
+ if justification is not None:
127
+ pulumi.set(__self__, "justification", justification)
128
+ if pin is not None:
129
+ pulumi.set(__self__, "pin", pin)
130
+ if policies is not None:
131
+ pulumi.set(__self__, "policies", policies)
132
+ if primary_contact is not None:
133
+ pulumi.set(__self__, "primary_contact", primary_contact)
134
+ if remote_subscription_id is not None:
135
+ pulumi.set(__self__, "remote_subscription_id", remote_subscription_id)
136
+ if requirement_id is not None:
137
+ pulumi.set(__self__, "requirement_id", requirement_id)
138
+ if schemas is not None:
139
+ pulumi.set(__self__, "schemas", schemas)
140
+ if secondary_contacts is not None:
141
+ pulumi.set(__self__, "secondary_contacts", secondary_contacts)
142
+
143
+ @property
144
+ @pulumi.getter
145
+ def approver(self) -> str:
146
+ """
147
+ Approver of this connection request
148
+ """
149
+ return pulumi.get(self, "approver")
150
+
151
+ @property
152
+ @pulumi.getter(name="dateSubmitted")
153
+ def date_submitted(self) -> str:
154
+ """
155
+ The timestamp that this connection request was submitted at
156
+ """
157
+ return pulumi.get(self, "date_submitted")
158
+
159
+ @property
160
+ @pulumi.getter(name="linkStatus")
161
+ def link_status(self) -> str:
162
+ """
163
+ Link status of the current connection
164
+ """
165
+ return pulumi.get(self, "link_status")
166
+
167
+ @property
168
+ @pulumi.getter(name="linkedConnectionId")
169
+ def linked_connection_id(self) -> str:
170
+ """
171
+ Resource ID of the linked connection
172
+ """
173
+ return pulumi.get(self, "linked_connection_id")
174
+
175
+ @property
176
+ @pulumi.getter
177
+ def pipeline(self) -> str:
178
+ """
179
+ Pipeline to use to transfer data
180
+ """
181
+ return pulumi.get(self, "pipeline")
182
+
183
+ @property
184
+ @pulumi.getter(name="provisioningState")
185
+ def provisioning_state(self) -> str:
186
+ """
187
+ Provisioning state of the connection
188
+ """
189
+ return pulumi.get(self, "provisioning_state")
190
+
191
+ @property
192
+ @pulumi.getter
193
+ def status(self) -> str:
194
+ """
195
+ Status of the connection
196
+ """
197
+ return pulumi.get(self, "status")
198
+
199
+ @property
200
+ @pulumi.getter(name="statusReason")
201
+ def status_reason(self) -> str:
202
+ """
203
+ Reason for status
204
+ """
205
+ return pulumi.get(self, "status_reason")
206
+
207
+ @property
208
+ @pulumi.getter
209
+ def direction(self) -> Optional[str]:
210
+ """
211
+ Direction of data movement
212
+ """
213
+ return pulumi.get(self, "direction")
214
+
215
+ @property
216
+ @pulumi.getter(name="flowTypes")
217
+ def flow_types(self) -> Optional[Sequence[str]]:
218
+ """
219
+ The flow types being requested for this connection
220
+ """
221
+ return pulumi.get(self, "flow_types")
222
+
223
+ @property
224
+ @pulumi.getter
225
+ def justification(self) -> Optional[str]:
226
+ """
227
+ Justification for the connection request
228
+ """
229
+ return pulumi.get(self, "justification")
230
+
231
+ @property
232
+ @pulumi.getter
233
+ def pin(self) -> Optional[str]:
234
+ """
235
+ PIN to link requests together
236
+ """
237
+ return pulumi.get(self, "pin")
238
+
239
+ @property
240
+ @pulumi.getter
241
+ def policies(self) -> Optional[Sequence[str]]:
242
+ """
243
+ The policies for this connection
244
+ """
245
+ return pulumi.get(self, "policies")
246
+
247
+ @property
248
+ @pulumi.getter(name="primaryContact")
249
+ def primary_contact(self) -> Optional[str]:
250
+ """
251
+ The primary contact for this connection request
252
+ """
253
+ return pulumi.get(self, "primary_contact")
254
+
255
+ @property
256
+ @pulumi.getter(name="remoteSubscriptionId")
257
+ def remote_subscription_id(self) -> Optional[str]:
258
+ """
259
+ Subscription ID to link cloud subscriptions together
260
+ """
261
+ return pulumi.get(self, "remote_subscription_id")
262
+
263
+ @property
264
+ @pulumi.getter(name="requirementId")
265
+ def requirement_id(self) -> Optional[str]:
266
+ """
267
+ Requirement ID of the connection
268
+ """
269
+ return pulumi.get(self, "requirement_id")
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def schemas(self) -> Optional[Sequence['outputs.SchemaResponse']]:
274
+ """
275
+ The schemas for this connection
276
+ """
277
+ return pulumi.get(self, "schemas")
278
+
279
+ @property
280
+ @pulumi.getter(name="secondaryContacts")
281
+ def secondary_contacts(self) -> Optional[Sequence[str]]:
282
+ """
283
+ The secondary contacts for this connection request
284
+ """
285
+ return pulumi.get(self, "secondary_contacts")
286
+
287
+
288
+ @pulumi.output_type
289
+ class FlowPropertiesResponse(dict):
290
+ """
291
+ Properties of flow
292
+ """
293
+ @staticmethod
294
+ def __key_warning(key: str):
295
+ suggest = None
296
+ if key == "flowId":
297
+ suggest = "flow_id"
298
+ elif key == "linkStatus":
299
+ suggest = "link_status"
300
+ elif key == "linkedFlowId":
301
+ suggest = "linked_flow_id"
302
+ elif key == "provisioningState":
303
+ suggest = "provisioning_state"
304
+ elif key == "dataType":
305
+ suggest = "data_type"
306
+ elif key == "flowType":
307
+ suggest = "flow_type"
308
+ elif key == "keyVaultUri":
309
+ suggest = "key_vault_uri"
310
+ elif key == "messagingOptions":
311
+ suggest = "messaging_options"
312
+ elif key == "serviceBusQueueId":
313
+ suggest = "service_bus_queue_id"
314
+ elif key == "storageAccountId":
315
+ suggest = "storage_account_id"
316
+ elif key == "storageAccountName":
317
+ suggest = "storage_account_name"
318
+ elif key == "storageContainerName":
319
+ suggest = "storage_container_name"
320
+
321
+ if suggest:
322
+ pulumi.log.warn(f"Key '{key}' not found in FlowPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
323
+
324
+ def __getitem__(self, key: str) -> Any:
325
+ FlowPropertiesResponse.__key_warning(key)
326
+ return super().__getitem__(key)
327
+
328
+ def get(self, key: str, default = None) -> Any:
329
+ FlowPropertiesResponse.__key_warning(key)
330
+ return super().get(key, default)
331
+
332
+ def __init__(__self__, *,
333
+ flow_id: str,
334
+ link_status: str,
335
+ linked_flow_id: str,
336
+ provisioning_state: str,
337
+ connection: Optional['outputs.SelectedResourceResponse'] = None,
338
+ data_type: Optional[str] = None,
339
+ flow_type: Optional[str] = None,
340
+ key_vault_uri: Optional[str] = None,
341
+ messaging_options: Optional['outputs.MessagingOptionsResponse'] = None,
342
+ policies: Optional[Sequence[str]] = None,
343
+ schema: Optional['outputs.SchemaResponse'] = None,
344
+ service_bus_queue_id: Optional[str] = None,
345
+ status: Optional[str] = None,
346
+ storage_account_id: Optional[str] = None,
347
+ storage_account_name: Optional[str] = None,
348
+ storage_container_name: Optional[str] = None):
349
+ """
350
+ Properties of flow
351
+ :param str flow_id: Dataflow GUID associated with this flow
352
+ :param str link_status: Link status of the current flow
353
+ :param str linked_flow_id: Resource ID of the linked flow
354
+ :param str provisioning_state: Provisioning state of the flow
355
+ :param 'SelectedResourceResponse' connection: The connection associated with this flow
356
+ :param str data_type: Transfer Storage Blobs or Tables
357
+ :param str flow_type: The flow type for this flow
358
+ :param str key_vault_uri: AME, PME, or TORUS only! AKV Chain Containing SAS Token
359
+ :param 'MessagingOptionsResponse' messaging_options: The messaging options for this flow
360
+ :param Sequence[str] policies: The policies for this flow
361
+ :param 'SchemaResponse' schema: The selected schema for this flow
362
+ :param str service_bus_queue_id: Service Bus Queue ID
363
+ :param str status: Status of the current flow
364
+ :param str storage_account_id: Storage Account ID
365
+ :param str storage_account_name: Storage Account
366
+ :param str storage_container_name: Storage Container Name
367
+ """
368
+ pulumi.set(__self__, "flow_id", flow_id)
369
+ pulumi.set(__self__, "link_status", link_status)
370
+ pulumi.set(__self__, "linked_flow_id", linked_flow_id)
371
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
372
+ if connection is not None:
373
+ pulumi.set(__self__, "connection", connection)
374
+ if data_type is not None:
375
+ pulumi.set(__self__, "data_type", data_type)
376
+ if flow_type is not None:
377
+ pulumi.set(__self__, "flow_type", flow_type)
378
+ if key_vault_uri is not None:
379
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
380
+ if messaging_options is not None:
381
+ pulumi.set(__self__, "messaging_options", messaging_options)
382
+ if policies is not None:
383
+ pulumi.set(__self__, "policies", policies)
384
+ if schema is not None:
385
+ pulumi.set(__self__, "schema", schema)
386
+ if service_bus_queue_id is not None:
387
+ pulumi.set(__self__, "service_bus_queue_id", service_bus_queue_id)
388
+ if status is not None:
389
+ pulumi.set(__self__, "status", status)
390
+ if storage_account_id is not None:
391
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
392
+ if storage_account_name is not None:
393
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
394
+ if storage_container_name is not None:
395
+ pulumi.set(__self__, "storage_container_name", storage_container_name)
396
+
397
+ @property
398
+ @pulumi.getter(name="flowId")
399
+ def flow_id(self) -> str:
400
+ """
401
+ Dataflow GUID associated with this flow
402
+ """
403
+ return pulumi.get(self, "flow_id")
404
+
405
+ @property
406
+ @pulumi.getter(name="linkStatus")
407
+ def link_status(self) -> str:
408
+ """
409
+ Link status of the current flow
410
+ """
411
+ return pulumi.get(self, "link_status")
412
+
413
+ @property
414
+ @pulumi.getter(name="linkedFlowId")
415
+ def linked_flow_id(self) -> str:
416
+ """
417
+ Resource ID of the linked flow
418
+ """
419
+ return pulumi.get(self, "linked_flow_id")
420
+
421
+ @property
422
+ @pulumi.getter(name="provisioningState")
423
+ def provisioning_state(self) -> str:
424
+ """
425
+ Provisioning state of the flow
426
+ """
427
+ return pulumi.get(self, "provisioning_state")
428
+
429
+ @property
430
+ @pulumi.getter
431
+ def connection(self) -> Optional['outputs.SelectedResourceResponse']:
432
+ """
433
+ The connection associated with this flow
434
+ """
435
+ return pulumi.get(self, "connection")
436
+
437
+ @property
438
+ @pulumi.getter(name="dataType")
439
+ def data_type(self) -> Optional[str]:
440
+ """
441
+ Transfer Storage Blobs or Tables
442
+ """
443
+ return pulumi.get(self, "data_type")
444
+
445
+ @property
446
+ @pulumi.getter(name="flowType")
447
+ def flow_type(self) -> Optional[str]:
448
+ """
449
+ The flow type for this flow
450
+ """
451
+ return pulumi.get(self, "flow_type")
452
+
453
+ @property
454
+ @pulumi.getter(name="keyVaultUri")
455
+ def key_vault_uri(self) -> Optional[str]:
456
+ """
457
+ AME, PME, or TORUS only! AKV Chain Containing SAS Token
458
+ """
459
+ return pulumi.get(self, "key_vault_uri")
460
+
461
+ @property
462
+ @pulumi.getter(name="messagingOptions")
463
+ def messaging_options(self) -> Optional['outputs.MessagingOptionsResponse']:
464
+ """
465
+ The messaging options for this flow
466
+ """
467
+ return pulumi.get(self, "messaging_options")
468
+
469
+ @property
470
+ @pulumi.getter
471
+ def policies(self) -> Optional[Sequence[str]]:
472
+ """
473
+ The policies for this flow
474
+ """
475
+ return pulumi.get(self, "policies")
476
+
477
+ @property
478
+ @pulumi.getter
479
+ def schema(self) -> Optional['outputs.SchemaResponse']:
480
+ """
481
+ The selected schema for this flow
482
+ """
483
+ return pulumi.get(self, "schema")
484
+
485
+ @property
486
+ @pulumi.getter(name="serviceBusQueueId")
487
+ def service_bus_queue_id(self) -> Optional[str]:
488
+ """
489
+ Service Bus Queue ID
490
+ """
491
+ return pulumi.get(self, "service_bus_queue_id")
492
+
493
+ @property
494
+ @pulumi.getter
495
+ def status(self) -> Optional[str]:
496
+ """
497
+ Status of the current flow
498
+ """
499
+ return pulumi.get(self, "status")
500
+
501
+ @property
502
+ @pulumi.getter(name="storageAccountId")
503
+ def storage_account_id(self) -> Optional[str]:
504
+ """
505
+ Storage Account ID
506
+ """
507
+ return pulumi.get(self, "storage_account_id")
508
+
509
+ @property
510
+ @pulumi.getter(name="storageAccountName")
511
+ def storage_account_name(self) -> Optional[str]:
512
+ """
513
+ Storage Account
514
+ """
515
+ return pulumi.get(self, "storage_account_name")
516
+
517
+ @property
518
+ @pulumi.getter(name="storageContainerName")
519
+ def storage_container_name(self) -> Optional[str]:
520
+ """
521
+ Storage Container Name
522
+ """
523
+ return pulumi.get(self, "storage_container_name")
524
+
525
+
526
+ @pulumi.output_type
527
+ class InternalMetadataPropertiesResponse(dict):
528
+ """
529
+ Internal metadata of the connection inside pipeline.
530
+ """
531
+ @staticmethod
532
+ def __key_warning(key: str):
533
+ suggest = None
534
+ if key == "statusSetBy":
535
+ suggest = "status_set_by"
536
+ elif key == "operationStatus":
537
+ suggest = "operation_status"
538
+
539
+ if suggest:
540
+ pulumi.log.warn(f"Key '{key}' not found in InternalMetadataPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
541
+
542
+ def __getitem__(self, key: str) -> Any:
543
+ InternalMetadataPropertiesResponse.__key_warning(key)
544
+ return super().__getitem__(key)
545
+
546
+ def get(self, key: str, default = None) -> Any:
547
+ InternalMetadataPropertiesResponse.__key_warning(key)
548
+ return super().get(key, default)
549
+
550
+ def __init__(__self__, *,
551
+ status_set_by: str,
552
+ operation_status: Optional['outputs.OperationStatusPropertiesResponse'] = None):
553
+ """
554
+ Internal metadata of the connection inside pipeline.
555
+ :param str status_set_by: User that last set the approved status for this connection
556
+ :param 'OperationStatusPropertiesResponse' operation_status: Operation status associated with the last patch request
557
+ """
558
+ pulumi.set(__self__, "status_set_by", status_set_by)
559
+ if operation_status is not None:
560
+ pulumi.set(__self__, "operation_status", operation_status)
561
+
562
+ @property
563
+ @pulumi.getter(name="statusSetBy")
564
+ def status_set_by(self) -> str:
565
+ """
566
+ User that last set the approved status for this connection
567
+ """
568
+ return pulumi.get(self, "status_set_by")
569
+
570
+ @property
571
+ @pulumi.getter(name="operationStatus")
572
+ def operation_status(self) -> Optional['outputs.OperationStatusPropertiesResponse']:
573
+ """
574
+ Operation status associated with the last patch request
575
+ """
576
+ return pulumi.get(self, "operation_status")
577
+
578
+
579
+ @pulumi.output_type
580
+ class ManagedServiceIdentityResponse(dict):
581
+ """
582
+ Managed service identity (system assigned and/or user assigned identities)
583
+ """
584
+ @staticmethod
585
+ def __key_warning(key: str):
586
+ suggest = None
587
+ if key == "principalId":
588
+ suggest = "principal_id"
589
+ elif key == "tenantId":
590
+ suggest = "tenant_id"
591
+ elif key == "userAssignedIdentities":
592
+ suggest = "user_assigned_identities"
593
+
594
+ if suggest:
595
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
596
+
597
+ def __getitem__(self, key: str) -> Any:
598
+ ManagedServiceIdentityResponse.__key_warning(key)
599
+ return super().__getitem__(key)
600
+
601
+ def get(self, key: str, default = None) -> Any:
602
+ ManagedServiceIdentityResponse.__key_warning(key)
603
+ return super().get(key, default)
604
+
605
+ def __init__(__self__, *,
606
+ principal_id: str,
607
+ tenant_id: str,
608
+ type: str,
609
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
610
+ """
611
+ Managed service identity (system assigned and/or user assigned identities)
612
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
613
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
614
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
615
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
616
+ """
617
+ pulumi.set(__self__, "principal_id", principal_id)
618
+ pulumi.set(__self__, "tenant_id", tenant_id)
619
+ pulumi.set(__self__, "type", type)
620
+ if user_assigned_identities is not None:
621
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
622
+
623
+ @property
624
+ @pulumi.getter(name="principalId")
625
+ def principal_id(self) -> str:
626
+ """
627
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
628
+ """
629
+ return pulumi.get(self, "principal_id")
630
+
631
+ @property
632
+ @pulumi.getter(name="tenantId")
633
+ def tenant_id(self) -> str:
634
+ """
635
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
636
+ """
637
+ return pulumi.get(self, "tenant_id")
638
+
639
+ @property
640
+ @pulumi.getter
641
+ def type(self) -> str:
642
+ """
643
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
644
+ """
645
+ return pulumi.get(self, "type")
646
+
647
+ @property
648
+ @pulumi.getter(name="userAssignedIdentities")
649
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
650
+ """
651
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
652
+ """
653
+ return pulumi.get(self, "user_assigned_identities")
654
+
655
+
656
+ @pulumi.output_type
657
+ class MessagingOptionsResponse(dict):
658
+ """
659
+ The option associated with messaging flows.
660
+ """
661
+ @staticmethod
662
+ def __key_warning(key: str):
663
+ suggest = None
664
+ if key == "billingTier":
665
+ suggest = "billing_tier"
666
+
667
+ if suggest:
668
+ pulumi.log.warn(f"Key '{key}' not found in MessagingOptionsResponse. Access the value via the '{suggest}' property getter instead.")
669
+
670
+ def __getitem__(self, key: str) -> Any:
671
+ MessagingOptionsResponse.__key_warning(key)
672
+ return super().__getitem__(key)
673
+
674
+ def get(self, key: str, default = None) -> Any:
675
+ MessagingOptionsResponse.__key_warning(key)
676
+ return super().get(key, default)
677
+
678
+ def __init__(__self__, *,
679
+ billing_tier: Optional[str] = None):
680
+ """
681
+ The option associated with messaging flows.
682
+ :param str billing_tier: Billing tier for this messaging flow
683
+ """
684
+ if billing_tier is not None:
685
+ pulumi.set(__self__, "billing_tier", billing_tier)
686
+
687
+ @property
688
+ @pulumi.getter(name="billingTier")
689
+ def billing_tier(self) -> Optional[str]:
690
+ """
691
+ Billing tier for this messaging flow
692
+ """
693
+ return pulumi.get(self, "billing_tier")
694
+
695
+
696
+ @pulumi.output_type
697
+ class OperationStatusPropertiesResponse(dict):
698
+ """
699
+ Operation status associated with the last patch request
700
+ """
701
+ def __init__(__self__, *,
702
+ id: str,
703
+ message: str,
704
+ status: str):
705
+ """
706
+ Operation status associated with the last patch request
707
+ :param str id: Operation status ID of the last patch request for this connection.
708
+ :param str message: Message for the operation for the last patch request for this connection.
709
+ :param str status: Operation status for the last patch request for this connection.
710
+ """
711
+ pulumi.set(__self__, "id", id)
712
+ pulumi.set(__self__, "message", message)
713
+ pulumi.set(__self__, "status", status)
714
+
715
+ @property
716
+ @pulumi.getter
717
+ def id(self) -> str:
718
+ """
719
+ Operation status ID of the last patch request for this connection.
720
+ """
721
+ return pulumi.get(self, "id")
722
+
723
+ @property
724
+ @pulumi.getter
725
+ def message(self) -> str:
726
+ """
727
+ Message for the operation for the last patch request for this connection.
728
+ """
729
+ return pulumi.get(self, "message")
730
+
731
+ @property
732
+ @pulumi.getter
733
+ def status(self) -> str:
734
+ """
735
+ Operation status for the last patch request for this connection.
736
+ """
737
+ return pulumi.get(self, "status")
738
+
739
+
740
+ @pulumi.output_type
741
+ class PendingConnectionResponse(dict):
742
+ """
743
+ Pending connection object
744
+ """
745
+ def __init__(__self__, *,
746
+ approver: str,
747
+ date_submitted: str,
748
+ id: str,
749
+ link_status: str,
750
+ linked_connection_id: str,
751
+ location: str,
752
+ name: str,
753
+ pipeline: str,
754
+ provisioning_state: str,
755
+ status: str,
756
+ status_reason: str,
757
+ subscription_id: str,
758
+ system_data: 'outputs.SystemDataResponse',
759
+ type: str,
760
+ direction: Optional[str] = None,
761
+ flow_types: Optional[Sequence[str]] = None,
762
+ justification: Optional[str] = None,
763
+ pin: Optional[str] = None,
764
+ policies: Optional[Sequence[str]] = None,
765
+ primary_contact: Optional[str] = None,
766
+ remote_subscription_id: Optional[str] = None,
767
+ requirement_id: Optional[str] = None,
768
+ schemas: Optional[Sequence['outputs.SchemaResponse']] = None,
769
+ secondary_contacts: Optional[Sequence[str]] = None,
770
+ tags: Optional[Mapping[str, str]] = None):
771
+ """
772
+ Pending connection object
773
+ :param str approver: Approver of this connection request
774
+ :param str date_submitted: The timestamp that this connection request was submitted at
775
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
776
+ :param str link_status: Link status of the current connection
777
+ :param str linked_connection_id: Resource ID of the linked connection
778
+ :param str location: The geo-location where the resource lives
779
+ :param str name: The name of the resource
780
+ :param str pipeline: Pipeline to use to transfer data
781
+ :param str provisioning_state: Provisioning state of the connection
782
+ :param str status: Status of the connection
783
+ :param str status_reason: Reason for status
784
+ :param str subscription_id: Subscription ID of the pending connection.
785
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
786
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
787
+ :param str direction: Direction of data movement
788
+ :param Sequence[str] flow_types: The flow types being requested for this connection
789
+ :param str justification: Justification for the connection request
790
+ :param str pin: PIN to link requests together
791
+ :param Sequence[str] policies: The policies for this connection
792
+ :param str primary_contact: The primary contact for this connection request
793
+ :param str remote_subscription_id: Subscription ID to link cloud subscriptions together
794
+ :param str requirement_id: Requirement ID of the connection
795
+ :param Sequence['SchemaResponse'] schemas: The schemas for this connection
796
+ :param Sequence[str] secondary_contacts: The secondary contacts for this connection request
797
+ :param Mapping[str, str] tags: Resource tags.
798
+ """
799
+ pulumi.set(__self__, "approver", approver)
800
+ pulumi.set(__self__, "date_submitted", date_submitted)
801
+ pulumi.set(__self__, "id", id)
802
+ pulumi.set(__self__, "link_status", link_status)
803
+ pulumi.set(__self__, "linked_connection_id", linked_connection_id)
804
+ pulumi.set(__self__, "location", location)
805
+ pulumi.set(__self__, "name", name)
806
+ pulumi.set(__self__, "pipeline", pipeline)
807
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
808
+ pulumi.set(__self__, "status", status)
809
+ pulumi.set(__self__, "status_reason", status_reason)
810
+ pulumi.set(__self__, "subscription_id", subscription_id)
811
+ pulumi.set(__self__, "system_data", system_data)
812
+ pulumi.set(__self__, "type", type)
813
+ if direction is not None:
814
+ pulumi.set(__self__, "direction", direction)
815
+ if flow_types is not None:
816
+ pulumi.set(__self__, "flow_types", flow_types)
817
+ if justification is not None:
818
+ pulumi.set(__self__, "justification", justification)
819
+ if pin is not None:
820
+ pulumi.set(__self__, "pin", pin)
821
+ if policies is not None:
822
+ pulumi.set(__self__, "policies", policies)
823
+ if primary_contact is not None:
824
+ pulumi.set(__self__, "primary_contact", primary_contact)
825
+ if remote_subscription_id is not None:
826
+ pulumi.set(__self__, "remote_subscription_id", remote_subscription_id)
827
+ if requirement_id is not None:
828
+ pulumi.set(__self__, "requirement_id", requirement_id)
829
+ if schemas is not None:
830
+ pulumi.set(__self__, "schemas", schemas)
831
+ if secondary_contacts is not None:
832
+ pulumi.set(__self__, "secondary_contacts", secondary_contacts)
833
+ if tags is not None:
834
+ pulumi.set(__self__, "tags", tags)
835
+
836
+ @property
837
+ @pulumi.getter
838
+ def approver(self) -> str:
839
+ """
840
+ Approver of this connection request
841
+ """
842
+ return pulumi.get(self, "approver")
843
+
844
+ @property
845
+ @pulumi.getter(name="dateSubmitted")
846
+ def date_submitted(self) -> str:
847
+ """
848
+ The timestamp that this connection request was submitted at
849
+ """
850
+ return pulumi.get(self, "date_submitted")
851
+
852
+ @property
853
+ @pulumi.getter
854
+ def id(self) -> str:
855
+ """
856
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
857
+ """
858
+ return pulumi.get(self, "id")
859
+
860
+ @property
861
+ @pulumi.getter(name="linkStatus")
862
+ def link_status(self) -> str:
863
+ """
864
+ Link status of the current connection
865
+ """
866
+ return pulumi.get(self, "link_status")
867
+
868
+ @property
869
+ @pulumi.getter(name="linkedConnectionId")
870
+ def linked_connection_id(self) -> str:
871
+ """
872
+ Resource ID of the linked connection
873
+ """
874
+ return pulumi.get(self, "linked_connection_id")
875
+
876
+ @property
877
+ @pulumi.getter
878
+ def location(self) -> str:
879
+ """
880
+ The geo-location where the resource lives
881
+ """
882
+ return pulumi.get(self, "location")
883
+
884
+ @property
885
+ @pulumi.getter
886
+ def name(self) -> str:
887
+ """
888
+ The name of the resource
889
+ """
890
+ return pulumi.get(self, "name")
891
+
892
+ @property
893
+ @pulumi.getter
894
+ def pipeline(self) -> str:
895
+ """
896
+ Pipeline to use to transfer data
897
+ """
898
+ return pulumi.get(self, "pipeline")
899
+
900
+ @property
901
+ @pulumi.getter(name="provisioningState")
902
+ def provisioning_state(self) -> str:
903
+ """
904
+ Provisioning state of the connection
905
+ """
906
+ return pulumi.get(self, "provisioning_state")
907
+
908
+ @property
909
+ @pulumi.getter
910
+ def status(self) -> str:
911
+ """
912
+ Status of the connection
913
+ """
914
+ return pulumi.get(self, "status")
915
+
916
+ @property
917
+ @pulumi.getter(name="statusReason")
918
+ def status_reason(self) -> str:
919
+ """
920
+ Reason for status
921
+ """
922
+ return pulumi.get(self, "status_reason")
923
+
924
+ @property
925
+ @pulumi.getter(name="subscriptionId")
926
+ def subscription_id(self) -> str:
927
+ """
928
+ Subscription ID of the pending connection.
929
+ """
930
+ return pulumi.get(self, "subscription_id")
931
+
932
+ @property
933
+ @pulumi.getter(name="systemData")
934
+ def system_data(self) -> 'outputs.SystemDataResponse':
935
+ """
936
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
937
+ """
938
+ return pulumi.get(self, "system_data")
939
+
940
+ @property
941
+ @pulumi.getter
942
+ def type(self) -> str:
943
+ """
944
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
945
+ """
946
+ return pulumi.get(self, "type")
947
+
948
+ @property
949
+ @pulumi.getter
950
+ def direction(self) -> Optional[str]:
951
+ """
952
+ Direction of data movement
953
+ """
954
+ return pulumi.get(self, "direction")
955
+
956
+ @property
957
+ @pulumi.getter(name="flowTypes")
958
+ def flow_types(self) -> Optional[Sequence[str]]:
959
+ """
960
+ The flow types being requested for this connection
961
+ """
962
+ return pulumi.get(self, "flow_types")
963
+
964
+ @property
965
+ @pulumi.getter
966
+ def justification(self) -> Optional[str]:
967
+ """
968
+ Justification for the connection request
969
+ """
970
+ return pulumi.get(self, "justification")
971
+
972
+ @property
973
+ @pulumi.getter
974
+ def pin(self) -> Optional[str]:
975
+ """
976
+ PIN to link requests together
977
+ """
978
+ return pulumi.get(self, "pin")
979
+
980
+ @property
981
+ @pulumi.getter
982
+ def policies(self) -> Optional[Sequence[str]]:
983
+ """
984
+ The policies for this connection
985
+ """
986
+ return pulumi.get(self, "policies")
987
+
988
+ @property
989
+ @pulumi.getter(name="primaryContact")
990
+ def primary_contact(self) -> Optional[str]:
991
+ """
992
+ The primary contact for this connection request
993
+ """
994
+ return pulumi.get(self, "primary_contact")
995
+
996
+ @property
997
+ @pulumi.getter(name="remoteSubscriptionId")
998
+ def remote_subscription_id(self) -> Optional[str]:
999
+ """
1000
+ Subscription ID to link cloud subscriptions together
1001
+ """
1002
+ return pulumi.get(self, "remote_subscription_id")
1003
+
1004
+ @property
1005
+ @pulumi.getter(name="requirementId")
1006
+ def requirement_id(self) -> Optional[str]:
1007
+ """
1008
+ Requirement ID of the connection
1009
+ """
1010
+ return pulumi.get(self, "requirement_id")
1011
+
1012
+ @property
1013
+ @pulumi.getter
1014
+ def schemas(self) -> Optional[Sequence['outputs.SchemaResponse']]:
1015
+ """
1016
+ The schemas for this connection
1017
+ """
1018
+ return pulumi.get(self, "schemas")
1019
+
1020
+ @property
1021
+ @pulumi.getter(name="secondaryContacts")
1022
+ def secondary_contacts(self) -> Optional[Sequence[str]]:
1023
+ """
1024
+ The secondary contacts for this connection request
1025
+ """
1026
+ return pulumi.get(self, "secondary_contacts")
1027
+
1028
+ @property
1029
+ @pulumi.getter
1030
+ def tags(self) -> Optional[Mapping[str, str]]:
1031
+ """
1032
+ Resource tags.
1033
+ """
1034
+ return pulumi.get(self, "tags")
1035
+
1036
+
1037
+ @pulumi.output_type
1038
+ class PendingFlowResponse(dict):
1039
+ """
1040
+ Pending flow object
1041
+ """
1042
+ def __init__(__self__, *,
1043
+ connection_id: str,
1044
+ flow_id: str,
1045
+ id: str,
1046
+ link_status: str,
1047
+ linked_flow_id: str,
1048
+ location: str,
1049
+ name: str,
1050
+ provisioning_state: str,
1051
+ subscription_id: str,
1052
+ system_data: 'outputs.SystemDataResponse',
1053
+ type: str,
1054
+ connection: Optional['outputs.SelectedResourceResponse'] = None,
1055
+ data_type: Optional[str] = None,
1056
+ flow_type: Optional[str] = None,
1057
+ key_vault_uri: Optional[str] = None,
1058
+ messaging_options: Optional['outputs.MessagingOptionsResponse'] = None,
1059
+ policies: Optional[Sequence[str]] = None,
1060
+ schema: Optional['outputs.SchemaResponse'] = None,
1061
+ service_bus_queue_id: Optional[str] = None,
1062
+ status: Optional[str] = None,
1063
+ storage_account_id: Optional[str] = None,
1064
+ storage_account_name: Optional[str] = None,
1065
+ storage_container_name: Optional[str] = None,
1066
+ tags: Optional[Mapping[str, str]] = None):
1067
+ """
1068
+ Pending flow object
1069
+ :param str connection_id: Connection ID of the pending flow.
1070
+ :param str flow_id: Dataflow GUID associated with this flow
1071
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1072
+ :param str link_status: Link status of the current flow
1073
+ :param str linked_flow_id: Resource ID of the linked flow
1074
+ :param str location: The geo-location where the resource lives
1075
+ :param str name: The name of the resource
1076
+ :param str provisioning_state: Provisioning state of the flow
1077
+ :param str subscription_id: Subscription ID of the pending flow.
1078
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
1079
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1080
+ :param 'SelectedResourceResponse' connection: The connection associated with this flow
1081
+ :param str data_type: Transfer Storage Blobs or Tables
1082
+ :param str flow_type: The flow type for this flow
1083
+ :param str key_vault_uri: AME, PME, or TORUS only! AKV Chain Containing SAS Token
1084
+ :param 'MessagingOptionsResponse' messaging_options: The messaging options for this flow
1085
+ :param Sequence[str] policies: The policies for this flow
1086
+ :param 'SchemaResponse' schema: The selected schema for this flow
1087
+ :param str service_bus_queue_id: Service Bus Queue ID
1088
+ :param str status: Status of the current flow
1089
+ :param str storage_account_id: Storage Account ID
1090
+ :param str storage_account_name: Storage Account
1091
+ :param str storage_container_name: Storage Container Name
1092
+ :param Mapping[str, str] tags: Resource tags.
1093
+ """
1094
+ pulumi.set(__self__, "connection_id", connection_id)
1095
+ pulumi.set(__self__, "flow_id", flow_id)
1096
+ pulumi.set(__self__, "id", id)
1097
+ pulumi.set(__self__, "link_status", link_status)
1098
+ pulumi.set(__self__, "linked_flow_id", linked_flow_id)
1099
+ pulumi.set(__self__, "location", location)
1100
+ pulumi.set(__self__, "name", name)
1101
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1102
+ pulumi.set(__self__, "subscription_id", subscription_id)
1103
+ pulumi.set(__self__, "system_data", system_data)
1104
+ pulumi.set(__self__, "type", type)
1105
+ if connection is not None:
1106
+ pulumi.set(__self__, "connection", connection)
1107
+ if data_type is not None:
1108
+ pulumi.set(__self__, "data_type", data_type)
1109
+ if flow_type is not None:
1110
+ pulumi.set(__self__, "flow_type", flow_type)
1111
+ if key_vault_uri is not None:
1112
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
1113
+ if messaging_options is not None:
1114
+ pulumi.set(__self__, "messaging_options", messaging_options)
1115
+ if policies is not None:
1116
+ pulumi.set(__self__, "policies", policies)
1117
+ if schema is not None:
1118
+ pulumi.set(__self__, "schema", schema)
1119
+ if service_bus_queue_id is not None:
1120
+ pulumi.set(__self__, "service_bus_queue_id", service_bus_queue_id)
1121
+ if status is not None:
1122
+ pulumi.set(__self__, "status", status)
1123
+ if storage_account_id is not None:
1124
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
1125
+ if storage_account_name is not None:
1126
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
1127
+ if storage_container_name is not None:
1128
+ pulumi.set(__self__, "storage_container_name", storage_container_name)
1129
+ if tags is not None:
1130
+ pulumi.set(__self__, "tags", tags)
1131
+
1132
+ @property
1133
+ @pulumi.getter(name="connectionId")
1134
+ def connection_id(self) -> str:
1135
+ """
1136
+ Connection ID of the pending flow.
1137
+ """
1138
+ return pulumi.get(self, "connection_id")
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="flowId")
1142
+ def flow_id(self) -> str:
1143
+ """
1144
+ Dataflow GUID associated with this flow
1145
+ """
1146
+ return pulumi.get(self, "flow_id")
1147
+
1148
+ @property
1149
+ @pulumi.getter
1150
+ def id(self) -> str:
1151
+ """
1152
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1153
+ """
1154
+ return pulumi.get(self, "id")
1155
+
1156
+ @property
1157
+ @pulumi.getter(name="linkStatus")
1158
+ def link_status(self) -> str:
1159
+ """
1160
+ Link status of the current flow
1161
+ """
1162
+ return pulumi.get(self, "link_status")
1163
+
1164
+ @property
1165
+ @pulumi.getter(name="linkedFlowId")
1166
+ def linked_flow_id(self) -> str:
1167
+ """
1168
+ Resource ID of the linked flow
1169
+ """
1170
+ return pulumi.get(self, "linked_flow_id")
1171
+
1172
+ @property
1173
+ @pulumi.getter
1174
+ def location(self) -> str:
1175
+ """
1176
+ The geo-location where the resource lives
1177
+ """
1178
+ return pulumi.get(self, "location")
1179
+
1180
+ @property
1181
+ @pulumi.getter
1182
+ def name(self) -> str:
1183
+ """
1184
+ The name of the resource
1185
+ """
1186
+ return pulumi.get(self, "name")
1187
+
1188
+ @property
1189
+ @pulumi.getter(name="provisioningState")
1190
+ def provisioning_state(self) -> str:
1191
+ """
1192
+ Provisioning state of the flow
1193
+ """
1194
+ return pulumi.get(self, "provisioning_state")
1195
+
1196
+ @property
1197
+ @pulumi.getter(name="subscriptionId")
1198
+ def subscription_id(self) -> str:
1199
+ """
1200
+ Subscription ID of the pending flow.
1201
+ """
1202
+ return pulumi.get(self, "subscription_id")
1203
+
1204
+ @property
1205
+ @pulumi.getter(name="systemData")
1206
+ def system_data(self) -> 'outputs.SystemDataResponse':
1207
+ """
1208
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1209
+ """
1210
+ return pulumi.get(self, "system_data")
1211
+
1212
+ @property
1213
+ @pulumi.getter
1214
+ def type(self) -> str:
1215
+ """
1216
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1217
+ """
1218
+ return pulumi.get(self, "type")
1219
+
1220
+ @property
1221
+ @pulumi.getter
1222
+ def connection(self) -> Optional['outputs.SelectedResourceResponse']:
1223
+ """
1224
+ The connection associated with this flow
1225
+ """
1226
+ return pulumi.get(self, "connection")
1227
+
1228
+ @property
1229
+ @pulumi.getter(name="dataType")
1230
+ def data_type(self) -> Optional[str]:
1231
+ """
1232
+ Transfer Storage Blobs or Tables
1233
+ """
1234
+ return pulumi.get(self, "data_type")
1235
+
1236
+ @property
1237
+ @pulumi.getter(name="flowType")
1238
+ def flow_type(self) -> Optional[str]:
1239
+ """
1240
+ The flow type for this flow
1241
+ """
1242
+ return pulumi.get(self, "flow_type")
1243
+
1244
+ @property
1245
+ @pulumi.getter(name="keyVaultUri")
1246
+ def key_vault_uri(self) -> Optional[str]:
1247
+ """
1248
+ AME, PME, or TORUS only! AKV Chain Containing SAS Token
1249
+ """
1250
+ return pulumi.get(self, "key_vault_uri")
1251
+
1252
+ @property
1253
+ @pulumi.getter(name="messagingOptions")
1254
+ def messaging_options(self) -> Optional['outputs.MessagingOptionsResponse']:
1255
+ """
1256
+ The messaging options for this flow
1257
+ """
1258
+ return pulumi.get(self, "messaging_options")
1259
+
1260
+ @property
1261
+ @pulumi.getter
1262
+ def policies(self) -> Optional[Sequence[str]]:
1263
+ """
1264
+ The policies for this flow
1265
+ """
1266
+ return pulumi.get(self, "policies")
1267
+
1268
+ @property
1269
+ @pulumi.getter
1270
+ def schema(self) -> Optional['outputs.SchemaResponse']:
1271
+ """
1272
+ The selected schema for this flow
1273
+ """
1274
+ return pulumi.get(self, "schema")
1275
+
1276
+ @property
1277
+ @pulumi.getter(name="serviceBusQueueId")
1278
+ def service_bus_queue_id(self) -> Optional[str]:
1279
+ """
1280
+ Service Bus Queue ID
1281
+ """
1282
+ return pulumi.get(self, "service_bus_queue_id")
1283
+
1284
+ @property
1285
+ @pulumi.getter
1286
+ def status(self) -> Optional[str]:
1287
+ """
1288
+ Status of the current flow
1289
+ """
1290
+ return pulumi.get(self, "status")
1291
+
1292
+ @property
1293
+ @pulumi.getter(name="storageAccountId")
1294
+ def storage_account_id(self) -> Optional[str]:
1295
+ """
1296
+ Storage Account ID
1297
+ """
1298
+ return pulumi.get(self, "storage_account_id")
1299
+
1300
+ @property
1301
+ @pulumi.getter(name="storageAccountName")
1302
+ def storage_account_name(self) -> Optional[str]:
1303
+ """
1304
+ Storage Account
1305
+ """
1306
+ return pulumi.get(self, "storage_account_name")
1307
+
1308
+ @property
1309
+ @pulumi.getter(name="storageContainerName")
1310
+ def storage_container_name(self) -> Optional[str]:
1311
+ """
1312
+ Storage Container Name
1313
+ """
1314
+ return pulumi.get(self, "storage_container_name")
1315
+
1316
+ @property
1317
+ @pulumi.getter
1318
+ def tags(self) -> Optional[Mapping[str, str]]:
1319
+ """
1320
+ Resource tags.
1321
+ """
1322
+ return pulumi.get(self, "tags")
1323
+
1324
+
1325
+ @pulumi.output_type
1326
+ class PipelineConnectionResponse(dict):
1327
+ """
1328
+ Connection body inside a pipeline
1329
+ """
1330
+ @staticmethod
1331
+ def __key_warning(key: str):
1332
+ suggest = None
1333
+ if key == "systemData":
1334
+ suggest = "system_data"
1335
+
1336
+ if suggest:
1337
+ pulumi.log.warn(f"Key '{key}' not found in PipelineConnectionResponse. Access the value via the '{suggest}' property getter instead.")
1338
+
1339
+ def __getitem__(self, key: str) -> Any:
1340
+ PipelineConnectionResponse.__key_warning(key)
1341
+ return super().__getitem__(key)
1342
+
1343
+ def get(self, key: str, default = None) -> Any:
1344
+ PipelineConnectionResponse.__key_warning(key)
1345
+ return super().get(key, default)
1346
+
1347
+ def __init__(__self__, *,
1348
+ etag: str,
1349
+ id: str,
1350
+ location: str,
1351
+ name: str,
1352
+ system_data: 'outputs.SystemDataResponse',
1353
+ type: str,
1354
+ properties: Optional['outputs.PipelineConnectionResponseProperties'] = None):
1355
+ """
1356
+ Connection body inside a pipeline
1357
+ :param str etag: Connection etag inside pipeline
1358
+ :param str id: Connection id inside pipeline
1359
+ :param str location: Connection location inside pipeline
1360
+ :param str name: Connection name inside pipeline
1361
+ :param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
1362
+ :param str type: Connection type inside pipeline
1363
+ :param 'PipelineConnectionResponseProperties' properties: Connection properties inside pipeline
1364
+ """
1365
+ pulumi.set(__self__, "etag", etag)
1366
+ pulumi.set(__self__, "id", id)
1367
+ pulumi.set(__self__, "location", location)
1368
+ pulumi.set(__self__, "name", name)
1369
+ pulumi.set(__self__, "system_data", system_data)
1370
+ pulumi.set(__self__, "type", type)
1371
+ if properties is not None:
1372
+ pulumi.set(__self__, "properties", properties)
1373
+
1374
+ @property
1375
+ @pulumi.getter
1376
+ def etag(self) -> str:
1377
+ """
1378
+ Connection etag inside pipeline
1379
+ """
1380
+ return pulumi.get(self, "etag")
1381
+
1382
+ @property
1383
+ @pulumi.getter
1384
+ def id(self) -> str:
1385
+ """
1386
+ Connection id inside pipeline
1387
+ """
1388
+ return pulumi.get(self, "id")
1389
+
1390
+ @property
1391
+ @pulumi.getter
1392
+ def location(self) -> str:
1393
+ """
1394
+ Connection location inside pipeline
1395
+ """
1396
+ return pulumi.get(self, "location")
1397
+
1398
+ @property
1399
+ @pulumi.getter
1400
+ def name(self) -> str:
1401
+ """
1402
+ Connection name inside pipeline
1403
+ """
1404
+ return pulumi.get(self, "name")
1405
+
1406
+ @property
1407
+ @pulumi.getter(name="systemData")
1408
+ def system_data(self) -> 'outputs.SystemDataResponse':
1409
+ """
1410
+ Metadata pertaining to creation and last modification of the resource.
1411
+ """
1412
+ return pulumi.get(self, "system_data")
1413
+
1414
+ @property
1415
+ @pulumi.getter
1416
+ def type(self) -> str:
1417
+ """
1418
+ Connection type inside pipeline
1419
+ """
1420
+ return pulumi.get(self, "type")
1421
+
1422
+ @property
1423
+ @pulumi.getter
1424
+ def properties(self) -> Optional['outputs.PipelineConnectionResponseProperties']:
1425
+ """
1426
+ Connection properties inside pipeline
1427
+ """
1428
+ return pulumi.get(self, "properties")
1429
+
1430
+
1431
+ @pulumi.output_type
1432
+ class PipelineConnectionResponseProperties(dict):
1433
+ """
1434
+ Connection properties inside pipeline
1435
+ """
1436
+ @staticmethod
1437
+ def __key_warning(key: str):
1438
+ suggest = None
1439
+ if key == "internalMetadata":
1440
+ suggest = "internal_metadata"
1441
+
1442
+ if suggest:
1443
+ pulumi.log.warn(f"Key '{key}' not found in PipelineConnectionResponseProperties. Access the value via the '{suggest}' property getter instead.")
1444
+
1445
+ def __getitem__(self, key: str) -> Any:
1446
+ PipelineConnectionResponseProperties.__key_warning(key)
1447
+ return super().__getitem__(key)
1448
+
1449
+ def get(self, key: str, default = None) -> Any:
1450
+ PipelineConnectionResponseProperties.__key_warning(key)
1451
+ return super().get(key, default)
1452
+
1453
+ def __init__(__self__, *,
1454
+ internal_metadata: Optional['outputs.InternalMetadataPropertiesResponse'] = None):
1455
+ """
1456
+ Connection properties inside pipeline
1457
+ :param 'InternalMetadataPropertiesResponse' internal_metadata: Internal metadata of the connection inside pipeline.
1458
+ """
1459
+ if internal_metadata is not None:
1460
+ pulumi.set(__self__, "internal_metadata", internal_metadata)
1461
+
1462
+ @property
1463
+ @pulumi.getter(name="internalMetadata")
1464
+ def internal_metadata(self) -> Optional['outputs.InternalMetadataPropertiesResponse']:
1465
+ """
1466
+ Internal metadata of the connection inside pipeline.
1467
+ """
1468
+ return pulumi.get(self, "internal_metadata")
1469
+
1470
+
1471
+ @pulumi.output_type
1472
+ class PipelinePropertiesResponse(dict):
1473
+ """
1474
+ Properties of pipeline
1475
+ """
1476
+ @staticmethod
1477
+ def __key_warning(key: str):
1478
+ suggest = None
1479
+ if key == "provisioningState":
1480
+ suggest = "provisioning_state"
1481
+ elif key == "remoteCloud":
1482
+ suggest = "remote_cloud"
1483
+ elif key == "displayName":
1484
+ suggest = "display_name"
1485
+ elif key == "flowTypes":
1486
+ suggest = "flow_types"
1487
+
1488
+ if suggest:
1489
+ pulumi.log.warn(f"Key '{key}' not found in PipelinePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1490
+
1491
+ def __getitem__(self, key: str) -> Any:
1492
+ PipelinePropertiesResponse.__key_warning(key)
1493
+ return super().__getitem__(key)
1494
+
1495
+ def get(self, key: str, default = None) -> Any:
1496
+ PipelinePropertiesResponse.__key_warning(key)
1497
+ return super().get(key, default)
1498
+
1499
+ def __init__(__self__, *,
1500
+ connections: Sequence['outputs.PipelineConnectionResponse'],
1501
+ provisioning_state: str,
1502
+ remote_cloud: str,
1503
+ display_name: Optional[str] = None,
1504
+ flow_types: Optional[Sequence[str]] = None,
1505
+ policies: Optional[Sequence[str]] = None,
1506
+ subscribers: Optional[Sequence['outputs.SubscriberResponse']] = None):
1507
+ """
1508
+ Properties of pipeline
1509
+ :param Sequence['PipelineConnectionResponse'] connections: Connections associated with pipeline
1510
+ :param str provisioning_state: Provisioning state of the pipeline
1511
+ :param str remote_cloud: Remote cloud of the data to be transferred or received
1512
+ :param str display_name: Display name of this pipeline
1513
+ :param Sequence[str] flow_types: The flow types allowed for this pipeline
1514
+ :param Sequence[str] policies: The policies for this pipeline
1515
+ :param Sequence['SubscriberResponse'] subscribers: Subscribers of this resource
1516
+ """
1517
+ pulumi.set(__self__, "connections", connections)
1518
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1519
+ pulumi.set(__self__, "remote_cloud", remote_cloud)
1520
+ if display_name is not None:
1521
+ pulumi.set(__self__, "display_name", display_name)
1522
+ if flow_types is not None:
1523
+ pulumi.set(__self__, "flow_types", flow_types)
1524
+ if policies is not None:
1525
+ pulumi.set(__self__, "policies", policies)
1526
+ if subscribers is not None:
1527
+ pulumi.set(__self__, "subscribers", subscribers)
1528
+
1529
+ @property
1530
+ @pulumi.getter
1531
+ def connections(self) -> Sequence['outputs.PipelineConnectionResponse']:
1532
+ """
1533
+ Connections associated with pipeline
1534
+ """
1535
+ return pulumi.get(self, "connections")
1536
+
1537
+ @property
1538
+ @pulumi.getter(name="provisioningState")
1539
+ def provisioning_state(self) -> str:
1540
+ """
1541
+ Provisioning state of the pipeline
1542
+ """
1543
+ return pulumi.get(self, "provisioning_state")
1544
+
1545
+ @property
1546
+ @pulumi.getter(name="remoteCloud")
1547
+ def remote_cloud(self) -> str:
1548
+ """
1549
+ Remote cloud of the data to be transferred or received
1550
+ """
1551
+ return pulumi.get(self, "remote_cloud")
1552
+
1553
+ @property
1554
+ @pulumi.getter(name="displayName")
1555
+ def display_name(self) -> Optional[str]:
1556
+ """
1557
+ Display name of this pipeline
1558
+ """
1559
+ return pulumi.get(self, "display_name")
1560
+
1561
+ @property
1562
+ @pulumi.getter(name="flowTypes")
1563
+ def flow_types(self) -> Optional[Sequence[str]]:
1564
+ """
1565
+ The flow types allowed for this pipeline
1566
+ """
1567
+ return pulumi.get(self, "flow_types")
1568
+
1569
+ @property
1570
+ @pulumi.getter
1571
+ def policies(self) -> Optional[Sequence[str]]:
1572
+ """
1573
+ The policies for this pipeline
1574
+ """
1575
+ return pulumi.get(self, "policies")
1576
+
1577
+ @property
1578
+ @pulumi.getter
1579
+ def subscribers(self) -> Optional[Sequence['outputs.SubscriberResponse']]:
1580
+ """
1581
+ Subscribers of this resource
1582
+ """
1583
+ return pulumi.get(self, "subscribers")
1584
+
1585
+
1586
+ @pulumi.output_type
1587
+ class PlanResponse(dict):
1588
+ """
1589
+ Plan for the resource.
1590
+ """
1591
+ @staticmethod
1592
+ def __key_warning(key: str):
1593
+ suggest = None
1594
+ if key == "promotionCode":
1595
+ suggest = "promotion_code"
1596
+
1597
+ if suggest:
1598
+ pulumi.log.warn(f"Key '{key}' not found in PlanResponse. Access the value via the '{suggest}' property getter instead.")
1599
+
1600
+ def __getitem__(self, key: str) -> Any:
1601
+ PlanResponse.__key_warning(key)
1602
+ return super().__getitem__(key)
1603
+
1604
+ def get(self, key: str, default = None) -> Any:
1605
+ PlanResponse.__key_warning(key)
1606
+ return super().get(key, default)
1607
+
1608
+ def __init__(__self__, *,
1609
+ name: str,
1610
+ product: str,
1611
+ publisher: str,
1612
+ promotion_code: Optional[str] = None,
1613
+ version: Optional[str] = None):
1614
+ """
1615
+ Plan for the resource.
1616
+ :param str name: A user defined name of the 3rd Party Artifact that is being procured.
1617
+ :param str product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
1618
+ :param str publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1619
+ :param str promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1620
+ :param str version: The version of the desired product/artifact.
1621
+ """
1622
+ pulumi.set(__self__, "name", name)
1623
+ pulumi.set(__self__, "product", product)
1624
+ pulumi.set(__self__, "publisher", publisher)
1625
+ if promotion_code is not None:
1626
+ pulumi.set(__self__, "promotion_code", promotion_code)
1627
+ if version is not None:
1628
+ pulumi.set(__self__, "version", version)
1629
+
1630
+ @property
1631
+ @pulumi.getter
1632
+ def name(self) -> str:
1633
+ """
1634
+ A user defined name of the 3rd Party Artifact that is being procured.
1635
+ """
1636
+ return pulumi.get(self, "name")
1637
+
1638
+ @property
1639
+ @pulumi.getter
1640
+ def product(self) -> str:
1641
+ """
1642
+ The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
1643
+ """
1644
+ return pulumi.get(self, "product")
1645
+
1646
+ @property
1647
+ @pulumi.getter
1648
+ def publisher(self) -> str:
1649
+ """
1650
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1651
+ """
1652
+ return pulumi.get(self, "publisher")
1653
+
1654
+ @property
1655
+ @pulumi.getter(name="promotionCode")
1656
+ def promotion_code(self) -> Optional[str]:
1657
+ """
1658
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1659
+ """
1660
+ return pulumi.get(self, "promotion_code")
1661
+
1662
+ @property
1663
+ @pulumi.getter
1664
+ def version(self) -> Optional[str]:
1665
+ """
1666
+ The version of the desired product/artifact.
1667
+ """
1668
+ return pulumi.get(self, "version")
1669
+
1670
+
1671
+ @pulumi.output_type
1672
+ class SchemaResponse(dict):
1673
+ """
1674
+ The schema object.
1675
+ """
1676
+ @staticmethod
1677
+ def __key_warning(key: str):
1678
+ suggest = None
1679
+ if key == "connectionId":
1680
+ suggest = "connection_id"
1681
+
1682
+ if suggest:
1683
+ pulumi.log.warn(f"Key '{key}' not found in SchemaResponse. Access the value via the '{suggest}' property getter instead.")
1684
+
1685
+ def __getitem__(self, key: str) -> Any:
1686
+ SchemaResponse.__key_warning(key)
1687
+ return super().__getitem__(key)
1688
+
1689
+ def get(self, key: str, default = None) -> Any:
1690
+ SchemaResponse.__key_warning(key)
1691
+ return super().get(key, default)
1692
+
1693
+ def __init__(__self__, *,
1694
+ connection_id: Optional[str] = None,
1695
+ content: Optional[str] = None,
1696
+ direction: Optional[str] = None,
1697
+ id: Optional[str] = None,
1698
+ name: Optional[str] = None,
1699
+ status: Optional[str] = None):
1700
+ """
1701
+ The schema object.
1702
+ :param str connection_id: Connection ID associated with this schema
1703
+ :param str content: Content of the schema
1704
+ :param str direction: The direction of the schema.
1705
+ :param str id: ID associated with this schema
1706
+ :param str name: Name of the schema
1707
+ :param str status: Status of the schema
1708
+ """
1709
+ if connection_id is not None:
1710
+ pulumi.set(__self__, "connection_id", connection_id)
1711
+ if content is not None:
1712
+ pulumi.set(__self__, "content", content)
1713
+ if direction is not None:
1714
+ pulumi.set(__self__, "direction", direction)
1715
+ if id is not None:
1716
+ pulumi.set(__self__, "id", id)
1717
+ if name is not None:
1718
+ pulumi.set(__self__, "name", name)
1719
+ if status is not None:
1720
+ pulumi.set(__self__, "status", status)
1721
+
1722
+ @property
1723
+ @pulumi.getter(name="connectionId")
1724
+ def connection_id(self) -> Optional[str]:
1725
+ """
1726
+ Connection ID associated with this schema
1727
+ """
1728
+ return pulumi.get(self, "connection_id")
1729
+
1730
+ @property
1731
+ @pulumi.getter
1732
+ def content(self) -> Optional[str]:
1733
+ """
1734
+ Content of the schema
1735
+ """
1736
+ return pulumi.get(self, "content")
1737
+
1738
+ @property
1739
+ @pulumi.getter
1740
+ def direction(self) -> Optional[str]:
1741
+ """
1742
+ The direction of the schema.
1743
+ """
1744
+ return pulumi.get(self, "direction")
1745
+
1746
+ @property
1747
+ @pulumi.getter
1748
+ def id(self) -> Optional[str]:
1749
+ """
1750
+ ID associated with this schema
1751
+ """
1752
+ return pulumi.get(self, "id")
1753
+
1754
+ @property
1755
+ @pulumi.getter
1756
+ def name(self) -> Optional[str]:
1757
+ """
1758
+ Name of the schema
1759
+ """
1760
+ return pulumi.get(self, "name")
1761
+
1762
+ @property
1763
+ @pulumi.getter
1764
+ def status(self) -> Optional[str]:
1765
+ """
1766
+ Status of the schema
1767
+ """
1768
+ return pulumi.get(self, "status")
1769
+
1770
+
1771
+ @pulumi.output_type
1772
+ class SelectedResourceResponse(dict):
1773
+ """
1774
+ A resource selected from ARM
1775
+ """
1776
+ @staticmethod
1777
+ def __key_warning(key: str):
1778
+ suggest = None
1779
+ if key == "subscriptionName":
1780
+ suggest = "subscription_name"
1781
+
1782
+ if suggest:
1783
+ pulumi.log.warn(f"Key '{key}' not found in SelectedResourceResponse. Access the value via the '{suggest}' property getter instead.")
1784
+
1785
+ def __getitem__(self, key: str) -> Any:
1786
+ SelectedResourceResponse.__key_warning(key)
1787
+ return super().__getitem__(key)
1788
+
1789
+ def get(self, key: str, default = None) -> Any:
1790
+ SelectedResourceResponse.__key_warning(key)
1791
+ return super().get(key, default)
1792
+
1793
+ def __init__(__self__, *,
1794
+ id: str,
1795
+ location: Optional[str] = None,
1796
+ name: Optional[str] = None,
1797
+ subscription_name: Optional[str] = None):
1798
+ """
1799
+ A resource selected from ARM
1800
+ :param str id: Id of the connection
1801
+ :param str location: Location of the connection
1802
+ :param str name: Name of the connection
1803
+ :param str subscription_name: Name of the subscription with the connection
1804
+ """
1805
+ pulumi.set(__self__, "id", id)
1806
+ if location is not None:
1807
+ pulumi.set(__self__, "location", location)
1808
+ if name is not None:
1809
+ pulumi.set(__self__, "name", name)
1810
+ if subscription_name is not None:
1811
+ pulumi.set(__self__, "subscription_name", subscription_name)
1812
+
1813
+ @property
1814
+ @pulumi.getter
1815
+ def id(self) -> str:
1816
+ """
1817
+ Id of the connection
1818
+ """
1819
+ return pulumi.get(self, "id")
1820
+
1821
+ @property
1822
+ @pulumi.getter
1823
+ def location(self) -> Optional[str]:
1824
+ """
1825
+ Location of the connection
1826
+ """
1827
+ return pulumi.get(self, "location")
1828
+
1829
+ @property
1830
+ @pulumi.getter
1831
+ def name(self) -> Optional[str]:
1832
+ """
1833
+ Name of the connection
1834
+ """
1835
+ return pulumi.get(self, "name")
1836
+
1837
+ @property
1838
+ @pulumi.getter(name="subscriptionName")
1839
+ def subscription_name(self) -> Optional[str]:
1840
+ """
1841
+ Name of the subscription with the connection
1842
+ """
1843
+ return pulumi.get(self, "subscription_name")
1844
+
1845
+
1846
+ @pulumi.output_type
1847
+ class SubscriberResponse(dict):
1848
+ def __init__(__self__, *,
1849
+ email: Optional[str] = None,
1850
+ notifications: Optional[float] = None):
1851
+ """
1852
+ :param str email: Email of the subscriber
1853
+ :param float notifications: Number specifying what notifications to receive
1854
+ """
1855
+ if email is not None:
1856
+ pulumi.set(__self__, "email", email)
1857
+ if notifications is not None:
1858
+ pulumi.set(__self__, "notifications", notifications)
1859
+
1860
+ @property
1861
+ @pulumi.getter
1862
+ def email(self) -> Optional[str]:
1863
+ """
1864
+ Email of the subscriber
1865
+ """
1866
+ return pulumi.get(self, "email")
1867
+
1868
+ @property
1869
+ @pulumi.getter
1870
+ def notifications(self) -> Optional[float]:
1871
+ """
1872
+ Number specifying what notifications to receive
1873
+ """
1874
+ return pulumi.get(self, "notifications")
1875
+
1876
+
1877
+ @pulumi.output_type
1878
+ class SystemDataResponse(dict):
1879
+ """
1880
+ Metadata pertaining to creation and last modification of the resource.
1881
+ """
1882
+ @staticmethod
1883
+ def __key_warning(key: str):
1884
+ suggest = None
1885
+ if key == "createdAt":
1886
+ suggest = "created_at"
1887
+ elif key == "createdBy":
1888
+ suggest = "created_by"
1889
+ elif key == "createdByType":
1890
+ suggest = "created_by_type"
1891
+ elif key == "lastModifiedAt":
1892
+ suggest = "last_modified_at"
1893
+ elif key == "lastModifiedBy":
1894
+ suggest = "last_modified_by"
1895
+ elif key == "lastModifiedByType":
1896
+ suggest = "last_modified_by_type"
1897
+
1898
+ if suggest:
1899
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1900
+
1901
+ def __getitem__(self, key: str) -> Any:
1902
+ SystemDataResponse.__key_warning(key)
1903
+ return super().__getitem__(key)
1904
+
1905
+ def get(self, key: str, default = None) -> Any:
1906
+ SystemDataResponse.__key_warning(key)
1907
+ return super().get(key, default)
1908
+
1909
+ def __init__(__self__, *,
1910
+ created_at: Optional[str] = None,
1911
+ created_by: Optional[str] = None,
1912
+ created_by_type: Optional[str] = None,
1913
+ last_modified_at: Optional[str] = None,
1914
+ last_modified_by: Optional[str] = None,
1915
+ last_modified_by_type: Optional[str] = None):
1916
+ """
1917
+ Metadata pertaining to creation and last modification of the resource.
1918
+ :param str created_at: The timestamp of resource creation (UTC).
1919
+ :param str created_by: The identity that created the resource.
1920
+ :param str created_by_type: The type of identity that created the resource.
1921
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1922
+ :param str last_modified_by: The identity that last modified the resource.
1923
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1924
+ """
1925
+ if created_at is not None:
1926
+ pulumi.set(__self__, "created_at", created_at)
1927
+ if created_by is not None:
1928
+ pulumi.set(__self__, "created_by", created_by)
1929
+ if created_by_type is not None:
1930
+ pulumi.set(__self__, "created_by_type", created_by_type)
1931
+ if last_modified_at is not None:
1932
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1933
+ if last_modified_by is not None:
1934
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1935
+ if last_modified_by_type is not None:
1936
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1937
+
1938
+ @property
1939
+ @pulumi.getter(name="createdAt")
1940
+ def created_at(self) -> Optional[str]:
1941
+ """
1942
+ The timestamp of resource creation (UTC).
1943
+ """
1944
+ return pulumi.get(self, "created_at")
1945
+
1946
+ @property
1947
+ @pulumi.getter(name="createdBy")
1948
+ def created_by(self) -> Optional[str]:
1949
+ """
1950
+ The identity that created the resource.
1951
+ """
1952
+ return pulumi.get(self, "created_by")
1953
+
1954
+ @property
1955
+ @pulumi.getter(name="createdByType")
1956
+ def created_by_type(self) -> Optional[str]:
1957
+ """
1958
+ The type of identity that created the resource.
1959
+ """
1960
+ return pulumi.get(self, "created_by_type")
1961
+
1962
+ @property
1963
+ @pulumi.getter(name="lastModifiedAt")
1964
+ def last_modified_at(self) -> Optional[str]:
1965
+ """
1966
+ The timestamp of resource last modification (UTC)
1967
+ """
1968
+ return pulumi.get(self, "last_modified_at")
1969
+
1970
+ @property
1971
+ @pulumi.getter(name="lastModifiedBy")
1972
+ def last_modified_by(self) -> Optional[str]:
1973
+ """
1974
+ The identity that last modified the resource.
1975
+ """
1976
+ return pulumi.get(self, "last_modified_by")
1977
+
1978
+ @property
1979
+ @pulumi.getter(name="lastModifiedByType")
1980
+ def last_modified_by_type(self) -> Optional[str]:
1981
+ """
1982
+ The type of identity that last modified the resource.
1983
+ """
1984
+ return pulumi.get(self, "last_modified_by_type")
1985
+
1986
+
1987
+ @pulumi.output_type
1988
+ class UserAssignedIdentityResponse(dict):
1989
+ """
1990
+ User assigned identity properties
1991
+ """
1992
+ @staticmethod
1993
+ def __key_warning(key: str):
1994
+ suggest = None
1995
+ if key == "clientId":
1996
+ suggest = "client_id"
1997
+ elif key == "principalId":
1998
+ suggest = "principal_id"
1999
+
2000
+ if suggest:
2001
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2002
+
2003
+ def __getitem__(self, key: str) -> Any:
2004
+ UserAssignedIdentityResponse.__key_warning(key)
2005
+ return super().__getitem__(key)
2006
+
2007
+ def get(self, key: str, default = None) -> Any:
2008
+ UserAssignedIdentityResponse.__key_warning(key)
2009
+ return super().get(key, default)
2010
+
2011
+ def __init__(__self__, *,
2012
+ client_id: str,
2013
+ principal_id: str):
2014
+ """
2015
+ User assigned identity properties
2016
+ :param str client_id: The client ID of the assigned identity.
2017
+ :param str principal_id: The principal ID of the assigned identity.
2018
+ """
2019
+ pulumi.set(__self__, "client_id", client_id)
2020
+ pulumi.set(__self__, "principal_id", principal_id)
2021
+
2022
+ @property
2023
+ @pulumi.getter(name="clientId")
2024
+ def client_id(self) -> str:
2025
+ """
2026
+ The client ID of the assigned identity.
2027
+ """
2028
+ return pulumi.get(self, "client_id")
2029
+
2030
+ @property
2031
+ @pulumi.getter(name="principalId")
2032
+ def principal_id(self) -> str:
2033
+ """
2034
+ The principal ID of the assigned identity.
2035
+ """
2036
+ return pulumi.get(self, "principal_id")
2037
+
2038
+