pulumi-azure-native 2.48.0a1719571301__py3-none-any.whl → 2.48.0a1719827386__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 (293) hide show
  1. pulumi_azure_native/__init__.py +91 -2
  2. pulumi_azure_native/billing/__init__.py +11 -0
  3. pulumi_azure_native/billing/_enums.py +71 -0
  4. pulumi_azure_native/billing/_inputs.py +1274 -0
  5. pulumi_azure_native/billing/associated_tenant.py +226 -0
  6. pulumi_azure_native/billing/billing_profile.py +225 -0
  7. pulumi_azure_native/billing/billing_role_assignment_by_billing_account.py +5 -1
  8. pulumi_azure_native/billing/billing_role_assignment_by_department.py +5 -1
  9. pulumi_azure_native/billing/billing_role_assignment_by_enrollment_account.py +5 -1
  10. pulumi_azure_native/billing/get_associated_tenant.py +146 -0
  11. pulumi_azure_native/billing/get_billing_profile.py +146 -0
  12. pulumi_azure_native/billing/get_billing_role_assignment_by_billing_account.py +4 -0
  13. pulumi_azure_native/billing/get_billing_role_assignment_by_department.py +4 -0
  14. pulumi_azure_native/billing/get_billing_role_assignment_by_enrollment_account.py +4 -0
  15. pulumi_azure_native/billing/get_invoice_section.py +151 -0
  16. pulumi_azure_native/billing/invoice_section.py +247 -0
  17. pulumi_azure_native/billing/list_billing_account_invoice_sections_by_create_subscription_permission.py +2 -2
  18. pulumi_azure_native/billing/outputs.py +1728 -17
  19. pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_billing_account.py +1 -1
  20. pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_department.py +1 -1
  21. pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_enrollment_account.py +1 -1
  22. pulumi_azure_native/billing/v20240401/__init__.py +23 -0
  23. pulumi_azure_native/billing/v20240401/_enums.py +71 -0
  24. pulumi_azure_native/billing/v20240401/_inputs.py +1394 -0
  25. pulumi_azure_native/billing/v20240401/associated_tenant.py +224 -0
  26. pulumi_azure_native/billing/v20240401/billing_profile.py +223 -0
  27. pulumi_azure_native/billing/v20240401/billing_role_assignment_by_billing_account.py +223 -0
  28. pulumi_azure_native/billing/v20240401/billing_role_assignment_by_department.py +244 -0
  29. pulumi_azure_native/billing/v20240401/billing_role_assignment_by_enrollment_account.py +244 -0
  30. pulumi_azure_native/billing/v20240401/get_associated_tenant.py +144 -0
  31. pulumi_azure_native/billing/v20240401/get_billing_profile.py +144 -0
  32. pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_billing_account.py +144 -0
  33. pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_department.py +149 -0
  34. pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_enrollment_account.py +149 -0
  35. pulumi_azure_native/billing/v20240401/get_invoice_section.py +149 -0
  36. pulumi_azure_native/billing/v20240401/invoice_section.py +245 -0
  37. pulumi_azure_native/billing/v20240401/list_billing_account_invoice_sections_by_create_subscription_permission.py +92 -0
  38. pulumi_azure_native/billing/v20240401/outputs.py +2305 -0
  39. pulumi_azure_native/containerinstance/__init__.py +3 -0
  40. pulumi_azure_native/containerinstance/container_group.py +3 -3
  41. pulumi_azure_native/containerinstance/get_container_group.py +2 -2
  42. pulumi_azure_native/containerinstance/v20210301/container_group.py +1 -1
  43. pulumi_azure_native/containerinstance/v20210701/container_group.py +1 -1
  44. pulumi_azure_native/containerinstance/v20230201preview/container_group.py +1 -1
  45. pulumi_azure_native/containerinstance/v20230501/container_group.py +1 -1
  46. pulumi_azure_native/containerinstance/v20240501preview/__init__.py +12 -0
  47. pulumi_azure_native/containerinstance/v20240501preview/_enums.py +127 -0
  48. pulumi_azure_native/containerinstance/v20240501preview/_inputs.py +2019 -0
  49. pulumi_azure_native/containerinstance/v20240501preview/container_group.py +808 -0
  50. pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +420 -0
  51. pulumi_azure_native/containerinstance/v20240501preview/outputs.py +2605 -0
  52. pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
  53. pulumi_azure_native/dbformysql/configuration.py +3 -3
  54. pulumi_azure_native/dbformysql/database.py +3 -3
  55. pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
  56. pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
  57. pulumi_azure_native/dbformysql/get_configuration.py +2 -2
  58. pulumi_azure_native/dbformysql/get_database.py +2 -2
  59. pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
  60. pulumi_azure_native/dbformysql/v20200701privatepreview/configuration.py +1 -1
  61. pulumi_azure_native/dbformysql/v20220101/azure_ad_administrator.py +1 -1
  62. pulumi_azure_native/dbformysql/v20220101/configuration.py +1 -1
  63. pulumi_azure_native/dbformysql/v20220101/database.py +1 -1
  64. pulumi_azure_native/dbformysql/v20220101/firewall_rule.py +1 -1
  65. pulumi_azure_native/dbformysql/v20230601preview/azure_ad_administrator.py +1 -1
  66. pulumi_azure_native/dbformysql/v20230601preview/configuration.py +1 -1
  67. pulumi_azure_native/dbformysql/v20230601preview/database.py +1 -1
  68. pulumi_azure_native/dbformysql/v20230601preview/firewall_rule.py +1 -1
  69. pulumi_azure_native/dbformysql/v20230630/azure_ad_administrator.py +1 -1
  70. pulumi_azure_native/dbformysql/v20230630/configuration.py +1 -1
  71. pulumi_azure_native/dbformysql/v20230630/database.py +1 -1
  72. pulumi_azure_native/dbformysql/v20230630/firewall_rule.py +1 -1
  73. pulumi_azure_native/dbformysql/v20231230/__init__.py +8 -0
  74. pulumi_azure_native/dbformysql/v20231230/_enums.py +17 -0
  75. pulumi_azure_native/dbformysql/v20231230/azure_ad_administrator.py +331 -0
  76. pulumi_azure_native/dbformysql/v20231230/configuration.py +353 -0
  77. pulumi_azure_native/dbformysql/v20231230/database.py +243 -0
  78. pulumi_azure_native/dbformysql/v20231230/firewall_rule.py +245 -0
  79. pulumi_azure_native/dbformysql/v20231230/get_azure_ad_administrator.py +188 -0
  80. pulumi_azure_native/dbformysql/v20231230/get_configuration.py +266 -0
  81. pulumi_azure_native/dbformysql/v20231230/get_database.py +149 -0
  82. pulumi_azure_native/dbformysql/v20231230/get_firewall_rule.py +149 -0
  83. pulumi_azure_native/devcenter/__init__.py +4 -0
  84. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  85. pulumi_azure_native/devcenter/catalog.py +3 -3
  86. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  87. pulumi_azure_native/devcenter/dev_center.py +3 -3
  88. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  89. pulumi_azure_native/devcenter/environment_type.py +3 -3
  90. pulumi_azure_native/devcenter/gallery.py +3 -3
  91. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  92. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  93. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  94. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  95. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  96. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  97. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  98. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  99. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  100. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  101. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  102. pulumi_azure_native/devcenter/get_plan.py +2 -2
  103. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  104. pulumi_azure_native/devcenter/get_pool.py +2 -2
  105. pulumi_azure_native/devcenter/get_project.py +2 -2
  106. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  107. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  108. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +213 -0
  109. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  110. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  111. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  112. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  113. pulumi_azure_native/devcenter/list_skus_by_project.py +4 -0
  114. pulumi_azure_native/devcenter/network_connection.py +3 -3
  115. pulumi_azure_native/devcenter/outputs.py +226 -0
  116. pulumi_azure_native/devcenter/plan.py +3 -3
  117. pulumi_azure_native/devcenter/plan_member.py +3 -3
  118. pulumi_azure_native/devcenter/pool.py +3 -3
  119. pulumi_azure_native/devcenter/project.py +3 -3
  120. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  121. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  122. pulumi_azure_native/devcenter/schedule.py +3 -3
  123. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  124. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  125. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  126. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  127. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  128. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  129. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  130. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  131. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  132. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  133. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  134. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  135. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  136. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  137. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  138. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  139. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  140. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  141. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  142. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  143. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  144. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  145. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  146. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  147. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  148. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  149. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  150. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  151. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  152. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  153. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  154. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  155. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  156. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  157. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  158. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  159. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  160. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  161. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  162. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  163. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  164. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  165. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  166. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  167. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  168. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  169. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  170. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  171. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  172. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  173. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  174. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  175. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  176. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  177. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  178. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  179. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  180. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  181. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  182. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  183. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  184. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  185. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  186. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  187. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  188. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  189. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  190. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  191. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  192. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  193. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  194. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  195. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  196. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  197. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  198. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  199. pulumi_azure_native/devcenter/v20240701preview/__init__.py +48 -0
  200. pulumi_azure_native/devcenter/v20240701preview/_enums.py +209 -0
  201. pulumi_azure_native/devcenter/v20240701preview/_inputs.py +595 -0
  202. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +255 -0
  203. pulumi_azure_native/devcenter/v20240701preview/catalog.py +363 -0
  204. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +413 -0
  205. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +447 -0
  206. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +342 -0
  207. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +253 -0
  208. pulumi_azure_native/devcenter/v20240701preview/gallery.py +225 -0
  209. pulumi_azure_native/devcenter/v20240701preview/get_attached_network_by_dev_center.py +188 -0
  210. pulumi_azure_native/devcenter/v20240701preview/get_catalog.py +253 -0
  211. pulumi_azure_native/devcenter/v20240701preview/get_catalog_sync_error_details.py +110 -0
  212. pulumi_azure_native/devcenter/v20240701preview/get_customization_task_error_details.py +89 -0
  213. pulumi_azure_native/devcenter/v20240701preview/get_dev_box_definition.py +266 -0
  214. pulumi_azure_native/devcenter/v20240701preview/get_dev_center.py +261 -0
  215. pulumi_azure_native/devcenter/v20240701preview/get_encryption_set.py +201 -0
  216. pulumi_azure_native/devcenter/v20240701preview/get_environment_definition_error_details.py +89 -0
  217. pulumi_azure_native/devcenter/v20240701preview/get_environment_type.py +162 -0
  218. pulumi_azure_native/devcenter/v20240701preview/get_gallery.py +149 -0
  219. pulumi_azure_native/devcenter/v20240701preview/get_network_connection.py +261 -0
  220. pulumi_azure_native/devcenter/v20240701preview/get_plan.py +170 -0
  221. pulumi_azure_native/devcenter/v20240701preview/get_plan_member.py +175 -0
  222. pulumi_azure_native/devcenter/v20240701preview/get_pool.py +344 -0
  223. pulumi_azure_native/devcenter/v20240701preview/get_project.py +248 -0
  224. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog.py +253 -0
  225. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_environment_definition_error_details.py +89 -0
  226. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_image_definition_build_details.py +211 -0
  227. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_sync_error_details.py +110 -0
  228. pulumi_azure_native/devcenter/v20240701preview/get_project_environment_type.py +253 -0
  229. pulumi_azure_native/devcenter/v20240701preview/get_project_inherited_settings.py +92 -0
  230. pulumi_azure_native/devcenter/v20240701preview/get_schedule.py +224 -0
  231. pulumi_azure_native/devcenter/v20240701preview/list_skus_by_project.py +92 -0
  232. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +448 -0
  233. pulumi_azure_native/devcenter/v20240701preview/outputs.py +1673 -0
  234. pulumi_azure_native/devcenter/v20240701preview/plan.py +263 -0
  235. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +283 -0
  236. pulumi_azure_native/devcenter/v20240701preview/pool.py +608 -0
  237. pulumi_azure_native/devcenter/v20240701preview/project.py +418 -0
  238. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +363 -0
  239. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +439 -0
  240. pulumi_azure_native/devcenter/v20240701preview/schedule.py +434 -0
  241. pulumi_azure_native/fabric/__init__.py +20 -0
  242. pulumi_azure_native/fabric/_enums.py +19 -0
  243. pulumi_azure_native/fabric/_inputs.py +78 -0
  244. pulumi_azure_native/fabric/fabric_capacity.py +306 -0
  245. pulumi_azure_native/fabric/get_fabric_capacity.py +198 -0
  246. pulumi_azure_native/fabric/outputs.py +183 -0
  247. pulumi_azure_native/fabric/v20231101/__init__.py +12 -0
  248. pulumi_azure_native/fabric/v20231101/_enums.py +19 -0
  249. pulumi_azure_native/fabric/v20231101/_inputs.py +78 -0
  250. pulumi_azure_native/fabric/v20231101/fabric_capacity.py +304 -0
  251. pulumi_azure_native/fabric/v20231101/get_fabric_capacity.py +196 -0
  252. pulumi_azure_native/fabric/v20231101/outputs.py +183 -0
  253. pulumi_azure_native/kubernetes/__init__.py +3 -0
  254. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  255. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  256. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  257. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  258. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  259. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  260. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  261. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  262. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
  263. pulumi_azure_native/kubernetes/v20240701preview/__init__.py +13 -0
  264. pulumi_azure_native/kubernetes/v20240701preview/_enums.py +76 -0
  265. pulumi_azure_native/kubernetes/v20240701preview/_inputs.py +401 -0
  266. pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +788 -0
  267. pulumi_azure_native/kubernetes/v20240701preview/get_connected_cluster.py +469 -0
  268. pulumi_azure_native/kubernetes/v20240701preview/list_connected_cluster_user_credential.py +103 -0
  269. pulumi_azure_native/kubernetes/v20240701preview/outputs.py +827 -0
  270. pulumi_azure_native/loadtestservice/__init__.py +7 -0
  271. pulumi_azure_native/loadtestservice/get_load_test.py +2 -2
  272. pulumi_azure_native/loadtestservice/get_load_test_mapping.py +159 -0
  273. pulumi_azure_native/loadtestservice/get_load_test_profile_mapping.py +159 -0
  274. pulumi_azure_native/loadtestservice/load_test.py +3 -3
  275. pulumi_azure_native/loadtestservice/load_test_mapping.py +253 -0
  276. pulumi_azure_native/loadtestservice/load_test_profile_mapping.py +253 -0
  277. pulumi_azure_native/loadtestservice/v20211201preview/load_test.py +1 -1
  278. pulumi_azure_native/loadtestservice/v20221201/load_test.py +1 -1
  279. pulumi_azure_native/loadtestservice/v20231201preview/__init__.py +16 -0
  280. pulumi_azure_native/loadtestservice/v20231201preview/_enums.py +34 -0
  281. pulumi_azure_native/loadtestservice/v20231201preview/_inputs.py +137 -0
  282. pulumi_azure_native/loadtestservice/v20231201preview/get_load_test.py +209 -0
  283. pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_mapping.py +157 -0
  284. pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_profile_mapping.py +157 -0
  285. pulumi_azure_native/loadtestservice/v20231201preview/load_test.py +331 -0
  286. pulumi_azure_native/loadtestservice/v20231201preview/load_test_mapping.py +251 -0
  287. pulumi_azure_native/loadtestservice/v20231201preview/load_test_profile_mapping.py +251 -0
  288. pulumi_azure_native/loadtestservice/v20231201preview/outputs.py +364 -0
  289. pulumi_azure_native/pulumi-plugin.json +1 -1
  290. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/METADATA +1 -1
  291. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/RECORD +293 -178
  292. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/WHEEL +0 -0
  293. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,225 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = ['GalleryArgs', 'Gallery']
14
+
15
+ @pulumi.input_type
16
+ class GalleryArgs:
17
+ def __init__(__self__, *,
18
+ dev_center_name: pulumi.Input[str],
19
+ gallery_resource_id: pulumi.Input[str],
20
+ resource_group_name: pulumi.Input[str],
21
+ gallery_name: Optional[pulumi.Input[str]] = None):
22
+ """
23
+ The set of arguments for constructing a Gallery resource.
24
+ :param pulumi.Input[str] dev_center_name: The name of the devcenter.
25
+ :param pulumi.Input[str] gallery_resource_id: The resource ID of the backing Azure Compute Gallery.
26
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
27
+ :param pulumi.Input[str] gallery_name: The name of the gallery.
28
+ """
29
+ pulumi.set(__self__, "dev_center_name", dev_center_name)
30
+ pulumi.set(__self__, "gallery_resource_id", gallery_resource_id)
31
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
32
+ if gallery_name is not None:
33
+ pulumi.set(__self__, "gallery_name", gallery_name)
34
+
35
+ @property
36
+ @pulumi.getter(name="devCenterName")
37
+ def dev_center_name(self) -> pulumi.Input[str]:
38
+ """
39
+ The name of the devcenter.
40
+ """
41
+ return pulumi.get(self, "dev_center_name")
42
+
43
+ @dev_center_name.setter
44
+ def dev_center_name(self, value: pulumi.Input[str]):
45
+ pulumi.set(self, "dev_center_name", value)
46
+
47
+ @property
48
+ @pulumi.getter(name="galleryResourceId")
49
+ def gallery_resource_id(self) -> pulumi.Input[str]:
50
+ """
51
+ The resource ID of the backing Azure Compute Gallery.
52
+ """
53
+ return pulumi.get(self, "gallery_resource_id")
54
+
55
+ @gallery_resource_id.setter
56
+ def gallery_resource_id(self, value: pulumi.Input[str]):
57
+ pulumi.set(self, "gallery_resource_id", value)
58
+
59
+ @property
60
+ @pulumi.getter(name="resourceGroupName")
61
+ def resource_group_name(self) -> pulumi.Input[str]:
62
+ """
63
+ The name of the resource group. The name is case insensitive.
64
+ """
65
+ return pulumi.get(self, "resource_group_name")
66
+
67
+ @resource_group_name.setter
68
+ def resource_group_name(self, value: pulumi.Input[str]):
69
+ pulumi.set(self, "resource_group_name", value)
70
+
71
+ @property
72
+ @pulumi.getter(name="galleryName")
73
+ def gallery_name(self) -> Optional[pulumi.Input[str]]:
74
+ """
75
+ The name of the gallery.
76
+ """
77
+ return pulumi.get(self, "gallery_name")
78
+
79
+ @gallery_name.setter
80
+ def gallery_name(self, value: Optional[pulumi.Input[str]]):
81
+ pulumi.set(self, "gallery_name", value)
82
+
83
+
84
+ class Gallery(pulumi.CustomResource):
85
+ @overload
86
+ def __init__(__self__,
87
+ resource_name: str,
88
+ opts: Optional[pulumi.ResourceOptions] = None,
89
+ dev_center_name: Optional[pulumi.Input[str]] = None,
90
+ gallery_name: Optional[pulumi.Input[str]] = None,
91
+ gallery_resource_id: Optional[pulumi.Input[str]] = None,
92
+ resource_group_name: Optional[pulumi.Input[str]] = None,
93
+ __props__=None):
94
+ """
95
+ Represents a gallery.
96
+
97
+ :param str resource_name: The name of the resource.
98
+ :param pulumi.ResourceOptions opts: Options for the resource.
99
+ :param pulumi.Input[str] dev_center_name: The name of the devcenter.
100
+ :param pulumi.Input[str] gallery_name: The name of the gallery.
101
+ :param pulumi.Input[str] gallery_resource_id: The resource ID of the backing Azure Compute Gallery.
102
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
103
+ """
104
+ ...
105
+ @overload
106
+ def __init__(__self__,
107
+ resource_name: str,
108
+ args: GalleryArgs,
109
+ opts: Optional[pulumi.ResourceOptions] = None):
110
+ """
111
+ Represents a gallery.
112
+
113
+ :param str resource_name: The name of the resource.
114
+ :param GalleryArgs args: The arguments to use to populate this resource's properties.
115
+ :param pulumi.ResourceOptions opts: Options for the resource.
116
+ """
117
+ ...
118
+ def __init__(__self__, resource_name: str, *args, **kwargs):
119
+ resource_args, opts = _utilities.get_resource_args_opts(GalleryArgs, pulumi.ResourceOptions, *args, **kwargs)
120
+ if resource_args is not None:
121
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
122
+ else:
123
+ __self__._internal_init(resource_name, *args, **kwargs)
124
+
125
+ def _internal_init(__self__,
126
+ resource_name: str,
127
+ opts: Optional[pulumi.ResourceOptions] = None,
128
+ dev_center_name: Optional[pulumi.Input[str]] = None,
129
+ gallery_name: Optional[pulumi.Input[str]] = None,
130
+ gallery_resource_id: Optional[pulumi.Input[str]] = None,
131
+ resource_group_name: Optional[pulumi.Input[str]] = None,
132
+ __props__=None):
133
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
134
+ if not isinstance(opts, pulumi.ResourceOptions):
135
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
136
+ if opts.id is None:
137
+ if __props__ is not None:
138
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
139
+ __props__ = GalleryArgs.__new__(GalleryArgs)
140
+
141
+ if dev_center_name is None and not opts.urn:
142
+ raise TypeError("Missing required property 'dev_center_name'")
143
+ __props__.__dict__["dev_center_name"] = dev_center_name
144
+ __props__.__dict__["gallery_name"] = gallery_name
145
+ if gallery_resource_id is None and not opts.urn:
146
+ raise TypeError("Missing required property 'gallery_resource_id'")
147
+ __props__.__dict__["gallery_resource_id"] = gallery_resource_id
148
+ if resource_group_name is None and not opts.urn:
149
+ raise TypeError("Missing required property 'resource_group_name'")
150
+ __props__.__dict__["resource_group_name"] = resource_group_name
151
+ __props__.__dict__["name"] = None
152
+ __props__.__dict__["provisioning_state"] = None
153
+ __props__.__dict__["system_data"] = None
154
+ __props__.__dict__["type"] = None
155
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20220801preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20220901preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20221012preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20221111preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20230101preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20230401:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20230801preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20231001preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20240201:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:Gallery")])
156
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
157
+ super(Gallery, __self__).__init__(
158
+ 'azure-native:devcenter/v20240701preview:Gallery',
159
+ resource_name,
160
+ __props__,
161
+ opts)
162
+
163
+ @staticmethod
164
+ def get(resource_name: str,
165
+ id: pulumi.Input[str],
166
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Gallery':
167
+ """
168
+ Get an existing Gallery resource's state with the given name, id, and optional extra
169
+ properties used to qualify the lookup.
170
+
171
+ :param str resource_name: The unique name of the resulting resource.
172
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
173
+ :param pulumi.ResourceOptions opts: Options for the resource.
174
+ """
175
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
176
+
177
+ __props__ = GalleryArgs.__new__(GalleryArgs)
178
+
179
+ __props__.__dict__["gallery_resource_id"] = None
180
+ __props__.__dict__["name"] = None
181
+ __props__.__dict__["provisioning_state"] = None
182
+ __props__.__dict__["system_data"] = None
183
+ __props__.__dict__["type"] = None
184
+ return Gallery(resource_name, opts=opts, __props__=__props__)
185
+
186
+ @property
187
+ @pulumi.getter(name="galleryResourceId")
188
+ def gallery_resource_id(self) -> pulumi.Output[str]:
189
+ """
190
+ The resource ID of the backing Azure Compute Gallery.
191
+ """
192
+ return pulumi.get(self, "gallery_resource_id")
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def name(self) -> pulumi.Output[str]:
197
+ """
198
+ The name of the resource
199
+ """
200
+ return pulumi.get(self, "name")
201
+
202
+ @property
203
+ @pulumi.getter(name="provisioningState")
204
+ def provisioning_state(self) -> pulumi.Output[str]:
205
+ """
206
+ The provisioning state of the resource.
207
+ """
208
+ return pulumi.get(self, "provisioning_state")
209
+
210
+ @property
211
+ @pulumi.getter(name="systemData")
212
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
213
+ """
214
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
215
+ """
216
+ return pulumi.get(self, "system_data")
217
+
218
+ @property
219
+ @pulumi.getter
220
+ def type(self) -> pulumi.Output[str]:
221
+ """
222
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
223
+ """
224
+ return pulumi.get(self, "type")
225
+
@@ -0,0 +1,188 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetAttachedNetworkByDevCenterResult',
15
+ 'AwaitableGetAttachedNetworkByDevCenterResult',
16
+ 'get_attached_network_by_dev_center',
17
+ 'get_attached_network_by_dev_center_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetAttachedNetworkByDevCenterResult:
22
+ """
23
+ Represents an attached NetworkConnection.
24
+ """
25
+ def __init__(__self__, domain_join_type=None, health_check_status=None, id=None, name=None, network_connection_id=None, network_connection_location=None, provisioning_state=None, system_data=None, type=None):
26
+ if domain_join_type and not isinstance(domain_join_type, str):
27
+ raise TypeError("Expected argument 'domain_join_type' to be a str")
28
+ pulumi.set(__self__, "domain_join_type", domain_join_type)
29
+ if health_check_status and not isinstance(health_check_status, str):
30
+ raise TypeError("Expected argument 'health_check_status' to be a str")
31
+ pulumi.set(__self__, "health_check_status", health_check_status)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if network_connection_id and not isinstance(network_connection_id, str):
39
+ raise TypeError("Expected argument 'network_connection_id' to be a str")
40
+ pulumi.set(__self__, "network_connection_id", network_connection_id)
41
+ if network_connection_location and not isinstance(network_connection_location, str):
42
+ raise TypeError("Expected argument 'network_connection_location' to be a str")
43
+ pulumi.set(__self__, "network_connection_location", network_connection_location)
44
+ if provisioning_state and not isinstance(provisioning_state, str):
45
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
46
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
47
+ if system_data and not isinstance(system_data, dict):
48
+ raise TypeError("Expected argument 'system_data' to be a dict")
49
+ pulumi.set(__self__, "system_data", system_data)
50
+ if type and not isinstance(type, str):
51
+ raise TypeError("Expected argument 'type' to be a str")
52
+ pulumi.set(__self__, "type", type)
53
+
54
+ @property
55
+ @pulumi.getter(name="domainJoinType")
56
+ def domain_join_type(self) -> str:
57
+ """
58
+ AAD Join type of the network. This is populated based on the referenced Network Connection.
59
+ """
60
+ return pulumi.get(self, "domain_join_type")
61
+
62
+ @property
63
+ @pulumi.getter(name="healthCheckStatus")
64
+ def health_check_status(self) -> str:
65
+ """
66
+ Health check status values
67
+ """
68
+ return pulumi.get(self, "health_check_status")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def id(self) -> str:
73
+ """
74
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
75
+ """
76
+ return pulumi.get(self, "id")
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def name(self) -> str:
81
+ """
82
+ The name of the resource
83
+ """
84
+ return pulumi.get(self, "name")
85
+
86
+ @property
87
+ @pulumi.getter(name="networkConnectionId")
88
+ def network_connection_id(self) -> str:
89
+ """
90
+ The resource ID of the NetworkConnection you want to attach.
91
+ """
92
+ return pulumi.get(self, "network_connection_id")
93
+
94
+ @property
95
+ @pulumi.getter(name="networkConnectionLocation")
96
+ def network_connection_location(self) -> str:
97
+ """
98
+ The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
99
+ """
100
+ return pulumi.get(self, "network_connection_location")
101
+
102
+ @property
103
+ @pulumi.getter(name="provisioningState")
104
+ def provisioning_state(self) -> str:
105
+ """
106
+ The provisioning state of the resource.
107
+ """
108
+ return pulumi.get(self, "provisioning_state")
109
+
110
+ @property
111
+ @pulumi.getter(name="systemData")
112
+ def system_data(self) -> 'outputs.SystemDataResponse':
113
+ """
114
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
115
+ """
116
+ return pulumi.get(self, "system_data")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def type(self) -> str:
121
+ """
122
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
123
+ """
124
+ return pulumi.get(self, "type")
125
+
126
+
127
+ class AwaitableGetAttachedNetworkByDevCenterResult(GetAttachedNetworkByDevCenterResult):
128
+ # pylint: disable=using-constant-test
129
+ def __await__(self):
130
+ if False:
131
+ yield self
132
+ return GetAttachedNetworkByDevCenterResult(
133
+ domain_join_type=self.domain_join_type,
134
+ health_check_status=self.health_check_status,
135
+ id=self.id,
136
+ name=self.name,
137
+ network_connection_id=self.network_connection_id,
138
+ network_connection_location=self.network_connection_location,
139
+ provisioning_state=self.provisioning_state,
140
+ system_data=self.system_data,
141
+ type=self.type)
142
+
143
+
144
+ def get_attached_network_by_dev_center(attached_network_connection_name: Optional[str] = None,
145
+ dev_center_name: Optional[str] = None,
146
+ resource_group_name: Optional[str] = None,
147
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAttachedNetworkByDevCenterResult:
148
+ """
149
+ Gets an attached NetworkConnection.
150
+
151
+
152
+ :param str attached_network_connection_name: The name of the attached NetworkConnection.
153
+ :param str dev_center_name: The name of the devcenter.
154
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
155
+ """
156
+ __args__ = dict()
157
+ __args__['attachedNetworkConnectionName'] = attached_network_connection_name
158
+ __args__['devCenterName'] = dev_center_name
159
+ __args__['resourceGroupName'] = resource_group_name
160
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
161
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240701preview:getAttachedNetworkByDevCenter', __args__, opts=opts, typ=GetAttachedNetworkByDevCenterResult).value
162
+
163
+ return AwaitableGetAttachedNetworkByDevCenterResult(
164
+ domain_join_type=pulumi.get(__ret__, 'domain_join_type'),
165
+ health_check_status=pulumi.get(__ret__, 'health_check_status'),
166
+ id=pulumi.get(__ret__, 'id'),
167
+ name=pulumi.get(__ret__, 'name'),
168
+ network_connection_id=pulumi.get(__ret__, 'network_connection_id'),
169
+ network_connection_location=pulumi.get(__ret__, 'network_connection_location'),
170
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
171
+ system_data=pulumi.get(__ret__, 'system_data'),
172
+ type=pulumi.get(__ret__, 'type'))
173
+
174
+
175
+ @_utilities.lift_output_func(get_attached_network_by_dev_center)
176
+ def get_attached_network_by_dev_center_output(attached_network_connection_name: Optional[pulumi.Input[str]] = None,
177
+ dev_center_name: Optional[pulumi.Input[str]] = None,
178
+ resource_group_name: Optional[pulumi.Input[str]] = None,
179
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAttachedNetworkByDevCenterResult]:
180
+ """
181
+ Gets an attached NetworkConnection.
182
+
183
+
184
+ :param str attached_network_connection_name: The name of the attached NetworkConnection.
185
+ :param str dev_center_name: The name of the devcenter.
186
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
187
+ """
188
+ ...
@@ -0,0 +1,253 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetCatalogResult',
15
+ 'AwaitableGetCatalogResult',
16
+ 'get_catalog',
17
+ 'get_catalog_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetCatalogResult:
22
+ """
23
+ Represents a catalog.
24
+ """
25
+ 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):
26
+ if ado_git and not isinstance(ado_git, dict):
27
+ raise TypeError("Expected argument 'ado_git' to be a dict")
28
+ pulumi.set(__self__, "ado_git", ado_git)
29
+ if connection_state and not isinstance(connection_state, str):
30
+ raise TypeError("Expected argument 'connection_state' to be a str")
31
+ pulumi.set(__self__, "connection_state", connection_state)
32
+ if git_hub and not isinstance(git_hub, dict):
33
+ raise TypeError("Expected argument 'git_hub' to be a dict")
34
+ pulumi.set(__self__, "git_hub", git_hub)
35
+ if id and not isinstance(id, str):
36
+ raise TypeError("Expected argument 'id' to be a str")
37
+ pulumi.set(__self__, "id", id)
38
+ if last_connection_time and not isinstance(last_connection_time, str):
39
+ raise TypeError("Expected argument 'last_connection_time' to be a str")
40
+ pulumi.set(__self__, "last_connection_time", last_connection_time)
41
+ if last_sync_stats and not isinstance(last_sync_stats, dict):
42
+ raise TypeError("Expected argument 'last_sync_stats' to be a dict")
43
+ pulumi.set(__self__, "last_sync_stats", last_sync_stats)
44
+ if last_sync_time and not isinstance(last_sync_time, str):
45
+ raise TypeError("Expected argument 'last_sync_time' to be a str")
46
+ pulumi.set(__self__, "last_sync_time", last_sync_time)
47
+ if name and not isinstance(name, str):
48
+ raise TypeError("Expected argument 'name' to be a str")
49
+ pulumi.set(__self__, "name", name)
50
+ if provisioning_state and not isinstance(provisioning_state, str):
51
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
52
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
53
+ if sync_state and not isinstance(sync_state, str):
54
+ raise TypeError("Expected argument 'sync_state' to be a str")
55
+ pulumi.set(__self__, "sync_state", sync_state)
56
+ if sync_type and not isinstance(sync_type, str):
57
+ raise TypeError("Expected argument 'sync_type' to be a str")
58
+ pulumi.set(__self__, "sync_type", sync_type)
59
+ if system_data and not isinstance(system_data, dict):
60
+ raise TypeError("Expected argument 'system_data' to be a dict")
61
+ pulumi.set(__self__, "system_data", system_data)
62
+ if tags and not isinstance(tags, dict):
63
+ raise TypeError("Expected argument 'tags' to be a dict")
64
+ pulumi.set(__self__, "tags", tags)
65
+ if type and not isinstance(type, str):
66
+ raise TypeError("Expected argument 'type' to be a str")
67
+ pulumi.set(__self__, "type", type)
68
+
69
+ @property
70
+ @pulumi.getter(name="adoGit")
71
+ def ado_git(self) -> Optional['outputs.GitCatalogResponse']:
72
+ """
73
+ Properties for an Azure DevOps catalog type.
74
+ """
75
+ return pulumi.get(self, "ado_git")
76
+
77
+ @property
78
+ @pulumi.getter(name="connectionState")
79
+ def connection_state(self) -> str:
80
+ """
81
+ The connection state of the catalog.
82
+ """
83
+ return pulumi.get(self, "connection_state")
84
+
85
+ @property
86
+ @pulumi.getter(name="gitHub")
87
+ def git_hub(self) -> Optional['outputs.GitCatalogResponse']:
88
+ """
89
+ Properties for a GitHub catalog type.
90
+ """
91
+ return pulumi.get(self, "git_hub")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def id(self) -> str:
96
+ """
97
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
98
+ """
99
+ return pulumi.get(self, "id")
100
+
101
+ @property
102
+ @pulumi.getter(name="lastConnectionTime")
103
+ def last_connection_time(self) -> str:
104
+ """
105
+ When the catalog was last connected.
106
+ """
107
+ return pulumi.get(self, "last_connection_time")
108
+
109
+ @property
110
+ @pulumi.getter(name="lastSyncStats")
111
+ def last_sync_stats(self) -> 'outputs.SyncStatsResponse':
112
+ """
113
+ Stats of the latest synchronization.
114
+ """
115
+ return pulumi.get(self, "last_sync_stats")
116
+
117
+ @property
118
+ @pulumi.getter(name="lastSyncTime")
119
+ def last_sync_time(self) -> str:
120
+ """
121
+ When the catalog was last synced.
122
+ """
123
+ return pulumi.get(self, "last_sync_time")
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def name(self) -> str:
128
+ """
129
+ The name of the resource
130
+ """
131
+ return pulumi.get(self, "name")
132
+
133
+ @property
134
+ @pulumi.getter(name="provisioningState")
135
+ def provisioning_state(self) -> str:
136
+ """
137
+ The provisioning state of the resource.
138
+ """
139
+ return pulumi.get(self, "provisioning_state")
140
+
141
+ @property
142
+ @pulumi.getter(name="syncState")
143
+ def sync_state(self) -> str:
144
+ """
145
+ The synchronization state of the catalog.
146
+ """
147
+ return pulumi.get(self, "sync_state")
148
+
149
+ @property
150
+ @pulumi.getter(name="syncType")
151
+ def sync_type(self) -> Optional[str]:
152
+ """
153
+ Indicates the type of sync that is configured for the catalog.
154
+ """
155
+ return pulumi.get(self, "sync_type")
156
+
157
+ @property
158
+ @pulumi.getter(name="systemData")
159
+ def system_data(self) -> 'outputs.SystemDataResponse':
160
+ """
161
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
162
+ """
163
+ return pulumi.get(self, "system_data")
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def tags(self) -> Optional[Mapping[str, str]]:
168
+ """
169
+ Resource tags.
170
+ """
171
+ return pulumi.get(self, "tags")
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def type(self) -> str:
176
+ """
177
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
178
+ """
179
+ return pulumi.get(self, "type")
180
+
181
+
182
+ class AwaitableGetCatalogResult(GetCatalogResult):
183
+ # pylint: disable=using-constant-test
184
+ def __await__(self):
185
+ if False:
186
+ yield self
187
+ return GetCatalogResult(
188
+ ado_git=self.ado_git,
189
+ connection_state=self.connection_state,
190
+ git_hub=self.git_hub,
191
+ id=self.id,
192
+ last_connection_time=self.last_connection_time,
193
+ last_sync_stats=self.last_sync_stats,
194
+ last_sync_time=self.last_sync_time,
195
+ name=self.name,
196
+ provisioning_state=self.provisioning_state,
197
+ sync_state=self.sync_state,
198
+ sync_type=self.sync_type,
199
+ system_data=self.system_data,
200
+ tags=self.tags,
201
+ type=self.type)
202
+
203
+
204
+ def get_catalog(catalog_name: Optional[str] = None,
205
+ dev_center_name: Optional[str] = None,
206
+ resource_group_name: Optional[str] = None,
207
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCatalogResult:
208
+ """
209
+ Gets a catalog
210
+
211
+
212
+ :param str catalog_name: The name of the Catalog.
213
+ :param str dev_center_name: The name of the devcenter.
214
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
215
+ """
216
+ __args__ = dict()
217
+ __args__['catalogName'] = catalog_name
218
+ __args__['devCenterName'] = dev_center_name
219
+ __args__['resourceGroupName'] = resource_group_name
220
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
221
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240701preview:getCatalog', __args__, opts=opts, typ=GetCatalogResult).value
222
+
223
+ return AwaitableGetCatalogResult(
224
+ ado_git=pulumi.get(__ret__, 'ado_git'),
225
+ connection_state=pulumi.get(__ret__, 'connection_state'),
226
+ git_hub=pulumi.get(__ret__, 'git_hub'),
227
+ id=pulumi.get(__ret__, 'id'),
228
+ last_connection_time=pulumi.get(__ret__, 'last_connection_time'),
229
+ last_sync_stats=pulumi.get(__ret__, 'last_sync_stats'),
230
+ last_sync_time=pulumi.get(__ret__, 'last_sync_time'),
231
+ name=pulumi.get(__ret__, 'name'),
232
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
233
+ sync_state=pulumi.get(__ret__, 'sync_state'),
234
+ sync_type=pulumi.get(__ret__, 'sync_type'),
235
+ system_data=pulumi.get(__ret__, 'system_data'),
236
+ tags=pulumi.get(__ret__, 'tags'),
237
+ type=pulumi.get(__ret__, 'type'))
238
+
239
+
240
+ @_utilities.lift_output_func(get_catalog)
241
+ def get_catalog_output(catalog_name: Optional[pulumi.Input[str]] = None,
242
+ dev_center_name: Optional[pulumi.Input[str]] = None,
243
+ resource_group_name: Optional[pulumi.Input[str]] = None,
244
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCatalogResult]:
245
+ """
246
+ Gets a catalog
247
+
248
+
249
+ :param str catalog_name: The name of the Catalog.
250
+ :param str dev_center_name: The name of the devcenter.
251
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
252
+ """
253
+ ...