pulumi-azure-native 2.53.0a1722950602__py3-none-any.whl → 2.54.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (447) hide show
  1. pulumi_azure_native/__init__.py +91 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  6. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  7. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  8. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  10. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  11. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  15. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  16. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  17. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  18. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  20. pulumi_azure_native/containerservice/snapshot.py +3 -3
  21. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  22. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  23. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  26. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  31. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  32. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  37. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  39. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  48. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  49. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  53. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  54. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  55. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  61. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  64. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  76. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  77. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  78. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  79. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  80. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  81. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  82. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  83. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  84. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  85. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  88. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  89. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  91. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  92. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  93. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  94. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  95. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  96. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  97. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  98. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  99. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  101. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  102. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  103. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  104. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  105. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  107. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  108. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  109. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  110. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  111. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  112. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  115. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  116. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  117. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  118. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  119. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  120. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  121. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  122. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  123. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  124. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  125. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  128. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  129. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  130. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  131. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  132. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  133. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  134. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  135. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  136. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  137. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  138. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  139. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  141. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  142. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  143. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  144. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  145. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  146. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  151. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  155. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  156. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  157. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  159. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  160. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  165. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  166. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  167. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  170. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  171. pulumi_azure_native/containerservice/v20240602preview/__init__.py +29 -0
  172. pulumi_azure_native/containerservice/v20240602preview/_enums.py +912 -0
  173. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +9690 -0
  174. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1691 -0
  175. pulumi_azure_native/containerservice/v20240602preview/get_agent_pool.py +817 -0
  176. pulumi_azure_native/containerservice/v20240602preview/get_load_balancer.py +206 -0
  177. pulumi_azure_native/containerservice/v20240602preview/get_maintenance_configuration.py +167 -0
  178. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster.py +838 -0
  179. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster_snapshot.py +188 -0
  180. pulumi_azure_native/containerservice/v20240602preview/get_private_endpoint_connection.py +154 -0
  181. pulumi_azure_native/containerservice/v20240602preview/get_snapshot.py +253 -0
  182. pulumi_azure_native/containerservice/v20240602preview/get_trusted_access_role_binding.py +167 -0
  183. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_admin_credentials.py +89 -0
  184. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
  185. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_user_credentials.py +94 -0
  186. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +368 -0
  187. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +279 -0
  188. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1595 -0
  189. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +297 -0
  190. pulumi_azure_native/containerservice/v20240602preview/outputs.py +8349 -0
  191. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +251 -0
  192. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +347 -0
  193. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +260 -0
  194. pulumi_azure_native/contoso/__init__.py +19 -0
  195. pulumi_azure_native/contoso/_inputs.py +99 -0
  196. pulumi_azure_native/contoso/employee.py +259 -0
  197. pulumi_azure_native/contoso/get_employee.py +164 -0
  198. pulumi_azure_native/contoso/outputs.py +206 -0
  199. pulumi_azure_native/contoso/v20211001preview/__init__.py +11 -0
  200. pulumi_azure_native/contoso/v20211001preview/_inputs.py +99 -0
  201. pulumi_azure_native/contoso/v20211001preview/employee.py +257 -0
  202. pulumi_azure_native/contoso/v20211001preview/get_employee.py +162 -0
  203. pulumi_azure_native/contoso/v20211001preview/outputs.py +206 -0
  204. pulumi_azure_native/datafactory/_inputs.py +2520 -120
  205. pulumi_azure_native/datafactory/outputs.py +1557 -117
  206. pulumi_azure_native/datafactory/v20180601/_inputs.py +2520 -120
  207. pulumi_azure_native/datafactory/v20180601/outputs.py +1557 -117
  208. pulumi_azure_native/devcenter/__init__.py +5 -0
  209. pulumi_azure_native/devcenter/_inputs.py +58 -0
  210. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  211. pulumi_azure_native/devcenter/catalog.py +3 -3
  212. pulumi_azure_native/devcenter/curation_profile.py +261 -0
  213. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  214. pulumi_azure_native/devcenter/dev_center.py +3 -3
  215. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  216. pulumi_azure_native/devcenter/environment_type.py +3 -3
  217. pulumi_azure_native/devcenter/gallery.py +3 -3
  218. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  219. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  220. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  221. pulumi_azure_native/devcenter/get_curation_profile.py +169 -0
  222. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  223. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  224. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  225. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  226. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  227. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  228. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  229. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  230. pulumi_azure_native/devcenter/get_plan.py +2 -2
  231. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  232. pulumi_azure_native/devcenter/get_pool.py +2 -2
  233. pulumi_azure_native/devcenter/get_project.py +2 -2
  234. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  235. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  236. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +4 -0
  237. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  238. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  239. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  240. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  241. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  242. pulumi_azure_native/devcenter/network_connection.py +3 -3
  243. pulumi_azure_native/devcenter/outputs.py +36 -0
  244. pulumi_azure_native/devcenter/plan.py +3 -3
  245. pulumi_azure_native/devcenter/plan_member.py +3 -3
  246. pulumi_azure_native/devcenter/pool.py +3 -3
  247. pulumi_azure_native/devcenter/project.py +3 -3
  248. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  249. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  250. pulumi_azure_native/devcenter/schedule.py +3 -3
  251. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  252. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  253. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  254. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  255. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  256. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  257. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  258. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  259. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  260. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  261. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  262. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  263. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  264. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  265. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  266. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  267. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  268. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  269. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  270. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  271. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  272. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  273. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  274. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  275. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  276. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  277. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  278. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  279. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  280. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  281. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  282. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  283. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  284. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  285. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  286. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  287. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  288. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  289. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  290. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  291. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  292. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  293. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  294. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  295. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  296. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  297. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  298. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  299. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  300. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  301. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  302. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  303. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  304. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  305. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  306. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  307. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  308. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  309. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  310. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  311. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  312. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  313. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  314. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  315. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  316. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  317. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  318. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  319. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  320. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  321. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  322. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  323. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  324. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  325. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  326. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  327. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
  328. pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
  329. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
  330. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
  331. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
  332. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
  333. pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
  334. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
  335. pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
  336. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
  337. pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
  338. pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
  339. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
  340. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
  341. pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
  342. pulumi_azure_native/devcenter/v20240801preview/__init__.py +50 -0
  343. pulumi_azure_native/devcenter/v20240801preview/_enums.py +219 -0
  344. pulumi_azure_native/devcenter/v20240801preview/_inputs.py +904 -0
  345. pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +260 -0
  346. pulumi_azure_native/devcenter/v20240801preview/catalog.py +368 -0
  347. pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +259 -0
  348. pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +418 -0
  349. pulumi_azure_native/devcenter/v20240801preview/dev_center.py +481 -0
  350. pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +347 -0
  351. pulumi_azure_native/devcenter/v20240801preview/environment_type.py +258 -0
  352. pulumi_azure_native/devcenter/v20240801preview/gallery.py +230 -0
  353. pulumi_azure_native/devcenter/v20240801preview/get_attached_network_by_dev_center.py +193 -0
  354. pulumi_azure_native/devcenter/v20240801preview/get_catalog.py +258 -0
  355. pulumi_azure_native/devcenter/v20240801preview/get_catalog_sync_error_details.py +115 -0
  356. pulumi_azure_native/devcenter/v20240801preview/get_curation_profile.py +167 -0
  357. pulumi_azure_native/devcenter/v20240801preview/get_customization_task_error_details.py +94 -0
  358. pulumi_azure_native/devcenter/v20240801preview/get_dev_box_definition.py +271 -0
  359. pulumi_azure_native/devcenter/v20240801preview/get_dev_center.py +279 -0
  360. pulumi_azure_native/devcenter/v20240801preview/get_encryption_set.py +206 -0
  361. pulumi_azure_native/devcenter/v20240801preview/get_environment_definition_error_details.py +94 -0
  362. pulumi_azure_native/devcenter/v20240801preview/get_environment_type.py +167 -0
  363. pulumi_azure_native/devcenter/v20240801preview/get_gallery.py +154 -0
  364. pulumi_azure_native/devcenter/v20240801preview/get_network_connection.py +266 -0
  365. pulumi_azure_native/devcenter/v20240801preview/get_plan.py +175 -0
  366. pulumi_azure_native/devcenter/v20240801preview/get_plan_member.py +193 -0
  367. pulumi_azure_native/devcenter/v20240801preview/get_pool.py +349 -0
  368. pulumi_azure_native/devcenter/v20240801preview/get_project.py +253 -0
  369. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog.py +258 -0
  370. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_environment_definition_error_details.py +94 -0
  371. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_image_definition_build_details.py +216 -0
  372. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_sync_error_details.py +115 -0
  373. pulumi_azure_native/devcenter/v20240801preview/get_project_environment_type.py +258 -0
  374. pulumi_azure_native/devcenter/v20240801preview/get_project_inherited_settings.py +97 -0
  375. pulumi_azure_native/devcenter/v20240801preview/get_schedule.py +229 -0
  376. pulumi_azure_native/devcenter/v20240801preview/list_skus_by_project.py +97 -0
  377. pulumi_azure_native/devcenter/v20240801preview/network_connection.py +453 -0
  378. pulumi_azure_native/devcenter/v20240801preview/outputs.py +1899 -0
  379. pulumi_azure_native/devcenter/v20240801preview/plan.py +268 -0
  380. pulumi_azure_native/devcenter/v20240801preview/plan_member.py +298 -0
  381. pulumi_azure_native/devcenter/v20240801preview/pool.py +613 -0
  382. pulumi_azure_native/devcenter/v20240801preview/project.py +423 -0
  383. pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +368 -0
  384. pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +444 -0
  385. pulumi_azure_native/devcenter/v20240801preview/schedule.py +439 -0
  386. pulumi_azure_native/iotoperations/__init__.py +34 -0
  387. pulumi_azure_native/iotoperations/_enums.py +544 -0
  388. pulumi_azure_native/iotoperations/_inputs.py +6026 -0
  389. pulumi_azure_native/iotoperations/broker.py +253 -0
  390. pulumi_azure_native/iotoperations/broker_authentication.py +274 -0
  391. pulumi_azure_native/iotoperations/broker_authorization.py +274 -0
  392. pulumi_azure_native/iotoperations/broker_listener.py +274 -0
  393. pulumi_azure_native/iotoperations/data_flow.py +274 -0
  394. pulumi_azure_native/iotoperations/data_flow_endpoint.py +253 -0
  395. pulumi_azure_native/iotoperations/data_flow_profile.py +253 -0
  396. pulumi_azure_native/iotoperations/get_broker.py +156 -0
  397. pulumi_azure_native/iotoperations/get_broker_authentication.py +161 -0
  398. pulumi_azure_native/iotoperations/get_broker_authorization.py +161 -0
  399. pulumi_azure_native/iotoperations/get_broker_listener.py +161 -0
  400. pulumi_azure_native/iotoperations/get_data_flow.py +161 -0
  401. pulumi_azure_native/iotoperations/get_data_flow_endpoint.py +156 -0
  402. pulumi_azure_native/iotoperations/get_data_flow_profile.py +156 -0
  403. pulumi_azure_native/iotoperations/get_instance.py +177 -0
  404. pulumi_azure_native/iotoperations/instance.py +290 -0
  405. pulumi_azure_native/iotoperations/outputs.py +4991 -0
  406. pulumi_azure_native/iotoperations/v20240701preview/__init__.py +26 -0
  407. pulumi_azure_native/iotoperations/v20240701preview/_enums.py +544 -0
  408. pulumi_azure_native/iotoperations/v20240701preview/_inputs.py +6026 -0
  409. pulumi_azure_native/iotoperations/v20240701preview/broker.py +251 -0
  410. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +272 -0
  411. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +272 -0
  412. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +272 -0
  413. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +272 -0
  414. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +251 -0
  415. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +251 -0
  416. pulumi_azure_native/iotoperations/v20240701preview/get_broker.py +154 -0
  417. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authentication.py +159 -0
  418. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authorization.py +159 -0
  419. pulumi_azure_native/iotoperations/v20240701preview/get_broker_listener.py +159 -0
  420. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow.py +159 -0
  421. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_endpoint.py +154 -0
  422. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_profile.py +154 -0
  423. pulumi_azure_native/iotoperations/v20240701preview/get_instance.py +175 -0
  424. pulumi_azure_native/iotoperations/v20240701preview/instance.py +288 -0
  425. pulumi_azure_native/iotoperations/v20240701preview/outputs.py +4991 -0
  426. pulumi_azure_native/portal/_enums.py +11 -0
  427. pulumi_azure_native/portal/_inputs.py +387 -94
  428. pulumi_azure_native/portal/dashboard.py +41 -60
  429. pulumi_azure_native/portal/get_dashboard.py +29 -29
  430. pulumi_azure_native/portal/get_tenant_configuration.py +32 -18
  431. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +3 -3
  432. pulumi_azure_native/portal/outputs.py +446 -76
  433. pulumi_azure_native/portal/tenant_configuration.py +40 -28
  434. pulumi_azure_native/portal/v20200901preview/__init__.py +1 -0
  435. pulumi_azure_native/portal/v20200901preview/_enums.py +19 -0
  436. pulumi_azure_native/portal/v20200901preview/_inputs.py +139 -42
  437. pulumi_azure_native/portal/v20200901preview/dashboard.py +41 -60
  438. pulumi_azure_native/portal/v20200901preview/get_dashboard.py +29 -29
  439. pulumi_azure_native/portal/v20200901preview/get_tenant_configuration.py +32 -18
  440. pulumi_azure_native/portal/v20200901preview/list_list_tenant_configuration_violation.py +3 -3
  441. pulumi_azure_native/portal/v20200901preview/outputs.py +314 -84
  442. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +40 -28
  443. pulumi_azure_native/pulumi-plugin.json +1 -1
  444. {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/METADATA +1 -1
  445. {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/RECORD +447 -327
  446. {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/WHEEL +0 -0
  447. {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1899 @@
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
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'CapabilityResponse',
21
+ 'CatalogConflictErrorResponse',
22
+ 'CatalogErrorDetailsResponse',
23
+ 'CatalogSyncErrorResponse',
24
+ 'CustomerManagedKeyEncryptionResponse',
25
+ 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity',
26
+ 'DevBoxProvisioningSettingsResponse',
27
+ 'DevCenterNetworkSettingsResponse',
28
+ 'DevCenterProjectCatalogSettingsResponse',
29
+ 'DevCenterSkuResponse',
30
+ 'EncryptionResponse',
31
+ 'EnvironmentRoleResponse',
32
+ 'ErrorAdditionalInfoResponse',
33
+ 'ErrorDetailResponse',
34
+ 'GitCatalogResponse',
35
+ 'HealthStatusDetailResponse',
36
+ 'ImageCreationErrorDetailsResponse',
37
+ 'ImageDefinitionBuildTaskGroupResponse',
38
+ 'ImageDefinitionBuildTaskResponse',
39
+ 'ImageDefinitionBuildTaskResponseParameters',
40
+ 'ImageReferenceResponse',
41
+ 'ImageValidationErrorDetailsResponse',
42
+ 'ManagedServiceIdentityResponse',
43
+ 'PlanMemberSyncStatusResponse',
44
+ 'PoolDevBoxDefinitionResponse',
45
+ 'ProjectCatalogSettingsResponse',
46
+ 'ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment',
47
+ 'ProjectNetworkSettingsResponse',
48
+ 'ResourcePolicyResponse',
49
+ 'SkuResponse',
50
+ 'StopOnDisconnectConfigurationResponse',
51
+ 'SyncStatsResponse',
52
+ 'SystemDataResponse',
53
+ 'UserAssignedIdentityResponse',
54
+ 'UserRoleAssignmentResponse',
55
+ ]
56
+
57
+ @pulumi.output_type
58
+ class CapabilityResponse(dict):
59
+ """
60
+ A name/value pair to describe a capability.
61
+ """
62
+ def __init__(__self__, *,
63
+ name: str,
64
+ value: str):
65
+ """
66
+ A name/value pair to describe a capability.
67
+ :param str name: Name of the capability.
68
+ :param str value: Value of the capability.
69
+ """
70
+ pulumi.set(__self__, "name", name)
71
+ pulumi.set(__self__, "value", value)
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def name(self) -> str:
76
+ """
77
+ Name of the capability.
78
+ """
79
+ return pulumi.get(self, "name")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def value(self) -> str:
84
+ """
85
+ Value of the capability.
86
+ """
87
+ return pulumi.get(self, "value")
88
+
89
+
90
+ @pulumi.output_type
91
+ class CatalogConflictErrorResponse(dict):
92
+ """
93
+ An individual conflict error.
94
+ """
95
+ def __init__(__self__, *,
96
+ name: str,
97
+ path: str):
98
+ """
99
+ An individual conflict error.
100
+ :param str name: Name of the conflicting catalog item.
101
+ :param str path: The path of the file that has a conflicting name.
102
+ """
103
+ pulumi.set(__self__, "name", name)
104
+ pulumi.set(__self__, "path", path)
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def name(self) -> str:
109
+ """
110
+ Name of the conflicting catalog item.
111
+ """
112
+ return pulumi.get(self, "name")
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def path(self) -> str:
117
+ """
118
+ The path of the file that has a conflicting name.
119
+ """
120
+ return pulumi.get(self, "path")
121
+
122
+
123
+ @pulumi.output_type
124
+ class CatalogErrorDetailsResponse(dict):
125
+ """
126
+ Catalog error details
127
+ """
128
+ def __init__(__self__, *,
129
+ code: Optional[str] = None,
130
+ message: Optional[str] = None):
131
+ """
132
+ Catalog error details
133
+ :param str code: An identifier for the error.
134
+ :param str message: A message describing the error.
135
+ """
136
+ if code is not None:
137
+ pulumi.set(__self__, "code", code)
138
+ if message is not None:
139
+ pulumi.set(__self__, "message", message)
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def code(self) -> Optional[str]:
144
+ """
145
+ An identifier for the error.
146
+ """
147
+ return pulumi.get(self, "code")
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def message(self) -> Optional[str]:
152
+ """
153
+ A message describing the error.
154
+ """
155
+ return pulumi.get(self, "message")
156
+
157
+
158
+ @pulumi.output_type
159
+ class CatalogSyncErrorResponse(dict):
160
+ """
161
+ An individual synchronization error.
162
+ """
163
+ def __init__(__self__, *,
164
+ error_details: Sequence['outputs.CatalogErrorDetailsResponse'],
165
+ path: str):
166
+ """
167
+ An individual synchronization error.
168
+ :param Sequence['CatalogErrorDetailsResponse'] error_details: Errors associated with the file.
169
+ :param str path: The path of the file the error is associated with.
170
+ """
171
+ pulumi.set(__self__, "error_details", error_details)
172
+ pulumi.set(__self__, "path", path)
173
+
174
+ @property
175
+ @pulumi.getter(name="errorDetails")
176
+ def error_details(self) -> Sequence['outputs.CatalogErrorDetailsResponse']:
177
+ """
178
+ Errors associated with the file.
179
+ """
180
+ return pulumi.get(self, "error_details")
181
+
182
+ @property
183
+ @pulumi.getter
184
+ def path(self) -> str:
185
+ """
186
+ The path of the file the error is associated with.
187
+ """
188
+ return pulumi.get(self, "path")
189
+
190
+
191
+ @pulumi.output_type
192
+ class CustomerManagedKeyEncryptionResponse(dict):
193
+ """
194
+ All Customer-managed key encryption properties for the resource.
195
+ """
196
+ @staticmethod
197
+ def __key_warning(key: str):
198
+ suggest = None
199
+ if key == "keyEncryptionKeyIdentity":
200
+ suggest = "key_encryption_key_identity"
201
+ elif key == "keyEncryptionKeyUrl":
202
+ suggest = "key_encryption_key_url"
203
+
204
+ if suggest:
205
+ pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
206
+
207
+ def __getitem__(self, key: str) -> Any:
208
+ CustomerManagedKeyEncryptionResponse.__key_warning(key)
209
+ return super().__getitem__(key)
210
+
211
+ def get(self, key: str, default = None) -> Any:
212
+ CustomerManagedKeyEncryptionResponse.__key_warning(key)
213
+ return super().get(key, default)
214
+
215
+ def __init__(__self__, *,
216
+ key_encryption_key_identity: Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity'] = None,
217
+ key_encryption_key_url: Optional[str] = None):
218
+ """
219
+ All Customer-managed key encryption properties for the resource.
220
+ :param 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity' key_encryption_key_identity: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
221
+ :param str key_encryption_key_url: key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
222
+ """
223
+ if key_encryption_key_identity is not None:
224
+ pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
225
+ if key_encryption_key_url is not None:
226
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
227
+
228
+ @property
229
+ @pulumi.getter(name="keyEncryptionKeyIdentity")
230
+ def key_encryption_key_identity(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity']:
231
+ """
232
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
233
+ """
234
+ return pulumi.get(self, "key_encryption_key_identity")
235
+
236
+ @property
237
+ @pulumi.getter(name="keyEncryptionKeyUrl")
238
+ def key_encryption_key_url(self) -> Optional[str]:
239
+ """
240
+ key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
241
+ """
242
+ return pulumi.get(self, "key_encryption_key_url")
243
+
244
+
245
+ @pulumi.output_type
246
+ class CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity(dict):
247
+ """
248
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
249
+ """
250
+ @staticmethod
251
+ def __key_warning(key: str):
252
+ suggest = None
253
+ if key == "delegatedIdentityClientId":
254
+ suggest = "delegated_identity_client_id"
255
+ elif key == "identityType":
256
+ suggest = "identity_type"
257
+ elif key == "userAssignedIdentityResourceId":
258
+ suggest = "user_assigned_identity_resource_id"
259
+
260
+ if suggest:
261
+ pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity. Access the value via the '{suggest}' property getter instead.")
262
+
263
+ def __getitem__(self, key: str) -> Any:
264
+ CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
265
+ return super().__getitem__(key)
266
+
267
+ def get(self, key: str, default = None) -> Any:
268
+ CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
269
+ return super().get(key, default)
270
+
271
+ def __init__(__self__, *,
272
+ delegated_identity_client_id: Optional[str] = None,
273
+ identity_type: Optional[str] = None,
274
+ user_assigned_identity_resource_id: Optional[str] = None):
275
+ """
276
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
277
+ :param str delegated_identity_client_id: delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
278
+ :param str identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
279
+ :param str user_assigned_identity_resource_id: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
280
+ """
281
+ if delegated_identity_client_id is not None:
282
+ pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
283
+ if identity_type is not None:
284
+ pulumi.set(__self__, "identity_type", identity_type)
285
+ if user_assigned_identity_resource_id is not None:
286
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
287
+
288
+ @property
289
+ @pulumi.getter(name="delegatedIdentityClientId")
290
+ def delegated_identity_client_id(self) -> Optional[str]:
291
+ """
292
+ delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
293
+ """
294
+ return pulumi.get(self, "delegated_identity_client_id")
295
+
296
+ @property
297
+ @pulumi.getter(name="identityType")
298
+ def identity_type(self) -> Optional[str]:
299
+ """
300
+ Values can be systemAssignedIdentity or userAssignedIdentity
301
+ """
302
+ return pulumi.get(self, "identity_type")
303
+
304
+ @property
305
+ @pulumi.getter(name="userAssignedIdentityResourceId")
306
+ def user_assigned_identity_resource_id(self) -> Optional[str]:
307
+ """
308
+ user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
309
+ """
310
+ return pulumi.get(self, "user_assigned_identity_resource_id")
311
+
312
+
313
+ @pulumi.output_type
314
+ class DevBoxProvisioningSettingsResponse(dict):
315
+ """
316
+ Provisioning settings that apply to all Dev Boxes created in this dev center
317
+ """
318
+ @staticmethod
319
+ def __key_warning(key: str):
320
+ suggest = None
321
+ if key == "installAzureMonitorAgentEnableStatus":
322
+ suggest = "install_azure_monitor_agent_enable_status"
323
+
324
+ if suggest:
325
+ pulumi.log.warn(f"Key '{key}' not found in DevBoxProvisioningSettingsResponse. Access the value via the '{suggest}' property getter instead.")
326
+
327
+ def __getitem__(self, key: str) -> Any:
328
+ DevBoxProvisioningSettingsResponse.__key_warning(key)
329
+ return super().__getitem__(key)
330
+
331
+ def get(self, key: str, default = None) -> Any:
332
+ DevBoxProvisioningSettingsResponse.__key_warning(key)
333
+ return super().get(key, default)
334
+
335
+ def __init__(__self__, *,
336
+ install_azure_monitor_agent_enable_status: Optional[str] = None):
337
+ """
338
+ Provisioning settings that apply to all Dev Boxes created in this dev center
339
+ :param str install_azure_monitor_agent_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
340
+ """
341
+ if install_azure_monitor_agent_enable_status is not None:
342
+ pulumi.set(__self__, "install_azure_monitor_agent_enable_status", install_azure_monitor_agent_enable_status)
343
+
344
+ @property
345
+ @pulumi.getter(name="installAzureMonitorAgentEnableStatus")
346
+ def install_azure_monitor_agent_enable_status(self) -> Optional[str]:
347
+ """
348
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
349
+ """
350
+ return pulumi.get(self, "install_azure_monitor_agent_enable_status")
351
+
352
+
353
+ @pulumi.output_type
354
+ class DevCenterNetworkSettingsResponse(dict):
355
+ """
356
+ Network settings for the Dev Center.
357
+ """
358
+ @staticmethod
359
+ def __key_warning(key: str):
360
+ suggest = None
361
+ if key == "microsoftHostedNetworkEnableStatus":
362
+ suggest = "microsoft_hosted_network_enable_status"
363
+
364
+ if suggest:
365
+ pulumi.log.warn(f"Key '{key}' not found in DevCenterNetworkSettingsResponse. Access the value via the '{suggest}' property getter instead.")
366
+
367
+ def __getitem__(self, key: str) -> Any:
368
+ DevCenterNetworkSettingsResponse.__key_warning(key)
369
+ return super().__getitem__(key)
370
+
371
+ def get(self, key: str, default = None) -> Any:
372
+ DevCenterNetworkSettingsResponse.__key_warning(key)
373
+ return super().get(key, default)
374
+
375
+ def __init__(__self__, *,
376
+ microsoft_hosted_network_enable_status: Optional[str] = None):
377
+ """
378
+ Network settings for the Dev Center.
379
+ :param str microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
380
+ """
381
+ if microsoft_hosted_network_enable_status is not None:
382
+ pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
383
+
384
+ @property
385
+ @pulumi.getter(name="microsoftHostedNetworkEnableStatus")
386
+ def microsoft_hosted_network_enable_status(self) -> Optional[str]:
387
+ """
388
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
389
+ """
390
+ return pulumi.get(self, "microsoft_hosted_network_enable_status")
391
+
392
+
393
+ @pulumi.output_type
394
+ class DevCenterProjectCatalogSettingsResponse(dict):
395
+ """
396
+ Project catalog settings for project catalogs under a project associated to this dev center.
397
+ """
398
+ @staticmethod
399
+ def __key_warning(key: str):
400
+ suggest = None
401
+ if key == "catalogItemSyncEnableStatus":
402
+ suggest = "catalog_item_sync_enable_status"
403
+
404
+ if suggest:
405
+ pulumi.log.warn(f"Key '{key}' not found in DevCenterProjectCatalogSettingsResponse. Access the value via the '{suggest}' property getter instead.")
406
+
407
+ def __getitem__(self, key: str) -> Any:
408
+ DevCenterProjectCatalogSettingsResponse.__key_warning(key)
409
+ return super().__getitem__(key)
410
+
411
+ def get(self, key: str, default = None) -> Any:
412
+ DevCenterProjectCatalogSettingsResponse.__key_warning(key)
413
+ return super().get(key, default)
414
+
415
+ def __init__(__self__, *,
416
+ catalog_item_sync_enable_status: Optional[str] = None):
417
+ """
418
+ Project catalog settings for project catalogs under a project associated to this dev center.
419
+ :param str catalog_item_sync_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
420
+ """
421
+ if catalog_item_sync_enable_status is not None:
422
+ pulumi.set(__self__, "catalog_item_sync_enable_status", catalog_item_sync_enable_status)
423
+
424
+ @property
425
+ @pulumi.getter(name="catalogItemSyncEnableStatus")
426
+ def catalog_item_sync_enable_status(self) -> Optional[str]:
427
+ """
428
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
429
+ """
430
+ return pulumi.get(self, "catalog_item_sync_enable_status")
431
+
432
+
433
+ @pulumi.output_type
434
+ class DevCenterSkuResponse(dict):
435
+ """
436
+ The resource model definition representing SKU for DevCenter resources
437
+ """
438
+ def __init__(__self__, *,
439
+ capabilities: Sequence['outputs.CapabilityResponse'],
440
+ locations: Sequence[str],
441
+ name: str,
442
+ resource_type: str,
443
+ capacity: Optional[int] = None,
444
+ family: Optional[str] = None,
445
+ size: Optional[str] = None,
446
+ tier: Optional[str] = None):
447
+ """
448
+ The resource model definition representing SKU for DevCenter resources
449
+ :param Sequence['CapabilityResponse'] capabilities: Collection of name/value pairs to describe the SKU capabilities.
450
+ :param Sequence[str] locations: SKU supported locations.
451
+ :param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
452
+ :param str resource_type: The name of the resource type
453
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
454
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
455
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
456
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
457
+ """
458
+ pulumi.set(__self__, "capabilities", capabilities)
459
+ pulumi.set(__self__, "locations", locations)
460
+ pulumi.set(__self__, "name", name)
461
+ pulumi.set(__self__, "resource_type", resource_type)
462
+ if capacity is not None:
463
+ pulumi.set(__self__, "capacity", capacity)
464
+ if family is not None:
465
+ pulumi.set(__self__, "family", family)
466
+ if size is not None:
467
+ pulumi.set(__self__, "size", size)
468
+ if tier is not None:
469
+ pulumi.set(__self__, "tier", tier)
470
+
471
+ @property
472
+ @pulumi.getter
473
+ def capabilities(self) -> Sequence['outputs.CapabilityResponse']:
474
+ """
475
+ Collection of name/value pairs to describe the SKU capabilities.
476
+ """
477
+ return pulumi.get(self, "capabilities")
478
+
479
+ @property
480
+ @pulumi.getter
481
+ def locations(self) -> Sequence[str]:
482
+ """
483
+ SKU supported locations.
484
+ """
485
+ return pulumi.get(self, "locations")
486
+
487
+ @property
488
+ @pulumi.getter
489
+ def name(self) -> str:
490
+ """
491
+ The name of the SKU. E.g. P3. It is typically a letter+number code
492
+ """
493
+ return pulumi.get(self, "name")
494
+
495
+ @property
496
+ @pulumi.getter(name="resourceType")
497
+ def resource_type(self) -> str:
498
+ """
499
+ The name of the resource type
500
+ """
501
+ return pulumi.get(self, "resource_type")
502
+
503
+ @property
504
+ @pulumi.getter
505
+ def capacity(self) -> Optional[int]:
506
+ """
507
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
508
+ """
509
+ return pulumi.get(self, "capacity")
510
+
511
+ @property
512
+ @pulumi.getter
513
+ def family(self) -> Optional[str]:
514
+ """
515
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
516
+ """
517
+ return pulumi.get(self, "family")
518
+
519
+ @property
520
+ @pulumi.getter
521
+ def size(self) -> Optional[str]:
522
+ """
523
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
524
+ """
525
+ return pulumi.get(self, "size")
526
+
527
+ @property
528
+ @pulumi.getter
529
+ def tier(self) -> Optional[str]:
530
+ """
531
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
532
+ """
533
+ return pulumi.get(self, "tier")
534
+
535
+
536
+ @pulumi.output_type
537
+ class EncryptionResponse(dict):
538
+ @staticmethod
539
+ def __key_warning(key: str):
540
+ suggest = None
541
+ if key == "customerManagedKeyEncryption":
542
+ suggest = "customer_managed_key_encryption"
543
+
544
+ if suggest:
545
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
546
+
547
+ def __getitem__(self, key: str) -> Any:
548
+ EncryptionResponse.__key_warning(key)
549
+ return super().__getitem__(key)
550
+
551
+ def get(self, key: str, default = None) -> Any:
552
+ EncryptionResponse.__key_warning(key)
553
+ return super().get(key, default)
554
+
555
+ def __init__(__self__, *,
556
+ customer_managed_key_encryption: Optional['outputs.CustomerManagedKeyEncryptionResponse'] = None):
557
+ """
558
+ :param 'CustomerManagedKeyEncryptionResponse' customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
559
+ """
560
+ if customer_managed_key_encryption is not None:
561
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
562
+
563
+ @property
564
+ @pulumi.getter(name="customerManagedKeyEncryption")
565
+ def customer_managed_key_encryption(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponse']:
566
+ """
567
+ All Customer-managed key encryption properties for the resource.
568
+ """
569
+ return pulumi.get(self, "customer_managed_key_encryption")
570
+
571
+
572
+ @pulumi.output_type
573
+ class EnvironmentRoleResponse(dict):
574
+ """
575
+ A role that can be assigned to a user.
576
+ """
577
+ @staticmethod
578
+ def __key_warning(key: str):
579
+ suggest = None
580
+ if key == "roleName":
581
+ suggest = "role_name"
582
+
583
+ if suggest:
584
+ pulumi.log.warn(f"Key '{key}' not found in EnvironmentRoleResponse. Access the value via the '{suggest}' property getter instead.")
585
+
586
+ def __getitem__(self, key: str) -> Any:
587
+ EnvironmentRoleResponse.__key_warning(key)
588
+ return super().__getitem__(key)
589
+
590
+ def get(self, key: str, default = None) -> Any:
591
+ EnvironmentRoleResponse.__key_warning(key)
592
+ return super().get(key, default)
593
+
594
+ def __init__(__self__, *,
595
+ description: str,
596
+ role_name: str):
597
+ """
598
+ A role that can be assigned to a user.
599
+ :param str description: This is a description of the Role Assignment.
600
+ :param str role_name: The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
601
+ """
602
+ pulumi.set(__self__, "description", description)
603
+ pulumi.set(__self__, "role_name", role_name)
604
+
605
+ @property
606
+ @pulumi.getter
607
+ def description(self) -> str:
608
+ """
609
+ This is a description of the Role Assignment.
610
+ """
611
+ return pulumi.get(self, "description")
612
+
613
+ @property
614
+ @pulumi.getter(name="roleName")
615
+ def role_name(self) -> str:
616
+ """
617
+ The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
618
+ """
619
+ return pulumi.get(self, "role_name")
620
+
621
+
622
+ @pulumi.output_type
623
+ class ErrorAdditionalInfoResponse(dict):
624
+ """
625
+ The resource management error additional info.
626
+ """
627
+ def __init__(__self__, *,
628
+ info: Any,
629
+ type: str):
630
+ """
631
+ The resource management error additional info.
632
+ :param Any info: The additional info.
633
+ :param str type: The additional info type.
634
+ """
635
+ pulumi.set(__self__, "info", info)
636
+ pulumi.set(__self__, "type", type)
637
+
638
+ @property
639
+ @pulumi.getter
640
+ def info(self) -> Any:
641
+ """
642
+ The additional info.
643
+ """
644
+ return pulumi.get(self, "info")
645
+
646
+ @property
647
+ @pulumi.getter
648
+ def type(self) -> str:
649
+ """
650
+ The additional info type.
651
+ """
652
+ return pulumi.get(self, "type")
653
+
654
+
655
+ @pulumi.output_type
656
+ class ErrorDetailResponse(dict):
657
+ """
658
+ The error detail.
659
+ """
660
+ @staticmethod
661
+ def __key_warning(key: str):
662
+ suggest = None
663
+ if key == "additionalInfo":
664
+ suggest = "additional_info"
665
+
666
+ if suggest:
667
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
668
+
669
+ def __getitem__(self, key: str) -> Any:
670
+ ErrorDetailResponse.__key_warning(key)
671
+ return super().__getitem__(key)
672
+
673
+ def get(self, key: str, default = None) -> Any:
674
+ ErrorDetailResponse.__key_warning(key)
675
+ return super().get(key, default)
676
+
677
+ def __init__(__self__, *,
678
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
679
+ code: str,
680
+ details: Sequence['outputs.ErrorDetailResponse'],
681
+ message: str,
682
+ target: str):
683
+ """
684
+ The error detail.
685
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
686
+ :param str code: The error code.
687
+ :param Sequence['ErrorDetailResponse'] details: The error details.
688
+ :param str message: The error message.
689
+ :param str target: The error target.
690
+ """
691
+ pulumi.set(__self__, "additional_info", additional_info)
692
+ pulumi.set(__self__, "code", code)
693
+ pulumi.set(__self__, "details", details)
694
+ pulumi.set(__self__, "message", message)
695
+ pulumi.set(__self__, "target", target)
696
+
697
+ @property
698
+ @pulumi.getter(name="additionalInfo")
699
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
700
+ """
701
+ The error additional info.
702
+ """
703
+ return pulumi.get(self, "additional_info")
704
+
705
+ @property
706
+ @pulumi.getter
707
+ def code(self) -> str:
708
+ """
709
+ The error code.
710
+ """
711
+ return pulumi.get(self, "code")
712
+
713
+ @property
714
+ @pulumi.getter
715
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
716
+ """
717
+ The error details.
718
+ """
719
+ return pulumi.get(self, "details")
720
+
721
+ @property
722
+ @pulumi.getter
723
+ def message(self) -> str:
724
+ """
725
+ The error message.
726
+ """
727
+ return pulumi.get(self, "message")
728
+
729
+ @property
730
+ @pulumi.getter
731
+ def target(self) -> str:
732
+ """
733
+ The error target.
734
+ """
735
+ return pulumi.get(self, "target")
736
+
737
+
738
+ @pulumi.output_type
739
+ class GitCatalogResponse(dict):
740
+ """
741
+ Properties for a Git repository catalog.
742
+ """
743
+ @staticmethod
744
+ def __key_warning(key: str):
745
+ suggest = None
746
+ if key == "secretIdentifier":
747
+ suggest = "secret_identifier"
748
+
749
+ if suggest:
750
+ pulumi.log.warn(f"Key '{key}' not found in GitCatalogResponse. Access the value via the '{suggest}' property getter instead.")
751
+
752
+ def __getitem__(self, key: str) -> Any:
753
+ GitCatalogResponse.__key_warning(key)
754
+ return super().__getitem__(key)
755
+
756
+ def get(self, key: str, default = None) -> Any:
757
+ GitCatalogResponse.__key_warning(key)
758
+ return super().get(key, default)
759
+
760
+ def __init__(__self__, *,
761
+ branch: Optional[str] = None,
762
+ path: Optional[str] = None,
763
+ secret_identifier: Optional[str] = None,
764
+ uri: Optional[str] = None):
765
+ """
766
+ Properties for a Git repository catalog.
767
+ :param str branch: Git branch.
768
+ :param str path: The folder where the catalog items can be found inside the repository.
769
+ :param str secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
770
+ :param str uri: Git URI.
771
+ """
772
+ if branch is not None:
773
+ pulumi.set(__self__, "branch", branch)
774
+ if path is not None:
775
+ pulumi.set(__self__, "path", path)
776
+ if secret_identifier is not None:
777
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
778
+ if uri is not None:
779
+ pulumi.set(__self__, "uri", uri)
780
+
781
+ @property
782
+ @pulumi.getter
783
+ def branch(self) -> Optional[str]:
784
+ """
785
+ Git branch.
786
+ """
787
+ return pulumi.get(self, "branch")
788
+
789
+ @property
790
+ @pulumi.getter
791
+ def path(self) -> Optional[str]:
792
+ """
793
+ The folder where the catalog items can be found inside the repository.
794
+ """
795
+ return pulumi.get(self, "path")
796
+
797
+ @property
798
+ @pulumi.getter(name="secretIdentifier")
799
+ def secret_identifier(self) -> Optional[str]:
800
+ """
801
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
802
+ """
803
+ return pulumi.get(self, "secret_identifier")
804
+
805
+ @property
806
+ @pulumi.getter
807
+ def uri(self) -> Optional[str]:
808
+ """
809
+ Git URI.
810
+ """
811
+ return pulumi.get(self, "uri")
812
+
813
+
814
+ @pulumi.output_type
815
+ class HealthStatusDetailResponse(dict):
816
+ """
817
+ Pool health status detail.
818
+ """
819
+ def __init__(__self__, *,
820
+ code: str,
821
+ message: str):
822
+ """
823
+ Pool health status detail.
824
+ :param str code: An identifier for the issue.
825
+ :param str message: A message describing the issue, intended to be suitable for display in a user interface
826
+ """
827
+ pulumi.set(__self__, "code", code)
828
+ pulumi.set(__self__, "message", message)
829
+
830
+ @property
831
+ @pulumi.getter
832
+ def code(self) -> str:
833
+ """
834
+ An identifier for the issue.
835
+ """
836
+ return pulumi.get(self, "code")
837
+
838
+ @property
839
+ @pulumi.getter
840
+ def message(self) -> str:
841
+ """
842
+ A message describing the issue, intended to be suitable for display in a user interface
843
+ """
844
+ return pulumi.get(self, "message")
845
+
846
+
847
+ @pulumi.output_type
848
+ class ImageCreationErrorDetailsResponse(dict):
849
+ """
850
+ Image creation error details
851
+ """
852
+ def __init__(__self__, *,
853
+ code: Optional[str] = None,
854
+ message: Optional[str] = None):
855
+ """
856
+ Image creation error details
857
+ :param str code: An identifier for the error.
858
+ :param str message: A message describing the error.
859
+ """
860
+ if code is not None:
861
+ pulumi.set(__self__, "code", code)
862
+ if message is not None:
863
+ pulumi.set(__self__, "message", message)
864
+
865
+ @property
866
+ @pulumi.getter
867
+ def code(self) -> Optional[str]:
868
+ """
869
+ An identifier for the error.
870
+ """
871
+ return pulumi.get(self, "code")
872
+
873
+ @property
874
+ @pulumi.getter
875
+ def message(self) -> Optional[str]:
876
+ """
877
+ A message describing the error.
878
+ """
879
+ return pulumi.get(self, "message")
880
+
881
+
882
+ @pulumi.output_type
883
+ class ImageDefinitionBuildTaskGroupResponse(dict):
884
+ """
885
+ A task group executed during the image definition build.
886
+ """
887
+ def __init__(__self__, *,
888
+ end_time: str,
889
+ name: str,
890
+ start_time: str,
891
+ status: str,
892
+ tasks: Sequence['outputs.ImageDefinitionBuildTaskResponse']):
893
+ """
894
+ A task group executed during the image definition build.
895
+ :param str end_time: End time of the task group.
896
+ :param str name: The name of the task group.
897
+ :param str start_time: Start time of the task group.
898
+ :param str status: The status of the task group.
899
+ :param Sequence['ImageDefinitionBuildTaskResponse'] tasks: The list of tasks executed during the task group.
900
+ """
901
+ pulumi.set(__self__, "end_time", end_time)
902
+ pulumi.set(__self__, "name", name)
903
+ pulumi.set(__self__, "start_time", start_time)
904
+ pulumi.set(__self__, "status", status)
905
+ pulumi.set(__self__, "tasks", tasks)
906
+
907
+ @property
908
+ @pulumi.getter(name="endTime")
909
+ def end_time(self) -> str:
910
+ """
911
+ End time of the task group.
912
+ """
913
+ return pulumi.get(self, "end_time")
914
+
915
+ @property
916
+ @pulumi.getter
917
+ def name(self) -> str:
918
+ """
919
+ The name of the task group.
920
+ """
921
+ return pulumi.get(self, "name")
922
+
923
+ @property
924
+ @pulumi.getter(name="startTime")
925
+ def start_time(self) -> str:
926
+ """
927
+ Start time of the task group.
928
+ """
929
+ return pulumi.get(self, "start_time")
930
+
931
+ @property
932
+ @pulumi.getter
933
+ def status(self) -> str:
934
+ """
935
+ The status of the task group.
936
+ """
937
+ return pulumi.get(self, "status")
938
+
939
+ @property
940
+ @pulumi.getter
941
+ def tasks(self) -> Sequence['outputs.ImageDefinitionBuildTaskResponse']:
942
+ """
943
+ The list of tasks executed during the task group.
944
+ """
945
+ return pulumi.get(self, "tasks")
946
+
947
+
948
+ @pulumi.output_type
949
+ class ImageDefinitionBuildTaskResponse(dict):
950
+ """
951
+ A task executed during the image definition build.
952
+ """
953
+ def __init__(__self__, *,
954
+ end_time: str,
955
+ id: str,
956
+ log_uri: str,
957
+ start_time: str,
958
+ status: str,
959
+ display_name: Optional[str] = None,
960
+ name: Optional[str] = None,
961
+ parameters: Optional[Sequence['outputs.ImageDefinitionBuildTaskResponseParameters']] = None):
962
+ """
963
+ A task executed during the image definition build.
964
+ :param str end_time: End time of the task.
965
+ :param str id: ID of the task instance.
966
+ :param str log_uri: The URI for retrieving logs for the task execution.
967
+ :param str start_time: Start time of the task.
968
+ :param str status: The status of the task.
969
+ :param str display_name: Display name to help differentiate multiple instances of the same task.
970
+ :param str name: The name of the task.
971
+ :param Sequence['ImageDefinitionBuildTaskResponseParameters'] parameters: Parameters for the task.
972
+ """
973
+ pulumi.set(__self__, "end_time", end_time)
974
+ pulumi.set(__self__, "id", id)
975
+ pulumi.set(__self__, "log_uri", log_uri)
976
+ pulumi.set(__self__, "start_time", start_time)
977
+ pulumi.set(__self__, "status", status)
978
+ if display_name is not None:
979
+ pulumi.set(__self__, "display_name", display_name)
980
+ if name is not None:
981
+ pulumi.set(__self__, "name", name)
982
+ if parameters is not None:
983
+ pulumi.set(__self__, "parameters", parameters)
984
+
985
+ @property
986
+ @pulumi.getter(name="endTime")
987
+ def end_time(self) -> str:
988
+ """
989
+ End time of the task.
990
+ """
991
+ return pulumi.get(self, "end_time")
992
+
993
+ @property
994
+ @pulumi.getter
995
+ def id(self) -> str:
996
+ """
997
+ ID of the task instance.
998
+ """
999
+ return pulumi.get(self, "id")
1000
+
1001
+ @property
1002
+ @pulumi.getter(name="logUri")
1003
+ def log_uri(self) -> str:
1004
+ """
1005
+ The URI for retrieving logs for the task execution.
1006
+ """
1007
+ return pulumi.get(self, "log_uri")
1008
+
1009
+ @property
1010
+ @pulumi.getter(name="startTime")
1011
+ def start_time(self) -> str:
1012
+ """
1013
+ Start time of the task.
1014
+ """
1015
+ return pulumi.get(self, "start_time")
1016
+
1017
+ @property
1018
+ @pulumi.getter
1019
+ def status(self) -> str:
1020
+ """
1021
+ The status of the task.
1022
+ """
1023
+ return pulumi.get(self, "status")
1024
+
1025
+ @property
1026
+ @pulumi.getter(name="displayName")
1027
+ def display_name(self) -> Optional[str]:
1028
+ """
1029
+ Display name to help differentiate multiple instances of the same task.
1030
+ """
1031
+ return pulumi.get(self, "display_name")
1032
+
1033
+ @property
1034
+ @pulumi.getter
1035
+ def name(self) -> Optional[str]:
1036
+ """
1037
+ The name of the task.
1038
+ """
1039
+ return pulumi.get(self, "name")
1040
+
1041
+ @property
1042
+ @pulumi.getter
1043
+ def parameters(self) -> Optional[Sequence['outputs.ImageDefinitionBuildTaskResponseParameters']]:
1044
+ """
1045
+ Parameters for the task.
1046
+ """
1047
+ return pulumi.get(self, "parameters")
1048
+
1049
+
1050
+ @pulumi.output_type
1051
+ class ImageDefinitionBuildTaskResponseParameters(dict):
1052
+ def __init__(__self__, *,
1053
+ key: str,
1054
+ value: str):
1055
+ pulumi.set(__self__, "key", key)
1056
+ pulumi.set(__self__, "value", value)
1057
+
1058
+ @property
1059
+ @pulumi.getter
1060
+ def key(self) -> str:
1061
+ return pulumi.get(self, "key")
1062
+
1063
+ @property
1064
+ @pulumi.getter
1065
+ def value(self) -> str:
1066
+ return pulumi.get(self, "value")
1067
+
1068
+
1069
+ @pulumi.output_type
1070
+ class ImageReferenceResponse(dict):
1071
+ """
1072
+ Image reference information
1073
+ """
1074
+ @staticmethod
1075
+ def __key_warning(key: str):
1076
+ suggest = None
1077
+ if key == "exactVersion":
1078
+ suggest = "exact_version"
1079
+
1080
+ if suggest:
1081
+ pulumi.log.warn(f"Key '{key}' not found in ImageReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1082
+
1083
+ def __getitem__(self, key: str) -> Any:
1084
+ ImageReferenceResponse.__key_warning(key)
1085
+ return super().__getitem__(key)
1086
+
1087
+ def get(self, key: str, default = None) -> Any:
1088
+ ImageReferenceResponse.__key_warning(key)
1089
+ return super().get(key, default)
1090
+
1091
+ def __init__(__self__, *,
1092
+ exact_version: str,
1093
+ id: Optional[str] = None):
1094
+ """
1095
+ Image reference information
1096
+ :param str exact_version: The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
1097
+ :param str id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
1098
+ """
1099
+ pulumi.set(__self__, "exact_version", exact_version)
1100
+ if id is not None:
1101
+ pulumi.set(__self__, "id", id)
1102
+
1103
+ @property
1104
+ @pulumi.getter(name="exactVersion")
1105
+ def exact_version(self) -> str:
1106
+ """
1107
+ The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
1108
+ """
1109
+ return pulumi.get(self, "exact_version")
1110
+
1111
+ @property
1112
+ @pulumi.getter
1113
+ def id(self) -> Optional[str]:
1114
+ """
1115
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
1116
+ """
1117
+ return pulumi.get(self, "id")
1118
+
1119
+
1120
+ @pulumi.output_type
1121
+ class ImageValidationErrorDetailsResponse(dict):
1122
+ """
1123
+ Image validation error details
1124
+ """
1125
+ def __init__(__self__, *,
1126
+ code: Optional[str] = None,
1127
+ message: Optional[str] = None):
1128
+ """
1129
+ Image validation error details
1130
+ :param str code: An identifier for the error.
1131
+ :param str message: A message describing the error.
1132
+ """
1133
+ if code is not None:
1134
+ pulumi.set(__self__, "code", code)
1135
+ if message is not None:
1136
+ pulumi.set(__self__, "message", message)
1137
+
1138
+ @property
1139
+ @pulumi.getter
1140
+ def code(self) -> Optional[str]:
1141
+ """
1142
+ An identifier for the error.
1143
+ """
1144
+ return pulumi.get(self, "code")
1145
+
1146
+ @property
1147
+ @pulumi.getter
1148
+ def message(self) -> Optional[str]:
1149
+ """
1150
+ A message describing the error.
1151
+ """
1152
+ return pulumi.get(self, "message")
1153
+
1154
+
1155
+ @pulumi.output_type
1156
+ class ManagedServiceIdentityResponse(dict):
1157
+ """
1158
+ Managed service identity (system assigned and/or user assigned identities)
1159
+ """
1160
+ @staticmethod
1161
+ def __key_warning(key: str):
1162
+ suggest = None
1163
+ if key == "principalId":
1164
+ suggest = "principal_id"
1165
+ elif key == "tenantId":
1166
+ suggest = "tenant_id"
1167
+ elif key == "userAssignedIdentities":
1168
+ suggest = "user_assigned_identities"
1169
+
1170
+ if suggest:
1171
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1172
+
1173
+ def __getitem__(self, key: str) -> Any:
1174
+ ManagedServiceIdentityResponse.__key_warning(key)
1175
+ return super().__getitem__(key)
1176
+
1177
+ def get(self, key: str, default = None) -> Any:
1178
+ ManagedServiceIdentityResponse.__key_warning(key)
1179
+ return super().get(key, default)
1180
+
1181
+ def __init__(__self__, *,
1182
+ principal_id: str,
1183
+ tenant_id: str,
1184
+ type: str,
1185
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1186
+ """
1187
+ Managed service identity (system assigned and/or user assigned identities)
1188
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1189
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1190
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1191
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1192
+ """
1193
+ pulumi.set(__self__, "principal_id", principal_id)
1194
+ pulumi.set(__self__, "tenant_id", tenant_id)
1195
+ pulumi.set(__self__, "type", type)
1196
+ if user_assigned_identities is not None:
1197
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1198
+
1199
+ @property
1200
+ @pulumi.getter(name="principalId")
1201
+ def principal_id(self) -> str:
1202
+ """
1203
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1204
+ """
1205
+ return pulumi.get(self, "principal_id")
1206
+
1207
+ @property
1208
+ @pulumi.getter(name="tenantId")
1209
+ def tenant_id(self) -> str:
1210
+ """
1211
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1212
+ """
1213
+ return pulumi.get(self, "tenant_id")
1214
+
1215
+ @property
1216
+ @pulumi.getter
1217
+ def type(self) -> str:
1218
+ """
1219
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1220
+ """
1221
+ return pulumi.get(self, "type")
1222
+
1223
+ @property
1224
+ @pulumi.getter(name="userAssignedIdentities")
1225
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1226
+ """
1227
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1228
+ """
1229
+ return pulumi.get(self, "user_assigned_identities")
1230
+
1231
+
1232
+ @pulumi.output_type
1233
+ class PlanMemberSyncStatusResponse(dict):
1234
+ """
1235
+ The sync status of the plan member.
1236
+ """
1237
+ @staticmethod
1238
+ def __key_warning(key: str):
1239
+ suggest = None
1240
+ if key == "lastSyncTime":
1241
+ suggest = "last_sync_time"
1242
+ elif key == "syncState":
1243
+ suggest = "sync_state"
1244
+ elif key == "lastSyncError":
1245
+ suggest = "last_sync_error"
1246
+
1247
+ if suggest:
1248
+ pulumi.log.warn(f"Key '{key}' not found in PlanMemberSyncStatusResponse. Access the value via the '{suggest}' property getter instead.")
1249
+
1250
+ def __getitem__(self, key: str) -> Any:
1251
+ PlanMemberSyncStatusResponse.__key_warning(key)
1252
+ return super().__getitem__(key)
1253
+
1254
+ def get(self, key: str, default = None) -> Any:
1255
+ PlanMemberSyncStatusResponse.__key_warning(key)
1256
+ return super().get(key, default)
1257
+
1258
+ def __init__(__self__, *,
1259
+ last_sync_time: str,
1260
+ sync_state: str,
1261
+ last_sync_error: Optional['outputs.ErrorDetailResponse'] = None):
1262
+ """
1263
+ The sync status of the plan member.
1264
+ :param str last_sync_time: When the plan member was last synced.
1265
+ :param str sync_state: The synchronization state of the plan member.
1266
+ :param 'ErrorDetailResponse' last_sync_error: Error response describing why the sync failed.
1267
+ """
1268
+ pulumi.set(__self__, "last_sync_time", last_sync_time)
1269
+ pulumi.set(__self__, "sync_state", sync_state)
1270
+ if last_sync_error is not None:
1271
+ pulumi.set(__self__, "last_sync_error", last_sync_error)
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="lastSyncTime")
1275
+ def last_sync_time(self) -> str:
1276
+ """
1277
+ When the plan member was last synced.
1278
+ """
1279
+ return pulumi.get(self, "last_sync_time")
1280
+
1281
+ @property
1282
+ @pulumi.getter(name="syncState")
1283
+ def sync_state(self) -> str:
1284
+ """
1285
+ The synchronization state of the plan member.
1286
+ """
1287
+ return pulumi.get(self, "sync_state")
1288
+
1289
+ @property
1290
+ @pulumi.getter(name="lastSyncError")
1291
+ def last_sync_error(self) -> Optional['outputs.ErrorDetailResponse']:
1292
+ """
1293
+ Error response describing why the sync failed.
1294
+ """
1295
+ return pulumi.get(self, "last_sync_error")
1296
+
1297
+
1298
+ @pulumi.output_type
1299
+ class PoolDevBoxDefinitionResponse(dict):
1300
+ """
1301
+ Represents a definition for a Developer Machine.
1302
+ """
1303
+ @staticmethod
1304
+ def __key_warning(key: str):
1305
+ suggest = None
1306
+ if key == "activeImageReference":
1307
+ suggest = "active_image_reference"
1308
+ elif key == "imageReference":
1309
+ suggest = "image_reference"
1310
+
1311
+ if suggest:
1312
+ pulumi.log.warn(f"Key '{key}' not found in PoolDevBoxDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
1313
+
1314
+ def __getitem__(self, key: str) -> Any:
1315
+ PoolDevBoxDefinitionResponse.__key_warning(key)
1316
+ return super().__getitem__(key)
1317
+
1318
+ def get(self, key: str, default = None) -> Any:
1319
+ PoolDevBoxDefinitionResponse.__key_warning(key)
1320
+ return super().get(key, default)
1321
+
1322
+ def __init__(__self__, *,
1323
+ active_image_reference: 'outputs.ImageReferenceResponse',
1324
+ image_reference: Optional['outputs.ImageReferenceResponse'] = None,
1325
+ sku: Optional['outputs.SkuResponse'] = None):
1326
+ """
1327
+ Represents a definition for a Developer Machine.
1328
+ :param 'ImageReferenceResponse' active_image_reference: Image reference information for the currently active image (only populated during updates).
1329
+ :param 'ImageReferenceResponse' image_reference: Image reference information.
1330
+ :param 'SkuResponse' sku: The SKU for Dev Boxes created from the Pool.
1331
+ """
1332
+ pulumi.set(__self__, "active_image_reference", active_image_reference)
1333
+ if image_reference is not None:
1334
+ pulumi.set(__self__, "image_reference", image_reference)
1335
+ if sku is not None:
1336
+ pulumi.set(__self__, "sku", sku)
1337
+
1338
+ @property
1339
+ @pulumi.getter(name="activeImageReference")
1340
+ def active_image_reference(self) -> 'outputs.ImageReferenceResponse':
1341
+ """
1342
+ Image reference information for the currently active image (only populated during updates).
1343
+ """
1344
+ return pulumi.get(self, "active_image_reference")
1345
+
1346
+ @property
1347
+ @pulumi.getter(name="imageReference")
1348
+ def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
1349
+ """
1350
+ Image reference information.
1351
+ """
1352
+ return pulumi.get(self, "image_reference")
1353
+
1354
+ @property
1355
+ @pulumi.getter
1356
+ def sku(self) -> Optional['outputs.SkuResponse']:
1357
+ """
1358
+ The SKU for Dev Boxes created from the Pool.
1359
+ """
1360
+ return pulumi.get(self, "sku")
1361
+
1362
+
1363
+ @pulumi.output_type
1364
+ class ProjectCatalogSettingsResponse(dict):
1365
+ """
1366
+ Settings to be used when associating a project with a catalog.
1367
+ """
1368
+ @staticmethod
1369
+ def __key_warning(key: str):
1370
+ suggest = None
1371
+ if key == "catalogItemSyncTypes":
1372
+ suggest = "catalog_item_sync_types"
1373
+
1374
+ if suggest:
1375
+ pulumi.log.warn(f"Key '{key}' not found in ProjectCatalogSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1376
+
1377
+ def __getitem__(self, key: str) -> Any:
1378
+ ProjectCatalogSettingsResponse.__key_warning(key)
1379
+ return super().__getitem__(key)
1380
+
1381
+ def get(self, key: str, default = None) -> Any:
1382
+ ProjectCatalogSettingsResponse.__key_warning(key)
1383
+ return super().get(key, default)
1384
+
1385
+ def __init__(__self__, *,
1386
+ catalog_item_sync_types: Optional[Sequence[str]] = None):
1387
+ """
1388
+ Settings to be used when associating a project with a catalog.
1389
+ :param Sequence[str] catalog_item_sync_types: Indicates catalog item types that can be synced.
1390
+ """
1391
+ if catalog_item_sync_types is not None:
1392
+ pulumi.set(__self__, "catalog_item_sync_types", catalog_item_sync_types)
1393
+
1394
+ @property
1395
+ @pulumi.getter(name="catalogItemSyncTypes")
1396
+ def catalog_item_sync_types(self) -> Optional[Sequence[str]]:
1397
+ """
1398
+ Indicates catalog item types that can be synced.
1399
+ """
1400
+ return pulumi.get(self, "catalog_item_sync_types")
1401
+
1402
+
1403
+ @pulumi.output_type
1404
+ class ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment(dict):
1405
+ """
1406
+ The role definition assigned to the environment creator on backing resources.
1407
+ """
1408
+ def __init__(__self__, *,
1409
+ roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
1410
+ """
1411
+ The role definition assigned to the environment creator on backing resources.
1412
+ :param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the environment creator.
1413
+ """
1414
+ if roles is not None:
1415
+ pulumi.set(__self__, "roles", roles)
1416
+
1417
+ @property
1418
+ @pulumi.getter
1419
+ def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
1420
+ """
1421
+ A map of roles to assign to the environment creator.
1422
+ """
1423
+ return pulumi.get(self, "roles")
1424
+
1425
+
1426
+ @pulumi.output_type
1427
+ class ProjectNetworkSettingsResponse(dict):
1428
+ """
1429
+ Network settings for the project.
1430
+ """
1431
+ def __init__(__self__, *,
1432
+ microsoft_hosted_network_enable_status: str):
1433
+ """
1434
+ Network settings for the project.
1435
+ :param str microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
1436
+ """
1437
+ pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
1438
+
1439
+ @property
1440
+ @pulumi.getter(name="microsoftHostedNetworkEnableStatus")
1441
+ def microsoft_hosted_network_enable_status(self) -> str:
1442
+ """
1443
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
1444
+ """
1445
+ return pulumi.get(self, "microsoft_hosted_network_enable_status")
1446
+
1447
+
1448
+ @pulumi.output_type
1449
+ class ResourcePolicyResponse(dict):
1450
+ """
1451
+ A resource policy.
1452
+ """
1453
+ def __init__(__self__, *,
1454
+ filter: Optional[str] = None,
1455
+ resources: Optional[str] = None):
1456
+ """
1457
+ A resource policy.
1458
+ :param str filter: Optional. When specified, this expression is used to filter the resources.
1459
+ :param str resources: Resources that are included and shared as a part of a curation profile.
1460
+ """
1461
+ if filter is not None:
1462
+ pulumi.set(__self__, "filter", filter)
1463
+ if resources is not None:
1464
+ pulumi.set(__self__, "resources", resources)
1465
+
1466
+ @property
1467
+ @pulumi.getter
1468
+ def filter(self) -> Optional[str]:
1469
+ """
1470
+ Optional. When specified, this expression is used to filter the resources.
1471
+ """
1472
+ return pulumi.get(self, "filter")
1473
+
1474
+ @property
1475
+ @pulumi.getter
1476
+ def resources(self) -> Optional[str]:
1477
+ """
1478
+ Resources that are included and shared as a part of a curation profile.
1479
+ """
1480
+ return pulumi.get(self, "resources")
1481
+
1482
+
1483
+ @pulumi.output_type
1484
+ class SkuResponse(dict):
1485
+ """
1486
+ The resource model definition representing SKU
1487
+ """
1488
+ def __init__(__self__, *,
1489
+ name: str,
1490
+ capacity: Optional[int] = None,
1491
+ family: Optional[str] = None,
1492
+ size: Optional[str] = None,
1493
+ tier: Optional[str] = None):
1494
+ """
1495
+ The resource model definition representing SKU
1496
+ :param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
1497
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1498
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
1499
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1500
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1501
+ """
1502
+ pulumi.set(__self__, "name", name)
1503
+ if capacity is not None:
1504
+ pulumi.set(__self__, "capacity", capacity)
1505
+ if family is not None:
1506
+ pulumi.set(__self__, "family", family)
1507
+ if size is not None:
1508
+ pulumi.set(__self__, "size", size)
1509
+ if tier is not None:
1510
+ pulumi.set(__self__, "tier", tier)
1511
+
1512
+ @property
1513
+ @pulumi.getter
1514
+ def name(self) -> str:
1515
+ """
1516
+ The name of the SKU. E.g. P3. It is typically a letter+number code
1517
+ """
1518
+ return pulumi.get(self, "name")
1519
+
1520
+ @property
1521
+ @pulumi.getter
1522
+ def capacity(self) -> Optional[int]:
1523
+ """
1524
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1525
+ """
1526
+ return pulumi.get(self, "capacity")
1527
+
1528
+ @property
1529
+ @pulumi.getter
1530
+ def family(self) -> Optional[str]:
1531
+ """
1532
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
1533
+ """
1534
+ return pulumi.get(self, "family")
1535
+
1536
+ @property
1537
+ @pulumi.getter
1538
+ def size(self) -> Optional[str]:
1539
+ """
1540
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1541
+ """
1542
+ return pulumi.get(self, "size")
1543
+
1544
+ @property
1545
+ @pulumi.getter
1546
+ def tier(self) -> Optional[str]:
1547
+ """
1548
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1549
+ """
1550
+ return pulumi.get(self, "tier")
1551
+
1552
+
1553
+ @pulumi.output_type
1554
+ class StopOnDisconnectConfigurationResponse(dict):
1555
+ """
1556
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
1557
+ """
1558
+ @staticmethod
1559
+ def __key_warning(key: str):
1560
+ suggest = None
1561
+ if key == "gracePeriodMinutes":
1562
+ suggest = "grace_period_minutes"
1563
+
1564
+ if suggest:
1565
+ pulumi.log.warn(f"Key '{key}' not found in StopOnDisconnectConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1566
+
1567
+ def __getitem__(self, key: str) -> Any:
1568
+ StopOnDisconnectConfigurationResponse.__key_warning(key)
1569
+ return super().__getitem__(key)
1570
+
1571
+ def get(self, key: str, default = None) -> Any:
1572
+ StopOnDisconnectConfigurationResponse.__key_warning(key)
1573
+ return super().get(key, default)
1574
+
1575
+ def __init__(__self__, *,
1576
+ grace_period_minutes: Optional[int] = None,
1577
+ status: Optional[str] = None):
1578
+ """
1579
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
1580
+ :param int grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
1581
+ :param str status: Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
1582
+ """
1583
+ if grace_period_minutes is not None:
1584
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
1585
+ if status is not None:
1586
+ pulumi.set(__self__, "status", status)
1587
+
1588
+ @property
1589
+ @pulumi.getter(name="gracePeriodMinutes")
1590
+ def grace_period_minutes(self) -> Optional[int]:
1591
+ """
1592
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
1593
+ """
1594
+ return pulumi.get(self, "grace_period_minutes")
1595
+
1596
+ @property
1597
+ @pulumi.getter
1598
+ def status(self) -> Optional[str]:
1599
+ """
1600
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
1601
+ """
1602
+ return pulumi.get(self, "status")
1603
+
1604
+
1605
+ @pulumi.output_type
1606
+ class SyncStatsResponse(dict):
1607
+ """
1608
+ Stats of the synchronization.
1609
+ """
1610
+ @staticmethod
1611
+ def __key_warning(key: str):
1612
+ suggest = None
1613
+ if key == "synchronizationErrors":
1614
+ suggest = "synchronization_errors"
1615
+ elif key == "validationErrors":
1616
+ suggest = "validation_errors"
1617
+ elif key == "syncedCatalogItemTypes":
1618
+ suggest = "synced_catalog_item_types"
1619
+
1620
+ if suggest:
1621
+ pulumi.log.warn(f"Key '{key}' not found in SyncStatsResponse. Access the value via the '{suggest}' property getter instead.")
1622
+
1623
+ def __getitem__(self, key: str) -> Any:
1624
+ SyncStatsResponse.__key_warning(key)
1625
+ return super().__getitem__(key)
1626
+
1627
+ def get(self, key: str, default = None) -> Any:
1628
+ SyncStatsResponse.__key_warning(key)
1629
+ return super().get(key, default)
1630
+
1631
+ def __init__(__self__, *,
1632
+ added: int,
1633
+ removed: int,
1634
+ synchronization_errors: int,
1635
+ unchanged: int,
1636
+ updated: int,
1637
+ validation_errors: int,
1638
+ synced_catalog_item_types: Optional[Sequence[str]] = None):
1639
+ """
1640
+ Stats of the synchronization.
1641
+ :param int added: Count of catalog items added during synchronization.
1642
+ :param int removed: Count of catalog items removed during synchronization.
1643
+ :param int synchronization_errors: Count of synchronization errors that occured during synchronization.
1644
+ :param int unchanged: Count of catalog items that were unchanged during synchronization.
1645
+ :param int updated: Count of catalog items updated during synchronization.
1646
+ :param int validation_errors: Count of catalog items that had validation errors during synchronization.
1647
+ :param Sequence[str] synced_catalog_item_types: Indicates catalog item types that were synced.
1648
+ """
1649
+ pulumi.set(__self__, "added", added)
1650
+ pulumi.set(__self__, "removed", removed)
1651
+ pulumi.set(__self__, "synchronization_errors", synchronization_errors)
1652
+ pulumi.set(__self__, "unchanged", unchanged)
1653
+ pulumi.set(__self__, "updated", updated)
1654
+ pulumi.set(__self__, "validation_errors", validation_errors)
1655
+ if synced_catalog_item_types is not None:
1656
+ pulumi.set(__self__, "synced_catalog_item_types", synced_catalog_item_types)
1657
+
1658
+ @property
1659
+ @pulumi.getter
1660
+ def added(self) -> int:
1661
+ """
1662
+ Count of catalog items added during synchronization.
1663
+ """
1664
+ return pulumi.get(self, "added")
1665
+
1666
+ @property
1667
+ @pulumi.getter
1668
+ def removed(self) -> int:
1669
+ """
1670
+ Count of catalog items removed during synchronization.
1671
+ """
1672
+ return pulumi.get(self, "removed")
1673
+
1674
+ @property
1675
+ @pulumi.getter(name="synchronizationErrors")
1676
+ def synchronization_errors(self) -> int:
1677
+ """
1678
+ Count of synchronization errors that occured during synchronization.
1679
+ """
1680
+ return pulumi.get(self, "synchronization_errors")
1681
+
1682
+ @property
1683
+ @pulumi.getter
1684
+ def unchanged(self) -> int:
1685
+ """
1686
+ Count of catalog items that were unchanged during synchronization.
1687
+ """
1688
+ return pulumi.get(self, "unchanged")
1689
+
1690
+ @property
1691
+ @pulumi.getter
1692
+ def updated(self) -> int:
1693
+ """
1694
+ Count of catalog items updated during synchronization.
1695
+ """
1696
+ return pulumi.get(self, "updated")
1697
+
1698
+ @property
1699
+ @pulumi.getter(name="validationErrors")
1700
+ def validation_errors(self) -> int:
1701
+ """
1702
+ Count of catalog items that had validation errors during synchronization.
1703
+ """
1704
+ return pulumi.get(self, "validation_errors")
1705
+
1706
+ @property
1707
+ @pulumi.getter(name="syncedCatalogItemTypes")
1708
+ def synced_catalog_item_types(self) -> Optional[Sequence[str]]:
1709
+ """
1710
+ Indicates catalog item types that were synced.
1711
+ """
1712
+ return pulumi.get(self, "synced_catalog_item_types")
1713
+
1714
+
1715
+ @pulumi.output_type
1716
+ class SystemDataResponse(dict):
1717
+ """
1718
+ Metadata pertaining to creation and last modification of the resource.
1719
+ """
1720
+ @staticmethod
1721
+ def __key_warning(key: str):
1722
+ suggest = None
1723
+ if key == "createdAt":
1724
+ suggest = "created_at"
1725
+ elif key == "createdBy":
1726
+ suggest = "created_by"
1727
+ elif key == "createdByType":
1728
+ suggest = "created_by_type"
1729
+ elif key == "lastModifiedAt":
1730
+ suggest = "last_modified_at"
1731
+ elif key == "lastModifiedBy":
1732
+ suggest = "last_modified_by"
1733
+ elif key == "lastModifiedByType":
1734
+ suggest = "last_modified_by_type"
1735
+
1736
+ if suggest:
1737
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1738
+
1739
+ def __getitem__(self, key: str) -> Any:
1740
+ SystemDataResponse.__key_warning(key)
1741
+ return super().__getitem__(key)
1742
+
1743
+ def get(self, key: str, default = None) -> Any:
1744
+ SystemDataResponse.__key_warning(key)
1745
+ return super().get(key, default)
1746
+
1747
+ def __init__(__self__, *,
1748
+ created_at: Optional[str] = None,
1749
+ created_by: Optional[str] = None,
1750
+ created_by_type: Optional[str] = None,
1751
+ last_modified_at: Optional[str] = None,
1752
+ last_modified_by: Optional[str] = None,
1753
+ last_modified_by_type: Optional[str] = None):
1754
+ """
1755
+ Metadata pertaining to creation and last modification of the resource.
1756
+ :param str created_at: The timestamp of resource creation (UTC).
1757
+ :param str created_by: The identity that created the resource.
1758
+ :param str created_by_type: The type of identity that created the resource.
1759
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1760
+ :param str last_modified_by: The identity that last modified the resource.
1761
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1762
+ """
1763
+ if created_at is not None:
1764
+ pulumi.set(__self__, "created_at", created_at)
1765
+ if created_by is not None:
1766
+ pulumi.set(__self__, "created_by", created_by)
1767
+ if created_by_type is not None:
1768
+ pulumi.set(__self__, "created_by_type", created_by_type)
1769
+ if last_modified_at is not None:
1770
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1771
+ if last_modified_by is not None:
1772
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1773
+ if last_modified_by_type is not None:
1774
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1775
+
1776
+ @property
1777
+ @pulumi.getter(name="createdAt")
1778
+ def created_at(self) -> Optional[str]:
1779
+ """
1780
+ The timestamp of resource creation (UTC).
1781
+ """
1782
+ return pulumi.get(self, "created_at")
1783
+
1784
+ @property
1785
+ @pulumi.getter(name="createdBy")
1786
+ def created_by(self) -> Optional[str]:
1787
+ """
1788
+ The identity that created the resource.
1789
+ """
1790
+ return pulumi.get(self, "created_by")
1791
+
1792
+ @property
1793
+ @pulumi.getter(name="createdByType")
1794
+ def created_by_type(self) -> Optional[str]:
1795
+ """
1796
+ The type of identity that created the resource.
1797
+ """
1798
+ return pulumi.get(self, "created_by_type")
1799
+
1800
+ @property
1801
+ @pulumi.getter(name="lastModifiedAt")
1802
+ def last_modified_at(self) -> Optional[str]:
1803
+ """
1804
+ The timestamp of resource last modification (UTC)
1805
+ """
1806
+ return pulumi.get(self, "last_modified_at")
1807
+
1808
+ @property
1809
+ @pulumi.getter(name="lastModifiedBy")
1810
+ def last_modified_by(self) -> Optional[str]:
1811
+ """
1812
+ The identity that last modified the resource.
1813
+ """
1814
+ return pulumi.get(self, "last_modified_by")
1815
+
1816
+ @property
1817
+ @pulumi.getter(name="lastModifiedByType")
1818
+ def last_modified_by_type(self) -> Optional[str]:
1819
+ """
1820
+ The type of identity that last modified the resource.
1821
+ """
1822
+ return pulumi.get(self, "last_modified_by_type")
1823
+
1824
+
1825
+ @pulumi.output_type
1826
+ class UserAssignedIdentityResponse(dict):
1827
+ """
1828
+ User assigned identity properties
1829
+ """
1830
+ @staticmethod
1831
+ def __key_warning(key: str):
1832
+ suggest = None
1833
+ if key == "clientId":
1834
+ suggest = "client_id"
1835
+ elif key == "principalId":
1836
+ suggest = "principal_id"
1837
+
1838
+ if suggest:
1839
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1840
+
1841
+ def __getitem__(self, key: str) -> Any:
1842
+ UserAssignedIdentityResponse.__key_warning(key)
1843
+ return super().__getitem__(key)
1844
+
1845
+ def get(self, key: str, default = None) -> Any:
1846
+ UserAssignedIdentityResponse.__key_warning(key)
1847
+ return super().get(key, default)
1848
+
1849
+ def __init__(__self__, *,
1850
+ client_id: str,
1851
+ principal_id: str):
1852
+ """
1853
+ User assigned identity properties
1854
+ :param str client_id: The client ID of the assigned identity.
1855
+ :param str principal_id: The principal ID of the assigned identity.
1856
+ """
1857
+ pulumi.set(__self__, "client_id", client_id)
1858
+ pulumi.set(__self__, "principal_id", principal_id)
1859
+
1860
+ @property
1861
+ @pulumi.getter(name="clientId")
1862
+ def client_id(self) -> str:
1863
+ """
1864
+ The client ID of the assigned identity.
1865
+ """
1866
+ return pulumi.get(self, "client_id")
1867
+
1868
+ @property
1869
+ @pulumi.getter(name="principalId")
1870
+ def principal_id(self) -> str:
1871
+ """
1872
+ The principal ID of the assigned identity.
1873
+ """
1874
+ return pulumi.get(self, "principal_id")
1875
+
1876
+
1877
+ @pulumi.output_type
1878
+ class UserRoleAssignmentResponse(dict):
1879
+ """
1880
+ Mapping of user object ID to role assignments.
1881
+ """
1882
+ def __init__(__self__, *,
1883
+ roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
1884
+ """
1885
+ Mapping of user object ID to role assignments.
1886
+ :param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the parent user.
1887
+ """
1888
+ if roles is not None:
1889
+ pulumi.set(__self__, "roles", roles)
1890
+
1891
+ @property
1892
+ @pulumi.getter
1893
+ def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
1894
+ """
1895
+ A map of roles to assign to the parent user.
1896
+ """
1897
+ return pulumi.get(self, "roles")
1898
+
1899
+