pulumi-azure-native 2.54.0a1723036641__py3-none-any.whl → 2.54.0a1723124632__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.54.0a1723036641.dist-info → pulumi_azure_native-2.54.0a1723124632.dist-info}/METADATA +1 -1
  445. {pulumi_azure_native-2.54.0a1723036641.dist-info → pulumi_azure_native-2.54.0a1723124632.dist-info}/RECORD +447 -327
  446. {pulumi_azure_native-2.54.0a1723036641.dist-info → pulumi_azure_native-2.54.0a1723124632.dist-info}/WHEEL +0 -0
  447. {pulumi_azure_native-2.54.0a1723036641.dist-info → pulumi_azure_native-2.54.0a1723124632.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,904 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs',
20
+ 'CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgsDict',
21
+ 'CustomerManagedKeyEncryptionArgs',
22
+ 'CustomerManagedKeyEncryptionArgsDict',
23
+ 'DevBoxProvisioningSettingsArgs',
24
+ 'DevBoxProvisioningSettingsArgsDict',
25
+ 'DevCenterNetworkSettingsArgs',
26
+ 'DevCenterNetworkSettingsArgsDict',
27
+ 'DevCenterProjectCatalogSettingsArgs',
28
+ 'DevCenterProjectCatalogSettingsArgsDict',
29
+ 'EncryptionArgs',
30
+ 'EncryptionArgsDict',
31
+ 'GitCatalogArgs',
32
+ 'GitCatalogArgsDict',
33
+ 'ImageReferenceArgs',
34
+ 'ImageReferenceArgsDict',
35
+ 'ManagedServiceIdentityArgs',
36
+ 'ManagedServiceIdentityArgsDict',
37
+ 'PoolDevBoxDefinitionArgs',
38
+ 'PoolDevBoxDefinitionArgsDict',
39
+ 'ProjectCatalogSettingsArgs',
40
+ 'ProjectCatalogSettingsArgsDict',
41
+ 'ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs',
42
+ 'ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgsDict',
43
+ 'ResourcePolicyArgs',
44
+ 'ResourcePolicyArgsDict',
45
+ 'SkuArgs',
46
+ 'SkuArgsDict',
47
+ 'StopOnDisconnectConfigurationArgs',
48
+ 'StopOnDisconnectConfigurationArgsDict',
49
+ 'UserRoleAssignmentArgs',
50
+ 'UserRoleAssignmentArgsDict',
51
+ ]
52
+
53
+ MYPY = False
54
+
55
+ if not MYPY:
56
+ class CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgsDict(TypedDict):
57
+ """
58
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
59
+ """
60
+ delegated_identity_client_id: NotRequired[pulumi.Input[str]]
61
+ """
62
+ 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.
63
+ """
64
+ identity_type: NotRequired[pulumi.Input[Union[str, 'IdentityType']]]
65
+ """
66
+ Values can be systemAssignedIdentity or userAssignedIdentity
67
+ """
68
+ user_assigned_identity_resource_id: NotRequired[pulumi.Input[str]]
69
+ """
70
+ 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.
71
+ """
72
+ elif False:
73
+ CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgsDict: TypeAlias = Mapping[str, Any]
74
+
75
+ @pulumi.input_type
76
+ class CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs:
77
+ def __init__(__self__, *,
78
+ delegated_identity_client_id: Optional[pulumi.Input[str]] = None,
79
+ identity_type: Optional[pulumi.Input[Union[str, 'IdentityType']]] = None,
80
+ user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
81
+ """
82
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
83
+ :param pulumi.Input[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.
84
+ :param pulumi.Input[Union[str, 'IdentityType']] identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
85
+ :param pulumi.Input[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.
86
+ """
87
+ if delegated_identity_client_id is not None:
88
+ pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
89
+ if identity_type is not None:
90
+ pulumi.set(__self__, "identity_type", identity_type)
91
+ if user_assigned_identity_resource_id is not None:
92
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
93
+
94
+ @property
95
+ @pulumi.getter(name="delegatedIdentityClientId")
96
+ def delegated_identity_client_id(self) -> Optional[pulumi.Input[str]]:
97
+ """
98
+ 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.
99
+ """
100
+ return pulumi.get(self, "delegated_identity_client_id")
101
+
102
+ @delegated_identity_client_id.setter
103
+ def delegated_identity_client_id(self, value: Optional[pulumi.Input[str]]):
104
+ pulumi.set(self, "delegated_identity_client_id", value)
105
+
106
+ @property
107
+ @pulumi.getter(name="identityType")
108
+ def identity_type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
109
+ """
110
+ Values can be systemAssignedIdentity or userAssignedIdentity
111
+ """
112
+ return pulumi.get(self, "identity_type")
113
+
114
+ @identity_type.setter
115
+ def identity_type(self, value: Optional[pulumi.Input[Union[str, 'IdentityType']]]):
116
+ pulumi.set(self, "identity_type", value)
117
+
118
+ @property
119
+ @pulumi.getter(name="userAssignedIdentityResourceId")
120
+ def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
121
+ """
122
+ 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.
123
+ """
124
+ return pulumi.get(self, "user_assigned_identity_resource_id")
125
+
126
+ @user_assigned_identity_resource_id.setter
127
+ def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
128
+ pulumi.set(self, "user_assigned_identity_resource_id", value)
129
+
130
+
131
+ if not MYPY:
132
+ class CustomerManagedKeyEncryptionArgsDict(TypedDict):
133
+ """
134
+ All Customer-managed key encryption properties for the resource.
135
+ """
136
+ key_encryption_key_identity: NotRequired[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgsDict']]
137
+ """
138
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
139
+ """
140
+ key_encryption_key_url: NotRequired[pulumi.Input[str]]
141
+ """
142
+ 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.
143
+ """
144
+ elif False:
145
+ CustomerManagedKeyEncryptionArgsDict: TypeAlias = Mapping[str, Any]
146
+
147
+ @pulumi.input_type
148
+ class CustomerManagedKeyEncryptionArgs:
149
+ def __init__(__self__, *,
150
+ key_encryption_key_identity: Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']] = None,
151
+ key_encryption_key_url: Optional[pulumi.Input[str]] = None):
152
+ """
153
+ All Customer-managed key encryption properties for the resource.
154
+ :param pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs'] key_encryption_key_identity: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
155
+ :param pulumi.Input[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.
156
+ """
157
+ if key_encryption_key_identity is not None:
158
+ pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
159
+ if key_encryption_key_url is not None:
160
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
161
+
162
+ @property
163
+ @pulumi.getter(name="keyEncryptionKeyIdentity")
164
+ def key_encryption_key_identity(self) -> Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']]:
165
+ """
166
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
167
+ """
168
+ return pulumi.get(self, "key_encryption_key_identity")
169
+
170
+ @key_encryption_key_identity.setter
171
+ def key_encryption_key_identity(self, value: Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']]):
172
+ pulumi.set(self, "key_encryption_key_identity", value)
173
+
174
+ @property
175
+ @pulumi.getter(name="keyEncryptionKeyUrl")
176
+ def key_encryption_key_url(self) -> Optional[pulumi.Input[str]]:
177
+ """
178
+ 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.
179
+ """
180
+ return pulumi.get(self, "key_encryption_key_url")
181
+
182
+ @key_encryption_key_url.setter
183
+ def key_encryption_key_url(self, value: Optional[pulumi.Input[str]]):
184
+ pulumi.set(self, "key_encryption_key_url", value)
185
+
186
+
187
+ if not MYPY:
188
+ class DevBoxProvisioningSettingsArgsDict(TypedDict):
189
+ """
190
+ Provisioning settings that apply to all Dev Boxes created in this dev center
191
+ """
192
+ install_azure_monitor_agent_enable_status: NotRequired[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]]
193
+ """
194
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
195
+ """
196
+ elif False:
197
+ DevBoxProvisioningSettingsArgsDict: TypeAlias = Mapping[str, Any]
198
+
199
+ @pulumi.input_type
200
+ class DevBoxProvisioningSettingsArgs:
201
+ def __init__(__self__, *,
202
+ install_azure_monitor_agent_enable_status: Optional[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]] = None):
203
+ """
204
+ Provisioning settings that apply to all Dev Boxes created in this dev center
205
+ :param pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']] install_azure_monitor_agent_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
206
+ """
207
+ if install_azure_monitor_agent_enable_status is not None:
208
+ pulumi.set(__self__, "install_azure_monitor_agent_enable_status", install_azure_monitor_agent_enable_status)
209
+
210
+ @property
211
+ @pulumi.getter(name="installAzureMonitorAgentEnableStatus")
212
+ def install_azure_monitor_agent_enable_status(self) -> Optional[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]]:
213
+ """
214
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
215
+ """
216
+ return pulumi.get(self, "install_azure_monitor_agent_enable_status")
217
+
218
+ @install_azure_monitor_agent_enable_status.setter
219
+ def install_azure_monitor_agent_enable_status(self, value: Optional[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]]):
220
+ pulumi.set(self, "install_azure_monitor_agent_enable_status", value)
221
+
222
+
223
+ if not MYPY:
224
+ class DevCenterNetworkSettingsArgsDict(TypedDict):
225
+ """
226
+ Network settings for the Dev Center.
227
+ """
228
+ microsoft_hosted_network_enable_status: NotRequired[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]]
229
+ """
230
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
231
+ """
232
+ elif False:
233
+ DevCenterNetworkSettingsArgsDict: TypeAlias = Mapping[str, Any]
234
+
235
+ @pulumi.input_type
236
+ class DevCenterNetworkSettingsArgs:
237
+ def __init__(__self__, *,
238
+ microsoft_hosted_network_enable_status: Optional[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]] = None):
239
+ """
240
+ Network settings for the Dev Center.
241
+ :param pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']] microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
242
+ """
243
+ if microsoft_hosted_network_enable_status is not None:
244
+ pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
245
+
246
+ @property
247
+ @pulumi.getter(name="microsoftHostedNetworkEnableStatus")
248
+ def microsoft_hosted_network_enable_status(self) -> Optional[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]]:
249
+ """
250
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
251
+ """
252
+ return pulumi.get(self, "microsoft_hosted_network_enable_status")
253
+
254
+ @microsoft_hosted_network_enable_status.setter
255
+ def microsoft_hosted_network_enable_status(self, value: Optional[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]]):
256
+ pulumi.set(self, "microsoft_hosted_network_enable_status", value)
257
+
258
+
259
+ if not MYPY:
260
+ class DevCenterProjectCatalogSettingsArgsDict(TypedDict):
261
+ """
262
+ Project catalog settings for project catalogs under a project associated to this dev center.
263
+ """
264
+ catalog_item_sync_enable_status: NotRequired[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]
265
+ """
266
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
267
+ """
268
+ elif False:
269
+ DevCenterProjectCatalogSettingsArgsDict: TypeAlias = Mapping[str, Any]
270
+
271
+ @pulumi.input_type
272
+ class DevCenterProjectCatalogSettingsArgs:
273
+ def __init__(__self__, *,
274
+ catalog_item_sync_enable_status: Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]] = None):
275
+ """
276
+ Project catalog settings for project catalogs under a project associated to this dev center.
277
+ :param pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']] catalog_item_sync_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
278
+ """
279
+ if catalog_item_sync_enable_status is not None:
280
+ pulumi.set(__self__, "catalog_item_sync_enable_status", catalog_item_sync_enable_status)
281
+
282
+ @property
283
+ @pulumi.getter(name="catalogItemSyncEnableStatus")
284
+ def catalog_item_sync_enable_status(self) -> Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]:
285
+ """
286
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
287
+ """
288
+ return pulumi.get(self, "catalog_item_sync_enable_status")
289
+
290
+ @catalog_item_sync_enable_status.setter
291
+ def catalog_item_sync_enable_status(self, value: Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]):
292
+ pulumi.set(self, "catalog_item_sync_enable_status", value)
293
+
294
+
295
+ if not MYPY:
296
+ class EncryptionArgsDict(TypedDict):
297
+ customer_managed_key_encryption: NotRequired[pulumi.Input['CustomerManagedKeyEncryptionArgsDict']]
298
+ """
299
+ All Customer-managed key encryption properties for the resource.
300
+ """
301
+ elif False:
302
+ EncryptionArgsDict: TypeAlias = Mapping[str, Any]
303
+
304
+ @pulumi.input_type
305
+ class EncryptionArgs:
306
+ def __init__(__self__, *,
307
+ customer_managed_key_encryption: Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']] = None):
308
+ """
309
+ :param pulumi.Input['CustomerManagedKeyEncryptionArgs'] customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
310
+ """
311
+ if customer_managed_key_encryption is not None:
312
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
313
+
314
+ @property
315
+ @pulumi.getter(name="customerManagedKeyEncryption")
316
+ def customer_managed_key_encryption(self) -> Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']]:
317
+ """
318
+ All Customer-managed key encryption properties for the resource.
319
+ """
320
+ return pulumi.get(self, "customer_managed_key_encryption")
321
+
322
+ @customer_managed_key_encryption.setter
323
+ def customer_managed_key_encryption(self, value: Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']]):
324
+ pulumi.set(self, "customer_managed_key_encryption", value)
325
+
326
+
327
+ if not MYPY:
328
+ class GitCatalogArgsDict(TypedDict):
329
+ """
330
+ Properties for a Git repository catalog.
331
+ """
332
+ branch: NotRequired[pulumi.Input[str]]
333
+ """
334
+ Git branch.
335
+ """
336
+ path: NotRequired[pulumi.Input[str]]
337
+ """
338
+ The folder where the catalog items can be found inside the repository.
339
+ """
340
+ secret_identifier: NotRequired[pulumi.Input[str]]
341
+ """
342
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
343
+ """
344
+ uri: NotRequired[pulumi.Input[str]]
345
+ """
346
+ Git URI.
347
+ """
348
+ elif False:
349
+ GitCatalogArgsDict: TypeAlias = Mapping[str, Any]
350
+
351
+ @pulumi.input_type
352
+ class GitCatalogArgs:
353
+ def __init__(__self__, *,
354
+ branch: Optional[pulumi.Input[str]] = None,
355
+ path: Optional[pulumi.Input[str]] = None,
356
+ secret_identifier: Optional[pulumi.Input[str]] = None,
357
+ uri: Optional[pulumi.Input[str]] = None):
358
+ """
359
+ Properties for a Git repository catalog.
360
+ :param pulumi.Input[str] branch: Git branch.
361
+ :param pulumi.Input[str] path: The folder where the catalog items can be found inside the repository.
362
+ :param pulumi.Input[str] secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
363
+ :param pulumi.Input[str] uri: Git URI.
364
+ """
365
+ if branch is not None:
366
+ pulumi.set(__self__, "branch", branch)
367
+ if path is not None:
368
+ pulumi.set(__self__, "path", path)
369
+ if secret_identifier is not None:
370
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
371
+ if uri is not None:
372
+ pulumi.set(__self__, "uri", uri)
373
+
374
+ @property
375
+ @pulumi.getter
376
+ def branch(self) -> Optional[pulumi.Input[str]]:
377
+ """
378
+ Git branch.
379
+ """
380
+ return pulumi.get(self, "branch")
381
+
382
+ @branch.setter
383
+ def branch(self, value: Optional[pulumi.Input[str]]):
384
+ pulumi.set(self, "branch", value)
385
+
386
+ @property
387
+ @pulumi.getter
388
+ def path(self) -> Optional[pulumi.Input[str]]:
389
+ """
390
+ The folder where the catalog items can be found inside the repository.
391
+ """
392
+ return pulumi.get(self, "path")
393
+
394
+ @path.setter
395
+ def path(self, value: Optional[pulumi.Input[str]]):
396
+ pulumi.set(self, "path", value)
397
+
398
+ @property
399
+ @pulumi.getter(name="secretIdentifier")
400
+ def secret_identifier(self) -> Optional[pulumi.Input[str]]:
401
+ """
402
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
403
+ """
404
+ return pulumi.get(self, "secret_identifier")
405
+
406
+ @secret_identifier.setter
407
+ def secret_identifier(self, value: Optional[pulumi.Input[str]]):
408
+ pulumi.set(self, "secret_identifier", value)
409
+
410
+ @property
411
+ @pulumi.getter
412
+ def uri(self) -> Optional[pulumi.Input[str]]:
413
+ """
414
+ Git URI.
415
+ """
416
+ return pulumi.get(self, "uri")
417
+
418
+ @uri.setter
419
+ def uri(self, value: Optional[pulumi.Input[str]]):
420
+ pulumi.set(self, "uri", value)
421
+
422
+
423
+ if not MYPY:
424
+ class ImageReferenceArgsDict(TypedDict):
425
+ """
426
+ Image reference information
427
+ """
428
+ id: NotRequired[pulumi.Input[str]]
429
+ """
430
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
431
+ """
432
+ elif False:
433
+ ImageReferenceArgsDict: TypeAlias = Mapping[str, Any]
434
+
435
+ @pulumi.input_type
436
+ class ImageReferenceArgs:
437
+ def __init__(__self__, *,
438
+ id: Optional[pulumi.Input[str]] = None):
439
+ """
440
+ Image reference information
441
+ :param pulumi.Input[str] id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
442
+ """
443
+ if id is not None:
444
+ pulumi.set(__self__, "id", id)
445
+
446
+ @property
447
+ @pulumi.getter
448
+ def id(self) -> Optional[pulumi.Input[str]]:
449
+ """
450
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
451
+ """
452
+ return pulumi.get(self, "id")
453
+
454
+ @id.setter
455
+ def id(self, value: Optional[pulumi.Input[str]]):
456
+ pulumi.set(self, "id", value)
457
+
458
+
459
+ if not MYPY:
460
+ class ManagedServiceIdentityArgsDict(TypedDict):
461
+ """
462
+ Managed service identity (system assigned and/or user assigned identities)
463
+ """
464
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
465
+ """
466
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
467
+ """
468
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
469
+ """
470
+ 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.
471
+ """
472
+ elif False:
473
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
474
+
475
+ @pulumi.input_type
476
+ class ManagedServiceIdentityArgs:
477
+ def __init__(__self__, *,
478
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
479
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
480
+ """
481
+ Managed service identity (system assigned and/or user assigned identities)
482
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
483
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] 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.
484
+ """
485
+ pulumi.set(__self__, "type", type)
486
+ if user_assigned_identities is not None:
487
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
492
+ """
493
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
494
+ """
495
+ return pulumi.get(self, "type")
496
+
497
+ @type.setter
498
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
499
+ pulumi.set(self, "type", value)
500
+
501
+ @property
502
+ @pulumi.getter(name="userAssignedIdentities")
503
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
504
+ """
505
+ 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.
506
+ """
507
+ return pulumi.get(self, "user_assigned_identities")
508
+
509
+ @user_assigned_identities.setter
510
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
511
+ pulumi.set(self, "user_assigned_identities", value)
512
+
513
+
514
+ if not MYPY:
515
+ class PoolDevBoxDefinitionArgsDict(TypedDict):
516
+ """
517
+ Represents a definition for a Developer Machine.
518
+ """
519
+ image_reference: NotRequired[pulumi.Input['ImageReferenceArgsDict']]
520
+ """
521
+ Image reference information.
522
+ """
523
+ sku: NotRequired[pulumi.Input['SkuArgsDict']]
524
+ """
525
+ The SKU for Dev Boxes created from the Pool.
526
+ """
527
+ elif False:
528
+ PoolDevBoxDefinitionArgsDict: TypeAlias = Mapping[str, Any]
529
+
530
+ @pulumi.input_type
531
+ class PoolDevBoxDefinitionArgs:
532
+ def __init__(__self__, *,
533
+ image_reference: Optional[pulumi.Input['ImageReferenceArgs']] = None,
534
+ sku: Optional[pulumi.Input['SkuArgs']] = None):
535
+ """
536
+ Represents a definition for a Developer Machine.
537
+ :param pulumi.Input['ImageReferenceArgs'] image_reference: Image reference information.
538
+ :param pulumi.Input['SkuArgs'] sku: The SKU for Dev Boxes created from the Pool.
539
+ """
540
+ if image_reference is not None:
541
+ pulumi.set(__self__, "image_reference", image_reference)
542
+ if sku is not None:
543
+ pulumi.set(__self__, "sku", sku)
544
+
545
+ @property
546
+ @pulumi.getter(name="imageReference")
547
+ def image_reference(self) -> Optional[pulumi.Input['ImageReferenceArgs']]:
548
+ """
549
+ Image reference information.
550
+ """
551
+ return pulumi.get(self, "image_reference")
552
+
553
+ @image_reference.setter
554
+ def image_reference(self, value: Optional[pulumi.Input['ImageReferenceArgs']]):
555
+ pulumi.set(self, "image_reference", value)
556
+
557
+ @property
558
+ @pulumi.getter
559
+ def sku(self) -> Optional[pulumi.Input['SkuArgs']]:
560
+ """
561
+ The SKU for Dev Boxes created from the Pool.
562
+ """
563
+ return pulumi.get(self, "sku")
564
+
565
+ @sku.setter
566
+ def sku(self, value: Optional[pulumi.Input['SkuArgs']]):
567
+ pulumi.set(self, "sku", value)
568
+
569
+
570
+ if not MYPY:
571
+ class ProjectCatalogSettingsArgsDict(TypedDict):
572
+ """
573
+ Settings to be used when associating a project with a catalog.
574
+ """
575
+ catalog_item_sync_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]
576
+ """
577
+ Indicates catalog item types that can be synced.
578
+ """
579
+ elif False:
580
+ ProjectCatalogSettingsArgsDict: TypeAlias = Mapping[str, Any]
581
+
582
+ @pulumi.input_type
583
+ class ProjectCatalogSettingsArgs:
584
+ def __init__(__self__, *,
585
+ catalog_item_sync_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]] = None):
586
+ """
587
+ Settings to be used when associating a project with a catalog.
588
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]] catalog_item_sync_types: Indicates catalog item types that can be synced.
589
+ """
590
+ if catalog_item_sync_types is not None:
591
+ pulumi.set(__self__, "catalog_item_sync_types", catalog_item_sync_types)
592
+
593
+ @property
594
+ @pulumi.getter(name="catalogItemSyncTypes")
595
+ def catalog_item_sync_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]:
596
+ """
597
+ Indicates catalog item types that can be synced.
598
+ """
599
+ return pulumi.get(self, "catalog_item_sync_types")
600
+
601
+ @catalog_item_sync_types.setter
602
+ def catalog_item_sync_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]):
603
+ pulumi.set(self, "catalog_item_sync_types", value)
604
+
605
+
606
+ if not MYPY:
607
+ class ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgsDict(TypedDict):
608
+ """
609
+ The role definition assigned to the environment creator on backing resources.
610
+ """
611
+ roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
612
+ """
613
+ A map of roles to assign to the environment creator.
614
+ """
615
+ elif False:
616
+ ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgsDict: TypeAlias = Mapping[str, Any]
617
+
618
+ @pulumi.input_type
619
+ class ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs:
620
+ def __init__(__self__, *,
621
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
622
+ """
623
+ The role definition assigned to the environment creator on backing resources.
624
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A map of roles to assign to the environment creator.
625
+ """
626
+ if roles is not None:
627
+ pulumi.set(__self__, "roles", roles)
628
+
629
+ @property
630
+ @pulumi.getter
631
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
632
+ """
633
+ A map of roles to assign to the environment creator.
634
+ """
635
+ return pulumi.get(self, "roles")
636
+
637
+ @roles.setter
638
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
639
+ pulumi.set(self, "roles", value)
640
+
641
+
642
+ if not MYPY:
643
+ class ResourcePolicyArgsDict(TypedDict):
644
+ """
645
+ A resource policy.
646
+ """
647
+ filter: NotRequired[pulumi.Input[str]]
648
+ """
649
+ Optional. When specified, this expression is used to filter the resources.
650
+ """
651
+ resources: NotRequired[pulumi.Input[str]]
652
+ """
653
+ Resources that are included and shared as a part of a curation profile.
654
+ """
655
+ elif False:
656
+ ResourcePolicyArgsDict: TypeAlias = Mapping[str, Any]
657
+
658
+ @pulumi.input_type
659
+ class ResourcePolicyArgs:
660
+ def __init__(__self__, *,
661
+ filter: Optional[pulumi.Input[str]] = None,
662
+ resources: Optional[pulumi.Input[str]] = None):
663
+ """
664
+ A resource policy.
665
+ :param pulumi.Input[str] filter: Optional. When specified, this expression is used to filter the resources.
666
+ :param pulumi.Input[str] resources: Resources that are included and shared as a part of a curation profile.
667
+ """
668
+ if filter is not None:
669
+ pulumi.set(__self__, "filter", filter)
670
+ if resources is not None:
671
+ pulumi.set(__self__, "resources", resources)
672
+
673
+ @property
674
+ @pulumi.getter
675
+ def filter(self) -> Optional[pulumi.Input[str]]:
676
+ """
677
+ Optional. When specified, this expression is used to filter the resources.
678
+ """
679
+ return pulumi.get(self, "filter")
680
+
681
+ @filter.setter
682
+ def filter(self, value: Optional[pulumi.Input[str]]):
683
+ pulumi.set(self, "filter", value)
684
+
685
+ @property
686
+ @pulumi.getter
687
+ def resources(self) -> Optional[pulumi.Input[str]]:
688
+ """
689
+ Resources that are included and shared as a part of a curation profile.
690
+ """
691
+ return pulumi.get(self, "resources")
692
+
693
+ @resources.setter
694
+ def resources(self, value: Optional[pulumi.Input[str]]):
695
+ pulumi.set(self, "resources", value)
696
+
697
+
698
+ if not MYPY:
699
+ class SkuArgsDict(TypedDict):
700
+ """
701
+ The resource model definition representing SKU
702
+ """
703
+ name: pulumi.Input[str]
704
+ """
705
+ The name of the SKU. E.g. P3. It is typically a letter+number code
706
+ """
707
+ capacity: NotRequired[pulumi.Input[int]]
708
+ """
709
+ 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.
710
+ """
711
+ family: NotRequired[pulumi.Input[str]]
712
+ """
713
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
714
+ """
715
+ size: NotRequired[pulumi.Input[str]]
716
+ """
717
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
718
+ """
719
+ tier: NotRequired[pulumi.Input['SkuTier']]
720
+ """
721
+ 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.
722
+ """
723
+ elif False:
724
+ SkuArgsDict: TypeAlias = Mapping[str, Any]
725
+
726
+ @pulumi.input_type
727
+ class SkuArgs:
728
+ def __init__(__self__, *,
729
+ name: pulumi.Input[str],
730
+ capacity: Optional[pulumi.Input[int]] = None,
731
+ family: Optional[pulumi.Input[str]] = None,
732
+ size: Optional[pulumi.Input[str]] = None,
733
+ tier: Optional[pulumi.Input['SkuTier']] = None):
734
+ """
735
+ The resource model definition representing SKU
736
+ :param pulumi.Input[str] name: The name of the SKU. E.g. P3. It is typically a letter+number code
737
+ :param pulumi.Input[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.
738
+ :param pulumi.Input[str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
739
+ :param pulumi.Input[str] size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
740
+ :param pulumi.Input['SkuTier'] 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.
741
+ """
742
+ pulumi.set(__self__, "name", name)
743
+ if capacity is not None:
744
+ pulumi.set(__self__, "capacity", capacity)
745
+ if family is not None:
746
+ pulumi.set(__self__, "family", family)
747
+ if size is not None:
748
+ pulumi.set(__self__, "size", size)
749
+ if tier is not None:
750
+ pulumi.set(__self__, "tier", tier)
751
+
752
+ @property
753
+ @pulumi.getter
754
+ def name(self) -> pulumi.Input[str]:
755
+ """
756
+ The name of the SKU. E.g. P3. It is typically a letter+number code
757
+ """
758
+ return pulumi.get(self, "name")
759
+
760
+ @name.setter
761
+ def name(self, value: pulumi.Input[str]):
762
+ pulumi.set(self, "name", value)
763
+
764
+ @property
765
+ @pulumi.getter
766
+ def capacity(self) -> Optional[pulumi.Input[int]]:
767
+ """
768
+ 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.
769
+ """
770
+ return pulumi.get(self, "capacity")
771
+
772
+ @capacity.setter
773
+ def capacity(self, value: Optional[pulumi.Input[int]]):
774
+ pulumi.set(self, "capacity", value)
775
+
776
+ @property
777
+ @pulumi.getter
778
+ def family(self) -> Optional[pulumi.Input[str]]:
779
+ """
780
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
781
+ """
782
+ return pulumi.get(self, "family")
783
+
784
+ @family.setter
785
+ def family(self, value: Optional[pulumi.Input[str]]):
786
+ pulumi.set(self, "family", value)
787
+
788
+ @property
789
+ @pulumi.getter
790
+ def size(self) -> Optional[pulumi.Input[str]]:
791
+ """
792
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
793
+ """
794
+ return pulumi.get(self, "size")
795
+
796
+ @size.setter
797
+ def size(self, value: Optional[pulumi.Input[str]]):
798
+ pulumi.set(self, "size", value)
799
+
800
+ @property
801
+ @pulumi.getter
802
+ def tier(self) -> Optional[pulumi.Input['SkuTier']]:
803
+ """
804
+ 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.
805
+ """
806
+ return pulumi.get(self, "tier")
807
+
808
+ @tier.setter
809
+ def tier(self, value: Optional[pulumi.Input['SkuTier']]):
810
+ pulumi.set(self, "tier", value)
811
+
812
+
813
+ if not MYPY:
814
+ class StopOnDisconnectConfigurationArgsDict(TypedDict):
815
+ """
816
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
817
+ """
818
+ grace_period_minutes: NotRequired[pulumi.Input[int]]
819
+ """
820
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
821
+ """
822
+ status: NotRequired[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]
823
+ """
824
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
825
+ """
826
+ elif False:
827
+ StopOnDisconnectConfigurationArgsDict: TypeAlias = Mapping[str, Any]
828
+
829
+ @pulumi.input_type
830
+ class StopOnDisconnectConfigurationArgs:
831
+ def __init__(__self__, *,
832
+ grace_period_minutes: Optional[pulumi.Input[int]] = None,
833
+ status: Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]] = None):
834
+ """
835
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
836
+ :param pulumi.Input[int] grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
837
+ :param pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']] status: Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
838
+ """
839
+ if grace_period_minutes is not None:
840
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
841
+ if status is not None:
842
+ pulumi.set(__self__, "status", status)
843
+
844
+ @property
845
+ @pulumi.getter(name="gracePeriodMinutes")
846
+ def grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
847
+ """
848
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
849
+ """
850
+ return pulumi.get(self, "grace_period_minutes")
851
+
852
+ @grace_period_minutes.setter
853
+ def grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
854
+ pulumi.set(self, "grace_period_minutes", value)
855
+
856
+ @property
857
+ @pulumi.getter
858
+ def status(self) -> Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]:
859
+ """
860
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
861
+ """
862
+ return pulumi.get(self, "status")
863
+
864
+ @status.setter
865
+ def status(self, value: Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]):
866
+ pulumi.set(self, "status", value)
867
+
868
+
869
+ if not MYPY:
870
+ class UserRoleAssignmentArgsDict(TypedDict):
871
+ """
872
+ Mapping of user object ID to role assignments.
873
+ """
874
+ roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
875
+ """
876
+ A map of roles to assign to the parent user.
877
+ """
878
+ elif False:
879
+ UserRoleAssignmentArgsDict: TypeAlias = Mapping[str, Any]
880
+
881
+ @pulumi.input_type
882
+ class UserRoleAssignmentArgs:
883
+ def __init__(__self__, *,
884
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
885
+ """
886
+ Mapping of user object ID to role assignments.
887
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A map of roles to assign to the parent user.
888
+ """
889
+ if roles is not None:
890
+ pulumi.set(__self__, "roles", roles)
891
+
892
+ @property
893
+ @pulumi.getter
894
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
895
+ """
896
+ A map of roles to assign to the parent user.
897
+ """
898
+ return pulumi.get(self, "roles")
899
+
900
+ @roles.setter
901
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
902
+ pulumi.set(self, "roles", value)
903
+
904
+