pulumi-azure-native 2.54.0__py3-none-any.whl → 2.54.0a1723036641__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (447) hide show
  1. pulumi_azure_native/__init__.py +0 -91
  2. pulumi_azure_native/containerservice/__init__.py +0 -3
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  6. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  7. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  8. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  10. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  11. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  15. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  16. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  17. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  18. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  20. pulumi_azure_native/containerservice/snapshot.py +3 -3
  21. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  22. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  23. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  26. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  31. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  32. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  37. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  39. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  48. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  49. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  53. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  54. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  55. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  61. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  64. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  76. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  77. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  78. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  79. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  80. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  81. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  82. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  83. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  84. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  85. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  88. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  89. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  91. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  92. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  93. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  94. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  95. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  96. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  97. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  98. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  99. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  101. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  102. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  103. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  104. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  105. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  107. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  108. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  109. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  110. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  111. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  112. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  115. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  116. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  117. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  118. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  119. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  120. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  121. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  122. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  123. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  124. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  125. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  128. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  129. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  130. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  131. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  132. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  133. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  134. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  135. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  136. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  137. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  138. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  139. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  141. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  142. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  143. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  144. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  145. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  146. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  151. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  155. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  156. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  157. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  159. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  160. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  165. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  166. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  167. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  170. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  171. pulumi_azure_native/datafactory/_inputs.py +120 -2520
  172. pulumi_azure_native/datafactory/outputs.py +117 -1557
  173. pulumi_azure_native/datafactory/v20180601/_inputs.py +120 -2520
  174. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1557
  175. pulumi_azure_native/devcenter/__init__.py +0 -5
  176. pulumi_azure_native/devcenter/_inputs.py +0 -58
  177. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  178. pulumi_azure_native/devcenter/catalog.py +3 -3
  179. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  180. pulumi_azure_native/devcenter/dev_center.py +3 -3
  181. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  182. pulumi_azure_native/devcenter/environment_type.py +3 -3
  183. pulumi_azure_native/devcenter/gallery.py +3 -3
  184. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  185. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  186. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  187. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  188. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  189. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  190. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  191. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  192. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  193. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  194. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  195. pulumi_azure_native/devcenter/get_plan.py +2 -2
  196. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  197. pulumi_azure_native/devcenter/get_pool.py +2 -2
  198. pulumi_azure_native/devcenter/get_project.py +2 -2
  199. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  200. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  201. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +0 -4
  202. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  203. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  204. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  205. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  206. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  207. pulumi_azure_native/devcenter/network_connection.py +3 -3
  208. pulumi_azure_native/devcenter/outputs.py +0 -36
  209. pulumi_azure_native/devcenter/plan.py +3 -3
  210. pulumi_azure_native/devcenter/plan_member.py +3 -3
  211. pulumi_azure_native/devcenter/pool.py +3 -3
  212. pulumi_azure_native/devcenter/project.py +3 -3
  213. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  214. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  215. pulumi_azure_native/devcenter/schedule.py +3 -3
  216. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  217. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  218. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  219. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  220. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  221. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  222. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  223. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  224. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  225. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  226. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  227. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  228. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  229. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  230. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  231. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  232. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  233. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  234. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  235. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  236. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  237. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  238. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  239. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  240. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  241. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  242. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  243. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  244. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  245. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  246. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  247. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  248. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  249. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  250. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  251. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  252. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  253. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  254. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  255. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  256. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  257. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  258. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  259. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  260. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  261. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  262. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  263. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  264. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  265. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  266. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  267. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  268. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  269. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  270. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  271. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  272. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  273. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  274. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  275. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  276. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  277. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  278. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  279. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  280. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  281. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  282. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  283. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  284. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  285. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  286. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  287. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  288. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  289. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  290. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  291. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  292. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
  293. pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
  294. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
  295. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
  296. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
  297. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
  298. pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
  299. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
  300. pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
  301. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
  302. pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
  303. pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
  304. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
  305. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
  306. pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
  307. pulumi_azure_native/portal/_enums.py +0 -11
  308. pulumi_azure_native/portal/_inputs.py +94 -387
  309. pulumi_azure_native/portal/dashboard.py +60 -41
  310. pulumi_azure_native/portal/get_dashboard.py +29 -29
  311. pulumi_azure_native/portal/get_tenant_configuration.py +18 -32
  312. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +3 -3
  313. pulumi_azure_native/portal/outputs.py +76 -446
  314. pulumi_azure_native/portal/tenant_configuration.py +28 -40
  315. pulumi_azure_native/portal/v20200901preview/__init__.py +0 -1
  316. pulumi_azure_native/portal/v20200901preview/_inputs.py +42 -139
  317. pulumi_azure_native/portal/v20200901preview/dashboard.py +60 -41
  318. pulumi_azure_native/portal/v20200901preview/get_dashboard.py +29 -29
  319. pulumi_azure_native/portal/v20200901preview/get_tenant_configuration.py +18 -32
  320. pulumi_azure_native/portal/v20200901preview/list_list_tenant_configuration_violation.py +3 -3
  321. pulumi_azure_native/portal/v20200901preview/outputs.py +84 -314
  322. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +28 -40
  323. pulumi_azure_native/pulumi-plugin.json +1 -1
  324. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/METADATA +1 -1
  325. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/RECORD +327 -447
  326. pulumi_azure_native/containerservice/v20240602preview/__init__.py +0 -29
  327. pulumi_azure_native/containerservice/v20240602preview/_enums.py +0 -912
  328. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +0 -9690
  329. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +0 -1691
  330. pulumi_azure_native/containerservice/v20240602preview/get_agent_pool.py +0 -817
  331. pulumi_azure_native/containerservice/v20240602preview/get_load_balancer.py +0 -206
  332. pulumi_azure_native/containerservice/v20240602preview/get_maintenance_configuration.py +0 -167
  333. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster.py +0 -838
  334. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster_snapshot.py +0 -188
  335. pulumi_azure_native/containerservice/v20240602preview/get_private_endpoint_connection.py +0 -154
  336. pulumi_azure_native/containerservice/v20240602preview/get_snapshot.py +0 -253
  337. pulumi_azure_native/containerservice/v20240602preview/get_trusted_access_role_binding.py +0 -167
  338. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_admin_credentials.py +0 -89
  339. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
  340. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_user_credentials.py +0 -94
  341. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +0 -368
  342. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +0 -279
  343. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +0 -1595
  344. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +0 -297
  345. pulumi_azure_native/containerservice/v20240602preview/outputs.py +0 -8349
  346. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +0 -251
  347. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +0 -347
  348. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +0 -260
  349. pulumi_azure_native/contoso/__init__.py +0 -19
  350. pulumi_azure_native/contoso/_inputs.py +0 -99
  351. pulumi_azure_native/contoso/employee.py +0 -259
  352. pulumi_azure_native/contoso/get_employee.py +0 -164
  353. pulumi_azure_native/contoso/outputs.py +0 -206
  354. pulumi_azure_native/contoso/v20211001preview/__init__.py +0 -11
  355. pulumi_azure_native/contoso/v20211001preview/_inputs.py +0 -99
  356. pulumi_azure_native/contoso/v20211001preview/employee.py +0 -257
  357. pulumi_azure_native/contoso/v20211001preview/get_employee.py +0 -162
  358. pulumi_azure_native/contoso/v20211001preview/outputs.py +0 -206
  359. pulumi_azure_native/devcenter/curation_profile.py +0 -261
  360. pulumi_azure_native/devcenter/get_curation_profile.py +0 -169
  361. pulumi_azure_native/devcenter/v20240801preview/__init__.py +0 -50
  362. pulumi_azure_native/devcenter/v20240801preview/_enums.py +0 -219
  363. pulumi_azure_native/devcenter/v20240801preview/_inputs.py +0 -904
  364. pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +0 -260
  365. pulumi_azure_native/devcenter/v20240801preview/catalog.py +0 -368
  366. pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +0 -259
  367. pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +0 -418
  368. pulumi_azure_native/devcenter/v20240801preview/dev_center.py +0 -481
  369. pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +0 -347
  370. pulumi_azure_native/devcenter/v20240801preview/environment_type.py +0 -258
  371. pulumi_azure_native/devcenter/v20240801preview/gallery.py +0 -230
  372. pulumi_azure_native/devcenter/v20240801preview/get_attached_network_by_dev_center.py +0 -193
  373. pulumi_azure_native/devcenter/v20240801preview/get_catalog.py +0 -258
  374. pulumi_azure_native/devcenter/v20240801preview/get_catalog_sync_error_details.py +0 -115
  375. pulumi_azure_native/devcenter/v20240801preview/get_curation_profile.py +0 -167
  376. pulumi_azure_native/devcenter/v20240801preview/get_customization_task_error_details.py +0 -94
  377. pulumi_azure_native/devcenter/v20240801preview/get_dev_box_definition.py +0 -271
  378. pulumi_azure_native/devcenter/v20240801preview/get_dev_center.py +0 -279
  379. pulumi_azure_native/devcenter/v20240801preview/get_encryption_set.py +0 -206
  380. pulumi_azure_native/devcenter/v20240801preview/get_environment_definition_error_details.py +0 -94
  381. pulumi_azure_native/devcenter/v20240801preview/get_environment_type.py +0 -167
  382. pulumi_azure_native/devcenter/v20240801preview/get_gallery.py +0 -154
  383. pulumi_azure_native/devcenter/v20240801preview/get_network_connection.py +0 -266
  384. pulumi_azure_native/devcenter/v20240801preview/get_plan.py +0 -175
  385. pulumi_azure_native/devcenter/v20240801preview/get_plan_member.py +0 -193
  386. pulumi_azure_native/devcenter/v20240801preview/get_pool.py +0 -349
  387. pulumi_azure_native/devcenter/v20240801preview/get_project.py +0 -253
  388. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog.py +0 -258
  389. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_environment_definition_error_details.py +0 -94
  390. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_image_definition_build_details.py +0 -216
  391. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_sync_error_details.py +0 -115
  392. pulumi_azure_native/devcenter/v20240801preview/get_project_environment_type.py +0 -258
  393. pulumi_azure_native/devcenter/v20240801preview/get_project_inherited_settings.py +0 -97
  394. pulumi_azure_native/devcenter/v20240801preview/get_schedule.py +0 -229
  395. pulumi_azure_native/devcenter/v20240801preview/list_skus_by_project.py +0 -97
  396. pulumi_azure_native/devcenter/v20240801preview/network_connection.py +0 -453
  397. pulumi_azure_native/devcenter/v20240801preview/outputs.py +0 -1899
  398. pulumi_azure_native/devcenter/v20240801preview/plan.py +0 -268
  399. pulumi_azure_native/devcenter/v20240801preview/plan_member.py +0 -298
  400. pulumi_azure_native/devcenter/v20240801preview/pool.py +0 -613
  401. pulumi_azure_native/devcenter/v20240801preview/project.py +0 -423
  402. pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +0 -368
  403. pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +0 -444
  404. pulumi_azure_native/devcenter/v20240801preview/schedule.py +0 -439
  405. pulumi_azure_native/iotoperations/__init__.py +0 -34
  406. pulumi_azure_native/iotoperations/_enums.py +0 -544
  407. pulumi_azure_native/iotoperations/_inputs.py +0 -6026
  408. pulumi_azure_native/iotoperations/broker.py +0 -253
  409. pulumi_azure_native/iotoperations/broker_authentication.py +0 -274
  410. pulumi_azure_native/iotoperations/broker_authorization.py +0 -274
  411. pulumi_azure_native/iotoperations/broker_listener.py +0 -274
  412. pulumi_azure_native/iotoperations/data_flow.py +0 -274
  413. pulumi_azure_native/iotoperations/data_flow_endpoint.py +0 -253
  414. pulumi_azure_native/iotoperations/data_flow_profile.py +0 -253
  415. pulumi_azure_native/iotoperations/get_broker.py +0 -156
  416. pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -161
  417. pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -161
  418. pulumi_azure_native/iotoperations/get_broker_listener.py +0 -161
  419. pulumi_azure_native/iotoperations/get_data_flow.py +0 -161
  420. pulumi_azure_native/iotoperations/get_data_flow_endpoint.py +0 -156
  421. pulumi_azure_native/iotoperations/get_data_flow_profile.py +0 -156
  422. pulumi_azure_native/iotoperations/get_instance.py +0 -177
  423. pulumi_azure_native/iotoperations/instance.py +0 -290
  424. pulumi_azure_native/iotoperations/outputs.py +0 -4991
  425. pulumi_azure_native/iotoperations/v20240701preview/__init__.py +0 -26
  426. pulumi_azure_native/iotoperations/v20240701preview/_enums.py +0 -544
  427. pulumi_azure_native/iotoperations/v20240701preview/_inputs.py +0 -6026
  428. pulumi_azure_native/iotoperations/v20240701preview/broker.py +0 -251
  429. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +0 -272
  430. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +0 -272
  431. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +0 -272
  432. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +0 -272
  433. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +0 -251
  434. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +0 -251
  435. pulumi_azure_native/iotoperations/v20240701preview/get_broker.py +0 -154
  436. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authentication.py +0 -159
  437. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authorization.py +0 -159
  438. pulumi_azure_native/iotoperations/v20240701preview/get_broker_listener.py +0 -159
  439. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow.py +0 -159
  440. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_endpoint.py +0 -154
  441. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_profile.py +0 -154
  442. pulumi_azure_native/iotoperations/v20240701preview/get_instance.py +0 -175
  443. pulumi_azure_native/iotoperations/v20240701preview/instance.py +0 -288
  444. pulumi_azure_native/iotoperations/v20240701preview/outputs.py +0 -4991
  445. pulumi_azure_native/portal/v20200901preview/_enums.py +0 -19
  446. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/WHEEL +0 -0
  447. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/top_level.txt +0 -0
@@ -1,613 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from ... import _utilities
16
- from . import outputs
17
- from ._enums import *
18
- from ._inputs import *
19
-
20
- __all__ = ['PoolArgs', 'Pool']
21
-
22
- @pulumi.input_type
23
- class PoolArgs:
24
- def __init__(__self__, *,
25
- dev_box_definition_name: pulumi.Input[str],
26
- license_type: pulumi.Input[Union[str, 'LicenseType']],
27
- local_administrator: pulumi.Input[Union[str, 'LocalAdminStatus']],
28
- network_connection_name: pulumi.Input[str],
29
- project_name: pulumi.Input[str],
30
- resource_group_name: pulumi.Input[str],
31
- dev_box_definition: Optional[pulumi.Input['PoolDevBoxDefinitionArgs']] = None,
32
- dev_box_definition_type: Optional[pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']]] = None,
33
- display_name: Optional[pulumi.Input[str]] = None,
34
- location: Optional[pulumi.Input[str]] = None,
35
- managed_virtual_network_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
36
- pool_name: Optional[pulumi.Input[str]] = None,
37
- single_sign_on_status: Optional[pulumi.Input[Union[str, 'SingleSignOnStatus']]] = None,
38
- stop_on_disconnect: Optional[pulumi.Input['StopOnDisconnectConfigurationArgs']] = None,
39
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
40
- virtual_network_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]] = None):
41
- """
42
- The set of arguments for constructing a Pool resource.
43
- :param pulumi.Input[str] dev_box_definition_name: Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value.
44
- :param pulumi.Input[Union[str, 'LicenseType']] license_type: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
45
- :param pulumi.Input[Union[str, 'LocalAdminStatus']] local_administrator: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
46
- :param pulumi.Input[str] network_connection_name: Name of a Network Connection in parent Project of this Pool
47
- :param pulumi.Input[str] project_name: The name of the project.
48
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
49
- :param pulumi.Input['PoolDevBoxDefinitionArgs'] dev_box_definition: A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided.
50
- :param pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']] dev_box_definition_type: Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.
51
- :param pulumi.Input[str] display_name: The display name of the pool.
52
- :param pulumi.Input[str] location: The geo-location where the resource lives
53
- :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_virtual_network_regions: The regions of the managed virtual network (required when managedNetworkType is Managed).
54
- :param pulumi.Input[str] pool_name: Name of the pool.
55
- :param pulumi.Input[Union[str, 'SingleSignOnStatus']] single_sign_on_status: Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
56
- :param pulumi.Input['StopOnDisconnectConfigurationArgs'] stop_on_disconnect: Stop on disconnect configuration settings for Dev Boxes created in this pool.
57
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
58
- :param pulumi.Input[Union[str, 'VirtualNetworkType']] virtual_network_type: Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
59
- """
60
- pulumi.set(__self__, "dev_box_definition_name", dev_box_definition_name)
61
- pulumi.set(__self__, "license_type", license_type)
62
- pulumi.set(__self__, "local_administrator", local_administrator)
63
- pulumi.set(__self__, "network_connection_name", network_connection_name)
64
- pulumi.set(__self__, "project_name", project_name)
65
- pulumi.set(__self__, "resource_group_name", resource_group_name)
66
- if dev_box_definition is not None:
67
- pulumi.set(__self__, "dev_box_definition", dev_box_definition)
68
- if dev_box_definition_type is not None:
69
- pulumi.set(__self__, "dev_box_definition_type", dev_box_definition_type)
70
- if display_name is not None:
71
- pulumi.set(__self__, "display_name", display_name)
72
- if location is not None:
73
- pulumi.set(__self__, "location", location)
74
- if managed_virtual_network_regions is not None:
75
- pulumi.set(__self__, "managed_virtual_network_regions", managed_virtual_network_regions)
76
- if pool_name is not None:
77
- pulumi.set(__self__, "pool_name", pool_name)
78
- if single_sign_on_status is not None:
79
- pulumi.set(__self__, "single_sign_on_status", single_sign_on_status)
80
- if stop_on_disconnect is not None:
81
- pulumi.set(__self__, "stop_on_disconnect", stop_on_disconnect)
82
- if tags is not None:
83
- pulumi.set(__self__, "tags", tags)
84
- if virtual_network_type is not None:
85
- pulumi.set(__self__, "virtual_network_type", virtual_network_type)
86
-
87
- @property
88
- @pulumi.getter(name="devBoxDefinitionName")
89
- def dev_box_definition_name(self) -> pulumi.Input[str]:
90
- """
91
- Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value.
92
- """
93
- return pulumi.get(self, "dev_box_definition_name")
94
-
95
- @dev_box_definition_name.setter
96
- def dev_box_definition_name(self, value: pulumi.Input[str]):
97
- pulumi.set(self, "dev_box_definition_name", value)
98
-
99
- @property
100
- @pulumi.getter(name="licenseType")
101
- def license_type(self) -> pulumi.Input[Union[str, 'LicenseType']]:
102
- """
103
- Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
104
- """
105
- return pulumi.get(self, "license_type")
106
-
107
- @license_type.setter
108
- def license_type(self, value: pulumi.Input[Union[str, 'LicenseType']]):
109
- pulumi.set(self, "license_type", value)
110
-
111
- @property
112
- @pulumi.getter(name="localAdministrator")
113
- def local_administrator(self) -> pulumi.Input[Union[str, 'LocalAdminStatus']]:
114
- """
115
- Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
116
- """
117
- return pulumi.get(self, "local_administrator")
118
-
119
- @local_administrator.setter
120
- def local_administrator(self, value: pulumi.Input[Union[str, 'LocalAdminStatus']]):
121
- pulumi.set(self, "local_administrator", value)
122
-
123
- @property
124
- @pulumi.getter(name="networkConnectionName")
125
- def network_connection_name(self) -> pulumi.Input[str]:
126
- """
127
- Name of a Network Connection in parent Project of this Pool
128
- """
129
- return pulumi.get(self, "network_connection_name")
130
-
131
- @network_connection_name.setter
132
- def network_connection_name(self, value: pulumi.Input[str]):
133
- pulumi.set(self, "network_connection_name", value)
134
-
135
- @property
136
- @pulumi.getter(name="projectName")
137
- def project_name(self) -> pulumi.Input[str]:
138
- """
139
- The name of the project.
140
- """
141
- return pulumi.get(self, "project_name")
142
-
143
- @project_name.setter
144
- def project_name(self, value: pulumi.Input[str]):
145
- pulumi.set(self, "project_name", value)
146
-
147
- @property
148
- @pulumi.getter(name="resourceGroupName")
149
- def resource_group_name(self) -> pulumi.Input[str]:
150
- """
151
- The name of the resource group. The name is case insensitive.
152
- """
153
- return pulumi.get(self, "resource_group_name")
154
-
155
- @resource_group_name.setter
156
- def resource_group_name(self, value: pulumi.Input[str]):
157
- pulumi.set(self, "resource_group_name", value)
158
-
159
- @property
160
- @pulumi.getter(name="devBoxDefinition")
161
- def dev_box_definition(self) -> Optional[pulumi.Input['PoolDevBoxDefinitionArgs']]:
162
- """
163
- A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided.
164
- """
165
- return pulumi.get(self, "dev_box_definition")
166
-
167
- @dev_box_definition.setter
168
- def dev_box_definition(self, value: Optional[pulumi.Input['PoolDevBoxDefinitionArgs']]):
169
- pulumi.set(self, "dev_box_definition", value)
170
-
171
- @property
172
- @pulumi.getter(name="devBoxDefinitionType")
173
- def dev_box_definition_type(self) -> Optional[pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']]]:
174
- """
175
- Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.
176
- """
177
- return pulumi.get(self, "dev_box_definition_type")
178
-
179
- @dev_box_definition_type.setter
180
- def dev_box_definition_type(self, value: Optional[pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']]]):
181
- pulumi.set(self, "dev_box_definition_type", value)
182
-
183
- @property
184
- @pulumi.getter(name="displayName")
185
- def display_name(self) -> Optional[pulumi.Input[str]]:
186
- """
187
- The display name of the pool.
188
- """
189
- return pulumi.get(self, "display_name")
190
-
191
- @display_name.setter
192
- def display_name(self, value: Optional[pulumi.Input[str]]):
193
- pulumi.set(self, "display_name", value)
194
-
195
- @property
196
- @pulumi.getter
197
- def location(self) -> Optional[pulumi.Input[str]]:
198
- """
199
- The geo-location where the resource lives
200
- """
201
- return pulumi.get(self, "location")
202
-
203
- @location.setter
204
- def location(self, value: Optional[pulumi.Input[str]]):
205
- pulumi.set(self, "location", value)
206
-
207
- @property
208
- @pulumi.getter(name="managedVirtualNetworkRegions")
209
- def managed_virtual_network_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
210
- """
211
- The regions of the managed virtual network (required when managedNetworkType is Managed).
212
- """
213
- return pulumi.get(self, "managed_virtual_network_regions")
214
-
215
- @managed_virtual_network_regions.setter
216
- def managed_virtual_network_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
217
- pulumi.set(self, "managed_virtual_network_regions", value)
218
-
219
- @property
220
- @pulumi.getter(name="poolName")
221
- def pool_name(self) -> Optional[pulumi.Input[str]]:
222
- """
223
- Name of the pool.
224
- """
225
- return pulumi.get(self, "pool_name")
226
-
227
- @pool_name.setter
228
- def pool_name(self, value: Optional[pulumi.Input[str]]):
229
- pulumi.set(self, "pool_name", value)
230
-
231
- @property
232
- @pulumi.getter(name="singleSignOnStatus")
233
- def single_sign_on_status(self) -> Optional[pulumi.Input[Union[str, 'SingleSignOnStatus']]]:
234
- """
235
- Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
236
- """
237
- return pulumi.get(self, "single_sign_on_status")
238
-
239
- @single_sign_on_status.setter
240
- def single_sign_on_status(self, value: Optional[pulumi.Input[Union[str, 'SingleSignOnStatus']]]):
241
- pulumi.set(self, "single_sign_on_status", value)
242
-
243
- @property
244
- @pulumi.getter(name="stopOnDisconnect")
245
- def stop_on_disconnect(self) -> Optional[pulumi.Input['StopOnDisconnectConfigurationArgs']]:
246
- """
247
- Stop on disconnect configuration settings for Dev Boxes created in this pool.
248
- """
249
- return pulumi.get(self, "stop_on_disconnect")
250
-
251
- @stop_on_disconnect.setter
252
- def stop_on_disconnect(self, value: Optional[pulumi.Input['StopOnDisconnectConfigurationArgs']]):
253
- pulumi.set(self, "stop_on_disconnect", value)
254
-
255
- @property
256
- @pulumi.getter
257
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
258
- """
259
- Resource tags.
260
- """
261
- return pulumi.get(self, "tags")
262
-
263
- @tags.setter
264
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
265
- pulumi.set(self, "tags", value)
266
-
267
- @property
268
- @pulumi.getter(name="virtualNetworkType")
269
- def virtual_network_type(self) -> Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]]:
270
- """
271
- Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
272
- """
273
- return pulumi.get(self, "virtual_network_type")
274
-
275
- @virtual_network_type.setter
276
- def virtual_network_type(self, value: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]]):
277
- pulumi.set(self, "virtual_network_type", value)
278
-
279
-
280
- class Pool(pulumi.CustomResource):
281
- @overload
282
- def __init__(__self__,
283
- resource_name: str,
284
- opts: Optional[pulumi.ResourceOptions] = None,
285
- dev_box_definition: Optional[pulumi.Input[Union['PoolDevBoxDefinitionArgs', 'PoolDevBoxDefinitionArgsDict']]] = None,
286
- dev_box_definition_name: Optional[pulumi.Input[str]] = None,
287
- dev_box_definition_type: Optional[pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']]] = None,
288
- display_name: Optional[pulumi.Input[str]] = None,
289
- license_type: Optional[pulumi.Input[Union[str, 'LicenseType']]] = None,
290
- local_administrator: Optional[pulumi.Input[Union[str, 'LocalAdminStatus']]] = None,
291
- location: Optional[pulumi.Input[str]] = None,
292
- managed_virtual_network_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
293
- network_connection_name: Optional[pulumi.Input[str]] = None,
294
- pool_name: Optional[pulumi.Input[str]] = None,
295
- project_name: Optional[pulumi.Input[str]] = None,
296
- resource_group_name: Optional[pulumi.Input[str]] = None,
297
- single_sign_on_status: Optional[pulumi.Input[Union[str, 'SingleSignOnStatus']]] = None,
298
- stop_on_disconnect: Optional[pulumi.Input[Union['StopOnDisconnectConfigurationArgs', 'StopOnDisconnectConfigurationArgsDict']]] = None,
299
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
300
- virtual_network_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]] = None,
301
- __props__=None):
302
- """
303
- A pool of Virtual Machines.
304
-
305
- :param str resource_name: The name of the resource.
306
- :param pulumi.ResourceOptions opts: Options for the resource.
307
- :param pulumi.Input[Union['PoolDevBoxDefinitionArgs', 'PoolDevBoxDefinitionArgsDict']] dev_box_definition: A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided.
308
- :param pulumi.Input[str] dev_box_definition_name: Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value.
309
- :param pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']] dev_box_definition_type: Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.
310
- :param pulumi.Input[str] display_name: The display name of the pool.
311
- :param pulumi.Input[Union[str, 'LicenseType']] license_type: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
312
- :param pulumi.Input[Union[str, 'LocalAdminStatus']] local_administrator: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
313
- :param pulumi.Input[str] location: The geo-location where the resource lives
314
- :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_virtual_network_regions: The regions of the managed virtual network (required when managedNetworkType is Managed).
315
- :param pulumi.Input[str] network_connection_name: Name of a Network Connection in parent Project of this Pool
316
- :param pulumi.Input[str] pool_name: Name of the pool.
317
- :param pulumi.Input[str] project_name: The name of the project.
318
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
319
- :param pulumi.Input[Union[str, 'SingleSignOnStatus']] single_sign_on_status: Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
320
- :param pulumi.Input[Union['StopOnDisconnectConfigurationArgs', 'StopOnDisconnectConfigurationArgsDict']] stop_on_disconnect: Stop on disconnect configuration settings for Dev Boxes created in this pool.
321
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
322
- :param pulumi.Input[Union[str, 'VirtualNetworkType']] virtual_network_type: Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
323
- """
324
- ...
325
- @overload
326
- def __init__(__self__,
327
- resource_name: str,
328
- args: PoolArgs,
329
- opts: Optional[pulumi.ResourceOptions] = None):
330
- """
331
- A pool of Virtual Machines.
332
-
333
- :param str resource_name: The name of the resource.
334
- :param PoolArgs args: The arguments to use to populate this resource's properties.
335
- :param pulumi.ResourceOptions opts: Options for the resource.
336
- """
337
- ...
338
- def __init__(__self__, resource_name: str, *args, **kwargs):
339
- resource_args, opts = _utilities.get_resource_args_opts(PoolArgs, pulumi.ResourceOptions, *args, **kwargs)
340
- if resource_args is not None:
341
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
342
- else:
343
- __self__._internal_init(resource_name, *args, **kwargs)
344
-
345
- def _internal_init(__self__,
346
- resource_name: str,
347
- opts: Optional[pulumi.ResourceOptions] = None,
348
- dev_box_definition: Optional[pulumi.Input[Union['PoolDevBoxDefinitionArgs', 'PoolDevBoxDefinitionArgsDict']]] = None,
349
- dev_box_definition_name: Optional[pulumi.Input[str]] = None,
350
- dev_box_definition_type: Optional[pulumi.Input[Union[str, 'PoolDevBoxDefinitionType']]] = None,
351
- display_name: Optional[pulumi.Input[str]] = None,
352
- license_type: Optional[pulumi.Input[Union[str, 'LicenseType']]] = None,
353
- local_administrator: Optional[pulumi.Input[Union[str, 'LocalAdminStatus']]] = None,
354
- location: Optional[pulumi.Input[str]] = None,
355
- managed_virtual_network_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
356
- network_connection_name: Optional[pulumi.Input[str]] = None,
357
- pool_name: Optional[pulumi.Input[str]] = None,
358
- project_name: Optional[pulumi.Input[str]] = None,
359
- resource_group_name: Optional[pulumi.Input[str]] = None,
360
- single_sign_on_status: Optional[pulumi.Input[Union[str, 'SingleSignOnStatus']]] = None,
361
- stop_on_disconnect: Optional[pulumi.Input[Union['StopOnDisconnectConfigurationArgs', 'StopOnDisconnectConfigurationArgsDict']]] = None,
362
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
363
- virtual_network_type: Optional[pulumi.Input[Union[str, 'VirtualNetworkType']]] = None,
364
- __props__=None):
365
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
366
- if not isinstance(opts, pulumi.ResourceOptions):
367
- raise TypeError('Expected resource options to be a ResourceOptions instance')
368
- if opts.id is None:
369
- if __props__ is not None:
370
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
371
- __props__ = PoolArgs.__new__(PoolArgs)
372
-
373
- __props__.__dict__["dev_box_definition"] = dev_box_definition
374
- if dev_box_definition_name is None and not opts.urn:
375
- raise TypeError("Missing required property 'dev_box_definition_name'")
376
- __props__.__dict__["dev_box_definition_name"] = dev_box_definition_name
377
- __props__.__dict__["dev_box_definition_type"] = dev_box_definition_type
378
- __props__.__dict__["display_name"] = display_name
379
- if license_type is None and not opts.urn:
380
- raise TypeError("Missing required property 'license_type'")
381
- __props__.__dict__["license_type"] = license_type
382
- if local_administrator is None and not opts.urn:
383
- raise TypeError("Missing required property 'local_administrator'")
384
- __props__.__dict__["local_administrator"] = local_administrator
385
- __props__.__dict__["location"] = location
386
- __props__.__dict__["managed_virtual_network_regions"] = managed_virtual_network_regions
387
- if network_connection_name is None and not opts.urn:
388
- raise TypeError("Missing required property 'network_connection_name'")
389
- __props__.__dict__["network_connection_name"] = network_connection_name
390
- __props__.__dict__["pool_name"] = pool_name
391
- if project_name is None and not opts.urn:
392
- raise TypeError("Missing required property 'project_name'")
393
- __props__.__dict__["project_name"] = project_name
394
- if resource_group_name is None and not opts.urn:
395
- raise TypeError("Missing required property 'resource_group_name'")
396
- __props__.__dict__["resource_group_name"] = resource_group_name
397
- __props__.__dict__["single_sign_on_status"] = single_sign_on_status
398
- __props__.__dict__["stop_on_disconnect"] = stop_on_disconnect
399
- __props__.__dict__["tags"] = tags
400
- __props__.__dict__["virtual_network_type"] = virtual_network_type
401
- __props__.__dict__["dev_box_count"] = None
402
- __props__.__dict__["health_status"] = None
403
- __props__.__dict__["health_status_details"] = None
404
- __props__.__dict__["name"] = None
405
- __props__.__dict__["provisioning_state"] = None
406
- __props__.__dict__["system_data"] = None
407
- __props__.__dict__["type"] = None
408
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20220801preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20220901preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20221012preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20221111preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230101preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230401:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230801preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20231001preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240201:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:Pool")])
409
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
410
- super(Pool, __self__).__init__(
411
- 'azure-native:devcenter/v20240801preview:Pool',
412
- resource_name,
413
- __props__,
414
- opts)
415
-
416
- @staticmethod
417
- def get(resource_name: str,
418
- id: pulumi.Input[str],
419
- opts: Optional[pulumi.ResourceOptions] = None) -> 'Pool':
420
- """
421
- Get an existing Pool resource's state with the given name, id, and optional extra
422
- properties used to qualify the lookup.
423
-
424
- :param str resource_name: The unique name of the resulting resource.
425
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
426
- :param pulumi.ResourceOptions opts: Options for the resource.
427
- """
428
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
429
-
430
- __props__ = PoolArgs.__new__(PoolArgs)
431
-
432
- __props__.__dict__["dev_box_count"] = None
433
- __props__.__dict__["dev_box_definition"] = None
434
- __props__.__dict__["dev_box_definition_name"] = None
435
- __props__.__dict__["dev_box_definition_type"] = None
436
- __props__.__dict__["display_name"] = None
437
- __props__.__dict__["health_status"] = None
438
- __props__.__dict__["health_status_details"] = None
439
- __props__.__dict__["license_type"] = None
440
- __props__.__dict__["local_administrator"] = None
441
- __props__.__dict__["location"] = None
442
- __props__.__dict__["managed_virtual_network_regions"] = None
443
- __props__.__dict__["name"] = None
444
- __props__.__dict__["network_connection_name"] = None
445
- __props__.__dict__["provisioning_state"] = None
446
- __props__.__dict__["single_sign_on_status"] = None
447
- __props__.__dict__["stop_on_disconnect"] = None
448
- __props__.__dict__["system_data"] = None
449
- __props__.__dict__["tags"] = None
450
- __props__.__dict__["type"] = None
451
- __props__.__dict__["virtual_network_type"] = None
452
- return Pool(resource_name, opts=opts, __props__=__props__)
453
-
454
- @property
455
- @pulumi.getter(name="devBoxCount")
456
- def dev_box_count(self) -> pulumi.Output[int]:
457
- """
458
- Indicates the number of provisioned Dev Boxes in this pool.
459
- """
460
- return pulumi.get(self, "dev_box_count")
461
-
462
- @property
463
- @pulumi.getter(name="devBoxDefinition")
464
- def dev_box_definition(self) -> pulumi.Output[Optional['outputs.PoolDevBoxDefinitionResponse']]:
465
- """
466
- A definition of the machines that are created from this Pool. Will be ignored if devBoxDefinitionType is Reference or not provided.
467
- """
468
- return pulumi.get(self, "dev_box_definition")
469
-
470
- @property
471
- @pulumi.getter(name="devBoxDefinitionName")
472
- def dev_box_definition_name(self) -> pulumi.Output[str]:
473
- """
474
- Name of a Dev Box definition in parent Project of this Pool. Will be ignored if devBoxDefinitionType is Value.
475
- """
476
- return pulumi.get(self, "dev_box_definition_name")
477
-
478
- @property
479
- @pulumi.getter(name="devBoxDefinitionType")
480
- def dev_box_definition_type(self) -> pulumi.Output[Optional[str]]:
481
- """
482
- Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.
483
- """
484
- return pulumi.get(self, "dev_box_definition_type")
485
-
486
- @property
487
- @pulumi.getter(name="displayName")
488
- def display_name(self) -> pulumi.Output[Optional[str]]:
489
- """
490
- The display name of the pool.
491
- """
492
- return pulumi.get(self, "display_name")
493
-
494
- @property
495
- @pulumi.getter(name="healthStatus")
496
- def health_status(self) -> pulumi.Output[str]:
497
- """
498
- Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
499
- """
500
- return pulumi.get(self, "health_status")
501
-
502
- @property
503
- @pulumi.getter(name="healthStatusDetails")
504
- def health_status_details(self) -> pulumi.Output[Sequence['outputs.HealthStatusDetailResponse']]:
505
- """
506
- Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state
507
- """
508
- return pulumi.get(self, "health_status_details")
509
-
510
- @property
511
- @pulumi.getter(name="licenseType")
512
- def license_type(self) -> pulumi.Output[str]:
513
- """
514
- Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
515
- """
516
- return pulumi.get(self, "license_type")
517
-
518
- @property
519
- @pulumi.getter(name="localAdministrator")
520
- def local_administrator(self) -> pulumi.Output[str]:
521
- """
522
- Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
523
- """
524
- return pulumi.get(self, "local_administrator")
525
-
526
- @property
527
- @pulumi.getter
528
- def location(self) -> pulumi.Output[str]:
529
- """
530
- The geo-location where the resource lives
531
- """
532
- return pulumi.get(self, "location")
533
-
534
- @property
535
- @pulumi.getter(name="managedVirtualNetworkRegions")
536
- def managed_virtual_network_regions(self) -> pulumi.Output[Optional[Sequence[str]]]:
537
- """
538
- The regions of the managed virtual network (required when managedNetworkType is Managed).
539
- """
540
- return pulumi.get(self, "managed_virtual_network_regions")
541
-
542
- @property
543
- @pulumi.getter
544
- def name(self) -> pulumi.Output[str]:
545
- """
546
- The name of the resource
547
- """
548
- return pulumi.get(self, "name")
549
-
550
- @property
551
- @pulumi.getter(name="networkConnectionName")
552
- def network_connection_name(self) -> pulumi.Output[str]:
553
- """
554
- Name of a Network Connection in parent Project of this Pool
555
- """
556
- return pulumi.get(self, "network_connection_name")
557
-
558
- @property
559
- @pulumi.getter(name="provisioningState")
560
- def provisioning_state(self) -> pulumi.Output[str]:
561
- """
562
- The provisioning state of the resource.
563
- """
564
- return pulumi.get(self, "provisioning_state")
565
-
566
- @property
567
- @pulumi.getter(name="singleSignOnStatus")
568
- def single_sign_on_status(self) -> pulumi.Output[Optional[str]]:
569
- """
570
- Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
571
- """
572
- return pulumi.get(self, "single_sign_on_status")
573
-
574
- @property
575
- @pulumi.getter(name="stopOnDisconnect")
576
- def stop_on_disconnect(self) -> pulumi.Output[Optional['outputs.StopOnDisconnectConfigurationResponse']]:
577
- """
578
- Stop on disconnect configuration settings for Dev Boxes created in this pool.
579
- """
580
- return pulumi.get(self, "stop_on_disconnect")
581
-
582
- @property
583
- @pulumi.getter(name="systemData")
584
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
585
- """
586
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
587
- """
588
- return pulumi.get(self, "system_data")
589
-
590
- @property
591
- @pulumi.getter
592
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
593
- """
594
- Resource tags.
595
- """
596
- return pulumi.get(self, "tags")
597
-
598
- @property
599
- @pulumi.getter
600
- def type(self) -> pulumi.Output[str]:
601
- """
602
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
603
- """
604
- return pulumi.get(self, "type")
605
-
606
- @property
607
- @pulumi.getter(name="virtualNetworkType")
608
- def virtual_network_type(self) -> pulumi.Output[Optional[str]]:
609
- """
610
- Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
611
- """
612
- return pulumi.get(self, "virtual_network_type")
613
-