pulumi-azure-native 2.48.0a1719571301__py3-none-any.whl → 2.48.0a1719827386__py3-none-any.whl

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

Potentially problematic release.


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

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