pulumi-azure-native 2.86.0a1738574515__py3-none-any.whl → 2.87.0__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 (1027) hide show
  1. pulumi_azure_native/__init__.py +138 -16
  2. pulumi_azure_native/authorization/__init__.py +2 -0
  3. pulumi_azure_native/authorization/_enums.py +88 -0
  4. pulumi_azure_native/authorization/_inputs.py +1431 -43
  5. pulumi_azure_native/authorization/get_role_management_policy.py +247 -0
  6. pulumi_azure_native/authorization/outputs.py +312 -0
  7. pulumi_azure_native/authorization/role_management_policy.py +332 -0
  8. pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
  9. pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
  10. pulumi_azure_native/authorization/v20201001/_inputs.py +1134 -0
  11. pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +241 -0
  12. pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
  13. pulumi_azure_native/authorization/v20201001/role_management_policy.py +326 -0
  14. pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
  15. pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
  16. pulumi_azure_native/authorization/v20201001preview/_inputs.py +1134 -0
  17. pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +241 -0
  18. pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
  19. pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +326 -0
  20. pulumi_azure_native/authorization/v20240201preview/__init__.py +4 -0
  21. pulumi_azure_native/authorization/v20240201preview/_enums.py +96 -0
  22. pulumi_azure_native/authorization/v20240201preview/_inputs.py +1390 -0
  23. pulumi_azure_native/authorization/v20240201preview/get_role_management_policy.py +241 -0
  24. pulumi_azure_native/authorization/v20240201preview/outputs.py +89 -0
  25. pulumi_azure_native/authorization/v20240201preview/role_management_policy.py +326 -0
  26. pulumi_azure_native/authorization/v20240901preview/__init__.py +4 -0
  27. pulumi_azure_native/authorization/v20240901preview/_enums.py +96 -0
  28. pulumi_azure_native/authorization/v20240901preview/_inputs.py +1410 -0
  29. pulumi_azure_native/authorization/v20240901preview/get_role_management_policy.py +241 -0
  30. pulumi_azure_native/authorization/v20240901preview/outputs.py +89 -0
  31. pulumi_azure_native/authorization/v20240901preview/role_management_policy.py +326 -0
  32. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  33. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  34. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  35. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  36. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  37. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  38. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  39. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  40. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  41. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  42. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  43. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  44. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  45. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  46. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  47. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  48. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  49. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  50. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  51. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  103. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  104. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  105. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  106. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  107. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  108. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  109. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  110. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  111. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  112. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  113. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  114. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  115. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  116. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  117. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  118. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  119. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  120. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  121. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  122. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  123. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  124. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +1 -1
  125. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +1 -1
  126. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +1 -1
  127. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +1 -1
  128. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +1 -1
  129. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +1 -1
  130. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +1 -1
  131. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +1 -1
  132. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +1 -1
  133. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +1 -1
  134. pulumi_azure_native/azurestackhci/v20250201preview/__init__.py +30 -0
  135. pulumi_azure_native/azurestackhci/v20250201preview/_enums.py +332 -0
  136. pulumi_azure_native/azurestackhci/v20250201preview/_inputs.py +2417 -0
  137. pulumi_azure_native/azurestackhci/v20250201preview/gallery_image.py +540 -0
  138. pulumi_azure_native/azurestackhci/v20250201preview/get_gallery_image.py +325 -0
  139. pulumi_azure_native/azurestackhci/v20250201preview/get_guest_agent.py +179 -0
  140. pulumi_azure_native/azurestackhci/v20250201preview/get_logical_network.py +241 -0
  141. pulumi_azure_native/azurestackhci/v20250201preview/get_marketplace_gallery_image.py +283 -0
  142. pulumi_azure_native/azurestackhci/v20250201preview/get_network_interface.py +269 -0
  143. pulumi_azure_native/azurestackhci/v20250201preview/get_network_security_group.py +241 -0
  144. pulumi_azure_native/azurestackhci/v20250201preview/get_security_rule.py +289 -0
  145. pulumi_azure_native/azurestackhci/v20250201preview/get_storage_container.py +213 -0
  146. pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_hard_disk.py +339 -0
  147. pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_machine_instance.py +333 -0
  148. pulumi_azure_native/azurestackhci/v20250201preview/guest_agent.py +229 -0
  149. pulumi_azure_native/azurestackhci/v20250201preview/logical_network.py +365 -0
  150. pulumi_azure_native/azurestackhci/v20250201preview/marketplace_gallery_image.py +453 -0
  151. pulumi_azure_native/azurestackhci/v20250201preview/network_interface.py +427 -0
  152. pulumi_azure_native/azurestackhci/v20250201preview/network_security_group.py +308 -0
  153. pulumi_azure_native/azurestackhci/v20250201preview/outputs.py +4062 -0
  154. pulumi_azure_native/azurestackhci/v20250201preview/security_rule.py +496 -0
  155. pulumi_azure_native/azurestackhci/v20250201preview/storage_container.py +308 -0
  156. pulumi_azure_native/azurestackhci/v20250201preview/virtual_hard_disk.py +572 -0
  157. pulumi_azure_native/azurestackhci/v20250201preview/virtual_machine_instance.py +495 -0
  158. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  159. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  160. pulumi_azure_native/chaos/__init__.py +3 -0
  161. pulumi_azure_native/chaos/capability.py +3 -3
  162. pulumi_azure_native/chaos/experiment.py +3 -3
  163. pulumi_azure_native/chaos/get_capability.py +2 -2
  164. pulumi_azure_native/chaos/get_experiment.py +2 -2
  165. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  166. pulumi_azure_native/chaos/get_target.py +2 -2
  167. pulumi_azure_native/chaos/target.py +3 -3
  168. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  169. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  170. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  171. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  172. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  173. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  174. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  175. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  176. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  177. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  178. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  179. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  180. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  181. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  182. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  183. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  184. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  185. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  186. pulumi_azure_native/chaos/v20241101preview/capability.py +1 -1
  187. pulumi_azure_native/chaos/v20241101preview/experiment.py +1 -1
  188. pulumi_azure_native/chaos/v20241101preview/target.py +1 -1
  189. pulumi_azure_native/{networkanalytics/v20231115 → chaos/v20250101}/__init__.py +7 -5
  190. pulumi_azure_native/chaos/v20250101/_enums.py +66 -0
  191. pulumi_azure_native/chaos/v20250101/_inputs.py +907 -0
  192. pulumi_azure_native/chaos/v20250101/capability.py +303 -0
  193. pulumi_azure_native/chaos/v20250101/experiment.py +328 -0
  194. pulumi_azure_native/chaos/v20250101/get_capability.py +223 -0
  195. pulumi_azure_native/chaos/v20250101/get_experiment.py +213 -0
  196. pulumi_azure_native/chaos/v20250101/get_experiment_execution_details.py +135 -0
  197. pulumi_azure_native/chaos/v20250101/get_target.py +175 -0
  198. pulumi_azure_native/chaos/v20250101/outputs.py +1208 -0
  199. pulumi_azure_native/chaos/v20250101/target.py +290 -0
  200. pulumi_azure_native/cloudngfw/__init__.py +3 -0
  201. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  202. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  203. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  204. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  205. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  206. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  207. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  208. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  209. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  210. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  211. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  212. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  213. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  214. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  215. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  216. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  217. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  218. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  219. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  220. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  221. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  222. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  223. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  224. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  225. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  226. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  227. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  228. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  229. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  230. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  231. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  232. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  233. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  234. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  235. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  236. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  237. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  238. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  239. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  240. pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +4 -0
  241. pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +4 -0
  242. pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_support_info.py +2 -2
  243. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  244. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  245. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  246. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  247. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  248. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  249. pulumi_azure_native/cloudngfw/v20220829/certificate_object_global_rulestack.py +1 -1
  250. pulumi_azure_native/cloudngfw/v20220829/certificate_object_local_rulestack.py +1 -1
  251. pulumi_azure_native/cloudngfw/v20220829/firewall.py +1 -1
  252. pulumi_azure_native/cloudngfw/v20220829/fqdn_list_global_rulestack.py +1 -1
  253. pulumi_azure_native/cloudngfw/v20220829/fqdn_list_local_rulestack.py +1 -1
  254. pulumi_azure_native/cloudngfw/v20220829/global_rulestack.py +1 -1
  255. pulumi_azure_native/cloudngfw/v20220829/local_rule.py +1 -1
  256. pulumi_azure_native/cloudngfw/v20220829/local_rulestack.py +1 -1
  257. pulumi_azure_native/cloudngfw/v20220829/post_rule.py +1 -1
  258. pulumi_azure_native/cloudngfw/v20220829/pre_rule.py +1 -1
  259. pulumi_azure_native/cloudngfw/v20220829/prefix_list_global_rulestack.py +1 -1
  260. pulumi_azure_native/cloudngfw/v20220829/prefix_list_local_rulestack.py +1 -1
  261. pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_global_rulestack.py +1 -1
  262. pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_local_rulestack.py +1 -1
  263. pulumi_azure_native/cloudngfw/v20220829preview/firewall.py +1 -1
  264. pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_global_rulestack.py +1 -1
  265. pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_local_rulestack.py +1 -1
  266. pulumi_azure_native/cloudngfw/v20220829preview/global_rulestack.py +1 -1
  267. pulumi_azure_native/cloudngfw/v20220829preview/local_rule.py +1 -1
  268. pulumi_azure_native/cloudngfw/v20220829preview/local_rulestack.py +1 -1
  269. pulumi_azure_native/cloudngfw/v20220829preview/post_rule.py +1 -1
  270. pulumi_azure_native/cloudngfw/v20220829preview/pre_rule.py +1 -1
  271. pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_global_rulestack.py +1 -1
  272. pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_local_rulestack.py +1 -1
  273. pulumi_azure_native/cloudngfw/v20230901/certificate_object_global_rulestack.py +1 -1
  274. pulumi_azure_native/cloudngfw/v20230901/certificate_object_local_rulestack.py +1 -1
  275. pulumi_azure_native/cloudngfw/v20230901/firewall.py +1 -1
  276. pulumi_azure_native/cloudngfw/v20230901/fqdn_list_global_rulestack.py +1 -1
  277. pulumi_azure_native/cloudngfw/v20230901/fqdn_list_local_rulestack.py +1 -1
  278. pulumi_azure_native/cloudngfw/v20230901/global_rulestack.py +1 -1
  279. pulumi_azure_native/cloudngfw/v20230901/local_rule.py +1 -1
  280. pulumi_azure_native/cloudngfw/v20230901/local_rulestack.py +1 -1
  281. pulumi_azure_native/cloudngfw/v20230901/post_rule.py +1 -1
  282. pulumi_azure_native/cloudngfw/v20230901/pre_rule.py +1 -1
  283. pulumi_azure_native/cloudngfw/v20230901/prefix_list_global_rulestack.py +1 -1
  284. pulumi_azure_native/cloudngfw/v20230901/prefix_list_local_rulestack.py +1 -1
  285. pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_global_rulestack.py +1 -1
  286. pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_local_rulestack.py +1 -1
  287. pulumi_azure_native/cloudngfw/v20230901preview/firewall.py +1 -1
  288. pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_global_rulestack.py +1 -1
  289. pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_local_rulestack.py +1 -1
  290. pulumi_azure_native/cloudngfw/v20230901preview/global_rulestack.py +1 -1
  291. pulumi_azure_native/cloudngfw/v20230901preview/local_rule.py +1 -1
  292. pulumi_azure_native/cloudngfw/v20230901preview/local_rulestack.py +1 -1
  293. pulumi_azure_native/cloudngfw/v20230901preview/post_rule.py +1 -1
  294. pulumi_azure_native/cloudngfw/v20230901preview/pre_rule.py +1 -1
  295. pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_global_rulestack.py +1 -1
  296. pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_local_rulestack.py +1 -1
  297. pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_global_rulestack.py +1 -1
  298. pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_local_rulestack.py +1 -1
  299. pulumi_azure_native/cloudngfw/v20231010preview/firewall.py +1 -1
  300. pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_global_rulestack.py +1 -1
  301. pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_local_rulestack.py +1 -1
  302. pulumi_azure_native/cloudngfw/v20231010preview/global_rulestack.py +1 -1
  303. pulumi_azure_native/cloudngfw/v20231010preview/local_rule.py +1 -1
  304. pulumi_azure_native/cloudngfw/v20231010preview/local_rulestack.py +1 -1
  305. pulumi_azure_native/cloudngfw/v20231010preview/post_rule.py +1 -1
  306. pulumi_azure_native/cloudngfw/v20231010preview/pre_rule.py +1 -1
  307. pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_global_rulestack.py +1 -1
  308. pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_local_rulestack.py +1 -1
  309. pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_global_rulestack.py +1 -1
  310. pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_local_rulestack.py +1 -1
  311. pulumi_azure_native/cloudngfw/v20240119preview/firewall.py +1 -1
  312. pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_global_rulestack.py +1 -1
  313. pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_local_rulestack.py +1 -1
  314. pulumi_azure_native/cloudngfw/v20240119preview/global_rulestack.py +1 -1
  315. pulumi_azure_native/cloudngfw/v20240119preview/local_rule.py +1 -1
  316. pulumi_azure_native/cloudngfw/v20240119preview/local_rulestack.py +1 -1
  317. pulumi_azure_native/cloudngfw/v20240119preview/post_rule.py +1 -1
  318. pulumi_azure_native/cloudngfw/v20240119preview/pre_rule.py +1 -1
  319. pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_global_rulestack.py +1 -1
  320. pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_local_rulestack.py +1 -1
  321. pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_global_rulestack.py +1 -1
  322. pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_local_rulestack.py +1 -1
  323. pulumi_azure_native/cloudngfw/v20240207preview/firewall.py +1 -1
  324. pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_global_rulestack.py +1 -1
  325. pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_local_rulestack.py +1 -1
  326. pulumi_azure_native/cloudngfw/v20240207preview/global_rulestack.py +1 -1
  327. pulumi_azure_native/cloudngfw/v20240207preview/local_rule.py +1 -1
  328. pulumi_azure_native/cloudngfw/v20240207preview/local_rulestack.py +1 -1
  329. pulumi_azure_native/cloudngfw/v20240207preview/post_rule.py +1 -1
  330. pulumi_azure_native/cloudngfw/v20240207preview/pre_rule.py +1 -1
  331. pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_global_rulestack.py +1 -1
  332. pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_local_rulestack.py +1 -1
  333. pulumi_azure_native/cloudngfw/v20250206preview/__init__.py +58 -0
  334. pulumi_azure_native/cloudngfw/v20250206preview/_enums.py +153 -0
  335. pulumi_azure_native/cloudngfw/v20250206preview/_inputs.py +1678 -0
  336. pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_global_rulestack.py +306 -0
  337. pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_local_rulestack.py +327 -0
  338. pulumi_azure_native/cloudngfw/v20250206preview/firewall.py +591 -0
  339. pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_global_rulestack.py +276 -0
  340. pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_local_rulestack.py +297 -0
  341. pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_global_rulestack.py +213 -0
  342. pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_local_rulestack.py +219 -0
  343. pulumi_azure_native/cloudngfw/v20250206preview/get_firewall.py +339 -0
  344. pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_global_rulestack.py +86 -0
  345. pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_log_profile.py +171 -0
  346. pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_support_info.py +274 -0
  347. pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_global_rulestack.py +199 -0
  348. pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_local_rulestack.py +205 -0
  349. pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack.py +277 -0
  350. pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack_change_log.py +108 -0
  351. pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule.py +412 -0
  352. pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule_counters.py +223 -0
  353. pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack.py +297 -0
  354. pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_change_log.py +114 -0
  355. pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_support_info.py +274 -0
  356. pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule.py +406 -0
  357. pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule_counters.py +217 -0
  358. pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule.py +406 -0
  359. pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule_counters.py +217 -0
  360. pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_global_rulestack.py +199 -0
  361. pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_local_rulestack.py +205 -0
  362. pulumi_azure_native/cloudngfw/v20250206preview/global_rulestack.py +450 -0
  363. pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_advanced_security_objects.py +107 -0
  364. pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_app_ids.py +107 -0
  365. pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_countries.py +103 -0
  366. pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_firewalls.py +94 -0
  367. pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_predefined_url_categories.py +103 -0
  368. pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_security_services.py +107 -0
  369. pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_advanced_security_objects.py +113 -0
  370. pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_app_ids.py +113 -0
  371. pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_countries.py +109 -0
  372. pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_firewalls.py +100 -0
  373. pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_predefined_url_categories.py +109 -0
  374. pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_security_services.py +113 -0
  375. pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +70 -0
  376. pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +84 -0
  377. pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_support_info.py +294 -0
  378. pulumi_azure_native/cloudngfw/v20250206preview/local_rule.py +716 -0
  379. pulumi_azure_native/cloudngfw/v20250206preview/local_rulestack.py +500 -0
  380. pulumi_azure_native/cloudngfw/v20250206preview/outputs.py +2216 -0
  381. pulumi_azure_native/cloudngfw/v20250206preview/post_rule.py +695 -0
  382. pulumi_azure_native/cloudngfw/v20250206preview/pre_rule.py +695 -0
  383. pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_global_rulestack.py +276 -0
  384. pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_local_rulestack.py +297 -0
  385. pulumi_azure_native/containerservice/__init__.py +3 -0
  386. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  387. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  388. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  389. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  390. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  391. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  392. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  393. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  394. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  395. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  396. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  397. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  398. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  399. pulumi_azure_native/containerservice/snapshot.py +3 -3
  400. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  401. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  402. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  403. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  404. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  405. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  406. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  407. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  408. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  409. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  410. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  411. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  412. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  413. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  414. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  415. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  416. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  417. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  418. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  419. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  420. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  421. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  422. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  423. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  424. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  425. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  426. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  427. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  428. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  429. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  430. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  431. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  432. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  433. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  434. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  435. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  436. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  437. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  438. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  439. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  440. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  441. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  442. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  443. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  444. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  445. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  446. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  447. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  448. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  449. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  450. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  451. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  452. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  453. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  454. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  455. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  456. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  457. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  458. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  459. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  460. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  461. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  462. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  463. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  464. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  465. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  466. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  467. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  468. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  469. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  470. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  471. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  472. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  473. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  474. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  475. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  476. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  477. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  478. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  479. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  480. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  481. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  482. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  483. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  484. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  485. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  486. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  487. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  488. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  489. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  490. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  491. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  492. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  493. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  494. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  495. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  496. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  497. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  498. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  499. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  500. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  501. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  502. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  503. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  504. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  505. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  506. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  507. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  508. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  509. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  510. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  511. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  512. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  513. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  514. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  515. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  516. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  517. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  518. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  519. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  520. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  521. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  522. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  523. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  524. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  525. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  526. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  527. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  528. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  529. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  530. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  531. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  532. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  533. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  534. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  535. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  536. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  537. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  538. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  539. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  540. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  541. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  542. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  543. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  544. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  545. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  546. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  547. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  548. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  549. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  550. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  551. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  552. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  553. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
  554. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
  555. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
  556. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
  557. pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
  558. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
  559. pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
  560. pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
  561. pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
  562. pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
  563. pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
  564. pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
  565. pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1 -1
  566. pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +1 -1
  567. pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1 -1
  568. pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +1 -1
  569. pulumi_azure_native/containerservice/v20240902preview/snapshot.py +1 -1
  570. pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +1 -1
  571. pulumi_azure_native/containerservice/v20241001/__init__.py +25 -0
  572. pulumi_azure_native/containerservice/v20241001/_enums.py +643 -0
  573. pulumi_azure_native/containerservice/v20241001/_inputs.py +7762 -0
  574. pulumi_azure_native/containerservice/v20241001/agent_pool.py +1459 -0
  575. pulumi_azure_native/containerservice/v20241001/get_agent_pool.py +765 -0
  576. pulumi_azure_native/containerservice/v20241001/get_maintenance_configuration.py +177 -0
  577. pulumi_azure_native/containerservice/v20241001/get_managed_cluster.py +801 -0
  578. pulumi_azure_native/containerservice/v20241001/get_private_endpoint_connection.py +163 -0
  579. pulumi_azure_native/containerservice/v20241001/get_snapshot.py +269 -0
  580. pulumi_azure_native/containerservice/v20241001/get_trusted_access_role_binding.py +177 -0
  581. pulumi_azure_native/containerservice/v20241001/list_managed_cluster_admin_credentials.py +93 -0
  582. pulumi_azure_native/containerservice/v20241001/list_managed_cluster_monitoring_user_credentials.py +93 -0
  583. pulumi_azure_native/containerservice/v20241001/list_managed_cluster_user_credentials.py +99 -0
  584. pulumi_azure_native/containerservice/v20241001/maintenance_configuration.py +279 -0
  585. pulumi_azure_native/containerservice/v20241001/managed_cluster.py +1392 -0
  586. pulumi_azure_native/containerservice/v20241001/outputs.py +6648 -0
  587. pulumi_azure_native/containerservice/v20241001/private_endpoint_connection.py +251 -0
  588. pulumi_azure_native/containerservice/v20241001/snapshot.py +347 -0
  589. pulumi_azure_native/containerservice/v20241001/trusted_access_role_binding.py +260 -0
  590. pulumi_azure_native/dataprotection/__init__.py +3 -0
  591. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  592. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  593. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  594. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  595. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  596. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  597. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  598. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  599. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  600. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  601. pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
  602. pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
  603. pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
  604. pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
  605. pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
  606. pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
  607. pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
  608. pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
  609. pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
  610. pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
  611. pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
  612. pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
  613. pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
  614. pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
  615. pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
  616. pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
  617. pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
  618. pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
  619. pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
  620. pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
  621. pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
  622. pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
  623. pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
  624. pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
  625. pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
  626. pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
  627. pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
  628. pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
  629. pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
  630. pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
  631. pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
  632. pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
  633. pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
  634. pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
  635. pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
  636. pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
  637. pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
  638. pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
  639. pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
  640. pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
  641. pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
  642. pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
  643. pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
  644. pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
  645. pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
  646. pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
  647. pulumi_azure_native/dataprotection/v20240401/backup_instance.py +1 -1
  648. pulumi_azure_native/dataprotection/v20240401/backup_policy.py +1 -1
  649. pulumi_azure_native/dataprotection/v20240401/backup_vault.py +1 -1
  650. pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +1 -1
  651. pulumi_azure_native/dataprotection/v20240401/resource_guard.py +1 -1
  652. pulumi_azure_native/dataprotection/v20250101/__init__.py +20 -0
  653. pulumi_azure_native/dataprotection/v20250101/_enums.py +206 -0
  654. pulumi_azure_native/dataprotection/v20250101/_inputs.py +3570 -0
  655. pulumi_azure_native/dataprotection/v20250101/backup_instance.py +250 -0
  656. pulumi_azure_native/dataprotection/v20250101/backup_policy.py +221 -0
  657. pulumi_azure_native/dataprotection/v20250101/backup_vault.py +317 -0
  658. pulumi_azure_native/dataprotection/v20250101/dpp_resource_guard_proxy.py +220 -0
  659. pulumi_azure_native/dataprotection/v20250101/get_backup_instance.py +163 -0
  660. pulumi_azure_native/dataprotection/v20250101/get_backup_policy.py +147 -0
  661. pulumi_azure_native/dataprotection/v20250101/get_backup_vault.py +199 -0
  662. pulumi_azure_native/dataprotection/v20250101/get_dpp_resource_guard_proxy.py +149 -0
  663. pulumi_azure_native/dataprotection/v20250101/get_resource_guard.py +180 -0
  664. pulumi_azure_native/dataprotection/v20250101/outputs.py +3913 -0
  665. pulumi_azure_native/dataprotection/v20250101/resource_guard.py +284 -0
  666. pulumi_azure_native/dbforpostgresql/v20240801/_inputs.py +20 -0
  667. pulumi_azure_native/dbforpostgresql/v20240801/outputs.py +14 -0
  668. pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +20 -0
  669. pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +14 -0
  670. pulumi_azure_native/network/__init__.py +13 -0
  671. pulumi_azure_native/network/_inputs.py +58 -0
  672. pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
  673. pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +283 -0
  674. pulumi_azure_native/network/get_network_security_perimeter_association.py +221 -0
  675. pulumi_azure_native/network/get_network_security_perimeter_link.py +276 -0
  676. pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +151 -0
  677. pulumi_azure_native/network/get_network_security_perimeter_profile.py +178 -0
  678. pulumi_azure_native/network/network_security_perimeter.py +3 -3
  679. pulumi_azure_native/network/network_security_perimeter_access_rule.py +506 -0
  680. pulumi_azure_native/network/network_security_perimeter_association.py +369 -0
  681. pulumi_azure_native/network/network_security_perimeter_link.py +367 -0
  682. pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +222 -0
  683. pulumi_azure_native/network/network_security_perimeter_profile.py +279 -0
  684. pulumi_azure_native/network/nsp_access_rule.py +1 -1
  685. pulumi_azure_native/network/nsp_association.py +1 -1
  686. pulumi_azure_native/network/nsp_link.py +1 -1
  687. pulumi_azure_native/network/nsp_profile.py +1 -1
  688. pulumi_azure_native/network/outputs.py +53 -0
  689. pulumi_azure_native/network/v20210201preview/network_security_perimeter.py +1 -1
  690. pulumi_azure_native/network/v20210201preview/nsp_access_rule.py +1 -1
  691. pulumi_azure_native/network/v20210201preview/nsp_association.py +1 -1
  692. pulumi_azure_native/network/v20210201preview/nsp_link.py +1 -1
  693. pulumi_azure_native/network/v20210201preview/nsp_profile.py +1 -1
  694. pulumi_azure_native/network/v20210301preview/network_security_perimeter.py +1 -1
  695. pulumi_azure_native/network/v20230701preview/network_security_perimeter.py +1 -1
  696. pulumi_azure_native/network/v20230701preview/nsp_access_rule.py +1 -1
  697. pulumi_azure_native/network/v20230701preview/nsp_association.py +1 -1
  698. pulumi_azure_native/network/v20230701preview/nsp_link.py +1 -1
  699. pulumi_azure_native/network/v20230701preview/nsp_profile.py +1 -1
  700. pulumi_azure_native/network/v20230801preview/network_security_perimeter.py +1 -1
  701. pulumi_azure_native/network/v20230801preview/nsp_access_rule.py +1 -1
  702. pulumi_azure_native/network/v20230801preview/nsp_association.py +1 -1
  703. pulumi_azure_native/network/v20230801preview/nsp_link.py +1 -1
  704. pulumi_azure_native/network/v20230801preview/nsp_profile.py +1 -1
  705. pulumi_azure_native/network/v20240601preview/__init__.py +22 -0
  706. pulumi_azure_native/network/v20240601preview/_enums.py +27 -0
  707. pulumi_azure_native/network/v20240601preview/_inputs.py +161 -0
  708. pulumi_azure_native/network/v20240601preview/get_network_security_perimeter.py +170 -0
  709. pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_access_rule.py +281 -0
  710. pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_association.py +219 -0
  711. pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_link.py +274 -0
  712. pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_logging_configuration.py +149 -0
  713. pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_profile.py +176 -0
  714. pulumi_azure_native/network/v20240601preview/network_security_perimeter.py +256 -0
  715. pulumi_azure_native/network/v20240601preview/network_security_perimeter_access_rule.py +504 -0
  716. pulumi_azure_native/network/v20240601preview/network_security_perimeter_association.py +367 -0
  717. pulumi_azure_native/network/v20240601preview/network_security_perimeter_link.py +365 -0
  718. pulumi_azure_native/network/v20240601preview/network_security_perimeter_logging_configuration.py +220 -0
  719. pulumi_azure_native/network/v20240601preview/network_security_perimeter_profile.py +277 -0
  720. pulumi_azure_native/network/v20240601preview/outputs.py +175 -0
  721. pulumi_azure_native/pulumi-plugin.json +1 -1
  722. pulumi_azure_native/quantum/v20231113preview/_enums.py +31 -0
  723. pulumi_azure_native/quantum/v20231113preview/_inputs.py +20 -0
  724. pulumi_azure_native/quantum/v20231113preview/outputs.py +15 -14
  725. pulumi_azure_native/servicefabric/__init__.py +7 -0
  726. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  727. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  728. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  729. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  730. pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +151 -0
  731. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  732. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  733. pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +157 -0
  734. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  735. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  736. pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +103 -0
  737. pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +109 -0
  738. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  739. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  740. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  741. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  742. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  743. pulumi_azure_native/servicefabric/node_type.py +3 -3
  744. pulumi_azure_native/servicefabric/outputs.py +277 -0
  745. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  746. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  747. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  748. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  749. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  750. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  751. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  752. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  753. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  754. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  755. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  756. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  757. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  758. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  759. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  760. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  761. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  762. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  763. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  764. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  765. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  766. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  767. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  768. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  769. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  770. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  771. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  772. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  773. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  774. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  775. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  776. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  777. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  778. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  779. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  780. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  781. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  782. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  783. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  784. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  785. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  786. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  787. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  788. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  789. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  790. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
  791. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
  792. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
  793. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
  794. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
  795. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
  796. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1 -1
  797. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +1 -1
  798. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +1 -1
  799. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +1 -1
  800. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +1 -1
  801. pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1 -1
  802. pulumi_azure_native/servicefabric/v20241101preview/__init__.py +28 -0
  803. pulumi_azure_native/servicefabric/v20241101preview/_enums.py +523 -0
  804. pulumi_azure_native/servicefabric/v20241101preview/_inputs.py +5399 -0
  805. pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster.py +759 -0
  806. pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application.py +248 -0
  807. pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type.py +177 -0
  808. pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type_version.py +197 -0
  809. pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_fault_simulation.py +149 -0
  810. pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_service.py +183 -0
  811. pulumi_azure_native/servicefabric/v20241101preview/get_node_type.py +863 -0
  812. pulumi_azure_native/servicefabric/v20241101preview/get_node_type_fault_simulation.py +155 -0
  813. pulumi_azure_native/servicefabric/v20241101preview/getmanaged_az_resiliency_status.py +101 -0
  814. pulumi_azure_native/servicefabric/v20241101preview/getmanaged_maintenance_window_status.py +170 -0
  815. pulumi_azure_native/servicefabric/v20241101preview/list_managed_cluster_fault_simulation.py +101 -0
  816. pulumi_azure_native/servicefabric/v20241101preview/list_node_type_fault_simulation.py +107 -0
  817. pulumi_azure_native/servicefabric/v20241101preview/managed_cluster.py +1339 -0
  818. pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application.py +409 -0
  819. pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type.py +258 -0
  820. pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type_version.py +309 -0
  821. pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_service.py +300 -0
  822. pulumi_azure_native/servicefabric/v20241101preview/node_type.py +1695 -0
  823. pulumi_azure_native/servicefabric/v20241101preview/outputs.py +4868 -0
  824. pulumi_azure_native/storage/__init__.py +3 -0
  825. pulumi_azure_native/storage/blob_container.py +3 -3
  826. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  827. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  828. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  829. pulumi_azure_native/storage/encryption_scope.py +3 -3
  830. pulumi_azure_native/storage/file_service_properties.py +3 -3
  831. pulumi_azure_native/storage/file_share.py +3 -3
  832. pulumi_azure_native/storage/get_blob_container.py +2 -2
  833. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  834. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  835. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  836. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  837. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  838. pulumi_azure_native/storage/get_file_share.py +2 -2
  839. pulumi_azure_native/storage/get_local_user.py +2 -2
  840. pulumi_azure_native/storage/get_management_policy.py +2 -2
  841. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  842. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  843. pulumi_azure_native/storage/get_queue.py +2 -2
  844. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  845. pulumi_azure_native/storage/get_storage_account.py +2 -2
  846. pulumi_azure_native/storage/get_storage_task_assignment.py +4 -0
  847. pulumi_azure_native/storage/get_table.py +2 -2
  848. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  849. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  850. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  851. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  852. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  853. pulumi_azure_native/storage/local_user.py +3 -3
  854. pulumi_azure_native/storage/management_policy.py +3 -3
  855. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  856. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  857. pulumi_azure_native/storage/queue.py +3 -3
  858. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  859. pulumi_azure_native/storage/storage_account.py +3 -3
  860. pulumi_azure_native/storage/storage_task_assignment.py +5 -1
  861. pulumi_azure_native/storage/table.py +3 -3
  862. pulumi_azure_native/storage/table_service_properties.py +3 -3
  863. pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
  864. pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
  865. pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
  866. pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
  867. pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
  868. pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
  869. pulumi_azure_native/storage/v20220901/file_share.py +1 -1
  870. pulumi_azure_native/storage/v20220901/local_user.py +1 -1
  871. pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
  872. pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
  873. pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
  874. pulumi_azure_native/storage/v20220901/queue.py +1 -1
  875. pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
  876. pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
  877. pulumi_azure_native/storage/v20220901/table.py +1 -1
  878. pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
  879. pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
  880. pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
  881. pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
  882. pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
  883. pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
  884. pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
  885. pulumi_azure_native/storage/v20230101/file_share.py +1 -1
  886. pulumi_azure_native/storage/v20230101/local_user.py +1 -1
  887. pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
  888. pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
  889. pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
  890. pulumi_azure_native/storage/v20230101/queue.py +1 -1
  891. pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
  892. pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
  893. pulumi_azure_native/storage/v20230101/table.py +1 -1
  894. pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
  895. pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
  896. pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
  897. pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
  898. pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
  899. pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
  900. pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
  901. pulumi_azure_native/storage/v20230401/file_share.py +1 -1
  902. pulumi_azure_native/storage/v20230401/local_user.py +1 -1
  903. pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
  904. pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
  905. pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
  906. pulumi_azure_native/storage/v20230401/queue.py +1 -1
  907. pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
  908. pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
  909. pulumi_azure_native/storage/v20230401/table.py +1 -1
  910. pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
  911. pulumi_azure_native/storage/v20230501/blob_container.py +1 -1
  912. pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +1 -1
  913. pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +1 -1
  914. pulumi_azure_native/storage/v20230501/blob_service_properties.py +1 -1
  915. pulumi_azure_native/storage/v20230501/encryption_scope.py +1 -1
  916. pulumi_azure_native/storage/v20230501/file_service_properties.py +1 -1
  917. pulumi_azure_native/storage/v20230501/file_share.py +1 -1
  918. pulumi_azure_native/storage/v20230501/local_user.py +1 -1
  919. pulumi_azure_native/storage/v20230501/management_policy.py +1 -1
  920. pulumi_azure_native/storage/v20230501/object_replication_policy.py +1 -1
  921. pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +1 -1
  922. pulumi_azure_native/storage/v20230501/queue.py +1 -1
  923. pulumi_azure_native/storage/v20230501/queue_service_properties.py +1 -1
  924. pulumi_azure_native/storage/v20230501/storage_account.py +1 -1
  925. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +1 -1
  926. pulumi_azure_native/storage/v20230501/table.py +1 -1
  927. pulumi_azure_native/storage/v20230501/table_service_properties.py +1 -1
  928. pulumi_azure_native/storage/v20240101/__init__.py +48 -0
  929. pulumi_azure_native/storage/v20240101/_enums.py +442 -0
  930. pulumi_azure_native/storage/v20240101/_inputs.py +4834 -0
  931. pulumi_azure_native/storage/v20240101/blob_container.py +515 -0
  932. pulumi_azure_native/storage/v20240101/blob_container_immutability_policy.py +307 -0
  933. pulumi_azure_native/storage/v20240101/blob_inventory_policy.py +232 -0
  934. pulumi_azure_native/storage/v20240101/blob_service_properties.py +453 -0
  935. pulumi_azure_native/storage/v20240101/encryption_scope.py +318 -0
  936. pulumi_azure_native/storage/v20240101/file_service_properties.py +279 -0
  937. pulumi_azure_native/storage/v20240101/file_share.py +643 -0
  938. pulumi_azure_native/storage/v20240101/get_blob_container.py +401 -0
  939. pulumi_azure_native/storage/v20240101/get_blob_container_immutability_policy.py +196 -0
  940. pulumi_azure_native/storage/v20240101/get_blob_inventory_policy.py +163 -0
  941. pulumi_azure_native/storage/v20240101/get_blob_service_properties.py +261 -0
  942. pulumi_azure_native/storage/v20240101/get_encryption_scope.py +205 -0
  943. pulumi_azure_native/storage/v20240101/get_file_service_properties.py +177 -0
  944. pulumi_azure_native/storage/v20240101/get_file_share.py +505 -0
  945. pulumi_azure_native/storage/v20240101/get_local_user.py +303 -0
  946. pulumi_azure_native/storage/v20240101/get_management_policy.py +149 -0
  947. pulumi_azure_native/storage/v20240101/get_object_replication_policy.py +205 -0
  948. pulumi_azure_native/storage/v20240101/get_private_endpoint_connection.py +163 -0
  949. pulumi_azure_native/storage/v20240101/get_queue.py +145 -0
  950. pulumi_azure_native/storage/v20240101/get_queue_service_properties.py +135 -0
  951. pulumi_azure_native/storage/v20240101/get_storage_account.py +779 -0
  952. pulumi_azure_native/storage/v20240101/get_storage_task_assignment.py +135 -0
  953. pulumi_azure_native/storage/v20240101/get_table.py +149 -0
  954. pulumi_azure_native/storage/v20240101/get_table_service_properties.py +135 -0
  955. pulumi_azure_native/storage/v20240101/list_local_user_keys.py +107 -0
  956. pulumi_azure_native/storage/v20240101/list_storage_account_keys.py +93 -0
  957. pulumi_azure_native/storage/v20240101/list_storage_account_sas.py +135 -0
  958. pulumi_azure_native/storage/v20240101/list_storage_account_service_sas.py +195 -0
  959. pulumi_azure_native/storage/v20240101/local_user.py +501 -0
  960. pulumi_azure_native/storage/v20240101/management_policy.py +222 -0
  961. pulumi_azure_native/storage/v20240101/object_replication_policy.py +319 -0
  962. pulumi_azure_native/storage/v20240101/outputs.py +5740 -0
  963. pulumi_azure_native/storage/v20240101/private_endpoint_connection.py +232 -0
  964. pulumi_azure_native/storage/v20240101/queue.py +216 -0
  965. pulumi_azure_native/storage/v20240101/queue_service_properties.py +211 -0
  966. pulumi_azure_native/storage/v20240101/storage_account.py +1203 -0
  967. pulumi_azure_native/storage/v20240101/storage_task_assignment.py +212 -0
  968. pulumi_azure_native/storage/v20240101/table.py +219 -0
  969. pulumi_azure_native/storage/v20240101/table_service_properties.py +211 -0
  970. pulumi_azure_native/storagecache/__init__.py +3 -0
  971. pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
  972. pulumi_azure_native/storagecache/cache.py +3 -3
  973. pulumi_azure_native/storagecache/get_cache.py +2 -2
  974. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  975. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  976. pulumi_azure_native/storagecache/import_job.py +1 -1
  977. pulumi_azure_native/storagecache/storage_target.py +3 -3
  978. pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
  979. pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
  980. pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
  981. pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
  982. pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
  983. pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
  984. pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
  985. pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
  986. pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
  987. pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
  988. pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +1 -1
  989. pulumi_azure_native/storagecache/v20240301/cache.py +1 -1
  990. pulumi_azure_native/storagecache/v20240301/import_job.py +1 -1
  991. pulumi_azure_native/storagecache/v20240301/storage_target.py +1 -1
  992. pulumi_azure_native/storagecache/v20240701/__init__.py +21 -0
  993. pulumi_azure_native/storagecache/v20240701/_enums.py +146 -0
  994. pulumi_azure_native/storagecache/v20240701/_inputs.py +2089 -0
  995. pulumi_azure_native/storagecache/v20240701/aml_filesystem.py +533 -0
  996. pulumi_azure_native/storagecache/v20240701/auto_export_job.py +490 -0
  997. pulumi_azure_native/storagecache/v20240701/cache.py +579 -0
  998. pulumi_azure_native/storagecache/v20240701/get_aml_filesystem.py +339 -0
  999. pulumi_azure_native/storagecache/v20240701/get_auto_export_job.py +415 -0
  1000. pulumi_azure_native/storagecache/v20240701/get_cache.py +381 -0
  1001. pulumi_azure_native/storagecache/v20240701/get_import_job.py +457 -0
  1002. pulumi_azure_native/storagecache/v20240701/get_required_aml_fs_subnets_size.py +87 -0
  1003. pulumi_azure_native/storagecache/v20240701/get_storage_target.py +275 -0
  1004. pulumi_azure_native/storagecache/v20240701/import_job.py +547 -0
  1005. pulumi_azure_native/storagecache/v20240701/outputs.py +2735 -0
  1006. pulumi_azure_native/storagecache/v20240701/storage_target.py +426 -0
  1007. {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/METADATA +1 -1
  1008. {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/RECORD +1010 -781
  1009. pulumi_azure_native/networkanalytics/__init__.py +0 -23
  1010. pulumi_azure_native/networkanalytics/_enums.py +0 -64
  1011. pulumi_azure_native/networkanalytics/_inputs.py +0 -438
  1012. pulumi_azure_native/networkanalytics/data_product.py +0 -720
  1013. pulumi_azure_native/networkanalytics/data_type.py +0 -339
  1014. pulumi_azure_native/networkanalytics/get_data_product.py +0 -439
  1015. pulumi_azure_native/networkanalytics/get_data_type.py +0 -235
  1016. pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +0 -103
  1017. pulumi_azure_native/networkanalytics/outputs.py +0 -684
  1018. pulumi_azure_native/networkanalytics/v20231115/_enums.py +0 -64
  1019. pulumi_azure_native/networkanalytics/v20231115/_inputs.py +0 -438
  1020. pulumi_azure_native/networkanalytics/v20231115/data_product.py +0 -718
  1021. pulumi_azure_native/networkanalytics/v20231115/data_type.py +0 -337
  1022. pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +0 -437
  1023. pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +0 -233
  1024. pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +0 -101
  1025. pulumi_azure_native/networkanalytics/v20231115/outputs.py +0 -684
  1026. {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/WHEEL +0 -0
  1027. {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1208 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'ActionStatusResponse',
21
+ 'BranchStatusResponse',
22
+ 'ChaosExperimentBranchResponse',
23
+ 'ChaosExperimentStepResponse',
24
+ 'ChaosTargetListSelectorResponse',
25
+ 'ChaosTargetQuerySelectorResponse',
26
+ 'ChaosTargetSimpleFilterParametersResponse',
27
+ 'ChaosTargetSimpleFilterResponse',
28
+ 'ContinuousActionResponse',
29
+ 'DelayActionResponse',
30
+ 'DiscreteActionResponse',
31
+ 'ExperimentExecutionActionTargetDetailsErrorResponse',
32
+ 'ExperimentExecutionActionTargetDetailsPropertiesResponse',
33
+ 'ExperimentExecutionDetailsPropertiesResponse',
34
+ 'ExperimentExecutionDetailsPropertiesRunInformationResponse',
35
+ 'KeyValuePairResponse',
36
+ 'ManagedServiceIdentityResponse',
37
+ 'StepStatusResponse',
38
+ 'SystemDataResponse',
39
+ 'TargetReferenceResponse',
40
+ 'UserAssignedIdentityResponse',
41
+ ]
42
+
43
+ @pulumi.output_type
44
+ class ActionStatusResponse(dict):
45
+ """
46
+ Model that represents the an action and its status.
47
+ """
48
+ def __init__(__self__, *,
49
+ action_id: str,
50
+ action_name: str,
51
+ end_time: str,
52
+ start_time: str,
53
+ status: str,
54
+ targets: Sequence['outputs.ExperimentExecutionActionTargetDetailsPropertiesResponse']):
55
+ """
56
+ Model that represents the an action and its status.
57
+ :param str action_id: The id of the action status.
58
+ :param str action_name: The name of the action status.
59
+ :param str end_time: String that represents the end time of the action.
60
+ :param str start_time: String that represents the start time of the action.
61
+ :param str status: The status of the action.
62
+ :param Sequence['ExperimentExecutionActionTargetDetailsPropertiesResponse'] targets: The array of targets.
63
+ """
64
+ pulumi.set(__self__, "action_id", action_id)
65
+ pulumi.set(__self__, "action_name", action_name)
66
+ pulumi.set(__self__, "end_time", end_time)
67
+ pulumi.set(__self__, "start_time", start_time)
68
+ pulumi.set(__self__, "status", status)
69
+ pulumi.set(__self__, "targets", targets)
70
+
71
+ @property
72
+ @pulumi.getter(name="actionId")
73
+ def action_id(self) -> str:
74
+ """
75
+ The id of the action status.
76
+ """
77
+ return pulumi.get(self, "action_id")
78
+
79
+ @property
80
+ @pulumi.getter(name="actionName")
81
+ def action_name(self) -> str:
82
+ """
83
+ The name of the action status.
84
+ """
85
+ return pulumi.get(self, "action_name")
86
+
87
+ @property
88
+ @pulumi.getter(name="endTime")
89
+ def end_time(self) -> str:
90
+ """
91
+ String that represents the end time of the action.
92
+ """
93
+ return pulumi.get(self, "end_time")
94
+
95
+ @property
96
+ @pulumi.getter(name="startTime")
97
+ def start_time(self) -> str:
98
+ """
99
+ String that represents the start time of the action.
100
+ """
101
+ return pulumi.get(self, "start_time")
102
+
103
+ @property
104
+ @pulumi.getter
105
+ def status(self) -> str:
106
+ """
107
+ The status of the action.
108
+ """
109
+ return pulumi.get(self, "status")
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def targets(self) -> Sequence['outputs.ExperimentExecutionActionTargetDetailsPropertiesResponse']:
114
+ """
115
+ The array of targets.
116
+ """
117
+ return pulumi.get(self, "targets")
118
+
119
+
120
+ @pulumi.output_type
121
+ class BranchStatusResponse(dict):
122
+ """
123
+ Model that represents the a list of actions and action statuses.
124
+ """
125
+ def __init__(__self__, *,
126
+ actions: Sequence['outputs.ActionStatusResponse'],
127
+ branch_id: str,
128
+ branch_name: str,
129
+ status: str):
130
+ """
131
+ Model that represents the a list of actions and action statuses.
132
+ :param Sequence['ActionStatusResponse'] actions: The array of actions.
133
+ :param str branch_id: The id of the branch status.
134
+ :param str branch_name: The name of the branch status.
135
+ :param str status: The status of the branch.
136
+ """
137
+ pulumi.set(__self__, "actions", actions)
138
+ pulumi.set(__self__, "branch_id", branch_id)
139
+ pulumi.set(__self__, "branch_name", branch_name)
140
+ pulumi.set(__self__, "status", status)
141
+
142
+ @property
143
+ @pulumi.getter
144
+ def actions(self) -> Sequence['outputs.ActionStatusResponse']:
145
+ """
146
+ The array of actions.
147
+ """
148
+ return pulumi.get(self, "actions")
149
+
150
+ @property
151
+ @pulumi.getter(name="branchId")
152
+ def branch_id(self) -> str:
153
+ """
154
+ The id of the branch status.
155
+ """
156
+ return pulumi.get(self, "branch_id")
157
+
158
+ @property
159
+ @pulumi.getter(name="branchName")
160
+ def branch_name(self) -> str:
161
+ """
162
+ The name of the branch status.
163
+ """
164
+ return pulumi.get(self, "branch_name")
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def status(self) -> str:
169
+ """
170
+ The status of the branch.
171
+ """
172
+ return pulumi.get(self, "status")
173
+
174
+
175
+ @pulumi.output_type
176
+ class ChaosExperimentBranchResponse(dict):
177
+ """
178
+ Model that represents a branch in the step. 9 total per experiment.
179
+ """
180
+ def __init__(__self__, *,
181
+ actions: Sequence[Any],
182
+ name: str):
183
+ """
184
+ Model that represents a branch in the step. 9 total per experiment.
185
+ :param Sequence[Union['ContinuousActionResponse', 'DelayActionResponse', 'DiscreteActionResponse']] actions: List of actions.
186
+ :param str name: String of the branch name.
187
+ """
188
+ pulumi.set(__self__, "actions", actions)
189
+ pulumi.set(__self__, "name", name)
190
+
191
+ @property
192
+ @pulumi.getter
193
+ def actions(self) -> Sequence[Any]:
194
+ """
195
+ List of actions.
196
+ """
197
+ return pulumi.get(self, "actions")
198
+
199
+ @property
200
+ @pulumi.getter
201
+ def name(self) -> str:
202
+ """
203
+ String of the branch name.
204
+ """
205
+ return pulumi.get(self, "name")
206
+
207
+
208
+ @pulumi.output_type
209
+ class ChaosExperimentStepResponse(dict):
210
+ """
211
+ Model that represents a step in the Experiment resource.
212
+ """
213
+ def __init__(__self__, *,
214
+ branches: Sequence['outputs.ChaosExperimentBranchResponse'],
215
+ name: str):
216
+ """
217
+ Model that represents a step in the Experiment resource.
218
+ :param Sequence['ChaosExperimentBranchResponse'] branches: List of branches.
219
+ :param str name: String of the step name.
220
+ """
221
+ pulumi.set(__self__, "branches", branches)
222
+ pulumi.set(__self__, "name", name)
223
+
224
+ @property
225
+ @pulumi.getter
226
+ def branches(self) -> Sequence['outputs.ChaosExperimentBranchResponse']:
227
+ """
228
+ List of branches.
229
+ """
230
+ return pulumi.get(self, "branches")
231
+
232
+ @property
233
+ @pulumi.getter
234
+ def name(self) -> str:
235
+ """
236
+ String of the step name.
237
+ """
238
+ return pulumi.get(self, "name")
239
+
240
+
241
+ @pulumi.output_type
242
+ class ChaosTargetListSelectorResponse(dict):
243
+ """
244
+ Model that represents a list selector.
245
+ """
246
+ def __init__(__self__, *,
247
+ id: str,
248
+ targets: Sequence['outputs.TargetReferenceResponse'],
249
+ type: str,
250
+ filter: Optional['outputs.ChaosTargetSimpleFilterResponse'] = None):
251
+ """
252
+ Model that represents a list selector.
253
+ :param str id: String of the selector ID.
254
+ :param Sequence['TargetReferenceResponse'] targets: List of Target references.
255
+ :param str type: Enum of the selector type.
256
+ Expected value is 'List'.
257
+ :param 'ChaosTargetSimpleFilterResponse' filter: Model that represents available filter types that can be applied to a targets list.
258
+ """
259
+ pulumi.set(__self__, "id", id)
260
+ pulumi.set(__self__, "targets", targets)
261
+ pulumi.set(__self__, "type", 'List')
262
+ if filter is not None:
263
+ pulumi.set(__self__, "filter", filter)
264
+
265
+ @property
266
+ @pulumi.getter
267
+ def id(self) -> str:
268
+ """
269
+ String of the selector ID.
270
+ """
271
+ return pulumi.get(self, "id")
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def targets(self) -> Sequence['outputs.TargetReferenceResponse']:
276
+ """
277
+ List of Target references.
278
+ """
279
+ return pulumi.get(self, "targets")
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def type(self) -> str:
284
+ """
285
+ Enum of the selector type.
286
+ Expected value is 'List'.
287
+ """
288
+ return pulumi.get(self, "type")
289
+
290
+ @property
291
+ @pulumi.getter
292
+ def filter(self) -> Optional['outputs.ChaosTargetSimpleFilterResponse']:
293
+ """
294
+ Model that represents available filter types that can be applied to a targets list.
295
+ """
296
+ return pulumi.get(self, "filter")
297
+
298
+
299
+ @pulumi.output_type
300
+ class ChaosTargetQuerySelectorResponse(dict):
301
+ """
302
+ Model that represents a query selector.
303
+ """
304
+ @staticmethod
305
+ def __key_warning(key: str):
306
+ suggest = None
307
+ if key == "queryString":
308
+ suggest = "query_string"
309
+ elif key == "subscriptionIds":
310
+ suggest = "subscription_ids"
311
+
312
+ if suggest:
313
+ pulumi.log.warn(f"Key '{key}' not found in ChaosTargetQuerySelectorResponse. Access the value via the '{suggest}' property getter instead.")
314
+
315
+ def __getitem__(self, key: str) -> Any:
316
+ ChaosTargetQuerySelectorResponse.__key_warning(key)
317
+ return super().__getitem__(key)
318
+
319
+ def get(self, key: str, default = None) -> Any:
320
+ ChaosTargetQuerySelectorResponse.__key_warning(key)
321
+ return super().get(key, default)
322
+
323
+ def __init__(__self__, *,
324
+ id: str,
325
+ query_string: str,
326
+ subscription_ids: Sequence[str],
327
+ type: str,
328
+ filter: Optional['outputs.ChaosTargetSimpleFilterResponse'] = None):
329
+ """
330
+ Model that represents a query selector.
331
+ :param str id: String of the selector ID.
332
+ :param str query_string: Azure Resource Graph (ARG) Query Language query for target resources.
333
+ :param Sequence[str] subscription_ids: Subscription id list to scope resource query.
334
+ :param str type: Enum of the selector type.
335
+ Expected value is 'Query'.
336
+ :param 'ChaosTargetSimpleFilterResponse' filter: Model that represents available filter types that can be applied to a targets list.
337
+ """
338
+ pulumi.set(__self__, "id", id)
339
+ pulumi.set(__self__, "query_string", query_string)
340
+ pulumi.set(__self__, "subscription_ids", subscription_ids)
341
+ pulumi.set(__self__, "type", 'Query')
342
+ if filter is not None:
343
+ pulumi.set(__self__, "filter", filter)
344
+
345
+ @property
346
+ @pulumi.getter
347
+ def id(self) -> str:
348
+ """
349
+ String of the selector ID.
350
+ """
351
+ return pulumi.get(self, "id")
352
+
353
+ @property
354
+ @pulumi.getter(name="queryString")
355
+ def query_string(self) -> str:
356
+ """
357
+ Azure Resource Graph (ARG) Query Language query for target resources.
358
+ """
359
+ return pulumi.get(self, "query_string")
360
+
361
+ @property
362
+ @pulumi.getter(name="subscriptionIds")
363
+ def subscription_ids(self) -> Sequence[str]:
364
+ """
365
+ Subscription id list to scope resource query.
366
+ """
367
+ return pulumi.get(self, "subscription_ids")
368
+
369
+ @property
370
+ @pulumi.getter
371
+ def type(self) -> str:
372
+ """
373
+ Enum of the selector type.
374
+ Expected value is 'Query'.
375
+ """
376
+ return pulumi.get(self, "type")
377
+
378
+ @property
379
+ @pulumi.getter
380
+ def filter(self) -> Optional['outputs.ChaosTargetSimpleFilterResponse']:
381
+ """
382
+ Model that represents available filter types that can be applied to a targets list.
383
+ """
384
+ return pulumi.get(self, "filter")
385
+
386
+
387
+ @pulumi.output_type
388
+ class ChaosTargetSimpleFilterParametersResponse(dict):
389
+ """
390
+ Model that represents the Simple filter parameters.
391
+ """
392
+ def __init__(__self__, *,
393
+ zones: Optional[Sequence[str]] = None):
394
+ """
395
+ Model that represents the Simple filter parameters.
396
+ :param Sequence[str] zones: List of Azure availability zones to filter targets by.
397
+ """
398
+ if zones is not None:
399
+ pulumi.set(__self__, "zones", zones)
400
+
401
+ @property
402
+ @pulumi.getter
403
+ def zones(self) -> Optional[Sequence[str]]:
404
+ """
405
+ List of Azure availability zones to filter targets by.
406
+ """
407
+ return pulumi.get(self, "zones")
408
+
409
+
410
+ @pulumi.output_type
411
+ class ChaosTargetSimpleFilterResponse(dict):
412
+ """
413
+ Model that represents a simple target filter.
414
+ """
415
+ def __init__(__self__, *,
416
+ type: str,
417
+ parameters: Optional['outputs.ChaosTargetSimpleFilterParametersResponse'] = None):
418
+ """
419
+ Model that represents a simple target filter.
420
+ :param str type: Enum that discriminates between filter types. Currently only `Simple` type is supported.
421
+ Expected value is 'Simple'.
422
+ :param 'ChaosTargetSimpleFilterParametersResponse' parameters: Model that represents the Simple filter parameters.
423
+ """
424
+ pulumi.set(__self__, "type", 'Simple')
425
+ if parameters is not None:
426
+ pulumi.set(__self__, "parameters", parameters)
427
+
428
+ @property
429
+ @pulumi.getter
430
+ def type(self) -> str:
431
+ """
432
+ Enum that discriminates between filter types. Currently only `Simple` type is supported.
433
+ Expected value is 'Simple'.
434
+ """
435
+ return pulumi.get(self, "type")
436
+
437
+ @property
438
+ @pulumi.getter
439
+ def parameters(self) -> Optional['outputs.ChaosTargetSimpleFilterParametersResponse']:
440
+ """
441
+ Model that represents the Simple filter parameters.
442
+ """
443
+ return pulumi.get(self, "parameters")
444
+
445
+
446
+ @pulumi.output_type
447
+ class ContinuousActionResponse(dict):
448
+ """
449
+ Model that represents a continuous action.
450
+ """
451
+ @staticmethod
452
+ def __key_warning(key: str):
453
+ suggest = None
454
+ if key == "selectorId":
455
+ suggest = "selector_id"
456
+
457
+ if suggest:
458
+ pulumi.log.warn(f"Key '{key}' not found in ContinuousActionResponse. Access the value via the '{suggest}' property getter instead.")
459
+
460
+ def __getitem__(self, key: str) -> Any:
461
+ ContinuousActionResponse.__key_warning(key)
462
+ return super().__getitem__(key)
463
+
464
+ def get(self, key: str, default = None) -> Any:
465
+ ContinuousActionResponse.__key_warning(key)
466
+ return super().get(key, default)
467
+
468
+ def __init__(__self__, *,
469
+ duration: str,
470
+ name: str,
471
+ parameters: Sequence['outputs.KeyValuePairResponse'],
472
+ selector_id: str,
473
+ type: str):
474
+ """
475
+ Model that represents a continuous action.
476
+ :param str duration: ISO8601 formatted string that represents a duration.
477
+ :param str name: String that represents a Capability URN.
478
+ :param Sequence['KeyValuePairResponse'] parameters: List of key value pairs.
479
+ :param str selector_id: String that represents a selector.
480
+ :param str type: Enum union of Chaos experiment action types.
481
+ Expected value is 'continuous'.
482
+ """
483
+ pulumi.set(__self__, "duration", duration)
484
+ pulumi.set(__self__, "name", name)
485
+ pulumi.set(__self__, "parameters", parameters)
486
+ pulumi.set(__self__, "selector_id", selector_id)
487
+ pulumi.set(__self__, "type", 'continuous')
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def duration(self) -> str:
492
+ """
493
+ ISO8601 formatted string that represents a duration.
494
+ """
495
+ return pulumi.get(self, "duration")
496
+
497
+ @property
498
+ @pulumi.getter
499
+ def name(self) -> str:
500
+ """
501
+ String that represents a Capability URN.
502
+ """
503
+ return pulumi.get(self, "name")
504
+
505
+ @property
506
+ @pulumi.getter
507
+ def parameters(self) -> Sequence['outputs.KeyValuePairResponse']:
508
+ """
509
+ List of key value pairs.
510
+ """
511
+ return pulumi.get(self, "parameters")
512
+
513
+ @property
514
+ @pulumi.getter(name="selectorId")
515
+ def selector_id(self) -> str:
516
+ """
517
+ String that represents a selector.
518
+ """
519
+ return pulumi.get(self, "selector_id")
520
+
521
+ @property
522
+ @pulumi.getter
523
+ def type(self) -> str:
524
+ """
525
+ Enum union of Chaos experiment action types.
526
+ Expected value is 'continuous'.
527
+ """
528
+ return pulumi.get(self, "type")
529
+
530
+
531
+ @pulumi.output_type
532
+ class DelayActionResponse(dict):
533
+ """
534
+ Model that represents a delay action.
535
+ """
536
+ def __init__(__self__, *,
537
+ duration: str,
538
+ name: str,
539
+ type: str):
540
+ """
541
+ Model that represents a delay action.
542
+ :param str duration: ISO8601 formatted string that represents a duration.
543
+ :param str name: String that represents a Capability URN.
544
+ :param str type: Enum union of Chaos experiment action types.
545
+ Expected value is 'delay'.
546
+ """
547
+ pulumi.set(__self__, "duration", duration)
548
+ pulumi.set(__self__, "name", name)
549
+ pulumi.set(__self__, "type", 'delay')
550
+
551
+ @property
552
+ @pulumi.getter
553
+ def duration(self) -> str:
554
+ """
555
+ ISO8601 formatted string that represents a duration.
556
+ """
557
+ return pulumi.get(self, "duration")
558
+
559
+ @property
560
+ @pulumi.getter
561
+ def name(self) -> str:
562
+ """
563
+ String that represents a Capability URN.
564
+ """
565
+ return pulumi.get(self, "name")
566
+
567
+ @property
568
+ @pulumi.getter
569
+ def type(self) -> str:
570
+ """
571
+ Enum union of Chaos experiment action types.
572
+ Expected value is 'delay'.
573
+ """
574
+ return pulumi.get(self, "type")
575
+
576
+
577
+ @pulumi.output_type
578
+ class DiscreteActionResponse(dict):
579
+ """
580
+ Model that represents a discrete action.
581
+ """
582
+ @staticmethod
583
+ def __key_warning(key: str):
584
+ suggest = None
585
+ if key == "selectorId":
586
+ suggest = "selector_id"
587
+
588
+ if suggest:
589
+ pulumi.log.warn(f"Key '{key}' not found in DiscreteActionResponse. Access the value via the '{suggest}' property getter instead.")
590
+
591
+ def __getitem__(self, key: str) -> Any:
592
+ DiscreteActionResponse.__key_warning(key)
593
+ return super().__getitem__(key)
594
+
595
+ def get(self, key: str, default = None) -> Any:
596
+ DiscreteActionResponse.__key_warning(key)
597
+ return super().get(key, default)
598
+
599
+ def __init__(__self__, *,
600
+ name: str,
601
+ parameters: Sequence['outputs.KeyValuePairResponse'],
602
+ selector_id: str,
603
+ type: str):
604
+ """
605
+ Model that represents a discrete action.
606
+ :param str name: String that represents a Capability URN.
607
+ :param Sequence['KeyValuePairResponse'] parameters: List of key value pairs.
608
+ :param str selector_id: String that represents a selector.
609
+ :param str type: Enum union of Chaos experiment action types.
610
+ Expected value is 'discrete'.
611
+ """
612
+ pulumi.set(__self__, "name", name)
613
+ pulumi.set(__self__, "parameters", parameters)
614
+ pulumi.set(__self__, "selector_id", selector_id)
615
+ pulumi.set(__self__, "type", 'discrete')
616
+
617
+ @property
618
+ @pulumi.getter
619
+ def name(self) -> str:
620
+ """
621
+ String that represents a Capability URN.
622
+ """
623
+ return pulumi.get(self, "name")
624
+
625
+ @property
626
+ @pulumi.getter
627
+ def parameters(self) -> Sequence['outputs.KeyValuePairResponse']:
628
+ """
629
+ List of key value pairs.
630
+ """
631
+ return pulumi.get(self, "parameters")
632
+
633
+ @property
634
+ @pulumi.getter(name="selectorId")
635
+ def selector_id(self) -> str:
636
+ """
637
+ String that represents a selector.
638
+ """
639
+ return pulumi.get(self, "selector_id")
640
+
641
+ @property
642
+ @pulumi.getter
643
+ def type(self) -> str:
644
+ """
645
+ Enum union of Chaos experiment action types.
646
+ Expected value is 'discrete'.
647
+ """
648
+ return pulumi.get(self, "type")
649
+
650
+
651
+ @pulumi.output_type
652
+ class ExperimentExecutionActionTargetDetailsErrorResponse(dict):
653
+ """
654
+ Model that represents the Experiment action target details error model.
655
+ """
656
+ def __init__(__self__, *,
657
+ code: str,
658
+ message: str):
659
+ """
660
+ Model that represents the Experiment action target details error model.
661
+ :param str code: The error code.
662
+ :param str message: The error message
663
+ """
664
+ pulumi.set(__self__, "code", code)
665
+ pulumi.set(__self__, "message", message)
666
+
667
+ @property
668
+ @pulumi.getter
669
+ def code(self) -> str:
670
+ """
671
+ The error code.
672
+ """
673
+ return pulumi.get(self, "code")
674
+
675
+ @property
676
+ @pulumi.getter
677
+ def message(self) -> str:
678
+ """
679
+ The error message
680
+ """
681
+ return pulumi.get(self, "message")
682
+
683
+
684
+ @pulumi.output_type
685
+ class ExperimentExecutionActionTargetDetailsPropertiesResponse(dict):
686
+ """
687
+ Model that represents the Experiment action target details properties model.
688
+ """
689
+ def __init__(__self__, *,
690
+ error: 'outputs.ExperimentExecutionActionTargetDetailsErrorResponse',
691
+ status: str,
692
+ target: str,
693
+ target_completed_time: str,
694
+ target_failed_time: str):
695
+ """
696
+ Model that represents the Experiment action target details properties model.
697
+ :param 'ExperimentExecutionActionTargetDetailsErrorResponse' error: The error of the action.
698
+ :param str status: The status of the execution.
699
+ :param str target: The target for the action.
700
+ :param str target_completed_time: String that represents the completed date time.
701
+ :param str target_failed_time: String that represents the failed date time.
702
+ """
703
+ pulumi.set(__self__, "error", error)
704
+ pulumi.set(__self__, "status", status)
705
+ pulumi.set(__self__, "target", target)
706
+ pulumi.set(__self__, "target_completed_time", target_completed_time)
707
+ pulumi.set(__self__, "target_failed_time", target_failed_time)
708
+
709
+ @property
710
+ @pulumi.getter
711
+ def error(self) -> 'outputs.ExperimentExecutionActionTargetDetailsErrorResponse':
712
+ """
713
+ The error of the action.
714
+ """
715
+ return pulumi.get(self, "error")
716
+
717
+ @property
718
+ @pulumi.getter
719
+ def status(self) -> str:
720
+ """
721
+ The status of the execution.
722
+ """
723
+ return pulumi.get(self, "status")
724
+
725
+ @property
726
+ @pulumi.getter
727
+ def target(self) -> str:
728
+ """
729
+ The target for the action.
730
+ """
731
+ return pulumi.get(self, "target")
732
+
733
+ @property
734
+ @pulumi.getter(name="targetCompletedTime")
735
+ def target_completed_time(self) -> str:
736
+ """
737
+ String that represents the completed date time.
738
+ """
739
+ return pulumi.get(self, "target_completed_time")
740
+
741
+ @property
742
+ @pulumi.getter(name="targetFailedTime")
743
+ def target_failed_time(self) -> str:
744
+ """
745
+ String that represents the failed date time.
746
+ """
747
+ return pulumi.get(self, "target_failed_time")
748
+
749
+
750
+ @pulumi.output_type
751
+ class ExperimentExecutionDetailsPropertiesResponse(dict):
752
+ """
753
+ Model that represents the extended properties of an experiment execution.
754
+ """
755
+ def __init__(__self__, *,
756
+ failure_reason: str,
757
+ last_action_at: str,
758
+ run_information: 'outputs.ExperimentExecutionDetailsPropertiesRunInformationResponse',
759
+ started_at: str,
760
+ status: str,
761
+ stopped_at: str):
762
+ """
763
+ Model that represents the extended properties of an experiment execution.
764
+ :param str failure_reason: The reason why the execution failed.
765
+ :param str last_action_at: String that represents the last action date time.
766
+ :param 'ExperimentExecutionDetailsPropertiesRunInformationResponse' run_information: The information of the experiment run.
767
+ :param str started_at: String that represents the start date time.
768
+ :param str status: The status of the execution.
769
+ :param str stopped_at: String that represents the stop date time.
770
+ """
771
+ pulumi.set(__self__, "failure_reason", failure_reason)
772
+ pulumi.set(__self__, "last_action_at", last_action_at)
773
+ pulumi.set(__self__, "run_information", run_information)
774
+ pulumi.set(__self__, "started_at", started_at)
775
+ pulumi.set(__self__, "status", status)
776
+ pulumi.set(__self__, "stopped_at", stopped_at)
777
+
778
+ @property
779
+ @pulumi.getter(name="failureReason")
780
+ def failure_reason(self) -> str:
781
+ """
782
+ The reason why the execution failed.
783
+ """
784
+ return pulumi.get(self, "failure_reason")
785
+
786
+ @property
787
+ @pulumi.getter(name="lastActionAt")
788
+ def last_action_at(self) -> str:
789
+ """
790
+ String that represents the last action date time.
791
+ """
792
+ return pulumi.get(self, "last_action_at")
793
+
794
+ @property
795
+ @pulumi.getter(name="runInformation")
796
+ def run_information(self) -> 'outputs.ExperimentExecutionDetailsPropertiesRunInformationResponse':
797
+ """
798
+ The information of the experiment run.
799
+ """
800
+ return pulumi.get(self, "run_information")
801
+
802
+ @property
803
+ @pulumi.getter(name="startedAt")
804
+ def started_at(self) -> str:
805
+ """
806
+ String that represents the start date time.
807
+ """
808
+ return pulumi.get(self, "started_at")
809
+
810
+ @property
811
+ @pulumi.getter
812
+ def status(self) -> str:
813
+ """
814
+ The status of the execution.
815
+ """
816
+ return pulumi.get(self, "status")
817
+
818
+ @property
819
+ @pulumi.getter(name="stoppedAt")
820
+ def stopped_at(self) -> str:
821
+ """
822
+ String that represents the stop date time.
823
+ """
824
+ return pulumi.get(self, "stopped_at")
825
+
826
+
827
+ @pulumi.output_type
828
+ class ExperimentExecutionDetailsPropertiesRunInformationResponse(dict):
829
+ """
830
+ The information of the experiment run.
831
+ """
832
+ def __init__(__self__, *,
833
+ steps: Sequence['outputs.StepStatusResponse']):
834
+ """
835
+ The information of the experiment run.
836
+ :param Sequence['StepStatusResponse'] steps: The steps of the experiment run.
837
+ """
838
+ pulumi.set(__self__, "steps", steps)
839
+
840
+ @property
841
+ @pulumi.getter
842
+ def steps(self) -> Sequence['outputs.StepStatusResponse']:
843
+ """
844
+ The steps of the experiment run.
845
+ """
846
+ return pulumi.get(self, "steps")
847
+
848
+
849
+ @pulumi.output_type
850
+ class KeyValuePairResponse(dict):
851
+ """
852
+ A map to describe the settings of an action.
853
+ """
854
+ def __init__(__self__, *,
855
+ key: str,
856
+ value: str):
857
+ """
858
+ A map to describe the settings of an action.
859
+ :param str key: The name of the setting for the action.
860
+ :param str value: The value of the setting for the action.
861
+ """
862
+ pulumi.set(__self__, "key", key)
863
+ pulumi.set(__self__, "value", value)
864
+
865
+ @property
866
+ @pulumi.getter
867
+ def key(self) -> str:
868
+ """
869
+ The name of the setting for the action.
870
+ """
871
+ return pulumi.get(self, "key")
872
+
873
+ @property
874
+ @pulumi.getter
875
+ def value(self) -> str:
876
+ """
877
+ The value of the setting for the action.
878
+ """
879
+ return pulumi.get(self, "value")
880
+
881
+
882
+ @pulumi.output_type
883
+ class ManagedServiceIdentityResponse(dict):
884
+ """
885
+ Managed service identity (system assigned and/or user assigned identities)
886
+ """
887
+ @staticmethod
888
+ def __key_warning(key: str):
889
+ suggest = None
890
+ if key == "principalId":
891
+ suggest = "principal_id"
892
+ elif key == "tenantId":
893
+ suggest = "tenant_id"
894
+ elif key == "userAssignedIdentities":
895
+ suggest = "user_assigned_identities"
896
+
897
+ if suggest:
898
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
899
+
900
+ def __getitem__(self, key: str) -> Any:
901
+ ManagedServiceIdentityResponse.__key_warning(key)
902
+ return super().__getitem__(key)
903
+
904
+ def get(self, key: str, default = None) -> Any:
905
+ ManagedServiceIdentityResponse.__key_warning(key)
906
+ return super().get(key, default)
907
+
908
+ def __init__(__self__, *,
909
+ principal_id: str,
910
+ tenant_id: str,
911
+ type: str,
912
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
913
+ """
914
+ Managed service identity (system assigned and/or user assigned identities)
915
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
916
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
917
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
918
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
919
+ """
920
+ pulumi.set(__self__, "principal_id", principal_id)
921
+ pulumi.set(__self__, "tenant_id", tenant_id)
922
+ pulumi.set(__self__, "type", type)
923
+ if user_assigned_identities is not None:
924
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
925
+
926
+ @property
927
+ @pulumi.getter(name="principalId")
928
+ def principal_id(self) -> str:
929
+ """
930
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
931
+ """
932
+ return pulumi.get(self, "principal_id")
933
+
934
+ @property
935
+ @pulumi.getter(name="tenantId")
936
+ def tenant_id(self) -> str:
937
+ """
938
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
939
+ """
940
+ return pulumi.get(self, "tenant_id")
941
+
942
+ @property
943
+ @pulumi.getter
944
+ def type(self) -> str:
945
+ """
946
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
947
+ """
948
+ return pulumi.get(self, "type")
949
+
950
+ @property
951
+ @pulumi.getter(name="userAssignedIdentities")
952
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
953
+ """
954
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
955
+ """
956
+ return pulumi.get(self, "user_assigned_identities")
957
+
958
+
959
+ @pulumi.output_type
960
+ class StepStatusResponse(dict):
961
+ """
962
+ Model that represents the a list of branches and branch statuses.
963
+ """
964
+ def __init__(__self__, *,
965
+ branches: Sequence['outputs.BranchStatusResponse'],
966
+ status: str,
967
+ step_id: str,
968
+ step_name: str):
969
+ """
970
+ Model that represents the a list of branches and branch statuses.
971
+ :param Sequence['BranchStatusResponse'] branches: The array of branches.
972
+ :param str status: The value of the status of the step.
973
+ :param str step_id: The id of the step.
974
+ :param str step_name: The name of the step.
975
+ """
976
+ pulumi.set(__self__, "branches", branches)
977
+ pulumi.set(__self__, "status", status)
978
+ pulumi.set(__self__, "step_id", step_id)
979
+ pulumi.set(__self__, "step_name", step_name)
980
+
981
+ @property
982
+ @pulumi.getter
983
+ def branches(self) -> Sequence['outputs.BranchStatusResponse']:
984
+ """
985
+ The array of branches.
986
+ """
987
+ return pulumi.get(self, "branches")
988
+
989
+ @property
990
+ @pulumi.getter
991
+ def status(self) -> str:
992
+ """
993
+ The value of the status of the step.
994
+ """
995
+ return pulumi.get(self, "status")
996
+
997
+ @property
998
+ @pulumi.getter(name="stepId")
999
+ def step_id(self) -> str:
1000
+ """
1001
+ The id of the step.
1002
+ """
1003
+ return pulumi.get(self, "step_id")
1004
+
1005
+ @property
1006
+ @pulumi.getter(name="stepName")
1007
+ def step_name(self) -> str:
1008
+ """
1009
+ The name of the step.
1010
+ """
1011
+ return pulumi.get(self, "step_name")
1012
+
1013
+
1014
+ @pulumi.output_type
1015
+ class SystemDataResponse(dict):
1016
+ """
1017
+ Metadata pertaining to creation and last modification of the resource.
1018
+ """
1019
+ @staticmethod
1020
+ def __key_warning(key: str):
1021
+ suggest = None
1022
+ if key == "createdAt":
1023
+ suggest = "created_at"
1024
+ elif key == "createdBy":
1025
+ suggest = "created_by"
1026
+ elif key == "createdByType":
1027
+ suggest = "created_by_type"
1028
+ elif key == "lastModifiedAt":
1029
+ suggest = "last_modified_at"
1030
+ elif key == "lastModifiedBy":
1031
+ suggest = "last_modified_by"
1032
+ elif key == "lastModifiedByType":
1033
+ suggest = "last_modified_by_type"
1034
+
1035
+ if suggest:
1036
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1037
+
1038
+ def __getitem__(self, key: str) -> Any:
1039
+ SystemDataResponse.__key_warning(key)
1040
+ return super().__getitem__(key)
1041
+
1042
+ def get(self, key: str, default = None) -> Any:
1043
+ SystemDataResponse.__key_warning(key)
1044
+ return super().get(key, default)
1045
+
1046
+ def __init__(__self__, *,
1047
+ created_at: Optional[str] = None,
1048
+ created_by: Optional[str] = None,
1049
+ created_by_type: Optional[str] = None,
1050
+ last_modified_at: Optional[str] = None,
1051
+ last_modified_by: Optional[str] = None,
1052
+ last_modified_by_type: Optional[str] = None):
1053
+ """
1054
+ Metadata pertaining to creation and last modification of the resource.
1055
+ :param str created_at: The timestamp of resource creation (UTC).
1056
+ :param str created_by: The identity that created the resource.
1057
+ :param str created_by_type: The type of identity that created the resource.
1058
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1059
+ :param str last_modified_by: The identity that last modified the resource.
1060
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1061
+ """
1062
+ if created_at is not None:
1063
+ pulumi.set(__self__, "created_at", created_at)
1064
+ if created_by is not None:
1065
+ pulumi.set(__self__, "created_by", created_by)
1066
+ if created_by_type is not None:
1067
+ pulumi.set(__self__, "created_by_type", created_by_type)
1068
+ if last_modified_at is not None:
1069
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1070
+ if last_modified_by is not None:
1071
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1072
+ if last_modified_by_type is not None:
1073
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1074
+
1075
+ @property
1076
+ @pulumi.getter(name="createdAt")
1077
+ def created_at(self) -> Optional[str]:
1078
+ """
1079
+ The timestamp of resource creation (UTC).
1080
+ """
1081
+ return pulumi.get(self, "created_at")
1082
+
1083
+ @property
1084
+ @pulumi.getter(name="createdBy")
1085
+ def created_by(self) -> Optional[str]:
1086
+ """
1087
+ The identity that created the resource.
1088
+ """
1089
+ return pulumi.get(self, "created_by")
1090
+
1091
+ @property
1092
+ @pulumi.getter(name="createdByType")
1093
+ def created_by_type(self) -> Optional[str]:
1094
+ """
1095
+ The type of identity that created the resource.
1096
+ """
1097
+ return pulumi.get(self, "created_by_type")
1098
+
1099
+ @property
1100
+ @pulumi.getter(name="lastModifiedAt")
1101
+ def last_modified_at(self) -> Optional[str]:
1102
+ """
1103
+ The timestamp of resource last modification (UTC)
1104
+ """
1105
+ return pulumi.get(self, "last_modified_at")
1106
+
1107
+ @property
1108
+ @pulumi.getter(name="lastModifiedBy")
1109
+ def last_modified_by(self) -> Optional[str]:
1110
+ """
1111
+ The identity that last modified the resource.
1112
+ """
1113
+ return pulumi.get(self, "last_modified_by")
1114
+
1115
+ @property
1116
+ @pulumi.getter(name="lastModifiedByType")
1117
+ def last_modified_by_type(self) -> Optional[str]:
1118
+ """
1119
+ The type of identity that last modified the resource.
1120
+ """
1121
+ return pulumi.get(self, "last_modified_by_type")
1122
+
1123
+
1124
+ @pulumi.output_type
1125
+ class TargetReferenceResponse(dict):
1126
+ """
1127
+ Model that represents a reference to a Target in the selector.
1128
+ """
1129
+ def __init__(__self__, *,
1130
+ id: str,
1131
+ type: str):
1132
+ """
1133
+ Model that represents a reference to a Target in the selector.
1134
+ :param str id: String of the resource ID of a Target resource.
1135
+ :param str type: Enum of the Target reference type.
1136
+ """
1137
+ pulumi.set(__self__, "id", id)
1138
+ pulumi.set(__self__, "type", type)
1139
+
1140
+ @property
1141
+ @pulumi.getter
1142
+ def id(self) -> str:
1143
+ """
1144
+ String of the resource ID of a Target resource.
1145
+ """
1146
+ return pulumi.get(self, "id")
1147
+
1148
+ @property
1149
+ @pulumi.getter
1150
+ def type(self) -> str:
1151
+ """
1152
+ Enum of the Target reference type.
1153
+ """
1154
+ return pulumi.get(self, "type")
1155
+
1156
+
1157
+ @pulumi.output_type
1158
+ class UserAssignedIdentityResponse(dict):
1159
+ """
1160
+ User assigned identity properties
1161
+ """
1162
+ @staticmethod
1163
+ def __key_warning(key: str):
1164
+ suggest = None
1165
+ if key == "clientId":
1166
+ suggest = "client_id"
1167
+ elif key == "principalId":
1168
+ suggest = "principal_id"
1169
+
1170
+ if suggest:
1171
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1172
+
1173
+ def __getitem__(self, key: str) -> Any:
1174
+ UserAssignedIdentityResponse.__key_warning(key)
1175
+ return super().__getitem__(key)
1176
+
1177
+ def get(self, key: str, default = None) -> Any:
1178
+ UserAssignedIdentityResponse.__key_warning(key)
1179
+ return super().get(key, default)
1180
+
1181
+ def __init__(__self__, *,
1182
+ client_id: str,
1183
+ principal_id: str):
1184
+ """
1185
+ User assigned identity properties
1186
+ :param str client_id: The client ID of the assigned identity.
1187
+ :param str principal_id: The principal ID of the assigned identity.
1188
+ """
1189
+ pulumi.set(__self__, "client_id", client_id)
1190
+ pulumi.set(__self__, "principal_id", principal_id)
1191
+
1192
+ @property
1193
+ @pulumi.getter(name="clientId")
1194
+ def client_id(self) -> str:
1195
+ """
1196
+ The client ID of the assigned identity.
1197
+ """
1198
+ return pulumi.get(self, "client_id")
1199
+
1200
+ @property
1201
+ @pulumi.getter(name="principalId")
1202
+ def principal_id(self) -> str:
1203
+ """
1204
+ The principal ID of the assigned identity.
1205
+ """
1206
+ return pulumi.get(self, "principal_id")
1207
+
1208
+