pulumi-azure-native 2.59.0a1724845184__py3-none-any.whl → 2.59.0a1725270690__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 (357) hide show
  1. pulumi_azure_native/__init__.py +51 -0
  2. pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
  3. pulumi_azure_native/azureplaywrightservice/account.py +3 -3
  4. pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
  5. pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
  6. pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
  7. pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +11 -0
  8. pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +23 -0
  9. pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +380 -0
  10. pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +227 -0
  11. pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +131 -0
  12. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  13. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  14. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  17. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  18. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  19. pulumi_azure_native/azurestackhci/get_network_security_group.py +4 -0
  20. pulumi_azure_native/azurestackhci/get_security_rule.py +4 -0
  21. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  22. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  23. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  24. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  25. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  26. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  27. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  28. pulumi_azure_native/azurestackhci/network_security_group.py +5 -1
  29. pulumi_azure_native/azurestackhci/security_rule.py +5 -1
  30. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  31. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +30 -0
  75. pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +321 -0
  76. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +2265 -0
  77. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +511 -0
  78. pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +292 -0
  79. pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +170 -0
  80. pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +227 -0
  81. pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +266 -0
  82. pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +240 -0
  83. pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +214 -0
  84. pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +271 -0
  85. pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +201 -0
  86. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +305 -0
  87. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +300 -0
  88. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +229 -0
  89. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +365 -0
  90. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +453 -0
  91. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +394 -0
  92. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +298 -0
  93. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +3744 -0
  94. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +496 -0
  95. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +308 -0
  96. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +539 -0
  97. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +462 -0
  98. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  99. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  100. pulumi_azure_native/containerservice/__init__.py +3 -0
  101. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  102. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  103. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  104. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  105. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  106. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  107. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  108. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  109. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  110. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  111. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  112. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  113. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  114. pulumi_azure_native/containerservice/snapshot.py +3 -3
  115. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  116. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  117. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  118. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  119. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  120. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  121. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  122. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  123. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  124. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  125. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  128. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  129. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  130. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  131. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  132. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  133. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  134. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  135. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  136. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  137. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  138. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  139. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  140. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  141. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  142. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  143. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  144. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  145. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  146. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  147. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  148. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  149. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  151. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  152. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  153. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  155. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  156. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  157. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  158. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  159. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  161. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  162. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  163. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  164. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  165. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  166. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  167. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  168. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  169. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  171. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  172. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  173. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  174. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  175. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  177. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  178. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  179. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  180. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  181. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  182. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  183. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  184. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  185. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  186. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  187. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  188. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  189. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  190. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  191. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  192. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  193. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  194. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  195. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  196. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  197. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  198. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  199. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  201. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  202. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  203. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  204. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  205. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  206. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  207. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  208. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  209. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  210. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  211. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  212. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  213. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  214. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  215. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  216. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  217. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  218. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  219. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  220. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  221. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  222. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  223. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  224. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  225. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  226. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  227. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  228. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  229. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  230. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  231. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  232. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  233. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  234. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  235. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  236. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  237. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  238. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  239. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  240. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  241. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  243. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  244. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  245. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  246. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  247. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  248. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  249. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  250. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  251. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  252. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  253. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  255. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  256. pulumi_azure_native/containerservice/v20240701/__init__.py +25 -0
  257. pulumi_azure_native/containerservice/v20240701/_enums.py +628 -0
  258. pulumi_azure_native/containerservice/v20240701/_inputs.py +7532 -0
  259. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1420 -0
  260. pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +687 -0
  261. pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +167 -0
  262. pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +721 -0
  263. pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +154 -0
  264. pulumi_azure_native/containerservice/v20240701/get_snapshot.py +253 -0
  265. pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +167 -0
  266. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +89 -0
  267. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +89 -0
  268. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +94 -0
  269. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +279 -0
  270. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1353 -0
  271. pulumi_azure_native/containerservice/v20240701/outputs.py +6472 -0
  272. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +251 -0
  273. pulumi_azure_native/containerservice/v20240701/snapshot.py +347 -0
  274. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +260 -0
  275. pulumi_azure_native/pulumi-plugin.json +1 -1
  276. pulumi_azure_native/servicefabric/__init__.py +3 -0
  277. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  278. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  279. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  280. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  281. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  282. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  283. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  284. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  285. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  286. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  287. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  288. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  289. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  290. pulumi_azure_native/servicefabric/node_type.py +3 -3
  291. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  292. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  293. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  294. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  295. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  296. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  297. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  298. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  299. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  300. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  301. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  302. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  303. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  304. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  305. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  306. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  307. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  308. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  309. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  310. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  311. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  312. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  313. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  314. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  315. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  316. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  317. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  318. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  319. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  320. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  321. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  322. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  323. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  324. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  325. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  326. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  327. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  328. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  329. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  330. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  331. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  332. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  333. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  334. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  335. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  336. pulumi_azure_native/servicefabric/v20240601preview/__init__.py +24 -0
  337. pulumi_azure_native/servicefabric/v20240601preview/_enums.py +511 -0
  338. pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +5399 -0
  339. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +708 -0
  340. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +233 -0
  341. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +167 -0
  342. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +185 -0
  343. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +172 -0
  344. pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +804 -0
  345. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +97 -0
  346. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +161 -0
  347. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1339 -0
  348. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +409 -0
  349. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +258 -0
  350. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +309 -0
  351. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +300 -0
  352. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1695 -0
  353. pulumi_azure_native/servicefabric/v20240601preview/outputs.py +4591 -0
  354. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/METADATA +1 -1
  355. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/RECORD +357 -291
  356. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/WHEEL +0 -0
  357. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,233 @@
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
+
18
+ __all__ = [
19
+ 'GetManagedClusterApplicationResult',
20
+ 'AwaitableGetManagedClusterApplicationResult',
21
+ 'get_managed_cluster_application',
22
+ 'get_managed_cluster_application_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetManagedClusterApplicationResult:
27
+ """
28
+ The application resource.
29
+ """
30
+ def __init__(__self__, id=None, identity=None, location=None, managed_identities=None, name=None, parameters=None, provisioning_state=None, system_data=None, tags=None, type=None, upgrade_policy=None, version=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if identity and not isinstance(identity, dict):
35
+ raise TypeError("Expected argument 'identity' to be a dict")
36
+ pulumi.set(__self__, "identity", identity)
37
+ if location and not isinstance(location, str):
38
+ raise TypeError("Expected argument 'location' to be a str")
39
+ pulumi.set(__self__, "location", location)
40
+ if managed_identities and not isinstance(managed_identities, list):
41
+ raise TypeError("Expected argument 'managed_identities' to be a list")
42
+ pulumi.set(__self__, "managed_identities", managed_identities)
43
+ if name and not isinstance(name, str):
44
+ raise TypeError("Expected argument 'name' to be a str")
45
+ pulumi.set(__self__, "name", name)
46
+ if parameters and not isinstance(parameters, dict):
47
+ raise TypeError("Expected argument 'parameters' to be a dict")
48
+ pulumi.set(__self__, "parameters", parameters)
49
+ if provisioning_state and not isinstance(provisioning_state, str):
50
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
51
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
52
+ if system_data and not isinstance(system_data, dict):
53
+ raise TypeError("Expected argument 'system_data' to be a dict")
54
+ pulumi.set(__self__, "system_data", system_data)
55
+ if tags and not isinstance(tags, dict):
56
+ raise TypeError("Expected argument 'tags' to be a dict")
57
+ pulumi.set(__self__, "tags", tags)
58
+ if type and not isinstance(type, str):
59
+ raise TypeError("Expected argument 'type' to be a str")
60
+ pulumi.set(__self__, "type", type)
61
+ if upgrade_policy and not isinstance(upgrade_policy, dict):
62
+ raise TypeError("Expected argument 'upgrade_policy' to be a dict")
63
+ pulumi.set(__self__, "upgrade_policy", upgrade_policy)
64
+ if version and not isinstance(version, str):
65
+ raise TypeError("Expected argument 'version' to be a str")
66
+ pulumi.set(__self__, "version", version)
67
+
68
+ @property
69
+ @pulumi.getter
70
+ def id(self) -> str:
71
+ """
72
+ Azure resource identifier.
73
+ """
74
+ return pulumi.get(self, "id")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def identity(self) -> Optional['outputs.ManagedIdentityResponse']:
79
+ """
80
+ Describes the managed identities for an Azure resource.
81
+ """
82
+ return pulumi.get(self, "identity")
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def location(self) -> Optional[str]:
87
+ """
88
+ Resource location depends on the parent resource.
89
+ """
90
+ return pulumi.get(self, "location")
91
+
92
+ @property
93
+ @pulumi.getter(name="managedIdentities")
94
+ def managed_identities(self) -> Optional[Sequence['outputs.ApplicationUserAssignedIdentityResponse']]:
95
+ """
96
+ List of user assigned identities for the application, each mapped to a friendly name.
97
+ """
98
+ return pulumi.get(self, "managed_identities")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def name(self) -> str:
103
+ """
104
+ Azure resource name.
105
+ """
106
+ return pulumi.get(self, "name")
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def parameters(self) -> Optional[Mapping[str, str]]:
111
+ """
112
+ List of application parameters with overridden values from their default values specified in the application manifest.
113
+ """
114
+ return pulumi.get(self, "parameters")
115
+
116
+ @property
117
+ @pulumi.getter(name="provisioningState")
118
+ def provisioning_state(self) -> str:
119
+ """
120
+ The current deployment or provisioning state, which only appears in the response
121
+ """
122
+ return pulumi.get(self, "provisioning_state")
123
+
124
+ @property
125
+ @pulumi.getter(name="systemData")
126
+ def system_data(self) -> 'outputs.SystemDataResponse':
127
+ """
128
+ Metadata pertaining to creation and last modification of the resource.
129
+ """
130
+ return pulumi.get(self, "system_data")
131
+
132
+ @property
133
+ @pulumi.getter
134
+ def tags(self) -> Optional[Mapping[str, str]]:
135
+ """
136
+ Azure resource tags.
137
+ """
138
+ return pulumi.get(self, "tags")
139
+
140
+ @property
141
+ @pulumi.getter
142
+ def type(self) -> str:
143
+ """
144
+ Azure resource type.
145
+ """
146
+ return pulumi.get(self, "type")
147
+
148
+ @property
149
+ @pulumi.getter(name="upgradePolicy")
150
+ def upgrade_policy(self) -> Optional['outputs.ApplicationUpgradePolicyResponse']:
151
+ """
152
+ Describes the policy for a monitored application upgrade.
153
+ """
154
+ return pulumi.get(self, "upgrade_policy")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def version(self) -> Optional[str]:
159
+ """
160
+ The version of the application type as defined in the application manifest.
161
+ This name must be the full Arm Resource ID for the referenced application type version.
162
+ """
163
+ return pulumi.get(self, "version")
164
+
165
+
166
+ class AwaitableGetManagedClusterApplicationResult(GetManagedClusterApplicationResult):
167
+ # pylint: disable=using-constant-test
168
+ def __await__(self):
169
+ if False:
170
+ yield self
171
+ return GetManagedClusterApplicationResult(
172
+ id=self.id,
173
+ identity=self.identity,
174
+ location=self.location,
175
+ managed_identities=self.managed_identities,
176
+ name=self.name,
177
+ parameters=self.parameters,
178
+ provisioning_state=self.provisioning_state,
179
+ system_data=self.system_data,
180
+ tags=self.tags,
181
+ type=self.type,
182
+ upgrade_policy=self.upgrade_policy,
183
+ version=self.version)
184
+
185
+
186
+ def get_managed_cluster_application(application_name: Optional[str] = None,
187
+ cluster_name: Optional[str] = None,
188
+ resource_group_name: Optional[str] = None,
189
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterApplicationResult:
190
+ """
191
+ Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.
192
+
193
+
194
+ :param str application_name: The name of the application resource.
195
+ :param str cluster_name: The name of the cluster resource.
196
+ :param str resource_group_name: The name of the resource group.
197
+ """
198
+ __args__ = dict()
199
+ __args__['applicationName'] = application_name
200
+ __args__['clusterName'] = cluster_name
201
+ __args__['resourceGroupName'] = resource_group_name
202
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
203
+ __ret__ = pulumi.runtime.invoke('azure-native:servicefabric/v20240601preview:getManagedClusterApplication', __args__, opts=opts, typ=GetManagedClusterApplicationResult).value
204
+
205
+ return AwaitableGetManagedClusterApplicationResult(
206
+ id=pulumi.get(__ret__, 'id'),
207
+ identity=pulumi.get(__ret__, 'identity'),
208
+ location=pulumi.get(__ret__, 'location'),
209
+ managed_identities=pulumi.get(__ret__, 'managed_identities'),
210
+ name=pulumi.get(__ret__, 'name'),
211
+ parameters=pulumi.get(__ret__, 'parameters'),
212
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
213
+ system_data=pulumi.get(__ret__, 'system_data'),
214
+ tags=pulumi.get(__ret__, 'tags'),
215
+ type=pulumi.get(__ret__, 'type'),
216
+ upgrade_policy=pulumi.get(__ret__, 'upgrade_policy'),
217
+ version=pulumi.get(__ret__, 'version'))
218
+
219
+
220
+ @_utilities.lift_output_func(get_managed_cluster_application)
221
+ def get_managed_cluster_application_output(application_name: Optional[pulumi.Input[str]] = None,
222
+ cluster_name: Optional[pulumi.Input[str]] = None,
223
+ resource_group_name: Optional[pulumi.Input[str]] = None,
224
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterApplicationResult]:
225
+ """
226
+ Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.
227
+
228
+
229
+ :param str application_name: The name of the application resource.
230
+ :param str cluster_name: The name of the cluster resource.
231
+ :param str resource_group_name: The name of the resource group.
232
+ """
233
+ ...
@@ -0,0 +1,167 @@
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
+
18
+ __all__ = [
19
+ 'GetManagedClusterApplicationTypeResult',
20
+ 'AwaitableGetManagedClusterApplicationTypeResult',
21
+ 'get_managed_cluster_application_type',
22
+ 'get_managed_cluster_application_type_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetManagedClusterApplicationTypeResult:
27
+ """
28
+ The application type name resource
29
+ """
30
+ def __init__(__self__, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if location and not isinstance(location, str):
35
+ raise TypeError("Expected argument 'location' to be a str")
36
+ pulumi.set(__self__, "location", location)
37
+ if name and not isinstance(name, str):
38
+ raise TypeError("Expected argument 'name' to be a str")
39
+ pulumi.set(__self__, "name", name)
40
+ if provisioning_state and not isinstance(provisioning_state, str):
41
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
42
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
43
+ if system_data and not isinstance(system_data, dict):
44
+ raise TypeError("Expected argument 'system_data' to be a dict")
45
+ pulumi.set(__self__, "system_data", system_data)
46
+ if tags and not isinstance(tags, dict):
47
+ raise TypeError("Expected argument 'tags' to be a dict")
48
+ pulumi.set(__self__, "tags", tags)
49
+ if type and not isinstance(type, str):
50
+ raise TypeError("Expected argument 'type' to be a str")
51
+ pulumi.set(__self__, "type", type)
52
+
53
+ @property
54
+ @pulumi.getter
55
+ def id(self) -> str:
56
+ """
57
+ Azure resource identifier.
58
+ """
59
+ return pulumi.get(self, "id")
60
+
61
+ @property
62
+ @pulumi.getter
63
+ def location(self) -> Optional[str]:
64
+ """
65
+ Resource location depends on the parent resource.
66
+ """
67
+ return pulumi.get(self, "location")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def name(self) -> str:
72
+ """
73
+ Azure resource name.
74
+ """
75
+ return pulumi.get(self, "name")
76
+
77
+ @property
78
+ @pulumi.getter(name="provisioningState")
79
+ def provisioning_state(self) -> str:
80
+ """
81
+ The current deployment or provisioning state, which only appears in the response.
82
+ """
83
+ return pulumi.get(self, "provisioning_state")
84
+
85
+ @property
86
+ @pulumi.getter(name="systemData")
87
+ def system_data(self) -> 'outputs.SystemDataResponse':
88
+ """
89
+ Metadata pertaining to creation and last modification of the resource.
90
+ """
91
+ return pulumi.get(self, "system_data")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def tags(self) -> Optional[Mapping[str, str]]:
96
+ """
97
+ Azure resource tags.
98
+ """
99
+ return pulumi.get(self, "tags")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def type(self) -> str:
104
+ """
105
+ Azure resource type.
106
+ """
107
+ return pulumi.get(self, "type")
108
+
109
+
110
+ class AwaitableGetManagedClusterApplicationTypeResult(GetManagedClusterApplicationTypeResult):
111
+ # pylint: disable=using-constant-test
112
+ def __await__(self):
113
+ if False:
114
+ yield self
115
+ return GetManagedClusterApplicationTypeResult(
116
+ id=self.id,
117
+ location=self.location,
118
+ name=self.name,
119
+ provisioning_state=self.provisioning_state,
120
+ system_data=self.system_data,
121
+ tags=self.tags,
122
+ type=self.type)
123
+
124
+
125
+ def get_managed_cluster_application_type(application_type_name: Optional[str] = None,
126
+ cluster_name: Optional[str] = None,
127
+ resource_group_name: Optional[str] = None,
128
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterApplicationTypeResult:
129
+ """
130
+ Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource.
131
+
132
+
133
+ :param str application_type_name: The name of the application type name resource.
134
+ :param str cluster_name: The name of the cluster resource.
135
+ :param str resource_group_name: The name of the resource group.
136
+ """
137
+ __args__ = dict()
138
+ __args__['applicationTypeName'] = application_type_name
139
+ __args__['clusterName'] = cluster_name
140
+ __args__['resourceGroupName'] = resource_group_name
141
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
142
+ __ret__ = pulumi.runtime.invoke('azure-native:servicefabric/v20240601preview:getManagedClusterApplicationType', __args__, opts=opts, typ=GetManagedClusterApplicationTypeResult).value
143
+
144
+ return AwaitableGetManagedClusterApplicationTypeResult(
145
+ id=pulumi.get(__ret__, 'id'),
146
+ location=pulumi.get(__ret__, 'location'),
147
+ name=pulumi.get(__ret__, 'name'),
148
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
149
+ system_data=pulumi.get(__ret__, 'system_data'),
150
+ tags=pulumi.get(__ret__, 'tags'),
151
+ type=pulumi.get(__ret__, 'type'))
152
+
153
+
154
+ @_utilities.lift_output_func(get_managed_cluster_application_type)
155
+ def get_managed_cluster_application_type_output(application_type_name: Optional[pulumi.Input[str]] = None,
156
+ cluster_name: Optional[pulumi.Input[str]] = None,
157
+ resource_group_name: Optional[pulumi.Input[str]] = None,
158
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterApplicationTypeResult]:
159
+ """
160
+ Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource.
161
+
162
+
163
+ :param str application_type_name: The name of the application type name resource.
164
+ :param str cluster_name: The name of the cluster resource.
165
+ :param str resource_group_name: The name of the resource group.
166
+ """
167
+ ...
@@ -0,0 +1,185 @@
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
+
18
+ __all__ = [
19
+ 'GetManagedClusterApplicationTypeVersionResult',
20
+ 'AwaitableGetManagedClusterApplicationTypeVersionResult',
21
+ 'get_managed_cluster_application_type_version',
22
+ 'get_managed_cluster_application_type_version_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetManagedClusterApplicationTypeVersionResult:
27
+ """
28
+ An application type version resource for the specified application type name resource.
29
+ """
30
+ def __init__(__self__, app_package_url=None, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
31
+ if app_package_url and not isinstance(app_package_url, str):
32
+ raise TypeError("Expected argument 'app_package_url' to be a str")
33
+ pulumi.set(__self__, "app_package_url", app_package_url)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if location and not isinstance(location, str):
38
+ raise TypeError("Expected argument 'location' to be a str")
39
+ pulumi.set(__self__, "location", location)
40
+ if name and not isinstance(name, str):
41
+ raise TypeError("Expected argument 'name' to be a str")
42
+ pulumi.set(__self__, "name", name)
43
+ if provisioning_state and not isinstance(provisioning_state, str):
44
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
45
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
46
+ if system_data and not isinstance(system_data, dict):
47
+ raise TypeError("Expected argument 'system_data' to be a dict")
48
+ pulumi.set(__self__, "system_data", system_data)
49
+ if tags and not isinstance(tags, dict):
50
+ raise TypeError("Expected argument 'tags' to be a dict")
51
+ pulumi.set(__self__, "tags", tags)
52
+ if type and not isinstance(type, str):
53
+ raise TypeError("Expected argument 'type' to be a str")
54
+ pulumi.set(__self__, "type", type)
55
+
56
+ @property
57
+ @pulumi.getter(name="appPackageUrl")
58
+ def app_package_url(self) -> str:
59
+ """
60
+ The URL to the application package
61
+ """
62
+ return pulumi.get(self, "app_package_url")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def id(self) -> str:
67
+ """
68
+ Azure resource identifier.
69
+ """
70
+ return pulumi.get(self, "id")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def location(self) -> Optional[str]:
75
+ """
76
+ Resource location depends on the parent resource.
77
+ """
78
+ return pulumi.get(self, "location")
79
+
80
+ @property
81
+ @pulumi.getter
82
+ def name(self) -> str:
83
+ """
84
+ Azure resource name.
85
+ """
86
+ return pulumi.get(self, "name")
87
+
88
+ @property
89
+ @pulumi.getter(name="provisioningState")
90
+ def provisioning_state(self) -> str:
91
+ """
92
+ The current deployment or provisioning state, which only appears in the response
93
+ """
94
+ return pulumi.get(self, "provisioning_state")
95
+
96
+ @property
97
+ @pulumi.getter(name="systemData")
98
+ def system_data(self) -> 'outputs.SystemDataResponse':
99
+ """
100
+ Metadata pertaining to creation and last modification of the resource.
101
+ """
102
+ return pulumi.get(self, "system_data")
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def tags(self) -> Optional[Mapping[str, str]]:
107
+ """
108
+ Azure resource tags.
109
+ """
110
+ return pulumi.get(self, "tags")
111
+
112
+ @property
113
+ @pulumi.getter
114
+ def type(self) -> str:
115
+ """
116
+ Azure resource type.
117
+ """
118
+ return pulumi.get(self, "type")
119
+
120
+
121
+ class AwaitableGetManagedClusterApplicationTypeVersionResult(GetManagedClusterApplicationTypeVersionResult):
122
+ # pylint: disable=using-constant-test
123
+ def __await__(self):
124
+ if False:
125
+ yield self
126
+ return GetManagedClusterApplicationTypeVersionResult(
127
+ app_package_url=self.app_package_url,
128
+ id=self.id,
129
+ location=self.location,
130
+ name=self.name,
131
+ provisioning_state=self.provisioning_state,
132
+ system_data=self.system_data,
133
+ tags=self.tags,
134
+ type=self.type)
135
+
136
+
137
+ def get_managed_cluster_application_type_version(application_type_name: Optional[str] = None,
138
+ cluster_name: Optional[str] = None,
139
+ resource_group_name: Optional[str] = None,
140
+ version: Optional[str] = None,
141
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterApplicationTypeVersionResult:
142
+ """
143
+ Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
144
+
145
+
146
+ :param str application_type_name: The name of the application type name resource.
147
+ :param str cluster_name: The name of the cluster resource.
148
+ :param str resource_group_name: The name of the resource group.
149
+ :param str version: The application type version.
150
+ """
151
+ __args__ = dict()
152
+ __args__['applicationTypeName'] = application_type_name
153
+ __args__['clusterName'] = cluster_name
154
+ __args__['resourceGroupName'] = resource_group_name
155
+ __args__['version'] = version
156
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
157
+ __ret__ = pulumi.runtime.invoke('azure-native:servicefabric/v20240601preview:getManagedClusterApplicationTypeVersion', __args__, opts=opts, typ=GetManagedClusterApplicationTypeVersionResult).value
158
+
159
+ return AwaitableGetManagedClusterApplicationTypeVersionResult(
160
+ app_package_url=pulumi.get(__ret__, 'app_package_url'),
161
+ id=pulumi.get(__ret__, 'id'),
162
+ location=pulumi.get(__ret__, 'location'),
163
+ name=pulumi.get(__ret__, 'name'),
164
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
165
+ system_data=pulumi.get(__ret__, 'system_data'),
166
+ tags=pulumi.get(__ret__, 'tags'),
167
+ type=pulumi.get(__ret__, 'type'))
168
+
169
+
170
+ @_utilities.lift_output_func(get_managed_cluster_application_type_version)
171
+ def get_managed_cluster_application_type_version_output(application_type_name: Optional[pulumi.Input[str]] = None,
172
+ cluster_name: Optional[pulumi.Input[str]] = None,
173
+ resource_group_name: Optional[pulumi.Input[str]] = None,
174
+ version: Optional[pulumi.Input[str]] = None,
175
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterApplicationTypeVersionResult]:
176
+ """
177
+ Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
178
+
179
+
180
+ :param str application_type_name: The name of the application type name resource.
181
+ :param str cluster_name: The name of the cluster resource.
182
+ :param str resource_group_name: The name of the resource group.
183
+ :param str version: The application type version.
184
+ """
185
+ ...