pulumi-azure-native 2.66.0a1728396986__py3-none-any.whl → 2.66.0a1728463590__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 (525) hide show
  1. pulumi_azure_native/__init__.py +66 -0
  2. pulumi_azure_native/app/__init__.py +3 -0
  3. pulumi_azure_native/app/app_resiliency.py +3 -3
  4. pulumi_azure_native/app/build.py +3 -3
  5. pulumi_azure_native/app/builder.py +3 -3
  6. pulumi_azure_native/app/certificate.py +3 -3
  7. pulumi_azure_native/app/connected_environment.py +3 -3
  8. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  9. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  10. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  11. pulumi_azure_native/app/container_app.py +3 -3
  12. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  13. pulumi_azure_native/app/container_apps_session_pool.py +5 -1
  14. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  15. pulumi_azure_native/app/dapr_component.py +3 -3
  16. pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
  17. pulumi_azure_native/app/dapr_subscription.py +3 -3
  18. pulumi_azure_native/app/dot_net_component.py +3 -3
  19. pulumi_azure_native/app/get_app_resiliency.py +2 -2
  20. pulumi_azure_native/app/get_build.py +2 -2
  21. pulumi_azure_native/app/get_builder.py +2 -2
  22. pulumi_azure_native/app/get_certificate.py +2 -2
  23. pulumi_azure_native/app/get_connected_environment.py +2 -2
  24. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  25. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  26. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  27. pulumi_azure_native/app/get_container_app.py +2 -2
  28. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  29. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  30. pulumi_azure_native/app/get_container_apps_session_pool.py +4 -0
  31. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  33. pulumi_azure_native/app/get_dapr_component.py +2 -2
  34. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  35. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  36. pulumi_azure_native/app/get_dot_net_component.py +2 -2
  37. pulumi_azure_native/app/get_java_component.py +2 -2
  38. pulumi_azure_native/app/get_job.py +2 -2
  39. pulumi_azure_native/app/get_logic_app.py +4 -0
  40. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  41. pulumi_azure_native/app/get_managed_environment.py +2 -2
  42. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  43. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -0
  44. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  45. pulumi_azure_native/app/java_component.py +3 -3
  46. pulumi_azure_native/app/job.py +3 -3
  47. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  48. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  49. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  50. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  51. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  52. pulumi_azure_native/app/list_job_secrets.py +2 -2
  53. pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -0
  54. pulumi_azure_native/app/logic_app.py +5 -1
  55. pulumi_azure_native/app/managed_certificate.py +3 -3
  56. pulumi_azure_native/app/managed_environment.py +3 -3
  57. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +5 -1
  58. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  59. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  60. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  61. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  62. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  63. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  64. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  65. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  66. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  67. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  68. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  69. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  70. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  71. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  72. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  73. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  74. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  75. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  76. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  77. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  78. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  79. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  80. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  81. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  82. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  83. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  84. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  85. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  86. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  87. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  88. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  89. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  90. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  91. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  92. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  93. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  94. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  95. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  96. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  97. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  98. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  99. pulumi_azure_native/app/v20230501/job.py +1 -1
  100. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  101. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  102. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  103. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  104. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  105. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  106. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  107. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  108. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  109. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  110. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  111. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  112. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  113. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  114. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  115. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  116. pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
  117. pulumi_azure_native/app/v20230801preview/build.py +1 -1
  118. pulumi_azure_native/app/v20230801preview/builder.py +1 -1
  119. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  120. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  121. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  122. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  123. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  124. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  125. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  126. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  127. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  128. pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
  129. pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
  130. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  131. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  132. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  133. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  134. pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
  135. pulumi_azure_native/app/v20231102preview/build.py +1 -1
  136. pulumi_azure_native/app/v20231102preview/builder.py +1 -1
  137. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  138. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  139. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  140. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  141. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  142. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  143. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  144. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  145. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  146. pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
  147. pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
  148. pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
  149. pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
  150. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  151. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  152. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  153. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  154. pulumi_azure_native/app/v20240202preview/app_resiliency.py +1 -1
  155. pulumi_azure_native/app/v20240202preview/build.py +1 -1
  156. pulumi_azure_native/app/v20240202preview/builder.py +1 -1
  157. pulumi_azure_native/app/v20240202preview/certificate.py +1 -1
  158. pulumi_azure_native/app/v20240202preview/connected_environment.py +1 -1
  159. pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +1 -1
  160. pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +1 -1
  161. pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +1 -1
  162. pulumi_azure_native/app/v20240202preview/container_app.py +1 -1
  163. pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +1 -1
  164. pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +1 -1
  165. pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +1 -1
  166. pulumi_azure_native/app/v20240202preview/dapr_component.py +1 -1
  167. pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +1 -1
  168. pulumi_azure_native/app/v20240202preview/dapr_subscription.py +1 -1
  169. pulumi_azure_native/app/v20240202preview/dot_net_component.py +1 -1
  170. pulumi_azure_native/app/v20240202preview/java_component.py +1 -1
  171. pulumi_azure_native/app/v20240202preview/job.py +1 -1
  172. pulumi_azure_native/app/v20240202preview/logic_app.py +1 -1
  173. pulumi_azure_native/app/v20240202preview/managed_certificate.py +1 -1
  174. pulumi_azure_native/app/v20240202preview/managed_environment.py +1 -1
  175. pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +1 -1
  177. pulumi_azure_native/app/v20240301/certificate.py +1 -1
  178. pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
  179. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
  180. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
  181. pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
  182. pulumi_azure_native/app/v20240301/container_app.py +1 -1
  183. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
  184. pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
  185. pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
  186. pulumi_azure_native/app/v20240301/job.py +1 -1
  187. pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
  188. pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
  189. pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
  190. pulumi_azure_native/app/v20240802preview/__init__.py +66 -0
  191. pulumi_azure_native/app/v20240802preview/_enums.py +347 -0
  192. pulumi_azure_native/app/v20240802preview/_inputs.py +13190 -0
  193. pulumi_azure_native/app/v20240802preview/app_resiliency.py +364 -0
  194. pulumi_azure_native/app/v20240802preview/build.py +299 -0
  195. pulumi_azure_native/app/v20240802preview/builder.py +327 -0
  196. pulumi_azure_native/app/v20240802preview/certificate.py +279 -0
  197. pulumi_azure_native/app/v20240802preview/connected_environment.py +375 -0
  198. pulumi_azure_native/app/v20240802preview/connected_environments_certificate.py +279 -0
  199. pulumi_azure_native/app/v20240802preview/connected_environments_dapr_component.py +456 -0
  200. pulumi_azure_native/app/v20240802preview/connected_environments_storage.py +221 -0
  201. pulumi_azure_native/app/v20240802preview/container_app.py +599 -0
  202. pulumi_azure_native/app/v20240802preview/container_apps_auth_config.py +366 -0
  203. pulumi_azure_native/app/v20240802preview/container_apps_session_pool.py +491 -0
  204. pulumi_azure_native/app/v20240802preview/container_apps_source_control.py +296 -0
  205. pulumi_azure_native/app/v20240802preview/dapr_component.py +456 -0
  206. pulumi_azure_native/app/v20240802preview/dapr_component_resiliency_policy.py +269 -0
  207. pulumi_azure_native/app/v20240802preview/dapr_subscription.py +393 -0
  208. pulumi_azure_native/app/v20240802preview/dot_net_component.py +288 -0
  209. pulumi_azure_native/app/v20240802preview/get_app_resiliency.py +206 -0
  210. pulumi_azure_native/app/v20240802preview/get_build.py +219 -0
  211. pulumi_azure_native/app/v20240802preview/get_builder.py +201 -0
  212. pulumi_azure_native/app/v20240802preview/get_certificate.py +167 -0
  213. pulumi_azure_native/app/v20240802preview/get_connected_environment.py +240 -0
  214. pulumi_azure_native/app/v20240802preview/get_connected_environments_certificate.py +167 -0
  215. pulumi_azure_native/app/v20240802preview/get_connected_environments_dapr_component.py +245 -0
  216. pulumi_azure_native/app/v20240802preview/get_connected_environments_storage.py +141 -0
  217. pulumi_azure_native/app/v20240802preview/get_container_app.py +383 -0
  218. pulumi_azure_native/app/v20240802preview/get_container_app_auth_token.py +175 -0
  219. pulumi_azure_native/app/v20240802preview/get_container_apps_auth_config.py +206 -0
  220. pulumi_azure_native/app/v20240802preview/get_container_apps_session_pool.py +292 -0
  221. pulumi_azure_native/app/v20240802preview/get_container_apps_source_control.py +182 -0
  222. pulumi_azure_native/app/v20240802preview/get_custom_domain_verification_id.py +66 -0
  223. pulumi_azure_native/app/v20240802preview/get_dapr_component.py +245 -0
  224. pulumi_azure_native/app/v20240802preview/get_dapr_component_resiliency_policy.py +159 -0
  225. pulumi_azure_native/app/v20240802preview/get_dapr_subscription.py +219 -0
  226. pulumi_azure_native/app/v20240802preview/get_dot_net_component.py +180 -0
  227. pulumi_azure_native/app/v20240802preview/get_java_component.py +141 -0
  228. pulumi_azure_native/app/v20240802preview/get_job.py +279 -0
  229. pulumi_azure_native/app/v20240802preview/get_logic_app.py +128 -0
  230. pulumi_azure_native/app/v20240802preview/get_managed_certificate.py +167 -0
  231. pulumi_azure_native/app/v20240802preview/get_managed_environment.py +450 -0
  232. pulumi_azure_native/app/v20240802preview/get_managed_environment_auth_token.py +175 -0
  233. pulumi_azure_native/app/v20240802preview/get_managed_environment_private_endpoint_connection.py +180 -0
  234. pulumi_azure_native/app/v20240802preview/get_managed_environments_storage.py +141 -0
  235. pulumi_azure_native/app/v20240802preview/java_component.py +219 -0
  236. pulumi_azure_native/app/v20240802preview/job.py +443 -0
  237. pulumi_azure_native/app/v20240802preview/list_build_auth_token.py +101 -0
  238. pulumi_azure_native/app/v20240802preview/list_connected_environments_dapr_component_secrets.py +89 -0
  239. pulumi_azure_native/app/v20240802preview/list_container_app_custom_host_name_analysis.py +232 -0
  240. pulumi_azure_native/app/v20240802preview/list_container_app_secrets.py +84 -0
  241. pulumi_azure_native/app/v20240802preview/list_dapr_component_secrets.py +89 -0
  242. pulumi_azure_native/app/v20240802preview/list_job_secrets.py +84 -0
  243. pulumi_azure_native/app/v20240802preview/list_logic_app_workflows_connections.py +154 -0
  244. pulumi_azure_native/app/v20240802preview/logic_app.py +190 -0
  245. pulumi_azure_native/app/v20240802preview/managed_certificate.py +279 -0
  246. pulumi_azure_native/app/v20240802preview/managed_environment.py +752 -0
  247. pulumi_azure_native/app/v20240802preview/managed_environment_private_endpoint_connection.py +252 -0
  248. pulumi_azure_native/app/v20240802preview/managed_environments_storage.py +221 -0
  249. pulumi_azure_native/app/v20240802preview/outputs.py +11488 -0
  250. pulumi_azure_native/devcenter/__init__.py +5 -0
  251. pulumi_azure_native/devcenter/_inputs.py +3 -3
  252. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  253. pulumi_azure_native/devcenter/catalog.py +3 -3
  254. pulumi_azure_native/devcenter/curation_profile.py +5 -1
  255. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  256. pulumi_azure_native/devcenter/dev_center.py +3 -3
  257. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  258. pulumi_azure_native/devcenter/environment_type.py +3 -3
  259. pulumi_azure_native/devcenter/gallery.py +3 -3
  260. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  261. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  262. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  263. pulumi_azure_native/devcenter/get_curation_profile.py +4 -0
  264. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  265. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  266. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  267. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  268. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  269. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  270. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  271. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  272. pulumi_azure_native/devcenter/get_plan.py +2 -2
  273. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  274. pulumi_azure_native/devcenter/get_pool.py +2 -2
  275. pulumi_azure_native/devcenter/get_project.py +2 -2
  276. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  277. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  278. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
  279. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  280. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  281. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  282. pulumi_azure_native/devcenter/get_project_policy.py +169 -0
  283. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  284. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  285. pulumi_azure_native/devcenter/network_connection.py +3 -3
  286. pulumi_azure_native/devcenter/outputs.py +2 -2
  287. pulumi_azure_native/devcenter/plan.py +3 -3
  288. pulumi_azure_native/devcenter/plan_member.py +3 -3
  289. pulumi_azure_native/devcenter/pool.py +3 -3
  290. pulumi_azure_native/devcenter/project.py +3 -3
  291. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  292. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  293. pulumi_azure_native/devcenter/project_policy.py +261 -0
  294. pulumi_azure_native/devcenter/schedule.py +3 -3
  295. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  296. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  297. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  298. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  299. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  300. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  301. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  302. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  303. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  304. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  305. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  306. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  307. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  308. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  309. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  310. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  311. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  312. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  313. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  314. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  315. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  316. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  317. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  318. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  319. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  320. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  321. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  322. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  323. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  324. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  325. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  326. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  327. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  328. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  329. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  330. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  331. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  332. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  333. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  334. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  335. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  336. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  337. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  338. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  339. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  340. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  341. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  342. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  343. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  344. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  345. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  346. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  347. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  348. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  349. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  350. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  351. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  352. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  353. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  354. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  355. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  356. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  357. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  358. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  359. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  360. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  361. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  362. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  363. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  364. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  365. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  366. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  367. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  368. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  369. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  370. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  371. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
  372. pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
  373. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
  374. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
  375. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
  376. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
  377. pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
  378. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
  379. pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
  380. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
  381. pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
  382. pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
  383. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
  384. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
  385. pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
  386. pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +1 -1
  387. pulumi_azure_native/devcenter/v20240801preview/catalog.py +1 -1
  388. pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +1 -1
  389. pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +1 -1
  390. pulumi_azure_native/devcenter/v20240801preview/dev_center.py +1 -1
  391. pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +1 -1
  392. pulumi_azure_native/devcenter/v20240801preview/environment_type.py +1 -1
  393. pulumi_azure_native/devcenter/v20240801preview/gallery.py +1 -1
  394. pulumi_azure_native/devcenter/v20240801preview/network_connection.py +1 -1
  395. pulumi_azure_native/devcenter/v20240801preview/plan.py +1 -1
  396. pulumi_azure_native/devcenter/v20240801preview/plan_member.py +1 -1
  397. pulumi_azure_native/devcenter/v20240801preview/pool.py +1 -1
  398. pulumi_azure_native/devcenter/v20240801preview/project.py +1 -1
  399. pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +1 -1
  400. pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +1 -1
  401. pulumi_azure_native/devcenter/v20240801preview/schedule.py +1 -1
  402. pulumi_azure_native/devcenter/v20241001preview/__init__.py +52 -0
  403. pulumi_azure_native/devcenter/v20241001preview/_enums.py +228 -0
  404. pulumi_azure_native/devcenter/v20241001preview/_inputs.py +962 -0
  405. pulumi_azure_native/devcenter/v20241001preview/attached_network_by_dev_center.py +260 -0
  406. pulumi_azure_native/devcenter/v20241001preview/catalog.py +368 -0
  407. pulumi_azure_native/devcenter/v20241001preview/curation_profile.py +259 -0
  408. pulumi_azure_native/devcenter/v20241001preview/dev_box_definition.py +418 -0
  409. pulumi_azure_native/devcenter/v20241001preview/dev_center.py +481 -0
  410. pulumi_azure_native/devcenter/v20241001preview/encryption_set.py +347 -0
  411. pulumi_azure_native/devcenter/v20241001preview/environment_type.py +258 -0
  412. pulumi_azure_native/devcenter/v20241001preview/gallery.py +230 -0
  413. pulumi_azure_native/devcenter/v20241001preview/get_attached_network_by_dev_center.py +193 -0
  414. pulumi_azure_native/devcenter/v20241001preview/get_catalog.py +258 -0
  415. pulumi_azure_native/devcenter/v20241001preview/get_catalog_sync_error_details.py +115 -0
  416. pulumi_azure_native/devcenter/v20241001preview/get_curation_profile.py +167 -0
  417. pulumi_azure_native/devcenter/v20241001preview/get_customization_task_error_details.py +94 -0
  418. pulumi_azure_native/devcenter/v20241001preview/get_dev_box_definition.py +271 -0
  419. pulumi_azure_native/devcenter/v20241001preview/get_dev_center.py +279 -0
  420. pulumi_azure_native/devcenter/v20241001preview/get_encryption_set.py +206 -0
  421. pulumi_azure_native/devcenter/v20241001preview/get_environment_definition_error_details.py +94 -0
  422. pulumi_azure_native/devcenter/v20241001preview/get_environment_type.py +167 -0
  423. pulumi_azure_native/devcenter/v20241001preview/get_gallery.py +154 -0
  424. pulumi_azure_native/devcenter/v20241001preview/get_network_connection.py +266 -0
  425. pulumi_azure_native/devcenter/v20241001preview/get_plan.py +175 -0
  426. pulumi_azure_native/devcenter/v20241001preview/get_plan_member.py +206 -0
  427. pulumi_azure_native/devcenter/v20241001preview/get_pool.py +362 -0
  428. pulumi_azure_native/devcenter/v20241001preview/get_project.py +253 -0
  429. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog.py +258 -0
  430. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_environment_definition_error_details.py +94 -0
  431. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_image_definition_build_details.py +216 -0
  432. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_sync_error_details.py +115 -0
  433. pulumi_azure_native/devcenter/v20241001preview/get_project_environment_type.py +258 -0
  434. pulumi_azure_native/devcenter/v20241001preview/get_project_inherited_settings.py +97 -0
  435. pulumi_azure_native/devcenter/v20241001preview/get_project_policy.py +167 -0
  436. pulumi_azure_native/devcenter/v20241001preview/get_schedule.py +229 -0
  437. pulumi_azure_native/devcenter/v20241001preview/list_skus_by_project.py +97 -0
  438. pulumi_azure_native/devcenter/v20241001preview/network_connection.py +453 -0
  439. pulumi_azure_native/devcenter/v20241001preview/outputs.py +1952 -0
  440. pulumi_azure_native/devcenter/v20241001preview/plan.py +268 -0
  441. pulumi_azure_native/devcenter/v20241001preview/plan_member.py +327 -0
  442. pulumi_azure_native/devcenter/v20241001preview/pool.py +642 -0
  443. pulumi_azure_native/devcenter/v20241001preview/project.py +423 -0
  444. pulumi_azure_native/devcenter/v20241001preview/project_catalog.py +368 -0
  445. pulumi_azure_native/devcenter/v20241001preview/project_environment_type.py +444 -0
  446. pulumi_azure_native/devcenter/v20241001preview/project_policy.py +259 -0
  447. pulumi_azure_native/devcenter/v20241001preview/schedule.py +439 -0
  448. pulumi_azure_native/elastic/__init__.py +3 -0
  449. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  450. pulumi_azure_native/elastic/get_monitor.py +2 -2
  451. pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
  452. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  453. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  454. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  455. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  456. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  457. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  458. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  459. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  460. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  461. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  462. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  463. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  464. pulumi_azure_native/elastic/monitor.py +3 -3
  465. pulumi_azure_native/elastic/monitored_subscription.py +3 -3
  466. pulumi_azure_native/elastic/open_ai.py +3 -3
  467. pulumi_azure_native/elastic/tag_rule.py +3 -3
  468. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  469. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  470. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  471. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  472. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  473. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  474. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  475. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  476. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  477. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  478. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  479. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  480. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  481. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  482. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  483. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  484. pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
  485. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
  486. pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
  487. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
  488. pulumi_azure_native/elastic/v20240615preview/monitor.py +1 -1
  489. pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +1 -1
  490. pulumi_azure_native/elastic/v20240615preview/open_ai.py +1 -1
  491. pulumi_azure_native/elastic/v20240615preview/tag_rule.py +1 -1
  492. pulumi_azure_native/elastic/v20241001preview/__init__.py +29 -0
  493. pulumi_azure_native/elastic/v20241001preview/_enums.py +57 -0
  494. pulumi_azure_native/elastic/v20241001preview/_inputs.py +1117 -0
  495. pulumi_azure_native/elastic/v20241001preview/get_billing_info.py +97 -0
  496. pulumi_azure_native/elastic/v20241001preview/get_monitor.py +188 -0
  497. pulumi_azure_native/elastic/v20241001preview/get_monitored_subscription.py +128 -0
  498. pulumi_azure_native/elastic/v20241001preview/get_open_ai.py +128 -0
  499. pulumi_azure_native/elastic/v20241001preview/get_open_ai_status.py +89 -0
  500. pulumi_azure_native/elastic/v20241001preview/get_organization_api_key.py +76 -0
  501. pulumi_azure_native/elastic/v20241001preview/get_organization_elastic_to_azure_subscription_mapping.py +70 -0
  502. pulumi_azure_native/elastic/v20241001preview/get_tag_rule.py +141 -0
  503. pulumi_azure_native/elastic/v20241001preview/list_all_traffic_filter.py +84 -0
  504. pulumi_azure_native/elastic/v20241001preview/list_connected_partner_resource.py +97 -0
  505. pulumi_azure_native/elastic/v20241001preview/list_deployment_info.py +162 -0
  506. pulumi_azure_native/elastic/v20241001preview/list_monitored_resource.py +97 -0
  507. pulumi_azure_native/elastic/v20241001preview/list_upgradable_version_details.py +96 -0
  508. pulumi_azure_native/elastic/v20241001preview/list_vm_host.py +97 -0
  509. pulumi_azure_native/elastic/v20241001preview/listlist_associated_traffic_filter.py +84 -0
  510. pulumi_azure_native/elastic/v20241001preview/monitor.py +316 -0
  511. pulumi_azure_native/elastic/v20241001preview/monitored_subscription.py +211 -0
  512. pulumi_azure_native/elastic/v20241001preview/open_ai.py +210 -0
  513. pulumi_azure_native/elastic/v20241001preview/outputs.py +1757 -0
  514. pulumi_azure_native/elastic/v20241001preview/tag_rule.py +221 -0
  515. pulumi_azure_native/hybridconnectivity/outputs.py +44 -2
  516. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +44 -2
  517. pulumi_azure_native/pulumi-plugin.json +1 -1
  518. pulumi_azure_native/security/_inputs.py +3 -15
  519. pulumi_azure_native/security/outputs.py +2 -10
  520. pulumi_azure_native/security/v20240101/_inputs.py +3 -15
  521. pulumi_azure_native/security/v20240101/outputs.py +2 -10
  522. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/METADATA +1 -1
  523. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/RECORD +525 -394
  524. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/WHEEL +0 -0
  525. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,230 @@
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__ = ['GalleryArgs', 'Gallery']
19
+
20
+ @pulumi.input_type
21
+ class GalleryArgs:
22
+ def __init__(__self__, *,
23
+ dev_center_name: pulumi.Input[str],
24
+ gallery_resource_id: pulumi.Input[str],
25
+ resource_group_name: pulumi.Input[str],
26
+ gallery_name: Optional[pulumi.Input[str]] = None):
27
+ """
28
+ The set of arguments for constructing a Gallery resource.
29
+ :param pulumi.Input[str] dev_center_name: The name of the devcenter.
30
+ :param pulumi.Input[str] gallery_resource_id: The resource ID of the backing Azure Compute Gallery.
31
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
32
+ :param pulumi.Input[str] gallery_name: The name of the gallery.
33
+ """
34
+ pulumi.set(__self__, "dev_center_name", dev_center_name)
35
+ pulumi.set(__self__, "gallery_resource_id", gallery_resource_id)
36
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
37
+ if gallery_name is not None:
38
+ pulumi.set(__self__, "gallery_name", gallery_name)
39
+
40
+ @property
41
+ @pulumi.getter(name="devCenterName")
42
+ def dev_center_name(self) -> pulumi.Input[str]:
43
+ """
44
+ The name of the devcenter.
45
+ """
46
+ return pulumi.get(self, "dev_center_name")
47
+
48
+ @dev_center_name.setter
49
+ def dev_center_name(self, value: pulumi.Input[str]):
50
+ pulumi.set(self, "dev_center_name", value)
51
+
52
+ @property
53
+ @pulumi.getter(name="galleryResourceId")
54
+ def gallery_resource_id(self) -> pulumi.Input[str]:
55
+ """
56
+ The resource ID of the backing Azure Compute Gallery.
57
+ """
58
+ return pulumi.get(self, "gallery_resource_id")
59
+
60
+ @gallery_resource_id.setter
61
+ def gallery_resource_id(self, value: pulumi.Input[str]):
62
+ pulumi.set(self, "gallery_resource_id", value)
63
+
64
+ @property
65
+ @pulumi.getter(name="resourceGroupName")
66
+ def resource_group_name(self) -> pulumi.Input[str]:
67
+ """
68
+ The name of the resource group. The name is case insensitive.
69
+ """
70
+ return pulumi.get(self, "resource_group_name")
71
+
72
+ @resource_group_name.setter
73
+ def resource_group_name(self, value: pulumi.Input[str]):
74
+ pulumi.set(self, "resource_group_name", value)
75
+
76
+ @property
77
+ @pulumi.getter(name="galleryName")
78
+ def gallery_name(self) -> Optional[pulumi.Input[str]]:
79
+ """
80
+ The name of the gallery.
81
+ """
82
+ return pulumi.get(self, "gallery_name")
83
+
84
+ @gallery_name.setter
85
+ def gallery_name(self, value: Optional[pulumi.Input[str]]):
86
+ pulumi.set(self, "gallery_name", value)
87
+
88
+
89
+ class Gallery(pulumi.CustomResource):
90
+ @overload
91
+ def __init__(__self__,
92
+ resource_name: str,
93
+ opts: Optional[pulumi.ResourceOptions] = None,
94
+ dev_center_name: Optional[pulumi.Input[str]] = None,
95
+ gallery_name: Optional[pulumi.Input[str]] = None,
96
+ gallery_resource_id: Optional[pulumi.Input[str]] = None,
97
+ resource_group_name: Optional[pulumi.Input[str]] = None,
98
+ __props__=None):
99
+ """
100
+ Represents a gallery.
101
+
102
+ :param str resource_name: The name of the resource.
103
+ :param pulumi.ResourceOptions opts: Options for the resource.
104
+ :param pulumi.Input[str] dev_center_name: The name of the devcenter.
105
+ :param pulumi.Input[str] gallery_name: The name of the gallery.
106
+ :param pulumi.Input[str] gallery_resource_id: The resource ID of the backing Azure Compute Gallery.
107
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
108
+ """
109
+ ...
110
+ @overload
111
+ def __init__(__self__,
112
+ resource_name: str,
113
+ args: GalleryArgs,
114
+ opts: Optional[pulumi.ResourceOptions] = None):
115
+ """
116
+ Represents a gallery.
117
+
118
+ :param str resource_name: The name of the resource.
119
+ :param GalleryArgs args: The arguments to use to populate this resource's properties.
120
+ :param pulumi.ResourceOptions opts: Options for the resource.
121
+ """
122
+ ...
123
+ def __init__(__self__, resource_name: str, *args, **kwargs):
124
+ resource_args, opts = _utilities.get_resource_args_opts(GalleryArgs, pulumi.ResourceOptions, *args, **kwargs)
125
+ if resource_args is not None:
126
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
127
+ else:
128
+ __self__._internal_init(resource_name, *args, **kwargs)
129
+
130
+ def _internal_init(__self__,
131
+ resource_name: str,
132
+ opts: Optional[pulumi.ResourceOptions] = None,
133
+ dev_center_name: Optional[pulumi.Input[str]] = None,
134
+ gallery_name: Optional[pulumi.Input[str]] = None,
135
+ gallery_resource_id: Optional[pulumi.Input[str]] = None,
136
+ resource_group_name: Optional[pulumi.Input[str]] = None,
137
+ __props__=None):
138
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
139
+ if not isinstance(opts, pulumi.ResourceOptions):
140
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
141
+ if opts.id is None:
142
+ if __props__ is not None:
143
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
144
+ __props__ = GalleryArgs.__new__(GalleryArgs)
145
+
146
+ if dev_center_name is None and not opts.urn:
147
+ raise TypeError("Missing required property 'dev_center_name'")
148
+ __props__.__dict__["dev_center_name"] = dev_center_name
149
+ __props__.__dict__["gallery_name"] = gallery_name
150
+ if gallery_resource_id is None and not opts.urn:
151
+ raise TypeError("Missing required property 'gallery_resource_id'")
152
+ __props__.__dict__["gallery_resource_id"] = gallery_resource_id
153
+ if resource_group_name is None and not opts.urn:
154
+ raise TypeError("Missing required property 'resource_group_name'")
155
+ __props__.__dict__["resource_group_name"] = resource_group_name
156
+ __props__.__dict__["name"] = None
157
+ __props__.__dict__["provisioning_state"] = None
158
+ __props__.__dict__["system_data"] = None
159
+ __props__.__dict__["type"] = None
160
+ 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"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:Gallery"), pulumi.Alias(type_="azure-native:devcenter/v20240801preview:Gallery")])
161
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
162
+ super(Gallery, __self__).__init__(
163
+ 'azure-native:devcenter/v20241001preview:Gallery',
164
+ resource_name,
165
+ __props__,
166
+ opts)
167
+
168
+ @staticmethod
169
+ def get(resource_name: str,
170
+ id: pulumi.Input[str],
171
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Gallery':
172
+ """
173
+ Get an existing Gallery resource's state with the given name, id, and optional extra
174
+ properties used to qualify the lookup.
175
+
176
+ :param str resource_name: The unique name of the resulting resource.
177
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
178
+ :param pulumi.ResourceOptions opts: Options for the resource.
179
+ """
180
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
181
+
182
+ __props__ = GalleryArgs.__new__(GalleryArgs)
183
+
184
+ __props__.__dict__["gallery_resource_id"] = None
185
+ __props__.__dict__["name"] = None
186
+ __props__.__dict__["provisioning_state"] = None
187
+ __props__.__dict__["system_data"] = None
188
+ __props__.__dict__["type"] = None
189
+ return Gallery(resource_name, opts=opts, __props__=__props__)
190
+
191
+ @property
192
+ @pulumi.getter(name="galleryResourceId")
193
+ def gallery_resource_id(self) -> pulumi.Output[str]:
194
+ """
195
+ The resource ID of the backing Azure Compute Gallery.
196
+ """
197
+ return pulumi.get(self, "gallery_resource_id")
198
+
199
+ @property
200
+ @pulumi.getter
201
+ def name(self) -> pulumi.Output[str]:
202
+ """
203
+ The name of the resource
204
+ """
205
+ return pulumi.get(self, "name")
206
+
207
+ @property
208
+ @pulumi.getter(name="provisioningState")
209
+ def provisioning_state(self) -> pulumi.Output[str]:
210
+ """
211
+ The provisioning state of the resource.
212
+ """
213
+ return pulumi.get(self, "provisioning_state")
214
+
215
+ @property
216
+ @pulumi.getter(name="systemData")
217
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
218
+ """
219
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
220
+ """
221
+ return pulumi.get(self, "system_data")
222
+
223
+ @property
224
+ @pulumi.getter
225
+ def type(self) -> pulumi.Output[str]:
226
+ """
227
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
228
+ """
229
+ return pulumi.get(self, "type")
230
+
@@ -0,0 +1,193 @@
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
+ 'GetAttachedNetworkByDevCenterResult',
20
+ 'AwaitableGetAttachedNetworkByDevCenterResult',
21
+ 'get_attached_network_by_dev_center',
22
+ 'get_attached_network_by_dev_center_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAttachedNetworkByDevCenterResult:
27
+ """
28
+ Represents an attached NetworkConnection.
29
+ """
30
+ 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):
31
+ if domain_join_type and not isinstance(domain_join_type, str):
32
+ raise TypeError("Expected argument 'domain_join_type' to be a str")
33
+ pulumi.set(__self__, "domain_join_type", domain_join_type)
34
+ if health_check_status and not isinstance(health_check_status, str):
35
+ raise TypeError("Expected argument 'health_check_status' to be a str")
36
+ pulumi.set(__self__, "health_check_status", health_check_status)
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 name and not isinstance(name, str):
41
+ raise TypeError("Expected argument 'name' to be a str")
42
+ pulumi.set(__self__, "name", name)
43
+ if network_connection_id and not isinstance(network_connection_id, str):
44
+ raise TypeError("Expected argument 'network_connection_id' to be a str")
45
+ pulumi.set(__self__, "network_connection_id", network_connection_id)
46
+ if network_connection_location and not isinstance(network_connection_location, str):
47
+ raise TypeError("Expected argument 'network_connection_location' to be a str")
48
+ pulumi.set(__self__, "network_connection_location", network_connection_location)
49
+ if provisioning_state and not isinstance(provisioning_state, str):
50
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
51
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
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 type and not isinstance(type, str):
56
+ raise TypeError("Expected argument 'type' to be a str")
57
+ pulumi.set(__self__, "type", type)
58
+
59
+ @property
60
+ @pulumi.getter(name="domainJoinType")
61
+ def domain_join_type(self) -> str:
62
+ """
63
+ AAD Join type of the network. This is populated based on the referenced Network Connection.
64
+ """
65
+ return pulumi.get(self, "domain_join_type")
66
+
67
+ @property
68
+ @pulumi.getter(name="healthCheckStatus")
69
+ def health_check_status(self) -> str:
70
+ """
71
+ Health check status values
72
+ """
73
+ return pulumi.get(self, "health_check_status")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def id(self) -> str:
78
+ """
79
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
80
+ """
81
+ return pulumi.get(self, "id")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def name(self) -> str:
86
+ """
87
+ The name of the resource
88
+ """
89
+ return pulumi.get(self, "name")
90
+
91
+ @property
92
+ @pulumi.getter(name="networkConnectionId")
93
+ def network_connection_id(self) -> str:
94
+ """
95
+ The resource ID of the NetworkConnection you want to attach.
96
+ """
97
+ return pulumi.get(self, "network_connection_id")
98
+
99
+ @property
100
+ @pulumi.getter(name="networkConnectionLocation")
101
+ def network_connection_location(self) -> str:
102
+ """
103
+ The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
104
+ """
105
+ return pulumi.get(self, "network_connection_location")
106
+
107
+ @property
108
+ @pulumi.getter(name="provisioningState")
109
+ def provisioning_state(self) -> str:
110
+ """
111
+ The provisioning state of the resource.
112
+ """
113
+ return pulumi.get(self, "provisioning_state")
114
+
115
+ @property
116
+ @pulumi.getter(name="systemData")
117
+ def system_data(self) -> 'outputs.SystemDataResponse':
118
+ """
119
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
120
+ """
121
+ return pulumi.get(self, "system_data")
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def type(self) -> str:
126
+ """
127
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
128
+ """
129
+ return pulumi.get(self, "type")
130
+
131
+
132
+ class AwaitableGetAttachedNetworkByDevCenterResult(GetAttachedNetworkByDevCenterResult):
133
+ # pylint: disable=using-constant-test
134
+ def __await__(self):
135
+ if False:
136
+ yield self
137
+ return GetAttachedNetworkByDevCenterResult(
138
+ domain_join_type=self.domain_join_type,
139
+ health_check_status=self.health_check_status,
140
+ id=self.id,
141
+ name=self.name,
142
+ network_connection_id=self.network_connection_id,
143
+ network_connection_location=self.network_connection_location,
144
+ provisioning_state=self.provisioning_state,
145
+ system_data=self.system_data,
146
+ type=self.type)
147
+
148
+
149
+ def get_attached_network_by_dev_center(attached_network_connection_name: Optional[str] = None,
150
+ dev_center_name: Optional[str] = None,
151
+ resource_group_name: Optional[str] = None,
152
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAttachedNetworkByDevCenterResult:
153
+ """
154
+ Gets an attached NetworkConnection.
155
+
156
+
157
+ :param str attached_network_connection_name: The name of the attached NetworkConnection.
158
+ :param str dev_center_name: The name of the devcenter.
159
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
160
+ """
161
+ __args__ = dict()
162
+ __args__['attachedNetworkConnectionName'] = attached_network_connection_name
163
+ __args__['devCenterName'] = dev_center_name
164
+ __args__['resourceGroupName'] = resource_group_name
165
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
166
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20241001preview:getAttachedNetworkByDevCenter', __args__, opts=opts, typ=GetAttachedNetworkByDevCenterResult).value
167
+
168
+ return AwaitableGetAttachedNetworkByDevCenterResult(
169
+ domain_join_type=pulumi.get(__ret__, 'domain_join_type'),
170
+ health_check_status=pulumi.get(__ret__, 'health_check_status'),
171
+ id=pulumi.get(__ret__, 'id'),
172
+ name=pulumi.get(__ret__, 'name'),
173
+ network_connection_id=pulumi.get(__ret__, 'network_connection_id'),
174
+ network_connection_location=pulumi.get(__ret__, 'network_connection_location'),
175
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
176
+ system_data=pulumi.get(__ret__, 'system_data'),
177
+ type=pulumi.get(__ret__, 'type'))
178
+
179
+
180
+ @_utilities.lift_output_func(get_attached_network_by_dev_center)
181
+ def get_attached_network_by_dev_center_output(attached_network_connection_name: Optional[pulumi.Input[str]] = None,
182
+ dev_center_name: Optional[pulumi.Input[str]] = None,
183
+ resource_group_name: Optional[pulumi.Input[str]] = None,
184
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAttachedNetworkByDevCenterResult]:
185
+ """
186
+ Gets an attached NetworkConnection.
187
+
188
+
189
+ :param str attached_network_connection_name: The name of the attached NetworkConnection.
190
+ :param str dev_center_name: The name of the devcenter.
191
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
192
+ """
193
+ ...
@@ -0,0 +1,258 @@
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
+ 'GetCatalogResult',
20
+ 'AwaitableGetCatalogResult',
21
+ 'get_catalog',
22
+ 'get_catalog_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetCatalogResult:
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 AwaitableGetCatalogResult(GetCatalogResult):
188
+ # pylint: disable=using-constant-test
189
+ def __await__(self):
190
+ if False:
191
+ yield self
192
+ return GetCatalogResult(
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_catalog(catalog_name: Optional[str] = None,
210
+ dev_center_name: Optional[str] = None,
211
+ resource_group_name: Optional[str] = None,
212
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCatalogResult:
213
+ """
214
+ Gets a catalog
215
+
216
+
217
+ :param str catalog_name: The name of the Catalog.
218
+ :param str dev_center_name: The name of the devcenter.
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__['devCenterName'] = dev_center_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/v20241001preview:getCatalog', __args__, opts=opts, typ=GetCatalogResult).value
227
+
228
+ return AwaitableGetCatalogResult(
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_catalog)
246
+ def get_catalog_output(catalog_name: Optional[pulumi.Input[str]] = None,
247
+ dev_center_name: Optional[pulumi.Input[str]] = None,
248
+ resource_group_name: Optional[pulumi.Input[str]] = None,
249
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCatalogResult]:
250
+ """
251
+ Gets a catalog
252
+
253
+
254
+ :param str catalog_name: The name of the Catalog.
255
+ :param str dev_center_name: The name of the devcenter.
256
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
257
+ """
258
+ ...