pulumi-azure-native 2.54.0__py3-none-any.whl → 2.54.0a1723036641__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 (447) hide show
  1. pulumi_azure_native/__init__.py +0 -91
  2. pulumi_azure_native/containerservice/__init__.py +0 -3
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  6. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  7. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  8. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  10. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  11. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  15. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  16. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  17. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  18. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  20. pulumi_azure_native/containerservice/snapshot.py +3 -3
  21. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  22. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  23. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  26. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  31. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  32. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  37. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  39. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  48. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  49. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  53. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  54. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  55. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  61. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  64. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  76. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  77. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  78. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  79. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  80. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  81. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  82. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  83. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  84. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  85. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  88. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  89. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  91. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  92. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  93. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  94. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  95. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  96. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  97. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  98. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  99. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  101. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  102. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  103. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  104. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  105. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  107. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  108. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  109. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  110. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  111. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  112. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  115. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  116. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  117. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  118. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  119. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  120. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  121. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  122. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  123. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  124. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  125. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  128. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  129. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  130. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  131. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  132. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  133. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  134. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  135. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  136. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  137. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  138. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  139. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  141. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  142. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  143. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  144. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  145. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  146. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  151. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  155. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  156. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  157. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  159. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  160. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  165. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  166. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  167. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  170. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  171. pulumi_azure_native/datafactory/_inputs.py +120 -2520
  172. pulumi_azure_native/datafactory/outputs.py +117 -1557
  173. pulumi_azure_native/datafactory/v20180601/_inputs.py +120 -2520
  174. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1557
  175. pulumi_azure_native/devcenter/__init__.py +0 -5
  176. pulumi_azure_native/devcenter/_inputs.py +0 -58
  177. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  178. pulumi_azure_native/devcenter/catalog.py +3 -3
  179. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  180. pulumi_azure_native/devcenter/dev_center.py +3 -3
  181. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  182. pulumi_azure_native/devcenter/environment_type.py +3 -3
  183. pulumi_azure_native/devcenter/gallery.py +3 -3
  184. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  185. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  186. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  187. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  188. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  189. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  190. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  191. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  192. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  193. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  194. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  195. pulumi_azure_native/devcenter/get_plan.py +2 -2
  196. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  197. pulumi_azure_native/devcenter/get_pool.py +2 -2
  198. pulumi_azure_native/devcenter/get_project.py +2 -2
  199. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  200. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  201. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +0 -4
  202. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  203. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  204. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  205. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  206. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  207. pulumi_azure_native/devcenter/network_connection.py +3 -3
  208. pulumi_azure_native/devcenter/outputs.py +0 -36
  209. pulumi_azure_native/devcenter/plan.py +3 -3
  210. pulumi_azure_native/devcenter/plan_member.py +3 -3
  211. pulumi_azure_native/devcenter/pool.py +3 -3
  212. pulumi_azure_native/devcenter/project.py +3 -3
  213. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  214. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  215. pulumi_azure_native/devcenter/schedule.py +3 -3
  216. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  217. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  218. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  219. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  220. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  221. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  222. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  223. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  224. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  225. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  226. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  227. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  228. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  229. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  230. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  231. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  232. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  233. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  234. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  235. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  236. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  237. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  238. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  239. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  240. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  241. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  242. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  243. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  244. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  245. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  246. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  247. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  248. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  249. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  250. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  251. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  252. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  253. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  254. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  255. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  256. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  257. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  258. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  259. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  260. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  261. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  262. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  263. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  264. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  265. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  266. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  267. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  268. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  269. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  270. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  271. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  272. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  273. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  274. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  275. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  276. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  277. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  278. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  279. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  280. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  281. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  282. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  283. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  284. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  285. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  286. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  287. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  288. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  289. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  290. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  291. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  292. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
  293. pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
  294. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
  295. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
  296. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
  297. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
  298. pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
  299. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
  300. pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
  301. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
  302. pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
  303. pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
  304. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
  305. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
  306. pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
  307. pulumi_azure_native/portal/_enums.py +0 -11
  308. pulumi_azure_native/portal/_inputs.py +94 -387
  309. pulumi_azure_native/portal/dashboard.py +60 -41
  310. pulumi_azure_native/portal/get_dashboard.py +29 -29
  311. pulumi_azure_native/portal/get_tenant_configuration.py +18 -32
  312. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +3 -3
  313. pulumi_azure_native/portal/outputs.py +76 -446
  314. pulumi_azure_native/portal/tenant_configuration.py +28 -40
  315. pulumi_azure_native/portal/v20200901preview/__init__.py +0 -1
  316. pulumi_azure_native/portal/v20200901preview/_inputs.py +42 -139
  317. pulumi_azure_native/portal/v20200901preview/dashboard.py +60 -41
  318. pulumi_azure_native/portal/v20200901preview/get_dashboard.py +29 -29
  319. pulumi_azure_native/portal/v20200901preview/get_tenant_configuration.py +18 -32
  320. pulumi_azure_native/portal/v20200901preview/list_list_tenant_configuration_violation.py +3 -3
  321. pulumi_azure_native/portal/v20200901preview/outputs.py +84 -314
  322. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +28 -40
  323. pulumi_azure_native/pulumi-plugin.json +1 -1
  324. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/METADATA +1 -1
  325. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/RECORD +327 -447
  326. pulumi_azure_native/containerservice/v20240602preview/__init__.py +0 -29
  327. pulumi_azure_native/containerservice/v20240602preview/_enums.py +0 -912
  328. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +0 -9690
  329. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +0 -1691
  330. pulumi_azure_native/containerservice/v20240602preview/get_agent_pool.py +0 -817
  331. pulumi_azure_native/containerservice/v20240602preview/get_load_balancer.py +0 -206
  332. pulumi_azure_native/containerservice/v20240602preview/get_maintenance_configuration.py +0 -167
  333. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster.py +0 -838
  334. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster_snapshot.py +0 -188
  335. pulumi_azure_native/containerservice/v20240602preview/get_private_endpoint_connection.py +0 -154
  336. pulumi_azure_native/containerservice/v20240602preview/get_snapshot.py +0 -253
  337. pulumi_azure_native/containerservice/v20240602preview/get_trusted_access_role_binding.py +0 -167
  338. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_admin_credentials.py +0 -89
  339. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
  340. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_user_credentials.py +0 -94
  341. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +0 -368
  342. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +0 -279
  343. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +0 -1595
  344. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +0 -297
  345. pulumi_azure_native/containerservice/v20240602preview/outputs.py +0 -8349
  346. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +0 -251
  347. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +0 -347
  348. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +0 -260
  349. pulumi_azure_native/contoso/__init__.py +0 -19
  350. pulumi_azure_native/contoso/_inputs.py +0 -99
  351. pulumi_azure_native/contoso/employee.py +0 -259
  352. pulumi_azure_native/contoso/get_employee.py +0 -164
  353. pulumi_azure_native/contoso/outputs.py +0 -206
  354. pulumi_azure_native/contoso/v20211001preview/__init__.py +0 -11
  355. pulumi_azure_native/contoso/v20211001preview/_inputs.py +0 -99
  356. pulumi_azure_native/contoso/v20211001preview/employee.py +0 -257
  357. pulumi_azure_native/contoso/v20211001preview/get_employee.py +0 -162
  358. pulumi_azure_native/contoso/v20211001preview/outputs.py +0 -206
  359. pulumi_azure_native/devcenter/curation_profile.py +0 -261
  360. pulumi_azure_native/devcenter/get_curation_profile.py +0 -169
  361. pulumi_azure_native/devcenter/v20240801preview/__init__.py +0 -50
  362. pulumi_azure_native/devcenter/v20240801preview/_enums.py +0 -219
  363. pulumi_azure_native/devcenter/v20240801preview/_inputs.py +0 -904
  364. pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +0 -260
  365. pulumi_azure_native/devcenter/v20240801preview/catalog.py +0 -368
  366. pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +0 -259
  367. pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +0 -418
  368. pulumi_azure_native/devcenter/v20240801preview/dev_center.py +0 -481
  369. pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +0 -347
  370. pulumi_azure_native/devcenter/v20240801preview/environment_type.py +0 -258
  371. pulumi_azure_native/devcenter/v20240801preview/gallery.py +0 -230
  372. pulumi_azure_native/devcenter/v20240801preview/get_attached_network_by_dev_center.py +0 -193
  373. pulumi_azure_native/devcenter/v20240801preview/get_catalog.py +0 -258
  374. pulumi_azure_native/devcenter/v20240801preview/get_catalog_sync_error_details.py +0 -115
  375. pulumi_azure_native/devcenter/v20240801preview/get_curation_profile.py +0 -167
  376. pulumi_azure_native/devcenter/v20240801preview/get_customization_task_error_details.py +0 -94
  377. pulumi_azure_native/devcenter/v20240801preview/get_dev_box_definition.py +0 -271
  378. pulumi_azure_native/devcenter/v20240801preview/get_dev_center.py +0 -279
  379. pulumi_azure_native/devcenter/v20240801preview/get_encryption_set.py +0 -206
  380. pulumi_azure_native/devcenter/v20240801preview/get_environment_definition_error_details.py +0 -94
  381. pulumi_azure_native/devcenter/v20240801preview/get_environment_type.py +0 -167
  382. pulumi_azure_native/devcenter/v20240801preview/get_gallery.py +0 -154
  383. pulumi_azure_native/devcenter/v20240801preview/get_network_connection.py +0 -266
  384. pulumi_azure_native/devcenter/v20240801preview/get_plan.py +0 -175
  385. pulumi_azure_native/devcenter/v20240801preview/get_plan_member.py +0 -193
  386. pulumi_azure_native/devcenter/v20240801preview/get_pool.py +0 -349
  387. pulumi_azure_native/devcenter/v20240801preview/get_project.py +0 -253
  388. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog.py +0 -258
  389. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_environment_definition_error_details.py +0 -94
  390. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_image_definition_build_details.py +0 -216
  391. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_sync_error_details.py +0 -115
  392. pulumi_azure_native/devcenter/v20240801preview/get_project_environment_type.py +0 -258
  393. pulumi_azure_native/devcenter/v20240801preview/get_project_inherited_settings.py +0 -97
  394. pulumi_azure_native/devcenter/v20240801preview/get_schedule.py +0 -229
  395. pulumi_azure_native/devcenter/v20240801preview/list_skus_by_project.py +0 -97
  396. pulumi_azure_native/devcenter/v20240801preview/network_connection.py +0 -453
  397. pulumi_azure_native/devcenter/v20240801preview/outputs.py +0 -1899
  398. pulumi_azure_native/devcenter/v20240801preview/plan.py +0 -268
  399. pulumi_azure_native/devcenter/v20240801preview/plan_member.py +0 -298
  400. pulumi_azure_native/devcenter/v20240801preview/pool.py +0 -613
  401. pulumi_azure_native/devcenter/v20240801preview/project.py +0 -423
  402. pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +0 -368
  403. pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +0 -444
  404. pulumi_azure_native/devcenter/v20240801preview/schedule.py +0 -439
  405. pulumi_azure_native/iotoperations/__init__.py +0 -34
  406. pulumi_azure_native/iotoperations/_enums.py +0 -544
  407. pulumi_azure_native/iotoperations/_inputs.py +0 -6026
  408. pulumi_azure_native/iotoperations/broker.py +0 -253
  409. pulumi_azure_native/iotoperations/broker_authentication.py +0 -274
  410. pulumi_azure_native/iotoperations/broker_authorization.py +0 -274
  411. pulumi_azure_native/iotoperations/broker_listener.py +0 -274
  412. pulumi_azure_native/iotoperations/data_flow.py +0 -274
  413. pulumi_azure_native/iotoperations/data_flow_endpoint.py +0 -253
  414. pulumi_azure_native/iotoperations/data_flow_profile.py +0 -253
  415. pulumi_azure_native/iotoperations/get_broker.py +0 -156
  416. pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -161
  417. pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -161
  418. pulumi_azure_native/iotoperations/get_broker_listener.py +0 -161
  419. pulumi_azure_native/iotoperations/get_data_flow.py +0 -161
  420. pulumi_azure_native/iotoperations/get_data_flow_endpoint.py +0 -156
  421. pulumi_azure_native/iotoperations/get_data_flow_profile.py +0 -156
  422. pulumi_azure_native/iotoperations/get_instance.py +0 -177
  423. pulumi_azure_native/iotoperations/instance.py +0 -290
  424. pulumi_azure_native/iotoperations/outputs.py +0 -4991
  425. pulumi_azure_native/iotoperations/v20240701preview/__init__.py +0 -26
  426. pulumi_azure_native/iotoperations/v20240701preview/_enums.py +0 -544
  427. pulumi_azure_native/iotoperations/v20240701preview/_inputs.py +0 -6026
  428. pulumi_azure_native/iotoperations/v20240701preview/broker.py +0 -251
  429. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +0 -272
  430. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +0 -272
  431. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +0 -272
  432. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +0 -272
  433. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +0 -251
  434. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +0 -251
  435. pulumi_azure_native/iotoperations/v20240701preview/get_broker.py +0 -154
  436. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authentication.py +0 -159
  437. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authorization.py +0 -159
  438. pulumi_azure_native/iotoperations/v20240701preview/get_broker_listener.py +0 -159
  439. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow.py +0 -159
  440. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_endpoint.py +0 -154
  441. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_profile.py +0 -154
  442. pulumi_azure_native/iotoperations/v20240701preview/get_instance.py +0 -175
  443. pulumi_azure_native/iotoperations/v20240701preview/instance.py +0 -288
  444. pulumi_azure_native/iotoperations/v20240701preview/outputs.py +0 -4991
  445. pulumi_azure_native/portal/v20200901preview/_enums.py +0 -19
  446. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/WHEEL +0 -0
  447. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/top_level.txt +0 -0
@@ -1,258 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetProjectCatalogResult',
20
- 'AwaitableGetProjectCatalogResult',
21
- 'get_project_catalog',
22
- 'get_project_catalog_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetProjectCatalogResult:
27
- """
28
- Represents a catalog.
29
- """
30
- def __init__(__self__, ado_git=None, connection_state=None, git_hub=None, id=None, last_connection_time=None, last_sync_stats=None, last_sync_time=None, name=None, provisioning_state=None, sync_state=None, sync_type=None, system_data=None, tags=None, type=None):
31
- if ado_git and not isinstance(ado_git, dict):
32
- raise TypeError("Expected argument 'ado_git' to be a dict")
33
- pulumi.set(__self__, "ado_git", ado_git)
34
- if connection_state and not isinstance(connection_state, str):
35
- raise TypeError("Expected argument 'connection_state' to be a str")
36
- pulumi.set(__self__, "connection_state", connection_state)
37
- if git_hub and not isinstance(git_hub, dict):
38
- raise TypeError("Expected argument 'git_hub' to be a dict")
39
- pulumi.set(__self__, "git_hub", git_hub)
40
- if id and not isinstance(id, str):
41
- raise TypeError("Expected argument 'id' to be a str")
42
- pulumi.set(__self__, "id", id)
43
- if last_connection_time and not isinstance(last_connection_time, str):
44
- raise TypeError("Expected argument 'last_connection_time' to be a str")
45
- pulumi.set(__self__, "last_connection_time", last_connection_time)
46
- if last_sync_stats and not isinstance(last_sync_stats, dict):
47
- raise TypeError("Expected argument 'last_sync_stats' to be a dict")
48
- pulumi.set(__self__, "last_sync_stats", last_sync_stats)
49
- if last_sync_time and not isinstance(last_sync_time, str):
50
- raise TypeError("Expected argument 'last_sync_time' to be a str")
51
- pulumi.set(__self__, "last_sync_time", last_sync_time)
52
- if name and not isinstance(name, str):
53
- raise TypeError("Expected argument 'name' to be a str")
54
- pulumi.set(__self__, "name", name)
55
- if provisioning_state and not isinstance(provisioning_state, str):
56
- raise TypeError("Expected argument 'provisioning_state' to be a str")
57
- pulumi.set(__self__, "provisioning_state", provisioning_state)
58
- if sync_state and not isinstance(sync_state, str):
59
- raise TypeError("Expected argument 'sync_state' to be a str")
60
- pulumi.set(__self__, "sync_state", sync_state)
61
- if sync_type and not isinstance(sync_type, str):
62
- raise TypeError("Expected argument 'sync_type' to be a str")
63
- pulumi.set(__self__, "sync_type", sync_type)
64
- if system_data and not isinstance(system_data, dict):
65
- raise TypeError("Expected argument 'system_data' to be a dict")
66
- pulumi.set(__self__, "system_data", system_data)
67
- if tags and not isinstance(tags, dict):
68
- raise TypeError("Expected argument 'tags' to be a dict")
69
- pulumi.set(__self__, "tags", tags)
70
- if type and not isinstance(type, str):
71
- raise TypeError("Expected argument 'type' to be a str")
72
- pulumi.set(__self__, "type", type)
73
-
74
- @property
75
- @pulumi.getter(name="adoGit")
76
- def ado_git(self) -> Optional['outputs.GitCatalogResponse']:
77
- """
78
- Properties for an Azure DevOps catalog type.
79
- """
80
- return pulumi.get(self, "ado_git")
81
-
82
- @property
83
- @pulumi.getter(name="connectionState")
84
- def connection_state(self) -> str:
85
- """
86
- The connection state of the catalog.
87
- """
88
- return pulumi.get(self, "connection_state")
89
-
90
- @property
91
- @pulumi.getter(name="gitHub")
92
- def git_hub(self) -> Optional['outputs.GitCatalogResponse']:
93
- """
94
- Properties for a GitHub catalog type.
95
- """
96
- return pulumi.get(self, "git_hub")
97
-
98
- @property
99
- @pulumi.getter
100
- def id(self) -> str:
101
- """
102
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
103
- """
104
- return pulumi.get(self, "id")
105
-
106
- @property
107
- @pulumi.getter(name="lastConnectionTime")
108
- def last_connection_time(self) -> str:
109
- """
110
- When the catalog was last connected.
111
- """
112
- return pulumi.get(self, "last_connection_time")
113
-
114
- @property
115
- @pulumi.getter(name="lastSyncStats")
116
- def last_sync_stats(self) -> 'outputs.SyncStatsResponse':
117
- """
118
- Stats of the latest synchronization.
119
- """
120
- return pulumi.get(self, "last_sync_stats")
121
-
122
- @property
123
- @pulumi.getter(name="lastSyncTime")
124
- def last_sync_time(self) -> str:
125
- """
126
- When the catalog was last synced.
127
- """
128
- return pulumi.get(self, "last_sync_time")
129
-
130
- @property
131
- @pulumi.getter
132
- def name(self) -> str:
133
- """
134
- The name of the resource
135
- """
136
- return pulumi.get(self, "name")
137
-
138
- @property
139
- @pulumi.getter(name="provisioningState")
140
- def provisioning_state(self) -> str:
141
- """
142
- The provisioning state of the resource.
143
- """
144
- return pulumi.get(self, "provisioning_state")
145
-
146
- @property
147
- @pulumi.getter(name="syncState")
148
- def sync_state(self) -> str:
149
- """
150
- The synchronization state of the catalog.
151
- """
152
- return pulumi.get(self, "sync_state")
153
-
154
- @property
155
- @pulumi.getter(name="syncType")
156
- def sync_type(self) -> Optional[str]:
157
- """
158
- Indicates the type of sync that is configured for the catalog.
159
- """
160
- return pulumi.get(self, "sync_type")
161
-
162
- @property
163
- @pulumi.getter(name="systemData")
164
- def system_data(self) -> 'outputs.SystemDataResponse':
165
- """
166
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
167
- """
168
- return pulumi.get(self, "system_data")
169
-
170
- @property
171
- @pulumi.getter
172
- def tags(self) -> Optional[Mapping[str, str]]:
173
- """
174
- Resource tags.
175
- """
176
- return pulumi.get(self, "tags")
177
-
178
- @property
179
- @pulumi.getter
180
- def type(self) -> str:
181
- """
182
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
183
- """
184
- return pulumi.get(self, "type")
185
-
186
-
187
- class AwaitableGetProjectCatalogResult(GetProjectCatalogResult):
188
- # pylint: disable=using-constant-test
189
- def __await__(self):
190
- if False:
191
- yield self
192
- return GetProjectCatalogResult(
193
- ado_git=self.ado_git,
194
- connection_state=self.connection_state,
195
- git_hub=self.git_hub,
196
- id=self.id,
197
- last_connection_time=self.last_connection_time,
198
- last_sync_stats=self.last_sync_stats,
199
- last_sync_time=self.last_sync_time,
200
- name=self.name,
201
- provisioning_state=self.provisioning_state,
202
- sync_state=self.sync_state,
203
- sync_type=self.sync_type,
204
- system_data=self.system_data,
205
- tags=self.tags,
206
- type=self.type)
207
-
208
-
209
- def get_project_catalog(catalog_name: Optional[str] = None,
210
- project_name: Optional[str] = None,
211
- resource_group_name: Optional[str] = None,
212
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogResult:
213
- """
214
- Gets an associated project catalog.
215
-
216
-
217
- :param str catalog_name: The name of the Catalog.
218
- :param str project_name: The name of the project.
219
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
220
- """
221
- __args__ = dict()
222
- __args__['catalogName'] = catalog_name
223
- __args__['projectName'] = project_name
224
- __args__['resourceGroupName'] = resource_group_name
225
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
226
- __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240801preview:getProjectCatalog', __args__, opts=opts, typ=GetProjectCatalogResult).value
227
-
228
- return AwaitableGetProjectCatalogResult(
229
- ado_git=pulumi.get(__ret__, 'ado_git'),
230
- connection_state=pulumi.get(__ret__, 'connection_state'),
231
- git_hub=pulumi.get(__ret__, 'git_hub'),
232
- id=pulumi.get(__ret__, 'id'),
233
- last_connection_time=pulumi.get(__ret__, 'last_connection_time'),
234
- last_sync_stats=pulumi.get(__ret__, 'last_sync_stats'),
235
- last_sync_time=pulumi.get(__ret__, 'last_sync_time'),
236
- name=pulumi.get(__ret__, 'name'),
237
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
238
- sync_state=pulumi.get(__ret__, 'sync_state'),
239
- sync_type=pulumi.get(__ret__, 'sync_type'),
240
- system_data=pulumi.get(__ret__, 'system_data'),
241
- tags=pulumi.get(__ret__, 'tags'),
242
- type=pulumi.get(__ret__, 'type'))
243
-
244
-
245
- @_utilities.lift_output_func(get_project_catalog)
246
- def get_project_catalog_output(catalog_name: Optional[pulumi.Input[str]] = None,
247
- project_name: Optional[pulumi.Input[str]] = None,
248
- resource_group_name: Optional[pulumi.Input[str]] = None,
249
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogResult]:
250
- """
251
- Gets an associated project catalog.
252
-
253
-
254
- :param str catalog_name: The name of the Catalog.
255
- :param str project_name: The name of the project.
256
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
257
- """
258
- ...
@@ -1,94 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetProjectCatalogEnvironmentDefinitionErrorDetailsResult',
20
- 'AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult',
21
- 'get_project_catalog_environment_definition_error_details',
22
- 'get_project_catalog_environment_definition_error_details_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetProjectCatalogEnvironmentDefinitionErrorDetailsResult:
27
- """
28
- List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource.
29
- """
30
- def __init__(__self__, errors=None):
31
- if errors and not isinstance(errors, list):
32
- raise TypeError("Expected argument 'errors' to be a list")
33
- pulumi.set(__self__, "errors", errors)
34
-
35
- @property
36
- @pulumi.getter
37
- def errors(self) -> Sequence['outputs.CatalogErrorDetailsResponse']:
38
- """
39
- Errors associated with resources synchronized from the catalog.
40
- """
41
- return pulumi.get(self, "errors")
42
-
43
-
44
- class AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult(GetProjectCatalogEnvironmentDefinitionErrorDetailsResult):
45
- # pylint: disable=using-constant-test
46
- def __await__(self):
47
- if False:
48
- yield self
49
- return GetProjectCatalogEnvironmentDefinitionErrorDetailsResult(
50
- errors=self.errors)
51
-
52
-
53
- def get_project_catalog_environment_definition_error_details(catalog_name: Optional[str] = None,
54
- environment_definition_name: Optional[str] = None,
55
- project_name: Optional[str] = None,
56
- resource_group_name: Optional[str] = None,
57
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult:
58
- """
59
- Gets Environment Definition error details
60
-
61
-
62
- :param str catalog_name: The name of the Catalog.
63
- :param str environment_definition_name: The name of the Environment Definition.
64
- :param str project_name: The name of the project.
65
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
66
- """
67
- __args__ = dict()
68
- __args__['catalogName'] = catalog_name
69
- __args__['environmentDefinitionName'] = environment_definition_name
70
- __args__['projectName'] = project_name
71
- __args__['resourceGroupName'] = resource_group_name
72
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
73
- __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240801preview:getProjectCatalogEnvironmentDefinitionErrorDetails', __args__, opts=opts, typ=GetProjectCatalogEnvironmentDefinitionErrorDetailsResult).value
74
-
75
- return AwaitableGetProjectCatalogEnvironmentDefinitionErrorDetailsResult(
76
- errors=pulumi.get(__ret__, 'errors'))
77
-
78
-
79
- @_utilities.lift_output_func(get_project_catalog_environment_definition_error_details)
80
- def get_project_catalog_environment_definition_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
81
- environment_definition_name: Optional[pulumi.Input[str]] = None,
82
- project_name: Optional[pulumi.Input[str]] = None,
83
- resource_group_name: Optional[pulumi.Input[str]] = None,
84
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogEnvironmentDefinitionErrorDetailsResult]:
85
- """
86
- Gets Environment Definition error details
87
-
88
-
89
- :param str catalog_name: The name of the Catalog.
90
- :param str environment_definition_name: The name of the Environment Definition.
91
- :param str project_name: The name of the project.
92
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
93
- """
94
- ...
@@ -1,216 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetProjectCatalogImageDefinitionBuildDetailsResult',
20
- 'AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult',
21
- 'get_project_catalog_image_definition_build_details',
22
- 'get_project_catalog_image_definition_build_details_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetProjectCatalogImageDefinitionBuildDetailsResult:
27
- """
28
- Represents a specific build of an Image Definition.
29
- """
30
- def __init__(__self__, end_time=None, error_details=None, id=None, image_reference=None, name=None, start_time=None, status=None, system_data=None, task_groups=None, type=None):
31
- if end_time and not isinstance(end_time, str):
32
- raise TypeError("Expected argument 'end_time' to be a str")
33
- pulumi.set(__self__, "end_time", end_time)
34
- if error_details and not isinstance(error_details, dict):
35
- raise TypeError("Expected argument 'error_details' to be a dict")
36
- pulumi.set(__self__, "error_details", error_details)
37
- if id and not isinstance(id, str):
38
- raise TypeError("Expected argument 'id' to be a str")
39
- pulumi.set(__self__, "id", id)
40
- if image_reference and not isinstance(image_reference, dict):
41
- raise TypeError("Expected argument 'image_reference' to be a dict")
42
- pulumi.set(__self__, "image_reference", image_reference)
43
- if name and not isinstance(name, str):
44
- raise TypeError("Expected argument 'name' to be a str")
45
- pulumi.set(__self__, "name", name)
46
- if start_time and not isinstance(start_time, str):
47
- raise TypeError("Expected argument 'start_time' to be a str")
48
- pulumi.set(__self__, "start_time", start_time)
49
- if status and not isinstance(status, str):
50
- raise TypeError("Expected argument 'status' to be a str")
51
- pulumi.set(__self__, "status", status)
52
- if system_data and not isinstance(system_data, dict):
53
- raise TypeError("Expected argument 'system_data' to be a dict")
54
- pulumi.set(__self__, "system_data", system_data)
55
- if task_groups and not isinstance(task_groups, list):
56
- raise TypeError("Expected argument 'task_groups' to be a list")
57
- pulumi.set(__self__, "task_groups", task_groups)
58
- if type and not isinstance(type, str):
59
- raise TypeError("Expected argument 'type' to be a str")
60
- pulumi.set(__self__, "type", type)
61
-
62
- @property
63
- @pulumi.getter(name="endTime")
64
- def end_time(self) -> str:
65
- """
66
- End time of the task group.
67
- """
68
- return pulumi.get(self, "end_time")
69
-
70
- @property
71
- @pulumi.getter(name="errorDetails")
72
- def error_details(self) -> 'outputs.ImageCreationErrorDetailsResponse':
73
- """
74
- Details for image creation error. Populated when the image creation is not successful.
75
- """
76
- return pulumi.get(self, "error_details")
77
-
78
- @property
79
- @pulumi.getter
80
- def id(self) -> str:
81
- """
82
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
83
- """
84
- return pulumi.get(self, "id")
85
-
86
- @property
87
- @pulumi.getter(name="imageReference")
88
- def image_reference(self) -> 'outputs.ImageReferenceResponse':
89
- """
90
- The specific image version used by the build.
91
- """
92
- return pulumi.get(self, "image_reference")
93
-
94
- @property
95
- @pulumi.getter
96
- def name(self) -> str:
97
- """
98
- The name of the resource
99
- """
100
- return pulumi.get(self, "name")
101
-
102
- @property
103
- @pulumi.getter(name="startTime")
104
- def start_time(self) -> str:
105
- """
106
- Start time of the task group.
107
- """
108
- return pulumi.get(self, "start_time")
109
-
110
- @property
111
- @pulumi.getter
112
- def status(self) -> str:
113
- """
114
- The status of the build.
115
- """
116
- return pulumi.get(self, "status")
117
-
118
- @property
119
- @pulumi.getter(name="systemData")
120
- def system_data(self) -> 'outputs.SystemDataResponse':
121
- """
122
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
123
- """
124
- return pulumi.get(self, "system_data")
125
-
126
- @property
127
- @pulumi.getter(name="taskGroups")
128
- def task_groups(self) -> Sequence['outputs.ImageDefinitionBuildTaskGroupResponse']:
129
- """
130
- The list of task groups executed during the image definition build.
131
- """
132
- return pulumi.get(self, "task_groups")
133
-
134
- @property
135
- @pulumi.getter
136
- def type(self) -> str:
137
- """
138
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
139
- """
140
- return pulumi.get(self, "type")
141
-
142
-
143
- class AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult(GetProjectCatalogImageDefinitionBuildDetailsResult):
144
- # pylint: disable=using-constant-test
145
- def __await__(self):
146
- if False:
147
- yield self
148
- return GetProjectCatalogImageDefinitionBuildDetailsResult(
149
- end_time=self.end_time,
150
- error_details=self.error_details,
151
- id=self.id,
152
- image_reference=self.image_reference,
153
- name=self.name,
154
- start_time=self.start_time,
155
- status=self.status,
156
- system_data=self.system_data,
157
- task_groups=self.task_groups,
158
- type=self.type)
159
-
160
-
161
- def get_project_catalog_image_definition_build_details(build_name: Optional[str] = None,
162
- catalog_name: Optional[str] = None,
163
- image_definition_name: Optional[str] = None,
164
- project_name: Optional[str] = None,
165
- resource_group_name: Optional[str] = None,
166
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult:
167
- """
168
- Gets Build details
169
-
170
-
171
- :param str build_name: The ID of the Image Definition Build.
172
- :param str catalog_name: The name of the Catalog.
173
- :param str image_definition_name: The name of the Image Definition.
174
- :param str project_name: The name of the project.
175
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
176
- """
177
- __args__ = dict()
178
- __args__['buildName'] = build_name
179
- __args__['catalogName'] = catalog_name
180
- __args__['imageDefinitionName'] = image_definition_name
181
- __args__['projectName'] = project_name
182
- __args__['resourceGroupName'] = resource_group_name
183
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
184
- __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240801preview:getProjectCatalogImageDefinitionBuildDetails', __args__, opts=opts, typ=GetProjectCatalogImageDefinitionBuildDetailsResult).value
185
-
186
- return AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult(
187
- end_time=pulumi.get(__ret__, 'end_time'),
188
- error_details=pulumi.get(__ret__, 'error_details'),
189
- id=pulumi.get(__ret__, 'id'),
190
- image_reference=pulumi.get(__ret__, 'image_reference'),
191
- name=pulumi.get(__ret__, 'name'),
192
- start_time=pulumi.get(__ret__, 'start_time'),
193
- status=pulumi.get(__ret__, 'status'),
194
- system_data=pulumi.get(__ret__, 'system_data'),
195
- task_groups=pulumi.get(__ret__, 'task_groups'),
196
- type=pulumi.get(__ret__, 'type'))
197
-
198
-
199
- @_utilities.lift_output_func(get_project_catalog_image_definition_build_details)
200
- def get_project_catalog_image_definition_build_details_output(build_name: Optional[pulumi.Input[str]] = None,
201
- catalog_name: Optional[pulumi.Input[str]] = None,
202
- image_definition_name: Optional[pulumi.Input[str]] = None,
203
- project_name: Optional[pulumi.Input[str]] = None,
204
- resource_group_name: Optional[pulumi.Input[str]] = None,
205
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogImageDefinitionBuildDetailsResult]:
206
- """
207
- Gets Build details
208
-
209
-
210
- :param str build_name: The ID of the Image Definition Build.
211
- :param str catalog_name: The name of the Catalog.
212
- :param str image_definition_name: The name of the Image Definition.
213
- :param str project_name: The name of the project.
214
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
215
- """
216
- ...
@@ -1,115 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetProjectCatalogSyncErrorDetailsResult',
20
- 'AwaitableGetProjectCatalogSyncErrorDetailsResult',
21
- 'get_project_catalog_sync_error_details',
22
- 'get_project_catalog_sync_error_details_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetProjectCatalogSyncErrorDetailsResult:
27
- """
28
- Synchronization error details.
29
- """
30
- def __init__(__self__, conflicts=None, errors=None, operation_error=None):
31
- if conflicts and not isinstance(conflicts, list):
32
- raise TypeError("Expected argument 'conflicts' to be a list")
33
- pulumi.set(__self__, "conflicts", conflicts)
34
- if errors and not isinstance(errors, list):
35
- raise TypeError("Expected argument 'errors' to be a list")
36
- pulumi.set(__self__, "errors", errors)
37
- if operation_error and not isinstance(operation_error, dict):
38
- raise TypeError("Expected argument 'operation_error' to be a dict")
39
- pulumi.set(__self__, "operation_error", operation_error)
40
-
41
- @property
42
- @pulumi.getter
43
- def conflicts(self) -> Sequence['outputs.CatalogConflictErrorResponse']:
44
- """
45
- Catalog items that have conflicting names.
46
- """
47
- return pulumi.get(self, "conflicts")
48
-
49
- @property
50
- @pulumi.getter
51
- def errors(self) -> Sequence['outputs.CatalogSyncErrorResponse']:
52
- """
53
- Errors that occured during synchronization.
54
- """
55
- return pulumi.get(self, "errors")
56
-
57
- @property
58
- @pulumi.getter(name="operationError")
59
- def operation_error(self) -> 'outputs.CatalogErrorDetailsResponse':
60
- """
61
- Error information for the overall synchronization operation.
62
- """
63
- return pulumi.get(self, "operation_error")
64
-
65
-
66
- class AwaitableGetProjectCatalogSyncErrorDetailsResult(GetProjectCatalogSyncErrorDetailsResult):
67
- # pylint: disable=using-constant-test
68
- def __await__(self):
69
- if False:
70
- yield self
71
- return GetProjectCatalogSyncErrorDetailsResult(
72
- conflicts=self.conflicts,
73
- errors=self.errors,
74
- operation_error=self.operation_error)
75
-
76
-
77
- def get_project_catalog_sync_error_details(catalog_name: Optional[str] = None,
78
- project_name: Optional[str] = None,
79
- resource_group_name: Optional[str] = None,
80
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogSyncErrorDetailsResult:
81
- """
82
- Gets project catalog synchronization error details
83
-
84
-
85
- :param str catalog_name: The name of the Catalog.
86
- :param str project_name: The name of the project.
87
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
88
- """
89
- __args__ = dict()
90
- __args__['catalogName'] = catalog_name
91
- __args__['projectName'] = project_name
92
- __args__['resourceGroupName'] = resource_group_name
93
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
94
- __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240801preview:getProjectCatalogSyncErrorDetails', __args__, opts=opts, typ=GetProjectCatalogSyncErrorDetailsResult).value
95
-
96
- return AwaitableGetProjectCatalogSyncErrorDetailsResult(
97
- conflicts=pulumi.get(__ret__, 'conflicts'),
98
- errors=pulumi.get(__ret__, 'errors'),
99
- operation_error=pulumi.get(__ret__, 'operation_error'))
100
-
101
-
102
- @_utilities.lift_output_func(get_project_catalog_sync_error_details)
103
- def get_project_catalog_sync_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
104
- project_name: Optional[pulumi.Input[str]] = None,
105
- resource_group_name: Optional[pulumi.Input[str]] = None,
106
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogSyncErrorDetailsResult]:
107
- """
108
- Gets project catalog synchronization error details
109
-
110
-
111
- :param str catalog_name: The name of the Catalog.
112
- :param str project_name: The name of the project.
113
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
114
- """
115
- ...