pulumi-azure-native 2.82.0a1736495350__py3-none-any.whl → 2.83.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 (1223) hide show
  1. pulumi_azure_native/__init__.py +175 -1
  2. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
  3. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
  4. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  5. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  6. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  16. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  17. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  18. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  19. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  20. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  21. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  22. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  23. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  118. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  119. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  120. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  121. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  122. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  123. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  124. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  125. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  126. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  127. pulumi_azure_native/chaos/__init__.py +3 -0
  128. pulumi_azure_native/chaos/capability.py +3 -3
  129. pulumi_azure_native/chaos/experiment.py +3 -3
  130. pulumi_azure_native/chaos/get_capability.py +2 -2
  131. pulumi_azure_native/chaos/get_experiment.py +2 -2
  132. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  133. pulumi_azure_native/chaos/get_private_access.py +2 -2
  134. pulumi_azure_native/chaos/get_target.py +2 -2
  135. pulumi_azure_native/chaos/private_access.py +3 -3
  136. pulumi_azure_native/chaos/target.py +3 -3
  137. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  138. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  139. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  140. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  141. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  142. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  143. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  144. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  145. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  146. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  147. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  148. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  149. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  150. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  151. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  152. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  153. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  154. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  155. pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
  156. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  157. pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
  158. pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
  159. pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
  160. pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
  161. pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
  162. pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
  163. pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
  164. pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
  165. pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
  166. pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
  167. pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
  168. pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
  169. pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
  170. pulumi_azure_native/confidentialledger/__init__.py +3 -0
  171. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  172. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  173. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  174. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  175. pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
  176. pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
  177. pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
  178. pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
  179. pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
  180. pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
  181. pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
  182. pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
  183. pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
  184. pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
  185. pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
  186. pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
  187. pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
  188. pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
  189. pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
  190. pulumi_azure_native/confluent/__init__.py +9 -0
  191. pulumi_azure_native/confluent/_enums.py +91 -0
  192. pulumi_azure_native/confluent/_inputs.py +2882 -63
  193. pulumi_azure_native/confluent/connector.py +323 -0
  194. pulumi_azure_native/confluent/get_connector.py +191 -0
  195. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
  196. pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
  197. pulumi_azure_native/confluent/get_topic.py +261 -0
  198. pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
  199. pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
  200. pulumi_azure_native/confluent/outputs.py +2233 -222
  201. pulumi_azure_native/confluent/topic.py +486 -0
  202. pulumi_azure_native/confluent/v20240701/connector.py +2 -0
  203. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
  204. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
  205. pulumi_azure_native/confluent/v20240701/topic.py +2 -0
  206. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  207. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  208. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  209. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  210. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  211. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  212. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  213. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  214. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  215. pulumi_azure_native/databasewatcher/target.py +3 -3
  216. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  217. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  218. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  219. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  220. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  221. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  222. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  223. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  224. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  225. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  226. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  227. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  228. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  229. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  230. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  231. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  232. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  233. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  234. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  235. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  236. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  237. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  238. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  239. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  240. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  241. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  242. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  243. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  244. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  245. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  246. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  247. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  248. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  249. pulumi_azure_native/keyvault/__init__.py +6 -0
  250. pulumi_azure_native/keyvault/get_key.py +2 -2
  251. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  252. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  253. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/keyvault/get_secret.py +2 -2
  255. pulumi_azure_native/keyvault/get_vault.py +2 -2
  256. pulumi_azure_native/keyvault/key.py +3 -3
  257. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  258. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  260. pulumi_azure_native/keyvault/secret.py +3 -3
  261. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  262. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  263. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  264. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  265. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  266. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  267. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  268. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  269. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  270. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  271. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  272. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  273. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  274. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  275. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  276. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  277. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  278. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  279. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  280. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  281. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  282. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  283. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  284. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  285. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  286. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  287. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  288. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  289. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  290. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  291. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  292. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  293. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  294. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  295. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  296. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  297. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  298. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  299. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  300. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  301. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  302. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  303. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  304. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  305. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  306. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  307. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  308. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  309. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  310. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  311. pulumi_azure_native/keyvault/vault.py +3 -3
  312. pulumi_azure_native/maintenance/_inputs.py +6 -6
  313. pulumi_azure_native/maintenance/outputs.py +4 -4
  314. pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
  315. pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
  316. pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
  317. pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
  318. pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
  319. pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
  320. pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
  321. pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
  322. pulumi_azure_native/network/ipam_pool.py +17 -16
  323. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  324. pulumi_azure_native/pulumi-plugin.json +1 -1
  325. pulumi_azure_native/quota/__init__.py +3 -0
  326. pulumi_azure_native/quota/get_group_quota.py +2 -2
  327. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  328. pulumi_azure_native/quota/group_quota.py +3 -3
  329. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  330. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  331. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  332. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  333. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  334. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  335. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  336. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  337. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  338. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  339. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  340. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  341. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  342. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  343. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  344. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  345. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  346. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  347. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  348. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  349. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  350. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  351. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  352. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  353. pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
  354. pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
  355. pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
  356. pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
  357. pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
  358. pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
  359. pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
  360. pulumi_azure_native/recoveryservices/vault.py +3 -3
  361. pulumi_azure_native/search/__init__.py +3 -0
  362. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  363. pulumi_azure_native/search/get_service.py +2 -2
  364. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  365. pulumi_azure_native/search/list_admin_key.py +2 -2
  366. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  367. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  368. pulumi_azure_native/search/service.py +3 -3
  369. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  370. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  371. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  372. pulumi_azure_native/search/v20220901/service.py +1 -1
  373. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  374. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  375. pulumi_azure_native/search/v20231101/service.py +1 -1
  376. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  377. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  378. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  379. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  380. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  381. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  382. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  383. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  384. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  385. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  386. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  387. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  388. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  389. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  390. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  391. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  392. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  393. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  394. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  395. pulumi_azure_native/securityinsights/__init__.py +3 -0
  396. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  397. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  398. pulumi_azure_native/securityinsights/action.py +3 -3
  399. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  400. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  401. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  402. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  403. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  404. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  405. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  406. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  407. pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
  408. pulumi_azure_native/securityinsights/content_package.py +3 -3
  409. pulumi_azure_native/securityinsights/content_template.py +3 -3
  410. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  411. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  412. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  413. pulumi_azure_native/securityinsights/file_import.py +3 -3
  414. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  415. pulumi_azure_native/securityinsights/get_action.py +2 -2
  416. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  417. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  418. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  419. pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
  420. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  421. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  422. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  423. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  424. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  425. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  426. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  427. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  428. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  429. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  430. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  431. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  432. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  433. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  434. pulumi_azure_native/securityinsights/get_system.py +4 -0
  435. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  436. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  437. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  438. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  439. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  440. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  441. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  442. pulumi_azure_native/securityinsights/hunt.py +3 -3
  443. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  444. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  445. pulumi_azure_native/securityinsights/incident.py +3 -3
  446. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  447. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  448. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  449. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  450. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  451. pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
  452. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  453. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  454. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  455. pulumi_azure_native/securityinsights/metadata.py +3 -3
  456. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  457. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  458. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  459. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  460. pulumi_azure_native/securityinsights/system.py +5 -1
  461. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  462. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  463. pulumi_azure_native/securityinsights/ueba.py +1 -1
  464. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  465. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  466. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  467. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  468. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  469. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  470. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  471. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  472. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  473. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  474. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  475. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  476. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  477. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  478. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  479. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  480. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  481. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  482. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  483. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  484. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  485. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  486. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  487. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  488. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  489. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  490. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  491. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  492. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  493. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  494. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  495. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  496. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  497. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  498. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  499. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  500. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  501. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  502. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  503. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  504. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  505. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  506. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  507. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  508. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  509. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  510. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  512. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  513. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  514. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  515. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  516. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  517. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  518. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  519. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  521. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  522. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  523. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  524. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  525. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  526. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  527. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  528. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  529. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  530. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  531. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  532. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  533. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  534. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  535. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  536. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  537. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  538. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  539. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  540. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  541. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  542. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  543. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  544. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  545. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  546. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  547. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  548. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  549. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  550. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  551. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  552. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  553. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  554. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  555. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  556. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  557. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  558. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  559. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  560. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  561. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  563. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  564. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  565. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  566. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  567. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  569. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  570. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  571. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  572. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  573. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  574. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  575. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  576. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  577. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  578. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  579. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  580. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  581. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  582. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  583. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  584. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  585. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  586. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  587. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  588. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  589. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  590. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  591. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  592. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  593. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  595. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  596. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  597. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  598. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  599. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  600. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  601. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  602. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  603. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  604. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  605. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  606. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  607. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  608. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  609. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  610. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  611. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  612. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  613. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  614. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  615. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  616. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  617. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  618. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  619. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  621. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  622. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  623. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  624. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  625. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  627. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  628. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  629. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  630. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  631. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  632. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  633. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  634. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  635. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  636. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  637. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  638. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  639. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  640. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  641. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  642. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  643. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  644. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  645. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  646. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  647. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  648. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  649. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  650. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  651. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  653. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  654. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  655. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  656. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  657. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  658. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  659. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  660. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  661. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  662. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  663. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  664. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  665. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  666. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  667. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  668. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  669. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  670. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  671. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  672. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  673. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  674. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  675. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  676. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  677. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  678. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  679. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  680. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  681. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  682. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  683. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  684. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  685. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  686. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  687. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  688. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  689. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  690. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  691. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  692. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  693. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  694. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  695. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  696. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  697. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  698. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  699. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  700. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  701. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  702. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  703. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  704. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  706. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  707. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  708. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  709. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  710. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  711. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  712. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  713. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  714. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  715. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  716. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  717. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  718. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  719. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  720. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  721. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  722. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  723. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  724. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  725. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  726. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  727. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  728. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  729. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  730. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  731. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  732. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  733. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  734. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  735. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  736. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  737. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  738. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  739. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  740. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  741. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  742. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  743. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  744. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  745. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  746. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  747. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  748. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  749. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  750. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  751. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  752. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  753. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  754. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  755. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  756. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  757. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  758. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  759. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  760. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  761. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  762. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  763. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  764. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  765. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  766. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  767. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  768. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  769. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  770. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  771. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  772. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  773. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  774. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  775. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  776. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  777. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  778. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  779. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  780. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  781. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  782. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  783. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  784. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  785. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  786. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  787. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  788. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  789. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  790. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  791. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  792. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  794. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  795. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  796. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  797. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  798. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  799. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  800. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  801. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  802. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  803. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  804. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  805. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  806. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  807. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  808. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  809. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  810. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  811. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  812. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  813. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  814. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  815. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  816. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  817. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  818. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  819. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  820. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  821. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  822. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  823. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  824. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  825. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  826. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  827. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  828. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  829. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  830. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  831. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  832. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  833. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  834. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  835. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  836. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  837. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  838. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  839. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  840. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  841. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  842. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  843. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  844. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  845. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  846. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  847. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  848. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  849. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  850. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  851. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  852. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  853. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  854. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  855. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  856. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  857. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  858. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  859. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  860. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  861. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  862. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  863. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  864. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  865. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  866. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  867. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  868. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  869. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  870. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  871. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  872. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  873. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  874. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  875. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  876. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  877. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  878. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  879. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  880. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  881. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  882. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  883. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  884. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  885. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  886. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  887. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  888. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  889. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  890. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  891. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  892. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  893. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  894. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  895. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  896. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  897. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  898. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  899. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  900. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  901. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  902. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  903. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  904. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  905. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  906. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  907. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  908. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  909. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  910. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  911. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  912. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  913. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  914. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  915. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  916. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  917. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  918. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  919. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  920. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  921. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  922. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  923. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  924. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  925. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  926. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  927. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  928. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  929. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  930. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  931. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  932. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  933. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  934. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  935. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  936. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  937. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  938. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  939. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  940. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  941. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  942. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  943. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  944. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  945. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  946. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  947. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  948. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  949. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  950. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  951. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  952. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  953. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  954. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  955. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  956. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  957. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  958. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  959. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  960. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  961. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  962. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  963. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  964. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  965. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  966. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  967. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  968. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  969. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  970. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  971. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  972. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  973. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  974. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  975. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  976. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  977. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  978. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  979. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  980. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  981. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  982. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  983. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  984. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  985. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  986. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  987. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  988. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  989. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  990. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  991. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  992. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  993. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  994. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  995. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  996. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  997. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  998. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  999. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  1000. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  1001. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  1002. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  1003. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  1004. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  1005. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  1006. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  1007. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  1008. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  1009. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  1010. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  1011. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  1012. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  1013. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  1014. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  1015. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  1016. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  1017. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  1018. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  1019. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  1020. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  1021. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  1022. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1023. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1024. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  1025. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  1026. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  1027. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  1028. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  1029. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  1030. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  1031. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  1032. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  1033. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  1034. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  1035. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  1036. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  1037. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  1038. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  1039. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  1040. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  1041. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  1042. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  1043. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  1044. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  1045. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  1046. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  1047. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  1048. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  1049. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  1050. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  1051. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  1052. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  1053. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  1054. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  1055. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  1056. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  1057. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  1058. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  1059. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  1060. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  1061. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  1062. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  1063. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  1064. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  1065. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  1066. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  1067. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  1068. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  1069. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  1070. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1071. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  1072. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  1073. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  1074. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  1075. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  1076. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  1077. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  1078. pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
  1079. pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
  1080. pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
  1081. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
  1082. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
  1083. pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
  1084. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
  1085. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
  1086. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
  1087. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
  1088. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
  1089. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
  1090. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
  1091. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
  1092. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
  1093. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
  1094. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
  1095. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
  1096. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
  1097. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
  1098. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
  1099. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
  1100. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
  1101. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
  1102. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
  1103. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
  1104. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
  1105. pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
  1106. pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
  1107. pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
  1108. pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
  1109. pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
  1110. pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  1111. pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
  1112. pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
  1113. pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
  1114. pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
  1115. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
  1116. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
  1117. pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
  1118. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
  1119. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
  1120. pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
  1121. pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
  1122. pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
  1123. pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
  1124. pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
  1125. pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
  1126. pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
  1127. pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
  1128. pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
  1129. pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
  1130. pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
  1131. pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
  1132. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
  1133. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
  1134. pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
  1135. pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
  1136. pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
  1137. pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
  1138. pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
  1139. pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
  1140. pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
  1141. pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
  1142. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  1143. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  1144. pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  1145. pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
  1146. pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
  1147. pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
  1148. pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
  1149. pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
  1150. pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
  1151. pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
  1152. pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
  1153. pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
  1154. pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
  1155. pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
  1156. pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
  1157. pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
  1158. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
  1159. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
  1160. pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
  1161. pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
  1162. pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
  1163. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
  1164. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
  1165. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
  1166. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
  1167. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
  1168. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
  1169. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
  1170. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
  1171. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
  1172. pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
  1173. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
  1174. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
  1175. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
  1176. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
  1177. pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
  1178. pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
  1179. pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
  1180. pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
  1181. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
  1182. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
  1183. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
  1184. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
  1185. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  1186. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
  1187. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
  1188. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
  1189. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
  1190. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
  1191. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
  1192. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
  1193. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
  1194. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
  1195. pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
  1196. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
  1197. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
  1198. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
  1199. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
  1200. pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
  1201. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
  1202. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
  1203. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
  1204. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
  1205. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
  1206. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
  1207. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
  1208. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
  1209. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
  1210. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
  1211. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
  1212. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1213. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1214. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  1215. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  1216. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  1217. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  1218. pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
  1219. pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
  1220. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
  1221. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +1223 -966
  1222. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
  1223. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
@@ -362,7 +362,7 @@ if not MYPY:
362
362
  """
363
363
  enable_automatic_os_upgrade: NotRequired[pulumi.Input[bool]]
364
364
  """
365
- Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
365
+ Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
366
366
  """
367
367
  os_rolling_upgrade_deferral: NotRequired[pulumi.Input[bool]]
368
368
  """
@@ -385,7 +385,7 @@ class AutomaticOSUpgradePolicyArgs:
385
385
  """
386
386
  The configuration parameters used for performing automatic OS upgrade.
387
387
  :param pulumi.Input[bool] disable_automatic_rollback: Whether OS image rollback feature should be disabled.
388
- :param pulumi.Input[bool] enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
388
+ :param pulumi.Input[bool] enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
389
389
  :param pulumi.Input[bool] os_rolling_upgrade_deferral: Defer OS upgrades on the TVMs if they are running tasks.
390
390
  :param pulumi.Input[bool] use_rolling_upgrade_policy: Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS.
391
391
  """
@@ -414,7 +414,7 @@ class AutomaticOSUpgradePolicyArgs:
414
414
  @pulumi.getter(name="enableAutomaticOSUpgrade")
415
415
  def enable_automatic_os_upgrade(self) -> Optional[pulumi.Input[bool]]:
416
416
  """
417
- Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
417
+ Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
418
418
  """
419
419
  return pulumi.get(self, "enable_automatic_os_upgrade")
420
420
 
@@ -1318,7 +1318,7 @@ if not MYPY:
1318
1318
  class DiffDiskSettingsArgsDict(TypedDict):
1319
1319
  placement: NotRequired[pulumi.Input['DiffDiskPlacement']]
1320
1320
  """
1321
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1321
+ This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1322
1322
  """
1323
1323
  elif False:
1324
1324
  DiffDiskSettingsArgsDict: TypeAlias = Mapping[str, Any]
@@ -1328,7 +1328,7 @@ class DiffDiskSettingsArgs:
1328
1328
  def __init__(__self__, *,
1329
1329
  placement: Optional[pulumi.Input['DiffDiskPlacement']] = None):
1330
1330
  """
1331
- :param pulumi.Input['DiffDiskPlacement'] placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1331
+ :param pulumi.Input['DiffDiskPlacement'] placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1332
1332
  """
1333
1333
  if placement is not None:
1334
1334
  pulumi.set(__self__, "placement", placement)
@@ -1337,7 +1337,7 @@ class DiffDiskSettingsArgs:
1337
1337
  @pulumi.getter
1338
1338
  def placement(self) -> Optional[pulumi.Input['DiffDiskPlacement']]:
1339
1339
  """
1340
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1340
+ This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1341
1341
  """
1342
1342
  return pulumi.get(self, "placement")
1343
1343
 
@@ -1684,7 +1684,7 @@ if not MYPY:
1684
1684
  """
1685
1685
  id: NotRequired[pulumi.Input[str]]
1686
1686
  """
1687
- This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1687
+ This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1688
1688
  """
1689
1689
  offer: NotRequired[pulumi.Input[str]]
1690
1690
  """
@@ -1721,7 +1721,7 @@ class ImageReferenceArgs:
1721
1721
  version: Optional[pulumi.Input[str]] = None):
1722
1722
  """
1723
1723
  :param pulumi.Input[str] community_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from community gallery image GET call.
1724
- :param pulumi.Input[str] id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1724
+ :param pulumi.Input[str] id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1725
1725
  :param pulumi.Input[str] offer: For example, UbuntuServer or WindowsServer.
1726
1726
  :param pulumi.Input[str] publisher: For example, Canonical or MicrosoftWindowsServer.
1727
1727
  :param pulumi.Input[str] shared_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.
@@ -1759,7 +1759,7 @@ class ImageReferenceArgs:
1759
1759
  @pulumi.getter
1760
1760
  def id(self) -> Optional[pulumi.Input[str]]:
1761
1761
  """
1762
- This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1762
+ This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1763
1763
  """
1764
1764
  return pulumi.get(self, "id")
1765
1765
 
@@ -2379,7 +2379,7 @@ if not MYPY:
2379
2379
  """
2380
2380
  subnet_id: NotRequired[pulumi.Input[str]]
2381
2381
  """
2382
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2382
+ The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2383
2383
  """
2384
2384
  elif False:
2385
2385
  NetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
@@ -2396,7 +2396,7 @@ class NetworkConfigurationArgs:
2396
2396
  The network configuration for a pool.
2397
2397
  :param pulumi.Input[bool] enable_accelerated_networking: Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
2398
2398
  :param pulumi.Input['PublicIPAddressConfigurationArgs'] public_ip_address_configuration: The public IP Address configuration of the networking configuration of a Pool.
2399
- :param pulumi.Input[str] subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2399
+ :param pulumi.Input[str] subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2400
2400
  """
2401
2401
  if dynamic_vnet_assignment_scope is None:
2402
2402
  dynamic_vnet_assignment_scope = 'none'
@@ -2457,7 +2457,7 @@ class NetworkConfigurationArgs:
2457
2457
  @pulumi.getter(name="subnetId")
2458
2458
  def subnet_id(self) -> Optional[pulumi.Input[str]]:
2459
2459
  """
2460
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2460
+ The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2461
2461
  """
2462
2462
  return pulumi.get(self, "subnet_id")
2463
2463
 
@@ -382,7 +382,7 @@ class GetPoolResult:
382
382
  @pulumi.getter(name="vmSize")
383
383
  def vm_size(self) -> Optional[str]:
384
384
  """
385
- For information about available VM sizes, see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
385
+ For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
386
386
  """
387
387
  return pulumi.get(self, "vm_size")
388
388
 
@@ -408,7 +408,7 @@ class AutomaticOSUpgradePolicyResponse(dict):
408
408
  """
409
409
  The configuration parameters used for performing automatic OS upgrade.
410
410
  :param bool disable_automatic_rollback: Whether OS image rollback feature should be disabled.
411
- :param bool enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
411
+ :param bool enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
412
412
  :param bool os_rolling_upgrade_deferral: Defer OS upgrades on the TVMs if they are running tasks.
413
413
  :param bool use_rolling_upgrade_policy: Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS.
414
414
  """
@@ -433,7 +433,7 @@ class AutomaticOSUpgradePolicyResponse(dict):
433
433
  @pulumi.getter(name="enableAutomaticOSUpgrade")
434
434
  def enable_automatic_os_upgrade(self) -> Optional[bool]:
435
435
  """
436
- Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
436
+ Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
437
437
  """
438
438
  return pulumi.get(self, "enable_automatic_os_upgrade")
439
439
 
@@ -1246,7 +1246,7 @@ class DiffDiskSettingsResponse(dict):
1246
1246
  def __init__(__self__, *,
1247
1247
  placement: Optional[str] = None):
1248
1248
  """
1249
- :param str placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1249
+ :param str placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1250
1250
  """
1251
1251
  if placement is not None:
1252
1252
  pulumi.set(__self__, "placement", placement)
@@ -1255,7 +1255,7 @@ class DiffDiskSettingsResponse(dict):
1255
1255
  @pulumi.getter
1256
1256
  def placement(self) -> Optional[str]:
1257
1257
  """
1258
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1258
+ This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
1259
1259
  """
1260
1260
  return pulumi.get(self, "placement")
1261
1261
 
@@ -1540,7 +1540,7 @@ class ImageReferenceResponse(dict):
1540
1540
  version: Optional[str] = None):
1541
1541
  """
1542
1542
  :param str community_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from community gallery image GET call.
1543
- :param str id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1543
+ :param str id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1544
1544
  :param str offer: For example, UbuntuServer or WindowsServer.
1545
1545
  :param str publisher: For example, Canonical or MicrosoftWindowsServer.
1546
1546
  :param str shared_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.
@@ -1574,7 +1574,7 @@ class ImageReferenceResponse(dict):
1574
1574
  @pulumi.getter
1575
1575
  def id(self) -> Optional[str]:
1576
1576
  """
1577
- This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1577
+ This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
1578
1578
  """
1579
1579
  return pulumi.get(self, "id")
1580
1580
 
@@ -2098,7 +2098,7 @@ class NetworkConfigurationResponse(dict):
2098
2098
  The network configuration for a pool.
2099
2099
  :param bool enable_accelerated_networking: Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
2100
2100
  :param 'PublicIPAddressConfigurationResponse' public_ip_address_configuration: The public IP Address configuration of the networking configuration of a Pool.
2101
- :param str subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2101
+ :param str subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2102
2102
  """
2103
2103
  if dynamic_vnet_assignment_scope is None:
2104
2104
  dynamic_vnet_assignment_scope = 'none'
@@ -2143,7 +2143,7 @@ class NetworkConfigurationResponse(dict):
2143
2143
  @pulumi.getter(name="subnetId")
2144
2144
  def subnet_id(self) -> Optional[str]:
2145
2145
  """
2146
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2146
+ The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
2147
2147
  """
2148
2148
  return pulumi.get(self, "subnet_id")
2149
2149
 
@@ -69,7 +69,7 @@ class PoolArgs:
69
69
  :param pulumi.Input['TaskSchedulingPolicyArgs'] task_scheduling_policy: If not specified, the default is spread.
70
70
  :param pulumi.Input[int] task_slots_per_node: The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
71
71
  :param pulumi.Input['UpgradePolicyArgs'] upgrade_policy: Describes an upgrade policy - automatic, manual, or rolling.
72
- :param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
72
+ :param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
73
73
  """
74
74
  pulumi.set(__self__, "account_name", account_name)
75
75
  pulumi.set(__self__, "resource_group_name", resource_group_name)
@@ -382,7 +382,7 @@ class PoolArgs:
382
382
  @pulumi.getter(name="vmSize")
383
383
  def vm_size(self) -> Optional[pulumi.Input[str]]:
384
384
  """
385
- For information about available VM sizes, see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
385
+ For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
386
386
  """
387
387
  return pulumi.get(self, "vm_size")
388
388
 
@@ -447,7 +447,7 @@ class Pool(pulumi.CustomResource):
447
447
  :param pulumi.Input[Union['TaskSchedulingPolicyArgs', 'TaskSchedulingPolicyArgsDict']] task_scheduling_policy: If not specified, the default is spread.
448
448
  :param pulumi.Input[int] task_slots_per_node: The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
449
449
  :param pulumi.Input[Union['UpgradePolicyArgs', 'UpgradePolicyArgsDict']] upgrade_policy: Describes an upgrade policy - automatic, manual, or rolling.
450
- :param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
450
+ :param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
451
451
  """
452
452
  ...
453
453
  @overload
@@ -848,7 +848,7 @@ class Pool(pulumi.CustomResource):
848
848
  @pulumi.getter(name="vmSize")
849
849
  def vm_size(self) -> pulumi.Output[Optional[str]]:
850
850
  """
851
- For information about available VM sizes, see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
851
+ For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
852
852
  """
853
853
  return pulumi.get(self, "vm_size")
854
854
 
@@ -32,6 +32,8 @@ if typing.TYPE_CHECKING:
32
32
  v20240101 = __v20240101
33
33
  import pulumi_azure_native.chaos.v20240322preview as __v20240322preview
34
34
  v20240322preview = __v20240322preview
35
+ import pulumi_azure_native.chaos.v20241101preview as __v20241101preview
36
+ v20241101preview = __v20241101preview
35
37
  else:
36
38
  v20230415preview = _utilities.lazy_import('pulumi_azure_native.chaos.v20230415preview')
37
39
  v20230901preview = _utilities.lazy_import('pulumi_azure_native.chaos.v20230901preview')
@@ -39,4 +41,5 @@ else:
39
41
  v20231101 = _utilities.lazy_import('pulumi_azure_native.chaos.v20231101')
40
42
  v20240101 = _utilities.lazy_import('pulumi_azure_native.chaos.v20240101')
41
43
  v20240322preview = _utilities.lazy_import('pulumi_azure_native.chaos.v20240322preview')
44
+ v20241101preview = _utilities.lazy_import('pulumi_azure_native.chaos.v20241101preview')
42
45
 
@@ -132,7 +132,7 @@ class Capability(pulumi.CustomResource):
132
132
  Model that represents a Capability resource.
133
133
  Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
134
134
 
135
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
135
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
136
136
 
137
137
  :param str resource_name: The name of the resource.
138
138
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -153,7 +153,7 @@ class Capability(pulumi.CustomResource):
153
153
  Model that represents a Capability resource.
154
154
  Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
155
155
 
156
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
156
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
157
157
 
158
158
  :param str resource_name: The name of the resource.
159
159
  :param CapabilityArgs args: The arguments to use to populate this resource's properties.
@@ -205,7 +205,7 @@ class Capability(pulumi.CustomResource):
205
205
  __props__.__dict__["properties"] = None
206
206
  __props__.__dict__["system_data"] = None
207
207
  __props__.__dict__["type"] = None
208
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability")])
208
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Capability")])
209
209
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
210
210
  super(Capability, __self__).__init__(
211
211
  'azure-native:chaos:Capability',
@@ -137,7 +137,7 @@ class Experiment(pulumi.CustomResource):
137
137
  Model that represents a Experiment resource.
138
138
  Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
139
139
 
140
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
140
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
141
141
 
142
142
  :param str resource_name: The name of the resource.
143
143
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -158,7 +158,7 @@ class Experiment(pulumi.CustomResource):
158
158
  Model that represents a Experiment resource.
159
159
  Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
160
160
 
161
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
161
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
162
162
 
163
163
  :param str resource_name: The name of the resource.
164
164
  :param ExperimentArgs args: The arguments to use to populate this resource's properties.
@@ -203,7 +203,7 @@ class Experiment(pulumi.CustomResource):
203
203
  __props__.__dict__["name"] = None
204
204
  __props__.__dict__["system_data"] = None
205
205
  __props__.__dict__["type"] = None
206
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Experiment")])
206
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Experiment")])
207
207
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
208
208
  super(Experiment, __self__).__init__(
209
209
  'azure-native:chaos:Experiment',
@@ -109,7 +109,7 @@ def get_capability(capability_name: Optional[str] = None,
109
109
  Get a Capability resource that extends a Target resource.
110
110
  Azure REST API version: 2023-04-15-preview.
111
111
 
112
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
112
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
113
113
 
114
114
 
115
115
  :param str capability_name: String that represents a Capability resource name.
@@ -146,7 +146,7 @@ def get_capability_output(capability_name: Optional[pulumi.Input[str]] = None,
146
146
  Get a Capability resource that extends a Target resource.
147
147
  Azure REST API version: 2023-04-15-preview.
148
148
 
149
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
149
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
150
150
 
151
151
 
152
152
  :param str capability_name: String that represents a Capability resource name.
@@ -141,7 +141,7 @@ def get_experiment(experiment_name: Optional[str] = None,
141
141
  Get a Experiment resource.
142
142
  Azure REST API version: 2023-04-15-preview.
143
143
 
144
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
144
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
145
145
 
146
146
 
147
147
  :param str experiment_name: String that represents a Experiment resource name.
@@ -169,7 +169,7 @@ def get_experiment_output(experiment_name: Optional[pulumi.Input[str]] = None,
169
169
  Get a Experiment resource.
170
170
  Azure REST API version: 2023-04-15-preview.
171
171
 
172
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
172
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
173
173
 
174
174
 
175
175
  :param str experiment_name: String that represents a Experiment resource name.
@@ -154,7 +154,7 @@ def get_experiment_execution_details(execution_id: Optional[str] = None,
154
154
  Execution details of an experiment resource.
155
155
  Azure REST API version: 2023-11-01.
156
156
 
157
- Other available API versions: 2024-01-01, 2024-03-22-preview.
157
+ Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
158
158
 
159
159
 
160
160
  :param str execution_id: GUID that represents a Experiment execution detail.
@@ -186,7 +186,7 @@ def get_experiment_execution_details_output(execution_id: Optional[pulumi.Input[
186
186
  Execution details of an experiment resource.
187
187
  Azure REST API version: 2023-11-01.
188
188
 
189
- Other available API versions: 2024-01-01, 2024-03-22-preview.
189
+ Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
190
190
 
191
191
 
192
192
  :param str execution_id: GUID that represents a Experiment execution detail.
@@ -129,7 +129,7 @@ def get_private_access(private_access_name: Optional[str] = None,
129
129
  Get a private access resource
130
130
  Azure REST API version: 2023-10-27-preview.
131
131
 
132
- Other available API versions: 2024-03-22-preview.
132
+ Other available API versions: 2024-03-22-preview, 2024-11-01-preview.
133
133
 
134
134
 
135
135
  :param str private_access_name: The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
@@ -156,7 +156,7 @@ def get_private_access_output(private_access_name: Optional[pulumi.Input[str]] =
156
156
  Get a private access resource
157
157
  Azure REST API version: 2023-10-27-preview.
158
158
 
159
- Other available API versions: 2024-03-22-preview.
159
+ Other available API versions: 2024-03-22-preview, 2024-11-01-preview.
160
160
 
161
161
 
162
162
  :param str private_access_name: The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
@@ -120,7 +120,7 @@ def get_target(parent_provider_namespace: Optional[str] = None,
120
120
  Get a Target resource that extends a tracked regional resource.
121
121
  Azure REST API version: 2023-04-15-preview.
122
122
 
123
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
123
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
124
124
 
125
125
 
126
126
  :param str parent_provider_namespace: String that represents a resource provider namespace.
@@ -155,7 +155,7 @@ def get_target_output(parent_provider_namespace: Optional[pulumi.Input[str]] = N
155
155
  Get a Target resource that extends a tracked regional resource.
156
156
  Azure REST API version: 2023-04-15-preview.
157
157
 
158
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
158
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
159
159
 
160
160
 
161
161
  :param str parent_provider_namespace: String that represents a resource provider namespace.
@@ -102,7 +102,7 @@ class PrivateAccess(pulumi.CustomResource):
102
102
  PrivateAccesses tracked resource.
103
103
  Azure REST API version: 2023-10-27-preview.
104
104
 
105
- Other available API versions: 2024-03-22-preview.
105
+ Other available API versions: 2024-03-22-preview, 2024-11-01-preview.
106
106
 
107
107
  :param str resource_name: The name of the resource.
108
108
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -121,7 +121,7 @@ class PrivateAccess(pulumi.CustomResource):
121
121
  PrivateAccesses tracked resource.
122
122
  Azure REST API version: 2023-10-27-preview.
123
123
 
124
- Other available API versions: 2024-03-22-preview.
124
+ Other available API versions: 2024-03-22-preview, 2024-11-01-preview.
125
125
 
126
126
  :param str resource_name: The name of the resource.
127
127
  :param PrivateAccessArgs args: The arguments to use to populate this resource's properties.
@@ -161,7 +161,7 @@ class PrivateAccess(pulumi.CustomResource):
161
161
  __props__.__dict__["private_endpoint_connections"] = None
162
162
  __props__.__dict__["system_data"] = None
163
163
  __props__.__dict__["type"] = None
164
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20231027preview:PrivateAccess"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:PrivateAccess")])
164
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20231027preview:PrivateAccess"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:PrivateAccess"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:PrivateAccess")])
165
165
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
166
166
  super(PrivateAccess, __self__).__init__(
167
167
  'azure-native:chaos:PrivateAccess',
@@ -149,7 +149,7 @@ class Target(pulumi.CustomResource):
149
149
  Model that represents a Target resource.
150
150
  Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
151
151
 
152
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
152
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
153
153
 
154
154
  :param str resource_name: The name of the resource.
155
155
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -171,7 +171,7 @@ class Target(pulumi.CustomResource):
171
171
  Model that represents a Target resource.
172
172
  Azure REST API version: 2023-04-15-preview. Prior API version in Azure Native 1.x: 2021-09-15-preview.
173
173
 
174
- Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview.
174
+ Other available API versions: 2023-09-01-preview, 2023-10-27-preview, 2023-11-01, 2024-01-01, 2024-03-22-preview, 2024-11-01-preview.
175
175
 
176
176
  :param str resource_name: The name of the resource.
177
177
  :param TargetArgs args: The arguments to use to populate this resource's properties.
@@ -224,7 +224,7 @@ class Target(pulumi.CustomResource):
224
224
  __props__.__dict__["name"] = None
225
225
  __props__.__dict__["system_data"] = None
226
226
  __props__.__dict__["type"] = None
227
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Target")])
227
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Target")])
228
228
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
229
229
  super(Target, __self__).__init__(
230
230
  'azure-native:chaos:Target',
@@ -199,7 +199,7 @@ class Capability(pulumi.CustomResource):
199
199
  __props__.__dict__["properties"] = None
200
200
  __props__.__dict__["system_data"] = None
201
201
  __props__.__dict__["type"] = None
202
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability")])
202
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Capability")])
203
203
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
204
204
  super(Capability, __self__).__init__(
205
205
  'azure-native:chaos/v20230415preview:Capability',
@@ -197,7 +197,7 @@ class Experiment(pulumi.CustomResource):
197
197
  __props__.__dict__["name"] = None
198
198
  __props__.__dict__["system_data"] = None
199
199
  __props__.__dict__["type"] = None
200
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Experiment")])
200
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Experiment")])
201
201
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
202
202
  super(Experiment, __self__).__init__(
203
203
  'azure-native:chaos/v20230415preview:Experiment',
@@ -218,7 +218,7 @@ class Target(pulumi.CustomResource):
218
218
  __props__.__dict__["name"] = None
219
219
  __props__.__dict__["system_data"] = None
220
220
  __props__.__dict__["type"] = None
221
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Target"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Target")])
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Target"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Target")])
222
222
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
223
  super(Target, __self__).__init__(
224
224
  'azure-native:chaos/v20230415preview:Target',
@@ -199,7 +199,7 @@ class Capability(pulumi.CustomResource):
199
199
  __props__.__dict__["properties"] = None
200
200
  __props__.__dict__["system_data"] = None
201
201
  __props__.__dict__["type"] = None
202
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability")])
202
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Capability")])
203
203
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
204
204
  super(Capability, __self__).__init__(
205
205
  'azure-native:chaos/v20230901preview:Capability',
@@ -198,7 +198,7 @@ class Experiment(pulumi.CustomResource):
198
198
  __props__.__dict__["provisioning_state"] = None
199
199
  __props__.__dict__["system_data"] = None
200
200
  __props__.__dict__["type"] = None
201
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Experiment")])
201
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20231101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240101:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Experiment"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Experiment")])
202
202
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
203
203
  super(Experiment, __self__).__init__(
204
204
  'azure-native:chaos/v20230901preview:Experiment',
@@ -218,7 +218,7 @@ class Target(pulumi.CustomResource):
218
218
  __props__.__dict__["name"] = None
219
219
  __props__.__dict__["system_data"] = None
220
220
  __props__.__dict__["type"] = None
221
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Target"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Target")])
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Target"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231027preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20231101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240101:Target"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Target"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Target")])
222
222
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
223
  super(Target, __self__).__init__(
224
224
  'azure-native:chaos/v20230901preview:Target',
@@ -199,7 +199,7 @@ class Capability(pulumi.CustomResource):
199
199
  __props__.__dict__["properties"] = None
200
200
  __props__.__dict__["system_data"] = None
201
201
  __props__.__dict__["type"] = None
202
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability")])
202
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:chaos:Capability"), pulumi.Alias(type_="azure-native:chaos/v20210915preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20220701preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20221001preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230401preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230415preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20230901preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20231101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240101:Capability"), pulumi.Alias(type_="azure-native:chaos/v20240322preview:Capability"), pulumi.Alias(type_="azure-native:chaos/v20241101preview:Capability")])
203
203
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
204
204
  super(Capability, __self__).__init__(
205
205
  'azure-native:chaos/v20231027preview:Capability',