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

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

Potentially problematic release.


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

Files changed (293) hide show
  1. pulumi_azure_native/__init__.py +91 -2
  2. pulumi_azure_native/billing/__init__.py +11 -0
  3. pulumi_azure_native/billing/_enums.py +71 -0
  4. pulumi_azure_native/billing/_inputs.py +1274 -0
  5. pulumi_azure_native/billing/associated_tenant.py +226 -0
  6. pulumi_azure_native/billing/billing_profile.py +225 -0
  7. pulumi_azure_native/billing/billing_role_assignment_by_billing_account.py +5 -1
  8. pulumi_azure_native/billing/billing_role_assignment_by_department.py +5 -1
  9. pulumi_azure_native/billing/billing_role_assignment_by_enrollment_account.py +5 -1
  10. pulumi_azure_native/billing/get_associated_tenant.py +146 -0
  11. pulumi_azure_native/billing/get_billing_profile.py +146 -0
  12. pulumi_azure_native/billing/get_billing_role_assignment_by_billing_account.py +4 -0
  13. pulumi_azure_native/billing/get_billing_role_assignment_by_department.py +4 -0
  14. pulumi_azure_native/billing/get_billing_role_assignment_by_enrollment_account.py +4 -0
  15. pulumi_azure_native/billing/get_invoice_section.py +151 -0
  16. pulumi_azure_native/billing/invoice_section.py +247 -0
  17. pulumi_azure_native/billing/list_billing_account_invoice_sections_by_create_subscription_permission.py +2 -2
  18. pulumi_azure_native/billing/outputs.py +1728 -17
  19. pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_billing_account.py +1 -1
  20. pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_department.py +1 -1
  21. pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_enrollment_account.py +1 -1
  22. pulumi_azure_native/billing/v20240401/__init__.py +23 -0
  23. pulumi_azure_native/billing/v20240401/_enums.py +71 -0
  24. pulumi_azure_native/billing/v20240401/_inputs.py +1394 -0
  25. pulumi_azure_native/billing/v20240401/associated_tenant.py +224 -0
  26. pulumi_azure_native/billing/v20240401/billing_profile.py +223 -0
  27. pulumi_azure_native/billing/v20240401/billing_role_assignment_by_billing_account.py +223 -0
  28. pulumi_azure_native/billing/v20240401/billing_role_assignment_by_department.py +244 -0
  29. pulumi_azure_native/billing/v20240401/billing_role_assignment_by_enrollment_account.py +244 -0
  30. pulumi_azure_native/billing/v20240401/get_associated_tenant.py +144 -0
  31. pulumi_azure_native/billing/v20240401/get_billing_profile.py +144 -0
  32. pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_billing_account.py +144 -0
  33. pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_department.py +149 -0
  34. pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_enrollment_account.py +149 -0
  35. pulumi_azure_native/billing/v20240401/get_invoice_section.py +149 -0
  36. pulumi_azure_native/billing/v20240401/invoice_section.py +245 -0
  37. pulumi_azure_native/billing/v20240401/list_billing_account_invoice_sections_by_create_subscription_permission.py +92 -0
  38. pulumi_azure_native/billing/v20240401/outputs.py +2305 -0
  39. pulumi_azure_native/containerinstance/__init__.py +3 -0
  40. pulumi_azure_native/containerinstance/container_group.py +3 -3
  41. pulumi_azure_native/containerinstance/get_container_group.py +2 -2
  42. pulumi_azure_native/containerinstance/v20210301/container_group.py +1 -1
  43. pulumi_azure_native/containerinstance/v20210701/container_group.py +1 -1
  44. pulumi_azure_native/containerinstance/v20230201preview/container_group.py +1 -1
  45. pulumi_azure_native/containerinstance/v20230501/container_group.py +1 -1
  46. pulumi_azure_native/containerinstance/v20240501preview/__init__.py +12 -0
  47. pulumi_azure_native/containerinstance/v20240501preview/_enums.py +127 -0
  48. pulumi_azure_native/containerinstance/v20240501preview/_inputs.py +2019 -0
  49. pulumi_azure_native/containerinstance/v20240501preview/container_group.py +808 -0
  50. pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +420 -0
  51. pulumi_azure_native/containerinstance/v20240501preview/outputs.py +2605 -0
  52. pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
  53. pulumi_azure_native/dbformysql/configuration.py +3 -3
  54. pulumi_azure_native/dbformysql/database.py +3 -3
  55. pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
  56. pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
  57. pulumi_azure_native/dbformysql/get_configuration.py +2 -2
  58. pulumi_azure_native/dbformysql/get_database.py +2 -2
  59. pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
  60. pulumi_azure_native/dbformysql/v20200701privatepreview/configuration.py +1 -1
  61. pulumi_azure_native/dbformysql/v20220101/azure_ad_administrator.py +1 -1
  62. pulumi_azure_native/dbformysql/v20220101/configuration.py +1 -1
  63. pulumi_azure_native/dbformysql/v20220101/database.py +1 -1
  64. pulumi_azure_native/dbformysql/v20220101/firewall_rule.py +1 -1
  65. pulumi_azure_native/dbformysql/v20230601preview/azure_ad_administrator.py +1 -1
  66. pulumi_azure_native/dbformysql/v20230601preview/configuration.py +1 -1
  67. pulumi_azure_native/dbformysql/v20230601preview/database.py +1 -1
  68. pulumi_azure_native/dbformysql/v20230601preview/firewall_rule.py +1 -1
  69. pulumi_azure_native/dbformysql/v20230630/azure_ad_administrator.py +1 -1
  70. pulumi_azure_native/dbformysql/v20230630/configuration.py +1 -1
  71. pulumi_azure_native/dbformysql/v20230630/database.py +1 -1
  72. pulumi_azure_native/dbformysql/v20230630/firewall_rule.py +1 -1
  73. pulumi_azure_native/dbformysql/v20231230/__init__.py +8 -0
  74. pulumi_azure_native/dbformysql/v20231230/_enums.py +17 -0
  75. pulumi_azure_native/dbformysql/v20231230/azure_ad_administrator.py +331 -0
  76. pulumi_azure_native/dbformysql/v20231230/configuration.py +353 -0
  77. pulumi_azure_native/dbformysql/v20231230/database.py +243 -0
  78. pulumi_azure_native/dbformysql/v20231230/firewall_rule.py +245 -0
  79. pulumi_azure_native/dbformysql/v20231230/get_azure_ad_administrator.py +188 -0
  80. pulumi_azure_native/dbformysql/v20231230/get_configuration.py +266 -0
  81. pulumi_azure_native/dbformysql/v20231230/get_database.py +149 -0
  82. pulumi_azure_native/dbformysql/v20231230/get_firewall_rule.py +149 -0
  83. pulumi_azure_native/devcenter/__init__.py +4 -0
  84. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  85. pulumi_azure_native/devcenter/catalog.py +3 -3
  86. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  87. pulumi_azure_native/devcenter/dev_center.py +3 -3
  88. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  89. pulumi_azure_native/devcenter/environment_type.py +3 -3
  90. pulumi_azure_native/devcenter/gallery.py +3 -3
  91. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  92. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  93. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  94. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  95. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  96. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  97. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  98. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  99. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  100. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  101. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  102. pulumi_azure_native/devcenter/get_plan.py +2 -2
  103. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  104. pulumi_azure_native/devcenter/get_pool.py +2 -2
  105. pulumi_azure_native/devcenter/get_project.py +2 -2
  106. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  107. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  108. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +213 -0
  109. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  110. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  111. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  112. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  113. pulumi_azure_native/devcenter/list_skus_by_project.py +4 -0
  114. pulumi_azure_native/devcenter/network_connection.py +3 -3
  115. pulumi_azure_native/devcenter/outputs.py +226 -0
  116. pulumi_azure_native/devcenter/plan.py +3 -3
  117. pulumi_azure_native/devcenter/plan_member.py +3 -3
  118. pulumi_azure_native/devcenter/pool.py +3 -3
  119. pulumi_azure_native/devcenter/project.py +3 -3
  120. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  121. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  122. pulumi_azure_native/devcenter/schedule.py +3 -3
  123. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  124. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  125. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  126. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  127. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  128. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  129. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  130. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  131. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  132. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  133. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  134. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  135. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  136. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  137. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  138. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  139. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  140. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  141. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  142. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  143. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  144. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  145. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  146. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  147. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  148. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  149. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  150. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  151. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  152. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  153. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  154. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  155. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  156. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  157. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  158. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  159. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  160. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  161. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  162. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  163. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  164. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  165. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  166. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  167. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  168. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  169. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  170. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  171. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  172. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  173. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  174. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  175. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  176. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  177. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  178. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  179. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  180. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  181. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  182. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  183. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  184. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  185. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  186. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  187. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  188. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  189. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  190. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  191. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  192. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  193. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  194. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  195. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  196. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  197. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  198. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  199. pulumi_azure_native/devcenter/v20240701preview/__init__.py +48 -0
  200. pulumi_azure_native/devcenter/v20240701preview/_enums.py +209 -0
  201. pulumi_azure_native/devcenter/v20240701preview/_inputs.py +595 -0
  202. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +255 -0
  203. pulumi_azure_native/devcenter/v20240701preview/catalog.py +363 -0
  204. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +413 -0
  205. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +447 -0
  206. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +342 -0
  207. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +253 -0
  208. pulumi_azure_native/devcenter/v20240701preview/gallery.py +225 -0
  209. pulumi_azure_native/devcenter/v20240701preview/get_attached_network_by_dev_center.py +188 -0
  210. pulumi_azure_native/devcenter/v20240701preview/get_catalog.py +253 -0
  211. pulumi_azure_native/devcenter/v20240701preview/get_catalog_sync_error_details.py +110 -0
  212. pulumi_azure_native/devcenter/v20240701preview/get_customization_task_error_details.py +89 -0
  213. pulumi_azure_native/devcenter/v20240701preview/get_dev_box_definition.py +266 -0
  214. pulumi_azure_native/devcenter/v20240701preview/get_dev_center.py +261 -0
  215. pulumi_azure_native/devcenter/v20240701preview/get_encryption_set.py +201 -0
  216. pulumi_azure_native/devcenter/v20240701preview/get_environment_definition_error_details.py +89 -0
  217. pulumi_azure_native/devcenter/v20240701preview/get_environment_type.py +162 -0
  218. pulumi_azure_native/devcenter/v20240701preview/get_gallery.py +149 -0
  219. pulumi_azure_native/devcenter/v20240701preview/get_network_connection.py +261 -0
  220. pulumi_azure_native/devcenter/v20240701preview/get_plan.py +170 -0
  221. pulumi_azure_native/devcenter/v20240701preview/get_plan_member.py +175 -0
  222. pulumi_azure_native/devcenter/v20240701preview/get_pool.py +344 -0
  223. pulumi_azure_native/devcenter/v20240701preview/get_project.py +248 -0
  224. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog.py +253 -0
  225. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_environment_definition_error_details.py +89 -0
  226. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_image_definition_build_details.py +211 -0
  227. pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_sync_error_details.py +110 -0
  228. pulumi_azure_native/devcenter/v20240701preview/get_project_environment_type.py +253 -0
  229. pulumi_azure_native/devcenter/v20240701preview/get_project_inherited_settings.py +92 -0
  230. pulumi_azure_native/devcenter/v20240701preview/get_schedule.py +224 -0
  231. pulumi_azure_native/devcenter/v20240701preview/list_skus_by_project.py +92 -0
  232. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +448 -0
  233. pulumi_azure_native/devcenter/v20240701preview/outputs.py +1673 -0
  234. pulumi_azure_native/devcenter/v20240701preview/plan.py +263 -0
  235. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +283 -0
  236. pulumi_azure_native/devcenter/v20240701preview/pool.py +608 -0
  237. pulumi_azure_native/devcenter/v20240701preview/project.py +418 -0
  238. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +363 -0
  239. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +439 -0
  240. pulumi_azure_native/devcenter/v20240701preview/schedule.py +434 -0
  241. pulumi_azure_native/fabric/__init__.py +20 -0
  242. pulumi_azure_native/fabric/_enums.py +19 -0
  243. pulumi_azure_native/fabric/_inputs.py +78 -0
  244. pulumi_azure_native/fabric/fabric_capacity.py +306 -0
  245. pulumi_azure_native/fabric/get_fabric_capacity.py +198 -0
  246. pulumi_azure_native/fabric/outputs.py +183 -0
  247. pulumi_azure_native/fabric/v20231101/__init__.py +12 -0
  248. pulumi_azure_native/fabric/v20231101/_enums.py +19 -0
  249. pulumi_azure_native/fabric/v20231101/_inputs.py +78 -0
  250. pulumi_azure_native/fabric/v20231101/fabric_capacity.py +304 -0
  251. pulumi_azure_native/fabric/v20231101/get_fabric_capacity.py +196 -0
  252. pulumi_azure_native/fabric/v20231101/outputs.py +183 -0
  253. pulumi_azure_native/kubernetes/__init__.py +3 -0
  254. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  255. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  256. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  257. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  258. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  259. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  260. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  261. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  262. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
  263. pulumi_azure_native/kubernetes/v20240701preview/__init__.py +13 -0
  264. pulumi_azure_native/kubernetes/v20240701preview/_enums.py +76 -0
  265. pulumi_azure_native/kubernetes/v20240701preview/_inputs.py +401 -0
  266. pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +788 -0
  267. pulumi_azure_native/kubernetes/v20240701preview/get_connected_cluster.py +469 -0
  268. pulumi_azure_native/kubernetes/v20240701preview/list_connected_cluster_user_credential.py +103 -0
  269. pulumi_azure_native/kubernetes/v20240701preview/outputs.py +827 -0
  270. pulumi_azure_native/loadtestservice/__init__.py +7 -0
  271. pulumi_azure_native/loadtestservice/get_load_test.py +2 -2
  272. pulumi_azure_native/loadtestservice/get_load_test_mapping.py +159 -0
  273. pulumi_azure_native/loadtestservice/get_load_test_profile_mapping.py +159 -0
  274. pulumi_azure_native/loadtestservice/load_test.py +3 -3
  275. pulumi_azure_native/loadtestservice/load_test_mapping.py +253 -0
  276. pulumi_azure_native/loadtestservice/load_test_profile_mapping.py +253 -0
  277. pulumi_azure_native/loadtestservice/v20211201preview/load_test.py +1 -1
  278. pulumi_azure_native/loadtestservice/v20221201/load_test.py +1 -1
  279. pulumi_azure_native/loadtestservice/v20231201preview/__init__.py +16 -0
  280. pulumi_azure_native/loadtestservice/v20231201preview/_enums.py +34 -0
  281. pulumi_azure_native/loadtestservice/v20231201preview/_inputs.py +137 -0
  282. pulumi_azure_native/loadtestservice/v20231201preview/get_load_test.py +209 -0
  283. pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_mapping.py +157 -0
  284. pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_profile_mapping.py +157 -0
  285. pulumi_azure_native/loadtestservice/v20231201preview/load_test.py +331 -0
  286. pulumi_azure_native/loadtestservice/v20231201preview/load_test_mapping.py +251 -0
  287. pulumi_azure_native/loadtestservice/v20231201preview/load_test_profile_mapping.py +251 -0
  288. pulumi_azure_native/loadtestservice/v20231201preview/outputs.py +364 -0
  289. pulumi_azure_native/pulumi-plugin.json +1 -1
  290. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/METADATA +1 -1
  291. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/RECORD +293 -178
  292. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/WHEEL +0 -0
  293. {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,420 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetContainerGroupResult',
15
+ 'AwaitableGetContainerGroupResult',
16
+ 'get_container_group',
17
+ 'get_container_group_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetContainerGroupResult:
22
+ """
23
+ A container group.
24
+ """
25
+ def __init__(__self__, confidential_compute_properties=None, container_group_profile=None, containers=None, diagnostics=None, dns_config=None, encryption_properties=None, extensions=None, id=None, identity=None, image_registry_credentials=None, init_containers=None, instance_view=None, ip_address=None, is_created_from_standby_pool=None, location=None, name=None, os_type=None, priority=None, provisioning_state=None, restart_policy=None, sku=None, standby_pool_profile=None, subnet_ids=None, tags=None, type=None, volumes=None, zones=None):
26
+ if confidential_compute_properties and not isinstance(confidential_compute_properties, dict):
27
+ raise TypeError("Expected argument 'confidential_compute_properties' to be a dict")
28
+ pulumi.set(__self__, "confidential_compute_properties", confidential_compute_properties)
29
+ if container_group_profile and not isinstance(container_group_profile, dict):
30
+ raise TypeError("Expected argument 'container_group_profile' to be a dict")
31
+ pulumi.set(__self__, "container_group_profile", container_group_profile)
32
+ if containers and not isinstance(containers, list):
33
+ raise TypeError("Expected argument 'containers' to be a list")
34
+ pulumi.set(__self__, "containers", containers)
35
+ if diagnostics and not isinstance(diagnostics, dict):
36
+ raise TypeError("Expected argument 'diagnostics' to be a dict")
37
+ pulumi.set(__self__, "diagnostics", diagnostics)
38
+ if dns_config and not isinstance(dns_config, dict):
39
+ raise TypeError("Expected argument 'dns_config' to be a dict")
40
+ pulumi.set(__self__, "dns_config", dns_config)
41
+ if encryption_properties and not isinstance(encryption_properties, dict):
42
+ raise TypeError("Expected argument 'encryption_properties' to be a dict")
43
+ pulumi.set(__self__, "encryption_properties", encryption_properties)
44
+ if extensions and not isinstance(extensions, list):
45
+ raise TypeError("Expected argument 'extensions' to be a list")
46
+ pulumi.set(__self__, "extensions", extensions)
47
+ if id and not isinstance(id, str):
48
+ raise TypeError("Expected argument 'id' to be a str")
49
+ pulumi.set(__self__, "id", id)
50
+ if identity and not isinstance(identity, dict):
51
+ raise TypeError("Expected argument 'identity' to be a dict")
52
+ pulumi.set(__self__, "identity", identity)
53
+ if image_registry_credentials and not isinstance(image_registry_credentials, list):
54
+ raise TypeError("Expected argument 'image_registry_credentials' to be a list")
55
+ pulumi.set(__self__, "image_registry_credentials", image_registry_credentials)
56
+ if init_containers and not isinstance(init_containers, list):
57
+ raise TypeError("Expected argument 'init_containers' to be a list")
58
+ pulumi.set(__self__, "init_containers", init_containers)
59
+ if instance_view and not isinstance(instance_view, dict):
60
+ raise TypeError("Expected argument 'instance_view' to be a dict")
61
+ pulumi.set(__self__, "instance_view", instance_view)
62
+ if ip_address and not isinstance(ip_address, dict):
63
+ raise TypeError("Expected argument 'ip_address' to be a dict")
64
+ pulumi.set(__self__, "ip_address", ip_address)
65
+ if is_created_from_standby_pool and not isinstance(is_created_from_standby_pool, bool):
66
+ raise TypeError("Expected argument 'is_created_from_standby_pool' to be a bool")
67
+ pulumi.set(__self__, "is_created_from_standby_pool", is_created_from_standby_pool)
68
+ if location and not isinstance(location, str):
69
+ raise TypeError("Expected argument 'location' to be a str")
70
+ pulumi.set(__self__, "location", location)
71
+ if name and not isinstance(name, str):
72
+ raise TypeError("Expected argument 'name' to be a str")
73
+ pulumi.set(__self__, "name", name)
74
+ if os_type and not isinstance(os_type, str):
75
+ raise TypeError("Expected argument 'os_type' to be a str")
76
+ pulumi.set(__self__, "os_type", os_type)
77
+ if priority and not isinstance(priority, str):
78
+ raise TypeError("Expected argument 'priority' to be a str")
79
+ pulumi.set(__self__, "priority", priority)
80
+ if provisioning_state and not isinstance(provisioning_state, str):
81
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
82
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
83
+ if restart_policy and not isinstance(restart_policy, str):
84
+ raise TypeError("Expected argument 'restart_policy' to be a str")
85
+ pulumi.set(__self__, "restart_policy", restart_policy)
86
+ if sku and not isinstance(sku, str):
87
+ raise TypeError("Expected argument 'sku' to be a str")
88
+ pulumi.set(__self__, "sku", sku)
89
+ if standby_pool_profile and not isinstance(standby_pool_profile, dict):
90
+ raise TypeError("Expected argument 'standby_pool_profile' to be a dict")
91
+ pulumi.set(__self__, "standby_pool_profile", standby_pool_profile)
92
+ if subnet_ids and not isinstance(subnet_ids, list):
93
+ raise TypeError("Expected argument 'subnet_ids' to be a list")
94
+ pulumi.set(__self__, "subnet_ids", subnet_ids)
95
+ if tags and not isinstance(tags, dict):
96
+ raise TypeError("Expected argument 'tags' to be a dict")
97
+ pulumi.set(__self__, "tags", tags)
98
+ if type and not isinstance(type, str):
99
+ raise TypeError("Expected argument 'type' to be a str")
100
+ pulumi.set(__self__, "type", type)
101
+ if volumes and not isinstance(volumes, list):
102
+ raise TypeError("Expected argument 'volumes' to be a list")
103
+ pulumi.set(__self__, "volumes", volumes)
104
+ if zones and not isinstance(zones, list):
105
+ raise TypeError("Expected argument 'zones' to be a list")
106
+ pulumi.set(__self__, "zones", zones)
107
+
108
+ @property
109
+ @pulumi.getter(name="confidentialComputeProperties")
110
+ def confidential_compute_properties(self) -> Optional['outputs.ConfidentialComputePropertiesResponse']:
111
+ """
112
+ The properties for confidential container group
113
+ """
114
+ return pulumi.get(self, "confidential_compute_properties")
115
+
116
+ @property
117
+ @pulumi.getter(name="containerGroupProfile")
118
+ def container_group_profile(self) -> Optional['outputs.ContainerGroupProfileReferenceDefinitionResponse']:
119
+ """
120
+ The reference container group profile properties.
121
+ """
122
+ return pulumi.get(self, "container_group_profile")
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def containers(self) -> Sequence['outputs.ContainerResponse']:
127
+ """
128
+ The containers within the container group.
129
+ """
130
+ return pulumi.get(self, "containers")
131
+
132
+ @property
133
+ @pulumi.getter
134
+ def diagnostics(self) -> Optional['outputs.ContainerGroupDiagnosticsResponse']:
135
+ """
136
+ The diagnostic information for a container group.
137
+ """
138
+ return pulumi.get(self, "diagnostics")
139
+
140
+ @property
141
+ @pulumi.getter(name="dnsConfig")
142
+ def dns_config(self) -> Optional['outputs.DnsConfigurationResponse']:
143
+ """
144
+ The DNS config information for a container group.
145
+ """
146
+ return pulumi.get(self, "dns_config")
147
+
148
+ @property
149
+ @pulumi.getter(name="encryptionProperties")
150
+ def encryption_properties(self) -> Optional['outputs.EncryptionPropertiesResponse']:
151
+ """
152
+ The encryption properties for a container group.
153
+ """
154
+ return pulumi.get(self, "encryption_properties")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def extensions(self) -> Optional[Sequence['outputs.DeploymentExtensionSpecResponse']]:
159
+ """
160
+ extensions used by virtual kubelet
161
+ """
162
+ return pulumi.get(self, "extensions")
163
+
164
+ @property
165
+ @pulumi.getter
166
+ def id(self) -> str:
167
+ """
168
+ The resource id.
169
+ """
170
+ return pulumi.get(self, "id")
171
+
172
+ @property
173
+ @pulumi.getter
174
+ def identity(self) -> Optional['outputs.ContainerGroupIdentityResponse']:
175
+ """
176
+ The identity of the container group, if configured.
177
+ """
178
+ return pulumi.get(self, "identity")
179
+
180
+ @property
181
+ @pulumi.getter(name="imageRegistryCredentials")
182
+ def image_registry_credentials(self) -> Optional[Sequence['outputs.ImageRegistryCredentialResponse']]:
183
+ """
184
+ The image registry credentials by which the container group is created from.
185
+ """
186
+ return pulumi.get(self, "image_registry_credentials")
187
+
188
+ @property
189
+ @pulumi.getter(name="initContainers")
190
+ def init_containers(self) -> Optional[Sequence['outputs.InitContainerDefinitionResponse']]:
191
+ """
192
+ The init containers for a container group.
193
+ """
194
+ return pulumi.get(self, "init_containers")
195
+
196
+ @property
197
+ @pulumi.getter(name="instanceView")
198
+ def instance_view(self) -> 'outputs.ContainerGroupPropertiesResponseInstanceView':
199
+ """
200
+ The instance view of the container group. Only valid in response.
201
+ """
202
+ return pulumi.get(self, "instance_view")
203
+
204
+ @property
205
+ @pulumi.getter(name="ipAddress")
206
+ def ip_address(self) -> Optional['outputs.IpAddressResponse']:
207
+ """
208
+ The IP address type of the container group.
209
+ """
210
+ return pulumi.get(self, "ip_address")
211
+
212
+ @property
213
+ @pulumi.getter(name="isCreatedFromStandbyPool")
214
+ def is_created_from_standby_pool(self) -> bool:
215
+ """
216
+ The flag indicating whether the container group is created by standby pool.
217
+ """
218
+ return pulumi.get(self, "is_created_from_standby_pool")
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def location(self) -> Optional[str]:
223
+ """
224
+ The resource location.
225
+ """
226
+ return pulumi.get(self, "location")
227
+
228
+ @property
229
+ @pulumi.getter
230
+ def name(self) -> str:
231
+ """
232
+ The resource name.
233
+ """
234
+ return pulumi.get(self, "name")
235
+
236
+ @property
237
+ @pulumi.getter(name="osType")
238
+ def os_type(self) -> Optional[str]:
239
+ """
240
+ The operating system type required by the containers in the container group.
241
+ """
242
+ return pulumi.get(self, "os_type")
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def priority(self) -> Optional[str]:
247
+ """
248
+ The priority of the container group.
249
+ """
250
+ return pulumi.get(self, "priority")
251
+
252
+ @property
253
+ @pulumi.getter(name="provisioningState")
254
+ def provisioning_state(self) -> str:
255
+ """
256
+ The provisioning state of the container group. This only appears in the response.
257
+ """
258
+ return pulumi.get(self, "provisioning_state")
259
+
260
+ @property
261
+ @pulumi.getter(name="restartPolicy")
262
+ def restart_policy(self) -> Optional[str]:
263
+ """
264
+ Restart policy for all containers within the container group.
265
+ - `Always` Always restart
266
+ - `OnFailure` Restart on failure
267
+ - `Never` Never restart
268
+ """
269
+ return pulumi.get(self, "restart_policy")
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def sku(self) -> Optional[str]:
274
+ """
275
+ The SKU for a container group.
276
+ """
277
+ return pulumi.get(self, "sku")
278
+
279
+ @property
280
+ @pulumi.getter(name="standbyPoolProfile")
281
+ def standby_pool_profile(self) -> Optional['outputs.StandbyPoolProfileDefinitionResponse']:
282
+ """
283
+ The reference standby pool profile properties.
284
+ """
285
+ return pulumi.get(self, "standby_pool_profile")
286
+
287
+ @property
288
+ @pulumi.getter(name="subnetIds")
289
+ def subnet_ids(self) -> Optional[Sequence['outputs.ContainerGroupSubnetIdResponse']]:
290
+ """
291
+ The subnet resource IDs for a container group.
292
+ """
293
+ return pulumi.get(self, "subnet_ids")
294
+
295
+ @property
296
+ @pulumi.getter
297
+ def tags(self) -> Optional[Mapping[str, str]]:
298
+ """
299
+ The resource tags.
300
+ """
301
+ return pulumi.get(self, "tags")
302
+
303
+ @property
304
+ @pulumi.getter
305
+ def type(self) -> str:
306
+ """
307
+ The resource type.
308
+ """
309
+ return pulumi.get(self, "type")
310
+
311
+ @property
312
+ @pulumi.getter
313
+ def volumes(self) -> Optional[Sequence['outputs.VolumeResponse']]:
314
+ """
315
+ The list of volumes that can be mounted by containers in this container group.
316
+ """
317
+ return pulumi.get(self, "volumes")
318
+
319
+ @property
320
+ @pulumi.getter
321
+ def zones(self) -> Optional[Sequence[str]]:
322
+ """
323
+ The zones for the container group.
324
+ """
325
+ return pulumi.get(self, "zones")
326
+
327
+
328
+ class AwaitableGetContainerGroupResult(GetContainerGroupResult):
329
+ # pylint: disable=using-constant-test
330
+ def __await__(self):
331
+ if False:
332
+ yield self
333
+ return GetContainerGroupResult(
334
+ confidential_compute_properties=self.confidential_compute_properties,
335
+ container_group_profile=self.container_group_profile,
336
+ containers=self.containers,
337
+ diagnostics=self.diagnostics,
338
+ dns_config=self.dns_config,
339
+ encryption_properties=self.encryption_properties,
340
+ extensions=self.extensions,
341
+ id=self.id,
342
+ identity=self.identity,
343
+ image_registry_credentials=self.image_registry_credentials,
344
+ init_containers=self.init_containers,
345
+ instance_view=self.instance_view,
346
+ ip_address=self.ip_address,
347
+ is_created_from_standby_pool=self.is_created_from_standby_pool,
348
+ location=self.location,
349
+ name=self.name,
350
+ os_type=self.os_type,
351
+ priority=self.priority,
352
+ provisioning_state=self.provisioning_state,
353
+ restart_policy=self.restart_policy,
354
+ sku=self.sku,
355
+ standby_pool_profile=self.standby_pool_profile,
356
+ subnet_ids=self.subnet_ids,
357
+ tags=self.tags,
358
+ type=self.type,
359
+ volumes=self.volumes,
360
+ zones=self.zones)
361
+
362
+
363
+ def get_container_group(container_group_name: Optional[str] = None,
364
+ resource_group_name: Optional[str] = None,
365
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerGroupResult:
366
+ """
367
+ Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
368
+
369
+
370
+ :param str container_group_name: The name of the container group.
371
+ :param str resource_group_name: The name of the resource group.
372
+ """
373
+ __args__ = dict()
374
+ __args__['containerGroupName'] = container_group_name
375
+ __args__['resourceGroupName'] = resource_group_name
376
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
377
+ __ret__ = pulumi.runtime.invoke('azure-native:containerinstance/v20240501preview:getContainerGroup', __args__, opts=opts, typ=GetContainerGroupResult).value
378
+
379
+ return AwaitableGetContainerGroupResult(
380
+ confidential_compute_properties=pulumi.get(__ret__, 'confidential_compute_properties'),
381
+ container_group_profile=pulumi.get(__ret__, 'container_group_profile'),
382
+ containers=pulumi.get(__ret__, 'containers'),
383
+ diagnostics=pulumi.get(__ret__, 'diagnostics'),
384
+ dns_config=pulumi.get(__ret__, 'dns_config'),
385
+ encryption_properties=pulumi.get(__ret__, 'encryption_properties'),
386
+ extensions=pulumi.get(__ret__, 'extensions'),
387
+ id=pulumi.get(__ret__, 'id'),
388
+ identity=pulumi.get(__ret__, 'identity'),
389
+ image_registry_credentials=pulumi.get(__ret__, 'image_registry_credentials'),
390
+ init_containers=pulumi.get(__ret__, 'init_containers'),
391
+ instance_view=pulumi.get(__ret__, 'instance_view'),
392
+ ip_address=pulumi.get(__ret__, 'ip_address'),
393
+ is_created_from_standby_pool=pulumi.get(__ret__, 'is_created_from_standby_pool'),
394
+ location=pulumi.get(__ret__, 'location'),
395
+ name=pulumi.get(__ret__, 'name'),
396
+ os_type=pulumi.get(__ret__, 'os_type'),
397
+ priority=pulumi.get(__ret__, 'priority'),
398
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
399
+ restart_policy=pulumi.get(__ret__, 'restart_policy'),
400
+ sku=pulumi.get(__ret__, 'sku'),
401
+ standby_pool_profile=pulumi.get(__ret__, 'standby_pool_profile'),
402
+ subnet_ids=pulumi.get(__ret__, 'subnet_ids'),
403
+ tags=pulumi.get(__ret__, 'tags'),
404
+ type=pulumi.get(__ret__, 'type'),
405
+ volumes=pulumi.get(__ret__, 'volumes'),
406
+ zones=pulumi.get(__ret__, 'zones'))
407
+
408
+
409
+ @_utilities.lift_output_func(get_container_group)
410
+ def get_container_group_output(container_group_name: Optional[pulumi.Input[str]] = None,
411
+ resource_group_name: Optional[pulumi.Input[str]] = None,
412
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetContainerGroupResult]:
413
+ """
414
+ Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.
415
+
416
+
417
+ :param str container_group_name: The name of the container group.
418
+ :param str resource_group_name: The name of the resource group.
419
+ """
420
+ ...