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,135 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetStorageTaskAssignmentResult',
20
+ 'AwaitableGetStorageTaskAssignmentResult',
21
+ 'get_storage_task_assignment',
22
+ 'get_storage_task_assignment_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetStorageTaskAssignmentResult:
27
+ """
28
+ The storage task assignment.
29
+ """
30
+ def __init__(__self__, id=None, name=None, properties=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if name and not isinstance(name, str):
35
+ raise TypeError("Expected argument 'name' to be a str")
36
+ pulumi.set(__self__, "name", name)
37
+ if properties and not isinstance(properties, dict):
38
+ raise TypeError("Expected argument 'properties' to be a dict")
39
+ pulumi.set(__self__, "properties", properties)
40
+ if type and not isinstance(type, str):
41
+ raise TypeError("Expected argument 'type' to be a str")
42
+ pulumi.set(__self__, "type", type)
43
+
44
+ @property
45
+ @pulumi.getter
46
+ def id(self) -> str:
47
+ """
48
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
49
+ """
50
+ return pulumi.get(self, "id")
51
+
52
+ @property
53
+ @pulumi.getter
54
+ def name(self) -> str:
55
+ """
56
+ The name of the resource
57
+ """
58
+ return pulumi.get(self, "name")
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def properties(self) -> 'outputs.StorageTaskAssignmentPropertiesResponse':
63
+ """
64
+ Properties of the storage task assignment.
65
+ """
66
+ return pulumi.get(self, "properties")
67
+
68
+ @property
69
+ @pulumi.getter
70
+ def type(self) -> str:
71
+ """
72
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
73
+ """
74
+ return pulumi.get(self, "type")
75
+
76
+
77
+ class AwaitableGetStorageTaskAssignmentResult(GetStorageTaskAssignmentResult):
78
+ # pylint: disable=using-constant-test
79
+ def __await__(self):
80
+ if False:
81
+ yield self
82
+ return GetStorageTaskAssignmentResult(
83
+ id=self.id,
84
+ name=self.name,
85
+ properties=self.properties,
86
+ type=self.type)
87
+
88
+
89
+ def get_storage_task_assignment(account_name: Optional[str] = None,
90
+ resource_group_name: Optional[str] = None,
91
+ storage_task_assignment_name: Optional[str] = None,
92
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageTaskAssignmentResult:
93
+ """
94
+ Get the storage task assignment properties
95
+
96
+
97
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
98
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
99
+ :param str storage_task_assignment_name: The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
100
+ """
101
+ __args__ = dict()
102
+ __args__['accountName'] = account_name
103
+ __args__['resourceGroupName'] = resource_group_name
104
+ __args__['storageTaskAssignmentName'] = storage_task_assignment_name
105
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
106
+ __ret__ = pulumi.runtime.invoke('azure-native:storage/v20240101:getStorageTaskAssignment', __args__, opts=opts, typ=GetStorageTaskAssignmentResult).value
107
+
108
+ return AwaitableGetStorageTaskAssignmentResult(
109
+ id=pulumi.get(__ret__, 'id'),
110
+ name=pulumi.get(__ret__, 'name'),
111
+ properties=pulumi.get(__ret__, 'properties'),
112
+ type=pulumi.get(__ret__, 'type'))
113
+ def get_storage_task_assignment_output(account_name: Optional[pulumi.Input[str]] = None,
114
+ resource_group_name: Optional[pulumi.Input[str]] = None,
115
+ storage_task_assignment_name: Optional[pulumi.Input[str]] = None,
116
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStorageTaskAssignmentResult]:
117
+ """
118
+ Get the storage task assignment properties
119
+
120
+
121
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
122
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
123
+ :param str storage_task_assignment_name: The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
124
+ """
125
+ __args__ = dict()
126
+ __args__['accountName'] = account_name
127
+ __args__['resourceGroupName'] = resource_group_name
128
+ __args__['storageTaskAssignmentName'] = storage_task_assignment_name
129
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
130
+ __ret__ = pulumi.runtime.invoke_output('azure-native:storage/v20240101:getStorageTaskAssignment', __args__, opts=opts, typ=GetStorageTaskAssignmentResult)
131
+ return __ret__.apply(lambda __response__: GetStorageTaskAssignmentResult(
132
+ id=pulumi.get(__response__, 'id'),
133
+ name=pulumi.get(__response__, 'name'),
134
+ properties=pulumi.get(__response__, 'properties'),
135
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,149 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetTableResult',
20
+ 'AwaitableGetTableResult',
21
+ 'get_table',
22
+ 'get_table_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTableResult:
27
+ """
28
+ Properties of the table, including Id, resource name, resource type.
29
+ """
30
+ def __init__(__self__, id=None, name=None, signed_identifiers=None, table_name=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if name and not isinstance(name, str):
35
+ raise TypeError("Expected argument 'name' to be a str")
36
+ pulumi.set(__self__, "name", name)
37
+ if signed_identifiers and not isinstance(signed_identifiers, list):
38
+ raise TypeError("Expected argument 'signed_identifiers' to be a list")
39
+ pulumi.set(__self__, "signed_identifiers", signed_identifiers)
40
+ if table_name and not isinstance(table_name, str):
41
+ raise TypeError("Expected argument 'table_name' to be a str")
42
+ pulumi.set(__self__, "table_name", table_name)
43
+ if type and not isinstance(type, str):
44
+ raise TypeError("Expected argument 'type' to be a str")
45
+ pulumi.set(__self__, "type", type)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def id(self) -> str:
50
+ """
51
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
52
+ """
53
+ return pulumi.get(self, "id")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def name(self) -> str:
58
+ """
59
+ The name of the resource
60
+ """
61
+ return pulumi.get(self, "name")
62
+
63
+ @property
64
+ @pulumi.getter(name="signedIdentifiers")
65
+ def signed_identifiers(self) -> Optional[Sequence['outputs.TableSignedIdentifierResponse']]:
66
+ """
67
+ List of stored access policies specified on the table.
68
+ """
69
+ return pulumi.get(self, "signed_identifiers")
70
+
71
+ @property
72
+ @pulumi.getter(name="tableName")
73
+ def table_name(self) -> str:
74
+ """
75
+ Table name under the specified account
76
+ """
77
+ return pulumi.get(self, "table_name")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def type(self) -> str:
82
+ """
83
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
84
+ """
85
+ return pulumi.get(self, "type")
86
+
87
+
88
+ class AwaitableGetTableResult(GetTableResult):
89
+ # pylint: disable=using-constant-test
90
+ def __await__(self):
91
+ if False:
92
+ yield self
93
+ return GetTableResult(
94
+ id=self.id,
95
+ name=self.name,
96
+ signed_identifiers=self.signed_identifiers,
97
+ table_name=self.table_name,
98
+ type=self.type)
99
+
100
+
101
+ def get_table(account_name: Optional[str] = None,
102
+ resource_group_name: Optional[str] = None,
103
+ table_name: Optional[str] = None,
104
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTableResult:
105
+ """
106
+ Gets the table with the specified table name, under the specified account if it exists.
107
+
108
+
109
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
110
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
111
+ :param str table_name: A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character.
112
+ """
113
+ __args__ = dict()
114
+ __args__['accountName'] = account_name
115
+ __args__['resourceGroupName'] = resource_group_name
116
+ __args__['tableName'] = table_name
117
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
118
+ __ret__ = pulumi.runtime.invoke('azure-native:storage/v20240101:getTable', __args__, opts=opts, typ=GetTableResult).value
119
+
120
+ return AwaitableGetTableResult(
121
+ id=pulumi.get(__ret__, 'id'),
122
+ name=pulumi.get(__ret__, 'name'),
123
+ signed_identifiers=pulumi.get(__ret__, 'signed_identifiers'),
124
+ table_name=pulumi.get(__ret__, 'table_name'),
125
+ type=pulumi.get(__ret__, 'type'))
126
+ def get_table_output(account_name: Optional[pulumi.Input[str]] = None,
127
+ resource_group_name: Optional[pulumi.Input[str]] = None,
128
+ table_name: Optional[pulumi.Input[str]] = None,
129
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTableResult]:
130
+ """
131
+ Gets the table with the specified table name, under the specified account if it exists.
132
+
133
+
134
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
135
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
136
+ :param str table_name: A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character.
137
+ """
138
+ __args__ = dict()
139
+ __args__['accountName'] = account_name
140
+ __args__['resourceGroupName'] = resource_group_name
141
+ __args__['tableName'] = table_name
142
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
143
+ __ret__ = pulumi.runtime.invoke_output('azure-native:storage/v20240101:getTable', __args__, opts=opts, typ=GetTableResult)
144
+ return __ret__.apply(lambda __response__: GetTableResult(
145
+ id=pulumi.get(__response__, 'id'),
146
+ name=pulumi.get(__response__, 'name'),
147
+ signed_identifiers=pulumi.get(__response__, 'signed_identifiers'),
148
+ table_name=pulumi.get(__response__, 'table_name'),
149
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,135 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetTableServicePropertiesResult',
20
+ 'AwaitableGetTableServicePropertiesResult',
21
+ 'get_table_service_properties',
22
+ 'get_table_service_properties_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTableServicePropertiesResult:
27
+ """
28
+ The properties of a storage account’s Table service.
29
+ """
30
+ def __init__(__self__, cors=None, id=None, name=None, type=None):
31
+ if cors and not isinstance(cors, dict):
32
+ raise TypeError("Expected argument 'cors' to be a dict")
33
+ pulumi.set(__self__, "cors", cors)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if name and not isinstance(name, str):
38
+ raise TypeError("Expected argument 'name' to be a str")
39
+ pulumi.set(__self__, "name", name)
40
+ if type and not isinstance(type, str):
41
+ raise TypeError("Expected argument 'type' to be a str")
42
+ pulumi.set(__self__, "type", type)
43
+
44
+ @property
45
+ @pulumi.getter
46
+ def cors(self) -> Optional['outputs.CorsRulesResponse']:
47
+ """
48
+ Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service.
49
+ """
50
+ return pulumi.get(self, "cors")
51
+
52
+ @property
53
+ @pulumi.getter
54
+ def id(self) -> str:
55
+ """
56
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
57
+ """
58
+ return pulumi.get(self, "id")
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def name(self) -> str:
63
+ """
64
+ The name of the resource
65
+ """
66
+ return pulumi.get(self, "name")
67
+
68
+ @property
69
+ @pulumi.getter
70
+ def type(self) -> str:
71
+ """
72
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
73
+ """
74
+ return pulumi.get(self, "type")
75
+
76
+
77
+ class AwaitableGetTableServicePropertiesResult(GetTableServicePropertiesResult):
78
+ # pylint: disable=using-constant-test
79
+ def __await__(self):
80
+ if False:
81
+ yield self
82
+ return GetTableServicePropertiesResult(
83
+ cors=self.cors,
84
+ id=self.id,
85
+ name=self.name,
86
+ type=self.type)
87
+
88
+
89
+ def get_table_service_properties(account_name: Optional[str] = None,
90
+ resource_group_name: Optional[str] = None,
91
+ table_service_name: Optional[str] = None,
92
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTableServicePropertiesResult:
93
+ """
94
+ Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
95
+
96
+
97
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
98
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
99
+ :param str table_service_name: The name of the Table Service within the specified storage account. Table Service Name must be 'default'
100
+ """
101
+ __args__ = dict()
102
+ __args__['accountName'] = account_name
103
+ __args__['resourceGroupName'] = resource_group_name
104
+ __args__['tableServiceName'] = table_service_name
105
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
106
+ __ret__ = pulumi.runtime.invoke('azure-native:storage/v20240101:getTableServiceProperties', __args__, opts=opts, typ=GetTableServicePropertiesResult).value
107
+
108
+ return AwaitableGetTableServicePropertiesResult(
109
+ cors=pulumi.get(__ret__, 'cors'),
110
+ id=pulumi.get(__ret__, 'id'),
111
+ name=pulumi.get(__ret__, 'name'),
112
+ type=pulumi.get(__ret__, 'type'))
113
+ def get_table_service_properties_output(account_name: Optional[pulumi.Input[str]] = None,
114
+ resource_group_name: Optional[pulumi.Input[str]] = None,
115
+ table_service_name: Optional[pulumi.Input[str]] = None,
116
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTableServicePropertiesResult]:
117
+ """
118
+ Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
119
+
120
+
121
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
122
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
123
+ :param str table_service_name: The name of the Table Service within the specified storage account. Table Service Name must be 'default'
124
+ """
125
+ __args__ = dict()
126
+ __args__['accountName'] = account_name
127
+ __args__['resourceGroupName'] = resource_group_name
128
+ __args__['tableServiceName'] = table_service_name
129
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
130
+ __ret__ = pulumi.runtime.invoke_output('azure-native:storage/v20240101:getTableServiceProperties', __args__, opts=opts, typ=GetTableServicePropertiesResult)
131
+ return __ret__.apply(lambda __response__: GetTableServicePropertiesResult(
132
+ cors=pulumi.get(__response__, 'cors'),
133
+ id=pulumi.get(__response__, 'id'),
134
+ name=pulumi.get(__response__, 'name'),
135
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,107 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'ListLocalUserKeysResult',
20
+ 'AwaitableListLocalUserKeysResult',
21
+ 'list_local_user_keys',
22
+ 'list_local_user_keys_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListLocalUserKeysResult:
27
+ """
28
+ The Storage Account Local User keys.
29
+ """
30
+ def __init__(__self__, shared_key=None, ssh_authorized_keys=None):
31
+ if shared_key and not isinstance(shared_key, str):
32
+ raise TypeError("Expected argument 'shared_key' to be a str")
33
+ pulumi.set(__self__, "shared_key", shared_key)
34
+ if ssh_authorized_keys and not isinstance(ssh_authorized_keys, list):
35
+ raise TypeError("Expected argument 'ssh_authorized_keys' to be a list")
36
+ pulumi.set(__self__, "ssh_authorized_keys", ssh_authorized_keys)
37
+
38
+ @property
39
+ @pulumi.getter(name="sharedKey")
40
+ def shared_key(self) -> str:
41
+ """
42
+ Auto generated by the server for SMB authentication.
43
+ """
44
+ return pulumi.get(self, "shared_key")
45
+
46
+ @property
47
+ @pulumi.getter(name="sshAuthorizedKeys")
48
+ def ssh_authorized_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
49
+ """
50
+ Optional, local user ssh authorized keys for SFTP.
51
+ """
52
+ return pulumi.get(self, "ssh_authorized_keys")
53
+
54
+
55
+ class AwaitableListLocalUserKeysResult(ListLocalUserKeysResult):
56
+ # pylint: disable=using-constant-test
57
+ def __await__(self):
58
+ if False:
59
+ yield self
60
+ return ListLocalUserKeysResult(
61
+ shared_key=self.shared_key,
62
+ ssh_authorized_keys=self.ssh_authorized_keys)
63
+
64
+
65
+ def list_local_user_keys(account_name: Optional[str] = None,
66
+ resource_group_name: Optional[str] = None,
67
+ username: Optional[str] = None,
68
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListLocalUserKeysResult:
69
+ """
70
+ List SSH authorized keys and shared key of the local user.
71
+
72
+
73
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
74
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
75
+ :param str username: The name of local user. The username must contain lowercase letters and numbers only. It must be unique only within the storage account.
76
+ """
77
+ __args__ = dict()
78
+ __args__['accountName'] = account_name
79
+ __args__['resourceGroupName'] = resource_group_name
80
+ __args__['username'] = username
81
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
82
+ __ret__ = pulumi.runtime.invoke('azure-native:storage/v20240101:listLocalUserKeys', __args__, opts=opts, typ=ListLocalUserKeysResult).value
83
+
84
+ return AwaitableListLocalUserKeysResult(
85
+ shared_key=pulumi.get(__ret__, 'shared_key'),
86
+ ssh_authorized_keys=pulumi.get(__ret__, 'ssh_authorized_keys'))
87
+ def list_local_user_keys_output(account_name: Optional[pulumi.Input[str]] = None,
88
+ resource_group_name: Optional[pulumi.Input[str]] = None,
89
+ username: Optional[pulumi.Input[str]] = None,
90
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListLocalUserKeysResult]:
91
+ """
92
+ List SSH authorized keys and shared key of the local user.
93
+
94
+
95
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
96
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
97
+ :param str username: The name of local user. The username must contain lowercase letters and numbers only. It must be unique only within the storage account.
98
+ """
99
+ __args__ = dict()
100
+ __args__['accountName'] = account_name
101
+ __args__['resourceGroupName'] = resource_group_name
102
+ __args__['username'] = username
103
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
104
+ __ret__ = pulumi.runtime.invoke_output('azure-native:storage/v20240101:listLocalUserKeys', __args__, opts=opts, typ=ListLocalUserKeysResult)
105
+ return __ret__.apply(lambda __response__: ListLocalUserKeysResult(
106
+ shared_key=pulumi.get(__response__, 'shared_key'),
107
+ ssh_authorized_keys=pulumi.get(__response__, 'ssh_authorized_keys')))
@@ -0,0 +1,93 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'ListStorageAccountKeysResult',
20
+ 'AwaitableListStorageAccountKeysResult',
21
+ 'list_storage_account_keys',
22
+ 'list_storage_account_keys_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListStorageAccountKeysResult:
27
+ """
28
+ The response from the ListKeys operation.
29
+ """
30
+ def __init__(__self__, keys=None):
31
+ if keys and not isinstance(keys, list):
32
+ raise TypeError("Expected argument 'keys' to be a list")
33
+ pulumi.set(__self__, "keys", keys)
34
+
35
+ @property
36
+ @pulumi.getter
37
+ def keys(self) -> Sequence['outputs.StorageAccountKeyResponse']:
38
+ """
39
+ Gets the list of storage account keys and their properties for the specified storage account.
40
+ """
41
+ return pulumi.get(self, "keys")
42
+
43
+
44
+ class AwaitableListStorageAccountKeysResult(ListStorageAccountKeysResult):
45
+ # pylint: disable=using-constant-test
46
+ def __await__(self):
47
+ if False:
48
+ yield self
49
+ return ListStorageAccountKeysResult(
50
+ keys=self.keys)
51
+
52
+
53
+ def list_storage_account_keys(account_name: Optional[str] = None,
54
+ expand: Optional[str] = None,
55
+ resource_group_name: Optional[str] = None,
56
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListStorageAccountKeysResult:
57
+ """
58
+ Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
59
+
60
+
61
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
62
+ :param str expand: Specifies type of the key to be listed. Possible value is kerb.
63
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
64
+ """
65
+ __args__ = dict()
66
+ __args__['accountName'] = account_name
67
+ __args__['expand'] = expand
68
+ __args__['resourceGroupName'] = resource_group_name
69
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
70
+ __ret__ = pulumi.runtime.invoke('azure-native:storage/v20240101:listStorageAccountKeys', __args__, opts=opts, typ=ListStorageAccountKeysResult).value
71
+
72
+ return AwaitableListStorageAccountKeysResult(
73
+ keys=pulumi.get(__ret__, 'keys'))
74
+ def list_storage_account_keys_output(account_name: Optional[pulumi.Input[str]] = None,
75
+ expand: Optional[pulumi.Input[Optional[str]]] = None,
76
+ resource_group_name: Optional[pulumi.Input[str]] = None,
77
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListStorageAccountKeysResult]:
78
+ """
79
+ Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
80
+
81
+
82
+ :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
83
+ :param str expand: Specifies type of the key to be listed. Possible value is kerb.
84
+ :param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
85
+ """
86
+ __args__ = dict()
87
+ __args__['accountName'] = account_name
88
+ __args__['expand'] = expand
89
+ __args__['resourceGroupName'] = resource_group_name
90
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
91
+ __ret__ = pulumi.runtime.invoke_output('azure-native:storage/v20240101:listStorageAccountKeys', __args__, opts=opts, typ=ListStorageAccountKeysResult)
92
+ return __ret__.apply(lambda __response__: ListStorageAccountKeysResult(
93
+ keys=pulumi.get(__response__, 'keys')))