pulumi-azure-native 2.48.0a1719571301__py3-none-any.whl → 2.48.0a1719831157__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.0a1719831157.dist-info}/METADATA +1 -1
  291. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/RECORD +293 -178
  292. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/WHEEL +0 -0
  293. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,595 @@
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 ._enums import *
12
+
13
+ __all__ = [
14
+ 'CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs',
15
+ 'CustomerManagedKeyEncryptionArgs',
16
+ 'DevBoxProvisioningSettingsArgs',
17
+ 'DevCenterNetworkSettingsArgs',
18
+ 'DevCenterProjectCatalogSettingsArgs',
19
+ 'EncryptionArgs',
20
+ 'GitCatalogArgs',
21
+ 'ImageReferenceArgs',
22
+ 'ManagedServiceIdentityArgs',
23
+ 'PoolDevBoxDefinitionArgs',
24
+ 'ProjectCatalogSettingsArgs',
25
+ 'ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs',
26
+ 'SkuArgs',
27
+ 'StopOnDisconnectConfigurationArgs',
28
+ 'UserRoleAssignmentArgs',
29
+ ]
30
+
31
+ @pulumi.input_type
32
+ class CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs:
33
+ def __init__(__self__, *,
34
+ delegated_identity_client_id: Optional[pulumi.Input[str]] = None,
35
+ identity_type: Optional[pulumi.Input[Union[str, 'IdentityType']]] = None,
36
+ user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
37
+ """
38
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
39
+ :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.
40
+ :param pulumi.Input[Union[str, 'IdentityType']] identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
41
+ :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.
42
+ """
43
+ if delegated_identity_client_id is not None:
44
+ pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
45
+ if identity_type is not None:
46
+ pulumi.set(__self__, "identity_type", identity_type)
47
+ if user_assigned_identity_resource_id is not None:
48
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
49
+
50
+ @property
51
+ @pulumi.getter(name="delegatedIdentityClientId")
52
+ def delegated_identity_client_id(self) -> Optional[pulumi.Input[str]]:
53
+ """
54
+ 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.
55
+ """
56
+ return pulumi.get(self, "delegated_identity_client_id")
57
+
58
+ @delegated_identity_client_id.setter
59
+ def delegated_identity_client_id(self, value: Optional[pulumi.Input[str]]):
60
+ pulumi.set(self, "delegated_identity_client_id", value)
61
+
62
+ @property
63
+ @pulumi.getter(name="identityType")
64
+ def identity_type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
65
+ """
66
+ Values can be systemAssignedIdentity or userAssignedIdentity
67
+ """
68
+ return pulumi.get(self, "identity_type")
69
+
70
+ @identity_type.setter
71
+ def identity_type(self, value: Optional[pulumi.Input[Union[str, 'IdentityType']]]):
72
+ pulumi.set(self, "identity_type", value)
73
+
74
+ @property
75
+ @pulumi.getter(name="userAssignedIdentityResourceId")
76
+ def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ 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.
79
+ """
80
+ return pulumi.get(self, "user_assigned_identity_resource_id")
81
+
82
+ @user_assigned_identity_resource_id.setter
83
+ def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
84
+ pulumi.set(self, "user_assigned_identity_resource_id", value)
85
+
86
+
87
+ @pulumi.input_type
88
+ class CustomerManagedKeyEncryptionArgs:
89
+ def __init__(__self__, *,
90
+ key_encryption_key_identity: Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']] = None,
91
+ key_encryption_key_url: Optional[pulumi.Input[str]] = None):
92
+ """
93
+ All Customer-managed key encryption properties for the resource.
94
+ :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.
95
+ :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.
96
+ """
97
+ if key_encryption_key_identity is not None:
98
+ pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
99
+ if key_encryption_key_url is not None:
100
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
101
+
102
+ @property
103
+ @pulumi.getter(name="keyEncryptionKeyIdentity")
104
+ def key_encryption_key_identity(self) -> Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']]:
105
+ """
106
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
107
+ """
108
+ return pulumi.get(self, "key_encryption_key_identity")
109
+
110
+ @key_encryption_key_identity.setter
111
+ def key_encryption_key_identity(self, value: Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']]):
112
+ pulumi.set(self, "key_encryption_key_identity", value)
113
+
114
+ @property
115
+ @pulumi.getter(name="keyEncryptionKeyUrl")
116
+ def key_encryption_key_url(self) -> Optional[pulumi.Input[str]]:
117
+ """
118
+ 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.
119
+ """
120
+ return pulumi.get(self, "key_encryption_key_url")
121
+
122
+ @key_encryption_key_url.setter
123
+ def key_encryption_key_url(self, value: Optional[pulumi.Input[str]]):
124
+ pulumi.set(self, "key_encryption_key_url", value)
125
+
126
+
127
+ @pulumi.input_type
128
+ class DevBoxProvisioningSettingsArgs:
129
+ def __init__(__self__, *,
130
+ install_azure_monitor_agent_enable_status: Optional[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]] = None):
131
+ """
132
+ Provisioning settings that apply to all Dev Boxes created in this dev center
133
+ :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.
134
+ """
135
+ if install_azure_monitor_agent_enable_status is not None:
136
+ pulumi.set(__self__, "install_azure_monitor_agent_enable_status", install_azure_monitor_agent_enable_status)
137
+
138
+ @property
139
+ @pulumi.getter(name="installAzureMonitorAgentEnableStatus")
140
+ def install_azure_monitor_agent_enable_status(self) -> Optional[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]]:
141
+ """
142
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
143
+ """
144
+ return pulumi.get(self, "install_azure_monitor_agent_enable_status")
145
+
146
+ @install_azure_monitor_agent_enable_status.setter
147
+ def install_azure_monitor_agent_enable_status(self, value: Optional[pulumi.Input[Union[str, 'InstallAzureMonitorAgentEnableStatus']]]):
148
+ pulumi.set(self, "install_azure_monitor_agent_enable_status", value)
149
+
150
+
151
+ @pulumi.input_type
152
+ class DevCenterNetworkSettingsArgs:
153
+ def __init__(__self__, *,
154
+ microsoft_hosted_network_enable_status: Optional[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]] = None):
155
+ """
156
+ Network settings for the Dev Center.
157
+ :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.
158
+ """
159
+ if microsoft_hosted_network_enable_status is not None:
160
+ pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
161
+
162
+ @property
163
+ @pulumi.getter(name="microsoftHostedNetworkEnableStatus")
164
+ def microsoft_hosted_network_enable_status(self) -> Optional[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]]:
165
+ """
166
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
167
+ """
168
+ return pulumi.get(self, "microsoft_hosted_network_enable_status")
169
+
170
+ @microsoft_hosted_network_enable_status.setter
171
+ def microsoft_hosted_network_enable_status(self, value: Optional[pulumi.Input[Union[str, 'MicrosoftHostedNetworkEnableStatus']]]):
172
+ pulumi.set(self, "microsoft_hosted_network_enable_status", value)
173
+
174
+
175
+ @pulumi.input_type
176
+ class DevCenterProjectCatalogSettingsArgs:
177
+ def __init__(__self__, *,
178
+ catalog_item_sync_enable_status: Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]] = None):
179
+ """
180
+ Project catalog settings for project catalogs under a project associated to this dev center.
181
+ :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.
182
+ """
183
+ if catalog_item_sync_enable_status is not None:
184
+ pulumi.set(__self__, "catalog_item_sync_enable_status", catalog_item_sync_enable_status)
185
+
186
+ @property
187
+ @pulumi.getter(name="catalogItemSyncEnableStatus")
188
+ def catalog_item_sync_enable_status(self) -> Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]:
189
+ """
190
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
191
+ """
192
+ return pulumi.get(self, "catalog_item_sync_enable_status")
193
+
194
+ @catalog_item_sync_enable_status.setter
195
+ def catalog_item_sync_enable_status(self, value: Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]):
196
+ pulumi.set(self, "catalog_item_sync_enable_status", value)
197
+
198
+
199
+ @pulumi.input_type
200
+ class EncryptionArgs:
201
+ def __init__(__self__, *,
202
+ customer_managed_key_encryption: Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']] = None):
203
+ """
204
+ :param pulumi.Input['CustomerManagedKeyEncryptionArgs'] customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
205
+ """
206
+ if customer_managed_key_encryption is not None:
207
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
208
+
209
+ @property
210
+ @pulumi.getter(name="customerManagedKeyEncryption")
211
+ def customer_managed_key_encryption(self) -> Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']]:
212
+ """
213
+ All Customer-managed key encryption properties for the resource.
214
+ """
215
+ return pulumi.get(self, "customer_managed_key_encryption")
216
+
217
+ @customer_managed_key_encryption.setter
218
+ def customer_managed_key_encryption(self, value: Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']]):
219
+ pulumi.set(self, "customer_managed_key_encryption", value)
220
+
221
+
222
+ @pulumi.input_type
223
+ class GitCatalogArgs:
224
+ def __init__(__self__, *,
225
+ branch: Optional[pulumi.Input[str]] = None,
226
+ path: Optional[pulumi.Input[str]] = None,
227
+ secret_identifier: Optional[pulumi.Input[str]] = None,
228
+ uri: Optional[pulumi.Input[str]] = None):
229
+ """
230
+ Properties for a Git repository catalog.
231
+ :param pulumi.Input[str] branch: Git branch.
232
+ :param pulumi.Input[str] path: The folder where the catalog items can be found inside the repository.
233
+ :param pulumi.Input[str] secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
234
+ :param pulumi.Input[str] uri: Git URI.
235
+ """
236
+ if branch is not None:
237
+ pulumi.set(__self__, "branch", branch)
238
+ if path is not None:
239
+ pulumi.set(__self__, "path", path)
240
+ if secret_identifier is not None:
241
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
242
+ if uri is not None:
243
+ pulumi.set(__self__, "uri", uri)
244
+
245
+ @property
246
+ @pulumi.getter
247
+ def branch(self) -> Optional[pulumi.Input[str]]:
248
+ """
249
+ Git branch.
250
+ """
251
+ return pulumi.get(self, "branch")
252
+
253
+ @branch.setter
254
+ def branch(self, value: Optional[pulumi.Input[str]]):
255
+ pulumi.set(self, "branch", value)
256
+
257
+ @property
258
+ @pulumi.getter
259
+ def path(self) -> Optional[pulumi.Input[str]]:
260
+ """
261
+ The folder where the catalog items can be found inside the repository.
262
+ """
263
+ return pulumi.get(self, "path")
264
+
265
+ @path.setter
266
+ def path(self, value: Optional[pulumi.Input[str]]):
267
+ pulumi.set(self, "path", value)
268
+
269
+ @property
270
+ @pulumi.getter(name="secretIdentifier")
271
+ def secret_identifier(self) -> Optional[pulumi.Input[str]]:
272
+ """
273
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
274
+ """
275
+ return pulumi.get(self, "secret_identifier")
276
+
277
+ @secret_identifier.setter
278
+ def secret_identifier(self, value: Optional[pulumi.Input[str]]):
279
+ pulumi.set(self, "secret_identifier", value)
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def uri(self) -> Optional[pulumi.Input[str]]:
284
+ """
285
+ Git URI.
286
+ """
287
+ return pulumi.get(self, "uri")
288
+
289
+ @uri.setter
290
+ def uri(self, value: Optional[pulumi.Input[str]]):
291
+ pulumi.set(self, "uri", value)
292
+
293
+
294
+ @pulumi.input_type
295
+ class ImageReferenceArgs:
296
+ def __init__(__self__, *,
297
+ id: Optional[pulumi.Input[str]] = None):
298
+ """
299
+ Image reference information
300
+ :param pulumi.Input[str] id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
301
+ """
302
+ if id is not None:
303
+ pulumi.set(__self__, "id", id)
304
+
305
+ @property
306
+ @pulumi.getter
307
+ def id(self) -> Optional[pulumi.Input[str]]:
308
+ """
309
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
310
+ """
311
+ return pulumi.get(self, "id")
312
+
313
+ @id.setter
314
+ def id(self, value: Optional[pulumi.Input[str]]):
315
+ pulumi.set(self, "id", value)
316
+
317
+
318
+ @pulumi.input_type
319
+ class ManagedServiceIdentityArgs:
320
+ def __init__(__self__, *,
321
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
322
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
323
+ """
324
+ Managed service identity (system assigned and/or user assigned identities)
325
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
326
+ :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.
327
+ """
328
+ pulumi.set(__self__, "type", type)
329
+ if user_assigned_identities is not None:
330
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
335
+ """
336
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
337
+ """
338
+ return pulumi.get(self, "type")
339
+
340
+ @type.setter
341
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
342
+ pulumi.set(self, "type", value)
343
+
344
+ @property
345
+ @pulumi.getter(name="userAssignedIdentities")
346
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
347
+ """
348
+ 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.
349
+ """
350
+ return pulumi.get(self, "user_assigned_identities")
351
+
352
+ @user_assigned_identities.setter
353
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
354
+ pulumi.set(self, "user_assigned_identities", value)
355
+
356
+
357
+ @pulumi.input_type
358
+ class PoolDevBoxDefinitionArgs:
359
+ def __init__(__self__, *,
360
+ image_reference: Optional[pulumi.Input['ImageReferenceArgs']] = None,
361
+ sku: Optional[pulumi.Input['SkuArgs']] = None):
362
+ """
363
+ Represents a definition for a Developer Machine.
364
+ :param pulumi.Input['ImageReferenceArgs'] image_reference: Image reference information.
365
+ :param pulumi.Input['SkuArgs'] sku: The SKU for Dev Boxes created from the Pool.
366
+ """
367
+ if image_reference is not None:
368
+ pulumi.set(__self__, "image_reference", image_reference)
369
+ if sku is not None:
370
+ pulumi.set(__self__, "sku", sku)
371
+
372
+ @property
373
+ @pulumi.getter(name="imageReference")
374
+ def image_reference(self) -> Optional[pulumi.Input['ImageReferenceArgs']]:
375
+ """
376
+ Image reference information.
377
+ """
378
+ return pulumi.get(self, "image_reference")
379
+
380
+ @image_reference.setter
381
+ def image_reference(self, value: Optional[pulumi.Input['ImageReferenceArgs']]):
382
+ pulumi.set(self, "image_reference", value)
383
+
384
+ @property
385
+ @pulumi.getter
386
+ def sku(self) -> Optional[pulumi.Input['SkuArgs']]:
387
+ """
388
+ The SKU for Dev Boxes created from the Pool.
389
+ """
390
+ return pulumi.get(self, "sku")
391
+
392
+ @sku.setter
393
+ def sku(self, value: Optional[pulumi.Input['SkuArgs']]):
394
+ pulumi.set(self, "sku", value)
395
+
396
+
397
+ @pulumi.input_type
398
+ class ProjectCatalogSettingsArgs:
399
+ def __init__(__self__, *,
400
+ catalog_item_sync_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]] = None):
401
+ """
402
+ Settings to be used when associating a project with a catalog.
403
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]] catalog_item_sync_types: Indicates catalog item types that can be synced.
404
+ """
405
+ if catalog_item_sync_types is not None:
406
+ pulumi.set(__self__, "catalog_item_sync_types", catalog_item_sync_types)
407
+
408
+ @property
409
+ @pulumi.getter(name="catalogItemSyncTypes")
410
+ def catalog_item_sync_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]:
411
+ """
412
+ Indicates catalog item types that can be synced.
413
+ """
414
+ return pulumi.get(self, "catalog_item_sync_types")
415
+
416
+ @catalog_item_sync_types.setter
417
+ def catalog_item_sync_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]):
418
+ pulumi.set(self, "catalog_item_sync_types", value)
419
+
420
+
421
+ @pulumi.input_type
422
+ class ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs:
423
+ def __init__(__self__, *,
424
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
425
+ """
426
+ The role definition assigned to the environment creator on backing resources.
427
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A map of roles to assign to the environment creator.
428
+ """
429
+ if roles is not None:
430
+ pulumi.set(__self__, "roles", roles)
431
+
432
+ @property
433
+ @pulumi.getter
434
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
435
+ """
436
+ A map of roles to assign to the environment creator.
437
+ """
438
+ return pulumi.get(self, "roles")
439
+
440
+ @roles.setter
441
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
442
+ pulumi.set(self, "roles", value)
443
+
444
+
445
+ @pulumi.input_type
446
+ class SkuArgs:
447
+ def __init__(__self__, *,
448
+ name: pulumi.Input[str],
449
+ capacity: Optional[pulumi.Input[int]] = None,
450
+ family: Optional[pulumi.Input[str]] = None,
451
+ size: Optional[pulumi.Input[str]] = None,
452
+ tier: Optional[pulumi.Input['SkuTier']] = None):
453
+ """
454
+ The resource model definition representing SKU
455
+ :param pulumi.Input[str] name: The name of the SKU. E.g. P3. It is typically a letter+number code
456
+ :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.
457
+ :param pulumi.Input[str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
458
+ :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.
459
+ :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.
460
+ """
461
+ pulumi.set(__self__, "name", name)
462
+ if capacity is not None:
463
+ pulumi.set(__self__, "capacity", capacity)
464
+ if family is not None:
465
+ pulumi.set(__self__, "family", family)
466
+ if size is not None:
467
+ pulumi.set(__self__, "size", size)
468
+ if tier is not None:
469
+ pulumi.set(__self__, "tier", tier)
470
+
471
+ @property
472
+ @pulumi.getter
473
+ def name(self) -> pulumi.Input[str]:
474
+ """
475
+ The name of the SKU. E.g. P3. It is typically a letter+number code
476
+ """
477
+ return pulumi.get(self, "name")
478
+
479
+ @name.setter
480
+ def name(self, value: pulumi.Input[str]):
481
+ pulumi.set(self, "name", value)
482
+
483
+ @property
484
+ @pulumi.getter
485
+ def capacity(self) -> Optional[pulumi.Input[int]]:
486
+ """
487
+ 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.
488
+ """
489
+ return pulumi.get(self, "capacity")
490
+
491
+ @capacity.setter
492
+ def capacity(self, value: Optional[pulumi.Input[int]]):
493
+ pulumi.set(self, "capacity", value)
494
+
495
+ @property
496
+ @pulumi.getter
497
+ def family(self) -> Optional[pulumi.Input[str]]:
498
+ """
499
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
500
+ """
501
+ return pulumi.get(self, "family")
502
+
503
+ @family.setter
504
+ def family(self, value: Optional[pulumi.Input[str]]):
505
+ pulumi.set(self, "family", value)
506
+
507
+ @property
508
+ @pulumi.getter
509
+ def size(self) -> Optional[pulumi.Input[str]]:
510
+ """
511
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
512
+ """
513
+ return pulumi.get(self, "size")
514
+
515
+ @size.setter
516
+ def size(self, value: Optional[pulumi.Input[str]]):
517
+ pulumi.set(self, "size", value)
518
+
519
+ @property
520
+ @pulumi.getter
521
+ def tier(self) -> Optional[pulumi.Input['SkuTier']]:
522
+ """
523
+ 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.
524
+ """
525
+ return pulumi.get(self, "tier")
526
+
527
+ @tier.setter
528
+ def tier(self, value: Optional[pulumi.Input['SkuTier']]):
529
+ pulumi.set(self, "tier", value)
530
+
531
+
532
+ @pulumi.input_type
533
+ class StopOnDisconnectConfigurationArgs:
534
+ def __init__(__self__, *,
535
+ grace_period_minutes: Optional[pulumi.Input[int]] = None,
536
+ status: Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]] = None):
537
+ """
538
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
539
+ :param pulumi.Input[int] grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
540
+ :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.
541
+ """
542
+ if grace_period_minutes is not None:
543
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
544
+ if status is not None:
545
+ pulumi.set(__self__, "status", status)
546
+
547
+ @property
548
+ @pulumi.getter(name="gracePeriodMinutes")
549
+ def grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
550
+ """
551
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
552
+ """
553
+ return pulumi.get(self, "grace_period_minutes")
554
+
555
+ @grace_period_minutes.setter
556
+ def grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
557
+ pulumi.set(self, "grace_period_minutes", value)
558
+
559
+ @property
560
+ @pulumi.getter
561
+ def status(self) -> Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]:
562
+ """
563
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
564
+ """
565
+ return pulumi.get(self, "status")
566
+
567
+ @status.setter
568
+ def status(self, value: Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]):
569
+ pulumi.set(self, "status", value)
570
+
571
+
572
+ @pulumi.input_type
573
+ class UserRoleAssignmentArgs:
574
+ def __init__(__self__, *,
575
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
576
+ """
577
+ Mapping of user object ID to role assignments.
578
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A map of roles to assign to the parent user.
579
+ """
580
+ if roles is not None:
581
+ pulumi.set(__self__, "roles", roles)
582
+
583
+ @property
584
+ @pulumi.getter
585
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
586
+ """
587
+ A map of roles to assign to the parent user.
588
+ """
589
+ return pulumi.get(self, "roles")
590
+
591
+ @roles.setter
592
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
593
+ pulumi.set(self, "roles", value)
594
+
595
+