pulumi-azure-native 2.81.0a1736184069__py3-none-any.whl → 2.82.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 (1212) hide show
  1. pulumi_azure_native/__init__.py +144 -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/arc_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  7. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  8. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  9. pulumi_azure_native/azurestackhci/extension.py +3 -3
  10. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  17. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  18. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  19. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  20. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  21. pulumi_azure_native/azurestackhci/update.py +3 -3
  22. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  23. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  24. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
  103. pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
  104. pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
  105. pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
  106. pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
  107. pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
  108. pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
  109. pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
  110. pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
  111. pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
  112. pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
  113. pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
  114. pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
  115. pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
  116. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
  117. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
  118. pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
  119. pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
  120. pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
  121. pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
  122. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
  123. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
  124. pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
  125. pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
  126. pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
  127. pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
  128. pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
  129. pulumi_azure_native/chaos/__init__.py +3 -0
  130. pulumi_azure_native/chaos/capability.py +3 -3
  131. pulumi_azure_native/chaos/experiment.py +3 -3
  132. pulumi_azure_native/chaos/get_capability.py +2 -2
  133. pulumi_azure_native/chaos/get_experiment.py +2 -2
  134. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  135. pulumi_azure_native/chaos/get_private_access.py +2 -2
  136. pulumi_azure_native/chaos/get_target.py +2 -2
  137. pulumi_azure_native/chaos/private_access.py +3 -3
  138. pulumi_azure_native/chaos/target.py +3 -3
  139. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  140. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  141. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  142. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  143. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  144. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  145. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  146. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  147. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  148. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  149. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  150. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  151. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  152. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  153. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  154. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  155. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  156. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  157. pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
  158. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  159. pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
  160. pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
  161. pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
  162. pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
  163. pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
  164. pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
  165. pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
  166. pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
  167. pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
  168. pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
  169. pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
  170. pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
  171. pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
  172. pulumi_azure_native/confidentialledger/__init__.py +3 -0
  173. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  174. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  175. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  176. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  177. pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
  178. pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
  179. pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
  180. pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
  181. pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
  182. pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
  183. pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
  184. pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
  185. pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
  186. pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
  187. pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
  188. pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
  189. pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
  190. pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
  191. pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
  192. pulumi_azure_native/confluent/__init__.py +9 -0
  193. pulumi_azure_native/confluent/_enums.py +91 -0
  194. pulumi_azure_native/confluent/_inputs.py +2882 -63
  195. pulumi_azure_native/confluent/connector.py +323 -0
  196. pulumi_azure_native/confluent/get_connector.py +191 -0
  197. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
  198. pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
  199. pulumi_azure_native/confluent/get_topic.py +261 -0
  200. pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
  201. pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
  202. pulumi_azure_native/confluent/outputs.py +2233 -222
  203. pulumi_azure_native/confluent/topic.py +486 -0
  204. pulumi_azure_native/confluent/v20240701/connector.py +2 -0
  205. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
  206. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
  207. pulumi_azure_native/confluent/v20240701/topic.py +2 -0
  208. pulumi_azure_native/maintenance/_inputs.py +6 -6
  209. pulumi_azure_native/maintenance/outputs.py +4 -4
  210. pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
  211. pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
  212. pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
  213. pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
  214. pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
  215. pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
  216. pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
  217. pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
  218. pulumi_azure_native/networkcloud/__init__.py +3 -0
  219. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  220. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  221. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  222. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  223. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  224. pulumi_azure_native/networkcloud/cluster.py +3 -3
  225. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  226. pulumi_azure_native/networkcloud/console.py +3 -3
  227. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  228. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  229. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  230. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  231. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  232. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  233. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  234. pulumi_azure_native/networkcloud/get_console.py +2 -2
  235. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  236. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  237. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  238. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  239. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  240. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  241. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  242. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  243. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  244. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  245. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  246. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  247. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  248. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  249. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  250. pulumi_azure_native/networkcloud/rack.py +3 -3
  251. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  252. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  253. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  254. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  255. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  256. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  257. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  258. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  259. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  260. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  261. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  262. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  263. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  264. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  265. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  266. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  267. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  268. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  269. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  270. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  271. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  272. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  273. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  274. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  275. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  276. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  277. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  278. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  279. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  280. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  281. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  282. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  283. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  284. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  285. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  286. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  287. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  288. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  289. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  290. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  291. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  292. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  293. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  294. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  295. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  296. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  297. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  298. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  299. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  300. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  301. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  302. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  303. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  304. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  305. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
  306. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
  307. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
  308. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
  309. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
  310. pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
  311. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
  312. pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
  313. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
  314. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
  315. pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
  316. pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
  317. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
  318. pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
  319. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
  320. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
  321. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
  322. pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
  323. pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
  324. pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
  325. pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
  326. pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
  327. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
  328. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
  329. pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
  330. pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
  331. pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
  332. pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
  333. pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
  334. pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
  335. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
  336. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
  337. pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
  338. pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
  339. pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
  340. pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
  341. pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
  342. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
  343. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
  344. pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
  345. pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
  346. pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
  347. pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
  348. pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
  349. pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
  350. pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
  351. pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
  352. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
  353. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
  354. pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
  355. pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
  356. pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
  357. pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
  358. pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
  359. pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
  360. pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
  361. pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
  362. pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
  363. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  364. pulumi_azure_native/networkcloud/volume.py +3 -3
  365. pulumi_azure_native/pulumi-plugin.json +1 -1
  366. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  367. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  368. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  369. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  370. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  371. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  372. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  373. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  374. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  375. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  376. pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
  377. pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
  378. pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
  379. pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
  380. pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
  381. pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
  382. pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
  383. pulumi_azure_native/recoveryservices/vault.py +3 -3
  384. pulumi_azure_native/securityinsights/__init__.py +3 -0
  385. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  386. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  387. pulumi_azure_native/securityinsights/action.py +3 -3
  388. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  389. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  390. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  391. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  392. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  393. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  394. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  395. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  396. pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
  397. pulumi_azure_native/securityinsights/content_package.py +3 -3
  398. pulumi_azure_native/securityinsights/content_template.py +3 -3
  399. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  400. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  401. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  402. pulumi_azure_native/securityinsights/file_import.py +3 -3
  403. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  404. pulumi_azure_native/securityinsights/get_action.py +2 -2
  405. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  406. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  407. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  408. pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
  409. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  410. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  411. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  412. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  413. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  414. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  415. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  416. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  417. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  418. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  419. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  420. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  421. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  422. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  423. pulumi_azure_native/securityinsights/get_system.py +4 -0
  424. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  425. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  426. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  427. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  428. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  429. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  430. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  431. pulumi_azure_native/securityinsights/hunt.py +3 -3
  432. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  433. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  434. pulumi_azure_native/securityinsights/incident.py +3 -3
  435. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  436. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  437. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  438. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  439. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  440. pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
  441. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  442. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  443. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  444. pulumi_azure_native/securityinsights/metadata.py +3 -3
  445. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  446. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  447. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  448. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  449. pulumi_azure_native/securityinsights/system.py +5 -1
  450. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  451. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  452. pulumi_azure_native/securityinsights/ueba.py +1 -1
  453. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  454. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  455. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  456. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  457. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  458. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  459. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  460. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  461. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  462. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  463. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  464. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  465. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  466. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  467. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  468. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  469. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  470. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  471. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  472. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  473. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  474. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  475. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  476. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  477. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  478. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  479. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  480. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  481. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  482. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  483. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  484. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  485. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  486. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  487. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  488. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  489. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  490. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  491. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  492. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  493. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  494. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  495. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  496. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  497. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  498. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  499. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  500. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  501. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  502. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  503. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  504. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  505. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  506. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  507. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  508. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  509. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  510. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  512. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  513. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  514. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  515. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  516. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  517. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  518. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  519. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  521. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  522. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  523. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  524. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  525. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  526. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  527. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  528. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  529. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  530. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  531. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  532. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  533. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  534. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  535. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  536. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  537. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  538. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  539. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  540. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  541. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  542. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  543. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  544. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  545. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  546. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  547. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  548. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  549. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  550. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  551. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  552. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  553. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  554. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  555. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  556. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  557. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  558. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  559. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  560. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  561. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  563. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  564. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  565. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  566. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  567. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  569. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  570. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  571. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  572. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  573. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  574. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  575. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  576. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  577. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  578. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  579. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  580. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  581. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  582. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  583. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  584. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  585. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  586. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  587. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  588. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  589. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  590. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  591. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  592. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  593. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  595. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  596. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  597. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  598. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  599. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  600. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  601. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  602. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  603. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  604. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  605. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  606. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  607. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  608. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  609. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  610. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  611. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  612. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  613. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  614. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  615. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  616. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  617. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  618. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  619. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  621. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  622. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  623. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  624. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  625. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  627. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  628. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  629. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  630. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  631. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  632. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  633. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  634. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  635. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  636. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  637. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  638. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  639. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  640. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  641. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  642. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  643. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  644. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  645. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  646. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  647. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  648. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  649. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  650. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  651. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  653. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  654. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  655. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  656. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  657. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  658. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  659. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  660. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  661. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  662. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  663. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  664. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  665. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  666. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  667. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  668. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  669. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  670. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  671. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  672. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  673. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  674. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  675. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  676. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  677. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  678. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  679. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  680. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  681. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  682. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  683. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  684. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  685. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  686. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  687. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  688. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  689. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  690. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  691. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  692. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  693. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  694. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  695. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  696. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  697. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  698. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  699. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  700. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  701. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  702. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  703. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  704. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  706. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  707. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  708. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  709. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  710. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  711. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  712. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  713. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  714. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  715. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  716. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  717. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  718. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  719. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  720. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  721. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  722. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  723. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  724. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  725. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  726. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  727. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  728. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  729. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  730. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  731. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  732. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  733. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  734. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  735. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  736. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  737. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  738. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  739. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  740. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  741. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  742. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  743. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  744. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  745. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  746. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  747. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  748. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  749. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  750. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  751. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  752. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  753. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  754. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  755. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  756. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  757. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  758. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  759. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  760. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  761. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  762. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  763. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  764. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  765. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  766. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  767. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  768. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  769. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  770. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  771. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  772. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  773. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  774. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  775. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  776. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  777. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  778. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  779. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  780. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  781. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  782. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  783. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  784. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  785. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  786. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  787. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  788. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  789. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  790. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  791. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  792. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  794. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  795. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  796. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  797. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  798. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  799. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  800. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  801. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  802. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  803. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  804. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  805. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  806. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  807. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  808. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  809. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  810. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  811. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  812. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  813. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  814. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  815. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  816. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  817. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  818. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  819. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  820. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  821. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  822. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  823. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  824. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  825. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  826. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  827. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  828. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  829. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  830. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  831. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  832. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  833. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  834. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  835. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  836. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  837. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  838. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  839. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  840. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  841. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  842. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  843. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  844. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  845. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  846. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  847. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  848. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  849. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  850. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  851. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  852. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  853. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  854. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  855. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  856. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  857. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  858. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  859. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  860. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  861. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  862. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  863. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  864. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  865. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  866. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  867. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  868. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  869. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  870. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  871. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  872. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  873. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  874. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  875. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  876. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  877. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  878. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  879. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  880. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  881. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  882. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  883. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  884. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  885. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  886. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  887. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  888. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  889. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  890. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  891. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  892. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  893. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  894. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  895. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  896. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  897. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  898. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  899. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  900. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  901. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  902. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  903. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  904. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  905. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  906. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  907. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  908. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  909. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  910. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  911. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  912. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  913. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  914. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  915. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  916. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  917. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  918. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  919. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  920. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  921. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  922. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  923. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  924. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  925. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  926. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  927. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  928. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  929. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  930. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  931. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  932. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  933. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  934. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  935. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  936. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  937. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  938. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  939. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  940. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  941. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  942. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  943. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  944. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  945. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  946. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  947. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  948. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  949. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  950. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  951. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  952. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  953. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  954. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  955. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  956. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  957. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  958. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  959. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  960. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  961. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  962. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  963. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  964. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  965. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  966. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  967. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  968. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  969. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  970. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  971. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  972. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  973. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  974. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  975. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  976. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  977. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  978. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  979. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  980. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  981. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  982. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  983. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  984. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  985. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  986. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  987. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  988. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  989. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  990. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  991. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  992. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  993. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  994. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  995. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  996. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  997. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  998. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  999. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  1000. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  1001. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  1002. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  1003. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  1004. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  1005. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  1006. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  1007. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  1008. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  1009. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  1010. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  1011. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1012. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1013. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  1014. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  1015. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  1016. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  1017. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  1018. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  1019. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  1020. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  1021. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  1022. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  1023. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  1024. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  1025. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  1026. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  1027. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  1028. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  1029. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  1030. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  1031. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  1032. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  1033. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  1034. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  1035. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  1036. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  1037. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  1038. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  1039. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  1040. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  1041. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  1042. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  1043. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  1044. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  1045. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  1046. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  1047. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  1048. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  1049. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  1050. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  1051. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  1052. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  1053. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  1054. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  1055. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  1056. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  1057. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  1058. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  1059. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1060. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  1061. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  1062. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  1063. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  1064. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  1065. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  1066. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  1067. pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
  1068. pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
  1069. pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
  1070. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
  1071. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
  1072. pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
  1073. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
  1074. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
  1075. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
  1076. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
  1077. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
  1078. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
  1079. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
  1080. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
  1081. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
  1082. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
  1083. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
  1084. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
  1085. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
  1086. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
  1087. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
  1088. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
  1089. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
  1090. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
  1091. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
  1092. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
  1093. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
  1094. pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
  1095. pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
  1096. pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
  1097. pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
  1098. pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
  1099. pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  1100. pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
  1101. pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
  1102. pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
  1103. pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
  1104. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
  1105. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
  1106. pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
  1107. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
  1108. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
  1109. pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
  1110. pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
  1111. pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
  1112. pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
  1113. pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
  1114. pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
  1115. pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
  1116. pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
  1117. pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
  1118. pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
  1119. pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
  1120. pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
  1121. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
  1122. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
  1123. pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
  1124. pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
  1125. pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
  1126. pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
  1127. pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
  1128. pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
  1129. pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
  1130. pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
  1131. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  1132. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  1133. pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  1134. pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
  1135. pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
  1136. pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
  1137. pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
  1138. pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
  1139. pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
  1140. pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
  1141. pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
  1142. pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
  1143. pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
  1144. pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
  1145. pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
  1146. pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
  1147. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
  1148. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
  1149. pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
  1150. pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
  1151. pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
  1152. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
  1153. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
  1154. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
  1155. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
  1156. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
  1157. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
  1158. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
  1159. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
  1160. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
  1161. pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
  1162. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
  1163. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
  1164. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
  1165. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
  1166. pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
  1167. pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
  1168. pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
  1169. pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
  1170. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
  1171. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
  1172. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
  1173. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
  1174. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  1175. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
  1176. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
  1177. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
  1178. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
  1179. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
  1180. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
  1181. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
  1182. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
  1183. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
  1184. pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
  1185. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
  1186. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
  1187. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
  1188. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
  1189. pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
  1190. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
  1191. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
  1192. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
  1193. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
  1194. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
  1195. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
  1196. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
  1197. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
  1198. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
  1199. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
  1200. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
  1201. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1202. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1203. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  1204. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  1205. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  1206. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  1207. pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
  1208. pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
  1209. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/METADATA +2 -2
  1210. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/RECORD +1212 -978
  1211. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/WHEEL +1 -1
  1212. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=V1q8HTjJXA1qxNnH16EJYXM-MRm5aYpWM4rxj5KeMQA,1145022
1
+ pulumi_azure_native/__init__.py,sha256=ZFrKJQHdFPgE0xme8JUOtUrjHnMn6Z8Nk3FyjiY6dRs,1154854
2
2
  pulumi_azure_native/_utilities.py,sha256=UL5vEmfNrBfiaeFQS69cz7xlHoBnPH8PY_UIVNwShcM,10486
3
3
  pulumi_azure_native/provider.py,sha256=ijD50GjYD0xTGWJVAR_zi8DRpow_AcfiaEDdwOwh-D8,23052
4
- pulumi_azure_native/pulumi-plugin.json,sha256=XkXyaB_ExesDerc0svHI_4GZTxZXtHgpDMHBRtZyTr8,89
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=xgVbn3jkrexAcd0r9UcOaczTXkvJjdhQTHtrp2781CY,72
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
7
7
  pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
@@ -4572,8 +4572,8 @@ pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py,sha25
4572
4572
  pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py,sha256=-FKM1WXvXS_DzHxYB29RYZG9QLTt8uNC1IPcptqQ25w,4680
4573
4573
  pulumi_azure_native/azureplaywrightservice/v20241201/__init__.py,sha256=JAj_UGgCaPiDztfVUHW8EjsXlrBck5g4m0t1RlLpD64,346
4574
4574
  pulumi_azure_native/azureplaywrightservice/v20241201/_enums.py,sha256=PlfrZPnWL64frTP7h8ehAt8Kg-eD8Vdb3yms5nvySHA,619
4575
- pulumi_azure_native/azureplaywrightservice/v20241201/account.py,sha256=1uPwrjkncLtQl9CEzZrxYPQ7iHzszhLwNEBIG0MrucM,18863
4576
- pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py,sha256=ADD6WdcY3wCEfO2afo7LAEqWwZWgdHy9I97gtyyvql0,10247
4575
+ pulumi_azure_native/azureplaywrightservice/v20241201/account.py,sha256=77NQe0cYG0OQXOBexOCTA5mjKv-YONTZJgOFAzo6gfU,18879
4576
+ pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py,sha256=Xnp2D-nDBsrwxmssVqtqKKjniLApgVBLUw1uBSGjlhw,10251
4577
4577
  pulumi_azure_native/azureplaywrightservice/v20241201/outputs.py,sha256=-FKM1WXvXS_DzHxYB29RYZG9QLTt8uNC1IPcptqQ25w,4680
4578
4578
  pulumi_azure_native/azuresphere/__init__.py,sha256=Vhfsg-tyFn_TUUWUqnfI_6iPCjWCQ5Njz6lywaKrbUg,1255
4579
4579
  pulumi_azure_native/azuresphere/_enums.py,sha256=Y7E0GMCRaVFF8KcJKzu5HZRqNKYZVnslxnv9VsgFC6k,1292
@@ -4674,20 +4674,20 @@ pulumi_azure_native/azurestack/v20220601/list_product_details.py,sha256=556ghVq_
4674
4674
  pulumi_azure_native/azurestack/v20220601/list_products.py,sha256=uW2ghLT6kIUlmRUu3EhaASlCb0NQyg-E0g4EQ5_dM_A,3991
4675
4675
  pulumi_azure_native/azurestack/v20220601/outputs.py,sha256=zR2zkVV6x6-_dAC2Zqme3TRkyyHn_cZyNJPSIJuf3rU,17615
4676
4676
  pulumi_azure_native/azurestack/v20220601/registration.py,sha256=HXdreX2sRaiuT9RKEDAnV4Su6hDpf2_3Z3yGyZRILZQ,10409
4677
- pulumi_azure_native/azurestackhci/__init__.py,sha256=FGfISNZ5A7nWojho4BrDLu_zIJkA1iGIcE4VtfazwDs,5979
4677
+ pulumi_azure_native/azurestackhci/__init__.py,sha256=-z9-lyl9hnhW1bRkU2XIimTyevXypgKp8Rifv1mvuBI,6205
4678
4678
  pulumi_azure_native/azurestackhci/_enums.py,sha256=sb8PSAB7cBTAZW83NsDuUu_LwVVNAjURs2EqtTvYBAI,9750
4679
4679
  pulumi_azure_native/azurestackhci/_inputs.py,sha256=a0nX6zcO5uj8lLZS0RZ_V7qWz7TnWiD-Z1T801GS4sQ,250117
4680
- pulumi_azure_native/azurestackhci/arc_setting.py,sha256=pNgsBh_y6hR2x0Vt61QfNOdrCSrh5dCxNkq65WaEiqU,21039
4681
- pulumi_azure_native/azurestackhci/cluster.py,sha256=JcpSjyj4-_XQ28_z_TRbd_vL1P1cJ5TRAFYqwCfuUVw,30374
4682
- pulumi_azure_native/azurestackhci/deployment_setting.py,sha256=QBCVxV7Hv93l1709lZS3LRSjfG9me320488PZ0sf0CQ,14648
4683
- pulumi_azure_native/azurestackhci/edge_device.py,sha256=1pKXev9bVjNh3xt-pBDhKppFKgwgFSDo5G2TjG52jLM,9502
4684
- pulumi_azure_native/azurestackhci/extension.py,sha256=AXEv1ok9K2InI6qgLc9GmW_7hljJT-KM3FIU5rKLghw,23745
4680
+ pulumi_azure_native/azurestackhci/arc_setting.py,sha256=CaJK_GwU9TYXtVPZNRRlLYuSZKzxvS3iXfu7XxnRQZs,21157
4681
+ pulumi_azure_native/azurestackhci/cluster.py,sha256=8OQ1xINuqNmJ0kJ6Hx9WvLCyllSthYFMAsBo4kHS1HY,30489
4682
+ pulumi_azure_native/azurestackhci/deployment_setting.py,sha256=9HEiEGIJwl5sccftc_ozIkG-jNQISABqFTNbt_cUrEg,14773
4683
+ pulumi_azure_native/azurestackhci/edge_device.py,sha256=QdTOXhM-ryCp2knKSaPfPMtspAQw2-9sm7hxozlANzw,9620
4684
+ pulumi_azure_native/azurestackhci/extension.py,sha256=eCo8UFCEJM42l0DzZqY0xAnuxLMv9zd4Bg8jR06U7fQ,23862
4685
4685
  pulumi_azure_native/azurestackhci/gallery_image.py,sha256=oEv0bkANaz2ByN6i9zrLERVirIETaHNFxhop7FbRajw,22810
4686
- pulumi_azure_native/azurestackhci/get_arc_setting.py,sha256=2i_W-jhFkQVZpHgbdxmNYdPMel0aNwlI461hX64Go7M,13606
4687
- pulumi_azure_native/azurestackhci/get_cluster.py,sha256=nHKH_R3TpO_CPSHvFlQKX5_-RB53lML0HbRhRbVo5aw,21381
4688
- pulumi_azure_native/azurestackhci/get_deployment_setting.py,sha256=kTHnskOC2Znankrf9QVCPRihEnMx_gVIJRUuqJ8guok,9426
4689
- pulumi_azure_native/azurestackhci/get_edge_device.py,sha256=M04rrSUk57coNdWE6OyIf6Dfbl9CPrJdUQvsMUR2snU,6579
4690
- pulumi_azure_native/azurestackhci/get_extension.py,sha256=FT-zb6j6t5slNNyo_AoPfv5idMcqOCJmdopCbE-3R7g,14113
4686
+ pulumi_azure_native/azurestackhci/get_arc_setting.py,sha256=wHbQx1p6SHMmklhobNQ_Ukl1IdBYYuaSejHN6USoZ6g,13646
4687
+ pulumi_azure_native/azurestackhci/get_cluster.py,sha256=jN_eWsTk44tWUm0AMEw6QC38R2UsC9xJGMn6h3naX5o,21421
4688
+ pulumi_azure_native/azurestackhci/get_deployment_setting.py,sha256=-a_npkYnp3SnRYDpoq79b9kCIiTWU6fbn-MP8rhhhHw,9466
4689
+ pulumi_azure_native/azurestackhci/get_edge_device.py,sha256=VYl7wpUxtydnuQJxeQjnVYqKVoNdjShXjtvszWAypME,6619
4690
+ pulumi_azure_native/azurestackhci/get_extension.py,sha256=PRpeRkqIjorHLR1il1C1oQ2_D8tXd58zplqGMLGIb84,14153
4691
4691
  pulumi_azure_native/azurestackhci/get_gallery_image.py,sha256=Fnj0QxTpzMB0eMeM2h7hAO7gZLpzwuz_AaxpPPlhwBk,12767
4692
4692
  pulumi_azure_native/azurestackhci/get_guest_agent.py,sha256=g8sALpHezPa5SdxEqlUurJedUP5k-3XCWM8HwIvFxcU,8801
4693
4693
  pulumi_azure_native/azurestackhci/get_hci_edge_device_job.py,sha256=JYc2xPJuK0A4CQjOQNAsyZJMKdhw3rEdSsiwUZC5068,6456
@@ -4698,17 +4698,17 @@ pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py,sha256=KSP-Hg
4698
4698
  pulumi_azure_native/azurestackhci/get_network_interface.py,sha256=UP043Z6scuo14vI_KSphBhr4SfPkxxikjETvKTDuuXE,10425
4699
4699
  pulumi_azure_native/azurestackhci/get_network_security_group.py,sha256=PNKtSjEHM56zpv1j9NJWW09nuhujEn-5DrXMAegk-tM,10140
4700
4700
  pulumi_azure_native/azurestackhci/get_security_rule.py,sha256=vlmgjTV4TONvS0aIrTH4JDO0SKPJesIlmYI1oMYF2mU,13254
4701
- pulumi_azure_native/azurestackhci/get_security_setting.py,sha256=I70YvtW8-gnI75sFC8hEWMBE_Ys721J_pMSxeJLJo3E,8128
4701
+ pulumi_azure_native/azurestackhci/get_security_setting.py,sha256=-Jy4skcuyvGUquGbYbO2-jCYYGcPndGhXH7V4hXRPX8,8168
4702
4702
  pulumi_azure_native/azurestackhci/get_storage_container.py,sha256=RILg_HbajxdivBSkOgMixjyZ6Aow5D7SkAr5n3X_X9c,8916
4703
- pulumi_azure_native/azurestackhci/get_update.py,sha256=ya_hvZrN1fDQyMVwBlu4bvOkmIrw_rZdNLJzfDnEO4k,17215
4704
- pulumi_azure_native/azurestackhci/get_update_run.py,sha256=y3d1ncCnCxt4zG9sLi6hLhl1WgIpsXc6-SuZliBvi-Y,13845
4705
- pulumi_azure_native/azurestackhci/get_update_summary.py,sha256=H-z_VN7XZOHVEB561PVa5zcYz3RMkhjUOWu29Gd4r2I,10899
4703
+ pulumi_azure_native/azurestackhci/get_update.py,sha256=cjHvNiRVsPUxdq6wy3Gu0IksB1nPC7ak7BBrtJdWjKs,17255
4704
+ pulumi_azure_native/azurestackhci/get_update_run.py,sha256=xpTyAZSaN_L1aZVaI2U0NfWu8QpgM405lp4jKob6sQE,13885
4705
+ pulumi_azure_native/azurestackhci/get_update_summary.py,sha256=15vhfaeySGcXzNcNL0OSRr9-3TH3Wv_uM_wF-hG8I6U,10939
4706
4706
  pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py,sha256=EBxTlo64YFKAGdWFK4LA7CyGTSxP-jC4isio1df93EE,13450
4707
4707
  pulumi_azure_native/azurestackhci/get_virtual_machine.py,sha256=I2Kj9m5aDPljgK-fO_8az2mYgNFMG2nk9v16WubLTpI,13453
4708
4708
  pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py,sha256=4zUw8yYcGraZyAA-YT-wUd28tWZDYNm3ESNyDvOHKs0,14080
4709
4709
  pulumi_azure_native/azurestackhci/get_virtual_network.py,sha256=JaeD2By0Ud8QxigSPuiR78yUdiY0eI4yX7XmFLBMj-Y,10749
4710
4710
  pulumi_azure_native/azurestackhci/guest_agent.py,sha256=9jJ4xsebOShdSwGAKxNeT6FDdYWTVNL3o-g69gzNnwc,13445
4711
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py,sha256=1OWtiOjSfz1yVL_u3KUzWJ1fcRz3j9S3Gnd8NNJcXzc,10985
4711
+ pulumi_azure_native/azurestackhci/hci_edge_device_job.py,sha256=zuGXABphgz_FPW1JhADy4uHN-NBo457aSpXB9WWcCuc,11069
4712
4712
  pulumi_azure_native/azurestackhci/hybrid_identity_metadatum.py,sha256=X4jARe8fkDiv2AgmNGoqec1GHTcpwbvqUJ4uai1JXl8,11246
4713
4713
  pulumi_azure_native/azurestackhci/logical_network.py,sha256=oLbCsOyaS7KjhN1kZmhqLkwhvWKNBOI5lVlzPPOfC0g,17196
4714
4714
  pulumi_azure_native/azurestackhci/machine_extension.py,sha256=rE2yH0ll91op1hzWrEsRfwa9q0ETPzDUaC9bfshNfQ4,20427
@@ -4717,11 +4717,11 @@ pulumi_azure_native/azurestackhci/network_interface.py,sha256=yQaaQfo5gNq-urlmNh
4717
4717
  pulumi_azure_native/azurestackhci/network_security_group.py,sha256=4D4vqFMMDE82aLFC2qp_XlKZ1K1ZJV4P7_QLZPOAcBE,13477
4718
4718
  pulumi_azure_native/azurestackhci/outputs.py,sha256=OdXZJQM2hxVnhTes2AdwAeer56obUPPfni1kWuG9Mq8,336647
4719
4719
  pulumi_azure_native/azurestackhci/security_rule.py,sha256=e-ByOEmOehKGCPKlHKzwDSEjQKv1_oWs6iiad-GlEUw,24874
4720
- pulumi_azure_native/azurestackhci/security_setting.py,sha256=sdIao_rJ4FZMtxQlqr87QtQ6zmbW8q-6Wnzja0X8ci8,11521
4720
+ pulumi_azure_native/azurestackhci/security_setting.py,sha256=6BgkDbsAmRLYJM611gFRqECtRICt9N3zljZnmWslPiU,11644
4721
4721
  pulumi_azure_native/azurestackhci/storage_container.py,sha256=AAAeDWI5sn5Ncf5G8tBKVFt2XfH-tJzMnWeuGdHlrAc,13755
4722
- pulumi_azure_native/azurestackhci/update.py,sha256=k67HYAXNXgKczNt1Kromx-RMZb2S8qztgVWn3XyBYis,32798
4723
- pulumi_azure_native/azurestackhci/update_run.py,sha256=WCtQHTaOJFJCJABqhHjETz_ouccZehaXyVTYq-6iK6g,26165
4724
- pulumi_azure_native/azurestackhci/update_summary.py,sha256=IQvtNWAaBBSj73iSCq1m1392v8VtrFVlJH6IgGbSWXA,18434
4722
+ pulumi_azure_native/azurestackhci/update.py,sha256=_4rdp-SKiYGFnZApKsWZZF4qUvBEjci0VQ5-enLZLaM,32912
4723
+ pulumi_azure_native/azurestackhci/update_run.py,sha256=uNaaBb4eHMd8SFgmBtP9u0HxWbBl9cnEXD-GuJJtGG8,26282
4724
+ pulumi_azure_native/azurestackhci/update_summary.py,sha256=cYluSN6MqEUgxZQGeD5F3S4RcpxuUjmbtikGtAsqLmY,18555
4725
4725
  pulumi_azure_native/azurestackhci/virtual_hard_disk.py,sha256=zQxsbLjtVtd1nGCMaMvdkSK8IiRETRp_T0lb5IE0eaY,22408
4726
4726
  pulumi_azure_native/azurestackhci/virtual_machine.py,sha256=kem7IeGOO9u5W-CKvzQ2a20ygZDbOTAv2izuOn1fkz4,23266
4727
4727
  pulumi_azure_native/azurestackhci/virtual_machine_instance.py,sha256=e5MOT4QBgwOjenQPRqTXFCfKd1h1Jj6t3PcwFU2oy2Q,23239
@@ -4729,7 +4729,7 @@ pulumi_azure_native/azurestackhci/virtual_network.py,sha256=ssKvS20VbxaL62bIqO_J
4729
4729
  pulumi_azure_native/azurestackhci/v20210901preview/__init__.py,sha256=Smwbid_tgsQaic-rpHhDcQ4ErM9OTuA8cexiiV-DMyk,957
4730
4730
  pulumi_azure_native/azurestackhci/v20210901preview/_enums.py,sha256=JiV6VbKWxr4IgrxkmaGWwI_MoB2QJmhtRMrE0_Jp9ig,2635
4731
4731
  pulumi_azure_native/azurestackhci/v20210901preview/_inputs.py,sha256=YgleU5nt_aJsQktIHVXUMFs_K-iNItS5ion0MaWS_Lc,78541
4732
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py,sha256=5hLvA8RHud_gO3YoC4fhUq2Hsy0XP3hCyfYG0CAUJJw,18512
4732
+ pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py,sha256=s8S3oRxdhGA4fiab6Uf1ol_qefs4yH7jOQQVx_YxU4Q,18590
4733
4733
  pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py,sha256=FN_BntIq-18Aqr5x3XhK9Hu5r40WYS3RIRFqNv8n1jQ,24816
4734
4734
  pulumi_azure_native/azurestackhci/v20210901preview/get_arc_setting.py,sha256=K9puQ5gEReu-MnAIW7nIwGP2U8iebP1wrLCJAMk7VbI,11561
4735
4735
  pulumi_azure_native/azurestackhci/v20210901preview/get_galleryimage_retrieve.py,sha256=AfN2r_x8sV7zyOgfYGp_qIxtHNCApdyHBdAUTMkFTbg,13226
@@ -4749,21 +4749,21 @@ pulumi_azure_native/azurestackhci/v20210901preview/virtualnetwork_retrieve.py,sh
4749
4749
  pulumi_azure_native/azurestackhci/v20220101/__init__.py,sha256=z5owo9dZN9k5NfL0dguyq7Tray75G2V5MxOmbLH_68w,369
4750
4750
  pulumi_azure_native/azurestackhci/v20220101/_enums.py,sha256=p7Y_gpETn62p8mB_-99vLpxsLfKSFVih6QHL4DBCxxg,833
4751
4751
  pulumi_azure_native/azurestackhci/v20220101/_inputs.py,sha256=feOLrnB0l6f5s8gs8_VmNaYAq_pPmNqBegwtOzIQNdc,3106
4752
- pulumi_azure_native/azurestackhci/v20220101/cluster.py,sha256=AVU-7zd7y-PCUHbyNR8iBjrEOP4i4VCs7lleSz4k6ZA,26794
4752
+ pulumi_azure_native/azurestackhci/v20220101/cluster.py,sha256=rdksF3QeOEEDLLQ3_94eq0dZlx2S9B3SdRdJJvie5VA,26869
4753
4753
  pulumi_azure_native/azurestackhci/v20220101/get_cluster.py,sha256=Az9VxrA5lwxELL34EG1R5H03tXaDVQBhrBtwCB0i4w8,17637
4754
4754
  pulumi_azure_native/azurestackhci/v20220101/outputs.py,sha256=ifCwHeEq2piK7D5hleGB7S69KmF1bWrhU681o435_h8,11579
4755
4755
  pulumi_azure_native/azurestackhci/v20220901/__init__.py,sha256=z5owo9dZN9k5NfL0dguyq7Tray75G2V5MxOmbLH_68w,369
4756
4756
  pulumi_azure_native/azurestackhci/v20220901/_enums.py,sha256=w4nXifzCINJkdfhUB3rTdT1je9EttYHKNRIJVKX0Oh0,1217
4757
4757
  pulumi_azure_native/azurestackhci/v20220901/_inputs.py,sha256=nHZL5sTXhtc90r3YhAi5ZMZn_238oSsME6RUz-MRWyk,5794
4758
- pulumi_azure_native/azurestackhci/v20220901/cluster.py,sha256=F4ipnZSQniQCTfQlLsLvAvXCtaaKCzttiPWjsT6eNow,32012
4758
+ pulumi_azure_native/azurestackhci/v20220901/cluster.py,sha256=EKjrs3wvuqVYirC3gJTVm8ipSPZWpQaOk-s4uSHzk_4,32087
4759
4759
  pulumi_azure_native/azurestackhci/v20220901/get_cluster.py,sha256=ZXZSUcGVtPzqdaOovuJCjIlVjXACln-HSummbu5IWf0,20897
4760
4760
  pulumi_azure_native/azurestackhci/v20220901/outputs.py,sha256=b9IwFGYVJAd-Nhr2F7ts3OIMnCecvhd_b_3TYOskPg4,15227
4761
4761
  pulumi_azure_native/azurestackhci/v20221215preview/__init__.py,sha256=OYfkf7Fd_D3yaEPnxosvz6FvtsD9eiC7G20jhBXSbT0,1353
4762
4762
  pulumi_azure_native/azurestackhci/v20221215preview/_enums.py,sha256=pnGFAoiCptHqS-IKDLd8otYbhQyoG-FbjomSUlyoT4s,6579
4763
4763
  pulumi_azure_native/azurestackhci/v20221215preview/_inputs.py,sha256=cdZCoUzCUWYy9mJQINknpSa2zJVfYtd7a3rGeADvaRU,99655
4764
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py,sha256=Eaj1-XGJLsODgvNuFh0WMCVYVnOwPc3HCZzJ4cwV43Y,28402
4765
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py,sha256=RT04UGMbFAgcMF44DKCktsd84sGZhcXnz93Jvtx7o_o,37685
4766
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py,sha256=Uf7879G-gsr5gH_P06oLwuFNSdkensFeOzgqYtqE3Ms,31146
4764
+ pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py,sha256=4BkUQ2AwZfEX5_ONPJ5dNf4H3M5gV42bOFzFEEPKFhI,28480
4765
+ pulumi_azure_native/azurestackhci/v20221215preview/cluster.py,sha256=CEjyR1qhUyuGYuZY2z3fDCD64ym3mKjyPIEQVNTWn-0,37760
4766
+ pulumi_azure_native/azurestackhci/v20221215preview/extension.py,sha256=Sc_bO0RpKOy0QaqWcLFDhA7xEeZqQIUY6mSqO_oGAMo,31223
4767
4767
  pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py,sha256=sIX1dJvP0iJHQSOfjC8_s3b94SQDmUeqmcowbAQy4hU,22365
4768
4768
  pulumi_azure_native/azurestackhci/v20221215preview/get_arc_setting.py,sha256=zTLSWsulgeVIAR58xMxwDi2mDY3a1Iqg7esrXnG8Qmk,17038
4769
4769
  pulumi_azure_native/azurestackhci/v20221215preview/get_cluster.py,sha256=TT8OwrwgVFZ_H2JMhwbFRKwOX2tE0qCOyv58rFSPSfU,24803
@@ -4788,18 +4788,18 @@ pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py,
4788
4788
  pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py,sha256=dkp1W2aIHLugmBQU6JxspGJTwMwWr4Cy-3Z60AHf19Q,16935
4789
4789
  pulumi_azure_native/azurestackhci/v20221215preview/outputs.py,sha256=-JLZvbhjmAh6gi4JJcItBNd7uyEelHtz3sbFxajunPI,158963
4790
4790
  pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py,sha256=9zR6wTtawqd8G9lWmRLejj7_BfKIgjOeKyV_tRaQqYs,13310
4791
- pulumi_azure_native/azurestackhci/v20221215preview/update.py,sha256=q0vCXuC_BcBYCLEYZpnKVDZb9M3IJUELPAIdZAc0_4g,40295
4792
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py,sha256=ebd1JLzlwynUVARfe2O1hUB5PvkP0y-W7NNiy3N0ngE,27406
4793
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py,sha256=_wzbylujfnhiuLoz8mkOEkx8lg1YVRKWEhGQmmSqyXA,19227
4791
+ pulumi_azure_native/azurestackhci/v20221215preview/update.py,sha256=aN-ozBTGc4E8mDlM3boay3aH6EjJA9MdAtdzO2BH--I,40369
4792
+ pulumi_azure_native/azurestackhci/v20221215preview/update_run.py,sha256=npxlI7khvY8nSEYOoNjWA-E1DdaMIIG4L7PKw5oXfqM,27483
4793
+ pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py,sha256=_2d14MyGnMxjZHB_sjhLxUBAGUfNYtxFaxIs2EjWV-E,19308
4794
4794
  pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py,sha256=DBDbgk1IAbHh645gpMX6pdTSRn5Z6GipzMqHx_Ly5Yc,21963
4795
4795
  pulumi_azure_native/azurestackhci/v20221215preview/virtual_machine.py,sha256=sjGDscVPRb_SwxU3_0WPEKGxP8kMbAoKi_mgLSjOa9M,23163
4796
4796
  pulumi_azure_native/azurestackhci/v20221215preview/virtual_network.py,sha256=aLtew88uzOfDNBDv_HSq4YjOu_EEiZx3ExgpGMngaEo,18199
4797
4797
  pulumi_azure_native/azurestackhci/v20230301/__init__.py,sha256=vNJdyse9C3ERwvvJwt6m7OHpS0MGhGa2ZxFujwwEx6Y,649
4798
4798
  pulumi_azure_native/azurestackhci/v20230301/_enums.py,sha256=y2T6Vu-EuAbV1iZDmbFEX69UXQgRjH-bk4iLoRmh1H0,3038
4799
4799
  pulumi_azure_native/azurestackhci/v20230301/_inputs.py,sha256=UuZ3oCPPNv42lqjf2GhjRbM1FkVZTeomN7PpotIOums,16564
4800
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py,sha256=ulDFsUFkx_xMtwxBqDHP0DDk2mnGev2xXv5j2X1oWEY,20420
4801
- pulumi_azure_native/azurestackhci/v20230301/cluster.py,sha256=Xd9sDAWfRp1su4xJWoaiM0RGyEETVq-R42I6U5n9qmE,29727
4802
- pulumi_azure_native/azurestackhci/v20230301/extension.py,sha256=weecP9g8C6Rq3mPqQ2ik28V4zPMeJlKOe7tLYO1cLr0,23166
4800
+ pulumi_azure_native/azurestackhci/v20230301/arc_setting.py,sha256=08_F9_63E9liYs77LzVgBc8oP3ojdLbQIAziCVaXwO4,20498
4801
+ pulumi_azure_native/azurestackhci/v20230301/cluster.py,sha256=g42Uh3W2kxgYLjNiAGJgbSsY4tQxCxebnTdjy1_j3OQ,29802
4802
+ pulumi_azure_native/azurestackhci/v20230301/extension.py,sha256=tNYB5kn7v3WQoBL0OJkk-q6ZrNI-we8a-3ZDv6xp_mY,23243
4803
4803
  pulumi_azure_native/azurestackhci/v20230301/get_arc_setting.py,sha256=DPEZYbBiDsSQNrqy6CjTpD-EpchrwZiKdD8OIGWkDLs,13141
4804
4804
  pulumi_azure_native/azurestackhci/v20230301/get_cluster.py,sha256=mxwjA2DJsD1Kb2jfGdImYalUUc-aa43qahKmiqJg8fw,20908
4805
4805
  pulumi_azure_native/azurestackhci/v20230301/get_extension.py,sha256=2ieaPbzB07J2WgyVD2Q3gY2PXrccGqPjOsSseSNuqXE,13688
@@ -4807,15 +4807,15 @@ pulumi_azure_native/azurestackhci/v20230301/get_update.py,sha256=QvMSAsVRnh_bwKs
4807
4807
  pulumi_azure_native/azurestackhci/v20230301/get_update_run.py,sha256=Yhk4tDfRuznxyK50hLRzA28O2U_aZ0n3oO9AyvAWi38,13420
4808
4808
  pulumi_azure_native/azurestackhci/v20230301/get_update_summary.py,sha256=oNH3hT48M4N0KA5kAefdo1haxkUkqwDkA3T1_vM-mR8,10474
4809
4809
  pulumi_azure_native/azurestackhci/v20230301/outputs.py,sha256=gke8XtNcs7SvUeCdzNAfZuDUVlNewa3GzRozcIV9PmU,43216
4810
- pulumi_azure_native/azurestackhci/v20230301/update.py,sha256=9C_h814CBJBqf2AMZ8Jbr8WIvsRYBFe0vk4aDwZshOU,32337
4811
- pulumi_azure_native/azurestackhci/v20230301/update_run.py,sha256=8EGAHnXK7l7PVO-lg_DZ57elOeizzt4ChFRkZzVvyrE,25704
4812
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py,sha256=kCQbF_0UUS3-HEYU74f_fplyQ_JavNtRwDVk1NjmAcE,17973
4810
+ pulumi_azure_native/azurestackhci/v20230301/update.py,sha256=3ZxXs5kUNXz-7R8usVnMe5YAr74M4yrHj_e5C-XPxF0,32411
4811
+ pulumi_azure_native/azurestackhci/v20230301/update_run.py,sha256=Hwtav94Aa68HGT6obcSVlMYK_gQ_KQeb1fOeHBLxtI4,25781
4812
+ pulumi_azure_native/azurestackhci/v20230301/update_summary.py,sha256=4VIGV23gDs0gvq8UUnA2DWEWWhiJSy9oxQwxanhPYVE,18054
4813
4813
  pulumi_azure_native/azurestackhci/v20230601/__init__.py,sha256=vNJdyse9C3ERwvvJwt6m7OHpS0MGhGa2ZxFujwwEx6Y,649
4814
4814
  pulumi_azure_native/azurestackhci/v20230601/_enums.py,sha256=Qt3YwOfRqtqobJoLoF2Oj2A_mJp9nKJ-PdF8r-tkBEs,3146
4815
4815
  pulumi_azure_native/azurestackhci/v20230601/_inputs.py,sha256=Nkh1BlmtZmiKDfj2Yvje7g1Ov95b2OzsM_1oR8nqGOQ,19677
4816
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py,sha256=zlLd1KYCvJ0l_Z_lFqKCytjfZ5UxVy46KWtIltzZC7Y,20442
4817
- pulumi_azure_native/azurestackhci/v20230601/cluster.py,sha256=BmxesOB0ATbciBc3eNgQQo1tnlsrpgJOqsmD0b3RRxI,29727
4818
- pulumi_azure_native/azurestackhci/v20230601/extension.py,sha256=2TCxDKP8w73qleX1yKbUH08DDGTrzxrnQNldR141YpY,23166
4816
+ pulumi_azure_native/azurestackhci/v20230601/arc_setting.py,sha256=F-5X1d5auFlMOGOdzGlovIEPQpV1jaPQg99jGCHzGkE,20520
4817
+ pulumi_azure_native/azurestackhci/v20230601/cluster.py,sha256=yZKy0EQ4-sTpGE8hgt_3aOTPrEMCbQMBxtItlrXY0Ek,29802
4818
+ pulumi_azure_native/azurestackhci/v20230601/extension.py,sha256=qRFJCN0jFjrgzG4HyjZUMkyPBQEHUp9FMKmyvZ8s5do,23243
4819
4819
  pulumi_azure_native/azurestackhci/v20230601/get_arc_setting.py,sha256=Z9yuSG0gmXwGmJYvk29CAYQzfnBDcndt0YE3vdHHSaM,13141
4820
4820
  pulumi_azure_native/azurestackhci/v20230601/get_cluster.py,sha256=6E7lYIjYJXoW6Q9NwkhWFyeOd_c5kWee_v5LDNSRMTQ,20908
4821
4821
  pulumi_azure_native/azurestackhci/v20230601/get_extension.py,sha256=vR6T4QPrpLbx9w8naVUML8B4PPsjYRAXNsn_EaDeFeU,13688
@@ -4823,9 +4823,9 @@ pulumi_azure_native/azurestackhci/v20230601/get_update.py,sha256=wTPDjB0F4XEKJK1
4823
4823
  pulumi_azure_native/azurestackhci/v20230601/get_update_run.py,sha256=sdbnNpcedpyhjB0VUvVcRgDmaQ51KSdJ09I0rQqFhp4,13420
4824
4824
  pulumi_azure_native/azurestackhci/v20230601/get_update_summary.py,sha256=7CwlQ9TTb5abcxCy9yUwqE6vOmPY5-C__t45qxtW39M,10474
4825
4825
  pulumi_azure_native/azurestackhci/v20230601/outputs.py,sha256=AWs5-AXPXQZ7LAbzvuwDAS31Q4825qyoXDa2j19-vGQ,47136
4826
- pulumi_azure_native/azurestackhci/v20230601/update.py,sha256=HLW0M_k_KsShVhQSPAqSQtpGZN6oVS2JB79D-hXNO-c,32337
4827
- pulumi_azure_native/azurestackhci/v20230601/update_run.py,sha256=b7BfV5OPKNgHn0JUOzBKL5lBNo5rxfGjiqc-FILaceM,25704
4828
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py,sha256=nsKzhQ67Kw1yucI4SUrY2lP6U9L4PS4B899oUFwIEOY,17973
4826
+ pulumi_azure_native/azurestackhci/v20230601/update.py,sha256=PTwkCLI-BcEaEYq1mKIIgScJ_XDTE9utp3n-WIsya2I,32411
4827
+ pulumi_azure_native/azurestackhci/v20230601/update_run.py,sha256=vn0aKNH0BFs5WChrsIsBIyjwLg-aBriSbO9SnSSDiU8,25781
4828
+ pulumi_azure_native/azurestackhci/v20230601/update_summary.py,sha256=YBth5sSeEDhL16lSHnFdRJHS6nfZPTaxGuv5judDgf8,18054
4829
4829
  pulumi_azure_native/azurestackhci/v20230701preview/__init__.py,sha256=xs2o1qkGlrY0STSkpSoupRb3hTPmnJ4aZWLWq6XlZ08,885
4830
4830
  pulumi_azure_native/azurestackhci/v20230701preview/_enums.py,sha256=JKn0XdRv_3JZiI2vZCWmEOdQy-2Mn09YLusvFnMZtjk,3339
4831
4831
  pulumi_azure_native/azurestackhci/v20230701preview/_inputs.py,sha256=zjuDjWozF2AFUbPlmBW2UYAwNdpEC3tqXI-cY_SkHGU,78231
@@ -4849,9 +4849,9 @@ pulumi_azure_native/azurestackhci/v20230701preview/virtual_network.py,sha256=5e8
4849
4849
  pulumi_azure_native/azurestackhci/v20230801/__init__.py,sha256=vNJdyse9C3ERwvvJwt6m7OHpS0MGhGa2ZxFujwwEx6Y,649
4850
4850
  pulumi_azure_native/azurestackhci/v20230801/_enums.py,sha256=gZ0wr3ce6MhW6qX78-b11oXDgJ9RC4iXQcqRHwmskVg,2951
4851
4851
  pulumi_azure_native/azurestackhci/v20230801/_inputs.py,sha256=ZIFMMGmuYNlH_AOqHfkc2nvRX0XSYk-JKRYPfRwkgQw,18572
4852
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py,sha256=anBvjXTWtMfce-0uEW83CmLnoDGWkq-PGMFXPVOEJdc,20442
4853
- pulumi_azure_native/azurestackhci/v20230801/cluster.py,sha256=f54iUPKIOiEuYw5zRSZQFCuUwyE-2VDYHsCvSgDWKWY,30639
4854
- pulumi_azure_native/azurestackhci/v20230801/extension.py,sha256=jwowSbHaiyW5MqiqUTB7qfXz3qzSbTza3WIlaGo9boI,23166
4852
+ pulumi_azure_native/azurestackhci/v20230801/arc_setting.py,sha256=_yXyruxsE0x64uk46hvx2BEy_HKN2zdXGl89RdBKgTY,20520
4853
+ pulumi_azure_native/azurestackhci/v20230801/cluster.py,sha256=qpPH-HgiH6mh_NMKpkKUICDYKys61fxt8fpCmXPrT0Q,30714
4854
+ pulumi_azure_native/azurestackhci/v20230801/extension.py,sha256=ty5yL6dl_ZHT5a9NfYb0IrJkXDDpM19MxFnMJzjAAx0,23243
4855
4855
  pulumi_azure_native/azurestackhci/v20230801/get_arc_setting.py,sha256=VYsjSUtiOELF6z5BxWAyvINeL34UKP3WYLqWRNK3TWM,13141
4856
4856
  pulumi_azure_native/azurestackhci/v20230801/get_cluster.py,sha256=wM_4LgAprAEjFry8JOTgE-y86j2Zo_YD6t6wpqGtGAE,22668
4857
4857
  pulumi_azure_native/azurestackhci/v20230801/get_extension.py,sha256=f5DPqk0Ar4sNaqZM3IT60x_gQRJn7CeITv-qDJeHgto,13688
@@ -4859,17 +4859,17 @@ pulumi_azure_native/azurestackhci/v20230801/get_update.py,sha256=MZSNcJg_8e3jwtq
4859
4859
  pulumi_azure_native/azurestackhci/v20230801/get_update_run.py,sha256=o4qZXyHpSn79581KJORdPAKe4zaMOq8atMyIGHNKT2M,13420
4860
4860
  pulumi_azure_native/azurestackhci/v20230801/get_update_summary.py,sha256=E2wLMgaa0KPEBvwdua4d0S11nA6zDW0EJN0cTk4m2eM,10474
4861
4861
  pulumi_azure_native/azurestackhci/v20230801/outputs.py,sha256=B2-yPODjpDX2TX5635DhgedrU_2p5nRBm1wVY-_3yzY,49974
4862
- pulumi_azure_native/azurestackhci/v20230801/update.py,sha256=gXuW1HhoJCRRPkS1lS5volCMBrJ7ttd-KR_HyX-R49U,32337
4863
- pulumi_azure_native/azurestackhci/v20230801/update_run.py,sha256=oJ2vtJnNeQIsL9R-SHqsrXt6hiZRIHg5Qz0EQHXL2Ek,25704
4864
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py,sha256=hxgitf3_Lq03M37fEIS02bQejkjyvMzWIrJRAAi_8Kc,17973
4862
+ pulumi_azure_native/azurestackhci/v20230801/update.py,sha256=hE6HEnC92xLrOdhOkICr2m_UarLD2p1yR9vBwAaXPyg,32411
4863
+ pulumi_azure_native/azurestackhci/v20230801/update_run.py,sha256=XXRcQiO_gyvZPn4ivfJwwkvnT7rmw5RrUFzWD2pCkLk,25781
4864
+ pulumi_azure_native/azurestackhci/v20230801/update_summary.py,sha256=RNZQ-SD2i39tNUSR2fLVC0t4Qpt7WddNPnXmDfnHDjM,18054
4865
4865
  pulumi_azure_native/azurestackhci/v20230801preview/__init__.py,sha256=KuQHMSuzMNk1GzX7DMKagYy_stoD54DrdokTBG_zblI,779
4866
4866
  pulumi_azure_native/azurestackhci/v20230801preview/_enums.py,sha256=vRG_oQfDC0EZ64lACYvkx4fR9YH2c88SAj2p0bGebbE,3244
4867
4867
  pulumi_azure_native/azurestackhci/v20230801preview/_inputs.py,sha256=j-A69zayTuaKCCZAgSN5Nf3SYb9MRKtodmoWZG53WYo,103384
4868
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py,sha256=vdNRPkgqD6qw7ZtlsPq4-nYH8moNwSEgpIxbejXnQbA,20442
4869
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py,sha256=9CCgU8smGCT2wfsdNW2GWboj8tYquDTsHhTeEphjl-c,30675
4870
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py,sha256=m2lqWu4cENjGxFxInknCLVNfC8-J4eksx3mVfSt7MNw,14299
4871
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py,sha256=fowLlyzjzWm9JmCCImsbwpYWqNFWdDsMsRiP_6ERfOk,9153
4872
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py,sha256=fA0aJ0j2r0ma42TKAeMXYkE5Ty04JPBfze8tAZFpwkg,23166
4868
+ pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py,sha256=hL5ENRHtrZKh7bjVHdBbiQaMOOwe7obRWeP3TBIx8ZU,20520
4869
+ pulumi_azure_native/azurestackhci/v20230801preview/cluster.py,sha256=qc5SJaxgDlMPU2V55hx7j3llU2e86FzMdxOVqzqbW3Y,30750
4870
+ pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py,sha256=yrMbc7kJOlUoeUJqsf2rSBDr_hrGiVnM5UTSXiFZQ6I,14384
4871
+ pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py,sha256=f7L9Nj5hfAJgMRoLHw3LfHU363AN1ZQCfxIukMzLCoI,9231
4872
+ pulumi_azure_native/azurestackhci/v20230801preview/extension.py,sha256=uf0zwvv__Dbqkt4h5NXL-Hj0SvirjiZh2B8e7SwPTeE,23243
4873
4873
  pulumi_azure_native/azurestackhci/v20230801preview/get_arc_setting.py,sha256=49WQ-jdzLhv7HOENd6t895Jmy2W8f833jclDD8ddUc0,13155
4874
4874
  pulumi_azure_native/azurestackhci/v20230801preview/get_cluster.py,sha256=g2v9JzOCPMatr9q_XD2CfNLuSwy1b-kaK6d8ZsOSeYs,22682
4875
4875
  pulumi_azure_native/azurestackhci/v20230801preview/get_deployment_setting.py,sha256=tWGL7pVVCpblAnbjEbkJblEFWiaZ5rkNkiHVjPK3bt8,9127
@@ -4879,9 +4879,9 @@ pulumi_azure_native/azurestackhci/v20230801preview/get_update.py,sha256=jRfIEgzB
4879
4879
  pulumi_azure_native/azurestackhci/v20230801preview/get_update_run.py,sha256=Cxm6vsEu-NfTwn3wIHfuZ939UpNa7rf6HHhwGbKeU0o,13434
4880
4880
  pulumi_azure_native/azurestackhci/v20230801preview/get_update_summary.py,sha256=N2wXp5KBtw12gnoSetp6TXBsBZ93B_bz7BOkyleaRaY,10488
4881
4881
  pulumi_azure_native/azurestackhci/v20230801preview/outputs.py,sha256=guKDVq-5FxoUvO8wcN7CD9O_GgthA5Kg8gl1z7eDjj8,123157
4882
- pulumi_azure_native/azurestackhci/v20230801preview/update.py,sha256=UE9griWmscR5VGGIvhZTVuUGsVb5BaUoNGjRCY-HOUQ,32337
4883
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py,sha256=30To7Ra4uiaKOrc_6R4d3MkIBbHDTogIlh7RFK-LDwg,25704
4884
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py,sha256=-wV65Xh2PZWj-EwS6AvoIPy9T1std9YEjojt5REmokY,17973
4882
+ pulumi_azure_native/azurestackhci/v20230801preview/update.py,sha256=yuE8gilM1vEnalTDxWo9xbZGypqNvV3sYfFxxmUaUVI,32411
4883
+ pulumi_azure_native/azurestackhci/v20230801preview/update_run.py,sha256=M_h7sWhC326TQchvDC2i-19WzHuULE8sXdXOtRMYFy4,25781
4884
+ pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py,sha256=MqVXnV-2E7aGDggagH4PMLWOqPTlEVanxe24JkJkQ1A,18054
4885
4885
  pulumi_azure_native/azurestackhci/v20230901preview/__init__.py,sha256=QaQG2yXUW8MEUk-Xl1r9yQRFq-4g0R_kA0ZttOsUnV8,885
4886
4886
  pulumi_azure_native/azurestackhci/v20230901preview/_enums.py,sha256=u-JL-A7RL4S6Coe4QrIZB4YieOosJM_Hb2naaYL1HXM,3171
4887
4887
  pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py,sha256=LZMObiBCkrW1mNEQq6VWo_AkqoaJ6cIByckrq9VcHfM,80747
@@ -4905,11 +4905,11 @@ pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py,s
4905
4905
  pulumi_azure_native/azurestackhci/v20231101preview/__init__.py,sha256=PT6knDjTrzz2PZ_7-hJVM3PidbMR6zvgw-FpQrL4s9A,847
4906
4906
  pulumi_azure_native/azurestackhci/v20231101preview/_enums.py,sha256=9qSiwNBCxGhnxCF9VYwqja8QPMX0Ho30W0TkHmohQeU,3727
4907
4907
  pulumi_azure_native/azurestackhci/v20231101preview/_inputs.py,sha256=bAUIhy7cso_pyvHiSfsT8PyNZf0SZgjeIkjUie97814,103584
4908
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py,sha256=byak6Bpr1uEG38Y5q8jiIeBnDYZzN32-eUkftpGFsMM,20442
4909
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py,sha256=ndgcCJI1BK6FvcTfx5HpDcYDbK-FbbzVCpWjqfVXyS0,30639
4910
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py,sha256=W5ZQXAbOsRrpLAX2yjM77vDTKfeCpEqTH_U55NgmHmE,14299
4911
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py,sha256=SY270yr9tBWL_bSFQgQeSKGH_7Dty_OvD5g45oauCFU,9153
4912
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py,sha256=WHJx6AEinb_xaPFZE5BnvKu28JW_ZO-D0INO9SH2XYM,23166
4908
+ pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py,sha256=IgVswRn2BejD0amEbUDrbWKYNX7SLJNEKNJN4825ppw,20520
4909
+ pulumi_azure_native/azurestackhci/v20231101preview/cluster.py,sha256=HeTdRuazJHByjFb8wtbfegZN_qe_LCYJu34NBl5Pvmw,30714
4910
+ pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py,sha256=k7Kdynxbqk2WZ6nfrr4dECiirn3f_AcVyZ8K-vAWsP4,14384
4911
+ pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py,sha256=-r9NQreWJRVhyBt3MpTJ3RL87_dPoHdpstjUTNHI90M,9231
4912
+ pulumi_azure_native/azurestackhci/v20231101preview/extension.py,sha256=o4KcrkGtdxIyy6oeGIy8db-P5mlDCedpCopmHbdUKPI,23243
4913
4913
  pulumi_azure_native/azurestackhci/v20231101preview/get_arc_setting.py,sha256=N_ANpPuI3t33kRolzcc_q3uVpGcIs6gj1iELUXTyRp8,13155
4914
4914
  pulumi_azure_native/azurestackhci/v20231101preview/get_cluster.py,sha256=1Oce-LzIVXsOvMabWgvB9ADy4oGCC48AkB-4xNeaqWo,22682
4915
4915
  pulumi_azure_native/azurestackhci/v20231101preview/get_deployment_setting.py,sha256=FmxqTswxI6KMAaBrykZkaWBoetSjXgH_wG_XtQGHw3Q,9127
@@ -4920,18 +4920,18 @@ pulumi_azure_native/azurestackhci/v20231101preview/get_update.py,sha256=W0hfPGdq
4920
4920
  pulumi_azure_native/azurestackhci/v20231101preview/get_update_run.py,sha256=X71H9ToZ8ajN20LfhtOLIAo0TnXqvl3i_SkxWUHWTIs,13434
4921
4921
  pulumi_azure_native/azurestackhci/v20231101preview/get_update_summary.py,sha256=Krp2rEFahU3onJeeqmJcracQ7Gh7oK2bgU3HRHkCn0A,10488
4922
4922
  pulumi_azure_native/azurestackhci/v20231101preview/outputs.py,sha256=2lOcKcdJdbYh007rGUeoTpQ6iqjHpyw8mV3vUXNWQ1Q,129962
4923
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py,sha256=WmXZpRG6IWR76wLke5FWkZk08iQLgrPCoUoLlQHd4UQ,11212
4924
- pulumi_azure_native/azurestackhci/v20231101preview/update.py,sha256=U0Dgys3YEIOHV-fvnmAWVL-rIRkotqojZqMesgwRg94,32337
4925
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py,sha256=ZXbp07x4jaJjKNSrcLlUzGRo-fg6S_bmEVTrcM198E8,25704
4926
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py,sha256=-0kVrIpAmNsXDbftDXr3RDp44tdSSgrg5JyXN7Wza_U,17973
4923
+ pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py,sha256=HCWe9ZLnEUYkzBS5Dsz8IiT6tSd8WWoAYRWYAwFff-Q,11295
4924
+ pulumi_azure_native/azurestackhci/v20231101preview/update.py,sha256=WPOb5rzKx669g1R70003_f3PDAFKKmd7WMqNhINkXfs,32411
4925
+ pulumi_azure_native/azurestackhci/v20231101preview/update_run.py,sha256=38buw_wK74PhgoeGsr8jPvH1JxMriAIME43tQtwXE7A,25781
4926
+ pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py,sha256=ptj8pYZml3eunae2xLCjYnLGm-4vVwONEn26BkF2brc,18054
4927
4927
  pulumi_azure_native/azurestackhci/v20240101/__init__.py,sha256=6QYHhpLxFdQSLKZY0WgncT4xA07Jw1Km_S0jdNovNvE,1413
4928
4928
  pulumi_azure_native/azurestackhci/v20240101/_enums.py,sha256=IQIunhVp-GpAmxUZ8ve-Tb46xrZMAR2JoSaYsesXic4,6694
4929
4929
  pulumi_azure_native/azurestackhci/v20240101/_inputs.py,sha256=O-cgzb3sK7yR1LSmEpIF94rL86djEIkoY1v-nRtf-4w,183868
4930
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py,sha256=5V-ihGEiaJUHPFUV76IcsN_i_SNE4r0hOSxR2PqnbNM,20442
4931
- pulumi_azure_native/azurestackhci/v20240101/cluster.py,sha256=sQhRF1--v_k3J_Hpn-9IQ9On20nfT4QAfeeDpSVj76M,30639
4932
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py,sha256=9E1nspjwNqF_KH7Cy7BUP52dgrk1DQpxNchUraMvp-4,14299
4933
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py,sha256=sivI5Sruutk2Y7mJpBE163QRwRL6I5oeMwQCf0cWYqs,9103
4934
- pulumi_azure_native/azurestackhci/v20240101/extension.py,sha256=537cJrFBoFokGyd5DL3POUi72AXOGbkTPShon_4YdyE,23166
4930
+ pulumi_azure_native/azurestackhci/v20240101/arc_setting.py,sha256=Fd9GUcddxCEW-MN8Dfs5C2MIxUwkUsMFHZEC9Xhbr6E,20520
4931
+ pulumi_azure_native/azurestackhci/v20240101/cluster.py,sha256=_E8KhqrtZJrL3O1LkQfop-EYLe1j7XpdOm-MlaPGICU,30714
4932
+ pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py,sha256=lA6I19zeoSoNHKdG3omXRG4twMFvqok8Bzj6vT0YpQY,14384
4933
+ pulumi_azure_native/azurestackhci/v20240101/edge_device.py,sha256=XakGbryYJHx7AIsswqEkCRoSH__L5R5pPrDh-I8hESo,9181
4934
+ pulumi_azure_native/azurestackhci/v20240101/extension.py,sha256=A0DC93xguNzavQNHYN4n4ApG5v7J53vgErNSNyavhi8,23243
4935
4935
  pulumi_azure_native/azurestackhci/v20240101/gallery_image.py,sha256=AJt9LDFlyMuJFMMk7ucc-vMTTDAysoKyNkTJifI60gI,22510
4936
4936
  pulumi_azure_native/azurestackhci/v20240101/get_arc_setting.py,sha256=VY3kJRNEv7gLUrJpKMCK6qUogJexyrghLJGqaxHBagY,13141
4937
4937
  pulumi_azure_native/azurestackhci/v20240101/get_cluster.py,sha256=On8LYLA-i9D1I5yoeCmrZaezV3OdKVZkeUBg0j7Vre4,22668
@@ -4955,11 +4955,11 @@ pulumi_azure_native/azurestackhci/v20240101/logical_network.py,sha256=OJNM8BTeEH
4955
4955
  pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py,sha256=g3-xe64756nLZ0j_Yvma8K2U1tOWOoBRBFi1vyxVvOg,21804
4956
4956
  pulumi_azure_native/azurestackhci/v20240101/network_interface.py,sha256=ORZXi-nUsm0D8yM1lvDS0tH0kOrcWmEgTswr3LIu9J0,16935
4957
4957
  pulumi_azure_native/azurestackhci/v20240101/outputs.py,sha256=w6jLHKsqS1kXtrHV7-g2-WGPEkjPei5txn-v5f3kOHY,248352
4958
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py,sha256=2l_g2leeva0MmDTWiTYQVjA7htWSjQs4ee9c-H7mL6Q,11212
4958
+ pulumi_azure_native/azurestackhci/v20240101/security_setting.py,sha256=HQj1QeI8iSPHkGUWtNE33VT9m5E_HYxFw1rTBM2s6IQ,11295
4959
4959
  pulumi_azure_native/azurestackhci/v20240101/storage_container.py,sha256=ZABIwxiROofCIdKuC1JySYN_WApENigTdmRdnBRx4PY,13344
4960
- pulumi_azure_native/azurestackhci/v20240101/update.py,sha256=c3nR_Q7-ZCiYpRkFIcGdFGg6fgmsRz4t310Pr95He0o,32337
4961
- pulumi_azure_native/azurestackhci/v20240101/update_run.py,sha256=2shuaNC2OcDUvHBTPOx2Dgo0Q9924BEEp8PQj1k-vIY,25704
4962
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py,sha256=GIKmDT2WQHNqJs8pSTJX7npgwrT9JVaIrbdYsTaNyIo,17973
4960
+ pulumi_azure_native/azurestackhci/v20240101/update.py,sha256=PqFSEUQXViheiGPsJdZpYLmLTZ-Oy6lr8lt8uvLmx1A,32411
4961
+ pulumi_azure_native/azurestackhci/v20240101/update_run.py,sha256=oDqB0b49teNzGHisz8HQMRc0ByhDWjNLSJbOYFdJZLM,25781
4962
+ pulumi_azure_native/azurestackhci/v20240101/update_summary.py,sha256=Sm-7gY83U-ueeb8B150ixUzmAs3F0L6pQZ3AdMCB5bc,18054
4963
4963
  pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py,sha256=HEk7FTOCiW1_xJfT2xzktWufb_96i6Bz0dJwOsqF6SE,21963
4964
4964
  pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py,sha256=5CYk9OYDJ50C1JhGq2-90kGMHDG7r0Gz6opYSUqs8yI,24447
4965
4965
  pulumi_azure_native/azurestackhci/v20240201preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
@@ -4989,10 +4989,10 @@ pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py,s
4989
4989
  pulumi_azure_native/azurestackhci/v20240215preview/__init__.py,sha256=yrlaiPpDajx0INs1fSKPuPxVIJr8SDfjRUvBKVXxGck,855
4990
4990
  pulumi_azure_native/azurestackhci/v20240215preview/_enums.py,sha256=kXXQKLg9xnM_-NE5YUvUcl6XWgGld8tmoDqcvgBpwCY,4685
4991
4991
  pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py,sha256=XQNibwIhsezjdIPfmdrfOEPcHLGuygfv01mgEbejM8Q,132724
4992
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py,sha256=yHVx2KgJLZgeyLpQisZhrzHIUgK1qKWLJEM-ksxSigE,20442
4993
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py,sha256=WK9IF3SrSIZYEqewgdmKE5rNNNM_7rPXLIK3kHnZFc8,31522
4994
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py,sha256=uWYH9itecdvKjWlTfpqKdgzG5zdg-luSTnUYiAHKOK0,14302
4995
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py,sha256=SW-c6ZLjtlI2Z28WVup4ORKaTmCGSiQbXYBPCulc0AU,23166
4992
+ pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py,sha256=jB0oBFy61wZl-jmcq9EfdpZxo4bXTKojHMXZYzBwDuY,20520
4993
+ pulumi_azure_native/azurestackhci/v20240215preview/cluster.py,sha256=KKalvVvI5gz7LiOlwkPzHmrRj3mWCbwBkYuiB8srvxM,31597
4994
+ pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py,sha256=eY5z1c7Kop7n3Mlv5-ClCf6_-xQYumkCa8BpUQCrSG8,14387
4995
+ pulumi_azure_native/azurestackhci/v20240215preview/extension.py,sha256=F-2DMYH-pNBfA2gmOS43baWbcyo5yY3NPG1ba5c51-Q,23243
4996
4996
  pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py,sha256=9ncK_cP92Dz_MHmQRwWGX8CoH3HtSiUddaQ0mn5QiSY,13155
4997
4997
  pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py,sha256=wLSK4MoFUGxUb2B2uc6mPUU9kRyBRAkvDUGylMfLKM8,24357
4998
4998
  pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py,sha256=MExkpsUPkRRZCf9Ubs6gtBuxQ-ngy_kabvP_T5zm17o,9132
@@ -5002,19 +5002,19 @@ pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py,sha25
5002
5002
  pulumi_azure_native/azurestackhci/v20240215preview/get_update.py,sha256=5Pi7U7LGJT2_AM9rJcv987wHEM57Qr0IotS3-wqlBQY,16804
5003
5003
  pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py,sha256=Bcj0xlFQnpjq2f90AK9ylfqwN3WeOO_P0n2NJkssa1A,13434
5004
5004
  pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py,sha256=KLuXkv05SUVxw2T83wPK6z4UZozbaLnV85MoZ4JUKEE,10488
5005
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py,sha256=Hz1fhakQggH_OHxOEcho5O6CDGLeYECxA3-pFZVRlSU,9868
5005
+ pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py,sha256=OpUxWb8oB-Zm__dD_QNUPbvvz2uRcatC14uaaJGH_ug,9949
5006
5006
  pulumi_azure_native/azurestackhci/v20240215preview/outputs.py,sha256=sAsl98TomnCEvIzCIC9cCs8SDQy76Lidq8NHNy5wizo,199907
5007
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py,sha256=E7Xne1Cf_YknrIHslQlBhFd3-fysYEPHidJpUtt0i1g,11212
5008
- pulumi_azure_native/azurestackhci/v20240215preview/update.py,sha256=8S6eEu2TEWmgbPwshVRlln8eNN9OHQj4wE682-8QBYk,32337
5009
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py,sha256=8q7OEiy6XffT7lcBb_8FwECTHmfOx-QrRJ5wQZY2F8E,25704
5010
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py,sha256=E-mQOzN4U5vCQozhXih-obpXkfctTBypAhPEq1YV8cQ,17973
5007
+ pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py,sha256=l3gFM4lm4OryDA_u1fL2yJWhayk0U9ty0RcBaSQHxJ0,11295
5008
+ pulumi_azure_native/azurestackhci/v20240215preview/update.py,sha256=UzUy-9C3u-8o7eZ4cZ78oMrZ_Ay-YLkFyzzuIR4f5r0,32411
5009
+ pulumi_azure_native/azurestackhci/v20240215preview/update_run.py,sha256=-avwNatBGDNSMk1J6SdgaTgM2Ne1kopyQvADdi6oXis,25781
5010
+ pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py,sha256=1dKSWcn7jU7gQ9YH8xawEJG24HOSA-_NvCma9p4JG4A,18054
5011
5011
  pulumi_azure_native/azurestackhci/v20240401/__init__.py,sha256=yrlaiPpDajx0INs1fSKPuPxVIJr8SDfjRUvBKVXxGck,855
5012
5012
  pulumi_azure_native/azurestackhci/v20240401/_enums.py,sha256=DN9HvUpoP69S06znb2Cov7Xz58UOEIhhIE7hXqzXFYU,4977
5013
5013
  pulumi_azure_native/azurestackhci/v20240401/_inputs.py,sha256=5W_79cEsQhAOszQCYH3gBI18qcwSsX_IaZ2rcnFuXus,133824
5014
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py,sha256=6iL_OzC1byQsRlV5PhFJ5y-DtNZSx_aDm6v-DuPsMiY,20442
5015
- pulumi_azure_native/azurestackhci/v20240401/cluster.py,sha256=hE6a5SFSS-dlTUlsJwjWKInLOoU2K1Xgaw5llrRlulk,31522
5016
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py,sha256=887YNd8OIsBTxlBaDrKW6OejxOg7NTXJbNyWZ9CXj80,15874
5017
- pulumi_azure_native/azurestackhci/v20240401/extension.py,sha256=cKNs3hcihYQ1z7Y_V2ScRINsfYfVLafnU4p_eTPf8EM,23166
5014
+ pulumi_azure_native/azurestackhci/v20240401/arc_setting.py,sha256=7tSrnsvkZReDOoCYDtq03u3A74HROYlZWorB7avfjDQ,20520
5015
+ pulumi_azure_native/azurestackhci/v20240401/cluster.py,sha256=EMBRUtosuQTZDQI1ykywsl0LxHYn6wA5dc2AZBSsiec,31597
5016
+ pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py,sha256=2Z28IyYXu47wVzIugWO3QM4WM9nnMndqvw0olhUsdVg,15959
5017
+ pulumi_azure_native/azurestackhci/v20240401/extension.py,sha256=Pe957qJBY0JLuEsElun3ti868R3Ugdrp1biG0OVDe2k,23243
5018
5018
  pulumi_azure_native/azurestackhci/v20240401/get_arc_setting.py,sha256=79it9xvUwUk0hjXVHxBYzjqjMD9Zvz3aP2mFce0KDK8,13143
5019
5019
  pulumi_azure_native/azurestackhci/v20240401/get_cluster.py,sha256=8U_nNK8nnpemKLyt9nIhwjAhJ-diyRVCqybxklqL5qk,24343
5020
5020
  pulumi_azure_native/azurestackhci/v20240401/get_deployment_setting.py,sha256=pdEUpNo4SHH1LuUQ9qy-uoID1I1l7EEAWAiwSp3lsnY,9747
@@ -5024,12 +5024,12 @@ pulumi_azure_native/azurestackhci/v20240401/get_security_setting.py,sha256=hqFW3
5024
5024
  pulumi_azure_native/azurestackhci/v20240401/get_update.py,sha256=g3-r1Um3Ybot8eqa8Zlpq9S9V9CU_TvOwNqqJfCHaoE,17564
5025
5025
  pulumi_azure_native/azurestackhci/v20240401/get_update_run.py,sha256=cr_fDnEW2gFqGOd6txfPm0O0lCwbYATJx26smE3US-c,14258
5026
5026
  pulumi_azure_native/azurestackhci/v20240401/get_update_summary.py,sha256=47x2BF901_QeheBFuimisDVXxE92finVU-0fzlDRIvw,11859
5027
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py,sha256=x3WuTDSrtJcFEOsjmFHslggUpn3n3zB8VAOqkAQ5OCU,9868
5027
+ pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py,sha256=FKtkXrPi0-kpnGJtAhETBIiADXayZQC_zxIMygJ2ZmY,9949
5028
5028
  pulumi_azure_native/azurestackhci/v20240401/outputs.py,sha256=viEtUK4I4zz7sW6hVDtuP8o3aSevHwIjY3bNnHBNuJc,204919
5029
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py,sha256=VB-oIcFhv82amJprWlBN6dKuhqmTN7qrJ6g1Y4h5qBA,15936
5030
- pulumi_azure_native/azurestackhci/v20240401/update.py,sha256=bYDS_ED6nXzFv0DHWTlzhfIdwZs1YnC7L46EL_LuVcc,33745
5031
- pulumi_azure_native/azurestackhci/v20240401/update_run.py,sha256=-CzdXPb-XMCcj4bN5dwJiW7O-IioQNBf24J2Sj06lbY,27406
5032
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py,sha256=wmVMXXInI-_Z4XXqb00hVtNseBXy6p1klgMXWEROBaQ,20533
5029
+ pulumi_azure_native/azurestackhci/v20240401/security_setting.py,sha256=C0xvElfFu5_yDUaJK51p_v2vGoI3PLlN_RDj9fBdUwU,16019
5030
+ pulumi_azure_native/azurestackhci/v20240401/update.py,sha256=093Z2IaP24oelJFHR0r4WPrTzdOMf6s0DhCYG8G-RyE,33819
5031
+ pulumi_azure_native/azurestackhci/v20240401/update_run.py,sha256=gz4lvfqjPh5GEi22aBcwAd-GC4QLb55b4ytHi6TIE18,27483
5032
+ pulumi_azure_native/azurestackhci/v20240401/update_summary.py,sha256=KKTZs6M1hTv-4idLaBEIg31laFzG6xNlhSkUi0cRNso,20614
5033
5033
  pulumi_azure_native/azurestackhci/v20240501preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
5034
5034
  pulumi_azure_native/azurestackhci/v20240501preview/_enums.py,sha256=464rhI78WzKPDwwPHyOgR_njY74ciPVMhxAGiRDQa9Y,6855
5035
5035
  pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py,sha256=eS9JtqAqq6hVmZPIwwKYaFXMssANOtZykGD3wQkVeAU,91542
@@ -5105,10 +5105,10 @@ pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py,s
5105
5105
  pulumi_azure_native/azurestackhci/v20240901preview/__init__.py,sha256=5mfxLX__EwEZxPinA7oe0ikgWkYa0b78LAN77n3TMRs,929
5106
5106
  pulumi_azure_native/azurestackhci/v20240901preview/_enums.py,sha256=O0c3lT-K00G7ARj--lQDeiPTYQDa84rcWb3uKNDkzN8,6415
5107
5107
  pulumi_azure_native/azurestackhci/v20240901preview/_inputs.py,sha256=vLjcCvIEZOSa-5eavdsBICGpgf2LUUqQHe3aAeD5jWg,143115
5108
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py,sha256=RiMhi8rbSkEgvPmDqgBuXgEsKA3lviXI2BrAU-QqQn8,20442
5109
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py,sha256=V2zZ5mthQ29kKZ9IbqYfomPa5I1Rx4XP36-vyuMvjYw,33271
5110
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py,sha256=JUB_HjQQJ5sIdYUNXKbAwtE-48lBMzf9T7AGvkkY2VI,15874
5111
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py,sha256=TtfimHJHcXT7_4IFDsbRgFj7irVbxSlSUBXvwwTo_b4,23166
5108
+ pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py,sha256=UY25myn3iHGYBB1cVVQuOaBQg0St7Ydm9muIrcEaiiE,20520
5109
+ pulumi_azure_native/azurestackhci/v20240901preview/cluster.py,sha256=zCLBy3YGNxhRjcZIGFpzUbG6ycza80qb1FyQHqjNrmc,33346
5110
+ pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py,sha256=I0ruS5ol8PgERexyXJcjBhMuAzHp08GVc3qa_WPjRys,15959
5111
+ pulumi_azure_native/azurestackhci/v20240901preview/extension.py,sha256=WYqw1TOS1sbqUaKXA7t3f7uVdXIkNIc_4D6Ip2VuEDg,23243
5112
5112
  pulumi_azure_native/azurestackhci/v20240901preview/get_arc_setting.py,sha256=hd2CAexbm6D78cTTfq8nBYCwhUPc0n8l5y4ZtMORIZA,13157
5113
5113
  pulumi_azure_native/azurestackhci/v20240901preview/get_cluster.py,sha256=AvRfrwHbc8kvzc16VqSUoECS89Ksj4XcmOGgHYhnUL4,25068
5114
5114
  pulumi_azure_native/azurestackhci/v20240901preview/get_deployment_setting.py,sha256=bDm7rGaOnMirLlj8wwRiss3-gWWI5u1JV6EgpNa5S-4,9761
@@ -5119,13 +5119,37 @@ pulumi_azure_native/azurestackhci/v20240901preview/get_security_setting.py,sha25
5119
5119
  pulumi_azure_native/azurestackhci/v20240901preview/get_update.py,sha256=jL3R53j-6OHikuQhPxFfKwDI7f7Yw4JTJgXozdIRFKQ,17578
5120
5120
  pulumi_azure_native/azurestackhci/v20240901preview/get_update_run.py,sha256=uXDaS8q9d1IvtNMlVeNi5ZNOHyjTBvp_U9cvFuxa-sY,14272
5121
5121
  pulumi_azure_native/azurestackhci/v20240901preview/get_update_summary.py,sha256=nuVV_it-3DfyvGrRyJ7FltRyNZvKn_CFjdifONKWsNM,11873
5122
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py,sha256=SDL0o6SUF1Xk5vFJi9fxBOwclPLwfBBl9MZaKVHO_90,9868
5123
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py,sha256=lIQiAWI_Vq89McX9xSUJHoLuADVMmI5LPE-LjL4mTfc,10882
5122
+ pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py,sha256=KP_a6cJhhGsDgKH4M97vK_qeq83raGdtytn0xQNgF08,9949
5123
+ pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py,sha256=CyaAAMQ8ssF5O2QJpd-0Ef7yxqkW-kPMB4BWgGLPR00,10966
5124
5124
  pulumi_azure_native/azurestackhci/v20240901preview/outputs.py,sha256=3JQ_pp7_fjA9puNPIcs2xPMWQoiEdrIFj7ltr37WF8E,236785
5125
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py,sha256=-CP-40wNBZ4O3iZOEnRju3bAu3kSr5QQIfyypiIpS8A,15936
5126
- pulumi_azure_native/azurestackhci/v20240901preview/update.py,sha256=CqlQRq-sGBby8e2Qao0K-ECVUR5Qj5mRTeQwoOJniQM,33745
5127
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py,sha256=xjSLmbLgrDDGvjEsLd_NJ5Y9AGVl0uVTtJeu_gGHRs4,27406
5128
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py,sha256=bZIjicUP_Iepb_h0PtC9ohGliUpwmsc8_iuGUig8Zew,20533
5125
+ pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py,sha256=o04-GXrwcqN2qhCjChdHagHn863WiePpueG1K8nRJmk,16019
5126
+ pulumi_azure_native/azurestackhci/v20240901preview/update.py,sha256=ZHrFOf1H4Seh29y5VWCjCo0yrJ0rKRSmDA_ZNuDNod4,33819
5127
+ pulumi_azure_native/azurestackhci/v20240901preview/update_run.py,sha256=qOpoOrRitTGgzuuX3iXqZ9I1Tp-uevdH1D4NyQyRZOI,27483
5128
+ pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py,sha256=C00YlrqF9XC6jgo3CCY8RXJIVe6CkhusnhfHF1HPztc,20614
5129
+ pulumi_azure_native/azurestackhci/v20241201preview/__init__.py,sha256=5mfxLX__EwEZxPinA7oe0ikgWkYa0b78LAN77n3TMRs,929
5130
+ pulumi_azure_native/azurestackhci/v20241201preview/_enums.py,sha256=O0c3lT-K00G7ARj--lQDeiPTYQDa84rcWb3uKNDkzN8,6415
5131
+ pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py,sha256=vLjcCvIEZOSa-5eavdsBICGpgf2LUUqQHe3aAeD5jWg,143115
5132
+ pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py,sha256=yfc_xPwQZGlwhmaE3e0Rqg6ukJyimsyCq-D26iXxBTY,20520
5133
+ pulumi_azure_native/azurestackhci/v20241201preview/cluster.py,sha256=nv1B6BfWh1ESlHt4KjXQub8XzOnxtSPge4SMbNVYlw4,33346
5134
+ pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py,sha256=hHk6RdvICQSYOB3IMqj2gvUegVW7U9CbadhMTdkDpzA,15959
5135
+ pulumi_azure_native/azurestackhci/v20241201preview/extension.py,sha256=lcTuVRipyzYZy3HR6sD2oFXn-NEexkDqGSRBzyTASko,23243
5136
+ pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py,sha256=VA7qOvfPNKX54FCvlnnWwPP3zBNX4A4VouTmjP6MkD0,13157
5137
+ pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py,sha256=-JMljWtPpAApROumUcsSPpf8q2rCduz--p_q5VQOHm8,25068
5138
+ pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py,sha256=b1lF_dLAuvR2HZW8fONDbdTSJrPezvpBdGPcHqcnvgE,9761
5139
+ pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py,sha256=0XFmr4Yc0UXuHTD9VZDKeN7FCg_7Ssdj2k7uRyEnT2M,13702
5140
+ pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py,sha256=JWksAC0u1G3U35OiwfiqdMgH0VJb4mcVGAjhzKZsMpU,6026
5141
+ pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py,sha256=vaTIn6eInf0AGhvBWxFod8NXCNcmwIuAMzFcqWa6pNo,6395
5142
+ pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py,sha256=YnNqNYBkOS5Kl2jP20j5tB0DqZPg60J5gFy74pDCVYs,10036
5143
+ pulumi_azure_native/azurestackhci/v20241201preview/get_update.py,sha256=WaJUAE2mbKwT7hzz7Nm7mVtUf4qrHKp3jFCZu6iM_Ig,17578
5144
+ pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py,sha256=Yxa4BR2St15tLCs2ujcCxElgiyRmQnnFnYMl2UprXbw,14272
5145
+ pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py,sha256=mO9N5EoweM3uhNJgC7fYBzn8N5fX87F8uVN61OZc9so,11873
5146
+ pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py,sha256=RojMTIXGMTdsjPb79f-Fj4XjsUGVPeXBEaxUJXsDUdI,9949
5147
+ pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py,sha256=BesU9JBslr2ihUy_mvx4qHLOemunUsIVhyd54_SwTNU,10966
5148
+ pulumi_azure_native/azurestackhci/v20241201preview/outputs.py,sha256=wTP7lZWWcYnqGREuygV9q9mDZr3ZUdkO8Rhf49CyciU,240506
5149
+ pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py,sha256=psrdb0smSNFUUBSfpRHXn6Kn80C5KUboie3CaA3T86w,16019
5150
+ pulumi_azure_native/azurestackhci/v20241201preview/update.py,sha256=WRLZnkzoQXktDQPC1BdHCjWdeTa6vQcws0bJNloCv3o,33819
5151
+ pulumi_azure_native/azurestackhci/v20241201preview/update_run.py,sha256=KX-t2mxTOZ9CCgSkZmpBC-193J3pHpJW-_4JQmU65sg,27483
5152
+ pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py,sha256=33PDSWzFPCUTN0PEB754uIx6LpvMaCASOLms3bsmucY,20614
5129
5153
  pulumi_azure_native/baremetalinfrastructure/__init__.py,sha256=M7tofKDNbHPR5_BHzAk3EZCGpv-DbG2SSyiWaYb93vI,1511
5130
5154
  pulumi_azure_native/baremetalinfrastructure/_enums.py,sha256=r2zsHHc_wyhpRCakP3qbtBn2PyJUcEgUqXc3E6e0Nok,2174
5131
5155
  pulumi_azure_native/baremetalinfrastructure/_inputs.py,sha256=cpRdojAubzpv8K6l6sSHMlsjjYLbItA2RB9dhUqnnJg,23228
@@ -5978,86 +6002,99 @@ pulumi_azure_native/changeanalysis/v20200401preview/_inputs.py,sha256=HNup13B1-N
5978
6002
  pulumi_azure_native/changeanalysis/v20200401preview/configuration_profile.py,sha256=6SOfHw1y5cvcNSLNbHgWfbC_fyaWMT1d1SkgPM6cYcA,10727
5979
6003
  pulumi_azure_native/changeanalysis/v20200401preview/get_configuration_profile.py,sha256=5WgTS5UcI4Po5iIEsvMGTqoXzsqRL8SiaW8v3JR9mxs,6936
5980
6004
  pulumi_azure_native/changeanalysis/v20200401preview/outputs.py,sha256=Jvq4Shndk_Xm6MyDkhlPRYAWBGrCrqAro4DNzOARvNc,14009
5981
- pulumi_azure_native/chaos/__init__.py,sha256=Kxygl3GqWdSXb7nJ4GUHx566lvYlqgbSZO4edAfDbmg,1829
6005
+ pulumi_azure_native/chaos/__init__.py,sha256=0IBXyiSsXNAvnOmgTga8-wruVEHe55gr_1JSnwbO7OM,2039
5982
6006
  pulumi_azure_native/chaos/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
5983
6007
  pulumi_azure_native/chaos/_inputs.py,sha256=-9sE50HmLQPeY7EKB_gZHKuJwkZxNiIsZtKt_PqQDvA,32702
5984
- pulumi_azure_native/chaos/capability.py,sha256=riiLLeg5sUFsOIvO7qm2x5LYn8LlblBTusH2WmBuGXU,12703
5985
- pulumi_azure_native/chaos/experiment.py,sha256=-adiM-r7FZ2TlA3SR9KCzNO5YE8Z7MSSuO9a-_kYN-o,13065
5986
- pulumi_azure_native/chaos/get_capability.py,sha256=xPRltJfJRZUT3Izq-EUYoJ0kEEdzC7Y7UKNpvgHKgAM,7553
5987
- pulumi_azure_native/chaos/get_experiment.py,sha256=qaLcJW3jL5zkvK4nZqKDOE5pLmqDfnJlljHrHT8qYvo,7348
5988
- pulumi_azure_native/chaos/get_experiment_execution_details.py,sha256=qwe8bFWzUvMS-JrMBqPHTgGdPhN1NyllqmoJtbYrb7s,8673
5989
- pulumi_azure_native/chaos/get_private_access.py,sha256=8G-PwBfvjrOTtaQ6PY-1krIasTCCPXH76Hl_tqwgxA8,7393
5990
- pulumi_azure_native/chaos/get_target.py,sha256=YoU3X6Y0u9jgbD0UhU8XzoFPRcF46X4aFovODX2xSpo,7524
6008
+ pulumi_azure_native/chaos/capability.py,sha256=QG2Mu93heY-2A9h5VQrciOLpvAcTvYNNG9aXlK7S66E,12813
6009
+ pulumi_azure_native/chaos/experiment.py,sha256=IoueHWJdlXrFcTG8ykxs8vbeVxipe9I7_--dN1_zLwk,13175
6010
+ pulumi_azure_native/chaos/get_capability.py,sha256=9KBCTmhqkYtdcI5JAdAya0eH0AxBEcJPUxpZOw1-PMc,7593
6011
+ pulumi_azure_native/chaos/get_experiment.py,sha256=xbo_FmHDXC8aG8t0zzbvREFmAlBo_UCath5xR3D7NXI,7388
6012
+ pulumi_azure_native/chaos/get_experiment_execution_details.py,sha256=VIs-Ig2mBlatBo01gdWSr27F5QyrBPO2rVGGzh9h9Fg,8713
6013
+ pulumi_azure_native/chaos/get_private_access.py,sha256=1EcopcfRwUbGY7gYE2L7zMhU9EaOagH9zMknyDv87Ks,7433
6014
+ pulumi_azure_native/chaos/get_target.py,sha256=GiU5zFbYVFDYE3oVHJmySDGJE-tjGYeAWt6CfsqozBw,7564
5991
6015
  pulumi_azure_native/chaos/outputs.py,sha256=7vlI-GgLHEWxCGgrB7S7A5sO9kZMXdAsevHGUw3pVqI,49724
5992
- pulumi_azure_native/chaos/private_access.py,sha256=5G8yhIyMKX-rjvNiGHZSH172lm9Pb-kphiPyrdYKUBg,10397
5993
- pulumi_azure_native/chaos/target.py,sha256=DdBwL5HN-6H7-WQ3GSMXm-_eXQ5mr2KsS_QvNTeEcY0,13312
6016
+ pulumi_azure_native/chaos/private_access.py,sha256=AB5Pm691vmKSerpEf041-02z6ldliKWLF6mP_CKfPcU,10510
6017
+ pulumi_azure_native/chaos/target.py,sha256=phhyVvSg_WhBcYdhWAZYEZ6jWnkEf0kMU5Ql1kBsGaI,13418
5994
6018
  pulumi_azure_native/chaos/v20230415preview/__init__.py,sha256=a1sngy38wTkO--dAzYTtgdECf_jbiPr1VQc21o1qnuI,479
5995
6019
  pulumi_azure_native/chaos/v20230415preview/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
5996
6020
  pulumi_azure_native/chaos/v20230415preview/_inputs.py,sha256=IUfuFvA3GvhxtH9zCHVHLVKeZuZkEY9STdU7c43y7uo,32703
5997
- pulumi_azure_native/chaos/v20230415preview/capability.py,sha256=D_WxH1sZuoa7Jv17imacMjRpLvl8Ea5JWUEdQLpv14A,12236
5998
- pulumi_azure_native/chaos/v20230415preview/experiment.py,sha256=TxI1B2I2K20UzFdAjkfj2mUeNEekCW2RFHPP4-DQFP4,12598
6021
+ pulumi_azure_native/chaos/v20230415preview/capability.py,sha256=t9wuj5zemmguyaExMKIAM1v_FAQKIkYywj6piwT0ghk,12306
6022
+ pulumi_azure_native/chaos/v20230415preview/experiment.py,sha256=FpVRDPCqS2ba0Qqx5JYCvi8BxJNluIHJLvHhayf6d0E,12668
5999
6023
  pulumi_azure_native/chaos/v20230415preview/get_capability.py,sha256=kHzyPoKK3pW5ETQ5eCO8ZvtgcE2Go3vRWBP2fTFXWTE,7254
6000
6024
  pulumi_azure_native/chaos/v20230415preview/get_experiment.py,sha256=dLsk1norp6T_QaZAWAsL8X0u0fEQ4LFn2ZTsWtaPkmM,7049
6001
6025
  pulumi_azure_native/chaos/v20230415preview/get_target.py,sha256=gvb3ZK6qzbFkiN_8CgZLQijutMOSRbRW9jzH8mLZWPw,7225
6002
6026
  pulumi_azure_native/chaos/v20230415preview/outputs.py,sha256=zX08sbBylIDduyoLEHKZ1h_1q8mGNs1spPRW2zKO_iM,31526
6003
- pulumi_azure_native/chaos/v20230415preview/target.py,sha256=8h7IKQ4uWGqpD0U2q6JqYYg2oy5aggIbDL5KgsSSDeg,12845
6027
+ pulumi_azure_native/chaos/v20230415preview/target.py,sha256=juQfn77rbXiEmvOIRCrIiELQDA8mhazHGeGvererpm4,12911
6004
6028
  pulumi_azure_native/chaos/v20230901preview/__init__.py,sha256=a1sngy38wTkO--dAzYTtgdECf_jbiPr1VQc21o1qnuI,479
6005
6029
  pulumi_azure_native/chaos/v20230901preview/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6006
6030
  pulumi_azure_native/chaos/v20230901preview/_inputs.py,sha256=_f2yy3ZckwZOGhw-IyT9PeXkazBVooTMkPiqDZaGkNw,31760
6007
- pulumi_azure_native/chaos/v20230901preview/capability.py,sha256=NTsORrfAU2D4TnYn-aLJ25ZLQ4airxTnBe5LCedAaXk,12236
6008
- pulumi_azure_native/chaos/v20230901preview/experiment.py,sha256=tunckCLgvBnm02XsoFKYWXYT7eZSSwqBiOkXk_VX1JQ,12982
6031
+ pulumi_azure_native/chaos/v20230901preview/capability.py,sha256=2xa_kBqywD8nd022Het_d1_2LXM2_FmsG5rOaJ7PSHQ,12306
6032
+ pulumi_azure_native/chaos/v20230901preview/experiment.py,sha256=GMIG_9v2o8l6SAKAduV1aQeBOMi7AHwd8XEUylkxwuA,13052
6009
6033
  pulumi_azure_native/chaos/v20230901preview/get_capability.py,sha256=ihaPeJ1otGsW1hFvRiGRU_18gUz2Pwn3iSVD8xBh4FY,7254
6010
6034
  pulumi_azure_native/chaos/v20230901preview/get_experiment.py,sha256=hmWzYndaBZ1oxou01lUGx53WrMeWIceNp2aGpoe6-Tw,7756
6011
6035
  pulumi_azure_native/chaos/v20230901preview/get_target.py,sha256=E-IF7TDCz965rDwnQjzFiguB4mmMdiApB0vxBHg5rSE,7225
6012
6036
  pulumi_azure_native/chaos/v20230901preview/outputs.py,sha256=80mXDFqL9_NvxtvCfgnLTHRy6kUB1Ckys_7kaBlqE1U,30338
6013
- pulumi_azure_native/chaos/v20230901preview/target.py,sha256=4RrikQy2LRxWo9B27Ebeb32EKCgV51y6QciyrSnfy6k,12845
6037
+ pulumi_azure_native/chaos/v20230901preview/target.py,sha256=XTkcHrskmXARha5bKep1F5Lyq922Rg7-dv2eFwllstU,12911
6014
6038
  pulumi_azure_native/chaos/v20231027preview/__init__.py,sha256=68hFaM6SybYng4_vFiSgJ6wFv3XQrug68888lCTUYP8,543
6015
6039
  pulumi_azure_native/chaos/v20231027preview/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6016
6040
  pulumi_azure_native/chaos/v20231027preview/_inputs.py,sha256=vaq1sIFGOrrujLgI3leekDouEEjaH_1oMIDUB_g0_8I,35366
6017
- pulumi_azure_native/chaos/v20231027preview/capability.py,sha256=qNPrgPBjsKbBL6U50F-dsghJtUZoN5hek29MnosfV_Q,12236
6018
- pulumi_azure_native/chaos/v20231027preview/experiment.py,sha256=aq6dtIHQbuZzULmOCoeopZmeAVIAe5UKQ5Q7cdhnSoY,12598
6041
+ pulumi_azure_native/chaos/v20231027preview/capability.py,sha256=5QZqXiBZ-sWyPScg6pOCOfUxNPOaQaUssM_MGU2A9rg,12306
6042
+ pulumi_azure_native/chaos/v20231027preview/experiment.py,sha256=40oi5dubuPPbtX1z8n2qjljM7NDyCqxhtS6U3QI9Cts,12668
6019
6043
  pulumi_azure_native/chaos/v20231027preview/get_capability.py,sha256=uuQjBl3BAGl3PBPiZUhyXY8DuTFL_IJ8u4xZZnOiYUA,7254
6020
6044
  pulumi_azure_native/chaos/v20231027preview/get_experiment.py,sha256=fVn0F3ytu32BqPw6jxQhRriN9ZG0Qm8Fh4ydhR-0zrs,7049
6021
6045
  pulumi_azure_native/chaos/v20231027preview/get_private_access.py,sha256=8nPFCyH8iJNoU-O5TmeDZamwAPU-9yfFSv795uG1D9A,7222
6022
6046
  pulumi_azure_native/chaos/v20231027preview/get_target.py,sha256=5p4iFoZNreDRnfrhOvH_MsRaLAssFKmMA-yBxXLsMts,7225
6023
6047
  pulumi_azure_native/chaos/v20231027preview/outputs.py,sha256=qBbhI3N0Hw-bmQHFTFiZn59uVsEac_p_UVxK3uPsI54,42920
6024
- pulumi_azure_native/chaos/v20231027preview/private_access.py,sha256=InohDEjFYp9f7PBvtJDU7KJWf-kzjaprK9IKdfFBDB4,10176
6025
- pulumi_azure_native/chaos/v20231027preview/target.py,sha256=3iG_Dc9BZN0wGi3Qi7HQPgSlnqEOWYWZrI57wpH6EGE,12845
6048
+ pulumi_azure_native/chaos/v20231027preview/private_access.py,sha256=PC3NaS0FcjVtyntJoJ01E8Xslq6Slfoebo5hdsx3qe8,10249
6049
+ pulumi_azure_native/chaos/v20231027preview/target.py,sha256=mHcLcFtVFWZb6AZKenqmz01zEszSAPk3GgXfkiOBhQA,12911
6026
6050
  pulumi_azure_native/chaos/v20231101/__init__.py,sha256=PMbKu1VJlgkUJvA1XxxSHGR1F8Zvq9PqIfNiiR_F_BY,527
6027
6051
  pulumi_azure_native/chaos/v20231101/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6028
6052
  pulumi_azure_native/chaos/v20231101/_inputs.py,sha256=06HdVOIWvU0ZBBJNs3kbjAHUvW1Dkyd9rnteSdnNh_Q,31808
6029
- pulumi_azure_native/chaos/v20231101/capability.py,sha256=BGfWOy_Dt_-VgmASx9KMlFOjqD6Pjabb4DWgMboZj8E,12236
6030
- pulumi_azure_native/chaos/v20231101/experiment.py,sha256=bQ1DufCSc36wDPJrJQZD_fO1SYbt9qC3IuHjxKBPgjw,12598
6053
+ pulumi_azure_native/chaos/v20231101/capability.py,sha256=AZ-GZ4HBaReqQgv7UYBCB7XCcTZ_Zn1wvxEexmWI9MM,12306
6054
+ pulumi_azure_native/chaos/v20231101/experiment.py,sha256=GsvyRdoR-sHcETVWdlnkFooRZq9Uvqq_n308M0Auxmc,12668
6031
6055
  pulumi_azure_native/chaos/v20231101/get_capability.py,sha256=0BANDHoYcBSCaZ5Mf3FRa47X5I42tCjVVH3XdhFXmPo,7240
6032
6056
  pulumi_azure_native/chaos/v20231101/get_experiment.py,sha256=bpV5--ZAJkREDZiAxj6_A5TXZxSmlxmeJ4bAiMNUBp0,7035
6033
6057
  pulumi_azure_native/chaos/v20231101/get_experiment_execution_details.py,sha256=ArOfvggoIGjOFLfvJHtCoySJiB-QbvgS7biXYpcIIjs,8480
6034
6058
  pulumi_azure_native/chaos/v20231101/get_target.py,sha256=VL7YUGtpijXnENgvXFap9IPYh49bWtQjILjW8IBncZs,7211
6035
6059
  pulumi_azure_native/chaos/v20231101/outputs.py,sha256=LQlbasfGAn0V-3WAs7XrspcessTFlXYraQB2ckdIjxY,41248
6036
- pulumi_azure_native/chaos/v20231101/target.py,sha256=ZOlMaVjZ-0t2tR5BvdrGzKoO7RJO9KM7eSESvr-poPo,12845
6060
+ pulumi_azure_native/chaos/v20231101/target.py,sha256=fUcXyfoyiwEnK6hlU3XZuymOmx_XvYgGdcSsNUBxWkU,12911
6037
6061
  pulumi_azure_native/chaos/v20240101/__init__.py,sha256=PMbKu1VJlgkUJvA1XxxSHGR1F8Zvq9PqIfNiiR_F_BY,527
6038
6062
  pulumi_azure_native/chaos/v20240101/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6039
6063
  pulumi_azure_native/chaos/v20240101/_inputs.py,sha256=06HdVOIWvU0ZBBJNs3kbjAHUvW1Dkyd9rnteSdnNh_Q,31808
6040
- pulumi_azure_native/chaos/v20240101/capability.py,sha256=oUo10DShFwm_aH62LaQZefwwkfpHFQOL68okrutjB38,12236
6041
- pulumi_azure_native/chaos/v20240101/experiment.py,sha256=428nXGtdWParoCrQ5W7aWGuNal4NwUD9jsp5SeNtqSw,12598
6064
+ pulumi_azure_native/chaos/v20240101/capability.py,sha256=4FbhI7yKZbMSGZ67baypg0RmzmTw4dtVULrKOA93aro,12306
6065
+ pulumi_azure_native/chaos/v20240101/experiment.py,sha256=fpU9E_ncQdpPUpr3DrvL5_Rsgh5Czl0XDlChIV1ayWs,12668
6042
6066
  pulumi_azure_native/chaos/v20240101/get_capability.py,sha256=wq4ZP_iaOrvCIjBBKFLsQGDcrPjaHw9dUwlS3ie50p4,7240
6043
6067
  pulumi_azure_native/chaos/v20240101/get_experiment.py,sha256=T7cuDjgK_FNPLEsegzr7spwWN_OpZwACzPiiF-YlLHw,7035
6044
6068
  pulumi_azure_native/chaos/v20240101/get_experiment_execution_details.py,sha256=NPH5W4MAwSauC9-Eyit2JBLgumWLb7Agkhi8lP9vFUw,8480
6045
6069
  pulumi_azure_native/chaos/v20240101/get_target.py,sha256=UvuDxKBNJGNEX8ctCdCTyUARKnwr6V14AjIWzhI_f1E,7211
6046
6070
  pulumi_azure_native/chaos/v20240101/outputs.py,sha256=LQlbasfGAn0V-3WAs7XrspcessTFlXYraQB2ckdIjxY,41248
6047
- pulumi_azure_native/chaos/v20240101/target.py,sha256=retdJWQX3OiILyf1Z-4nRjEbgjyDDZawBIT5ORiGtl0,12845
6071
+ pulumi_azure_native/chaos/v20240101/target.py,sha256=wO9qEKKqPmXVAZUhbQhlOGwhFpdVFhm6Ad066It-pGo,12911
6048
6072
  pulumi_azure_native/chaos/v20240322preview/__init__.py,sha256=piunCVjz32akcd8EZ7Jw3oc7ANsoZsWPL8skStOUofI,591
6049
6073
  pulumi_azure_native/chaos/v20240322preview/_enums.py,sha256=x0b5CkGiauvcMYKW8TccWos9P_aG0eaQQDV1Kl4yX_Q,1240
6050
6074
  pulumi_azure_native/chaos/v20240322preview/_inputs.py,sha256=OzLTa-8DD1p5M7I6f0D_Ider3sEg8TeESp2mT5i1oYw,35912
6051
- pulumi_azure_native/chaos/v20240322preview/capability.py,sha256=aAnJETNs2AfLtM6wZYDRNV8ADMbYsNnHN6iTBTIXh8E,12268
6052
- pulumi_azure_native/chaos/v20240322preview/experiment.py,sha256=Ea3AQP94_69xGzWAlSAnoQBGDWNIvlLFxAB3AA6lrCw,12653
6075
+ pulumi_azure_native/chaos/v20240322preview/capability.py,sha256=jgQTfmCdHcyasGgkK1nvD9PTOe_cwG1CtmT_Ht62uE8,12338
6076
+ pulumi_azure_native/chaos/v20240322preview/experiment.py,sha256=F-IfNKKR89zzHT7toDTzkvadwpSesi-DqkPM2to8tII,12723
6053
6077
  pulumi_azure_native/chaos/v20240322preview/get_capability.py,sha256=aiq35PRFvI7dy-kWuns7K7Q7I3phDljVAc8pD8s3bh0,7288
6054
6078
  pulumi_azure_native/chaos/v20240322preview/get_experiment.py,sha256=qnN41ojLJ9Q8fzEGySoo3NuYEWvDtnl9vdS500U9pHQ,7086
6055
6079
  pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py,sha256=GS84XfALFVnwSyDLv3Ex94T6B5t7RwS5uwy8FfQcBss,8494
6056
6080
  pulumi_azure_native/chaos/v20240322preview/get_private_access.py,sha256=uybivyTvQ0V7xn-wUw1V8US9jmtJvnOWRyM9ME1EPdI,8685
6057
6081
  pulumi_azure_native/chaos/v20240322preview/get_target.py,sha256=hz9hqJwnKdhhZE0O35wHM1t_pHb9uNHyRqQyZ1ONZP4,7264
6058
6082
  pulumi_azure_native/chaos/v20240322preview/outputs.py,sha256=7f_ZsTaF-kpV5FAERBU1E5AA-m5uRdQ3j3OxvMEtJUU,53253
6059
- pulumi_azure_native/chaos/v20240322preview/private_access.py,sha256=CpiMY6oqSpVfzi1TeFoQ_dMHihBrMJV2LDLJLZ5Qan0,12279
6060
- pulumi_azure_native/chaos/v20240322preview/target.py,sha256=T47pffO2wwIZgmSz2ImNmossdjbLBbZ1QnTOa6Ux-ek,12882
6083
+ pulumi_azure_native/chaos/v20240322preview/private_access.py,sha256=vnv0zTTDRg05mIzOYdIbxEmUZ8Bf9t0ayiJwhdNSMXw,12352
6084
+ pulumi_azure_native/chaos/v20240322preview/target.py,sha256=0LRvsztS8AGe1I4sI5MNpM0TC9FEQnJVdnlf49SjZpk,12948
6085
+ pulumi_azure_native/chaos/v20241101preview/__init__.py,sha256=piunCVjz32akcd8EZ7Jw3oc7ANsoZsWPL8skStOUofI,591
6086
+ pulumi_azure_native/chaos/v20241101preview/_enums.py,sha256=7BN1R_Ic7meDf_LGQznPkeTXB5WvhsxLwDLVJ0jbq4s,1655
6087
+ pulumi_azure_native/chaos/v20241101preview/_inputs.py,sha256=6IIsmq-ixXG26p8aVyVSrs_alQ_89owoffehNuFpYaw,33436
6088
+ pulumi_azure_native/chaos/v20241101preview/capability.py,sha256=4QYTBYheYac-GCbE1IFocqmrtJjdwgziR2u6yZF9-zU,13926
6089
+ pulumi_azure_native/chaos/v20241101preview/experiment.py,sha256=Y_n5p9LzJkmr4dogEdSST0g-KoeMVPU__ASWUAcOkdY,17112
6090
+ pulumi_azure_native/chaos/v20241101preview/get_capability.py,sha256=u8r21mUbObiTHw2aNGyVM50MfXnrAnOoqapaYIWSecE,10207
6091
+ pulumi_azure_native/chaos/v20241101preview/get_experiment.py,sha256=ioJOvA-BpS4ZM7jaS7SRaarE9t5ynS6xX4hubn82pP4,9096
6092
+ pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py,sha256=hOJbwX27ymS-PO9YjN-IMvHKS6ZjajnX6DHooszB1dc,5575
6093
+ pulumi_azure_native/chaos/v20241101preview/get_private_access.py,sha256=PYwCMvMgcK1M6WiufZ2LfaOGnzO_DA3c8hXlME7bsiI,8713
6094
+ pulumi_azure_native/chaos/v20241101preview/get_target.py,sha256=5drA5WaUtYXSrbHSys3RwCet5Y0--Fi4hNS8KqM5uGY,7200
6095
+ pulumi_azure_native/chaos/v20241101preview/outputs.py,sha256=dmiu-Ehs4ZaF13eSjLNxAFApcvLdJ0S6w-vRdzrLtGs,51136
6096
+ pulumi_azure_native/chaos/v20241101preview/private_access.py,sha256=tDfHwyLvaIGlwX-DAlb7TlZzoL8YSmECo6ZxZSeKAOA,12394
6097
+ pulumi_azure_native/chaos/v20241101preview/target.py,sha256=WxJjVlAYxXfDNMuI_0pRDdpTdmQGO4yNg_qSsPGgXmM,12782
6061
6098
  pulumi_azure_native/cloudngfw/__init__.py,sha256=WDHTjupOYSXsl4_UrDC2mVSKsOxHPRRZDnHpFfV7xAc,3963
6062
6099
  pulumi_azure_native/cloudngfw/_enums.py,sha256=gq4h2YzVyzbMDNH5NmmSWPssBdQ97aorKQZw7NxMa6k,2934
6063
6100
  pulumi_azure_native/cloudngfw/_inputs.py,sha256=BqT-H1eNhKJtAi5Mm7-OqmHnJZk_VbGnZtw4-W2Ky7c,56627
@@ -7190,50 +7227,64 @@ pulumi_azure_native/compute/v20241104/_inputs.py,sha256=OPUpiwj7RHgbWOO3fuKO4q1M
7190
7227
  pulumi_azure_native/compute/v20241104/cloud_service.py,sha256=re-L3IwUmwINriahfxEYU40UFwMKaorxCGLwDc74c4w,12181
7191
7228
  pulumi_azure_native/compute/v20241104/get_cloud_service.py,sha256=DoGYabKQRq8dyN9ItaaRVDFP3kMWR4lfV8kb-KXAg0U,6784
7192
7229
  pulumi_azure_native/compute/v20241104/outputs.py,sha256=4MQUDaREIbgGoQ612MhLrlmge7Ya_r98y0AI7qPuDLk,48156
7193
- pulumi_azure_native/confidentialledger/__init__.py,sha256=HXD0DM-ZkqGwIC_qJeAZYBiOGmiBR0AKwAsG-VResEM,1389
7230
+ pulumi_azure_native/confidentialledger/__init__.py,sha256=gcLAqRT72IVg8YxRIkg_E_M8mtr9BI8CEnmYKpTDR3E,1625
7194
7231
  pulumi_azure_native/confidentialledger/_enums.py,sha256=qusW_58pHGUIlUp_uFVo18LUfIjPXs5VAiBh-nmzy5Y,740
7195
7232
  pulumi_azure_native/confidentialledger/_inputs.py,sha256=vR4-9xgEkefywS2qgLNp2W4eTlsRxb27BeBm2p0VjlE,18493
7196
- pulumi_azure_native/confidentialledger/get_ledger.py,sha256=Akzbt_bF_eWqZOZo5gIJbWLoq68TTrJJzIRPS-ltx_g,6492
7197
- pulumi_azure_native/confidentialledger/get_managed_ccf.py,sha256=fz6WtkRjYN5V4cVA53vepmPcKlfo_I2AawYaGH8TLuc,6736
7198
- pulumi_azure_native/confidentialledger/ledger.py,sha256=6eBritXUFCwxdk9MhtD6rAZ5WmwsMl_7oyzgDxlKa28,11385
7199
- pulumi_azure_native/confidentialledger/managed_ccf.py,sha256=ZpNugBUo5ZyUte6ZMqMC2M2CVl9p1NxbEEwmEV5NkC8,11003
7233
+ pulumi_azure_native/confidentialledger/get_ledger.py,sha256=iPX_iZdi6_W9kOlnaCyqYnykGIhTDKTpcv-zYBVKK5s,6532
7234
+ pulumi_azure_native/confidentialledger/get_managed_ccf.py,sha256=jICyzDTRC3ckh34mjYvdg0VuXaVjgfFbCEHOuwXGEGE,6776
7235
+ pulumi_azure_native/confidentialledger/ledger.py,sha256=_IpGDKtdxyDoEQ4o6Iy_Ti3kqmbtTR8ScsEGTOMsszI,11504
7236
+ pulumi_azure_native/confidentialledger/managed_ccf.py,sha256=I9Y_tt78MAdF5SyzqDh0Yn95i2hA9pPbS358-kdCerg,11126
7200
7237
  pulumi_azure_native/confidentialledger/outputs.py,sha256=z1dbLS7oHdwYhBImQhg5e3qCCJUahPMkxODG31cPdHs,22977
7201
7238
  pulumi_azure_native/confidentialledger/v20220513/__init__.py,sha256=IVjztEcnfuPE0euO5mnf7kzz9WazmsZx5xsrfPe2CRE,367
7202
7239
  pulumi_azure_native/confidentialledger/v20220513/_enums.py,sha256=jYMQWkkny7i5QJOTmjkMVqnUJocN0vMO6-BMBKTFLJ8,598
7203
7240
  pulumi_azure_native/confidentialledger/v20220513/_inputs.py,sha256=IQKTVAbu3Y7Vhz9OeXh6obMQrRDS6gD65yhMTeViXX8,9412
7204
7241
  pulumi_azure_native/confidentialledger/v20220513/get_ledger.py,sha256=SD5Og-lu5nZtnoTrjA4VYkjJ_aWAUUBdRuWdacNZgTM,6243
7205
- pulumi_azure_native/confidentialledger/v20220513/ledger.py,sha256=FJmhndx9393NS3PHdTUmdLDiF5wukoTTnClFkl7uPiE,10982
7242
+ pulumi_azure_native/confidentialledger/v20220513/ledger.py,sha256=LTRspwav5rzIglbx37AlDmcDkugPS43wbkfjbvAvorI,11061
7206
7243
  pulumi_azure_native/confidentialledger/v20220513/outputs.py,sha256=QTXr07W1wB4RAoMXXvqNVGhDbYV6lbzaZmxP1TMbJFg,14424
7207
7244
  pulumi_azure_native/confidentialledger/v20230126preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7208
7245
  pulumi_azure_native/confidentialledger/v20230126preview/_enums.py,sha256=A0r2v-BT0SfhCzbaqlK5jGF0NeXDgQAinvYNwiwMPEg,976
7209
7246
  pulumi_azure_native/confidentialledger/v20230126preview/_inputs.py,sha256=Id1IKBxTFSKJjqJTdHnm_YDjSt5xdZZJfCokitreLig,19386
7210
7247
  pulumi_azure_native/confidentialledger/v20230126preview/get_ledger.py,sha256=X3dn7pSOjIiAyp0QrUxEgpwxSNTIfpPGt1vfl3HgP9c,6497
7211
7248
  pulumi_azure_native/confidentialledger/v20230126preview/get_managed_ccf.py,sha256=mqHfOBmLeghuDw9mcG5FAu8FziScg6sybWKxvL9u-Nw,6525
7212
- pulumi_azure_native/confidentialledger/v20230126preview/ledger.py,sha256=K1-fCUzhunY5SaGR88E_-b_NAOZDpfbtN7NVzVDXqBg,10980
7213
- pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py,sha256=nRDnlHjWuc2-aqZ96EmrmV2dIVtWCEe-POTivHNF1P0,10742
7249
+ pulumi_azure_native/confidentialledger/v20230126preview/ledger.py,sha256=kCM8hNbMytYIWq74lLi-wve0SpPhSaxnbbKIdp8A6MQ,11059
7250
+ pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py,sha256=HYryqlWZd4cdR9ui5m6UOn3jM3Wtp9xbzOYP8yoH-0Y,10825
7214
7251
  pulumi_azure_native/confidentialledger/v20230126preview/outputs.py,sha256=k1DzU3gngyu_aNrLHW4jzRClJFheRD1HeNvcYuI3Eyw,23515
7215
7252
  pulumi_azure_native/confidentialledger/v20230628preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7216
7253
  pulumi_azure_native/confidentialledger/v20230628preview/_enums.py,sha256=l49mIqqdnPjaBxlEgDb3zFKQi_sLQ4Txzrh4x0wf0qs,1149
7217
7254
  pulumi_azure_native/confidentialledger/v20230628preview/_inputs.py,sha256=y_4MOBeN6ketsQ1kg3efIcJWbs3bxQ17oBqIhBxmKmU,21092
7218
7255
  pulumi_azure_native/confidentialledger/v20230628preview/get_ledger.py,sha256=ais838wQwd1VQL6hA_a9ZXoo_7iI-OOTwj4h9N3RHdE,6497
7219
7256
  pulumi_azure_native/confidentialledger/v20230628preview/get_managed_ccf.py,sha256=yjyluz9bFWb60P1ZzZRSA0dmeDmh1-jr-6dPi3Hpyq0,6525
7220
- pulumi_azure_native/confidentialledger/v20230628preview/ledger.py,sha256=VazydJJ6Up_TvgHGM-cSaF_emO214-evx_CcYA5YyVE,10980
7221
- pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py,sha256=dXI5-T7T1qsE5VLzB-XdpLB0G5IQYHnR6071EnO8-Co,10742
7257
+ pulumi_azure_native/confidentialledger/v20230628preview/ledger.py,sha256=gbZvpCEsPTOIkAtwO9JifjilNI7Kl4Vn4BuXnIBu-6Q,11059
7258
+ pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py,sha256=yPZ251RAUceA-krcV_ZnmE8bl5kwfYb4_W2pe6ORgLk,10825
7222
7259
  pulumi_azure_native/confidentialledger/v20230628preview/outputs.py,sha256=kvMIxg0IMzDHPsbnAnZRIx4MOe2xPdM6DoEKURhdfAs,24551
7223
7260
  pulumi_azure_native/confidentialledger/v20240709preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7224
7261
  pulumi_azure_native/confidentialledger/v20240709preview/_enums.py,sha256=l49mIqqdnPjaBxlEgDb3zFKQi_sLQ4Txzrh4x0wf0qs,1149
7225
7262
  pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py,sha256=e82Y4-U0nAR-zgcnAHI1vpHS1-SbSdn3is8b8SdnUyw,26409
7226
7263
  pulumi_azure_native/confidentialledger/v20240709preview/get_ledger.py,sha256=MN7w0N956Tb7B-CjDV66yXibBthzuBj-e7JsceJ-VtU,6497
7227
7264
  pulumi_azure_native/confidentialledger/v20240709preview/get_managed_ccf.py,sha256=Q2aC75erO4d9sWqxQ-8sowd_WVEOy9cZkThReebOXX4,6525
7228
- pulumi_azure_native/confidentialledger/v20240709preview/ledger.py,sha256=voOtpCl4VO1SiACkBuC5leLZw7igsRYL7CFhxDMxVyg,10980
7229
- pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py,sha256=K-rNLZT9M8qF1MvhdpjJBqT1aq7uIpfG6M0Aru_kHLU,10742
7265
+ pulumi_azure_native/confidentialledger/v20240709preview/ledger.py,sha256=f90VLBc3sbdPwSa81QAzfZE0HOiVxNFBRoVDSvcG33o,11059
7266
+ pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py,sha256=l0TOkaGs0qpKYly4wOah_T65zLcOaOBpVrUgJrnwyuk,10825
7230
7267
  pulumi_azure_native/confidentialledger/v20240709preview/outputs.py,sha256=703HyhNpsG9PPyZ56EEapulaPcDNqO97eJlWK5dK2bE,28223
7268
+ pulumi_azure_native/confidentialledger/v20240919preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7269
+ pulumi_azure_native/confidentialledger/v20240919preview/_enums.py,sha256=uce8zUHop6Z189_2jGkhf_afYgA_oRjKymFtTJ0NZMI,1532
7270
+ pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py,sha256=S-Wojm7Xz9dZbbtM4LgyWhla6kP55RciSNIBhWSXoDM,29202
7271
+ pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py,sha256=Sf6ovj7O6QZbUjaRJx27pB_hUzZIpU_Lp4w6wOnDUno,6497
7272
+ pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py,sha256=2V19T05iBaToEUccZk4mvi5V9xLy9ilZS45FXExHnls,6525
7273
+ pulumi_azure_native/confidentialledger/v20240919preview/ledger.py,sha256=by2XvVcmWpTff-aA20quJ_o-oGcgXAtbDSfvXHUVtyg,11059
7274
+ pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py,sha256=lwT9c7-VMAJHlubTjVZS9py_zwxIhkRfxRcFqmufBMY,10825
7275
+ pulumi_azure_native/confidentialledger/v20240919preview/outputs.py,sha256=242HJTPietKrgpaVq6csl2Qa269ogaQYUbif45U9eZs,29900
7231
7276
  pulumi_azure_native/config/__init__.py,sha256=YdGLR92OvYD0CYDgt_FTaHJOb_VzW8fto_Cgx6fLd3k,267
7232
7277
  pulumi_azure_native/config/__init__.pyi,sha256=U3qX061M9b3nW4sTP_HqnPokw92kUtcbjWmNCRJFcY4,2796
7233
7278
  pulumi_azure_native/config/vars.py,sha256=0sWEhGSNrnhtPvZFZW6y0sTvLhStV8hrIU3XZNhAn88,4878
7234
- pulumi_azure_native/confluent/__init__.py,sha256=GJXin9nWD-FTrV7bK7amvBCi6qecW6DrnCDpPKyVBE4,1660
7235
- pulumi_azure_native/confluent/_inputs.py,sha256=0OnkJGrsdrDW1ATqbXzJGmsrzW5HVW5NOQ7p_GBhoZs,5759
7279
+ pulumi_azure_native/confluent/__init__.py,sha256=vNCYxMBf1KiiyhyI2vJ7cJMXC3KlMjhpt8eH-NrXFpU,1966
7280
+ pulumi_azure_native/confluent/_enums.py,sha256=wDd8pFGaCS32zagMXenhoWaOzIUBvhvP98KBlYAA4Jg,2149
7281
+ pulumi_azure_native/confluent/_inputs.py,sha256=gxMcHLPkdYIzm_BT7MZhBvkzng9_QcvK0PSkWX7IJGU,107680
7282
+ pulumi_azure_native/confluent/connector.py,sha256=T192O4AgDZm89Z89xWVbxHA3klumLnawtawcJlQRykU,19486
7283
+ pulumi_azure_native/confluent/get_connector.py,sha256=jj6iVseAvtX8SDR8KTAePqNj9b8UKn-vhRZALtT69N8,8334
7236
7284
  pulumi_azure_native/confluent/get_organization.py,sha256=SyxJ46IlLVdznzXVuWm95fZSrTxmGFEJFi1L-Bc79Do,9457
7285
+ pulumi_azure_native/confluent/get_organization_cluster_by_id.py,sha256=vldp5OwZ6S3x41_AS9SxnH4unOVSTnXQvRbmj9h26A8,7202
7286
+ pulumi_azure_native/confluent/get_organization_environment_by_id.py,sha256=0iEqgHVb37wG2Hw6DZ3xzN-YF5Hv36cN6kea8Fuv7KA,6871
7287
+ pulumi_azure_native/confluent/get_topic.py,sha256=keWwjxm7_bjikOvhmfH1UBp1j86oi_pQQFnjZk9qOHE,10472
7237
7288
  pulumi_azure_native/confluent/list_access_clusters.py,sha256=TgxS_hBA24uVR3q0En2y4qSDeXAve5K_hmreaS7quec,4969
7238
7289
  pulumi_azure_native/confluent/list_access_environments.py,sha256=RmAy4jud5E3Y62C0vW1qhXU0EH49yRHp2qqBJNcDBjU,5084
7239
7290
  pulumi_azure_native/confluent/list_access_invitations.py,sha256=OqyvuimXPKPCVy5UEd5QhzUl3EYkHYwDb04YVSynRqk,5055
@@ -7243,7 +7294,10 @@ pulumi_azure_native/confluent/list_access_service_accounts.py,sha256=h792-fNZHOx
7243
7294
  pulumi_azure_native/confluent/list_access_users.py,sha256=mcMH6xj6JUVdlQA1uCh74IQF87GjWFW8_wRgRz2VeV8,4881
7244
7295
  pulumi_azure_native/confluent/list_organization_regions.py,sha256=Z1Jy_w5SLWdnHPEevxT6cnvwdCdje2avyQnzVNGGaAE,4179
7245
7296
  pulumi_azure_native/confluent/organization.py,sha256=sj-YDVYrDYx_oCgqGj1q8rE46zs8SUhGG2abeRoSTZE,13870
7246
- pulumi_azure_native/confluent/outputs.py,sha256=YVqcdPBCgdLkDhqFNhKlh7CbOsg0i4_30J9pBNndm-8,46162
7297
+ pulumi_azure_native/confluent/organization_cluster_by_id.py,sha256=mTuA3XbzjplSNbFnidvTQck33XttvAkBbDyjIz6dnb8,15532
7298
+ pulumi_azure_native/confluent/organization_environment_by_id.py,sha256=BZD19YexLCoSH_-m_xWRfHuBewbHG0-eIBe_VUsdgxc,13941
7299
+ pulumi_azure_native/confluent/outputs.py,sha256=m_wmsnB5AOZv44SsRJjSq_UX6FUMFK9l9AkpSe5DhMo,117513
7300
+ pulumi_azure_native/confluent/topic.py,sha256=qhudnVvMjr4TTQcTurqFKs53RGuCWSL0XgsZjVM4Wq4,21223
7247
7301
  pulumi_azure_native/confluent/v20200301preview/__init__.py,sha256=8ZmW2yl4xMWkLl7LIpskoPv7tlXnTqTjde60Is7loOw,357
7248
7302
  pulumi_azure_native/confluent/v20200301preview/_inputs.py,sha256=1ymYwlTSTWBNfSlBbBkw-CW4_biXeS0ai29KKNlY-U0,6586
7249
7303
  pulumi_azure_native/confluent/v20200301preview/get_organization.py,sha256=3eypzkjeeqiN6VzvYFXi1OOpCrgFHM4W7ehZsgJuSb8,8677
@@ -7283,7 +7337,7 @@ pulumi_azure_native/confluent/v20240213/outputs.py,sha256=zRKJeqt28jogui9RtllzXy
7283
7337
  pulumi_azure_native/confluent/v20240701/__init__.py,sha256=kqEk-ucaDKx3gbitqCEVoLnC_LEGvVz_ILxqC8tx7xk,982
7284
7338
  pulumi_azure_native/confluent/v20240701/_enums.py,sha256=dR1KECBjoorQROwIc8gcKebTBLCWA2xwbz-ux64ILEQ,2557
7285
7339
  pulumi_azure_native/confluent/v20240701/_inputs.py,sha256=LjZlRwEmoeLEOxgVrpnGElkPE3d814cvH8Lr4ngwT3Y,112989
7286
- pulumi_azure_native/confluent/v20240701/connector.py,sha256=Qg1p5Xrl-QCB9lgBUXYQeXIxtLf47a6WNh01G5QczcQ,19227
7340
+ pulumi_azure_native/confluent/v20240701/connector.py,sha256=DkPZxvr2LiYSA0t2ftVWQiNDNOc-UbbpK4LtInm7hW8,19399
7287
7341
  pulumi_azure_native/confluent/v20240701/get_connector.py,sha256=OHNH3DcVgFha9T7fSOof_sTQNp6Jz1wn4XUFv_V02Mg,8275
7288
7342
  pulumi_azure_native/confluent/v20240701/get_organization.py,sha256=cZzQy1LV0hpbamPLQvdEWS3jLRqUVCETVRYfcraorc8,9216
7289
7343
  pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py,sha256=6zaQwBcP2Z9uBCRfD9ZTk4N9w2bGEMnEHy7siNhlK_I,7143
@@ -7298,10 +7352,10 @@ pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py,sha256=n
7298
7352
  pulumi_azure_native/confluent/v20240701/list_access_users.py,sha256=7Hjx1PZM2w1P9K5_OptZWxWk15SSQH2mA6A-JNilI2M,4620
7299
7353
  pulumi_azure_native/confluent/v20240701/list_organization_regions.py,sha256=GsZHQE_SFwDTXNN0ap4wWA3H79X54Zs-2_yd-hZKdco,4026
7300
7354
  pulumi_azure_native/confluent/v20240701/organization.py,sha256=4MHKSSgEmHIvVsUhRecmXSWyZ-lWCGCXYuRFPZr1IK4,14739
7301
- pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py,sha256=Dfo2hZV8uDOmSxnkbkzS34E6Xw5GzTEGtiHvy_ArOhw,15259
7302
- pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py,sha256=nUwbbCHZXQxrNS6ywDUvlIJaDTRLX-oYmrwA5-m7f9E,13664
7355
+ pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py,sha256=q3jd9uE_v-e3kZtnbvi6bJn_BqV_npkUEvhBHU-VDYk,15445
7356
+ pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py,sha256=kNSkBM8ApCL6EYh20g7lgPC9ZmFkv42eahbLO_VcDR8,13854
7303
7357
  pulumi_azure_native/confluent/v20240701/outputs.py,sha256=VUJ0huGaVsFLSovjmvqb6Qwg2qRwa6T7rmiTr5jY7f4,120257
7304
- pulumi_azure_native/confluent/v20240701/topic.py,sha256=wGpJ2KOlqmRSc2BWO729iMUzQmEfG2EagoGow4iQwIc,20968
7358
+ pulumi_azure_native/confluent/v20240701/topic.py,sha256=ECKB4eVwF0w_Btf3aOdpuVSMlstMIJzBz0ZQJQYqZ8w,21136
7305
7359
  pulumi_azure_native/connectedcache/__init__.py,sha256=zABoFIcsXhjmUsT6DyE9vTWCUmLHwknAJ4U5UtiQTTE,1327
7306
7360
  pulumi_azure_native/connectedcache/_enums.py,sha256=h2baKw72b5SQWtH_PHytTrLstJo47c6JEnZX4f5g8Z4,2097
7307
7361
  pulumi_azure_native/connectedcache/_inputs.py,sha256=NAhofJYBnpKMW8h1a8J5XyAJk2BGY9xiYmbkOc_kClc,71672
@@ -17491,7 +17545,7 @@ pulumi_azure_native/machinelearningservices/v20241001preview/workspace.py,sha256
17491
17545
  pulumi_azure_native/machinelearningservices/v20241001preview/workspace_connection.py,sha256=-KBRfU3AGDdt6h7b5RP8-if76ZI2RYLgmE_4Tdn9VS8,16133
17492
17546
  pulumi_azure_native/maintenance/__init__.py,sha256=3r6n8cy8dzFhyP8YygJ7UNF7WHGOl1GIz-fmNCS6ADI,1739
17493
17547
  pulumi_azure_native/maintenance/_enums.py,sha256=mDanwon6ishJi459K_6bpP96Qio70C3rbrkquDxuVro,2209
17494
- pulumi_azure_native/maintenance/_inputs.py,sha256=a-8ETV10scDr-gzwmIUNJIywkVjAXbXUjKW2ojlInL8,30726
17548
+ pulumi_azure_native/maintenance/_inputs.py,sha256=4rt75_Yjz_CYQPBzTxIoHxx5AZ9DKeGuXaqdLcsC-_s,31281
17495
17549
  pulumi_azure_native/maintenance/configuration_assignment.py,sha256=mkLDj0fslg4YOFIfLihvmNPidgtfO6qJg8k8sfuxhMw,14413
17496
17550
  pulumi_azure_native/maintenance/configuration_assignment_parent.py,sha256=pZEgIt3q43CR6AD9CoJf-C5pNSoCJTEcmuOSpP33-IU,16651
17497
17551
  pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py,sha256=JvZlAPhzNl1PC4HTT6JOUwwLQSqYtMyK_w5RZMUXWmA,13114
@@ -17502,20 +17556,20 @@ pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group
17502
17556
  pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py,sha256=mxiQwO47V9Ux7qYPlsdK8QmIQSeIFMbFuysUa3tiVEM,7660
17503
17557
  pulumi_azure_native/maintenance/get_maintenance_configuration.py,sha256=93L8NfYcURi9VcVg-A-z3gd1Tb8_kTnN7feR6FIldU8,14987
17504
17558
  pulumi_azure_native/maintenance/maintenance_configuration.py,sha256=WOjbQqd3cetWjyu16Emc1m1zQgoX9m30Z9QU797yWHY,33060
17505
- pulumi_azure_native/maintenance/outputs.py,sha256=AF2T6OBhD_vh9lxYfqetKEc6If5muiK0g9431RQeJWw,27912
17559
+ pulumi_azure_native/maintenance/outputs.py,sha256=rihHhqGI1bux5JfNrdSSd9vbrbADtEW4Lwb9Bx_HtSM,28282
17506
17560
  pulumi_azure_native/maintenance/v20221101preview/__init__.py,sha256=xHjl263OeUVqHzdyQt9hbl6fLcp7dz5SqzeYbC4jLY4,587
17507
17561
  pulumi_azure_native/maintenance/v20221101preview/_enums.py,sha256=QqXcBGL-f66YvWTNh2BVnvAlIK0xE1gwGkIgSOQF74o,2063
17508
- pulumi_azure_native/maintenance/v20221101preview/_inputs.py,sha256=Y5oeaa0W4IDq6kXBqwrd18XQdHPrwPeKurO_w6g0prg,23805
17562
+ pulumi_azure_native/maintenance/v20221101preview/_inputs.py,sha256=ZIknQ9bzud51r5bLiVvK5NW-o4hhWiUUAenQhRQySyU,24360
17509
17563
  pulumi_azure_native/maintenance/v20221101preview/configuration_assignment.py,sha256=-LBMrnNAXST8vBZDLfp7RzqcxqvbrcogJn4nvcSQq6k,14010
17510
17564
  pulumi_azure_native/maintenance/v20221101preview/configuration_assignment_parent.py,sha256=vYfNEipe6M9LoFeMfy3t3ph9ZOiVlL-MIIfJ-rzA0-w,16248
17511
17565
  pulumi_azure_native/maintenance/v20221101preview/get_configuration_assignment.py,sha256=JxjGrsXHisLWFKocdoCSX6GNuIvEt3WTJxv5tFWUd6k,7997
17512
17566
  pulumi_azure_native/maintenance/v20221101preview/get_configuration_assignment_parent.py,sha256=t238JVVwnGtRJ9CimpEomCHVHLElefvpoYTEB2Ss_EE,9033
17513
17567
  pulumi_azure_native/maintenance/v20221101preview/get_maintenance_configuration.py,sha256=WQ0vndsXDnEwJuVUBmN3sIlhcwylKLHGQ3NkuS8i-rQ,14752
17514
17568
  pulumi_azure_native/maintenance/v20221101preview/maintenance_configuration.py,sha256=dBwiK-TaV_JO5heryeqM7s7fDKvCmiEuYv9Ic2B2kVI,32673
17515
- pulumi_azure_native/maintenance/v20221101preview/outputs.py,sha256=HXPB4B5jKftFm_q3yWKrTtx1x06d2Wcj40XZ-jJJW0I,22603
17569
+ pulumi_azure_native/maintenance/v20221101preview/outputs.py,sha256=LbVUFtquDfbQOzk5E6KfBOwtPNRexou97xiNQMVW-u8,22973
17516
17570
  pulumi_azure_native/maintenance/v20230401/__init__.py,sha256=J1l9z2z6tDqMW5GGYdlrFJvW6jOH1IH2LeUNtiJN6EA,831
17517
17571
  pulumi_azure_native/maintenance/v20230401/_enums.py,sha256=Ap7cRE78Kv4i7FaAdTmk1piohCia4DGgyfxg1Zg6gtE,2010
17518
- pulumi_azure_native/maintenance/v20230401/_inputs.py,sha256=dpdIQRmnfSmiAo-Vd9iuBma7wpPUWsodh9sKtcqqyAM,19573
17572
+ pulumi_azure_native/maintenance/v20230401/_inputs.py,sha256=efVsqBBLt6tkPNXV8WYlwdhSsjdwWjaKvFNTINFQRM0,20128
17519
17573
  pulumi_azure_native/maintenance/v20230401/configuration_assignment.py,sha256=FMQ2-BBNr7cQ8M9wOAduoq3w45L8GrCKMZwNx7tQzjk,15633
17520
17574
  pulumi_azure_native/maintenance/v20230401/configuration_assignment_parent.py,sha256=ODs1J4N5Tl5RFuMg7R1fZzn8LlTn4Xy2II_npxrNs4c,17871
17521
17575
  pulumi_azure_native/maintenance/v20230401/configuration_assignments_for_resource_group.py,sha256=LfFFcLgztoZlgFyKy7fY2RF_Z3Z0IZyn0Q34MQyqWUY,12869
@@ -17526,10 +17580,10 @@ pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_reso
17526
17580
  pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py,sha256=7YnJcCTpB4rV3MNkxo22ZdJDpnh705Ynq7tiIxXf2JM,7451
17527
17581
  pulumi_azure_native/maintenance/v20230401/get_maintenance_configuration.py,sha256=S12dNNtIhu3PznsJQdFBeQ14LqwoTaD7GhqObhKMoOo,14128
17528
17582
  pulumi_azure_native/maintenance/v20230401/maintenance_configuration.py,sha256=cKJKe3QmxkeQR6MsDi5aeiNezOz2hcwPygGSC3BzPBs,30925
17529
- pulumi_azure_native/maintenance/v20230401/outputs.py,sha256=uYdfoD3_r20YE5mpzCxgAhzLjMsTYfbNUqTcbYx51-U,19658
17583
+ pulumi_azure_native/maintenance/v20230401/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
17530
17584
  pulumi_azure_native/maintenance/v20230901preview/__init__.py,sha256=J1l9z2z6tDqMW5GGYdlrFJvW6jOH1IH2LeUNtiJN6EA,831
17531
17585
  pulumi_azure_native/maintenance/v20230901preview/_enums.py,sha256=Ap7cRE78Kv4i7FaAdTmk1piohCia4DGgyfxg1Zg6gtE,2010
17532
- pulumi_azure_native/maintenance/v20230901preview/_inputs.py,sha256=dpdIQRmnfSmiAo-Vd9iuBma7wpPUWsodh9sKtcqqyAM,19573
17586
+ pulumi_azure_native/maintenance/v20230901preview/_inputs.py,sha256=efVsqBBLt6tkPNXV8WYlwdhSsjdwWjaKvFNTINFQRM0,20128
17533
17587
  pulumi_azure_native/maintenance/v20230901preview/configuration_assignment.py,sha256=HANVETMDfDTGe45KIYx_tOgqfnKRdiwR15xf8bIl_Rs,15633
17534
17588
  pulumi_azure_native/maintenance/v20230901preview/configuration_assignment_parent.py,sha256=G5MMpOJRAzkhBPYZeyLIW1DylQboll75ziKSRq4NAfc,17871
17535
17589
  pulumi_azure_native/maintenance/v20230901preview/configuration_assignments_for_resource_group.py,sha256=m23I65KgoF7AG6W5dgKaQ4AD0QHhLTlFq3EjDpMHNGE,12869
@@ -17540,10 +17594,10 @@ pulumi_azure_native/maintenance/v20230901preview/get_configuration_assignments_f
17540
17594
  pulumi_azure_native/maintenance/v20230901preview/get_configuration_assignments_for_subscription.py,sha256=Ku-3NL-QhAxfQ_ljPJVpf2Tj3_aaLNXM-kwJF_3kj3c,7465
17541
17595
  pulumi_azure_native/maintenance/v20230901preview/get_maintenance_configuration.py,sha256=80I9XkmSuNkYDPOeiE3DkMlg6tjArjr7Vl8ca3C6ISM,14142
17542
17596
  pulumi_azure_native/maintenance/v20230901preview/maintenance_configuration.py,sha256=QRFnlKuwGZh8d0D6mF3psBKHVF4gIbS_l92RDzlVAhs,30925
17543
- pulumi_azure_native/maintenance/v20230901preview/outputs.py,sha256=uYdfoD3_r20YE5mpzCxgAhzLjMsTYfbNUqTcbYx51-U,19658
17597
+ pulumi_azure_native/maintenance/v20230901preview/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
17544
17598
  pulumi_azure_native/maintenance/v20231001preview/__init__.py,sha256=J1l9z2z6tDqMW5GGYdlrFJvW6jOH1IH2LeUNtiJN6EA,831
17545
17599
  pulumi_azure_native/maintenance/v20231001preview/_enums.py,sha256=Ap7cRE78Kv4i7FaAdTmk1piohCia4DGgyfxg1Zg6gtE,2010
17546
- pulumi_azure_native/maintenance/v20231001preview/_inputs.py,sha256=dpdIQRmnfSmiAo-Vd9iuBma7wpPUWsodh9sKtcqqyAM,19573
17600
+ pulumi_azure_native/maintenance/v20231001preview/_inputs.py,sha256=efVsqBBLt6tkPNXV8WYlwdhSsjdwWjaKvFNTINFQRM0,20128
17547
17601
  pulumi_azure_native/maintenance/v20231001preview/configuration_assignment.py,sha256=8Jmg469V3vuG5t3QkS3OAviepUsJ86CxQyByNSAe2S8,15633
17548
17602
  pulumi_azure_native/maintenance/v20231001preview/configuration_assignment_parent.py,sha256=Lui7ov84_w3JgJbs_8Kf4SwkHW1cPhqvklq4flYhmMY,17871
17549
17603
  pulumi_azure_native/maintenance/v20231001preview/configuration_assignments_for_resource_group.py,sha256=5Adf1d3IykyI9enbBjpN93mueQg5Hm-jU7pm2SraSPw,12869
@@ -17554,7 +17608,7 @@ pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_f
17554
17608
  pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py,sha256=uSpkpSn9Tor0eKRh9LWFvJIGh7pZwjIkihkPgwOp7K0,7465
17555
17609
  pulumi_azure_native/maintenance/v20231001preview/get_maintenance_configuration.py,sha256=bjhZ_DxckSc3c0QfZgY-i_IX_Lz4-b34IXl36iIwDe8,14142
17556
17610
  pulumi_azure_native/maintenance/v20231001preview/maintenance_configuration.py,sha256=PXzEdBt4nJif5R-P2vyLHX0FOo8bBJw0xJVLh6EtPG0,30925
17557
- pulumi_azure_native/maintenance/v20231001preview/outputs.py,sha256=uYdfoD3_r20YE5mpzCxgAhzLjMsTYfbNUqTcbYx51-U,19658
17611
+ pulumi_azure_native/maintenance/v20231001preview/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
17558
17612
  pulumi_azure_native/managedidentity/__init__.py,sha256=LiQy-FMSgtvCMrqOJsulWekY56EYM5U8sO_7o5yN4uE,1222
17559
17613
  pulumi_azure_native/managedidentity/federated_identity_credential.py,sha256=hCMqGwyGpabb0Lb5PIbB7gZf3KdnPO_fWNXE7NCxW0U,12804
17560
17614
  pulumi_azure_native/managedidentity/get_federated_identity_credential.py,sha256=krtALjG2C7BUYL87UvwZphMrrlyNu0LZBEJ9KxpLs3c,7747
@@ -21804,57 +21858,57 @@ pulumi_azure_native/networkanalytics/v20231115/get_data_product.py,sha256=gPV8kt
21804
21858
  pulumi_azure_native/networkanalytics/v20231115/get_data_type.py,sha256=MKuFmts2Z6uBQ98c548suxZQDM4TpWm1DuHDlSnPCyg,9897
21805
21859
  pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py,sha256=OnOedgzlVD_xPIvAtJzLjuIJPcLVdcFcAoIqWaRldbw,4489
21806
21860
  pulumi_azure_native/networkanalytics/v20231115/outputs.py,sha256=P2BOqll7fpmaGYc6FKMrBycbwao-o0IoanNnBrhiIjI,24015
21807
- pulumi_azure_native/networkcloud/__init__.py,sha256=wCsbSWwVQtBVzKUm4c8_jyLbVcF_LR2_MpbSBZFDxlQ,2357
21861
+ pulumi_azure_native/networkcloud/__init__.py,sha256=ULZJWpTIIc1lOrvtuVmubMvdV3K80kMOFEkOJwMtPZE,2581
21808
21862
  pulumi_azure_native/networkcloud/_enums.py,sha256=KPGz-hMV-CKSfUyYLGOCt_oPp26JGSRk2ZDJZBG5RJ0,8180
21809
21863
  pulumi_azure_native/networkcloud/_inputs.py,sha256=yfEc4DQJxuA3Pw_jUOvu5RrS-_X3mkhGkV-qqL-ULlU,139250
21810
- pulumi_azure_native/networkcloud/agent_pool.py,sha256=cXYQVUUO7i_el29WAm-cEjO0D3Xxz8zkGAbFzfKo4Ns,31261
21811
- pulumi_azure_native/networkcloud/bare_metal_machine.py,sha256=ny7q3-6yY182nUsO6JoX1ArdzT9qrzr8vDfX13B5kdk,33827
21812
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py,sha256=9JBkAn4ApkQx6fifohLN4HzSMl69eJcywhjJEtbsozU,24381
21813
- pulumi_azure_native/networkcloud/bmc_key_set.py,sha256=4BObvt6SPYMlIRiZcUsteWgqEFl-_B9CY7jmpEPENzI,20601
21814
- pulumi_azure_native/networkcloud/cloud_services_network.py,sha256=pB1crVrAaV8JFipfE3bKkN5TluRZGQVPB6gdL74pYOU,21197
21815
- pulumi_azure_native/networkcloud/cluster.py,sha256=2TVqlGMnY1BAuVv9yQ9WuOdbw3GT0SsDuC72y7bWzwg,40663
21816
- pulumi_azure_native/networkcloud/cluster_manager.py,sha256=lKOYEQHPR6zjQXwX8RVhApTomfahNYgNfKCQ5cHAFhk,21599
21817
- pulumi_azure_native/networkcloud/console.py,sha256=YaZ4B75ZsVLIeLzS3jcLcNu379hjcSgjtG6SZ5veOSA,18997
21818
- pulumi_azure_native/networkcloud/get_agent_pool.py,sha256=tPkdY80eT9V2n480YZ8vX91d0SpL1j_Xzcyey9LWy8A,17203
21819
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py,sha256=_eu4HuXgasJh9fNEUzDVcFsmbn2_hvqs_3fS33fUK4w,28141
21820
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py,sha256=526CjJXuvtX1YwTDTnhPiN9sQfyt-z0HAaqqPKTaRi0,15139
21821
- pulumi_azure_native/networkcloud/get_bmc_key_set.py,sha256=sovZkyPkx12deax-FrTzv_xg6d6PX5e3SFGzPkHBULs,13328
21822
- pulumi_azure_native/networkcloud/get_cloud_services_network.py,sha256=hz0ZoHofceLO6e2VlIxfUdhEK4pmLBoywBHYh_ThYCQ,16685
21823
- pulumi_azure_native/networkcloud/get_cluster.py,sha256=imr1n9OOg4jRBcYagDSvp861zRhBJXvyqBQRIjctik4,27910
21824
- pulumi_azure_native/networkcloud/get_cluster_manager.py,sha256=bZX-lkZ6BndnlVoS0S7BlzBERsawVkIIKTaMB7rYZto,14394
21825
- pulumi_azure_native/networkcloud/get_console.py,sha256=gZYVs5YhRdSqUMLB8yZybOGgpDSTd8hBaEYlPtnOZj8,12842
21826
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py,sha256=6MTdP9cEpVZ7XrnNtBLp8O5vf4hsrIRGK4kbMaqJKF4,20843
21827
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py,sha256=orrM4wJnDWovcqSyNSAgKftWZmcdnNucfQc9hcKWEyM,11408
21828
- pulumi_azure_native/networkcloud/get_l2_network.py,sha256=43VJ4L1bwcub18JSaEkOEkdMPa29Hq8djLgVMAA6JiE,14838
21829
- pulumi_azure_native/networkcloud/get_l3_network.py,sha256=TBCtgWROmWTRFox4o6D62GyIjhyXTJGwf37CI1zLBbA,18638
21830
- pulumi_azure_native/networkcloud/get_metrics_configuration.py,sha256=iJqL66HLVJHBMgN0fr0CMMbZrGmw8oEuuF0i0A18aSY,11855
21831
- pulumi_azure_native/networkcloud/get_rack.py,sha256=9QFbWJaFubamUAb2cFLlowMsHheeEpBhpipDHNDOFwk,12184
21832
- pulumi_azure_native/networkcloud/get_storage_appliance.py,sha256=mavpMhXKGcyMXrzI8z_h3esbR4kBA1yNqaDvqrwn0J0,16955
21833
- pulumi_azure_native/networkcloud/get_trunked_network.py,sha256=B4oZF93PLVPTQO8zwnag2ak_jNbrbV4r6DdIkxozVTs,15620
21834
- pulumi_azure_native/networkcloud/get_virtual_machine.py,sha256=dfhDFS2aIWm28SkLEqUOufb7gr9VQs6M8OGu4Rq3-AQ,23737
21835
- pulumi_azure_native/networkcloud/get_volume.py,sha256=RPCG4J25ICmRS4HzKIHg2UffdfFFDxM0JhRG8Fu-2YM,10628
21836
- pulumi_azure_native/networkcloud/kubernetes_cluster.py,sha256=luPIcyogbINpCDZgsLETA3tvV5gcdeEz7inrJGaZM_U,31172
21837
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py,sha256=Muk9TNbZrL9Pp7RxD1AO6yaKvsABzbfYPkfVpfoNOHI,14394
21838
- pulumi_azure_native/networkcloud/l2_network.py,sha256=8Rm0HW-Rx7CCpHix80E4et64qN3OJM4RQC9QqdqSwLk,19951
21839
- pulumi_azure_native/networkcloud/l3_network.py,sha256=EzoEsxHLHqjn1iUmEj-vcjSKo46PmJeiw72qDWCZS_U,28919
21840
- pulumi_azure_native/networkcloud/metrics_configuration.py,sha256=-Wbq2M1VWlBM9pQT-YDSDN36308GYJaKAgrcTNmPTxk,17455
21864
+ pulumi_azure_native/networkcloud/agent_pool.py,sha256=6YiuFjjeXmvXP2XB8is5UwXu3o_Pd31iXG9R534sVXQ,31377
21865
+ pulumi_azure_native/networkcloud/bare_metal_machine.py,sha256=vfE8McrbnEfNS-nfSdwEsMTt9AEurZKKQTX0LH6Gcgk,33950
21866
+ pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py,sha256=opFgHFkaHwIEw9ElibwB1c_6z-XGwFPhM0uiL_MwswQ,24510
21867
+ pulumi_azure_native/networkcloud/bmc_key_set.py,sha256=zG2A3diVRYiXicKLcuQm2l25zqmYP10AMNApkxivHkI,20717
21868
+ pulumi_azure_native/networkcloud/cloud_services_network.py,sha256=xO6PEpeM68T7cOPR2uQypyROgj1aWkbkdJq4xmTPOJw,21324
21869
+ pulumi_azure_native/networkcloud/cluster.py,sha256=PKKJ4X3eNRPdmHUIFQ9SX2wwvR7r93577L2StjFhNJ8,40777
21870
+ pulumi_azure_native/networkcloud/cluster_manager.py,sha256=vfiivDed-2eHIPUNtIwu3HGTZ7DuumxpuCG28bRZrXo,21720
21871
+ pulumi_azure_native/networkcloud/console.py,sha256=iCP_RMt5o1V5R4wlthvMp-SFXDkl4mgINNfhvIgYpYI,19111
21872
+ pulumi_azure_native/networkcloud/get_agent_pool.py,sha256=pLmKqQapEpIBV3dAKi18TimFPk9N0Gqe-7v2xuxNV48,17243
21873
+ pulumi_azure_native/networkcloud/get_bare_metal_machine.py,sha256=DIgccXjcEK_eHvPAtC9DVI7iUNe6a_pwohAfP0lZX2M,28181
21874
+ pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py,sha256=B24bEJrN4683myUUnte68pWTw-oy4ax6IWS_quSHb2k,15179
21875
+ pulumi_azure_native/networkcloud/get_bmc_key_set.py,sha256=hqnQR0JRj620ttQlzO-gorOPnl0lzhaXql8hGN2RDUA,13368
21876
+ pulumi_azure_native/networkcloud/get_cloud_services_network.py,sha256=8v-wKPr-F2OI6_5Rz6yVPmbfwRrEF9-y_VVxlOZpSsc,16725
21877
+ pulumi_azure_native/networkcloud/get_cluster.py,sha256=HpSGmXoyjgFqeuhc0lfYW_hkvhkeQKaMY6iqDrgDOHs,27950
21878
+ pulumi_azure_native/networkcloud/get_cluster_manager.py,sha256=BK8qtoqyWsWiiXk2NANgPYPv1-wUs7ihcJN7r7oIYjs,14434
21879
+ pulumi_azure_native/networkcloud/get_console.py,sha256=w5FbmuL10yX_6bF-nmakBWd9na3KImBpQXVtqIUPANk,12882
21880
+ pulumi_azure_native/networkcloud/get_kubernetes_cluster.py,sha256=5zPMCzaQXkZNPlrNpp43W5OW0NjNx-SXDeiUSBHeZ1c,20883
21881
+ pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py,sha256=ctvnTi9sXOyz-q4n-AjSOfjj21iDN1p_jQlkpn1Elkc,11448
21882
+ pulumi_azure_native/networkcloud/get_l2_network.py,sha256=fM6vJ7zOjImxiGzrWvLS6qtwoaf6rTdaGSCSRtZ0dE4,14878
21883
+ pulumi_azure_native/networkcloud/get_l3_network.py,sha256=rYTOTDB8zbF9AFhDJilRA2ko4XMqeIcllsMjYtG1Hfs,18678
21884
+ pulumi_azure_native/networkcloud/get_metrics_configuration.py,sha256=2HwqraLIzpVlA_-a1NSO-Fy6E7pVM2Ia3Ow5IIH6y9w,11895
21885
+ pulumi_azure_native/networkcloud/get_rack.py,sha256=y4Mp-9lnG1ppV10eywb-61tm5y_diSEVRTuWFQ64-QE,12224
21886
+ pulumi_azure_native/networkcloud/get_storage_appliance.py,sha256=l86FnIKLChoUdv_B8f9RZrOPLlafTTOyKYHFuDJUBAQ,16995
21887
+ pulumi_azure_native/networkcloud/get_trunked_network.py,sha256=-kofctZqwfO7PQ2u7KLqVLmMI4HRxRtzszk0ePXyi1s,15660
21888
+ pulumi_azure_native/networkcloud/get_virtual_machine.py,sha256=RL11EPFLTekNTHpO5ZqZvF7LgcZjU65viVacfwCRsio,23777
21889
+ pulumi_azure_native/networkcloud/get_volume.py,sha256=bkL6IRbVN9aDPiXN7IWr6MLEwwwIt1-TVIUe9Zdd8bA,10668
21890
+ pulumi_azure_native/networkcloud/kubernetes_cluster.py,sha256=qYNg0914ULgFGkPer9JMneOglGgX-YCsxC5hmov7Wwo,31296
21891
+ pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py,sha256=Cvogzkj_unaS8amEVA7XASZu5YwQPXbmORI_pMhEmp0,14525
21892
+ pulumi_azure_native/networkcloud/l2_network.py,sha256=dtBxnCOgZ1kV7QvejpmHV8DJF0zVT1N0yMVXIfVJX54,20067
21893
+ pulumi_azure_native/networkcloud/l3_network.py,sha256=ayl1kOIoKrK3O_8Xce3WAPEEicRak60Shuw_0OKuZq8,29035
21894
+ pulumi_azure_native/networkcloud/metrics_configuration.py,sha256=ZmkviIfRFKQYEJ8ugc6FC0qXI0Y9ORoNSXPrmtiGx1Q,17582
21841
21895
  pulumi_azure_native/networkcloud/outputs.py,sha256=YwLDKX5Frz_wLtwMKcoeT9aNev10-mKtcZCY3Ic5Y-Q,151245
21842
- pulumi_azure_native/networkcloud/rack.py,sha256=lcVpUfQf6pfOJGaY8h04PhRIHZADf9ep2iW-xei9a8w,18905
21843
- pulumi_azure_native/networkcloud/storage_appliance.py,sha256=KZMEkAyZpRCql_X6hMl42cdgSgL3g4t0BHxZ4Q5YKKk,22430
21844
- pulumi_azure_native/networkcloud/trunked_network.py,sha256=xoF3pElqUst428MMNBS0NkoQ6kA651aZAUL2FME1IiU,22129
21845
- pulumi_azure_native/networkcloud/virtual_machine.py,sha256=6s-9sC6AMFT9e1rSB2vBVeakOorvl3Vn9nuK_AZ6NhI,41930
21846
- pulumi_azure_native/networkcloud/volume.py,sha256=awlm9K0MCf5X9EQFhpYGc5gYs87ssTYRcN3clgSpEjQ,14282
21896
+ pulumi_azure_native/networkcloud/rack.py,sha256=nYBxRS8ytSFx_aNBBx1jGkceE5_cwIGttT963lFWXcY,19016
21897
+ pulumi_azure_native/networkcloud/storage_appliance.py,sha256=nJ4fvUecz0NY22vjN887NgiKOZApjsChtQ-3NM_g71M,22553
21898
+ pulumi_azure_native/networkcloud/trunked_network.py,sha256=VSVgTaqpmHLSO67dK6oJHEXH4brbfTgxG7M7x0jg0_w,22250
21899
+ pulumi_azure_native/networkcloud/virtual_machine.py,sha256=qvpq8DVTDpg3G6VcmQtS_HKQhptJVpbzUF9IAQrqJJs,42051
21900
+ pulumi_azure_native/networkcloud/volume.py,sha256=PM5rNQoEG8cHbs6aKrVlHbEiBi6QxanO8nOfG1YAV6o,14395
21847
21901
  pulumi_azure_native/networkcloud/v20230701/__init__.py,sha256=KfStB_SrUUCG1dd4xPIsR8OURmiZZWaU9IXbki7FPsc,1395
21848
21902
  pulumi_azure_native/networkcloud/v20230701/_enums.py,sha256=3teMJMfIvE3KNa4LeJhSSdvukm_F-xKI445NJw2DfyA,7496
21849
21903
  pulumi_azure_native/networkcloud/v20230701/_inputs.py,sha256=R0u4iWXQmfkeiuj-5ExDHr3kdUq4rFifMDsqK99I79c,128100
21850
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py,sha256=r60fzoD0eYG2hQYVkzd_4wlmiAbn3lMpBDyemRb2ftc,31158
21851
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py,sha256=YX8p8JK2DcVSvTTs8kwPB8VuFsKq76NIEtZIugcOR0U,32789
21852
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py,sha256=l8XTyIB4Qm3f8AvrsQk2ROim19p5nhs1hhmi1RWCy9I,24186
21853
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py,sha256=zPd11eaGPBR3Qo5mYU36zi8WTN4tbZIx3ta8r6qbZAw,20380
21854
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py,sha256=NDW56EVIXBGPQpIGzkY4nAlS4J7-AxK4d31YHiSMduk,20810
21855
- pulumi_azure_native/networkcloud/v20230701/cluster.py,sha256=0S6fyxsN6JyhFPk12eoECY9moduOU2ovPx24FBaI7HA,35068
21856
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py,sha256=n32x6q_VpP4LPjxrwfueBgc3TUjvs5WWXJkrNcSOnl4,21388
21857
- pulumi_azure_native/networkcloud/v20230701/console.py,sha256=XLaV6UQzPoo6UyLpd48tpevx5wmgBEblWsdAeIsxdgs,18772
21904
+ pulumi_azure_native/networkcloud/v20230701/agent_pool.py,sha256=Wd5qntbhMHpnOI-VHYsw_3ajTgi21_cH-ilVbGnmQ-g,31234
21905
+ pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py,sha256=wdpgfKiC2-poCCv4D5G8po-jMxJdfw8RczGANm9WxRk,32872
21906
+ pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py,sha256=JMa1-Pubu7xFNiuhj4GPatbHyo_IKV88oHVkKJTbGs8,24275
21907
+ pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py,sha256=pY6-znh7Fc30zDxztxDZR5QNEz97Az1QW3ShZ-TQonI,20456
21908
+ pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py,sha256=vM5FyyFl4q2WE9VNNH-qAtIz2tGApDzfzzgOXXYk-po,20897
21909
+ pulumi_azure_native/networkcloud/v20230701/cluster.py,sha256=wqx8HfJPx5rXmeBoKI9uMLeUK17ZefLKLTfvvIG6TG4,35142
21910
+ pulumi_azure_native/networkcloud/v20230701/cluster_manager.py,sha256=riw4TmmksaM123dOvsuKbVeOuw6ncnze35d2nXGd2bQ,21469
21911
+ pulumi_azure_native/networkcloud/v20230701/console.py,sha256=rzCr1eppCUneBKCFVa7bOU5i2NPk4PaGPtzafGTvqSI,18846
21858
21912
  pulumi_azure_native/networkcloud/v20230701/get_agent_pool.py,sha256=2cgtPrH6jyLh2TclAdVIiRReXs_YTXDEX2XuSosQ7TY,16970
21859
21913
  pulumi_azure_native/networkcloud/v20230701/get_bare_metal_machine.py,sha256=PzmnXM9wpDmOqN8RmSQn2V8S4xKaFEuCgBC-aog-hcI,26407
21860
21914
  pulumi_azure_native/networkcloud/v20230701/get_bare_metal_machine_key_set.py,sha256=C0fkm3ZrbPLi8oNhCj8xjjIpPn-VkWDpNLxdAyK5bg0,14906
@@ -21872,27 +21926,27 @@ pulumi_azure_native/networkcloud/v20230701/get_storage_appliance.py,sha256=frHyz
21872
21926
  pulumi_azure_native/networkcloud/v20230701/get_trunked_network.py,sha256=LrpYhIlhlLo8FfyaALlIXjSaQIp1YlKfEYwenGw4WVc,15387
21873
21927
  pulumi_azure_native/networkcloud/v20230701/get_virtual_machine.py,sha256=b9u0RhPUpo4S7PAs0147wmn47eX_svLaKKR2Vi21tLI,23507
21874
21928
  pulumi_azure_native/networkcloud/v20230701/get_volume.py,sha256=iNQlooAlb0MM2bzyEKaivOCPpUs8ahTGN4wFi-svtWg,10395
21875
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py,sha256=Zj8VqsckG4PDjqQAvoTpfS4MXbkJgHNelXfBf1sDIXY,31085
21876
- pulumi_azure_native/networkcloud/v20230701/l2_network.py,sha256=j5kL58a-1nyvCvpoKwEefHgr6TddWCQwUwAdbQq3xOA,19730
21877
- pulumi_azure_native/networkcloud/v20230701/l3_network.py,sha256=mggwfmK0efolWDKmJuR494DciusVVXcmsQuhtykC6nM,28698
21878
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py,sha256=ueKLdi1FJgFNOIqqHWf6U38G-o-MSfnZi2dmz63utSU,17256
21929
+ pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py,sha256=FYoSfBumkYa85jXeeENWpaVcUnMNJl4XgPrvBLuK4-o,31169
21930
+ pulumi_azure_native/networkcloud/v20230701/l2_network.py,sha256=cCkowYQSK9LevanY2C8r0b3aKDsYUwX4lVuVh2tYUiI,19806
21931
+ pulumi_azure_native/networkcloud/v20230701/l3_network.py,sha256=QDuTafEXlh-QqvVoQ3um21LX1UT5EYr0QpHaFeHx2UY,28774
21932
+ pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py,sha256=1SZtAJyIhR4M74vtsG3o4T3jEEdsLspBOJ85mk5VFv4,17343
21879
21933
  pulumi_azure_native/networkcloud/v20230701/outputs.py,sha256=8Hs63AOuER_-LjrP_rOhPAePeGhAHuJ8aXUFsE9ZaiM,139170
21880
- pulumi_azure_native/networkcloud/v20230701/rack.py,sha256=kSnwkPH0ZQJ_c7tZIsqdO2EGGDzI6HaoyUB6BrIE2k4,18674
21881
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py,sha256=zjPpg86jZT34xFZouJBNI9If2Qls85ADEsA9llv2pXE,22223
21882
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py,sha256=LnvJ9aMLg5Qb76OCjxyCku4HnEB8Eg7w5laNO4n1_tQ,21918
21883
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py,sha256=q4QWb7MjxPE3qTlYEijoRwSTLEgM_LYw7J4vtLxxI_A,41722
21884
- pulumi_azure_native/networkcloud/v20230701/volume.py,sha256=eewJPjusSdkCaKKpNvfMOfZFUJ_zzx1jH-zzBjYZhfs,14055
21934
+ pulumi_azure_native/networkcloud/v20230701/rack.py,sha256=hVflI1VRy7gXhRywChF9FwX1BRBLDWJaxn1zzNw8D_k,18745
21935
+ pulumi_azure_native/networkcloud/v20230701/storage_appliance.py,sha256=EkfnjnAUORoQmiLhy9_4Gspz3FoRHyCtf2-xzzNLQuQ,22306
21936
+ pulumi_azure_native/networkcloud/v20230701/trunked_network.py,sha256=NQuqPUujvoP_2dQQQKl866ToeFtcZdvkru1ofafbdmA,21999
21937
+ pulumi_azure_native/networkcloud/v20230701/virtual_machine.py,sha256=pW9MlHDMhoKJcCJ0_wKZk3rEsW2kvgUlFJEM1-ahcs8,41803
21938
+ pulumi_azure_native/networkcloud/v20230701/volume.py,sha256=mi1Aa2jB6TaTDZVQNokJ7SPMNa0tJ-_NWEXhRaNdB54,14128
21885
21939
  pulumi_azure_native/networkcloud/v20231001preview/__init__.py,sha256=KfStB_SrUUCG1dd4xPIsR8OURmiZZWaU9IXbki7FPsc,1395
21886
21940
  pulumi_azure_native/networkcloud/v20231001preview/_enums.py,sha256=KPGz-hMV-CKSfUyYLGOCt_oPp26JGSRk2ZDJZBG5RJ0,8180
21887
21941
  pulumi_azure_native/networkcloud/v20231001preview/_inputs.py,sha256=ZnOHY2eIlZzVPhdrLNq-EYZVYHWg0jThEN93kd8U8X0,137889
21888
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py,sha256=_YmaP3c_TCurkzLuwsqT9kISVPbCOS6ox6Dd3s-OqXI,31158
21889
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py,sha256=M5vFAoIUrp3qqrmc2d_1hZWh_4bMLoi6qequXftCunc,33620
21890
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py,sha256=pvJJdd9oDdoIYMdzUefMO9ixvSimM0dZr-5dn7qmJCA,24186
21891
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py,sha256=N1M0abpMDsC57O1jo8WeP_Yklb9sN2RQL2-sNFnfS4k,20380
21892
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py,sha256=NXX8UC1H4sJ2akXAMrOb-nDwOh1JZYhnnnFHJ6RZGX0,20810
21893
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py,sha256=erg62Hz3NRZkpW3ryen6WNQVH3iIC9hCIceAy7cQkFA,40438
21894
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py,sha256=VHQnkzLPoZtyVakX0rLubv_w3TUVHBdYlcJcpw-5KsQ,21388
21895
- pulumi_azure_native/networkcloud/v20231001preview/console.py,sha256=LvAyMZ8PO8xKnR6whLeZ-5xLY7co3qKiVukAEFESDJI,18772
21942
+ pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py,sha256=vSfEYUCGguy_ORTYq8PdGT2T0UxZsSgvjG2eA6KSwx0,31234
21943
+ pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py,sha256=WG-Zv3m-XP_dMUOhjue1dHUVHM4wDy5MD7giFvsOV2g,33703
21944
+ pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py,sha256=mbyCByg1e6sB0pramWkBsNd4AI-aAqGeFayC9rwkWLA,24275
21945
+ pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py,sha256=_Xjt85k_Q9X3ELnD1LOsNH_DNlBA0eRE-2ziENX2k-s,20456
21946
+ pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py,sha256=8bzyiYwCHasXbQqj05xtxYgj9x6DV3BgDQ2m9VSHZAw,20897
21947
+ pulumi_azure_native/networkcloud/v20231001preview/cluster.py,sha256=pXhgNd6pxc0vGIZqcH4PqDpztVgQMowF1rakaJHoqM0,40512
21948
+ pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py,sha256=azY1TMYQipOKdm2q-oO97ynhMeUvKp5q_DBPpKyYnQk,21469
21949
+ pulumi_azure_native/networkcloud/v20231001preview/console.py,sha256=DYFTIVc1nCvYlEF8ZpVjZoaQ_s8rjzVmkgRAEMvBw5U,18846
21896
21950
  pulumi_azure_native/networkcloud/v20231001preview/get_agent_pool.py,sha256=s7bfI1SUYbevUYWtBbKMFR-u8NiweFvTuGToAkqKNQw,16984
21897
21951
  pulumi_azure_native/networkcloud/v20231001preview/get_bare_metal_machine.py,sha256=pJ8CgQnux1W4-QA8xdIxdBDBOEct3OsoTAmKw9uWFD4,27922
21898
21952
  pulumi_azure_native/networkcloud/v20231001preview/get_bare_metal_machine_key_set.py,sha256=_rBn-v9IpybGG-HbUJ_Wlh9wiJwPpRBt5PlxSkbZKH4,14920
@@ -21910,27 +21964,27 @@ pulumi_azure_native/networkcloud/v20231001preview/get_storage_appliance.py,sha25
21910
21964
  pulumi_azure_native/networkcloud/v20231001preview/get_trunked_network.py,sha256=heDb_jQOPz5hi2V7dvcCuoTsM6UBKmSAzddLIKg5PTE,15401
21911
21965
  pulumi_azure_native/networkcloud/v20231001preview/get_virtual_machine.py,sha256=nkh4rd-An_U3cwz7ZJERz2NnxLX7IUrnZagGBajM8v8,23518
21912
21966
  pulumi_azure_native/networkcloud/v20231001preview/get_volume.py,sha256=E7orz0heYQaWVzAwOlylYBf1BAQKfm77rWBQG-zwsr4,10409
21913
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py,sha256=WpB4sHNlk5ST6Sw9rbrzD2BnHHvVRvVYVe5SDRndkpA,31085
21914
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py,sha256=_Efpea9PGHBMb3ZlzlgYViT60Np7ab8nDC9oO_IUGdc,19730
21915
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py,sha256=sFNG204FgdTmgLbRzygNT6McmVF8FUUGwp84EEl_AIM,28698
21916
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py,sha256=zWbpnpEKceOfXz6OCJbYu3Qyql0uO4h_8K9l4LVISjY,17256
21967
+ pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py,sha256=4egGaFBOKMhrpfm-fozPGI1P0n_LZvYTm2LQoqXf0Kg,31169
21968
+ pulumi_azure_native/networkcloud/v20231001preview/l2_network.py,sha256=d5v0RInvqVouAzqkrKjk5QcCV-bL1XyfeRrRXAI7mJs,19806
21969
+ pulumi_azure_native/networkcloud/v20231001preview/l3_network.py,sha256=XCKuR34h_bZyQd-NnK-9MM6jtKFMOW9gWm0eIW2YMGc,28774
21970
+ pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py,sha256=FFnXsnxlek3gXxfSkzxYo1JzxPPgpy4Xm9q9lkxX61w,17343
21917
21971
  pulumi_azure_native/networkcloud/v20231001preview/outputs.py,sha256=tdXZzdb7DBIzbA-9t4uO20W8qhvHtJMpiidAVe9Z4d4,150519
21918
- pulumi_azure_native/networkcloud/v20231001preview/rack.py,sha256=KViHfIS2O79E8FSg69F_AsibDSQLYhpfY72o8rVWDT4,18674
21919
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py,sha256=TXf9SRSrud9w2K5g9Qe4n0xmbpBm27swLvCvqSAsfvg,22223
21920
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py,sha256=q0iUNwlUINKbH24jl7Yb03Lgf128gddaLbBT4o1owxc,21918
21921
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py,sha256=NKDl9RUF7MMhehrzBnEEC1CjTFXWoTbw0InJp2qr7dM,41719
21922
- pulumi_azure_native/networkcloud/v20231001preview/volume.py,sha256=ABChGazWdIyXUvFak15me7TVpfRe0fQLz9asCoi2lik,14055
21972
+ pulumi_azure_native/networkcloud/v20231001preview/rack.py,sha256=yjTIbRM4rh7eZk1Qf3JymJXPA7o-te_0SjBukY_5EnU,18745
21973
+ pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py,sha256=I26Jo7uj513l9pmchvyEqhyP9wckMSCLR75QtZRITDA,22306
21974
+ pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py,sha256=x6pyjSuOki80ObfZCJYYaH-EvnxxnwdhWplkUbFf6WQ,21999
21975
+ pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py,sha256=EkTqzO9BiD0YS3S50xYa7zRVUsmb1SdU1wAf_K9Vs5U,41800
21976
+ pulumi_azure_native/networkcloud/v20231001preview/volume.py,sha256=cK-G6MPi5UE5pbk8-dbw4hZQ3rhNTVdbBU45NxSzU40,14128
21923
21977
  pulumi_azure_native/networkcloud/v20240601preview/__init__.py,sha256=VD0OyKCB5DFnRwRVj0k96eoSS-Njl_zZMEh1tUFTnsk,1483
21924
21978
  pulumi_azure_native/networkcloud/v20240601preview/_enums.py,sha256=AzrYqaqbA_0SPosewstau94V47Q2rhZuCLOx0r2gvSU,8854
21925
21979
  pulumi_azure_native/networkcloud/v20240601preview/_inputs.py,sha256=66dEoxmMnJLKwYVywLiQC3LWHVPpFloLZytfmUHB8u4,155550
21926
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py,sha256=ELJwYRF_VtcCcHSK8yocw0sK84-NPGqIIxyj-B5eRTw,31158
21927
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py,sha256=M3H_Cuz9w7sSPxvYcRBtl4Q-nX1pvSRSlWr6r3thlas,35702
21928
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py,sha256=eyn3bNsMy76y37C50HBTO9Qs4ADBT9VAWvVAzXLhOWo,24186
21929
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py,sha256=u3DeLLlkSnXEx8dN7KaoeIhdtUSWQQhJdEtU8D6BGdA,20380
21930
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py,sha256=DdaPcI3y7OsPHWoZRcMUWio1aRQz-3BB9iTENCRO75c,20810
21931
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py,sha256=uHmJwosTUqnlzXpaMtErzTYSh7EwMdTSsD1J5Aw34c4,43855
21932
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py,sha256=GOFaeVimFKPQfwLU8g67Qsi899ihYr7m67GYWH2pCM8,22813
21933
- pulumi_azure_native/networkcloud/v20240601preview/console.py,sha256=ZJXBZ6hi2_YBSnMcXB0kIlQJFo9s3NWNUhnj9e8_WAk,18772
21980
+ pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py,sha256=finivi4_EwLdpxDJv6N3X3WIKEB8NRee5ZA8xv7NkkI,31234
21981
+ pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py,sha256=mQQ9s-V36LRFQIm24qYkL8lr6Tsvf1wZpyYEI6kJGEE,35785
21982
+ pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py,sha256=dImtHEz3nvROfqIj0-FPzKxIxJoz6TRCT6_lBTf0T9Q,24275
21983
+ pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py,sha256=PVh0OtnF3f263k2XuW_L3MwloPHo9dOPUlofQpxnhf0,20456
21984
+ pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py,sha256=7bPZF_Rk1E39lRKukgPJGXEIoV2Qs2GDcKzomsyF0Ag,20897
21985
+ pulumi_azure_native/networkcloud/v20240601preview/cluster.py,sha256=XB13lLUw7pZurmhDdAckR3d0w8romz1fZS6DN6EDSDY,43929
21986
+ pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py,sha256=uEA2TTqJuE2QwdbI2pGdW9kg8bIfDHQqmOaEsT4jMZw,22894
21987
+ pulumi_azure_native/networkcloud/v20240601preview/console.py,sha256=4HHa_hfQez05mZn923Kn_c2U2N66pscyvUJtdXuI2mU,18846
21934
21988
  pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py,sha256=6JliqWtE5FEbE0hWSmbykBqnVjqtgOP34k-rRekJc8g,16984
21935
21989
  pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py,sha256=iJqANI3lgEsv4n0UGroabNtIckoisefikniALh0X4n0,29553
21936
21990
  pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py,sha256=h9oNsmKoWvxLBoU-n_h30jQqW90K5mSraIZKoxaOA0U,14920
@@ -21949,28 +22003,28 @@ pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py,sha25
21949
22003
  pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py,sha256=5DFnRoL5Z4bBJYaoIjQ88vdympA2Td6qSZ69qAi677c,15401
21950
22004
  pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py,sha256=Lmdb_1z8dKZ2NoXURhQHE1MLOSlRKvp4Nd6s4EkDKjo,23551
21951
22005
  pulumi_azure_native/networkcloud/v20240601preview/get_volume.py,sha256=anCw7PFB0L64rK1mxdScggAaNilqehvV8hPc1uyWPMo,10409
21952
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py,sha256=dKiGLF1Ct-0kTgnmXVoqPR5fiZLPHaoebAVdhh1Hnhc,30573
21953
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py,sha256=DE7qZKE_2MZz-MsTZdi7Ns7Jl-Q4hPJqrtnNuiRd58U,14385
21954
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py,sha256=DQ4I1TsQmBjDj5WbKu2zbucJRAHJiOIbMHvotfmZnlQ,19730
21955
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py,sha256=WziHfj_F3zgKC3yu2-uPpGeHiE0IJDSEe98fEt31Bks,28698
21956
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py,sha256=Y8zL1GEAN5jzJ1iKkiPM6deW-x6LU4AXjyDRZhH6V4Y,17256
22006
+ pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py,sha256=HXiIc_og96uwfI6aCTEkvvmQqGZTB0kzTFShuwHA6nA,30657
22007
+ pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py,sha256=IOg4l4EU-B0Wl0OOz5Hm_FA4OMVr01InyuWRI16LRzw,14476
22008
+ pulumi_azure_native/networkcloud/v20240601preview/l2_network.py,sha256=8nnXXOuQZWP1GWM-0J3ul-ICCYw0mB2FbpNZy_gBOko,19806
22009
+ pulumi_azure_native/networkcloud/v20240601preview/l3_network.py,sha256=1u_y62nVZq0InY3Dsq35Y_2NNLMlxigQpRHRsRMFuU0,28774
22010
+ pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py,sha256=DcPh1UkhS8Zu381RAkF_blhHm1ING1hDadDijR0nVcU,17343
21957
22011
  pulumi_azure_native/networkcloud/v20240601preview/outputs.py,sha256=9ikKfNj7wy2wEDDXXAOZlOR-HiwoIObSQZkYM9IWHU0,173002
21958
- pulumi_azure_native/networkcloud/v20240601preview/rack.py,sha256=FEK-ZuXeP7PZkmRf8jprwbtOwAPOORdl2SSVF82Jm0M,18674
21959
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py,sha256=wxYE57nE2-3rLa7jyrnd-5TktNUEz_Mg07ozLL79cK0,23540
21960
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py,sha256=hyYkjmcM8bq4se9iC3JJ2pDqMUyo40SoxNljSFmVbNM,21918
21961
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py,sha256=VYO2qAAsLbNwhQchLjBIXj34dsPsZpI3EF5nbO-D9yk,41851
21962
- pulumi_azure_native/networkcloud/v20240601preview/volume.py,sha256=pfuFbAC0rnjQPHUvnkrh5SkvI1ep01NqIN8HAgaEz54,14055
22012
+ pulumi_azure_native/networkcloud/v20240601preview/rack.py,sha256=5BE6XXuhWnJF1mRyJwcISsqukZMmunaoa1AdMCaxg4E,18745
22013
+ pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py,sha256=zy4EyCMGkV2JTszFk89d0VJP0EOMn-e3xOi_DwQoMe0,23623
22014
+ pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py,sha256=cVJvfewda978n7ErjtjNgjVHUA7ghOjQnj5yJACc9hM,21999
22015
+ pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py,sha256=KzoL6ZLtg19Z6fWQIuqmNr2MoNMK-pVi6Ccy97-gbUg,41932
22016
+ pulumi_azure_native/networkcloud/v20240601preview/volume.py,sha256=yAca7N4qoSJJtmrjm7PjP_BagnxbfrQeqLlscCDfewo,14128
21963
22017
  pulumi_azure_native/networkcloud/v20240701/__init__.py,sha256=VD0OyKCB5DFnRwRVj0k96eoSS-Njl_zZMEh1tUFTnsk,1483
21964
22018
  pulumi_azure_native/networkcloud/v20240701/_enums.py,sha256=AzrYqaqbA_0SPosewstau94V47Q2rhZuCLOx0r2gvSU,8854
21965
22019
  pulumi_azure_native/networkcloud/v20240701/_inputs.py,sha256=66dEoxmMnJLKwYVywLiQC3LWHVPpFloLZytfmUHB8u4,155550
21966
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py,sha256=ODmULo7rcI6gscZkdgN2lRVRK8kahXfX4utvA7a40ro,31158
21967
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py,sha256=7p_eyrwukPgZz9XvvTPL9BLNFu4fXlPQzCRGJ6cV1_k,35702
21968
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py,sha256=yYc_KafU6n9JkLYFuUk914FzwzPnpmbVsA2go6I1504,24186
21969
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py,sha256=rwcOVnwOdV_9OZckyGDGYUfqG3LK4NiI6t4fNUtN6M0,20380
21970
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py,sha256=QYdpa8genKmyUhwkuBX7ZPRbwaDcm1aSmsMshDn8Pwc,20810
21971
- pulumi_azure_native/networkcloud/v20240701/cluster.py,sha256=oTg_uqzUJfG6LrVFSl0O7b9lfzjB37ni-XTEPbPutHM,43855
21972
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py,sha256=v0VaLUY7DcutM19nfv1VGhaEmaTxW35Vs05THrERGGM,22813
21973
- pulumi_azure_native/networkcloud/v20240701/console.py,sha256=bD-StBKnV8CTQEhjyfdP3f1_fsVboZjZWQqwdFKQwjw,18772
22020
+ pulumi_azure_native/networkcloud/v20240701/agent_pool.py,sha256=gnZVKlGI7HmkQ4ydDrEbmkHFuGqPrXHyj4qL691VVMQ,31234
22021
+ pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py,sha256=rl8r9WApl8K8Gm37daHx-twvrzxMIav62xF4VXW3jIg,35785
22022
+ pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py,sha256=mvYjFIy6O--Y3GjziLauqQX8_Mc0fJYVngDFYSNLBA0,24275
22023
+ pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py,sha256=OqJYpcnIbQxSh9guQSANNp7k7_B9FwvzJRvu9Lr4mXE,20456
22024
+ pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py,sha256=4VxB35KNFot2RnAhIXM80kq317HTkbMBkFA2UsR57hw,20897
22025
+ pulumi_azure_native/networkcloud/v20240701/cluster.py,sha256=6zu1wxE3C0eZaYbaZvTiV1FsC8HedQfjQgoHVHqNTho,43929
22026
+ pulumi_azure_native/networkcloud/v20240701/cluster_manager.py,sha256=Q3E1P9ypWNcArh4GrwM5pItjuSTHND90H-0vsPTBh-A,22894
22027
+ pulumi_azure_native/networkcloud/v20240701/console.py,sha256=5WYvayUP3tFhIabbBYo6_CwlZaTNF48D55o7E_yG5Bo,18846
21974
22028
  pulumi_azure_native/networkcloud/v20240701/get_agent_pool.py,sha256=A5VTAqXhwIgBSslpgj8xMuWBLikgntB7eKksmhYlFlE,16970
21975
22029
  pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine.py,sha256=QbrRTjkiO-MZJC1dVHiPGWRhRiDGQius4kHvhvgn8RQ,29539
21976
22030
  pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine_key_set.py,sha256=a-7GwQBwIW6LmaIL3j-VVqfuWNySCbWQDmRixNXyupk,14906
@@ -21989,17 +22043,57 @@ pulumi_azure_native/networkcloud/v20240701/get_storage_appliance.py,sha256=Kosfs
21989
22043
  pulumi_azure_native/networkcloud/v20240701/get_trunked_network.py,sha256=wyAeZ7Nw7tovfRHw9nGW19x_UzOIPmayoPy2e9lgHyc,15387
21990
22044
  pulumi_azure_native/networkcloud/v20240701/get_virtual_machine.py,sha256=8vfLI3PKULhtVrVsNR8NOsf6_cDJ2t_-LfJLGEVM9TI,23537
21991
22045
  pulumi_azure_native/networkcloud/v20240701/get_volume.py,sha256=7ADdUVQTXU9-UiUIGztabmVlzzoYL0JxlctsP3vtlwo,10395
21992
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py,sha256=F2eQ-eGPhwJWBw3v3abPZ_9OF3qpRVihzoUJrGUbNkU,30573
21993
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py,sha256=v8jauxdk51_YSJo6Y032eSdqImlt7uCzEDKFJtJ3St0,14385
21994
- pulumi_azure_native/networkcloud/v20240701/l2_network.py,sha256=YsDkadVdV4jpy81eJrgfaid3WQOoJ495vx19wQVd-FI,19730
21995
- pulumi_azure_native/networkcloud/v20240701/l3_network.py,sha256=y2CZvPzq79mHt_q9bYVotEuC2HPIM184g5oG7-vgWFs,28698
21996
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py,sha256=7MZDx1__FOwx0to1XpFEY00GZPPz0_wFKrVlhu2YPTQ,17256
22046
+ pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py,sha256=PAn-AXvP5EvN_a9_iH5z_LjCGAsdLuqZfERxJ2amVKw,30657
22047
+ pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py,sha256=F73p7mZIlkgDZy0AJP2gBh-NkNeI_Bu31QjP7nFnNjU,14476
22048
+ pulumi_azure_native/networkcloud/v20240701/l2_network.py,sha256=rbEYCjRiC818nxhwuSWvjRQ5_1nHZKfpV70Ol0I9AHo,19806
22049
+ pulumi_azure_native/networkcloud/v20240701/l3_network.py,sha256=aFWCh4q70xCqlbazF5GtV7BdNf97L8MX3vO9rCE5vlc,28774
22050
+ pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py,sha256=_bp5DtzcQAzP8f5zx3g4lA9Z34JcuUtXqBEXk3m6e8o,17343
21997
22051
  pulumi_azure_native/networkcloud/v20240701/outputs.py,sha256=9ikKfNj7wy2wEDDXXAOZlOR-HiwoIObSQZkYM9IWHU0,173002
21998
- pulumi_azure_native/networkcloud/v20240701/rack.py,sha256=iNNRFxouvbWRpznOOYaS_ZcUfbQuwuY3yDwdh3u5WJ4,18674
21999
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py,sha256=ub4U78GVIkp7s-VR3q-lwDPDajtuhNgM0QnCyXY82W0,23540
22000
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py,sha256=OajKzcjwf-YJFYwQr9usfm2726C0Pgl7N-qbZAG5LtY,21918
22001
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py,sha256=H4yIQaS0yly4odq01JntY1UeLqGufzN0AXKhC3Z6CMs,41851
22002
- pulumi_azure_native/networkcloud/v20240701/volume.py,sha256=-rGJyh18qlH7BU7VnkkJXXzCRsO32gi7tbNEUXIDkT8,14055
22052
+ pulumi_azure_native/networkcloud/v20240701/rack.py,sha256=pgagpJAHhF7mS0r0-2_FR9xnGL42hX-VXHkSI3UXKCQ,18745
22053
+ pulumi_azure_native/networkcloud/v20240701/storage_appliance.py,sha256=mQt0S8XjUrYq-VfAtVRq6wU1J82CFVndpuqH_1za2UU,23623
22054
+ pulumi_azure_native/networkcloud/v20240701/trunked_network.py,sha256=uLDMJ44C4k7FfjwpCVNfZNCjORVJJvP6an19YBmv-vc,21999
22055
+ pulumi_azure_native/networkcloud/v20240701/virtual_machine.py,sha256=mPON47dfZOJO5Os4Zh9AZZllCTZZQ7QCLhPRvKEFB4Y,41932
22056
+ pulumi_azure_native/networkcloud/v20240701/volume.py,sha256=Ek9Z2MQypHPLrQx2jbA01nBEfgRsPI-fMtBwYdpGTPc,14128
22057
+ pulumi_azure_native/networkcloud/v20241001preview/__init__.py,sha256=VD0OyKCB5DFnRwRVj0k96eoSS-Njl_zZMEh1tUFTnsk,1483
22058
+ pulumi_azure_native/networkcloud/v20241001preview/_enums.py,sha256=Fvb_gvqr-vx28E6i2a_WqPWED4vAnMn2fU12-jPqj8I,9540
22059
+ pulumi_azure_native/networkcloud/v20241001preview/_inputs.py,sha256=x4guaXfeqbm_joA8jhkrbASKzo-euwh6fUbBfOwYxpI,163264
22060
+ pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py,sha256=nHYJsCJ_ZKj98e07PFq0ec7veQbOSMLIi6yXkgs5Xy0,31234
22061
+ pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py,sha256=dUvs11NiJ1bQsc7z6D5XNRKqJTLtyEXm2dB01DkZQPU,35785
22062
+ pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py,sha256=MlafCZpDRSfJ8BuV3RAzwu0X7OL1jF6AsOs7PXgxSzI,24275
22063
+ pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py,sha256=LdHalbrL7gcwb4wYbkWd3FcjI7Uw8e8YZn4KRCc6QD0,20456
22064
+ pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py,sha256=dmEScS3j9fVPjNFasrMFxEW-qoUz-LMSYjF4uy4gZLs,20897
22065
+ pulumi_azure_native/networkcloud/v20241001preview/cluster.py,sha256=5XyY6GOnHg7MOGzrfLDIHEpOW09-3Osh0lVTo6cLXFY,50017
22066
+ pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py,sha256=Gnx6T4YtRaOaCmUWEYXybpWEgD-gno4TYnMypIAQoj0,22894
22067
+ pulumi_azure_native/networkcloud/v20241001preview/console.py,sha256=p92oFROHyzkkQpEs-mkZXiOQPOzGxJiBm-b5jZmmmSs,18846
22068
+ pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py,sha256=fSRNHOtNGLxdNX5N6UgvcyRKJyot5naNomfonKVOr6s,16984
22069
+ pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py,sha256=fxbL4cQ-slz6bxiVjInlE9Haooy-ekyGGED7dm0dKdU,29553
22070
+ pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py,sha256=TdrbXAvd-jicvxD3pkH3RPdTDJfC66K_bQ0Pf95La14,14920
22071
+ pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py,sha256=vO-SibvEAg7TGonJBi4xamExW55h_jRLKG9rlBaxT-k,13109
22072
+ pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py,sha256=p8LccS9LcAmzUpcceMReSGL48TJRiIn1icWztWYmOSk,16466
22073
+ pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py,sha256=k7Pgh5vxMiXaKCT8zjheewsIZso5pIg4UeTweT-7vdY,31838
22074
+ pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py,sha256=fweQvf4NiJZG8ccTckZLheDl8lqUITbofziBWeBTqjY,14736
22075
+ pulumi_azure_native/networkcloud/v20241001preview/get_console.py,sha256=rp6EYNNSxrgtXBiUPHfYX96DJfjZAjtji7E6q-TOK_U,12623
22076
+ pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py,sha256=Gk86yeB4p5Ds4H2_Vp4cNEAn0fQ_JG3UIN0Yxwzdz0M,20496
22077
+ pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py,sha256=dJlad5QDyklyjAU-I3qlzAFnvWOSoejrMR4VD0a0L6k,11253
22078
+ pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py,sha256=quN9WbfAOJoq-nARHgEZpHR11DgfC4EorOk-FTmGx58,14619
22079
+ pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py,sha256=YoK0VG78gcPo3uXD6FbY_hc3LXe4deh_bDD_hVeWvXg,18419
22080
+ pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py,sha256=0ef2LXNoHNJHqCJxM12NWU-I0oyjBKSLzmhYFjMEJC8,11636
22081
+ pulumi_azure_native/networkcloud/v20241001preview/get_rack.py,sha256=5_SUf56aRWyzqLfiYpE-hofHKZ-rAxlGBqVrdNdDYXQ,11965
22082
+ pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py,sha256=8HZlh1yAo5_mz0XMWmdvFRxQjEgtEbj-YMWBKCXtJDw,19121
22083
+ pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py,sha256=sjlwwU7NsB3ktqMzhbeI-xrpohGPWkHiCtX8rC_cbFM,15401
22084
+ pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py,sha256=mo2WI6JMA1ik9VmgFH3PDu-REd9VzMAp0i6noUWdJG0,24407
22085
+ pulumi_azure_native/networkcloud/v20241001preview/get_volume.py,sha256=6XKzSQRJYWKeMdNNzc43dwRab7WkcfdZnIUmsKo-jAs,10409
22086
+ pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py,sha256=v6jTNBY3G25UIbtEO2VNE76Wk6hC5jmsmZpvKMoi774,30657
22087
+ pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py,sha256=spAvQo4GaWDQLUeLajq0i8bGa37SipCLfoN0VLenkqw,14476
22088
+ pulumi_azure_native/networkcloud/v20241001preview/l2_network.py,sha256=39O83fUkPv_jT0Y3rIrRFZTLbqK5nH7l6GnmAULOdzY,19806
22089
+ pulumi_azure_native/networkcloud/v20241001preview/l3_network.py,sha256=ceWx2lXXO5BEmbi0tNpx7lnenp8nv425uIfEiLRAiJA,28774
22090
+ pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py,sha256=d_U8lQrOIYwLLx1JOO84SMSZjGKZMv2lstR1w-EAgHg,17343
22091
+ pulumi_azure_native/networkcloud/v20241001preview/outputs.py,sha256=GcG8fstfviwzooHHh-WOteQDeJ46vLLSvcVHoPBtF8E,179615
22092
+ pulumi_azure_native/networkcloud/v20241001preview/rack.py,sha256=zrPdaEvBrjmQUWXsKL69uqEgQ-0ca-z63pUPloMc-74,18745
22093
+ pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py,sha256=0Nrp5ldCQc2O5JAZvKl6fEmu7TuD3-MtgoVSOPNcPyM,23657
22094
+ pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py,sha256=4Xj6KgyAJsOaOrA7_ovKB3D0e2Kkf_XUG4GgjvMIqCM,21999
22095
+ pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py,sha256=nkW-o4E29CqQpUQ0Ic0Tmxr3RsiE3dFOCR0M2Z1g86Q,43763
22096
+ pulumi_azure_native/networkcloud/v20241001preview/volume.py,sha256=0nWn2zBM9-twdoYbJCsNJxlYATGEoIUIsemjHU0Nk30,14128
22003
22097
  pulumi_azure_native/networkfunction/__init__.py,sha256=61-JFlKYTcJVi18mnqCcYqCIzNOuzerKWWBgKL_dik0,1095
22004
22098
  pulumi_azure_native/networkfunction/_enums.py,sha256=IM61hT5w9L4ErDf9DqJ4xsn7oTyl3tunaqgY8xpgQa4,693
22005
22099
  pulumi_azure_native/networkfunction/_inputs.py,sha256=O3vAQTZDDvtdTFaPHnaTpkhW4cjwCWJamhc0LPpXH8g,8565
@@ -22973,7 +23067,7 @@ pulumi_azure_native/recommendationsservice/v20220301preview/get_service_endpoint
22973
23067
  pulumi_azure_native/recommendationsservice/v20220301preview/modeling.py,sha256=DB3uCMMK5RUhhs_cjIk8yMb_7fdvtgyXeYOdtxZYYsM,11629
22974
23068
  pulumi_azure_native/recommendationsservice/v20220301preview/outputs.py,sha256=lfDzE_vKUnXh6AqH8-RvBvbHkkrCeoJ52T1CT891r_g,27905
22975
23069
  pulumi_azure_native/recommendationsservice/v20220301preview/service_endpoint.py,sha256=ZhmD6Zmom5PveUJlmCyEnhmBlt2CP9P4M34DfCT4OH8,12007
22976
- pulumi_azure_native/recoveryservices/__init__.py,sha256=zH4TOhvdRv3gsxCJmv_oFh_C0VsJFsNZjY6QcDS87TE,4678
23070
+ pulumi_azure_native/recoveryservices/__init__.py,sha256=BA3L7lJA03FvpCiGUjp1-NeFINc7--WuRJVKjaxHdYo,4910
22977
23071
  pulumi_azure_native/recoveryservices/_enums.py,sha256=jDG5oPDSvd8YIMDTXM3sZJnRoT54zqsifHnmxI8D29Q,15508
22978
23072
  pulumi_azure_native/recoveryservices/_inputs.py,sha256=hwFy4UxdjoEngcnsmf7makL8WnmJ39cn1iznwQjGElw,1129305
22979
23073
  pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=eIqlgETXpKUDErRaTdyWkLI_s2oNKO-oZC2bEMCZMn4,7569
@@ -22994,7 +23088,7 @@ pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.
22994
23088
  pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=RiplyDrsw8s4Gxh0pBSkM7NOvBqacNhU5hYAkRodA98,7632
22995
23089
  pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=xVb65aQCk-LepVixM27KltwNelkalzAXH2jWBTQiGdQ,6306
22996
23090
  pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=u7Oo_GSqcu2yMMMh9Yio4Om-HwduHUt9a2pFk0Eewtk,7119
22997
- pulumi_azure_native/recoveryservices/get_vault.py,sha256=cUDDIfyEFomXr5hKq3AjZhD3QkldcWCQw_xNVPVnFbs,8042
23091
+ pulumi_azure_native/recoveryservices/get_vault.py,sha256=BUKrKOfuIQbFqh9fXF_KAUPsdQwkvllW71nM4TmEx9k,8082
22998
23092
  pulumi_azure_native/recoveryservices/outputs.py,sha256=OPxdxbUEtzqtQ9skJhGFO23D8Z9D8wXkD_BqE0VhDiA,1451492
22999
23093
  pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256=HZTyQblGywZlWMZFiurwt0Nkok9ZHc3H4Y0hiEXH1G8,16140
23000
23094
  pulumi_azure_native/recoveryservices/protected_item.py,sha256=pG_OEouTMWRRDwYgj719vrSJ8QJXZoWJiLHf2-l908k,22402
@@ -23013,7 +23107,7 @@ pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,s
23013
23107
  pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=xHabV_eC81vXYcr568WFx9ARTuSvWOgHZqzTBnr8s9E,15444
23014
23108
  pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=jjxpq0Lg4L7Obwp3RwCGHjwPd5lqxRR6AhFOQDsd-XE,12841
23015
23109
  pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=pv6bAxtA78u1UfJzvqBgeDJOXCAssvHtSdVzcRsM2bM,14454
23016
- pulumi_azure_native/recoveryservices/vault.py,sha256=Ko5UHST3SQK9k_MlTtDnYDAiPwiQlAYJj7v2G5iXPpo,15650
23110
+ pulumi_azure_native/recoveryservices/vault.py,sha256=GnPukKeO4G8ldNqcFPps8XY5wembbx9kSvyFD05_7ZI,15766
23017
23111
  pulumi_azure_native/recoveryservices/v20181220/__init__.py,sha256=dOWCqai8d8e8HIkcf4yCME2oxAEl-9myDoJwPC4eFrw,344
23018
23112
  pulumi_azure_native/recoveryservices/v20181220/_inputs.py,sha256=5nKFWvljYUnSkelZlelh4b8fYhvFL_brua1T-q9Zrf0,3267
23019
23113
  pulumi_azure_native/recoveryservices/v20181220/get_recovery_point_access_token.py,sha256=3myDF-wvjYrwijscsIl4b3fW-OJASk6HqLqrxDBZIxs,9646
@@ -23023,7 +23117,7 @@ pulumi_azure_native/recoveryservices/v20200202/_enums.py,sha256=F9N1Ark62SLqrEak
23023
23117
  pulumi_azure_native/recoveryservices/v20200202/_inputs.py,sha256=TIxNQEGnUcTcVpo4XMwVgJL1EE3dWyV6T_kMDDO6eDY,13339
23024
23118
  pulumi_azure_native/recoveryservices/v20200202/get_vault.py,sha256=hFU2gnnRo5mBPZYLxPh0aasI-YnQMcKeCufyX-w5veE,7128
23025
23119
  pulumi_azure_native/recoveryservices/v20200202/outputs.py,sha256=DqBhL5isJAJCkWzaaRARqjY5X0WJwdosW2h6zGzz7nw,29045
23026
- pulumi_azure_native/recoveryservices/v20200202/vault.py,sha256=9w43XPtY10EVyCTP1xvclUv8HwW3N_g2QItdJIf_p9E,15532
23120
+ pulumi_azure_native/recoveryservices/v20200202/vault.py,sha256=P3HCTZNvkuOCq3aECajc2J2DxraXNNUM-RswSkMVcc0,15608
23027
23121
  pulumi_azure_native/recoveryservices/v20210301/__init__.py,sha256=syUaJiAPc9y6IwKxomgkoXw8_J607AxBbP1FEEHW-5E,461
23028
23122
  pulumi_azure_native/recoveryservices/v20210301/_inputs.py,sha256=chhWHKLiCcesQZzEH07S7o9o8gvPNSWEQGL1uGiEUBQ,13606
23029
23123
  pulumi_azure_native/recoveryservices/v20210301/get_replication_network_mapping.py,sha256=wUYtFTP2P6_w81gm7igk2DHG-BRYYjaqbSeQRZCJaY8,7036
@@ -23076,7 +23170,7 @@ pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_pro
23076
23170
  pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py,sha256=za2xo-mgAKrlVeJtbw_MPeHiP0p9X3l7go_yF9uc_Ck,15033
23077
23171
  pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py,sha256=Ix_0DDr_vDWf40wNW0L1YeQPl4RgrcwmtJJgju1S6pM,12406
23078
23172
  pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py,sha256=tqelpifPDynnQGvq2oDZtyatCH7Rk5JsXvwRDBf3GbE,14131
23079
- pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=oLItLqpVNeiopQPBFj3y3j-Kl-sjgFMYm495WULmLmA,15175
23173
+ pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=161ePnvqU5tLnM5nvaqTNTZYF5zuy2-hgBWKffYBoCA,15251
23080
23174
  pulumi_azure_native/recoveryservices/v20230601/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
23081
23175
  pulumi_azure_native/recoveryservices/v20230601/_enums.py,sha256=XfLh_JcowBAl-apzwZdUXkmHYZBawmpc_5CxevCvlsc,14835
23082
23176
  pulumi_azure_native/recoveryservices/v20230601/_inputs.py,sha256=sgGE-ea-UNFlLDgSPWay4c6xCW-82cySC6F9XVzie1U,1013073
@@ -23114,7 +23208,7 @@ pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_pro
23114
23208
  pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py,sha256=Pw1-pNm2pPw_i1ToaFAnjijznOhkVaJkukShxHxdL2o,15033
23115
23209
  pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py,sha256=iQXFuY4BpChzlhScZBb3qUR90m_aUHdtYlkO-Tge7QI,12406
23116
23210
  pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py,sha256=1bld1mSYDv73xvoeY8_e_w33llWwMK73Pb2Ek14gVKo,14131
23117
- pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=i9agIOWxvagPii8zw-XV6BglZDK7aL5PS7PiJE_Psmw,15175
23211
+ pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=EBSEFsZJGTi9FYdTLKbRdq0nufKkUeTOj4HDutWi42g,15251
23118
23212
  pulumi_azure_native/recoveryservices/v20230801/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
23119
23213
  pulumi_azure_native/recoveryservices/v20230801/_enums.py,sha256=Zia8xTYXM8i4A8W-OtRCMFQBmMPORvleQqdXoUCIifk,15841
23120
23214
  pulumi_azure_native/recoveryservices/v20230801/_inputs.py,sha256=B_-vx1YtkmDyWN50_omRcruKw9fCL685ATe7PavyNzg,1019595
@@ -23152,7 +23246,7 @@ pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_pro
23152
23246
  pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py,sha256=0aXtSJ9QLDpPxqgf9NvosUggCJc3_cGLMiYQieS1E40,15033
23153
23247
  pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py,sha256=MTsth5bZZlikseEKizr64W4vlVaai2tKdNaN1yqsXIU,12406
23154
23248
  pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py,sha256=1rOuVrUKru50noK5Ol6OXIu-lWoYQbzs3rojROb-M1E,14131
23155
- pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=MB3VtUO_aYQgseDr5d4jhZ7vmeeFGSxAB6q3Eh2GZi0,15175
23249
+ pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=WOK98KZX_vc1MLfT53o9SDrmQo0IqyKQB-Y0s91IaTI,15251
23156
23250
  pulumi_azure_native/recoveryservices/v20240101/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
23157
23251
  pulumi_azure_native/recoveryservices/v20240101/_enums.py,sha256=NhpO9E_Vilt6-q5fsi2lw_fait_088HSUe4Q2jh1O0Q,16415
23158
23252
  pulumi_azure_native/recoveryservices/v20240101/_inputs.py,sha256=m5HfqXjzPSoYOgJc8pT77jw1vkaowS7Raj2yHMl5WJc,1042097
@@ -23190,7 +23284,7 @@ pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_pro
23190
23284
  pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py,sha256=eTChXpZ0HV8sbaGh0lHy15FMAT16iOkQyXdsB_SPS3k,15033
23191
23285
  pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py,sha256=bj_XBF6kLvuAJbQucQmwj31yRwhMMMLXouHSsUpMruo,12406
23192
23286
  pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py,sha256=0OaqkkJp08wKjHxVJxeLw317VC68-Py71AZz7drVUnI,14131
23193
- pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=T-rtD8fedJlVKvvEi2cTumwyk9--n3BicB9xlOo8FuA,15175
23287
+ pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=emM8DVIIzjviA1datS7VyhKSFOLXwRhVBs2o4-xIvDw,15251
23194
23288
  pulumi_azure_native/recoveryservices/v20240201/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
23195
23289
  pulumi_azure_native/recoveryservices/v20240201/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
23196
23290
  pulumi_azure_native/recoveryservices/v20240201/_inputs.py,sha256=IsQsEP30jJ3Z9lH6HMxbIcNlC9h3D7qZNmSzUi9M3fQ,1171492
@@ -23230,7 +23324,7 @@ pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_pro
23230
23324
  pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py,sha256=p-fBKb7vfHGXOz7HLkilUwaRPd_PlOEbslYl_QNl1tA,15033
23231
23325
  pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py,sha256=bix0MRwkEOawWfi7prE7XC2kYZmHIIpFEvBgvTv21mQ,12406
23232
23326
  pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py,sha256=obbn1HSQg8xJrTxmsF-kVF_3bBbnqdDanvz09Rp0tkc,14131
23233
- pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=gp2fNplch6v1PfEd5HW1mrRz0rs5ZaMXs2u_rvNZZKM,15175
23327
+ pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=JIWCGiDD19hyLjoWQdFkVhVonljbCthTYfjt-XopZgc,15251
23234
23328
  pulumi_azure_native/recoveryservices/v20240401/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
23235
23329
  pulumi_azure_native/recoveryservices/v20240401/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
23236
23330
  pulumi_azure_native/recoveryservices/v20240401/_inputs.py,sha256=8BHZEVywf9m4Zcp_bHq-4b6xx8rutH8qR1Uo-a1hU44,1172696
@@ -23270,7 +23364,7 @@ pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_pro
23270
23364
  pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py,sha256=Q1iGToOvaDZM5CSa75ceRVkJmKvQmWZAKozI4KGKR1A,15033
23271
23365
  pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py,sha256=bv2NKs3HIAB4_ErzoLO7EEO4ICBUOlVuJQakJut0rNk,12406
23272
23366
  pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py,sha256=Kjd_fSD_A8na3CEVNUSf6glYrrE1HLyRSqS4mhU9lLU,14131
23273
- pulumi_azure_native/recoveryservices/v20240401/vault.py,sha256=9kGgqOy8cQjCqjZDg8Svxcw0ST5hCJGxDssQKb8PckI,15175
23367
+ pulumi_azure_native/recoveryservices/v20240401/vault.py,sha256=nCEP3vq-ANxLo0jRNuuAAplbPcDMc9Rq2rVenlMA5b0,15251
23274
23368
  pulumi_azure_native/recoveryservices/v20240430preview/__init__.py,sha256=8SVrlYo57BWa7d7IN2nzk7yy1_YCxLBFUSZsMlp2UFw,811
23275
23369
  pulumi_azure_native/recoveryservices/v20240430preview/_enums.py,sha256=kP_Cj74wQsfXG8rbYfNz3UHceOJCwgSdsxGLaw1wPOM,12550
23276
23370
  pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py,sha256=eOaCSYHagEwbuxq0x_8CMufFXj0KDOdEvSE4Tv4agZQ,703779
@@ -23288,7 +23382,7 @@ pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py,sh
23288
23382
  pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py,sha256=ZWcypF2spwQBJ_hjsXY5pUwUlkYZSzO98CRyCSdS5NI,17552
23289
23383
  pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py,sha256=kh4cd4dTFvUlGDTl9TcrASKEM-LT65Q6ECy_4N2Tk28,16699
23290
23384
  pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py,sha256=o6O4xqJpVLVBMw2e3FGFVeY-cW0aS06wx4IIu-1xOK8,14131
23291
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py,sha256=w0chbgqJgBAnSTvgW5JkTL1i7WJab7ybtnwJNsRVsqM,15175
23385
+ pulumi_azure_native/recoveryservices/v20240430preview/vault.py,sha256=ldZNc8tB63gvdFGyPDI2thkwESSPnn39nxbyUQ4EqJU,15251
23292
23386
  pulumi_azure_native/recoveryservices/v20240730preview/__init__.py,sha256=6cCNev7NpUVCDtyVd-7w1lkKqqpZdY6v341peamrhcs,765
23293
23387
  pulumi_azure_native/recoveryservices/v20240730preview/_enums.py,sha256=V7qbGcslUWnBhHvTgfNHJ3mjI1y2cmLTO0hiMGfnQHQ,10091
23294
23388
  pulumi_azure_native/recoveryservices/v20240730preview/_inputs.py,sha256=ELu6YvR1vl18A3orC-DYv9PNIFWIvPsearZlSUzxt-o,662703
@@ -23305,6 +23399,12 @@ pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py,sh
23305
23399
  pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py,sha256=4UdIka2gpO_lb1cLONOMUoeG9yiJOM1IFo6U-9eOgSk,17552
23306
23400
  pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py,sha256=xE2na4qkznld7wJDHNFK-2ygNRVr3N_FC8CyGAKVU-M,16699
23307
23401
  pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py,sha256=IDSLLOCVHADWd1RiJfPz6B2lmLEAVIDzm17nFGYMcco,14131
23402
+ pulumi_azure_native/recoveryservices/v20240930preview/__init__.py,sha256=b0MTRPpEMtGACG6KKDlz8-AidouoVyftN5rXWQSz8k4,365
23403
+ pulumi_azure_native/recoveryservices/v20240930preview/_enums.py,sha256=Z87v3Ds4bXUeknS32dnnyxsCa7tvq-Y1xuAYdJAaYm4,2663
23404
+ pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py,sha256=LFFmwf5FzB6YxGCxX8rRAQfxf8YbOKvN_IK0HXU9nT4,41629
23405
+ pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py,sha256=ab_B0sHhfqcbSd3JPGVlPs3o64a41WzEhWxuyxRj33s,7719
23406
+ pulumi_azure_native/recoveryservices/v20240930preview/outputs.py,sha256=mxOqm3N9K5Vnm_fpi7gmd-UZZLYCVY2bThafGVSPeNQ,64080
23407
+ pulumi_azure_native/recoveryservices/v20240930preview/vault.py,sha256=9FygnxiSTv4S3wy5WPiFZWaTYVovLrp9vWNtiiNV2Kk,15251
23308
23408
  pulumi_azure_native/recoveryservices/v20241001/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
23309
23409
  pulumi_azure_native/recoveryservices/v20241001/_enums.py,sha256=ybhmcIF7IiD1ZJjYZNwXNjUnza2h7flM3WXqM1keQ_s,16910
23310
23410
  pulumi_azure_native/recoveryservices/v20241001/_inputs.py,sha256=LvpwKiEAo78d_ftevBCa_TGAq2VioQIfflgzKjGBIis,1175388
@@ -23344,7 +23444,7 @@ pulumi_azure_native/recoveryservices/v20241001/replication_recovery_services_pro
23344
23444
  pulumi_azure_native/recoveryservices/v20241001/replication_storage_classification_mapping.py,sha256=5Y7Dc_j7kmZ1vTztY7wCb0kYt3prIoLggwZZ3ftoSiw,15033
23345
23445
  pulumi_azure_native/recoveryservices/v20241001/replicationv_center.py,sha256=vj8mlJp4XaEgG_KmoIb29l0NaRRFkOHIKamc6iVhpm0,12406
23346
23446
  pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py,sha256=mevDMMa2J4ltli9gE0Cj3cYlKeF_cC3uwuSdjE2lZQU,14131
23347
- pulumi_azure_native/recoveryservices/v20241001/vault.py,sha256=ACRT4MlAbM33rUjgO1Ou3Axc-w3mgINSKicmczuW9Bs,15175
23447
+ pulumi_azure_native/recoveryservices/v20241001/vault.py,sha256=5o3KLwKcYbmAoX5nevgdlumPQxwJ-KeYw0tTj2WP0BI,15251
23348
23448
  pulumi_azure_native/redhatopenshift/__init__.py,sha256=eSDjYSxdGoG0xFsw5BYjwBs0CEyGilFVccOnAiyGlxg,1783
23349
23449
  pulumi_azure_native/redhatopenshift/_enums.py,sha256=QwWKQ0GToRQJJctO7h87gFb2MY2ikwzKhiHBTrNCkeU,706
23350
23450
  pulumi_azure_native/redhatopenshift/_inputs.py,sha256=eefHjBam1ScLZiGZg3fjcfLj_4STbOMrUf_qlnMJHuo,23899
@@ -24372,110 +24472,110 @@ pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_m3
24372
24472
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_mip_policy_sync.py,sha256=43AZ7M6moF54ckiSp-jIaZ6yvWGRaUsJCpT2dHgGS2U,13928
24373
24473
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_o365_management_activity_api.py,sha256=J1vit2i-X4gi8kLlcG38ZndhavKg9Jsyk3qeTMTAI64,14400
24374
24474
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_scc_powershell.py,sha256=W47CoVp9ao6LLpEwvNfyavuRT7DlT1hBZpQJvF9z2Hg,14136
24375
- pulumi_azure_native/securityinsights/__init__.py,sha256=xvlbnaUlDWRPjHeciYTPt444H6pxXeSgAiDAMILyFqY,10754
24475
+ pulumi_azure_native/securityinsights/__init__.py,sha256=DcdKATafsejJ1qYNuW_nu2vuVBmpDFmBqGE-z9k8VSw,10986
24376
24476
  pulumi_azure_native/securityinsights/_enums.py,sha256=pEUbue55-5k7D4bKUTmxz0pCw6a3PyHHYjfunxNG_OM,29861
24377
24477
  pulumi_azure_native/securityinsights/_inputs.py,sha256=hmc_eBjlPFfc1FuWKRcFhzUzSPGRw635m3YcWJyCzpo,229633
24378
- pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=YX-PP0O2BAdB9mt42XWDhjTv_TFUXAF1n1bVN3gtneY,15344
24379
- pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=URE4iHYkzZ3O7hdz97JiqjPZi61N0Jv1ZnQ1pPm6hlA,15471
24380
- pulumi_azure_native/securityinsights/action.py,sha256=g6n1qJhtSWQZMSp5K_wwMqiOaEzdEGKwWtpHzcj4kD4,15017
24381
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=RKALQo08Q4sPRDyGEfAbK5rKJQ2MfGUuHscI56lOXo4,25412
24382
- pulumi_azure_native/securityinsights/anomalies.py,sha256=ZL1TuKJ6wWezthtQay5au4Cjk0fGIm572Ib3bsV-GP0,11923
24383
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=JMQF8fWqR-9BM44p2A4n0nRCCPlCrQ2pvuKLtkpx6Tc,32144
24384
- pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=cQrvREnXCm88N0ExzT2of2vfsKJznPhAGdMX_00UbQo,15480
24385
- pulumi_azure_native/securityinsights/automation_rule.py,sha256=i0iosORLON_lLeRBGYQZg8tTDidJ-lhTI110R94XGrc,19350
24386
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=P4wRI9sRLoW5bYXUvOGLlHPyC_P0Br6t_4hK5R4VaLY,16176
24387
- pulumi_azure_native/securityinsights/bookmark.py,sha256=CgVZeWfEVRXS8POZcLePO6dwIEyACcyk0zKF-DpXFV4,26563
24388
- pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=LnulLpmiXIiQzIWdxmJ3qcaENrdeKBSUbuF2sTAN6bA,14253
24389
- pulumi_azure_native/securityinsights/business_application_agent.py,sha256=YZP9quySrt4ZCxaOW2TpUvWHPC-Afug1ePqq76u8gYg,11808
24390
- pulumi_azure_native/securityinsights/content_package.py,sha256=xy57t7nlpOo-whDG_yhIcudU-vKXnYB4R2VLvGr6w3o,37025
24391
- pulumi_azure_native/securityinsights/content_template.py,sha256=yi0C7X7isg84yYIkHZfPK2G7GHZ4pyyyt3u1efbnZbg,43298
24392
- pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=69jircnKvWXPnZP9eWGzOTVDfLNF7f1aPkDcDtsrE-Q,17375
24393
- pulumi_azure_native/securityinsights/entity_analytics.py,sha256=E3Cc-T7ahnwmnXjYCWhz5X_zax_Qs1v2rEWirnzxTrs,13562
24394
- pulumi_azure_native/securityinsights/eyes_on.py,sha256=xqlqMawvf45pw4qrLYw-xFqbFDLXc_SO5c1JZ_-PswM,11776
24395
- pulumi_azure_native/securityinsights/file_import.py,sha256=wQVFJbvH-a_KAGYxnZRd1kA4X41pxvRzaRpsSqrzZ0w,18435
24396
- pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=_1zaVhqYuTeLa5evV0L8HJQBen2JjmYLohYs2dZrfq8,16832
24478
+ pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=x_pYsetocT1_G9rGML5VoxL8QxLujKOTvUHVNnNS2Ng,15431
24479
+ pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=o6ANv9Fr7JKRm_rqXnOXHQZrBtnodyaPMgI4qzsj63I,15559
24480
+ pulumi_azure_native/securityinsights/action.py,sha256=wsoYCZd2EA-UvP9MRna_UpAHUxoJI1A94aX9T2L-XzM,15134
24481
+ pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=Kz3_cxgo3y3Ox3FTAjd7w6EiXt3YWwK2azLnhaN1fGo,25508
24482
+ pulumi_azure_native/securityinsights/anomalies.py,sha256=CvaVcJm-0q5lRJLWx6PbcFk0jBh2KnWYdSKCk5FRaI0,12003
24483
+ pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=djBN1lv-_Rua4xlAiMUSi6qFD6V4hVyC9AfhuB_SDpg,32249
24484
+ pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=VNTo3nB5IqFUIA5zvc_JfQRKCARqt2EZPer1Jq8MNBI,15567
24485
+ pulumi_azure_native/securityinsights/automation_rule.py,sha256=IazJMB1ly9POVxi_4yP_19fumMQdoj9MPCEBEHf73Tk,19475
24486
+ pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=v9J0z0ZB_B094vrAaWSYBU0Wocyp3UPsS-Cbt8xr51w,16273
24487
+ pulumi_azure_native/securityinsights/bookmark.py,sha256=7eGIdQJStn51NeYTO3PdHOwxqFtEG1txbmMElUQx66Y,26682
24488
+ pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=2m8QIHQ5L8xV17u8-Z0Z9JsokP7i1UouDUD6N5azRag,14380
24489
+ pulumi_azure_native/securityinsights/business_application_agent.py,sha256=v7jvqPmBJeEJaZ784dN6n0VYg7R0hREXDXU6ZWGv98k,12021
24490
+ pulumi_azure_native/securityinsights/content_package.py,sha256=lqIM0Sgyhm77og9MAOsGpW1sMJGTXLDtaVfi7as3li0,37150
24491
+ pulumi_azure_native/securityinsights/content_template.py,sha256=MMh2DD1VkdsY3_3mSEd-rgrqxAA1Qe4uDJfbRHq9_wg,43424
24492
+ pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=GGC_gUzR5oOlw_sSDjkwNNHA_EVvgDQHQkcx2NVK6Dc,17477
24493
+ pulumi_azure_native/securityinsights/entity_analytics.py,sha256=X-ogs9OvScQwEVd8L2NcM2hu5rSk49nKUpczeBGuGRw,13648
24494
+ pulumi_azure_native/securityinsights/eyes_on.py,sha256=mo_CzNpW2PF6p3F9qNd2qv2yCrh8faK7TOuYI0X9Y4Q,11853
24495
+ pulumi_azure_native/securityinsights/file_import.py,sha256=27PFiI2VF6CFFz7v6HsBX9rq6qLHyTrz9_ND4_vyCwg,18556
24496
+ pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=hH3qnkgr4I_3QM_31r32twY7prX6QX6Ar4hH77Qgdu4,16918
24397
24497
  pulumi_azure_native/securityinsights/get_aad_data_connector.py,sha256=6GfHoYrr_BLU6bkpe6ZcRiwRQ-7VscRNN1hbk2QS16o,7655
24398
24498
  pulumi_azure_native/securityinsights/get_aatp_data_connector.py,sha256=ciBuR9geGLET1Qu3Fv2EQncqEe1lkVnHzapr042TePA,7699
24399
- pulumi_azure_native/securityinsights/get_action.py,sha256=62ne63yjSbmuECh3ebf28Ha8SqSm_UqVcKEQi5nfLEI,7782
24499
+ pulumi_azure_native/securityinsights/get_action.py,sha256=InF8OlxcZd4JK-LQxpVFE0srUKme3dt-N_M1h766ktU,7822
24400
24500
  pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py,sha256=gl8YZEkAjEB7O_weKNrJdoYT0M3eyar8xIstEiG_Ai4,13698
24401
24501
  pulumi_azure_native/securityinsights/get_anomalies.py,sha256=oRFpskd8gZaDTf2rFnp-5mHiZcuwCiLL3mpOiSa1PK0,6897
24402
24502
  pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py,sha256=cLbCotmwHypk3FfiWEWcWXPMHjj7DO014At5hsV2PjA,16490
24403
24503
  pulumi_azure_native/securityinsights/get_asc_data_connector.py,sha256=EnDYOkkZEurPv7LR-3J48uYIKVtwBh17V_L0J8rRLfE,7749
24404
- pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=fNGG1Ewa58HFG38sYbKUu7esA65fpbCUg98eNucltj4,11391
24504
+ pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=MfTTvfBb_mCzPS6vwsk4b6PzqKqdgxn1MKp0VqrttTY,11431
24405
24505
  pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py,sha256=k7NnsrayxujYCrvs_ZafDDrM9QNL8URDXG9pVBolv3E,8012
24406
- pulumi_azure_native/securityinsights/get_bookmark.py,sha256=oMLDZZOhFG07FxPYdpCsId-iKIC7yCquVQ2_02LTuYA,13494
24407
- pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=_q_LrQ_v2DVPXp3N5LuZ5CLC2mD6-8DHRjseA6cbOH4,9500
24408
- pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=3hMnBJBHCspD6IIU1n8L0gHj7m--niU26qcBbLmWgdM,8655
24409
- pulumi_azure_native/securityinsights/get_content_package.py,sha256=xRZ5ChfPmziCalD2jWC2zvgB4uvqmuVzX-e5cZLiTdA,19055
24410
- pulumi_azure_native/securityinsights/get_content_template.py,sha256=wVc7eGRIZ2CB0cQt8_hmkR9EFQHEyetxMBQAVMb8Db8,21322
24506
+ pulumi_azure_native/securityinsights/get_bookmark.py,sha256=mtpNel2-2s6PpzL-7izvbe-sEj4TJZtEsR6Rmu9MvlE,13534
24507
+ pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=BQZy1keH08NXq1J-Ag1kvsXg3zU1dBvnrQRrXyfLMkM,9540
24508
+ pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=34zO7N1gSYUgiLqzRQo5v9bfDc_ONpnmkmGWtPbB8f8,8765
24509
+ pulumi_azure_native/securityinsights/get_content_package.py,sha256=dKvNUEVg9Fs1na3SAvCxryTI3v8quTcfHUW-pVXvitM,19095
24510
+ pulumi_azure_native/securityinsights/get_content_template.py,sha256=lR2CxyDF3H-tV2Q756Da434KXZdbN2LsJyUkXGRu1IM,21362
24411
24511
  pulumi_azure_native/securityinsights/get_customizable_connector_definition.py,sha256=I4u4_OHc-OgXROUiEywHN7JdPrALbXKn13PO_TRbuRQ,9915
24412
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=VuT5D3wMlzrnVCCm9PLq4vGCrfFCFVayhZh08zcoT5A,7212
24512
+ pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=64RkI5LGOhdxGv4DiZW2rUAra72MMUeDG9CYbmeHuq8,7252
24413
24513
  pulumi_azure_native/securityinsights/get_entity_analytics.py,sha256=zLvmEC5pAq2U7iE_SSGbZMbwK1Lg8FotLqsd_WGA3K0,7158
24414
- pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=nKnS9b5S74M_9yaPNeCbRlbwA4mVnpFE-lwLus1Ca5M,7374
24514
+ pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=sPyw1clmPPfuan8p6QVaObMM9r919nPQY-G0QVLQs9c,7414
24415
24515
  pulumi_azure_native/securityinsights/get_eyes_on.py,sha256=qU3DEncq5gpt4D690wUdKbA9cOk5g1_Ai_hxeDf2buQ,6832
24416
- pulumi_azure_native/securityinsights/get_file_import.py,sha256=euoV2JGno4zvUH9q6-S3u56jDzTYnlV1rYAmf1ByD6A,14238
24516
+ pulumi_azure_native/securityinsights/get_file_import.py,sha256=ExbT7xLZiTBxKqKDXtOoIvr_1RfEvB6ZNtiNWos_iEI,14278
24417
24517
  pulumi_azure_native/securityinsights/get_fusion_alert_rule.py,sha256=TtcvXmz2L_oiCbU7wIeVZ_DhwZgOApfrmfZjAn2lDPQ,11043
24418
- pulumi_azure_native/securityinsights/get_hunt.py,sha256=nM0bmTCFB72s5HIt_Ay68TZ9AtfGePBq4RrJtQN41kI,10665
24419
- pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=sOetaUSEOqdfFPI9Ub51-tlON4qkBD8hYGNOoejIAc4,6971
24420
- pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=mpRctsIqgHpWVT74YVrBkjU58xV4DpNu81KTyyhHW_g,9758
24421
- pulumi_azure_native/securityinsights/get_incident.py,sha256=EE6qHPMiHLeK88nzt9FvbXnfY3c2O82z_VvWXiLugW0,18412
24422
- pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=E7T8c4uqCTi4FV8ELUepBt7NnAsfYtKJJktiE3p2u1E,9146
24423
- pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=BdI3zwniPos3HzCaEU6dGu_a9DbJB8q8su_ULuGOl-I,9620
24424
- pulumi_azure_native/securityinsights/get_incident_task.py,sha256=qIUys-kFlEJP0DyVNm18J2ELV-vm5yJnubao5eoAF1w,10639
24518
+ pulumi_azure_native/securityinsights/get_hunt.py,sha256=5pPJJKzzFy9e8JDO8_cU6zZBZMoTle1ciWhlzOnpzTI,10705
24519
+ pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=sayvs0g4pDz4QAcQ4tqfaXriNP5t7o9A6XFSSu4tXZA,7011
24520
+ pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=2I5o22qeByA6DWJJvphwh8JsZyyRzDNg02lTs6RJeMQ,9798
24521
+ pulumi_azure_native/securityinsights/get_incident.py,sha256=m4ctZtbkPRfBoYVvlbACj_emiP2ao2pj0N_3naaK0S4,18452
24522
+ pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=x23iC0GeQ7-jl-9VQ2z_hJya-uFi7_CgrnCdfddw_D4,9186
24523
+ pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=L7UK4YZlcKqKG9Wl3apq7vrxa2RRALK2S31cJr1CUyk,9660
24524
+ pulumi_azure_native/securityinsights/get_incident_task.py,sha256=9W6XG4AMcA7LLZEVxgN5jicNfLVplcUNx9X_Om1pjOk,10679
24425
24525
  pulumi_azure_native/securityinsights/get_mcas_data_connector.py,sha256=-BCrkbDLxqpUN_wE2zZ_YJ2QkJeM_Jcbk5T7yOstdOk,7688
24426
24526
  pulumi_azure_native/securityinsights/get_mdatp_data_connector.py,sha256=u7wgRh1GG53Rf0_LwXHT2nAerAYW8lZqNLAwh5cDEhM,7749
24427
- pulumi_azure_native/securityinsights/get_metadata.py,sha256=z-xyB-KrlyipwCk31TB6g-esrniKfv9DOg2a02s--6I,18838
24527
+ pulumi_azure_native/securityinsights/get_metadata.py,sha256=3pCA2p18qwKakEf2U6CiceV_FoASgAFqAccm5Cr1yzQ,18878
24428
24528
  pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py,sha256=_XXBeqOcFe29BUx95i48TrRiCd7ZOylFPChkE4liPEI,13192
24429
24529
  pulumi_azure_native/securityinsights/get_office_data_connector.py,sha256=hGA6k1ltXFxW3aEKIqqnIGCMGYSVgWr2eDcGLRjUY68,7693
24430
24530
  pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py,sha256=JZbMjVBXZieTdDM2jOX0gUeGEpttM3ZV1QcXaqaWmjw,20324
24431
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=BD2-f-oBuzOlvsmmk45HYteeM3w2iwBHlcsNwU5eMxk,7539
24531
+ pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=F1Q1piPMmVRBtTSjTn-GR8z2vSnXzp0IEXofORKRa_E,7579
24432
24532
  pulumi_azure_native/securityinsights/get_source_control.py,sha256=vc3SUd0-BCpnNqzc1Nq0Q94N0Icp6nQu_DKSth_647s,11075
24433
- pulumi_azure_native/securityinsights/get_system.py,sha256=rfUrfy3MSc-EdcoAYdlAv-4ubzWbRDIkxu48YQBecPs,8411
24434
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=AxHbqINEE_KH4tMcoOtP2Ca8xIDNa0-OGJ-5lkEIxZ0,7187
24533
+ pulumi_azure_native/securityinsights/get_system.py,sha256=Un6DXulj2fE63Ual9oZQlAxvRlwRuUwaasFYpj4oI_8,8521
24534
+ pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=NVB9vCPB0TNPJkS6I6CBXOw8CW2tOeLwQpRuFrtZ5S8,7227
24435
24535
  pulumi_azure_native/securityinsights/get_ti_data_connector.py,sha256=0TjtfQXJlAVo_S3WjwcrnolpR9cBDkWskZW2NzSdvGY,8329
24436
24536
  pulumi_azure_native/securityinsights/get_ueba.py,sha256=ywzCdciuBRr0xsyxzIKpINuP9mZAN8IbFKqAsZDh2Hk,6815
24437
- pulumi_azure_native/securityinsights/get_watchlist.py,sha256=PoB2zNsWQQI0cJM3E7hYr6Gtf3XKwpy3o7qUBzhQhxc,18735
24438
- pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=aKaefqJRytUNU8iDIT_DqAfuk-xNqNxI48c31RBSXdk,12814
24439
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=E_rJAEgfoz-oRHMkb2TEKPlyqvArxafde66CSFmDcPI,9554
24440
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=aA3acAieOeQxOzGlL9Thzo5LaRtJDnoVTA-ngVw84kg,7327
24441
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=knk-N30alWEuz5I9v8pT0f7JSJb5cqEDT4FbRde7lmA,8498
24442
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=k0A9PtZwLdzP1NmAN3O8_Vhj9MdwqezHQFBimpMYZXU,8335
24443
- pulumi_azure_native/securityinsights/hunt.py,sha256=MXnhWL2uegtJx7UC-d09nYLETPX8QvOAN5SG50tRM7w,19913
24444
- pulumi_azure_native/securityinsights/hunt_comment.py,sha256=OXBiy-T3t7UXs2-xYxe1qONDsqmsEZaibNxQn_7QJeE,11255
24445
- pulumi_azure_native/securityinsights/hunt_relation.py,sha256=kBvCidzlC5vBa4I5SiJzFU4-5nw9Fb484rM2RA_CcA0,13872
24446
- pulumi_azure_native/securityinsights/incident.py,sha256=ij_d4rsIEVuuH8L6N5gMupFennMfeX1sxCeBv96TZkQ,29122
24447
- pulumi_azure_native/securityinsights/incident_comment.py,sha256=3KY8vfpKbPOYsEcZDOwEuKyPT5FVHtMf58fkUYNVAGc,14663
24448
- pulumi_azure_native/securityinsights/incident_relation.py,sha256=IDej3XBSX0BrLgxcNj8b50_S4oTs97SfpUZkTOr6cCQ,15076
24449
- pulumi_azure_native/securityinsights/incident_task.py,sha256=iEmePxbntLW7wsen8cz_VR5bx8v3ZivS29s1BdivDF4,17406
24450
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=lY18O7cyAk0K_abEo0dU1Fk1M4_NNKyUx8IOzVkf_ww,13901
24451
- pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=kcx-alN2ibpE4R3DOYRmbhOPqa48xkLWXmtzQPNpH7o,5341
24452
- pulumi_azure_native/securityinsights/list_system_actions.py,sha256=wk00pVgeTmz8JDKSq-B0d7oPz7_tuBtaKTHTf05v-Ms,4790
24453
- pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=sNUL2l1kt6mppG7E9htMAPWxXJHf445TpUoXLDvY4ws,6918
24454
- pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=ZvoIhoz1lHtHb5NBj8KjV9iN4zu8faxHXI1Qt_qEtGQ,15406
24455
- pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=kdmvNoqOk_vZKvQV2nN77TDBSz4Nu5wMUkWWp3rFId0,15622
24456
- pulumi_azure_native/securityinsights/metadata.py,sha256=OIrJQLdWbF4VG6IMh9gko-bwxektX4Dq7YzHkv3T03M,39815
24457
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=tErSX_dfOz_uYwkibx0mjdJ_oUNuDFalcl3PetCJf9A,26012
24458
- pulumi_azure_native/securityinsights/office_data_connector.py,sha256=lcofmEkKBjSkHoRQpeCkRVWXHg_TZ1sC73c86Rxu_Vc,15376
24537
+ pulumi_azure_native/securityinsights/get_watchlist.py,sha256=xC5nK5LCc7SJosjz4LYHkbeOmcP9copig1TD_Km1Vr0,18775
24538
+ pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=G9-ZuidyfoVFv-qVDVF9xnDF0iPgZ4gyRfyUF1ylTms,12854
24539
+ pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=jPwZcJ_-PMTzAZZbEXFTwPkXOvo4Bdc7hibx08kJVxg,9594
24540
+ pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=1oRzWm6FzBYQIAl3iUePMGtKsvYUfNMHvBiI_qB-3dg,7367
24541
+ pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=3ksLNMRgbDvZxhzwkl4GrFpFJbz8cyToFk2gdrZ2IOg,8538
24542
+ pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=45mhNWKl3dM1oB0M0ebrkb9dH9KPPSLES1f2aLwJ6Ng,8375
24543
+ pulumi_azure_native/securityinsights/hunt.py,sha256=7iNyUqi1uADHtXZJIufV_JMo3_bSKcYw1cTL_febB4A,20028
24544
+ pulumi_azure_native/securityinsights/hunt_comment.py,sha256=O6u0NgQrEC7o5m9u_ldJdzPrdGXZRIoKSWQjx-Rj490,11377
24545
+ pulumi_azure_native/securityinsights/hunt_relation.py,sha256=3BigGsW2o68vu-urF5fAS0ITAFIQ3ILWzXnOCo0uOD4,13995
24546
+ pulumi_azure_native/securityinsights/incident.py,sha256=JKLvMbTSixko4euwPZsbqDHA-FTZSDyr1UtTlbhfRNU,29241
24547
+ pulumi_azure_native/securityinsights/incident_comment.py,sha256=mYJKv5rvW4hkzDASork9MCq846UFjM-BbnLdc5jfiaQ,14789
24548
+ pulumi_azure_native/securityinsights/incident_relation.py,sha256=hj2bCSURXSiLkXQWEfRDWp7HaRjU6DZbSqoBuhiP4BI,15203
24549
+ pulumi_azure_native/securityinsights/incident_task.py,sha256=KMfqMVLa9FSi_OarHxtZbwqhxdBMp-3LP6VEZQtIZBo,17529
24550
+ pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=fuQ-V-5qUy4JQepGfo0xtUovDRrMjKb4A0Mg5eGeZWc,13941
24551
+ pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=tGpKcveY5uV_eHTLSu94T3tdTCJFZPEm7abammWrRXU,5381
24552
+ pulumi_azure_native/securityinsights/list_system_actions.py,sha256=b3C9XO1bWqaH9yBrVXYpdAwF8TxDJKQbnHFHUY5bqjA,4900
24553
+ pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=Ng5oIr25HYwm-JZBhzHOn-GLS5JQX0oDyHfk0Q_2p2M,6958
24554
+ pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=_OhcWauJQ4eWhF6dFthAxDJsB3t65Xo6UuFVG1PH71U,15494
24555
+ pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=XmcRm2absjX-I_VHUpQ0ZdA6UJp3D_9jh7k97vHW3Mk,15711
24556
+ pulumi_azure_native/securityinsights/metadata.py,sha256=b8hK8vrWtu9cPfnX1BwWh8cYpeoXZqAOXDRQ51Ix1MY,39934
24557
+ pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=dNsfxBwkJSuaSgZFqR5R71l8wOd_Ml4xB3j7Fnw2l4g,26125
24558
+ pulumi_azure_native/securityinsights/office_data_connector.py,sha256=yqGkp0BDNqTUGkm-Mbp9jxYBDB8isFe1IfRhK3qDwpU,15466
24459
24559
  pulumi_azure_native/securityinsights/outputs.py,sha256=J5Cz5zBOhm4nS1N43-mngrKkblJBNenmtFUX_n5IFFg,220744
24460
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=qxeRNyBTL58rXNYoDtMWu37NQBP6YGGokX6H7obdJfQ,41943
24461
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=7kv-G_cAEmHkZ-RLDZVARZTBBb6sQL5Z6Z-WtKMcC3Q,13656
24560
+ pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=-bUJ6ZS3QMf5X8OQMIDu1vWfL9E6Fi2lzjOBt1O5nxY,42032
24561
+ pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=eM0zmF1jwbPuVt6XlFFfYpvCrmN47PKJbqwuTscXu0g,13790
24462
24562
  pulumi_azure_native/securityinsights/source_control.py,sha256=d6ApkgxMVrFbBovbm3MtTNcXniOeWfwnHSX_xX4gOJ0,22046
24463
- pulumi_azure_native/securityinsights/system.py,sha256=7S0sAYMEd3O3z5V1nv-3FJ0ileGohVhfC3YHTfntExA,13276
24464
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=w5LI53Kd51KSoH3UqSl-ugAaT_GEKHagZaXPZXooJwI,41272
24465
- pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=VmwpswczimiRzWaewcuvUoTecpvjhTQkaZuUdoxU2XY,16574
24466
- pulumi_azure_native/securityinsights/ueba.py,sha256=vorqyWR9XWNpbW3UbU_LIDaRvVXa05QqpPWsjNio3aA,12951
24467
- pulumi_azure_native/securityinsights/watchlist.py,sha256=GvTAXkqN7H6byelRBJBAYpCqqV3kfRkmtEMpG2L6jfc,37122
24468
- pulumi_azure_native/securityinsights/watchlist_item.py,sha256=SKkzWpfbMgNuR4D8ye5I-659SXyiiswWUED2BAM-1KU,24159
24469
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=a5n7BT5ftBQWyXMjLMZ-Iw6232mYriCH2IUflf6Isok,14082
24470
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=tUEigMBgdOSh7I_p6ZKe8x59GFxLkf7a49gAoQJAMGY,11453
24471
- pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=rGAdztDaQ--X5P1FNAullp8Dq6hPodj7oMvGMUanNYQ,13991
24472
- pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=fkhjjxPfEfekwsLMM9REC5OSsUdWS_8Bawdg79WBChY,13430
24563
+ pulumi_azure_native/securityinsights/system.py,sha256=vJSS-rPLWnl2RbsCHh7CPrTcCSkIEbr5ySRazYTPWMA,13471
24564
+ pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=VrgDjryqsjmm5Hkyn6S5ZH2W5sYfLlKLuRpk_1SmF7U,41410
24565
+ pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=r23bdGMFonVXa9sgMF8xzgTRc0xI_RKbi4MLMZfLTGg,16660
24566
+ pulumi_azure_native/securityinsights/ueba.py,sha256=UUDF0LjL216tlXB2r8AxlMcO5IIFLkjWxz8ZWovrRJs,13026
24567
+ pulumi_azure_native/securityinsights/watchlist.py,sha256=2ZX5m0inYLWHbBR5BvAQKntsyUn670RvMwaE5BTr6s0,37242
24568
+ pulumi_azure_native/securityinsights/watchlist_item.py,sha256=MCqUAArbCgde7LAQcakddGHdIVQf3v2D6ah1H9DHjf0,24283
24569
+ pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=jNMLqzK1A7HKU3rWKhVUWlpGrLyN23IdDXh0vuysCuI,14219
24570
+ pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=VYWvFueKTi0gLRDVR4556Yi3mzkpCR0DrNOIdxIOsnQ,11593
24571
+ pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=sFTzheDdnQgX3094s1MkCEWFjYjvLg6OLPHoSo2wRLk,14123
24572
+ pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=t3ZFxTdQNQRjgtqopBEWtvbKqzoDVkSoJbsf_Rlg2ro,13563
24473
24573
  pulumi_azure_native/securityinsights/v20190101preview/__init__.py,sha256=KpSvVioeNwQB_bxyKn22453WcfEg03DKlrqz8wRckt8,691
24474
24574
  pulumi_azure_native/securityinsights/v20190101preview/_enums.py,sha256=lo_3TYBNKRELwNieCAmaGdhjdMSmeMXCQFxRtmtBg1A,9660
24475
24575
  pulumi_azure_native/securityinsights/v20190101preview/_inputs.py,sha256=e1MA3fnstAMJvBUD4lhC9lAOGDipX5DPJ31GRBKmQo4,36432
24476
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py,sha256=Jkk4Gu6nvohcKqRHSUbeXEGMtgml78fzX2VkQRwHZZI,19803
24477
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py,sha256=11WwPgLF_SAvyZb3ayfYCtVhSE_lZfaWm5yqQm4sD50,26991
24478
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py,sha256=LJoEOGTxw1hAG1bCgFdw00ibkAe-jyNvMPTWVLHwrfw,14739
24576
+ pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py,sha256=aSj665HonBzZcAh-QyvpNT-bofHLJPb3bGgIBVKGZEg,19888
24577
+ pulumi_azure_native/securityinsights/v20190101preview/bookmark.py,sha256=mkI64-crtpntmK-0K7sDEfrZ2RpG61WP7-kB9Zo9v3c,27070
24578
+ pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py,sha256=Z4Ro-9ySU0bjcQ-uav25E_HX-AiQa8iDNn5cr3f-0q0,14826
24479
24579
  pulumi_azure_native/securityinsights/v20190101preview/get_automation_rule.py,sha256=alYwqvAmsp1UoBFYtDnOPNsvdvyOIrGMwcXHCl9gyUc,10666
24480
24580
  pulumi_azure_native/securityinsights/v20190101preview/get_bookmark.py,sha256=6-chEchyxt5XYgFyyoUXYTy6vRSkOi84d5nDRImYVpo,12735
24481
24581
  pulumi_azure_native/securityinsights/v20190101preview/get_bookmark_relation.py,sha256=Ty2__0MT75EKTa1oQEHDbypvxRsKbBZzX3LbuSyk1jg,8833
@@ -24483,24 +24583,24 @@ pulumi_azure_native/securityinsights/v20190101preview/get_entities_get_timeline.
24483
24583
  pulumi_azure_native/securityinsights/v20190101preview/get_entity_insights.py,sha256=jcF51izTHcl36Cr_DswQLcacaIRmp7DueQfKmflRh9M,6990
24484
24584
  pulumi_azure_native/securityinsights/v20190101preview/get_ip_syncer.py,sha256=wwSiHkbT2pZVyGU1mydog5_zHlgXnzqJh53vrlOo6ZM,6558
24485
24585
  pulumi_azure_native/securityinsights/v20190101preview/get_watchlist.py,sha256=Fb3Vg6Z9S0GguU_gRTdOtrq9ALUcGWKbmLP1rhCVvaE,17714
24486
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py,sha256=73WJ9Mvp0m2N4lM8FbtWDmGHu9hQhmTcrXJB4nIK2g4,12650
24586
+ pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py,sha256=n-F5e002N9UXcURajFfFgtUcDcHXAfZaP2V2byGNzsE,12729
24487
24587
  pulumi_azure_native/securityinsights/v20190101preview/outputs.py,sha256=S3TzCVPbjaj0xYFk_ggWyds8i3HhdO8s8KItXAOChnM,56052
24488
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py,sha256=hqTYvmUmD5HzLFBJteBwlOqEwam8gK2Uu2mSPherClc,36620
24588
+ pulumi_azure_native/securityinsights/v20190101preview/watchlist.py,sha256=P8wu7X5J1sMj05_FgLiw2gQwiW6dKz4SesM0U58Fv7U,36700
24489
24589
  pulumi_azure_native/securityinsights/v20210301preview/__init__.py,sha256=rjSEcKj_922dQ5P1vf1S__toZcmfwHE9rBZLVkWE8QY,2743
24490
24590
  pulumi_azure_native/securityinsights/v20210301preview/_enums.py,sha256=8lfeJ621xko02NmLi18yuxrQMDQ3zjwBuaG23r9MZ9o,13764
24491
24591
  pulumi_azure_native/securityinsights/v20210301preview/_inputs.py,sha256=rNwC7aQrSNMxD8Tyga9Fo9_LZQO0Fwba0oTM9y0CYT4,117311
24492
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py,sha256=tb_vmdwcVerNHTZ3jcfrSQGxC-XkrhFDrYIgfq_xJuU,16617
24493
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py,sha256=NXSnJHHmdaY0iPKW7qkcLV5SQYsJYEFFvFZUoC8ho14,16744
24494
- pulumi_azure_native/securityinsights/v20210301preview/action.py,sha256=HCK7XuyhKti0pnpNcFU7ZHPENHiPQyzlP0ZdUPqLMF8,15748
24495
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py,sha256=GeV87BrpbK7QhhB8FGSwrF-kCQ_07iTjbAla94Qo1QA,26614
24496
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py,sha256=LB43CPKMcE8eeRlOtWJzAG139FEvQTo-MsPI0bssBIk,13125
24497
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py,sha256=Ags_bF7PN4TLWGYpPYHVIC2Fr6yytRf-gllVyTWP5h8,16714
24498
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py,sha256=NxOShNKXZQ2ajCx7PWbRcX1UKRfuNdiA5dDNe9z-sPs,17450
24499
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py,sha256=4-E1sMhQ-tw-vQvXIwPGuwKIrzMhOP_xp6mMSouLEVU,15891
24500
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py,sha256=W_MGk7u7dbE1xZk1lm6zRT74EZhNnFGb8FlScS0Ls7o,17021
24501
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py,sha256=lPbinGfjZBN9k0uygQhW9jWmUbUc7hR6xCCflR-EHn4,13419
24502
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py,sha256=WF_bT4h6XzhiHb2vI3lbbt7SdyIIUfKxg-xvu1p_vsA,12978
24503
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py,sha256=0g8zRkv1zcNaFhPWvepOTGONGWky0dcgle3WoVsdkx8,17763
24592
+ pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py,sha256=GhWBOLqvntJcXt9mU5b0UC-7tljA7GW101NslfCgFso,16704
24593
+ pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py,sha256=CqNKlav7SWeodtBgZ889HDijDspLcs6dAFus4_lQYms,16832
24594
+ pulumi_azure_native/securityinsights/v20210301preview/action.py,sha256=R3K20nGLbxN6jRKnc9AQh3u5Y44Qpah3VEr7tpJu2Wk,15825
24595
+ pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py,sha256=XhVFIxhlPLufwcILhCGVet0txzyZ2All0-0fiDj3aN0,26710
24596
+ pulumi_azure_native/securityinsights/v20210301preview/anomalies.py,sha256=uRjtyq3yl0wgzEkeIATR_F0ZTthcHohuD0N1DFCa9ik,13205
24597
+ pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py,sha256=Qe49Ndm7Ke9bTKAfup-y9HvqpNCVP4p-r2fNOJs89QM,16801
24598
+ pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py,sha256=0weiO3eHqH-fpMFpL18wLarK0a30vff21vj-ahw_6EE,17547
24599
+ pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py,sha256=DK3-I5dwb13xqS9TVrV5ICVB-GJn6zKS8Osm7-LGo98,15985
24600
+ pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py,sha256=3FQjyQPYW_NA78Fy-DWlKXbyvEJn44MZBI_UWaB3QI4,17116
24601
+ pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py,sha256=ttOgLIbPL8Zd3kir1zzvYDMjz_W8EgWOhZM3TwPZAbg,13505
24602
+ pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py,sha256=x19F6ktbhUdat54VCRTILYB08RJjFfZUHmPuoyp3DxA,13055
24603
+ pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py,sha256=K76diBSTF4izWDwZuP6ZRbrr66uYrbTGSto6VhAaDBI,17849
24504
24604
  pulumi_azure_native/securityinsights/v20210301preview/get_aad_data_connector.py,sha256=AsIbPT3WwOhmKW60Jdr4mbptuPfcZ1nKTT85mSBqTmw,7990
24505
24605
  pulumi_azure_native/securityinsights/v20210301preview/get_aatp_data_connector.py,sha256=Euv5osg2bH7Mmnkor_s7nX1JLwYpwHkf1D9KgbLwzbI,8036
24506
24606
  pulumi_azure_native/securityinsights/v20210301preview/get_action.py,sha256=RG6YGeYetxQ4wvx2SjG7uHzv_CnqRK4TbTf-KMW1Vpc,7610
@@ -24533,28 +24633,28 @@ pulumi_azure_native/securityinsights/v20210301preview/get_ti_data_connector.py,s
24533
24633
  pulumi_azure_native/securityinsights/v20210301preview/get_ti_taxii_data_connector.py,sha256=bjuwzGWiNCK8ASLnTfXVez2Ur-JkH5V7lBPdA7i3VBA,13028
24534
24634
  pulumi_azure_native/securityinsights/v20210301preview/get_ueba.py,sha256=njJ__Xg74a4he6Uyj61UJlUqDVCIWixGy6IO7IfKTO0,7116
24535
24635
  pulumi_azure_native/securityinsights/v20210301preview/get_watchlist.py,sha256=yzjp-WcY6V4RAzGgZb8j012zlHlPSiK8yyU0Wp4TBMw,19178
24536
- pulumi_azure_native/securityinsights/v20210301preview/incident.py,sha256=_1P1Zw6UXtti52HyWXT8Pc9U3YHWi5REF-vehCqBOI8,32100
24537
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py,sha256=VK7De2NPVJKTkM4NoucS0WE1OENOarVHiwUkkv75u3M,15371
24538
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py,sha256=GxdPDPqZWNnHVOWNu304GcRGWdv6SZUq7y3yh-84RWA,15784
24636
+ pulumi_azure_native/securityinsights/v20210301preview/incident.py,sha256=eRw-i7fLnLGEXv5RBpKUALa54Xm80woSt5SsiQ-PAm4,32179
24637
+ pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py,sha256=-Y_o1GGC9phjULoYOnAi4bg38FFT9hHRGTslzFHEWpQ,15457
24638
+ pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py,sha256=ddAAbFiajEufmZOii0Y0pWL2H4ZFZbf8JXfNEuRz3-A,15871
24539
24639
  pulumi_azure_native/securityinsights/v20210301preview/list_source_control_repositories.py,sha256=_DzBXlJ7wLiMvjuAADhy9UUHBp_GCF6rfdjlT9zhcMM,4849
24540
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py,sha256=XdslsR3TG7fTkiWT97TSqx5CiY8coz7zzlKTdi0S0po,16719
24541
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py,sha256=J-75ao0usM2xMG-eSaUnYZ7Cvf9vZJ2MvXZZMqm0tXE,16895
24542
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py,sha256=2XKmObERaU3SIjS2ntkFfuMmFvWqcLF5lYHut0gyWOw,29764
24543
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py,sha256=k77-O1dRwr-w2xaxngdvsvgjEzgxPe7ZKQwkXiSLTqs,27246
24544
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py,sha256=iJ3Noy32o3eFcGdgWDF9Iqw0tXmSqNDS5wEi-fhmGss,18535
24545
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py,sha256=zYJDvI_S_y8fHv9IFPboftrCUQJKgX8H6IuRvovj93o,16719
24546
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py,sha256=xJ5uvYjm2grmcgA3S_yGsdvCPAEQwOH7oMJ7kD4wh18,16653
24547
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py,sha256=PjjsYEMM_Cdjo1RqdNRHI1EYWvAZTYn1uaOW9yzzuDk,16899
24548
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py,sha256=smzqQrljaTFu3oiJMS9b1nyoC6BqkO9nhy2eDsSF10o,16689
24640
+ pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py,sha256=Jn80DBNIRhHYeq0qWd6iA_xcGf4IREwWEepxjycVFI4,16807
24641
+ pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py,sha256=hnoWQuIRAWBPqs0hX7UDkO-Aloo4DrkuR_6w9iWxlF4,16984
24642
+ pulumi_azure_native/securityinsights/v20210301preview/metadata.py,sha256=hyY38Ax8-Yof-oKUmkRAN48x2SmRVpHnmClZSgYulWo,29843
24643
+ pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py,sha256=PpN6rXi4aqCmbr7pzdQlVz19wiNjxMyY9UmOnp_JPrc,27359
24644
+ pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py,sha256=_W1JMIRYWp9luRIvbO5Z_NZjSwQD9cpXWO1dhU-Ttlk,18634
24645
+ pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py,sha256=QgxKJvvgayhv219N_3yLDVMQQ_VHNzObocgeIbUjn4w,16807
24646
+ pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py,sha256=KehNHdrVOMRwDvVlkH2ofmevSIy0oqmNNXOWCLI8QFo,16740
24647
+ pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py,sha256=dDQF4xaXPfDobBVSS2ODcg5eOjGFI8ADfwk_23Ik5Tg,16992
24648
+ pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py,sha256=UgnG6_qRyYl0bTUawWwGTZILddg5Jdw33dw9iCGD7Og,16779
24549
24649
  pulumi_azure_native/securityinsights/v20210301preview/outputs.py,sha256=t2nLcH--MA22u3pue7et1dJo-Tw_HUzRt0VM7wRD8IQ,100596
24550
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py,sha256=lXT86WvOWSk4j5NAricc0LZGkXH9dGNA24gYkSNJG4Q,40279
24551
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py,sha256=4ez6N_G8FT2xFX0MDKHp3FQcSo_NUUBNPhNfVNY84g0,14364
24650
+ pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py,sha256=M26EBblbNe-FtBQzGZbuYjOHdQ-QGPNCQ8YtncyNhu8,40368
24651
+ pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py,sha256=N_DWfagrQ5DS7iCoXoCiSCGJdoufV-qiwf1pPOU5Pv4,14458
24552
24652
  pulumi_azure_native/securityinsights/v20210301preview/source_control.py,sha256=X97P0ZHjDBJNujAzfsu6yW9okUbAoKk9QPeA1-4U6wI,26266
24553
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py,sha256=1TcSOMztxlgtdB7TFZ_k_JJKwURGw8cg8rrwfQLRBNQ,18473
24554
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py,sha256=4ZZFLEMcyXqeoySsyPj9QPeXRA7csQJFMAAZLfagHOM,17887
24555
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py,sha256=v7NQvDRJvTUpuFtVFEYC1TpOIbJ1Jce-0BN5hZkv3Jk,26813
24556
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py,sha256=FFjZNmErYcKGg2uDCDubjQfx4cSypWe4Lvu9Lb8MhVA,14153
24557
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py,sha256=PRLL0GRlMyG1ScA9yW8DCzBTV7LK3PBLh80mfQEBkfc,39160
24653
+ pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py,sha256=16TWyy_Yi9VDfq--BDRVwB7DCJ8Em-wjdSE88bWZ0qk,18571
24654
+ pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py,sha256=N9t_qsLcXqhUYtB2-hH2GE3d6l7hjFllRCpb4QMxGZM,17973
24655
+ pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py,sha256=LWiihzzHDZkfmi8yayQukl2ZzdH-qI6kERvFsvtkrQc,26904
24656
+ pulumi_azure_native/securityinsights/v20210301preview/ueba.py,sha256=bLZJTrRQXaeJ2dXdMyfWgZ5pjITNz4zKel6g8IVfZYQ,14228
24657
+ pulumi_azure_native/securityinsights/v20210301preview/watchlist.py,sha256=OuyX7Slh5Ll4A_b0fXMeqU3YahY1DACNkgB5BQGv708,39240
24558
24658
  pulumi_azure_native/securityinsights/v20210401/__init__.py,sha256=-TURudPArgNJs9KzaEIPFns7sU1viWZycxhRrcTWUSU,531
24559
24659
  pulumi_azure_native/securityinsights/v20210401/_enums.py,sha256=dhVRFOc376h8dsRMRT2ZIbCND292Zr8Xo1uFjGlwgtg,615
24560
24660
  pulumi_azure_native/securityinsights/v20210401/_inputs.py,sha256=D-TIvgfEI5UkJXRHqaQvAZ8U04F9vs1yGb4BcTpQYQM,14284
@@ -24562,9 +24662,9 @@ pulumi_azure_native/securityinsights/v20210401/get_threat_intelligence_indicator
24562
24662
  pulumi_azure_native/securityinsights/v20210401/get_watchlist.py,sha256=_sRmzEwOTovBg-A0TKikQsj6oJxCc_fiVDhaaK_NH3c,18402
24563
24663
  pulumi_azure_native/securityinsights/v20210401/get_watchlist_item.py,sha256=ZIVwTK2fMLk4bpMGCNdYa1fHUfdG5JHC8T7MmcUCUyk,12651
24564
24664
  pulumi_azure_native/securityinsights/v20210401/outputs.py,sha256=sLUxMDTNBmOQG5Q7XoOlncyYeusZJ9wMXK1j1cvCYNM,6475
24565
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py,sha256=60QtXgT6QzuHf84bI9d4KaLuDffvLh0q7vQj3v0cjMM,42191
24566
- pulumi_azure_native/securityinsights/v20210401/watchlist.py,sha256=1atp1JClF9J_uuMk_Jyt5bUWiTyzaoMZ1pwuoYQXwC8,37686
24567
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py,sha256=2T4EmUschgg-uaRQORYC7_sR_PL6naIDq-aSWQyU79M,24883
24665
+ pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py,sha256=QolqU8CItL9ZFFtHzK8rH9MWGKpCB8Jzv1S8ZL4lnAY,42289
24666
+ pulumi_azure_native/securityinsights/v20210401/watchlist.py,sha256=mFYW3QOHBR61gc2lc9MOetXHYSELWri0VMCjxA4DhPM,37766
24667
+ pulumi_azure_native/securityinsights/v20210401/watchlist_item.py,sha256=CBCcZf9EZtwLWgt3o9jErX20WcTF5oPHCz4i6IXs-JU,24967
24568
24668
  pulumi_azure_native/securityinsights/v20210901preview/__init__.py,sha256=m1yCaROaRr7oL4SUZP9G8aXhqfR56jrk2iSDIVAg0vs,537
24569
24669
  pulumi_azure_native/securityinsights/v20210901preview/_enums.py,sha256=R6ZlmoKDaxMNYKlC_iTHeVpajf-8cJiL7BoAet4aVWs,747
24570
24670
  pulumi_azure_native/securityinsights/v20210901preview/_inputs.py,sha256=3svC7NUG0O0Y9XuOsg3IF_w9EtMOtZLWko68KGn6LpQ,13189
@@ -24573,31 +24673,31 @@ pulumi_azure_native/securityinsights/v20210901preview/get_entity_insights.py,sha
24573
24673
  pulumi_azure_native/securityinsights/v20210901preview/get_threat_intelligence_indicator.py,sha256=mzLFyl-oNAt_rbCatKrnqR-DE2pEDzO8c6kdFi5MW6g,6616
24574
24674
  pulumi_azure_native/securityinsights/v20210901preview/list_source_control_repositories.py,sha256=9rD0SVKmj93DBXa8Jggww3mfLOsKLl2OEFhNU9ABKe4,4178
24575
24675
  pulumi_azure_native/securityinsights/v20210901preview/outputs.py,sha256=HH0paBO9JCk0FOHDq3KAHVcJEcf8Uk-9aUH51ZSnf60,29798
24576
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py,sha256=WSX9uASnTkSry8rQIx3wgWTtzwpYHy4xVX-huXh7fUE,40668
24676
+ pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py,sha256=w8ZSAtwja4X9gRXmXwZAaiZxbL1gkqqunGXzsvK0BiI,40766
24577
24677
  pulumi_azure_native/securityinsights/v20211001preview/__init__.py,sha256=MVxdaoOR0Ii-M9ytKS5a2yQ1jeR77L40zOxovmLp2fk,631
24578
24678
  pulumi_azure_native/securityinsights/v20211001preview/_enums.py,sha256=_ZFhSBQhai8FZrPdViMNgbf4H0KBAltzwDTlUrtQ3Hc,4355
24579
24679
  pulumi_azure_native/securityinsights/v20211001preview/_inputs.py,sha256=HS7F-04gSXvkXaNXSotwFd68DMwrTzNPKMxAvmJvdIk,32523
24580
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py,sha256=BX73lbHBAlHUeeRpMmasRz5fMqtSLoUEeagh-6Btg9M,20743
24680
+ pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py,sha256=7CAG1KHs5zQXZHkMu-6ovzfz1GRKCuQzcRumn69SiBg,20829
24581
24681
  pulumi_azure_native/securityinsights/v20211001preview/get_entities_get_timeline.py,sha256=2xYrT4H-nd4SDyBCTu-DAY3Rkrl0g67DfYe2UtK0_aA,6121
24582
24682
  pulumi_azure_native/securityinsights/v20211001preview/get_entity_insights.py,sha256=fCVNEwhGHwPvcb2Zs7DFGg1I2SL11zDDYZUPxhyC6NA,6283
24583
24683
  pulumi_azure_native/securityinsights/v20211001preview/get_fusion_alert_rule.py,sha256=wid7vR0TTXvcs1yp1oFZaXHnxUYlB7jT1314gsLdcnU,12607
24584
24684
  pulumi_azure_native/securityinsights/v20211001preview/get_nrt_alert_rule.py,sha256=dvOl-KeImDWgrZcvBZNpngxljvUH82SrAmLeEMxqO8s,16721
24585
24685
  pulumi_azure_native/securityinsights/v20211001preview/get_watchlist.py,sha256=h8u6vRFkRB15NSi-SgumLq117KNmABcCC8gvKB0ytO4,18806
24586
24686
  pulumi_azure_native/securityinsights/v20211001preview/list_source_control_repositories.py,sha256=2zt5T14wWOtQ-yxoucFdNAOlbfoaS1fY28qxrvZUUVM,4178
24587
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py,sha256=LQtT5BRV_QNF4ec1EFK-cHW9Wwj0skIgq1xpDWeA328,34007
24687
+ pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py,sha256=bdkQ96sEAkRJB_JMcDNysufy-ndi1mgqdVv8FqADb30,34090
24588
24688
  pulumi_azure_native/securityinsights/v20211001preview/outputs.py,sha256=WJ0b7BVIS1oVdUMRvkzA1ITNLon-WE82g7rHhSoQeA4,57496
24589
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py,sha256=q_hluI-9-ASjk1ZLdYOnGVCCzc5ChuYootIy2oxphxg,37737
24689
+ pulumi_azure_native/securityinsights/v20211001preview/watchlist.py,sha256=Dahxc3pc7fMumGMu4eD-q4WNw9fxrqs_iio3WNs8a2M,37817
24590
24690
  pulumi_azure_native/securityinsights/v20220101preview/__init__.py,sha256=zeGx6tJlJk0xjsHECoXEgCdIbXnFJc431dr-jddKaBQ,565
24591
24691
  pulumi_azure_native/securityinsights/v20220101preview/_enums.py,sha256=kCS3yDqmJR2Jjt3ZKsCc0_dU_a-biehUrNkJjlyMzTg,869
24592
24692
  pulumi_azure_native/securityinsights/v20220101preview/_inputs.py,sha256=ZMhkJ7xpTDE0wJZ2hee1cv6fqXAbxqjm6lAxnnYYcyI,1648
24593
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py,sha256=oOOvzf6Bh4CSBqetXDx8y8luF3ssD5K83wxjD4stbGw,11996
24693
+ pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py,sha256=r2OLBdbK47KpnGY8rWDvH1HQhs2ZNyP2ru7SqbNq-EA,12082
24594
24694
  pulumi_azure_native/securityinsights/v20220101preview/get_entities_get_timeline.py,sha256=JOOCD569lDLnZGyDGGGFQhjSRMQJu0mkKUClg3sgKRU,6121
24595
24695
  pulumi_azure_native/securityinsights/v20220101preview/get_entity_analytics.py,sha256=7YtMG9nHXnyYs46Tw24wgFYV50eXd0kp168wV1J3t24,6996
24596
24696
  pulumi_azure_native/securityinsights/v20220101preview/get_entity_insights.py,sha256=b_WYVZBdmG7Udh4mdYPr4mYKddt3YZtW-CGBmu9xTG4,6283
24597
24697
  pulumi_azure_native/securityinsights/v20220101preview/get_watchlist.py,sha256=oTIkQZIav_ELjEEh9IJ5nd9H3KVzdMx_TMY-Esq689I,19997
24598
24698
  pulumi_azure_native/securityinsights/v20220101preview/list_source_control_repositories.py,sha256=vZaMbO-AoLU7SLYeaLH86qPMnGzAubHS4lW7Mgx4TvM,4178
24599
24699
  pulumi_azure_native/securityinsights/v20220101preview/outputs.py,sha256=uifWnPOJFNiqw3mKf5GqL5U8ZYMZh0EtHGYn9LRHmBU,31593
24600
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py,sha256=xbhp7zpKcsimQu0MJXlA6VwbY10tbsg-pI1CXKYUi-E,39443
24700
+ pulumi_azure_native/securityinsights/v20220101preview/watchlist.py,sha256=pr9z1Y7msb622JsCyvRjadv2xbZ_wCcMprk7KFetCDU,39523
24601
24701
  pulumi_azure_native/securityinsights/v20220401preview/__init__.py,sha256=c99dHrnhlmIDnYsfT42u0fbeAuoy5h8mp7EUuhq1yds,420
24602
24702
  pulumi_azure_native/securityinsights/v20220401preview/_enums.py,sha256=HlAyuyUecC0LYWLqekVjbr4s7cMJUBhfTU2PhUy5UtQ,495
24603
24703
  pulumi_azure_native/securityinsights/v20220401preview/get_entities_get_timeline.py,sha256=VNqJh-GBkRj6FKvemmFr094jtNgU9k1fKobKK-McETE,6121
@@ -24655,12 +24755,12 @@ pulumi_azure_native/securityinsights/v20221201preview/outputs.py,sha256=9-XIgtB5
24655
24755
  pulumi_azure_native/securityinsights/v20230201/__init__.py,sha256=K-FcPz_xx7FVPY_PudRQh3pE2Y-L-53c23X7Bz68nHg,1565
24656
24756
  pulumi_azure_native/securityinsights/v20230201/_enums.py,sha256=UMf9719JjRmVL3JUvSePHiC9y4CCwlj-TxETAX-tMDc,13144
24657
24757
  pulumi_azure_native/securityinsights/v20230201/_inputs.py,sha256=AUj2_nUgdRGWxlx2vLrSs4QTHYOwJ31AIrpj-Q-uYws,89492
24658
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py,sha256=d8dwGTTgX4FllAw18EvRkGpZgIUz7e0HLxpGg53KktM,15155
24659
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py,sha256=0uj88qYesKYPG9tVQxwg5AYFnNW5_J4fRFwkOvAvneY,15282
24660
- pulumi_azure_native/securityinsights/v20230201/action.py,sha256=fqfO1YooFFbkqJtB_oeWQrkGqT6ARYk2Zv7je8W4gfE,14318
24661
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py,sha256=q8pbboLlIDLITO69NzoniT4aMKl21ma4Goxa7VPoGlk,18811
24662
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py,sha256=OweH2oh8sWUkhSr7ZnfjGD1RUq1fKo-7RwKVE9_LxR8,15987
24663
- pulumi_azure_native/securityinsights/v20230201/bookmark.py,sha256=0d2o8nmmdT0mZgGZ46vLD73n1vgljrMMXqA6S7pQ7ZU,25864
24758
+ pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py,sha256=MZuR6QmowcJwT8WCWjK51ti3oHF5d57pPkpSrhV4T5g,15242
24759
+ pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py,sha256=9btmWFg2bfEuMOzornqD6MxH47u-d_TwMFQ3cPFSpb4,15370
24760
+ pulumi_azure_native/securityinsights/v20230201/action.py,sha256=qfLWQvM0mPACx1nIdmg62WcXdL_TDap_ldEe5guGTTo,14395
24761
+ pulumi_azure_native/securityinsights/v20230201/automation_rule.py,sha256=n3Hx8lSDHzIRP5JN5gdRBi-QFK0Knr6lVnJ186IxrKk,18896
24762
+ pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py,sha256=BtD61_IDKLig5vL0DAhygG0KMBRHjWX2LwAeteiSLD4,16084
24763
+ pulumi_azure_native/securityinsights/v20230201/bookmark.py,sha256=6k_2VNZRxyz9qrJrzNhbkh1_-gcY_V0LYB7Ii35hL-A,25943
24664
24764
  pulumi_azure_native/securityinsights/v20230201/get_aad_data_connector.py,sha256=5E6z2QnLAYPRYMsgsxm1ulHKxHlUGzrdG_uhb9NmLIg,7596
24665
24765
  pulumi_azure_native/securityinsights/v20230201/get_aatp_data_connector.py,sha256=4cuDdi5yZPW0Uh83eXE_MBlAoM8rSWPEYc6QFuJSyow,7640
24666
24766
  pulumi_azure_native/securityinsights/v20230201/get_action.py,sha256=skvy6HD2DdqFJV24QgD7yvHZlqeKD6nyGc2BR6NPY-c,7221
@@ -24679,19 +24779,19 @@ pulumi_azure_native/securityinsights/v20230201/get_threat_intelligence_indicator
24679
24779
  pulumi_azure_native/securityinsights/v20230201/get_ti_data_connector.py,sha256=w4v_PPsZpz81UX1g11lFY_CvSlVqXWAOOYkToVg4enk,8270
24680
24780
  pulumi_azure_native/securityinsights/v20230201/get_watchlist.py,sha256=Eg9g0BmdbnY7MfTG9vi-KjpZFq0uMU1wXJbeUOZGU_w,18030
24681
24781
  pulumi_azure_native/securityinsights/v20230201/get_watchlist_item.py,sha256=-oPMV6paW7wXZgfpGd4O7K-hkYDgg0deA-oiU3d_lno,12269
24682
- pulumi_azure_native/securityinsights/v20230201/incident.py,sha256=awzAt2ITYNWfDV20L0S9FXKkKdgw2gccyfEi2TFNrzI,28343
24683
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py,sha256=M--Wbtr8suW3EYmDNuBPl6ucVYa1Au5icYZkN97uYNs,13948
24684
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py,sha256=UrgrRAhHVA27cX3Y6o7spE9swKTyNTKb6nMbbB42ook,14361
24685
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py,sha256=Wvopk8HmHU4ZGVi0wxxGFbOXLIbSRK7NsZLqRXPa97I,15217
24686
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py,sha256=jOIECOSwPZtCS74ueFUYr04Tbtc4GSyAgLrIg2ko5_k,15433
24687
- pulumi_azure_native/securityinsights/v20230201/metadata.py,sha256=1bo4Lj1w2WaHSjTOqjHxXFcckviQAJL3IACPyMVfih4,39060
24688
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py,sha256=gADcMAW1eEt3WON6TRlecFSx4YbpBAciaHtc-sFrRSs,15187
24782
+ pulumi_azure_native/securityinsights/v20230201/incident.py,sha256=GjtFzhbD2YlMkiFzW4iRWppMyLk6FwTmnTmVX8Vi2Qs,28422
24783
+ pulumi_azure_native/securityinsights/v20230201/incident_comment.py,sha256=FkwLuasM0pGLJcYwhP6Y_7jn-laKpTwIvf980IDzpOk,14034
24784
+ pulumi_azure_native/securityinsights/v20230201/incident_relation.py,sha256=7E8KE6pS6UcjbRThQ9fZoxyEFHPPdR4nUV5OgbOxX6s,14448
24785
+ pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py,sha256=Cqh7CY0SpYdzfVUpb648ypAH2L3xdHJN54RHVfCcA8Q,15305
24786
+ pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py,sha256=9mX97TEVeX7kBPk5BSg2J4McduOXovvbmoAa7juuoSk,15522
24787
+ pulumi_azure_native/securityinsights/v20230201/metadata.py,sha256=pkJB4mlwePzS-apFyKk_uzcvgoV_YNne0zqilNxoTTM,39139
24788
+ pulumi_azure_native/securityinsights/v20230201/office_data_connector.py,sha256=VHWVB2CDhRQLb1RvUbXGFxdyMJSGnRgTqsQU7RaFB5Y,15277
24689
24789
  pulumi_azure_native/securityinsights/v20230201/outputs.py,sha256=t6KP8pm_i9Shcdk_7P-CQwCZUoD7Q8upJxu5QQ8uaow,68605
24690
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py,sha256=tPTZ_x-kRaYPKXCIvBg70R2QYLnOxMGFcdxQArw8i_M,12941
24691
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py,sha256=GJlBlJ9J-Ns7lXg0L8qgg27ugMGX0hIh5IhacXLNT3s,40533
24692
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py,sha256=eb3W3PxL6z-zVHoxamE7w5TjY8bQlG4kwlrUy1wN4pk,16385
24693
- pulumi_azure_native/securityinsights/v20230201/watchlist.py,sha256=EYGZadgVcHZQKWT2-BR4mhw5BHp6-9MyG1pZHw3EIms,36263
24694
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py,sha256=xXI8tPnTOvkjm1dRYKAYjy7mT4n_oM9FWjV3dofJN1U,23460
24790
+ pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py,sha256=S43sMZ1YNM9-kyyYT6j0_4axH5Ewb_pR7qZovQz9hMs,13035
24791
+ pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py,sha256=wV8sMc31-cIU45pmXk7TAOhQZie_py4MdMQq8vC97bk,40631
24792
+ pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py,sha256=AQb22tiUhuCfqBCg3NQJzVoOdChD_tg9fYJmTWaT73s,16471
24793
+ pulumi_azure_native/securityinsights/v20230201/watchlist.py,sha256=ADlsC1o3uKYiDzhyuJzzPJbMMEsO6mCRr25Qno94qbI,36343
24794
+ pulumi_azure_native/securityinsights/v20230201/watchlist_item.py,sha256=6U4hiyaPi041puHJ2GER0SngH5rbZnHB8Y4oAlrX8b4,23544
24695
24795
  pulumi_azure_native/securityinsights/v20230201preview/__init__.py,sha256=iN69stpYiuqDyXL_-r3yIqPVTC43PVI9XMl_6BPeIBU,547
24696
24796
  pulumi_azure_native/securityinsights/v20230201preview/_enums.py,sha256=dSAVsYxA22sMpse0nJL5EkwRhGTVHvCF83BrjRvjrkk,3988
24697
24797
  pulumi_azure_native/securityinsights/v20230201preview/_inputs.py,sha256=lFV7ic3tbFt0UBmsyGPeDSGZLz0PhHP4HKQVKBti-6Y,21907
@@ -24699,9 +24799,9 @@ pulumi_azure_native/securityinsights/v20230201preview/get_entities_get_timeline.
24699
24799
  pulumi_azure_native/securityinsights/v20230201preview/get_entity_insights.py,sha256=veKVss5wGHJ7hiuW7ZyBPNGVi1xjY-AgQHAMcvwJ_cI,6283
24700
24800
  pulumi_azure_native/securityinsights/v20230201preview/get_incident.py,sha256=TQVqavQmfd8c-XEkTGyo8dO0gY5YtHJ7mK72jU6axTI,18411
24701
24801
  pulumi_azure_native/securityinsights/v20230201preview/get_metadata.py,sha256=ZKnwE_IHkwqts8DwaobP4dGp9BFUv3Qfi6RyEG-YTws,18251
24702
- pulumi_azure_native/securityinsights/v20230201preview/incident.py,sha256=cD6fLa829Pl9whje_cPPcS8R99WS3H_MKEQInl1Nxdc,30723
24802
+ pulumi_azure_native/securityinsights/v20230201preview/incident.py,sha256=SGq8osUBv00-QOjTNiaagl2Z6xcSPt_DCOLi0t8XqGk,30802
24703
24803
  pulumi_azure_native/securityinsights/v20230201preview/list_source_control_repositories.py,sha256=Uzo8zkd9QGz0XFNj4EyRmraZEsqJNmbx0OS6uqKdVk0,4178
24704
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py,sha256=tsFB9Az9fCBX4GB7n16XSeeXXI17531JRPL5LbMHvqQ,39165
24804
+ pulumi_azure_native/securityinsights/v20230201preview/metadata.py,sha256=6um4Lnb5NRMtIhEQV7-zbVEnIQe1rsIWc2XxudC1wuU,39244
24705
24805
  pulumi_azure_native/securityinsights/v20230201preview/outputs.py,sha256=D9HJxSd7VGGUXtSrcnKtxJ8Mv3l-j3SN6BxBDlwNQBY,57426
24706
24806
  pulumi_azure_native/securityinsights/v20230301preview/__init__.py,sha256=hBHz2TKTTZkKpXgYd3EyKLuOmgiEIkVx8Gb1HuHDcPA,495
24707
24807
  pulumi_azure_native/securityinsights/v20230301preview/_enums.py,sha256=l_3WGDTKbdaPDhngRc26cAK7hp0D5_p51ju9bKHTfgo,2686
@@ -24709,7 +24809,7 @@ pulumi_azure_native/securityinsights/v20230301preview/_inputs.py,sha256=8JGZlCYj
24709
24809
  pulumi_azure_native/securityinsights/v20230301preview/get_entities_get_timeline.py,sha256=vO0lCfmPJIBAGF1oFO7vE6oXmc3BNZJCKJ0SODhZseY,6121
24710
24810
  pulumi_azure_native/securityinsights/v20230301preview/get_entity_insights.py,sha256=WVZpCsS7hbQ928Dan4S6t6Fc-8mSS18zxbLarhxS__U,6283
24711
24811
  pulumi_azure_native/securityinsights/v20230301preview/get_incident.py,sha256=BFGIClUtH87z8m1FY6hnNsNa1vNDeHRnfalUGqMlMeg,18401
24712
- pulumi_azure_native/securityinsights/v20230301preview/incident.py,sha256=Lbh-wkMQnUKa445zApn6n49OQrFojNS7Jh4FmsdmA0M,29710
24812
+ pulumi_azure_native/securityinsights/v20230301preview/incident.py,sha256=JbVOg_htrlrR2MwvCzBCacuELm_Jz2I72ITcp6qpTG0,29789
24713
24813
  pulumi_azure_native/securityinsights/v20230301preview/list_source_control_repositories.py,sha256=cYsBd0R_tVPDX8MfiM8Z-rIzMR9Xz1_7dqVxliSiCBQ,4178
24714
24814
  pulumi_azure_native/securityinsights/v20230301preview/outputs.py,sha256=UJiDzwqOvGrJEp2RxnjPBcJvT4gCZwUbAYRz3vJy-nI,47011
24715
24815
  pulumi_azure_native/securityinsights/v20230401preview/__init__.py,sha256=c99dHrnhlmIDnYsfT42u0fbeAuoy5h8mp7EUuhq1yds,420
@@ -24730,28 +24830,28 @@ pulumi_azure_native/securityinsights/v20230501preview/source_control.py,sha256=j
24730
24830
  pulumi_azure_native/securityinsights/v20230601preview/__init__.py,sha256=GtV6GqRdU5U2KEoTIhsnY-ty_lUpta5498boLZyQ-bM,4811
24731
24831
  pulumi_azure_native/securityinsights/v20230601preview/_enums.py,sha256=4ZDdx2MI9_8k8Jy2LZsBkoZBgk6axBqYXHngljSMoSk,29616
24732
24832
  pulumi_azure_native/securityinsights/v20230601preview/_inputs.py,sha256=yH6M-lD3qCCEuCR_YGEPNVziR8khHDRt3m7NLMudi9s,268952
24733
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py,sha256=vWZDmQvKH3JpNKdRQ2hIwBNzMuitFYzwyaEWsoYUk44,15238
24734
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py,sha256=CeWdan3Su7TUoNw8fSjcNmcmw5QA-MMht4xBmbf2x6Y,15321
24735
- pulumi_azure_native/securityinsights/v20230601preview/action.py,sha256=ooGlTm6IzdzZ8w0eEyCWdQ36rDGDHMlKCkNvjjUDpQs,14325
24736
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py,sha256=__bYA9LA6V1jHoCeytfHOnhyRToluZ0ldYPy-Ks-sdM,25191
24737
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py,sha256=FVJfmDClO9klw2rEYRuGwxRu1OozRTumzRF3aeYT_98,11702
24738
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py,sha256=7Bw-TKdENS14t_nbhuIIg_m5Jf3HkPF8Rg2g3CjwoHM,31939
24739
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py,sha256=n4B_vulBBThANjW4TuQDDB-NzIY4WCU7zOC6xTQegLA,15291
24740
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py,sha256=022m8ncfcvu1uhZC6iZO5Qa_oTTaLW9GBRTUKZFfMWM,19274
24741
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py,sha256=O8EHnFM4jUSbCTstCN8coTFu_BZ1ObT2wdHK2vNaW64,16027
24742
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py,sha256=fvxb7IgNuuNp6EIc30gcSBIaREzgIXJQWoTVKRgFj40,17982
24743
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py,sha256=lEhP7UqB9VRPA0QYGiV9an_xDkLhCj5iCYOHi5vVoL0,30304
24744
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py,sha256=A60KqqJKzTDsT7bMvaQrmsj5mWRB-awguF8SdY2wP98,13634
24745
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py,sha256=DO5WTCVDw43KJd2hAfGI6VxiGaKHW-MlgMPZveY1SJg,16681
24746
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py,sha256=pXwMTnPbpZTRuD_1lNb7-2wftRKPhPk_2cG5a4CLmQ0,14468
24747
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py,sha256=XUEU9rvwmTknCtmMQBGClcrdP5bob-pULFNmnRZv6Ik,36492
24748
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py,sha256=hJXOcSm-9sEZn5HQywYHS0WBKGI1t3Po8lr3VEnIX3g,42765
24749
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py,sha256=dDKz8D0hUlp-AqHcHygVJB5KnpLOX9b_l0s67Ygp2rU,15598
24750
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py,sha256=ubtMXwG5sV_-oN-4ReRMVHLZMMcExPT9fJzRbVvwkDw,13341
24751
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py,sha256=clrnBIUJXgHFYmdQKwO3PXTppKvSOotNM9t04EyU4Ko,11555
24752
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py,sha256=V2TNUy0l3UmzuutUxFiXQsqQnjkWnlJ5vBjbZESt8YI,17974
24753
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py,sha256=FVv2GhadstKonuHjp2lO-Xw_Y0zvJBRa9f47JNTWJ4M,20698
24754
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py,sha256=8ZWMUQI-NjXV_m6ikr30SnaohCc3lXyjOFjolFq_Azk,18041
24833
+ pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py,sha256=N_KGlcg7fIAsH_vMmjUmJXiaNUsH4qhEs1Vhwlbtrv8,15325
24834
+ pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py,sha256=VwRTCB7AFUL37tgMPwX_xaJS3A-k2FC7TDkydz3yRmM,15409
24835
+ pulumi_azure_native/securityinsights/v20230601preview/action.py,sha256=_VwVEGtMWtovhCsj9zz7rP9ZHibcwvPsrNZmaUoUSo8,14402
24836
+ pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py,sha256=w83TCrgMp6P_nB_KRErUHlKEGGSYeyu0V4w2PhLMiyY,25287
24837
+ pulumi_azure_native/securityinsights/v20230601preview/anomalies.py,sha256=50RP3QCjHaw7k_wKUU-Q7mh1kbLasVqXeFBurdbSX7o,11782
24838
+ pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py,sha256=j_6QRxqtgmYakHB_oSZv-fzy_it_F7W4sNcjr0v1a4Q,32044
24839
+ pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py,sha256=azLX428nXhe8vcLLmyp300rxSbB9lakKPNzb1X5NsrU,15378
24840
+ pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py,sha256=wpvrKGXpUjJIbgmigtLKFjaNhisltxnf4xPSpQfjWds,19359
24841
+ pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py,sha256=ucTZKufbKSjHKTh6IHL2xT6hY5avTyIj5EaEIdpxHBw,16124
24842
+ pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py,sha256=Uz-_snhe_iru-xScbulqfQWwmSMY71YMZtgjoabAwzE,18071
24843
+ pulumi_azure_native/securityinsights/v20230601preview/bookmark.py,sha256=KQ95HdV_y8g2-CoC_lxGNK6j9M_7-9cBdlZ3gB-cNZg,30383
24844
+ pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py,sha256=-e5RApdWr7XI6ug9MPcbk2WI8ivC-d9jG8EpABaFeio,13721
24845
+ pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py,sha256=cxODs4j_ijzcB5-P66pkNuc-Pbi5VF3vOhIBrhAN_HE,16783
24846
+ pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py,sha256=9ub_DMcPAcpFvZ2EMD8MiB5Qf4KwNHSSxMCcfDgTGlM,14562
24847
+ pulumi_azure_native/securityinsights/v20230601preview/content_package.py,sha256=pP7M75DZYQtrQBbjXCGxIFwfCv-MBasvTbK7mzoBHgE,36577
24848
+ pulumi_azure_native/securityinsights/v20230601preview/content_template.py,sha256=NEL8jaE3QZ-cVwXK3hQHcxhMtgV_46ZdqTAQfJyRshA,42851
24849
+ pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py,sha256=MsO2nNwwiVmfethtUvX1KuN17U1N6iy-QfS9dtLlUv8,15693
24850
+ pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py,sha256=8OlIFnt1GwgR6pOar26ceSDDTte2OBnqY3UG7eqDUTo,13427
24851
+ pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py,sha256=3kKlFghF0uMdfRBGnW28CIAub-aPTGfTPK-M060KS4A,11632
24852
+ pulumi_azure_native/securityinsights/v20230601preview/file_import.py,sha256=qiYGNnxZh0v4U991rDyNiwfqA2Ill4_56YPRXy-SZlY,18055
24853
+ pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py,sha256=oCLNpfK5n37tvMHdGOLqOeKEMlEvkRF5YWic4j1hOso,20784
24854
+ pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py,sha256=dpxk8apz2yOiC_ijfwYlHZ-81KTPl184I22MCetM8GM,18128
24755
24855
  pulumi_azure_native/securityinsights/v20230601preview/get_aad_data_connector.py,sha256=QZyVxkFH3vHtJSfe7eqPqKy2RNtXStAK5umYbFDq6Bc,7622
24756
24856
  pulumi_azure_native/securityinsights/v20230601preview/get_aatp_data_connector.py,sha256=eVOxTLzMhwgxgmmZJK9LaJz9Yayd2RBqdU-9NfsRwhY,7644
24757
24857
  pulumi_azure_native/securityinsights/v20230601preview/get_action.py,sha256=S7qAZsX9X6n6m6GTnCqOstaiNtbtWwwO2oXLPx7mF8Q,7244
@@ -24811,69 +24911,69 @@ pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_assi
24811
24911
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_configuration.py,sha256=A5sLlkuYkiwSP5qJ-Zrt8uPe3tooDNlrL-pt7X9LrYI,6916
24812
24912
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_group.py,sha256=SykMpg79cra32BeK94FLblsQJr-ZbJAyxbZ9x4F7Ylk,8087
24813
24913
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_member.py,sha256=GNX3iWCvS2orBJikXqCJfhH8sl4kcT4BBthZNRqciJk,7924
24814
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py,sha256=H3CGs-y7KtL9FLMjIeeDDSXnnZXZUGEWyZQ6sKJKrSk,19452
24815
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py,sha256=UKA7YHuFQcK91Ll0OXWxTccqmKUyzDoZrvgqIzTFhOo,10794
24816
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py,sha256=-qDbIpHEKtS7FnYzZs_8QD_wQp8URT1PCzKvFZ2xxKw,13411
24817
- pulumi_azure_native/securityinsights/v20230601preview/incident.py,sha256=OHjk0DSxFg2j0_U3qGY3_TAQTZKMxFn98QzKhndmG3E,28771
24818
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py,sha256=20bN4ALmj_zz8FNJVoumhp0k_1X7WkmAKHEJiUcgPqk,13948
24819
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py,sha256=R0H5amv5YVD1onFuUQGYvBo8TUT3UubsfpIa5daAlLQ,14361
24820
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py,sha256=LMiMh-sa9ayv4FxtHb62IwK6duBxvW15EGn88F9hFAE,17069
24821
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py,sha256=yuD6tXDBJLicymP93DLxfIuDXbygYaBGllP1DcQqeog,15147
24914
+ pulumi_azure_native/securityinsights/v20230601preview/hunt.py,sha256=xX4G3D2PVJDbsKWbPO3gq-k86o8Q2nI0mryZXPJ9ZQA,19527
24915
+ pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py,sha256=I8AtucvLYM6_qC1lyHqt9brEZ4xRft3G6rFXRp1XYXM,10876
24916
+ pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py,sha256=k1IPQ_ugLUuEHau-o1AimhWprO9mKMgChzRVsHhaB94,13494
24917
+ pulumi_azure_native/securityinsights/v20230601preview/incident.py,sha256=9GzeSQl7wAtDTsKmhiIivZaqs-lariNRjaL0g3FBmvE,28850
24918
+ pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py,sha256=DSkOOZ9k3iI7yKjcIleq8Vj9ePwNHMhZxCLD52cwdfo,14034
24919
+ pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py,sha256=855AefxhglnT-a--0Auxuxvuiopf2rBpQ8NBsJyq0D8,14448
24920
+ pulumi_azure_native/securityinsights/v20230601preview/incident_task.py,sha256=cxEf7mRBH1faa0sL75nGW8LTckF_g3Cb2OiTlyAe3Ho,17152
24921
+ pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py,sha256=LxyIKXCBQdnvLR39DJNnlHoBkxq41Hl9GWxmYTR1qNw,15234
24822
24922
  pulumi_azure_native/securityinsights/v20230601preview/list_source_control_repositories.py,sha256=4eKD2LX0AS7xlVpcq8nPtmQC3JwAVl5L-7_4bv4FaiA,4178
24823
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py,sha256=d6_LWcZhRP6o1bNkt33UG8GINJ4NiVDM_YKpg1qRVeI,15296
24824
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py,sha256=rWLMU-J-9__wNrQqv2sVMgYTED-_C2zs-gfjiXKjIBI,15472
24825
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py,sha256=F354AKR5dbsYrJlAwbRZDK15Cdp7wl4JAoQrGEFLB8A,39060
24826
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py,sha256=gbHEWtpnThm-CE-FnlVdGOKFOr_B-8y-6GqsZ1IidGo,17380
24827
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py,sha256=PPqkDpTEl3UEtjXQuR1pAfvXQNxDAfwothHe3OP9UxQ,25823
24828
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py,sha256=jE77K8cfHxXvbuy4raCKirf33qE8kbzQlq9ZGmHAXAk,17415
24829
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py,sha256=_iB-TqHFLWsUoBtg_pGcFKlWw9s8rx0rg2ZsLI64OgU,15296
24830
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py,sha256=Vuzn0VAIh8qUMltUC_7i8iEVWJyD8IAvMQh4bdS3Zm8,16903
24831
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py,sha256=T4S3H0rPJipWHog24eXMsjA3dcrhy1iukzf-OgC0brg,37806
24832
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py,sha256=SJqx1pAtz0ZnYh1pQhJKWOZRvoRA-tnN1xaOUEcbzcI,15920
24833
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py,sha256=7HKAMPoxfQ_e7kZhV1aSMAXmFedVNcX24QWWOuFgEXU,15476
24834
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py,sha256=CxDyF1MLYgTqIfsVRfEo6K6e4WVwmHofZkxSdf2_CnI,15266
24835
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py,sha256=VC4OnoNka9CULcVNBRUwFls6Xd0H9wpsov17jUX4Ny8,15468
24836
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py,sha256=gwaQCmEUvyjJv7-OPVsN9tGz501iSReDhTVb9NarIjY,15716
24923
+ pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py,sha256=WIUhNU7knn6qc2pqxLtkOUKXUXYRG6-pcWHnv5tkah4,15384
24924
+ pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py,sha256=kpkRRh52KznsezzSDBtbb5446N5Pf_iLJ4xFnue_juQ,15561
24925
+ pulumi_azure_native/securityinsights/v20230601preview/metadata.py,sha256=5_Tu3bOn3GqQbZzGFmWI3tdmka-TTs9Yy1CAiltOXnY,39139
24926
+ pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py,sha256=Yu4vnyTS9s2nzK3mtahMnux2O7nR_Xg-eQ6raa6VHDM,17501
24927
+ pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py,sha256=uSxNAhySnPjIpZLwo3MCvvDUJXfcfmv9CCovXeEwhi0,25936
24928
+ pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py,sha256=OYZYjiq3PlFIF_hC0Cnhi4yCLHbg2CJq859fIpt9eU8,17514
24929
+ pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py,sha256=AnHDhfmdat8iqFLvN3UJq3hTciGK-Op96u7z6b8IRWk,15384
24930
+ pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py,sha256=Q1vpEGZZ-rGUkT3Ktsztvbbwo8d3Um7bzrGzyrQXY_U,16990
24931
+ pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py,sha256=RUGWyuIOBJwWkwZJr6VB9sdHPByssTlxx5qKSAG_4CU,37889
24932
+ pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py,sha256=wR7P9zdGzWZr_P_xoXJtGQvuwLNtioTuJX5xX9DnPXU,16020
24933
+ pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py,sha256=zXmH7CN9Sc1ZW4Ipa3BXirIFh1QqC--FfU44US54LBM,15569
24934
+ pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py,sha256=i73Lkq4RlljwG4cQt5YeSfpfdQjMvafq52Uy4q9CGAg,15356
24935
+ pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py,sha256=nb_JfRdAtMAcC8-02pCjyxc2qZxymBhUN0NZqZ4H2A0,15561
24936
+ pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py,sha256=kddX28C2k_z3yr5YvyRsT6jrBlQQ545AG_6ILYo-lVA,15813
24837
24937
  pulumi_azure_native/securityinsights/v20230601preview/outputs.py,sha256=2U8emGvOau5gyBreZTuR3VE8TPW3IRNjPMh8j7MXAeY,237049
24838
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py,sha256=T-ZGu0dHNyFjGhRwxNcTpvLbuuBhIxPzPaGFqE6061I,43790
24839
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py,sha256=fYjJQ2S7oo7dLiAjlSMrcVAXnHGeRKDts4XsuEY_XKo,12941
24840
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py,sha256=IFTZ9gTr4juGU0UHMSdSIWVu6ux3fVlf8ZJd-s3vEzg,17353
24841
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py,sha256=CNslr3tT8n16pvmMUkOkOxC1XlMl7fYN6UEoqvdRyKM,40533
24842
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py,sha256=dZh67kx4CGvEQe-K8Al4zgabrqtzgnx_y7QbxfFfW6I,16464
24843
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py,sha256=MFbHb03Nh6Eu2zLTupn0oWIOoHaF4fRrVEUYThnkW0Y,25390
24844
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py,sha256=7YjUhEJ8BOBBF_1I0VmxCaN_SYtdh1dShVlJAodAIDo,12730
24845
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py,sha256=cLkpN80rmpJGN0LAJ2w19AGeTmKlnio1qrba4ips2SM,37547
24846
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py,sha256=jk0U7lJy57vq8TbHR3NMSSTnKJHVuCjbXXSm6_o1VgE,23448
24847
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py,sha256=SGw5R3v14Roduf_RAAy3F7-wu7cKBA3CpIlJ9amw3zE,13621
24848
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py,sha256=R3XiW--BwaduU2Wib7IwF_IP6_v4OI9ww3qVehavtdo,10992
24849
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py,sha256=l5muBfCjdaOQDTc2Wprfx5hIhLJV5XQbBz0S4-vuCDY,13530
24850
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py,sha256=sowSmKR-_qNO3T43istEoI8Wg_lPIZazA6yz8TjUoBk,12969
24938
+ pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py,sha256=G_WY0u6Mus97xfU8r8j-flrT5OWp9tTdFbcHw_70TV4,43879
24939
+ pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py,sha256=VgyWBgVKzouSKyecMShrDs2aVSGEUplHLwqwL_FH7fE,13035
24940
+ pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py,sha256=LFrVX-BT2NhQuDc1tM9dOheZ7ccEmKOIZVIL5GE7xFQ,17451
24941
+ pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py,sha256=Y5_Xu4ew3YlQMVHxkLt5zkRymY2W8cLUQNttsVhYOIw,40631
24942
+ pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py,sha256=iBTEeOVtRvBc_0rO4rVYy3T1h7M6h6OnhA37TYGRVBM,16550
24943
+ pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py,sha256=oMkWSKjj9a9k_y47nTyA1o17YU4wsEk2C5P-BLqvkl0,25481
24944
+ pulumi_azure_native/securityinsights/v20230601preview/ueba.py,sha256=U13Tee5QdvsYL2OA2vUG5wwf5kwitcyYii0udl6-4io,12805
24945
+ pulumi_azure_native/securityinsights/v20230601preview/watchlist.py,sha256=KFdWNM2BzHN6CyXhaNtB8Lvp88Kpxg2o7TTGQvX-VTQ,37627
24946
+ pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py,sha256=iftjfhnUDraCH5vtgTRhAUquZ5RUaDnHRmEX8MaC6Vc,23532
24947
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py,sha256=_mLu5g_q-2RqQ43WQKB6ILh9XvuR45HVhLYSVbD5qoI,13718
24948
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py,sha256=2bBV0kx8WagbpRvYGcTt3AsVIm-_Lo_sUl2azwlNUsA,11092
24949
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py,sha256=rsWNLrLvCZ9mUjjcLPfMK7ts6mGLv16LhdPHRL-GB78,13622
24950
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py,sha256=FObaRWHJ-x8h-aZZdXcTf_QSECsSHFprI0wlaLj5vRs,13062
24851
24951
  pulumi_azure_native/securityinsights/v20230701preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
24852
24952
  pulumi_azure_native/securityinsights/v20230701preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
24853
24953
  pulumi_azure_native/securityinsights/v20230701preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
24854
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py,sha256=kdtHHWLre1Ql14y70mCT6txmNpvzad1fuocljYpBp8w,15238
24855
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py,sha256=cjPkqWLOj1XHWxmnrjK2PxoU5ORLon2tMDoY_ksJDb4,15321
24856
- pulumi_azure_native/securityinsights/v20230701preview/action.py,sha256=zW-ivXkv3leK09zMUayKYik6E3jmHUiFHga6vFAQbv0,14325
24857
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py,sha256=Mfxe_q8-UNRucvhucazT9amPCfqligrWzf1ZekLc86M,25191
24858
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py,sha256=XLw0WKX2yWmOePC5Rn-gd56xdevRUeBLqk5HtxNwV6Q,11702
24859
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py,sha256=af8tW30iZIUrydWFw6zvhmPc4MSI2tVIdpzFYXwbQGs,31939
24860
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py,sha256=GY8Y6-25LaXopIB-Mx5riXM557sBpMrb1OdrX8ymBCI,15291
24861
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py,sha256=kNuq0CS-oe0Yuq-C1Bzs78FnoTHFhyaO_9T0Zqm1SP8,19274
24862
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py,sha256=TCq2Ga30FbAt5rpuqMh4SnwkJlFmg_G_OARpddPSilk,16027
24863
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py,sha256=GoYOIDHu9hdTYALxeazySf30RP6857pr0F8SDnefki8,17982
24864
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py,sha256=AodB1CyWTsEoMj_3DT0eof9MZDUw8-86liLSt4_veTs,30304
24865
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py,sha256=bPshu9H8_V11_wu-GbEZfK1CHTcYC9Bn0wxup3NRges,13634
24866
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py,sha256=KvTWpulzwHawRDUxaAkgqrPjiAp82t4C6J2NX4lbnd0,16681
24867
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py,sha256=U0Ep6DKuO0LKZF8w286IMNWRAnUa2UycmiYO8mEdtxs,14468
24868
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py,sha256=SMs5NBdHuK7VbaUKZ6Bj2VuoD6NzZjXweZxw8Lyec0Q,38246
24869
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py,sha256=Oc-aeroRmUUNukcR1NYCe63O47Zwm6qb3dA3Gi4H5IA,46672
24870
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py,sha256=8LAd-TRaPwK9npAYqEGEbU2Ail5WZSs9hs3xU4y7JEM,17272
24871
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py,sha256=F-bO7hrS5k3MxeNmkMIbXM0WAjfDXFRy4Td-qh2sEyU,15598
24872
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py,sha256=YnZ1rapme1xQb5EGYSNJCERii8os8vo2YPj76GdE80c,13341
24873
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py,sha256=kjIElcfvu8c2xvxUQxUDmxYgi8cWFLfWd38CuzoL2yc,11555
24874
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py,sha256=GvyL4W6Z0cH6sBM9MZQSgWbuBVDA3Tf3KOyf3iEfP0o,17974
24875
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py,sha256=m0quY8AwOLA-yphB-TYBakZgzQuV66JzJqDDOjiDfVI,20698
24876
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py,sha256=ncpxtxh4xGg4IcF2--nykTnFMEkHYmnBmt5UVOPa7EU,18041
24954
+ pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py,sha256=tjkcxpEfBW9Lm16gmfDRdkvkQC2h7G-45WifKs5aa5A,15325
24955
+ pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py,sha256=iwvbf9U7J2XtNr2Zs8KWAEwX9J7PO9--zRxTMYNZMPo,15409
24956
+ pulumi_azure_native/securityinsights/v20230701preview/action.py,sha256=_v0VG7iheP8EABnfNgaK30eYzRwuieGkAE4O_-UjN1g,14402
24957
+ pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py,sha256=MnCENJLj-iNu80p4EO1VimlSwzHzb6-FnlIOPrcq7NE,25287
24958
+ pulumi_azure_native/securityinsights/v20230701preview/anomalies.py,sha256=y4QtoaK7nSFEOTH79jFjgRRAo_mPC7qQA2NzMLdmbvI,11782
24959
+ pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py,sha256=jgsPSo1Nn5YVOYwugdeahe7nYxvzrce1xHQke5cU4vc,32044
24960
+ pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py,sha256=UByT8rNeNFLyI1KW2_xcPkgYYd60ZY1F7QlMT0OaBn0,15378
24961
+ pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py,sha256=e-nwmyf2zDqByLC1BHEkOTDGudO1U3txH85bHN5Xrho,19359
24962
+ pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py,sha256=swpuAFBlw1RjRS9TyTIn0KrpIFXwzHJBfiXAoLoHeAg,16124
24963
+ pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py,sha256=MAj7mhbiOA7iBAyCkQLBbZkVXl_w3P7J2Qiqi3w4FpA,18071
24964
+ pulumi_azure_native/securityinsights/v20230701preview/bookmark.py,sha256=4sk4mpM490DCpqR8yfbJMqFflx7uoxiRgtX0yr9wJvg,30383
24965
+ pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py,sha256=_wIYIbV_oismSe0RhY8u2bUjwuqJ2ktDt3HtOKMj7fU,13721
24966
+ pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py,sha256=Sld5uWbe8re_Lg49hksWLA8DTvqgdkwEDm1rGSwGG74,16783
24967
+ pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py,sha256=yB-G4XGeRKjWtcfduUUCGtX9PtRv2Y3JFfM7lR5W-wY,14562
24968
+ pulumi_azure_native/securityinsights/v20230701preview/content_package.py,sha256=ZR8NnCTOYuGr971Sfhb_Vb3sM4KczEPESwyPUHm4R9I,38331
24969
+ pulumi_azure_native/securityinsights/v20230701preview/content_template.py,sha256=euIu-Sw-HGhGf0D5fJe2ysFTfi4wQj44i2_urfuHgMQ,46758
24970
+ pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py,sha256=Smx4Z1U2QNmf2F-BkUmbra4VZgI_exrt-U0gO8QAKV4,17374
24971
+ pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py,sha256=dLMmnjCKnD3PEDKVRrktDX4gkNFvX6mN7RCVUuMr53A,15693
24972
+ pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py,sha256=hbZnFcX_OS6Z9tAMcsyLovDLn2gX84-1he6ApFZbXxM,13427
24973
+ pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py,sha256=mES-29_N83-TshIs5qCC9yUzCq3H4x1krGIhKbQTyeA,11632
24974
+ pulumi_azure_native/securityinsights/v20230701preview/file_import.py,sha256=Ss99ZgOpAzn3PZezXfSJ-oXD8-gXNSrRtb_Vg5yyatw,18055
24975
+ pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py,sha256=o3m9Nxb8RXnvnWHTDIRdE4rSqhmp1TXh6FtXqYgvvI4,20784
24976
+ pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py,sha256=tib00dJzCeAW4iZcp4h_LcPs15h3IUK4qLjqU-3MBfU,18128
24877
24977
  pulumi_azure_native/securityinsights/v20230701preview/get_aad_data_connector.py,sha256=SnfKhc9fEkH4N97CP7z63Q_LbI5gYf5Ow0nb1haOBbI,7622
24878
24978
  pulumi_azure_native/securityinsights/v20230701preview/get_aatp_data_connector.py,sha256=1cPBYDfssW1ueCDEzseUcQZnMo7lWn01kIqOQu25B_Y,7644
24879
24979
  pulumi_azure_native/securityinsights/v20230701preview/get_action.py,sha256=x3kYd3ryz4Q_aylIH4SsiiC8R5oemta3JqclxvdX6QE,7244
@@ -24934,69 +25034,69 @@ pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_assi
24934
25034
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_configuration.py,sha256=bbsDv0FABjQ2Q-zy6ftJQWQwlDsF8yUnEUuepJv22zI,6916
24935
25035
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_group.py,sha256=UWf4svLF-pVGnqOSzvGLge8P6maLBhr3Z6s67QAAIsM,8087
24936
25036
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_member.py,sha256=UHKPLY_3yNhr7UYY2eiyXVyYJAOk_1Jf0oR_2XonE4E,7924
24937
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py,sha256=EHvYkGfl44PeuBswRnym2N4oevOMCPfA81qGLwU3EhI,19452
24938
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py,sha256=7O3hUkLwWbDzNu-MbWa6tf91S-M-uFwHilZ9u9wjm4I,10794
24939
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py,sha256=_99cu2DqMFv8kdzoUyJ7iHgTTt5QTSTADDdhofzAjVE,13411
24940
- pulumi_azure_native/securityinsights/v20230701preview/incident.py,sha256=GBQnkP-Tdx9LFhbW9PtSd-VP6vJJAXc-NlEuO-KY8vE,28771
24941
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py,sha256=5kTrXn7bXXuUARM_OkQ9SZDsMV1SPPDtgZRG9r3wYXA,13948
24942
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py,sha256=23TVcp7dBDRwWELHIV0NKTlQ9eBO6u2mWl2gEXO0XPY,14361
24943
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py,sha256=t3MAhjywUEm7ZPZI5WE1LQHm-lr6IdoUaCWHe23dhus,17069
24944
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py,sha256=t6yhCMRlx8lT7a6X6-QcN13hLE2Lq6lbBtuA9B-jGYs,15147
25037
+ pulumi_azure_native/securityinsights/v20230701preview/hunt.py,sha256=gv-OWHOmm34ZnVjL3bUfxHgyYmX-qT58qpvsSvmMGoM,19527
25038
+ pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py,sha256=LfaYFqq5X2qvGyD-QpXgkY2aOFEcdXyREjopaikCg7A,10876
25039
+ pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py,sha256=bOauw4mXjzIuwKazH1fqN_a5t0TwoBRngCXCVp5a994,13494
25040
+ pulumi_azure_native/securityinsights/v20230701preview/incident.py,sha256=hk-G3JycssDk4EAS5YDBg8gxoFDPNMELP9oEHBXmY18,28850
25041
+ pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py,sha256=zto7aT1_Yd-fhJmOHsqQwh2npVm-pb9lsHriqKJlalw,14034
25042
+ pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py,sha256=nokB2B8hz64Qgq9fYWhyc6aT9CwHI4hnfNd3r7tfBXs,14448
25043
+ pulumi_azure_native/securityinsights/v20230701preview/incident_task.py,sha256=MmiiAj-JfkN-H5I8gPqOf3sDMD_-r8ksAylohnCge6U,17152
25044
+ pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py,sha256=awKxR2HgvOSoECl9QwjcJQaO8ft5wirazWtcwKSdVjY,15234
24945
25045
  pulumi_azure_native/securityinsights/v20230701preview/list_source_control_repositories.py,sha256=HdEXMTf5JkbBc_-g458ZhM3AmcDi20k8Yka5znUbSjw,4178
24946
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py,sha256=5Wl55Q9Syeto8I-l6tP2QgwF2ePqHKFECxhd2FR3GdQ,15296
24947
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py,sha256=oYL9KfWoqed4A18ag9WpMN0_GjCRoJuOeNsVJR83I_Q,15472
24948
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py,sha256=IPayB2el6hOidkoTz4Jh62igqWMKE78SIEbolzNN3vc,39060
24949
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py,sha256=HF1a04XnHzEFVE7-MZN93OHYsNDilgPDrmKQlo0OKt0,17380
24950
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py,sha256=0dLu3Xcfhnb210X571Nw4n8qVV6MS1mXPgy4XE_UG9g,25823
24951
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py,sha256=mqqTxSa1rwD0Pa8R8rxbWX4VWjheAh7McxR8Lt32RNw,17415
24952
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py,sha256=Txy52drXK4sY0eTuJf0ZyMLcOplCPeOHnF4EARtNWY4,15296
24953
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py,sha256=iEyIGJIt_Qzg7bNOybXlCi7YLPlatsV9DWbamPmdkjQ,16903
24954
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py,sha256=X4nQIhpiH_8dRkbkhW2HSSKMSLXqr50o5VWc5_epgHQ,37806
24955
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py,sha256=G1P09kvsxtmOYj7VjA0Tso8HMPNbP-7mvyl-OMM6lOc,15920
24956
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py,sha256=nBLVw76K8_3DAV4gMVKOMSViBEgPFYOoVmVShQ5Xg78,15476
24957
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py,sha256=99RA7EIHD1H6m324bY4KGk0hyxAIyjjMzQ9PmEeRneY,15266
24958
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py,sha256=7zEtEclfNe_IEv8XwRot9ByjNAVnXt4nDWHB_jnthys,15468
24959
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py,sha256=R1usOGj6UDG0a6d_oRMh27SBiNbFeRtFf7KnfgExb6I,15716
25046
+ pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py,sha256=R1Sk4l4TnQ4OBk-uomnNQ9zCpRJlRvgSqkJp8Nv2cf4,15384
25047
+ pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py,sha256=sqoib2Wx17OCDCcR4r8imj85qVfYa7zMWXSg-0EzbH0,15561
25048
+ pulumi_azure_native/securityinsights/v20230701preview/metadata.py,sha256=IG4gIwWhIFxl_T69H7yMOXoLyxg5WbETqGhiuekXW8A,39139
25049
+ pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py,sha256=3-kQz8WZeeR-SGWeGuCb8mHl8HQq7lvHLnNMOvm1PYg,17501
25050
+ pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py,sha256=kY3TzMyNpnyfqbCrJVQ_zxs7ixA-71xH00VJQjvM2tc,25936
25051
+ pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py,sha256=JbwzLXKdPnVQGqyVseNfsdkDsD6uRmgPZYsYj3JCXsg,17514
25052
+ pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py,sha256=x3kTgjNWSNorCgDBLbfVioW-UqWRGiNHxbN7k1bV7Jg,15384
25053
+ pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py,sha256=oroNxxKECNiDRvIDsYIP8tP4rt-w3cq3yzKOGUQkRXA,16990
25054
+ pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py,sha256=YWjQxC9LdzezIUy8xTX3WU1tFgRrhVnyCJ-EgEIlZ6I,37889
25055
+ pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py,sha256=1IUgBfrnqbAct4FX233yAXT781LrYqKbtnmNMa8munc,16020
25056
+ pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py,sha256=bXPkazIjJrMWJvW6WQFtGLWKi2Npi8_LK_FGWEFdgWY,15569
25057
+ pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py,sha256=lY4sai3Zf--boEpht9vTekm1fb1Zf5r_vBep9GvcqdQ,15356
25058
+ pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py,sha256=vKN9JpJwzZGbaHZmVQnKZf_Wk24RTfY0odzf1pRf5Y8,15561
25059
+ pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py,sha256=FaAPavrRKop5odAovcKOrkf00zSnAV8YD4ajGuQyrbU,15813
24960
25060
  pulumi_azure_native/securityinsights/v20230701preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
24961
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py,sha256=UNE6FbHwRF5iDgD0XyNTVvQ6ldYw5vhHPq8vI-VFPZk,43790
24962
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py,sha256=I5TQdhnwkgDffljFI8oQHHg3VZkdzqUd4ekZvwPNriI,12941
24963
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py,sha256=C2o4oD8fFFkSg77shZlD8jPpqHcuWtMG406PAVw_j0w,17353
24964
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py,sha256=rzFHmkIb5c4KGklBjRFCLKYh2h_wcpkAjVBf0NtwY0M,40533
24965
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py,sha256=K-gus5Pu-hCoqMG8lMK6NfPhfmaQFbWwX7SLrN6gKlE,16464
24966
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py,sha256=KcSFZa-mPHcqy2Z7nIfT3Y3vZ1FlQD-txZYN0g3sl-E,25390
24967
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py,sha256=1JDfSqF01nP4LAk2wv90TwCTkSbHoZoa23Gy4DjFeGo,12730
24968
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py,sha256=E1JGDniyTHwZ5_-8hhvd-NzTbU2J2a_L-VUeBVo4z9A,37547
24969
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py,sha256=WvPQZS2Mt1WEJVz4IO0AS8TvBHOLqQCZho8q1DwzW0A,23448
24970
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py,sha256=zejqFYtHfdqdNyotdwLARtQoSxRkaJhCCluhbEJ6u0k,13621
24971
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py,sha256=upkmYvmNGOVAFY2wMKLUZP8Aov6-NOD6BCYFWRcekXQ,10992
24972
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py,sha256=ZfBI3bwky21mBvZdzUiB0Dw2nGJOlgSXvO8PEpikSBk,13530
24973
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py,sha256=dx9Rrv_1lBJOr_QZOsXthCQhTJXNyHiaVBIdLTiG_zw,12969
25061
+ pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py,sha256=QLGH-P1lQXzZIgytRlKfDccl0L4NO5EkLdnvcJ9cQWI,43879
25062
+ pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py,sha256=OPIvqBIYvrke5rzJ6ubxx7aP_vze3BFiFTFUXSjbiMQ,13035
25063
+ pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py,sha256=85QW8e8OgUhpugRTjmBZJnZwLP6Cv3vN1ij3QEy466I,17451
25064
+ pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py,sha256=TnZvpD12vXQuldpqaX7LYSTriaTV8sC38IZrVgeBA3A,40631
25065
+ pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py,sha256=uxKTYnC0cdQXb0Yi6t_GWopfu6IERFp64uAC_UTZcVk,16550
25066
+ pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py,sha256=Yexega95-iZNGs5umGp8Dm1JEeLw6JFYPFpLr3orSMc,25481
25067
+ pulumi_azure_native/securityinsights/v20230701preview/ueba.py,sha256=b5JZOIx7uItom3XduRh2G62fOL1yzpacEPI1gjijvIM,12805
25068
+ pulumi_azure_native/securityinsights/v20230701preview/watchlist.py,sha256=6-OUWAyBuBWK4vBJkHfAVRoCTocEDcJTQoDJhmPx-34,37627
25069
+ pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py,sha256=vaPu_bknbkoixwXfJg6NGiYo4K8TPUzTkVgG9IUNViY,23532
25070
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py,sha256=5fkWxpFw9viKPrnz82uRxG-E5dvZZ2Rf766WPSf0crk,13718
25071
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py,sha256=EvYem12SVNWBpfGjJAyjyI3rEt7V5LbSFGvWNjs0MWM,11092
25072
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py,sha256=NHsNiyYHOepgOqWw21jsQRX4PL9Q7KJY0gkDYSPrG-g,13622
25073
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py,sha256=PBcXBv9IDHSAnIajKhGCZoEG2PcvrdG6Y4k7YF9LIFQ,13062
24974
25074
  pulumi_azure_native/securityinsights/v20230801preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
24975
25075
  pulumi_azure_native/securityinsights/v20230801preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
24976
25076
  pulumi_azure_native/securityinsights/v20230801preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
24977
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py,sha256=PE-Y5d30Ab34ZiS0v2gWn6gNP4LoU0Okm-G0OdaJpy4,15238
24978
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py,sha256=ek4LfuUacFnAgQjMjzgGOe23uSn8aXFv48WC-lF305w,15321
24979
- pulumi_azure_native/securityinsights/v20230801preview/action.py,sha256=-CU6G6xbGXHVGioegI_zHsi4lYbqM8CMeMJeWFln63w,14325
24980
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py,sha256=4S-F88DPY5mpg3f5sVOT4Zy6IRLxggF7GTYbMNe6EPc,25191
24981
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py,sha256=ZTPupARxW-WZ1eKclAb0Suio6HkxklHPtzYy3KfPgOU,11702
24982
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py,sha256=sRXLdxDNiWfqwTPvzOxa6ISAWOK_hxpWPFr3fKt0qfs,31939
24983
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py,sha256=hxN5iA3R3QgzkGDQPWUoToA4LoHUoy1kRhv1I3P-0lw,15291
24984
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py,sha256=VXcwDr-ItpfUoI3F7Jkstt3sbl7tifnoS8zn8rcGk78,19274
24985
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py,sha256=_nz5qsW3APs8MXW-KLqN4TaLEhpaBRfVkwQv1tbQRlM,16027
24986
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py,sha256=Z--7ueoVIh2mWVfeJvvRUJXf5N9JFETA2PAjHB8enZk,17982
24987
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py,sha256=Er9N7U5MMCvI3yL4n-QWsFtOs3jyhIwZJezrC21ANBc,30304
24988
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py,sha256=PoH30dN3lc4ir8wF_JWikOzfVFy9_9MowLrm4jrIkKc,13634
24989
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py,sha256=SSt-3W4WEpr1PgPAYj9UXY5SOYU3uT_KIGse55kSVSc,16681
24990
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py,sha256=5DS4n04K9WjMrG9cAsF0C2gBEnLr5vZzwnKUy1RaQks,14468
24991
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py,sha256=RNRG0QyK3rPSkLxL6ok8WLv3MXLH28qIKLwJnrMWrz4,38246
24992
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py,sha256=dsChaertKmRSgDWVX1AxwzvyCWWcQEE8AxXtKp8_HdA,46672
24993
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py,sha256=DfmF-kimQiImzp7inea42uC5JibSFDn-AtwLOHumowc,17272
24994
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py,sha256=IZ-zIDjnU4Z5V_us-66oOdi2i1ryu19UdIUWf_aaW88,15598
24995
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py,sha256=mLOPpmYK7YTTzTvTvjKbSx_eUVpMLAkf_GvJiizR1lA,13341
24996
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py,sha256=7Hz4ODd9BS1jYpFAiJOnR6wxOFtBtcXBMFWwNP_8pC0,11555
24997
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py,sha256=S8PhrpKrjIt6K1I-RCKejGy9tCCsuBgTlDxNDRfcbcA,17974
24998
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py,sha256=qMo5l_mVER_8kSUy3rFOPCs05cXNO8cDEyjD7dm6AY8,20698
24999
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py,sha256=l-i7ko1q3Gq_MaUTVxTgNVuptAvvkZiDHAgG54wXqRc,18041
25077
+ pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py,sha256=6DTNoglLj5hQ9_-1SD9Ewm7oB68E8-NNEhEKFr2LLwM,15325
25078
+ pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py,sha256=p-0NMqiJpEZm5xfrwDZoSId-MAQHjy3RQCRDZMM6fcE,15409
25079
+ pulumi_azure_native/securityinsights/v20230801preview/action.py,sha256=eCojPCbNYrmRcKntPnDunPBnsteE7I24rceOKRL9k58,14402
25080
+ pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py,sha256=4Dm0Icxluuohw4OReLgvxWBccHFYYMZyMgax5FZhZyU,25287
25081
+ pulumi_azure_native/securityinsights/v20230801preview/anomalies.py,sha256=cn17Pk1xvZBVXXRSW9eGSwOwXikAT5WIazzw8LkvptU,11782
25082
+ pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py,sha256=HvQ9WevNaHgedqt0vniy0hm5lKZe_MqKzXDH461McXk,32044
25083
+ pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py,sha256=1YYzqtD_925JucHYJ35aoDZXDCnDwJtAVDMOrkgQydw,15378
25084
+ pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py,sha256=F92jighTfeDPcJ0HNzKZKZ920tHUUvBTLLcBVAjEbPo,19359
25085
+ pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py,sha256=2iEGoHccUjFE4tqWLgp__z8qqztvirwsi-Mw4nrpBXg,16124
25086
+ pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py,sha256=DOeAAnlRzYpxXuI9_bNjf0oq0VIztqbLv8rm1nZiLGo,18071
25087
+ pulumi_azure_native/securityinsights/v20230801preview/bookmark.py,sha256=xUWy8TbM8y1b0_lnO9wQmFUi6TT-9R3wl6rO-jgl6dE,30383
25088
+ pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py,sha256=6te4h8-CDzFv0SkmlBe7V8p5sY3n01SGiSIj78tZ-48,13721
25089
+ pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py,sha256=fV77vUJwNtEejca9EgESEeCo2NHARh2B3vW-Zm7aM8I,16783
25090
+ pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py,sha256=elALvvaXc12XF-ywppJNuRYzQC5KFuM0bvGdlwwrDUc,14562
25091
+ pulumi_azure_native/securityinsights/v20230801preview/content_package.py,sha256=TLG-jAUAnl7mOOGKObE-qWhUp6_7rT-jj-mgvZXXBBU,38331
25092
+ pulumi_azure_native/securityinsights/v20230801preview/content_template.py,sha256=qS06v3sQd0klaOrdGTMLrC7GP2UTvjm9ia8Qcbkk35E,46758
25093
+ pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py,sha256=h3OvMuDf4Ti-UbV8VPNRxzKQAK-lNCYzuZrNHoazvZI,17374
25094
+ pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py,sha256=ByNDKxXnrJmeZEPMcduDjvuCGgdeFlITM6JpXmqT3n0,15693
25095
+ pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py,sha256=rqNSKTa9MFbxNkxKbzWJ-_gjUny7-I5gvfsRGcuxGss,13427
25096
+ pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py,sha256=6vv2DJtbIhIEQuBXCPk8cL-qQTm6lMrZ2YeX7hCRSGQ,11632
25097
+ pulumi_azure_native/securityinsights/v20230801preview/file_import.py,sha256=7UxneDFngkRnQGNqi7VITxW6L50OsVK7uAn4bgiR0RI,18055
25098
+ pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py,sha256=gKhKBJLwUgiApwZfczQ_S9ObIb0U3RRehzuplxwjfa0,20784
25099
+ pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py,sha256=d_TEtNAluoGr-AlN9aNi-inC0sqqKritKKtgXTIROqg,18128
25000
25100
  pulumi_azure_native/securityinsights/v20230801preview/get_aad_data_connector.py,sha256=Ij-HY1MfbPdRr2ZduiRwS1tV4mAdQr0JG37cXh0iWGk,7622
25001
25101
  pulumi_azure_native/securityinsights/v20230801preview/get_aatp_data_connector.py,sha256=GtNpZaXkkJNDhVy_cxgiXazZKnbOmuARSq8_J3S_mwY,7644
25002
25102
  pulumi_azure_native/securityinsights/v20230801preview/get_action.py,sha256=k2acR9K9rzNg4HadB53U6-Gzq75MSQTabRcaj4AiKdk,7244
@@ -25057,69 +25157,69 @@ pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_assi
25057
25157
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_configuration.py,sha256=RHZRXNdolS41-LwQ_M7TTyx0EbpSh1v0Q9ZmoowpOnA,6916
25058
25158
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_group.py,sha256=5gWFn5EiF07FGfelZMLP7FDIWAPuJ7vAeDYmFa8JIi8,8087
25059
25159
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_member.py,sha256=L9SSOH9dqRzP_s1RQ4Yd8btjgbSY9yj75hhc64wtdoE,7924
25060
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py,sha256=V_yoHF94kgyorqoOjKKffyR10h95S2TsiCykU1wtuN0,19452
25061
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py,sha256=w804epmFzLrPLh05vWcN596b8qulmH_qLnRP1g8zTQE,10794
25062
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py,sha256=IF89uGbGNC92vj6KSUhvqFY61JtCp-3d0eJHG-eM9iE,13411
25063
- pulumi_azure_native/securityinsights/v20230801preview/incident.py,sha256=t9YviBZgVoj1UTp9n6eX5PydXF3JOqz89fvpVWE89XU,28771
25064
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py,sha256=I13Ulc4ar_cw-Wt0NSYt-tEpycO5a0hFbmvY6-3ePKc,13948
25065
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py,sha256=wQGiJewyPz-YvXKX3Oan0nqI-GpSE8-NB0YykYCjgZk,14361
25066
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py,sha256=VRM9RPL0LkmUJ5h-qbSqFgOhJ2FUuSBGpTmCQcL-52s,17069
25067
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py,sha256=Wl9tYD0rD4gZttsu4EtmeoMtw58oJAu8C2I9uCZgaec,15147
25160
+ pulumi_azure_native/securityinsights/v20230801preview/hunt.py,sha256=mv19vSpjdSFoy4D47iMvZecPytfCh-cw4lFBsQK48Z0,19527
25161
+ pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py,sha256=Pnkfc7Qja-fDwsNnRwdAUoizCWONBtNR86hefGW49BY,10876
25162
+ pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py,sha256=klW4gci0N4hnBq6VKtXcVo705WsatWm4sl0lxmMMcp4,13494
25163
+ pulumi_azure_native/securityinsights/v20230801preview/incident.py,sha256=1KBnNNuF7dq7lC1aCRvtBZTtOPUqUCxqx9cskm-M_d4,28850
25164
+ pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py,sha256=9TnnPD8KkCju8No-U3oLxlhGpb3n2iAaEsBi52x5xXY,14034
25165
+ pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py,sha256=5vWohSv4lSjH0vy-iWf1Kfng-6_SRRw1SOKuU2a93p4,14448
25166
+ pulumi_azure_native/securityinsights/v20230801preview/incident_task.py,sha256=BTQ-H_2NkQHiiv4bhrWWBErCJKHxlnitlEWaeAHsxOA,17152
25167
+ pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py,sha256=qHYjUjUHR73MFh-0G89DdB-a86JRCnoy8xIPur-6hwo,15234
25068
25168
  pulumi_azure_native/securityinsights/v20230801preview/list_source_control_repositories.py,sha256=_S3uyuXJotKOPJx83jRcMYGtbrXavTIC-9KZNFYl_0s,4178
25069
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py,sha256=rmFFcwFEJW3qH2SWdWEbbvJjsGmPNITq2Pa2Z1ahBpc,15296
25070
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py,sha256=b1jw2LiQmf-D6zzEUvoUdYbV0ZTfynaZZUegxRUwnz8,15472
25071
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py,sha256=T99clcJaKg_MeJjeSHrtRVLE4kaIbWhhwG__cgUsZTQ,39060
25072
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py,sha256=XKJpa13bjvJZr16w5oxQxpWQ1BeSJ5C-paQ8tOrhlao,17380
25073
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py,sha256=3jjYMtarBmeBEdz1uheFcX-DNCN7xIFOWfzmYQbuzCY,25823
25074
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py,sha256=vH1duCxdMx-0ayY4gZW8_Ud5Ky1qDYTbptDPfhMJLxA,17415
25075
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py,sha256=qx0yzr6cluZTNN8Dtg4nFHFn0TCxsKGD1VMgmvTMqTk,15296
25076
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py,sha256=fXeV7cOb-1uU144uin4Nv7XVQ7JgXpy5hsCJxHlADbw,16903
25077
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py,sha256=oLXzBRLNsSGiTBGmHmiE3L8cbuxJHc6XeC7tp80R0sg,37806
25078
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py,sha256=UyTXZVf42xIWWGaUvUeQm0BZiZDvcez0rr5rPZ8TQbI,15920
25079
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py,sha256=t6AY-SAyNN13Bs0EIJnFvL-uJ9cH1hFKMLH9JmCX1ow,15476
25080
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py,sha256=PTVtBklsxSw1Ixh-SanhfdW9jEOuLVYENpaz0iXjxf8,15266
25081
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py,sha256=zm60p9LUcLjvdiMi6MnNhCWSHVq0dcQYXCcYc73Kpwo,15468
25082
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py,sha256=GqfSOIEs5BPa3n38ZyTyUxmc2daRd9QDq63XtLFzH_s,15716
25169
+ pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py,sha256=9G5DG7VNLBEEgm0aJa6jcH2_rxxXzVvCIcfB_w4uz6Y,15384
25170
+ pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py,sha256=ZLChnALQ9svAXScpz6JQ5hTeiNEMApM63YyHBZXflBY,15561
25171
+ pulumi_azure_native/securityinsights/v20230801preview/metadata.py,sha256=EF8EotmKDeZR9dIKOv4OSTVnfWj2uyR9Ts3OVX8Lpvo,39139
25172
+ pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py,sha256=TA69eL8eF8IzWE50Y1zNxqUnTWxS_WxNbaXaGPPjDIM,17501
25173
+ pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py,sha256=yt_Bzq5LTOpgjjpXu8V7g_UiXDUPuXmjXLyECXHk6xY,25936
25174
+ pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py,sha256=OWmIesr7HElKcDI6x5nXkcQPtwI_vtqUl_GC5TbgXOU,17514
25175
+ pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py,sha256=OFQUiFEm5CSae7WKjyb2dhhr_L6pvQZqyweOJQDlvRQ,15384
25176
+ pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py,sha256=YfdQmpY-ApdM4G54Rh6zh3ghJuhZ6uqVXue26ziNVHs,16990
25177
+ pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py,sha256=_CWCc0tinbL5jqS2L8DC7tx-H4szAPzZeyOhA_pRVbM,37889
25178
+ pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py,sha256=Q91HweycpnHEh0BgStp5khZ6yt1GAMtdRxzEu1nRq_M,16020
25179
+ pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py,sha256=r2KH1MIoU6H8UO09TneA_NNAemtfPboiwol-DLX1EsQ,15569
25180
+ pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py,sha256=XICQ_F5mEJgj7RR3EmipVGX3fmgamGWy3Jb8Lv9zr2s,15356
25181
+ pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py,sha256=ELWGJpMMKlUMmmQ63Zus4YH0ENvQ2EQnUxmhAAok0kc,15561
25182
+ pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py,sha256=ncM92mWBm1gbShk-g3FzonXJYvfnLHHJ9XZVxWq6x1M,15813
25083
25183
  pulumi_azure_native/securityinsights/v20230801preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25084
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py,sha256=HgUneyuSKyAvQoUoDRZN8uLv7pFVmrsGcHAwZ7nZEro,43790
25085
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py,sha256=11mwqQG2_J1R6_xxMTYYhz0i09u_eaoOke7f5AQqEgc,12941
25086
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py,sha256=mmlPLa2Fqr9xkQ6gfChifYiQPtGe5YEAytt0O-tJzuk,17353
25087
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py,sha256=r_UF7UU2_cAu2dPjpY7Nrh-jNNKY23Iy2RKLRf83fJY,40533
25088
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py,sha256=60SCnBZlGYwLbp1DxvL7oYZ3Qbcoz2S02kA5gta38bg,16464
25089
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py,sha256=0-7nBqw4ZHHZWuN1k6Exlg-xuQaiiE7fT3tnd8HmR4k,25390
25090
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py,sha256=MBhkSLCoJuYHGrpieehhXbvXNzveXNW29_ySpjMHe2Y,12730
25091
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py,sha256=TnC1zvslsw7i4W8c9-35VuQCcrClPvrLAJE4KiF6_ls,37547
25092
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py,sha256=9X7NwxPZytpkjvUHOJ7hKBnWaYdTEZDkl5K3qUswvq4,23448
25093
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py,sha256=f6d2J5wTRYXGyilLQlVK0L6F4mu8B9zYALL-TZeMJ40,13621
25094
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py,sha256=lC__JLM3cH7E1V7PLI51y4sfFHktjUJK5qVlO86JHXI,10992
25095
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py,sha256=041zv0sfXrI5hW3gCaY2nenPTM9l0EK7gYBodlIfbLM,13530
25096
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py,sha256=GSUX8UTzJE1p2Yvm0aYI7i05pmeenIBb6SvmqD0qzPM,12969
25184
+ pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py,sha256=eEmraKkDXzxpkktMBsUR3xq7nFvEwLCZMkOEsc5KTSE,43879
25185
+ pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py,sha256=VcF5Dea0gqSoxVyQG21kQDi9vHnM6-NFI1RjUUa_k5c,13035
25186
+ pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py,sha256=iGOa38u__1zd1dj66c2Bj22xtlYZtwfxGa9IEz7rivE,17451
25187
+ pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py,sha256=yRpxalNzfn-cTFC_wjZ_Urtxtn4v_o8uRvolayK6lOY,40631
25188
+ pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py,sha256=laOjoG673YpEFHkluhM0um5TjE--DUMwdwsFkaMWSF0,16550
25189
+ pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py,sha256=I1KDMWas7xL53asGqDswDL0tV-wDuztnOPe_8H84meo,25481
25190
+ pulumi_azure_native/securityinsights/v20230801preview/ueba.py,sha256=w4V9KyJ7B9Z-WHvdKeV0QghlS5UIFo5o5OHwTa1RbU8,12805
25191
+ pulumi_azure_native/securityinsights/v20230801preview/watchlist.py,sha256=FdT340huPxcy_kqayibnRS6YskPgmmYGEunhNZKPBPY,37627
25192
+ pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py,sha256=eQ0TkFAErRRNLP529q5fO2hVirrZ9hX8AkRe8XVXQyk,23532
25193
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py,sha256=1ok6w4aCvnSI4aGbfAkQTBRU2BzzhSUp1oTgxZ_-wbI,13718
25194
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py,sha256=VWqdwDeZWyOyqeffK6upBr5qYmh54IMuH0XRrNQtn3k,11092
25195
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py,sha256=PZMhUulXqHAs6Hl15NzAs9S87SxIwHQTe1mEHWWnaHc,13622
25196
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py,sha256=765aAygq5dZnsbDrLpHFDVugMNOss3HQX_32BVcuLUc,13062
25097
25197
  pulumi_azure_native/securityinsights/v20230901preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25098
25198
  pulumi_azure_native/securityinsights/v20230901preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
25099
25199
  pulumi_azure_native/securityinsights/v20230901preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25100
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py,sha256=s8KxrnB5z0ztPwzxs_cbDI_4Azj4RPKW7Ng9B8TZgzo,15238
25101
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py,sha256=RrTTBIE1axOZh3_wn4dJdoAuxEPvMD3W_2MUjjwD3ZY,15321
25102
- pulumi_azure_native/securityinsights/v20230901preview/action.py,sha256=k-zu1Dp4iLmmgO9IQVdtIxASJSUK8bvLnY6pTGzHHpk,14325
25103
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py,sha256=-GLO-YPq6_JrV511JNN96Mo0ZEnnU-nCX552W9wo4e4,25191
25104
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py,sha256=9ZPksLkcRHxunFJBbyCpS5bgao6IO9uD4lJUbhSxHTk,11702
25105
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py,sha256=duWZ6OUvg5qyaD60RhbAmU9MVuM5kBpvNkGNdr_sXsw,31939
25106
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py,sha256=Bh75Pk80hcGuBC5cImwCEPiobqVUXWIg2rcluS8rds4,15291
25107
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py,sha256=J_pUHMIsWTwXiDQkOCNMT5bL8bKQgd1x2xy5C09TOmc,19274
25108
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py,sha256=t96OjXag93BOrGuf1xvUPvba3x5u7gaYW6T62RiJ8ko,16027
25109
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py,sha256=oNcVm-tQdPsCp1JREd_qI1bAUYnSJau3jqnEwC8ZMtM,17982
25110
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py,sha256=-LQV_N7G8yQXNiFmXG9QGkY3Y1TAmwAQc0dqra6YETQ,30304
25111
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py,sha256=TgtqBOh_7xSpu3AbnUDBVd-9CjqNKS8P8efPWkF_YEM,13634
25112
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py,sha256=JlxWu8WZHvVps2Pg15OTPsCfhWARpCRKjf-g2FVqdE0,16681
25113
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py,sha256=YZiUlNkY-_Tg8WI2suWxNDvgNQotrlfd8Nt5BAvug9M,14468
25114
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py,sha256=XoduDIf2NCKFkLvQJrIJeIA3jfIgdsOhiP5IDL9nBiE,38246
25115
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py,sha256=TzsA62eWyZnyso5rhFZoxS2FBfieBupX8QpJxx55MYY,46672
25116
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py,sha256=Cmkvo8ebyC97OtMm-5u4AbVbB4j78GW25YsjJaWg31o,17272
25117
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py,sha256=HrNERNNBPDj2_C83t6iVKDLbajGNAhn56AJCm1gwe3w,15598
25118
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py,sha256=8D4OtQbv4xxBUI1gBaiDaicXj5PMXlmbgWi2aEHRV1c,13341
25119
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py,sha256=bih52rVIjBZ61k76dWB6zjzOLpf0qMIfDCPbQsy8QrM,11555
25120
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py,sha256=6TN8NCVjUJmCgJtkPiXCX1M8tDPUmM4ZXLDWdYNgX8k,17974
25121
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py,sha256=_3_rfxHYmRB-xNjzPCpVeV49cmBCsIfPq9qDHKNXo1c,20698
25122
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py,sha256=aS824XUztFC0uZsoI_CL8E6M-_FKGzgl2opjfYDULfM,18041
25200
+ pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py,sha256=9IkwRjlkeVeoa95NNp5VTJW1HYmYpOY9sgsDN3wliPw,15325
25201
+ pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py,sha256=bTVYKcZsXMI-ABLKZHLfcFJYFkM1DaqGCzLSMtZ1X14,15409
25202
+ pulumi_azure_native/securityinsights/v20230901preview/action.py,sha256=rTzcD93ByOlX4t0PPRRJoRL0kbWLTYeY29mqCvsawrY,14402
25203
+ pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py,sha256=GZZ9bF3PaEZwX9DyLjOIqI8evt6W3tH8MKKyWiKCeFI,25287
25204
+ pulumi_azure_native/securityinsights/v20230901preview/anomalies.py,sha256=-iKmKarpyAL6KUl4fz5sIDw2lSOWWxtZcWq3egdXYVw,11782
25205
+ pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py,sha256=o4ClPdRK1unCyijRQY_yWu8TxQW5B8GVfUP1m3LBeVI,32044
25206
+ pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py,sha256=OUcbQXA8rOfPQUyfpZMDSB8sRuQMTzukmsX8PUeAr8o,15378
25207
+ pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py,sha256=xtVIuLqQEayH6KmQw8JUS5xtX5cikeSTn3qrZHDqzWM,19359
25208
+ pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py,sha256=58CIIwyR5lBjgGuG0vP0yTsA_oJJYaFF7vUVrDEibaU,16124
25209
+ pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py,sha256=2G92N0VAzKZItNO1k3txo30FoYwgjTnpLqK9fXr56cA,18071
25210
+ pulumi_azure_native/securityinsights/v20230901preview/bookmark.py,sha256=IhcXN7hjv22j2hCH-LZHcdXM2OUk2kNQWB7PUf_Ck6o,30383
25211
+ pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py,sha256=l9TKPTvmfJ-20_uUPK7IfAx7R6wsfDDCJLdM29ocSpo,13721
25212
+ pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py,sha256=jzaJBQdw0zDQw8edb1E2CadjYFPQJSxTDrJWKfqiIa8,16783
25213
+ pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py,sha256=02hoIjoSLu8efTpC38-H-Ulfz1toExS0a1Q1ziyeAgw,14562
25214
+ pulumi_azure_native/securityinsights/v20230901preview/content_package.py,sha256=zQQZiP3myMkgLQw9uFjS-wsyO8TI4Htf-HRGche_JR0,38331
25215
+ pulumi_azure_native/securityinsights/v20230901preview/content_template.py,sha256=AnwgJt1DcynNdMgasoyT2PBp8pwluXzjNgfypI-GyQs,46758
25216
+ pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py,sha256=yrsRiWxuU6p8XBJ1XgePeg_R89qfNVCNnl0M6duB_C0,17374
25217
+ pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py,sha256=fCMz0J1LsN7fI56nFTqrJrYXKCysa4cac314pSKJolA,15693
25218
+ pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py,sha256=9xHNP96zY0Em3xdobhJtVKoa1JSgNNZrzHuBxg0CWng,13427
25219
+ pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py,sha256=B6XwBgs_0GEQx66kKIdaY2YDGOXlk2GXaTRBS1HTcHk,11632
25220
+ pulumi_azure_native/securityinsights/v20230901preview/file_import.py,sha256=4bNOWSYMDasf5eDDgroBlG6MtdRSsIeb7kKJ0wJF0do,18055
25221
+ pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py,sha256=pkpRgTqdUxgO7WbTazgMzv9eJD2K-Tr7eV73IXryHas,20784
25222
+ pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py,sha256=keN8nOmwWyjCDytFPh1izMSrZh9AHSgz4o22Z5GbwUM,18128
25123
25223
  pulumi_azure_native/securityinsights/v20230901preview/get_aad_data_connector.py,sha256=fYB7KO87xN2LyaQqJdVL9G0YMD8ffD5Sjenh20pmydI,7622
25124
25224
  pulumi_azure_native/securityinsights/v20230901preview/get_aatp_data_connector.py,sha256=7ZqUpFY6t5eL_XoTaSPArOj2lzhT5w9mrdYBNPqR27c,7644
25125
25225
  pulumi_azure_native/securityinsights/v20230901preview/get_action.py,sha256=nin6qFnxhkRqXaw-j71AEg3kUDCOgcPVmqUagM68TW0,7244
@@ -25180,69 +25280,69 @@ pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_assi
25180
25280
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_configuration.py,sha256=BtFVzSBjLQxbz-20t6ZTNtmK6J6nHSr464xJkpqsqus,6916
25181
25281
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_group.py,sha256=yqlbJ3xOAUr8ndySqTJto3l6Utvn3bSojXtaujbjTT4,8087
25182
25282
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_member.py,sha256=mHxqPoYOX2UrTSIcnRK2BMPyNwSbZHyAcYLo4BiX-po,7924
25183
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py,sha256=3mj1gWwUuwPiJ8h0VNSbGZAXg3ekVjXg10VpW72mO_8,19452
25184
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py,sha256=hSmALAemH_mzsIiNhtuqqLapLdYw2Rs9sTpMDAyY-Dg,10794
25185
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py,sha256=Vbv3946HLyLMotncALnVxwmGHY0xT7ByQeC8TOAjuuE,13411
25186
- pulumi_azure_native/securityinsights/v20230901preview/incident.py,sha256=ZbIKKYtGEhr1OkBeoGZJrH8AOJ9hmT1ODET6XxifK_Q,28771
25187
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py,sha256=wxEi9aey18E-CDYTPlxIsIV6nRRB-Sjgm5TGz_6qljo,13948
25188
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py,sha256=uK-w5lCXiREAb4pWa-DrIp56CcNSb_cGz0qyqVgHWhs,14361
25189
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py,sha256=KG3JkTUmfveW65gnPrj4cjDkJLBSYcNKTn7rBJwXQPg,17069
25190
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py,sha256=FUUEoZ5sx7AmWwDnJsrdZQCN9y0XYomVL0FQ0N87v1Y,15147
25283
+ pulumi_azure_native/securityinsights/v20230901preview/hunt.py,sha256=1vM58mnaVIsBi6vVquH8sdjqwFCHG0w3xYcOKu3_-T4,19527
25284
+ pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py,sha256=hBDKkKDGSzZZlYxjfZe_TeaZbzSvwDssvjbStOsqpYs,10876
25285
+ pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py,sha256=KbItOs65aIgPuz60Qu3FYr4puSB9Q3CnPlX78vS9GH0,13494
25286
+ pulumi_azure_native/securityinsights/v20230901preview/incident.py,sha256=WPxLwGsXfLtLHke8zMVNIHkkYMvfeL_pBAJygC90b-o,28850
25287
+ pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py,sha256=4jW65ukjFxA1-G-rUIZFU0542KIUkWfEgY0S0S2-Mmw,14034
25288
+ pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py,sha256=A91jTzgco_NRXNDpmITE8pEKsvAkluShuDjU5xPkF84,14448
25289
+ pulumi_azure_native/securityinsights/v20230901preview/incident_task.py,sha256=R73gYTSv1E9FybQTsGv9qablA6tr4N-6Lc8Xd0FdQNY,17152
25290
+ pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py,sha256=txNA3Yf5sh309j73W9c7Del9v5Vq5rTzLAUrhz1yR20,15234
25191
25291
  pulumi_azure_native/securityinsights/v20230901preview/list_source_control_repositories.py,sha256=UBEUzX6P7id8pzX35zMqpdaSmW7tuyCpViEaq_oOAzQ,4178
25192
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py,sha256=4A3othlWhRV6LAi3Yp-V5-OEnG1vVxpB9nHqlm9HFag,15296
25193
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py,sha256=ybceTCAuqHFsksSRW8eSOF586v3Pr8Qb7F7iJqaRqOg,15472
25194
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py,sha256=ZFiiNWmsSZn52tzcqussGg7qeMaXyB2K9N5uS9FP5hU,39060
25195
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py,sha256=2jd0-lT-vt5bXGdOGIDWmEibackKOVJmf2AsnghT5EU,17380
25196
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py,sha256=sdmRcF-B4bn_bvLfwcg2pQfDhHqXL7g7tK4c_E3r76o,25823
25197
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py,sha256=2sza-NB3JQUEi29p-iKdNJ1pdli7fXuoduIONt56JVU,17415
25198
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py,sha256=0DR_5W-IT0fB96BaIMl45j7h9R3uE7vGJHDnf9xDfK8,15296
25199
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py,sha256=Gx4Geuog86CcAkJcb2S1M3f8xa1Ddso6EcB0kvZ9wPA,16903
25200
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py,sha256=dQYkhznCc2KYWUTyxgUbkg8d0SC2QVAfnffZm8jLrqM,37806
25201
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py,sha256=0lKr9BK5oDDGO0_iVcylDzjzcR3NGJ8Sgtw7wV8zAEo,15920
25202
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py,sha256=cmszwntzGPzkCWZLicGfDQMuirA4fXd-C_BDSFw7d_c,15476
25203
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py,sha256=n4gqbEwLyZTI_RITNOy9v1ijIzaxi8YsE3PHHOuF68o,15266
25204
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py,sha256=LY5uzdiy-ethVvkYMlI5Oa7dneUIPNhzD-aKKd7Sku0,15468
25205
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py,sha256=GP5iX_XrSI3E_HWkdfCnT6gez1uDaqUKOpZMPpwTI9Q,15716
25292
+ pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py,sha256=lHSQ68pcPenuxj8gjDtakklUesl_-kAeHcPU4XnfByE,15384
25293
+ pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py,sha256=HX5Lk6HHi7ReqlzbPJjcpCBELlrSii6eLJN-hGYSUCw,15561
25294
+ pulumi_azure_native/securityinsights/v20230901preview/metadata.py,sha256=_DXUCit6EHUFJFNSJisvYqwkxUBtyS847TqgkW3aIS0,39139
25295
+ pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py,sha256=s58j5rvKMcO5qwRpqYVdSqz5jR_sWmbYiiOmBiSz88M,17501
25296
+ pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py,sha256=9HBDbC3V3Hzdsy0zk6oFZO_3dvjLckB9syjVhPMzR78,25936
25297
+ pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py,sha256=fWVQEhUvqvYp0-j1tdV0Gc7q7XXnVGO5q1oaV7MLpd0,17514
25298
+ pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py,sha256=gkKdsgqH9oMrJE9BLC9WcGmr3uK8tBCMhniZ5zRPRY8,15384
25299
+ pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py,sha256=hpatFcfQfl9LKDtgoAMz4KpO5s2HkXXd1Oix0OublxY,16990
25300
+ pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py,sha256=6HFS_5TQ6DbVzDkA8tb613-x91XuzqDZM4iEa8uT9_o,37889
25301
+ pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py,sha256=m_if8J1ywURtkb2XcbMoiWlrzqYF8ltPEQQLI2sIkhs,16020
25302
+ pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py,sha256=NclLqpzgvijFeONJ_xOfIxEOwl19PKftFkcauTMi-0g,15569
25303
+ pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py,sha256=wtbpl58YNxRSIhRjGm-82rBEFxA-zJd-lJrHs1bkf9E,15356
25304
+ pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py,sha256=g0GVu8nxgEalyJ1aje3JoTVo0ABxqbZqK7sC5v8qUj0,15561
25305
+ pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py,sha256=ZL3oiNPNDJiLQ2H5fcBzcHxkEK75eSXXQ4-p7ppq8RA,15813
25206
25306
  pulumi_azure_native/securityinsights/v20230901preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25207
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py,sha256=sSIshiuyqrXSzqpWgbzJe_DBRWssfnJ730XZCalGQYY,43790
25208
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py,sha256=qk2CL0vRJLZcngVvRKpYtey30jo6yKasNm7afMsRLGg,12941
25209
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py,sha256=Ae08SqT1yw2WmRFCONsprVLznGVYqKCrCMZL8lBs2e4,17353
25210
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py,sha256=g26E9YypXoY-FuvlB66OpaHYpQ14tzwbqGj_j8G608E,40533
25211
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py,sha256=XrsmC8Mtvn-rPr7I4z88L_LWpVx0d7a-D8T4eWZh_lM,16464
25212
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py,sha256=54CrwakdVjo4dcentIL7Wx0ovAMYOOt2XfCRF7eaEsI,25390
25213
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py,sha256=BZGxwDfAFumSFR3jE8sbl40svPNiju48bUSmebLpLQE,12730
25214
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py,sha256=eGhG0-jjl2XZ2yLlXONKKnINxpGqa61EYr4iRAhpPcY,37547
25215
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py,sha256=mM_LVCopMDU3JQGhbTUse1x2E0FQFJUIFLGHtVXxPfU,23448
25216
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py,sha256=b5D_QTcjc7fHQYTDayw3Ug0EVZJaax6m9zo81jRYrbU,13621
25217
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py,sha256=Vlg1bg94x7I4ObHiMUCh68fYEBO9WIi4u4iuXIFvK2w,10992
25218
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py,sha256=ceZlkM087xuMdhOMxFKipSMOUdySO30ZPhWnOkl83-M,13530
25219
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py,sha256=5ySHnuuP4KHEfuciT9QFf76piY4k3O3PfLwre8m994w,12969
25307
+ pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py,sha256=u5OkB04qIrsiIjO0OHeAwf1em8J22dDpRZkMymvttFg,43879
25308
+ pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py,sha256=6COO86McKyXoFuVeMzQJZqgdmd9XNlhS3puOcvayUc4,13035
25309
+ pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py,sha256=b2c0v8stcvtPEZeoR-9IsNrulTy0DS8p8M9nUt7GKlE,17451
25310
+ pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py,sha256=Bp_MEV3xgHLhmr69ycvMtPX8-hkoaXLjvcWVvxjBiso,40631
25311
+ pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py,sha256=ZA6ROpBk74WfirML0NHapIS6oz-p9kWEleuPyuNifWY,16550
25312
+ pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py,sha256=ZC2924qJ_wwcItFF8dEjV4J_u-O2nP-TEnbIG7UkYss,25481
25313
+ pulumi_azure_native/securityinsights/v20230901preview/ueba.py,sha256=LoO6he9jm_PIynXVrPzf1WGooWzb9ysM0y4PU_5qV-M,12805
25314
+ pulumi_azure_native/securityinsights/v20230901preview/watchlist.py,sha256=U0VJHc55XjUKSeS4bgU25HP_DLVLH9GHJBcsCGtgIo4,37627
25315
+ pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py,sha256=yDALyYJDWn8rIvt_RAzJO1-iivae42osQjKz2UevMG0,23532
25316
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py,sha256=5hm_xbceEwjG4ASZ9ua6L5iVGXkYnO0hsmPEQmTyorM,13718
25317
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py,sha256=r4ISFQvnlSE9NwtSDiKw7_di9kUSnWEI87XaecceEIU,11092
25318
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py,sha256=R0RwLHkPleC8WWgJFX5DX6tztRhCxKGgjRZr9AGgALo,13622
25319
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py,sha256=LSJso79C4TLmKKaEDBhtzYOAdUNiO3vtCRErOIkBm3E,13062
25220
25320
  pulumi_azure_native/securityinsights/v20231001preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25221
25321
  pulumi_azure_native/securityinsights/v20231001preview/_enums.py,sha256=cRaLnGqo7Or8H_UnXUMJlMsSkvK9hjUjSeXKDtuB0hs,30303
25222
25322
  pulumi_azure_native/securityinsights/v20231001preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25223
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py,sha256=r0rXM6-1Hq2dU98_gK15Vq-ZaDga8XdQwJHfnX7Xzag,15238
25224
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py,sha256=zX5XQz_A-ObiezK9yBXr2MKd1miSgnrUrfky8MEHCF4,15321
25225
- pulumi_azure_native/securityinsights/v20231001preview/action.py,sha256=0XSBRoE1Np-VIEzAOLz-rs0fR7isv_YoJrjBLmpHvas,14325
25226
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py,sha256=A5Hq3Gn34TYG8aaF5GGzR1On5eqRKFYGpY8YcgeJtTc,25191
25227
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py,sha256=xvynkBpZjqBZIqxu_KqiNmkZ2uAsfOx0CvsqXNWcIBU,11702
25228
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py,sha256=mgwk7I0VbwXvMfwwzaKkIgTt2C5RPQComaOR1tXo68g,31939
25229
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py,sha256=MnJPGF7J09cmHXycgF6DRf9nwsZ14hDdjuRIkblFbvM,15291
25230
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py,sha256=a-5hXHU6eyemih6kpUlARbGUOOPI9DVp-xNg1muPeg0,19274
25231
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py,sha256=SnfC_yoaAr76MhNi9J5G3nDSoLZBR9wcv2JecShp2zs,16027
25232
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py,sha256=WNLIMKdZqkMw0JM8lWjNhJUSOePk3y-d8BBVgfzYFNA,17982
25233
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py,sha256=HELYfdbMZO20W2g0zJzaso5R3qcn55KU-aCuewySJ5s,30304
25234
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py,sha256=0i19QgiuSDyV-wiwtsRM-lE1v9uyqiW2KIX5dilMSUw,13634
25235
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py,sha256=MS1ZGvJTwah_zgblkdoSuU27pTE5soGAELkCGBkEkS4,16681
25236
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py,sha256=p4Y8KYYVWzZ0EPE8zHa047nDnhKLLMG8kGs4F0u1JO0,14468
25237
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py,sha256=XKSlAv-S3fSUw9u6pOTqxd_Zst9J3kKCjXBdo-8NgE8,39587
25238
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py,sha256=ANDHpa5Ylxn5r_8ln0i10l8EPI-HRtXX8iulMZoqLkg,47462
25239
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py,sha256=4MXrYokr9S5CHxCccPbGaZYvdo2zbWc0q4z6kJLYoBM,17272
25240
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py,sha256=C0gpuWXPreAQSWYlgxjpHaZ0fJlmo3ZFLzgevcSeI4c,15598
25241
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py,sha256=sg-etIcDCLWbf6c6Cl0ctY0nFfFptMB1R1RQCQJMrRc,13341
25242
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py,sha256=vcJxeFC__GYGZZGZtkyf8TmNrqd06HpQTyVXQsc1n6s,11555
25243
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py,sha256=cx2HNJfRwaeXzYqxKQMhEfkkYU7qcvyeM_cTk9sawes,17974
25244
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py,sha256=nZ2lTT5XuB_1Vin6373eU_HnB6xwdrmXcxdaHISIoSg,20698
25245
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py,sha256=oodgRZWoZKnvZgw-eTIIGVmXvTIjUiaBmTUN_M2IcQc,18041
25323
+ pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py,sha256=w2k6QUQqVs1LwPvZDYrWvrlgvyOwfxuPOobMUakEnd8,15325
25324
+ pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py,sha256=w9FSynOB-NiTSCEj9Jv79P_O9PKE3LQsqEd2xnQ7GPQ,15409
25325
+ pulumi_azure_native/securityinsights/v20231001preview/action.py,sha256=detcFiYpNdI9PgaDch0NoXNMEAc9RNEwr17pfzbewJ0,14402
25326
+ pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py,sha256=SrvB674jnDCXuEv4eE0D4ZqBwtG5mfeA6muT_ufseZU,25287
25327
+ pulumi_azure_native/securityinsights/v20231001preview/anomalies.py,sha256=6YNqUVnQmF115mrzkW-cECM1ShbgFmJvE5sDMRipmIk,11782
25328
+ pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py,sha256=qPKvIG09YBojMqXeow0KBMMEAMSTzJdiyn9ORZBOXiQ,32044
25329
+ pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py,sha256=8Xc55NmbNJXNtTbvIO9q3xJhkmwAw3dgnp1BAvF8EXw,15378
25330
+ pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py,sha256=uc8tegVoEh_3rBkG2GHK1b2DzfIvZK0NwijJjp86cL8,19359
25331
+ pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py,sha256=T7FJQWnRWBrRUZPHGlNLA1le4Da7E5Mydh3W25M-3ME,16124
25332
+ pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py,sha256=Flzlhl2-dLTNgtvWwh0HLRi4MM3XLFFm6ou3WM8Cgns,18071
25333
+ pulumi_azure_native/securityinsights/v20231001preview/bookmark.py,sha256=TCEYauAYA54NDfIkKJVURi5Lwp4VWuODnM4IVXUFqDQ,30383
25334
+ pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py,sha256=aoVNYdJ_v2JD-LcJuFKF6s37QMQ_8jiXzvL-EPbXuc4,13721
25335
+ pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py,sha256=JjEwTVSEu1N_dK-Cfy1lUfatLZJP3szHlFYMt16235I,16783
25336
+ pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py,sha256=BdpnLxJajsrVT1p77zZFLEmmgPe0d5UgNilO3Rvs3vI,14562
25337
+ pulumi_azure_native/securityinsights/v20231001preview/content_package.py,sha256=Kn2BjuVO-UY6rR3HFWQeqkKJzdhGhVNOOzIPKpW10ME,39672
25338
+ pulumi_azure_native/securityinsights/v20231001preview/content_template.py,sha256=tqv92K1oo10VzSGKTibhKSBn_Brv-z2qdAB94na5Krg,47548
25339
+ pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py,sha256=CsZNvrPTaqzkyTShNvpxioH3DjFiZRh3wxeF6zxrFrQ,17374
25340
+ pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py,sha256=UBBFW4fxKIek3_bhqn8a8MSqGSuy0gpeFff_65R2K1Y,15693
25341
+ pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py,sha256=mKidN27nHf23fC5TNkpIQqrV-popCtdUvn-eA1PVDvc,13427
25342
+ pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py,sha256=BqhDIDPUUZF7DWIo8cDpHouI7jFCt57Qn-m_WI7m9PA,11632
25343
+ pulumi_azure_native/securityinsights/v20231001preview/file_import.py,sha256=_vf2Rvn9d9nJ8tlyPpeOY9GKSnMlTMfEC2jqZMcQdu4,18055
25344
+ pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py,sha256=34Ys-QeE8_0Pp5Pxd-0fUnDUayl-p7DpGKWpAlbqyjI,20784
25345
+ pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py,sha256=Ry4VHx0ALh0V1eMOmXddlJQZ9RsQFLqTZaVi2HS_91Y,18128
25246
25346
  pulumi_azure_native/securityinsights/v20231001preview/get_aad_data_connector.py,sha256=0KgBDlmCvdoo7L-zSvb-O__opTPRw5f9ST5KjiWSIWo,7622
25247
25347
  pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py,sha256=yJw3xvamLYc_7cYRkCgQ8SY4ODJ8YhUo-zEDc-T9DaU,7644
25248
25348
  pulumi_azure_native/securityinsights/v20231001preview/get_action.py,sha256=unoYDTKCqMBfC74ghZizDW-BPqXvlm_ajPjgtRTsJ7U,7244
@@ -25303,57 +25403,57 @@ pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_assi
25303
25403
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_configuration.py,sha256=G3BQ--mABeVxOgMGWkbuGMJZWrnvtsKxMguBwXicNjk,6916
25304
25404
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_group.py,sha256=pWD261slRiguEVzpcL97qG0TXEfihvE1C6oTxJPT1E8,8087
25305
25405
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_member.py,sha256=XzyE-RkpvFu0ZaD56vr9rNm1woqvcsr54AaVgNoyWp4,7924
25306
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py,sha256=7c8hS8gYogzw4k4KHYW2_AyjaUE1x6H_K2P6viVXQkU,19452
25307
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py,sha256=_c3-to2YtaZk9aQiiWAcdq3_6zsnWRvC8bIJoilrO78,10794
25308
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py,sha256=PTxJFXP9GZbxhFYtZTPF58Pp6myeQS3vHG2H9cqqE8c,13411
25309
- pulumi_azure_native/securityinsights/v20231001preview/incident.py,sha256=6GQ4aONwpPXP-liaDKtr63_kdQpVsVKOeLGmDu2M6g4,28771
25310
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py,sha256=3QyVcDE_FnCv08eJjIAwP1e6OTr0vZj-DtV1T9_RntY,13948
25311
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py,sha256=RFo5WAEq-atpxW4mCXytXyN6CSAPGr9JOK9cPkaBoDo,14361
25312
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py,sha256=2YsNHDwQhOlyRa0zI27h52Gnc-JpvuUKpNvy7wsMofU,17069
25313
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py,sha256=Fmx51wBqKGsNizqmj24Iy_IGjZj-saIAoW7rGYYcMQU,15147
25406
+ pulumi_azure_native/securityinsights/v20231001preview/hunt.py,sha256=uYN9od0zovvSGR6RzbG-ItmhbACuSBWD3vmRdQ4H2pA,19527
25407
+ pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py,sha256=uwkrp9Cw09fpl74ZXcY_C_Hm-pEIultr4cL9JTg8aHI,10876
25408
+ pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py,sha256=Bd3a1KEETCrompyQAUfjWkLWQMmj8ZAeiC5lWF6Vubw,13494
25409
+ pulumi_azure_native/securityinsights/v20231001preview/incident.py,sha256=N3s7eOdfpLD9MJRYC70_cOstuvXVhPgezFrREf4wnrQ,28850
25410
+ pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py,sha256=k6EIMdP3VKu60N4DqPXrY4Ii1m6ANvJM8N8ZE2GUkjM,14034
25411
+ pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py,sha256=ELiHwdFMgeD1_ApsEqB_FanwXkbsMGowIW6sV1mPzbc,14448
25412
+ pulumi_azure_native/securityinsights/v20231001preview/incident_task.py,sha256=vTMTuoBTdjWGtsOFofCoeTK4sb5pbc0ESQlZ6ShxUjE,17152
25413
+ pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py,sha256=KbalK1nXFOAn9gUiH8AIp1XBorEeYo2q4gGn5icA7w8,15234
25314
25414
  pulumi_azure_native/securityinsights/v20231001preview/list_source_control_repositories.py,sha256=AAeuvayUjNu3y2vP5EssZbwBfGZE8LPAoci1gwydjAI,6648
25315
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py,sha256=OJXBdWy4_Nnz-3X0vnkSCf4CGnBCt5wUTa5c8t-ETK8,15296
25316
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py,sha256=GZESTUU7gLoo59Wij4lmykHw5u5neWcxpI58g4f6bJs,15472
25317
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py,sha256=Yq7BlTzVy3lRAGg5khIMhD-5v_yRTqbtBdGwi5ZcLhE,39060
25318
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py,sha256=JTPijU1yi-7DSh1LA49PIDRvYevUUXNmz9D8089Cfwk,17380
25319
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py,sha256=2rlThaOU5sjQYY4b4hPHmD-o6oyim0YHKCih4isKyo4,25823
25320
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py,sha256=HXp45gAOu0iq3FYix9C3tIzvCJM0dlOA74uKteWcRhU,17415
25321
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py,sha256=uBzMEEcxD7IIy7ssQc2e39LL0PUms4MAstrsCg-N97w,15296
25322
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py,sha256=I0NDHqdsIwZhu5ysAyZwScv9262JtWZ3wrEJenOn2nQ,16903
25323
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py,sha256=LNJsFeXSr2LqtOg2G0uFKiJ_qxEOAU9mw_42eA1I1tU,37806
25324
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py,sha256=1SfUXOhX4kzRdoFUtuxVxPIkhZUk75Duv1bO3pe8yos,15920
25325
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py,sha256=hy2bWGT6GzMfGYR-M3bu60Nv9MxINbMDA8WwTKT9ohg,15476
25326
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py,sha256=yYZdqtvAjhTtv8y5YHiIgEhFQcsfK_w_XTpib1Lfyus,15266
25327
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py,sha256=IfeKNl7EpY4LysE2ffdB8F6bl2NYhB1AgREUAm1Yh7M,15468
25328
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py,sha256=M_WaGhQ6odK7m8itjo5TvkA3Eny2ALyKY9ynWKih0FQ,15716
25415
+ pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py,sha256=r-QkYFtU0cvelXf55FGZM_ukUuZ5Mi8TGG9ovdpEuxA,15384
25416
+ pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py,sha256=JMmRJ1RKsDMaMFTchs_VMCLiyALZHE0SbNOksih83Gs,15561
25417
+ pulumi_azure_native/securityinsights/v20231001preview/metadata.py,sha256=L8ynQzW2A3HQvWgoaqlDXfTrCcMPDs6YgRgIcncMDsc,39139
25418
+ pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py,sha256=4pTjVXB-RlBnYCnG4MLpjy9Vy7XgO9T0NQ4CvuIcdYw,17501
25419
+ pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py,sha256=MQNn2pNrVYAQepUOY7u2a9MiefGElzuTkPOBvFWDsVo,25936
25420
+ pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py,sha256=3va62aB4oGn92vIAJ9KW3-uESe2kZ57gHNS7UkCsKiE,17514
25421
+ pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py,sha256=4fsmZGhP8-c-P65sLf0UHN9olZ5m1AbpleJ3EvXSl5Q,15384
25422
+ pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py,sha256=2nlM8t3qBftpRYQ8ha9RjhJIF3OoVWgauSZ0c1zt3Rk,16990
25423
+ pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py,sha256=XtG3Z0nbbr0kH9ByNHLozqWxoBEkIZpOefQnLmGnQe0,37889
25424
+ pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py,sha256=UwQ35sHubHyr9i3KFZNdDdnaArGPeH_btpSDPwnl1wc,16020
25425
+ pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py,sha256=N0WkoX54nIfnlxqQe7yH6Fgq6U3dGGAoSY125MgT2hU,15569
25426
+ pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py,sha256=79xgQ572QUaDGJvx3jX2S75qZJRBAGDBRkVOowmLHlY,15356
25427
+ pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py,sha256=wIsP6NuWVUjWZALJ1pLql35yZTyGcz3XI5atHD_2myU,15561
25428
+ pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py,sha256=-gs_AV1jwMDhDqC4Uq5xSB7X0TaXc29ul5H61s3L5Cg,15813
25329
25429
  pulumi_azure_native/securityinsights/v20231001preview/outputs.py,sha256=uldcQ321RPGtUsNUcAjPSe0QzcHCIjs4HtLfKjVYjS0,289561
25330
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py,sha256=saNjkpHPDiOuxd5cyDBV102jADZbNVnvpfLZ3pDJd6M,43790
25331
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py,sha256=xtqItN4U7wb9JUuAO5SXj_Ujf2kNpTYDWkqBPhjlLp4,12941
25332
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py,sha256=9auaevu3OhYOJ1JkAokc2X_ZVyJ8Pk_yU9N0AaHjEzw,17353
25333
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py,sha256=NwQhVe6KRtvrt4NVfdPjnAA8sGCjcxPoxAqjxXSLKbI,40533
25334
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py,sha256=BLfWIGabH8lUt9d0S5hFNSe9YQMOf2EbXNjgN-HJymo,16464
25335
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py,sha256=eEU98bjZcYFCSKebXLdFnjPZ4UmwW9jlOGuDYk7uA_o,25390
25336
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py,sha256=1aXDsd_Aew-Vnk2L7dbOAymNkV2G6cRZLsVggzJFMmw,12730
25337
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py,sha256=CMv-W7BCPh6C0FViySKbHfDM_0O5CYIr58bg0DSpB_4,37547
25338
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py,sha256=rlrYu2pttnYyD6z3Aeyz-q4fQCNscajAYOF0Kl2nyek,23448
25339
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py,sha256=JkCZSxDroCle4S7-GnwTWO3ON_Ei9pnRtmEuQoM-J6M,13621
25340
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py,sha256=E6q-4R3UYlXlRWQfgudP4gl5PzJaXl2tknvHjDc3v20,10992
25341
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py,sha256=-KuzSr7nbC8iyC4X_nJcK11iRsz-y7J0VJkrVYpKGl0,13530
25342
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py,sha256=XaTj7SXKk6wEmA_HkLPlBsOX2fZGVBCbPS5T9gvJlmo,12969
25430
+ pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py,sha256=zi0609Qu_HVmHDRpz4YlkUMJ9xvkYMcUUF95MrqSu4A,43879
25431
+ pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py,sha256=COnRk6e-5QtG3Ogqg1z8GnUJcecnsOgqTsgdQE6bHzo,13035
25432
+ pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py,sha256=S4mhJokTvo4_Z1YKPdecDR0WICMZN1y_MrRV3gBmO1U,17451
25433
+ pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py,sha256=JQJ-vog1a8NJVJ6_u0UvjQ1RPOYEQkw_MsJZGWuBAN0,40631
25434
+ pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py,sha256=V3mAZpHUw5xKLLYlC5NU3Yf8a6mxAzk6n9amI_v8Tuo,16550
25435
+ pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py,sha256=4r_0Ll2JfyD69VQM0QOWTu2n_pzEN0h5-B38W9v7suE,25481
25436
+ pulumi_azure_native/securityinsights/v20231001preview/ueba.py,sha256=jIAFSprQMk632qKj0y5qNGfqOffeXQV509Kr6ib7xDE,12805
25437
+ pulumi_azure_native/securityinsights/v20231001preview/watchlist.py,sha256=vSFQbgCeUD3WOUGkXRXdk-tjPcGmAgqYEKES536Tv7g,37627
25438
+ pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py,sha256=iTe4SpWns_fl82MgBvcSuiuEy7LCTDR6JktOSgeorRU,23532
25439
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py,sha256=NJvCA9nJ_d4-SoXbj01e5DoJ91HEylb8D5UH7bpxnY4,13718
25440
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py,sha256=ELSqNISduRZ4dtmWJl9VicGYDePL2eeWbOl9yi-i32E,11092
25441
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py,sha256=LsZn0IYj5gktjMHJKljh1KIev7YSVYk2KNPwBjYoZI4,13622
25442
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py,sha256=j550n7eyj8V-p4pr8eTyG7KZH_8zQ9HrVlp_8ybnLPE,13062
25343
25443
  pulumi_azure_native/securityinsights/v20231101/__init__.py,sha256=jD2qvhl-_zlGFyn9cpPDKcCNoIBEm1fQc7z9Dts_gDk,2207
25344
25444
  pulumi_azure_native/securityinsights/v20231101/_enums.py,sha256=j8G0Zm8nOtJ7XiPrNFAKdV9--WBfBnQAO3Hq3Mcw3Qk,20129
25345
25445
  pulumi_azure_native/securityinsights/v20231101/_inputs.py,sha256=ZFQ4hBToFef2EweDEDywZE-w_knI_ZhxLDDuQ-TbQBM,114688
25346
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py,sha256=xnUcNoMV-U7nQj5XJEVeJzqX6RdAZlxDWPa9Je49wb0,15155
25347
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py,sha256=y6uIcrP3qtKS4NMVQu5BC40gFMQ_XtI388OJUgx7tc0,15282
25348
- pulumi_azure_native/securityinsights/v20231101/action.py,sha256=ctfoY0UTm6vYkFpLuIG8cDNKLxJ-ZSw_IFBjSTDWZrA,14318
25349
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py,sha256=rfezqFmcM4SqHcU2KYAEzjKM0Psk8MHZTI4uRTiA33A,31939
25350
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py,sha256=FliAaBkd2K1RVV9Nnh7z_picSb0jr3FFAEhXNsaLuvQ,15291
25351
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py,sha256=O_1X_uN1v-yqkdvti81Lpz_Q8UEgLKG_Z_4uPtM1Q2c,18811
25352
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py,sha256=4TyuHO0OzJ869xyl3HD8nsCjb2tt0J70cEZUDaEzPMk,15987
25353
- pulumi_azure_native/securityinsights/v20231101/bookmark.py,sha256=HGkSKHDBgonssjJlYdRp4aVRkWlFZkY2C69muvUwmUA,25864
25354
- pulumi_azure_native/securityinsights/v20231101/content_package.py,sha256=j5Ratwl3CdX843oA8yO59qzQi8NusDOTNdI1jtUGP8c,39587
25355
- pulumi_azure_native/securityinsights/v20231101/content_template.py,sha256=XXYSw5Oayrp0BAP8Fo9I4uS-up2dQ4Xsz43DOcj_6sc,47462
25356
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py,sha256=d7qWb2SpP1NEQaT32fkufnILqg_ZRkbThB80TH1aKaQ,16643
25446
+ pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py,sha256=cZ1MS6IRl6jd9hnlrq31pPCDuEqa9TWjkpj_-H-CpUg,15242
25447
+ pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py,sha256=gCYTFjbHBQDqZImAPxTCR6f77Hnj5xa2Ut-eL6XGu5g,15370
25448
+ pulumi_azure_native/securityinsights/v20231101/action.py,sha256=f4P8fM55ssUtKK5ORKhVUGMz5s8VJE-9A6DpxTo3Vug,14395
25449
+ pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py,sha256=w5CNdqLuk9X62KYj3n6Z8kHNdfmqlNHc9zPy39ib9Io,32044
25450
+ pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py,sha256=RMvc3NhhrhW8bBqZI3cNUNR5nH_146CjqYs0nEFOuG0,15378
25451
+ pulumi_azure_native/securityinsights/v20231101/automation_rule.py,sha256=ZSWjyS-6xg3B-kcDTl_yUm2Y2DcrZX0cg8IDeIrQOIs,18896
25452
+ pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py,sha256=Ws26So-ZWJXmuUN84czhJHPxG8XjtJJus2IJmzNn8EM,16084
25453
+ pulumi_azure_native/securityinsights/v20231101/bookmark.py,sha256=qVwl6IHvPlrDfY3d4wb0tPKd74-LrSxJncluAVMn-JM,25943
25454
+ pulumi_azure_native/securityinsights/v20231101/content_package.py,sha256=36zcc2QPvSsET5kR_kzR4Y5KrAfC8po2S_5iqB4sMWk,39672
25455
+ pulumi_azure_native/securityinsights/v20231101/content_template.py,sha256=Ha0PUuA-lHIcbTmLvPTq18MwZFE8t_b1QTT0Kg35c7Q,47548
25456
+ pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py,sha256=SwCV3bLDzLkGv970deqEVxnpSsVYxttZeNTkXKS3PL0,16729
25357
25457
  pulumi_azure_native/securityinsights/v20231101/get_aad_data_connector.py,sha256=uXmvCUrep-NtAybnH5PB9yl1zeW9pNhhpyXzSeusalY,7596
25358
25458
  pulumi_azure_native/securityinsights/v20231101/get_aatp_data_connector.py,sha256=KdZMmzWu_-7Ka8igeAsV0J6t2KE4kBz9UmiJXWuCqZA,7640
25359
25459
  pulumi_azure_native/securityinsights/v20231101/get_action.py,sha256=MxQzWjxGwdhCfqT64DW4P9WZCDM4h3YUjOEyirnp5hk,7221
@@ -25379,48 +25479,48 @@ pulumi_azure_native/securityinsights/v20231101/get_threat_intelligence_indicator
25379
25479
  pulumi_azure_native/securityinsights/v20231101/get_ti_data_connector.py,sha256=NlNAW5Q4ds4iFh3n_5zlqc4ueZHyyk-KPKh7AFP9ugM,8270
25380
25480
  pulumi_azure_native/securityinsights/v20231101/get_watchlist.py,sha256=qatsCAL3spDUWCGSQ_IYq6Xs6S_xBT3Xixijd-XgJ50,18126
25381
25481
  pulumi_azure_native/securityinsights/v20231101/get_watchlist_item.py,sha256=sb4T1CtqbUQmxgB4W1w-8fiH_n28U6lT-g8iBWwAkcg,12269
25382
- pulumi_azure_native/securityinsights/v20231101/incident.py,sha256=b6IBGAhSgEufE5SSLHO8Q701Ra0KNfhH-1dMHc9mwUw,28343
25383
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py,sha256=TT1T6AnkdGMlOabTnBk1UW0zK2EkoUg80Rt8DuhpbOQ,13948
25384
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py,sha256=PAWrxun1vqrHWF_X5zPJ_YihbKNAhJ7LL_3cLLUEWTw,14361
25482
+ pulumi_azure_native/securityinsights/v20231101/incident.py,sha256=fEPHtb8S6BLaa6ibCbjl9p0AUgoIOakMHJvIJxADEJw,28422
25483
+ pulumi_azure_native/securityinsights/v20231101/incident_comment.py,sha256=eDYqGGTyLWlGRxezr_L1Pqna2oCqvHg8Dh-59auGYmI,14034
25484
+ pulumi_azure_native/securityinsights/v20231101/incident_relation.py,sha256=-35lVwcif7T8MtxUoEngIwMkzihFToSEsTjHB1SukUo,14448
25385
25485
  pulumi_azure_native/securityinsights/v20231101/list_source_control_repositories.py,sha256=RAHzMmZinrrgpPxAE-VEDEJs85-lJWcpnWFiiELk3cg,6634
25386
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py,sha256=wPPqmukchm-A6w_Rla0iY4wVh173B9OZ0Enec_5JciA,15217
25387
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py,sha256=U-SuaXcFeDgXgOIggbg4uVCiDylnue6Qvu0cV3ty0kU,15433
25388
- pulumi_azure_native/securityinsights/v20231101/metadata.py,sha256=-5XMCRRVuRAeibBXd-a71TF6Cxc_hC47Ac2obPxzR0E,39060
25389
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py,sha256=zrc5EER3aMfLS5SNXrmfxW6KOFeOQylHBC3nEQON26M,25823
25390
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py,sha256=TKTluKx_9jfFoT5IXRGmpUnui9gZHsVNdEyVDj5FPtE,15187
25486
+ pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py,sha256=qECs4YWd2lg2jHL3oGk_eXWQnDmKJygzctTaFiL1prg,15305
25487
+ pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py,sha256=aej9SexLReB8oK1rhXxgcqbeTMXzhPX2jEyUy206cqU,15522
25488
+ pulumi_azure_native/securityinsights/v20231101/metadata.py,sha256=jPhfF6O2W-z6-ZSbTA3-FCRxKN7utPos4smmtBanaL4,39139
25489
+ pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py,sha256=E71WnheVbuC6shhaoNlCRgimBFeqU7wu_HQPgAjKzkE,25936
25490
+ pulumi_azure_native/securityinsights/v20231101/office_data_connector.py,sha256=75yIMK9NSnENT_qrlXhSwNwPP8SSpfbst8QgO1QTYmM,15277
25391
25491
  pulumi_azure_native/securityinsights/v20231101/outputs.py,sha256=M-3kbW8_dKoxezRu1F8KIFM1FvOXRtw7kCVrR875O5g,107584
25392
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py,sha256=Yyi90BmDX7MTB4bYKTGDSKyeNHD4mGt8ME8FW4rRpvw,41754
25393
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py,sha256=1LX3Z58lR2FeynfhWZ59x_wnXpR8gR1IVEaiw7xOaHU,12941
25394
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py,sha256=C4AFmHUfIv7N5i22xTVYQZlfWIKqL7gR0t8hncB9pdY,40533
25395
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py,sha256=hzH1fmA_dXZLLbk95V55im-VZgGi7lCweZLL0a-RWuQ,16385
25396
- pulumi_azure_native/securityinsights/v20231101/watchlist.py,sha256=UJs0ZpeEUPZ-cXB7789e5Wz54yZvc_PLOTRbtjid1Lc,36430
25397
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py,sha256=ZJeQklM9wRXJHF7k7IyrIcjJvWBK-4CY4xbaSfvvMEI,23460
25492
+ pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py,sha256=uj81KNV50TE5zyWPD-n7Ie6_7iVd888eGxQfXc5vxwE,41843
25493
+ pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py,sha256=WY8dBBGeHDO1tbsRJk7QOKJwvpcvccL5MYoVmhgsoWk,13035
25494
+ pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py,sha256=kDX95-wQWjuatNOfsOy1IOG9ZF3qu5vTU-mcxsvMraE,40631
25495
+ pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py,sha256=Y4pz5KWjByAjuo0hBFJPKozbgbwdbd8y3bPdXyuCo9g,16471
25496
+ pulumi_azure_native/securityinsights/v20231101/watchlist.py,sha256=w5XmQstB82MlUq_zNoZWszrzBmO9Bq2fV8gkKqv2k4Q,36510
25497
+ pulumi_azure_native/securityinsights/v20231101/watchlist_item.py,sha256=5sWOhCLjNnvxgpKa-D4ORdBO2bDOedtjvOUGj0NlqwI,23544
25398
25498
  pulumi_azure_native/securityinsights/v20231201preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25399
25499
  pulumi_azure_native/securityinsights/v20231201preview/_enums.py,sha256=1nDVtCTb-_9NMktPeqqat7tUcxHIse62g__h-rF8-L8,30389
25400
25500
  pulumi_azure_native/securityinsights/v20231201preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25401
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py,sha256=rVaBwAuZ4eqk70JpV3g0TZqompD_3OWxhF3cFI3N24c,15238
25402
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py,sha256=UiXlMPhDiuE4-0s3X8yIFptvATKTrZHG3nPCOPfo62Y,15321
25403
- pulumi_azure_native/securityinsights/v20231201preview/action.py,sha256=AaotvkXWWHRjeMf_Mh1jpiatTqRtXilbOzaIQMW6zg0,14325
25404
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py,sha256=kLaMwvL7TB4YfzQjJs8JwPTw6DfNPc9xSMM0JVbsG6I,25191
25405
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py,sha256=Jk6gE2rNqLlnEbQweliUMxSMkCdDJWG9TaW84LJivsM,11702
25406
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py,sha256=jKI_uRFhyBZEPEQd6GD3CjVuJkMSDaLj_50AUyzHUNs,31939
25407
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py,sha256=ln3Np86KOxfnzsLxm_TbIccYtseVjg2uezcanSL2lk8,15291
25408
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py,sha256=yjgBHx207pPdGQoG8obxEY0UUR3LDzoM0YpipaMPy98,19274
25409
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py,sha256=LJe5mgi9ZIIf7EKVLw9WdaZRWkBFxqL3FzbjYLAfVTE,16027
25410
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py,sha256=4u89SWMLdszmUga1qlavlEoSewrHe2uncZixKQGP_Lg,17982
25411
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py,sha256=23tB0Qh-uk5euO_4eA-s9EGCP73a7UcxStJp9htIzmk,30304
25412
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py,sha256=AEuOVjqen414bS_UbOvETH91RF2kG4auL7KsleojPnE,13634
25413
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py,sha256=uBW1p9IyDOKO8PZrzwzqVAjS7Pt2683johwbcJZicHw,16681
25414
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py,sha256=z8kg-PImYmd3VdBW7bBRlC1RNMS-M-sTmLbM6_qYxhU,14468
25415
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py,sha256=Tii2gUdHFAGrkUffMwuSoZbt1-dVMLnzeSNHO_lwNt0,39587
25416
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py,sha256=g2-ugOD3TTFAu9qQwuQtzG0Ees6uXeJmL6dO0QgzYlk,47462
25417
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py,sha256=O6gBGFBsk-nw_Qt0A7Zd1A3nnMJyK_O1MNsDHgxKGd4,17272
25418
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py,sha256=t5Dv4zI4AK-XPS_abR2REgA139eklFm_9px52cX7oDs,15598
25419
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py,sha256=5_XfE5dumjNn_qR7x-LXm4QTbED9xJVLqa3vXB4Tbfk,13341
25420
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py,sha256=i0k20S2CVLvgwxuFKXD4jbHy4JNZQUFHBJKOA72BtYU,11555
25421
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py,sha256=ani18Pzdpn2V7eAxHFsfFo1jyfmENU9nh6k3TdR7XTA,17974
25422
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py,sha256=TsPmtKtNV6YmfChV7hPdTV-XKwTFnyiydgnh7uOiJTw,21043
25423
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py,sha256=5IiRkQVoV95ZR5ql9wHA-eup29QE2-Ao72wDR64ZdqA,18041
25501
+ pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py,sha256=hbiZMnwFmfy4wFeHDw7TIsdH1ElARBgiuh1wHLtLSPs,15325
25502
+ pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py,sha256=A5NM6rAWD56QZ2GMc9RotvJrju9Bus6lh8Tb54CIyRc,15409
25503
+ pulumi_azure_native/securityinsights/v20231201preview/action.py,sha256=lQRmOu5EwAEdgKhsFOYeq4acyujWpJiz-_hjVGiq5VQ,14402
25504
+ pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py,sha256=wbI6kP_FYV5qKuEUmFBZlQ36BWd5J7kbiGLG1IdFdPw,25287
25505
+ pulumi_azure_native/securityinsights/v20231201preview/anomalies.py,sha256=26gDkc4lOxK7uppGVlYwOcbRS3kN0dZKwF4wnyOxh5Y,11782
25506
+ pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py,sha256=dH10aobi_pNJaCCIsPkWqdu8KooiF3w09hIUE06pv9M,32044
25507
+ pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py,sha256=2c7qacIl5C2T8MdOQ6aZruH6ohRJ1l0FDF32lrBBLdk,15378
25508
+ pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py,sha256=vdQkjISkwtoHc3hP_oSv9XN3j4BDUGc9d_IZyX6_1ls,19359
25509
+ pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py,sha256=X4hGnP5b74n9EuHBA008TyI07Gop9aV9KP5IurOPTfM,16124
25510
+ pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py,sha256=zksCErQojYG0gS2OQKsdRhe-wf6wRrfXvYnXpD3mr-0,18071
25511
+ pulumi_azure_native/securityinsights/v20231201preview/bookmark.py,sha256=-w_bu_XOYCdR2k9dee1ZdCl0ukTCo2qi5XijPObBQ8g,30383
25512
+ pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py,sha256=ltRx7FB4Hm7nMU9n9BN8B0fjDFnOwEOzJ_53yR98YLA,13721
25513
+ pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py,sha256=tqJeHT4hXL9tvXjo-OpawHaXX84cA-SaHVopaU9oQsc,16783
25514
+ pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py,sha256=Na6pdeMWr9WuVqNjfYJFD2JGUETyHPKe06yLgiOIXBg,14562
25515
+ pulumi_azure_native/securityinsights/v20231201preview/content_package.py,sha256=GxIZzgNyPm7nyF9bAnIz3vxGenHzmrr8AFWoSI6fRPo,39672
25516
+ pulumi_azure_native/securityinsights/v20231201preview/content_template.py,sha256=UaUvkXi84p4rjjVvrxv3OMRSbNbFfwiM8sH5F3WlIXM,47548
25517
+ pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py,sha256=1bbGn7maknU_EHj5jsCos7AL3nqvz1RjKsgNXtUhfEs,17374
25518
+ pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py,sha256=DTPVK8b_A79r_9ITxCkmygflLuMtcfOavVY3fKIDC9c,15693
25519
+ pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py,sha256=9ydHyhuBDyFglKnrKC2UioOi5F8hcZMveUvhAUpGQMw,13427
25520
+ pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py,sha256=6Tgot-tHMcL5cfv39WqYVEVIXVRJNDaA5TnCFDLf778,11632
25521
+ pulumi_azure_native/securityinsights/v20231201preview/file_import.py,sha256=os--FcxQcn-KKEoQ8OvUex3nKsfr_bJV8Wq-dKO8Lpg,18055
25522
+ pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py,sha256=v8Y3OS6vUbOcUaH4TbBcDeDcJX3ruiJCUiWbt2HriRs,21129
25523
+ pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py,sha256=igYqiWQLiANAtskYXrWfpz7t_Yx-DoS37l9Wlw8WsTI,18128
25424
25524
  pulumi_azure_native/securityinsights/v20231201preview/get_aad_data_connector.py,sha256=rAccYplcnbrVFPjiFfMhqcRXMmM8EvSgdYg472rIaSA,7622
25425
25525
  pulumi_azure_native/securityinsights/v20231201preview/get_aatp_data_connector.py,sha256=0357Gf4NtNLb9X2qrSrksJOn-vJnMDpyqKOtfgs1SlU,7644
25426
25526
  pulumi_azure_native/securityinsights/v20231201preview/get_action.py,sha256=_YUVid3gBaTMdkNamlhm7-dB4La5j_wM2AXyQEHh_WY,7244
@@ -25481,69 +25581,69 @@ pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_assi
25481
25581
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_configuration.py,sha256=mFHmCFEt1MuaDnkuDGOvnT2Q4xahuz22T66zR-sULso,6916
25482
25582
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_group.py,sha256=TMEgkH2SM5EOF-eXg-a2GrqQBpjiFcFWVX8s3xL_qes,8087
25483
25583
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_member.py,sha256=iifk0k02qL-UXFvA3e6gSVxL3JVOeG6pPonysI6D_Zc,7924
25484
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py,sha256=IEy7c8_0kiF9EYhHNbz3EpPgmp1s45H4DrwRo8iIJu8,19452
25485
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py,sha256=qIIIUjQ3L48JAW4CJEKELKOkGDp7XfU-jTrYjRU33aQ,10794
25486
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py,sha256=PxLbu1nnT4QzyCmw-w2rf4TIP8d0094I65wKGXz1SDk,13411
25487
- pulumi_azure_native/securityinsights/v20231201preview/incident.py,sha256=JfpAA3pwGevB3-zFoYjA5wArBV2f11ZpWk2P8CEHMQ4,28771
25488
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py,sha256=yTfJwRLaWqsWgeDaMsQaHVQTlu6Hfrpi3fBbdG9ayvQ,13948
25489
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py,sha256=sbCjysc8DCTJa36GgvHEqZArYephu8vNye-mG8Ynqvw,14361
25490
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py,sha256=9j46why1oM23jGBkttgdaOcsyF-mp9XbeDnzHgv_Juc,17069
25491
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py,sha256=XBPNVSVJ8MDvUA8MKf9bMcqvRGtVgpxApnahLJX8ClQ,15147
25584
+ pulumi_azure_native/securityinsights/v20231201preview/hunt.py,sha256=_caqSMJf5g02_7RxYvsgDEZehmuP-joCDG4kOf3teyg,19527
25585
+ pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py,sha256=UQ0gLIPTAi4FafxZZdEG959lLC9AcybojlcSEQ3sPYc,10876
25586
+ pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py,sha256=k_I-6ruMRcyhD9JiGkMpIQry-9LxBr7ep6UI_LWnvB4,13494
25587
+ pulumi_azure_native/securityinsights/v20231201preview/incident.py,sha256=Bt4z0o4fzurRSorrxjsZ5XWkwVLaMBxeIiGS-ZL9n4M,28850
25588
+ pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py,sha256=0eZM-kqj7Px2rHePVnIfHHLLR26L-ZcUHK9ZNMZ_cIU,14034
25589
+ pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py,sha256=J8EdmAI0Hi9z0XvH-0BOuQsaqpF-9bJHLjivtCUZTAo,14448
25590
+ pulumi_azure_native/securityinsights/v20231201preview/incident_task.py,sha256=FYQqFKpYG-OyNhdBY0ByGMihZ0M0AXf0LrqCOUp9u14,17152
25591
+ pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py,sha256=3nBfY8wa45j1t7CKnIhc0c8a3ETieZDP1VS7xzeTrTc,15234
25492
25592
  pulumi_azure_native/securityinsights/v20231201preview/list_source_control_repositories.py,sha256=1pJ1vVC-y5sqqrc5bSelx9e3Ey03RtYhoji96hLUxik,6648
25493
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py,sha256=Qpzv_pnyI_UxPcvQDJgf9cZyKc5MBJczTyLlD4YrYhM,15296
25494
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py,sha256=erF4DSkdil0jLz5hCahVYjMaxsVey8s5fGPt17IIk0E,15472
25495
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py,sha256=mxVflDD_ssc886VlKzvVOS7V4wJOh96BB_F5eKrkVHs,39060
25496
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py,sha256=kpTaUCcB8_TBrRyeI_DrpOnMGqUKOaxiKwAkSNL16Ho,17380
25497
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py,sha256=8XY8OFzhWdnCK1vZUsOwqNN9Ehh0pZwUgLgJKdeS2EI,25823
25498
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py,sha256=eZC5V6O-v6Mj5pTUMK7YQEBWgLPdIsipha4_IfURBes,17760
25499
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py,sha256=jHE_bXGQ5J7aGAuCEzpwxU77z43iEdWlJUiD8bkuWnU,15296
25500
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py,sha256=KhMpMDwQiVGHY8OJsI7khpn9NBfBIGF93iLvjj5Q5XQ,16903
25501
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py,sha256=z7E7UpC1wqAOn4Nm5PJbYSDa8m26VZ7jpaxWhX6NHHI,39204
25502
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py,sha256=UrG2hZRMXb6vL4zaWOzUEJYtfjRJqjt5nrO_SRcgenA,15920
25503
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py,sha256=e52hbCGdMoNoBTcS6YmBkt3l2dRVHnI7DiTTXb6fl5g,15476
25504
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py,sha256=H92rBImUBE98qG5cQc3Wd-QQJ0nAMcFn1N_uo51TGXQ,15266
25505
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py,sha256=YAsLt7vdzLmVM-RVawP8FOAwcElqLoxjla4xFAafNP8,15468
25506
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py,sha256=hEecBlyD8DtLcbPliATNdIKeKmEbVObDa438gdIVyNw,15716
25593
+ pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py,sha256=DZstfecTL0kaxwsP0f1gfZCk8L1yrsH9i6O4clRySQg,15384
25594
+ pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py,sha256=Sb2AiQVz7vUs4zNrxGnOvrnjsZ56lj0l4b78NQ3vD-A,15561
25595
+ pulumi_azure_native/securityinsights/v20231201preview/metadata.py,sha256=2KF7RFgZ90TLhMmjFb4Bcexw6VIefiS4CQJ_a4g9LjA,39139
25596
+ pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py,sha256=vGSaMH32cRbsXa9KDq1oiNC5pv7wQC_72C_YdRRfeFg,17501
25597
+ pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py,sha256=F3Fzt162xGgvGVqAcAoMo3GjrUaBV_nQrmXIyAN_ouA,25936
25598
+ pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py,sha256=uKxDSA0k3MUCqZ_rqV3pkwSI3YZWs4wsP8y42hH8GzY,17859
25599
+ pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py,sha256=P1IoAzc8HTARq5B7x1ElR3dnJhSUYZv8wbAGSJwQn-4,15384
25600
+ pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py,sha256=Kw1ApSKabN3R5RzFO-3lnUh3-2ZBodUCrpKQe2yFa7M,16990
25601
+ pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py,sha256=VoOf2pBRINvGPzU1Q4ZodZdeXmKOdPRdROnHp1nnXvM,39287
25602
+ pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py,sha256=SR98oc7aYZqIP-gxIllWrbjHawDiC8A7EWyZOxOMAMg,16020
25603
+ pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py,sha256=8ryBdsj4WLyD_AK3CnUUcsVT61-47cwOjKkHJg_wbB8,15569
25604
+ pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py,sha256=h4Kui4RkvxQB3Tb-FshKBH6CW--_5wpetDtRvteoE4I,15356
25605
+ pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py,sha256=BEN8nWVjccM5SP-rxp11oF2Y2ezL6EjyOIh0GNJuwaY,15561
25606
+ pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py,sha256=j1p8lv4Hgtpe4Zkt_qlJ4frCf9Z66oXwYspIJ9xnWcE,15813
25507
25607
  pulumi_azure_native/securityinsights/v20231201preview/outputs.py,sha256=uldcQ321RPGtUsNUcAjPSe0QzcHCIjs4HtLfKjVYjS0,289561
25508
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py,sha256=UYDxcnDIv35Py4XWqjKAiTGQWfsk8Uy4VkUM5Jdhr0k,45188
25509
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py,sha256=a-Xy2jFcQRu2QVxUbXDk0Pw_T4UxsbDq3rowprCST6U,12941
25510
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py,sha256=L1X8JUhylpNfWWLzmFDkDj1EmCnryuNIBFK_cpUouME,17698
25511
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py,sha256=D2hS3_9EQFHxY-woRVWhLn3r_bDeYvXiiZ02bcO5Hc4,40533
25512
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py,sha256=HxZK_v_1RcEWIMh0TMR_A5_8gHsSXSVdUZvzQVR3Cwo,16464
25513
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py,sha256=GkCygEBrFA9KUiPaQgB1Qskpr6LtbPZRPYGb8yWAkq4,25390
25514
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py,sha256=ftn4zmDWSKaSs_fF7O6IWKOSkcvG3bAzpli5JEoPHFA,12730
25515
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py,sha256=oK6Qcu_pNAa73FFxs1QA_3Bm4L8U6wugQCYXkkVSwwo,37547
25516
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py,sha256=7QQbBPYGvvjPY07NtYQ_yhD9CSGnG3GqqMKERlUCYkg,23448
25517
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py,sha256=LruVUYQsF1Ov3DWbbXiUub4gt6u0s1YEno6mGzwD2pI,13621
25518
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py,sha256=QHhBHbP_R7iyeg7_Fdo_MUUGOA8sLPYYRMo1heQH-8w,10992
25519
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py,sha256=2lZ1Yzd1lOgvG6Q4I7ycvRGtjXTKTmZGCAa9t3k0IIg,13530
25520
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py,sha256=5jjOr38EnvmsrPwOHPYvPmmlsrJDNgNpdIroi2S2cRo,12969
25608
+ pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py,sha256=aA5ESUR7OID2ldK5vz1L0bNQspTbYTav0aGQwt7aHis,45277
25609
+ pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py,sha256=9JO7_PX9cbpmAauIbEW--WoULcydgZaLYDiBcEkNQv0,13035
25610
+ pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py,sha256=KFRetWa573Y0gqH2TLahMhrqCPhA-VBKGHRVggenAmg,17796
25611
+ pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py,sha256=iX-r2wy8ZcK_kOrIsAJnM_qiA4W0zg7-YD_SUkFjDdk,40631
25612
+ pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py,sha256=HFZv7bWO5hjFWo85q2QgmunX49y2teE6qWsgrqsDiyw,16550
25613
+ pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py,sha256=XcmWgTIIbsJdpRD0wsj73astbcVDm2jfD_JDZgbmmC4,25481
25614
+ pulumi_azure_native/securityinsights/v20231201preview/ueba.py,sha256=NiwItcvC4AEqoEPPy8YyOPV-jJEb3d_QxoLrGe5Cr1Y,12805
25615
+ pulumi_azure_native/securityinsights/v20231201preview/watchlist.py,sha256=OwE5KKyurWbZ2n73aCY8SV7eracUnGdhK2nnXMulwdg,37627
25616
+ pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py,sha256=NPE88RlbodXi99YX7VjWlR5nU3rG3Ol6UWg0ChtHLa8,23532
25617
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py,sha256=zqg426-Gh1dkutJufrbLDdDYxJ3GEEowt6-X-D7jDBA,13718
25618
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py,sha256=93eTf9Td5rmwQLYg9N4X4zovFt20CoB7qRS4Czxwh9w,11092
25619
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py,sha256=5aCHtsggQOujktzE0g6HayKCwPRemTvhDWahX2cbnA8,13622
25620
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py,sha256=OUJXcBSKjezn958adHJgYx6-uN_k9VhsPloCBwOnjFo,13062
25521
25621
  pulumi_azure_native/securityinsights/v20240101preview/__init__.py,sha256=eXNfZwJrk08wL_5UAbb6nl8AqKzBCihfdYhSfVWCtfQ,5079
25522
25622
  pulumi_azure_native/securityinsights/v20240101preview/_enums.py,sha256=lMnin_IRrHK0VrZHZyeopxLOYhbeKce1kUTodeknn6c,31326
25523
25623
  pulumi_azure_native/securityinsights/v20240101preview/_inputs.py,sha256=hUmAZS2-0j71G4Ntlf_hyzFSF-R0j_xqedjCIgsXlsM,396794
25524
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py,sha256=epQ271R9pFDkWsLy7ikyMhYSY-mncvTBuCYkqPyc1yo,15238
25525
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py,sha256=axsXY5OP2ACvMisuuI4_H0FvJkoGq-3LlvckAHLdLHI,15321
25526
- pulumi_azure_native/securityinsights/v20240101preview/action.py,sha256=9S8hYDgdOEjXdfADhpc59R7z9CrHqGfIQvHbW2EI-mU,14325
25527
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py,sha256=p0LD7vcvCtsV4-cHFm_pByJmY-xfHBtElQGza8KhmHk,25191
25528
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py,sha256=lJOj2afyoyFFbR6YRrrO1Jwv7XD_HGSVIoVou-_0_k8,11702
25529
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py,sha256=rHMut8yPYQPEoK8aH526SjlqJlXA18vDiB9GkBMSJUY,31939
25530
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py,sha256=bbzjkL3dDRP6JVb11Ds3wcWySOYL9dt0wMkQGJowTXs,15291
25531
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py,sha256=cfI97v8g533UEy7G1vLpcAgmUsVbtg6dA-M_bnWeXd4,19274
25532
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py,sha256=0ostmmTBrC6R_DLFd_8RvDc-B2uwhLnt8kpjL6TWPzs,16027
25533
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py,sha256=rNy88v_dl5a-GhJmePqRZ2Jw35deRhJZ70AZLt5H1ks,17982
25534
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py,sha256=QEBmHRqEkZ2-lKQC8TQIQNNtOUibTRERXwwdVTYuD24,30304
25535
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py,sha256=Q0Vb9x_1qV9rXyw_1PS1_iDnKfaTZpyM87Z1vCe46w8,13634
25536
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py,sha256=wCnzltTLklIVzVSjhwDtj1sLNbWxCefjP6hPXDg-GqU,16681
25537
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py,sha256=_9X3fRV4_4Xn21EfwYfHXLsq1jMMDO4UkmLV9gqfrdQ,14468
25538
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py,sha256=2vqXgP4DuK6DSbe6TCxvhCkIjILB89YBsHrAXk9XCJg,39587
25539
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py,sha256=NbVAJ8E61MULNHlNSudKJaTWX1WNW_6S04WyGBUciHs,47462
25540
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py,sha256=oRRVDHaifO8uNTXbXkl1LTUL5TghsbNAMHZXMiCFpec,17272
25541
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py,sha256=L_th_nqMGTahPFEaABduTo-r-ehWQt-Hk3F8FsIbwDo,15598
25542
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py,sha256=PRODYpJh61yhIq6X29iGxCcG3oJ0TwJsTD10Agi9jQ0,13341
25543
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py,sha256=-tERw-DRVV4VC7OgyX41KZYlNMN8G3GiUl0USXLZC5o,11555
25544
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py,sha256=p26iVlEknMEDHtOFJHOQKsz1H9mym62G3J2O6aSPH20,17974
25545
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py,sha256=-SgglJ3oniRFMLBGb7mxbvq62JmZYMRzcWKvbO2c5W4,21043
25546
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py,sha256=rJofr3nblY05sGvjvSqQntaomenP76H479Dgj7iBatw,18041
25624
+ pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py,sha256=e-SAzR9JxyRgSR9wHGENeAwdT78P1Aylg-a9okYBRwg,15325
25625
+ pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py,sha256=K0fUSII11Sgc794bacs66NYl1PuFUgujzUmtedE83xI,15409
25626
+ pulumi_azure_native/securityinsights/v20240101preview/action.py,sha256=ZMZpIotxMxX3VVW3FR6CECevXHo_YttTrWwlblwB6ik,14402
25627
+ pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py,sha256=8dQghHQoH5jz63Es2GynruWOTenYKvPz---x7tQ-fqI,25287
25628
+ pulumi_azure_native/securityinsights/v20240101preview/anomalies.py,sha256=4EElyha6XezrQapvljtItz-fA2GiV3EyHYKr7CfJXDU,11782
25629
+ pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py,sha256=g-YzXHsWF8nN6P0T1O1sRWRMdWRqUnSTKa6InrNSWgQ,32044
25630
+ pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py,sha256=QMOjAiJr-O9BAG_K4MgwVBh9OorE08KIwEsfP9QduRo,15378
25631
+ pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py,sha256=1m3ZzJGp4A7yoLrl4Jk6fIuZkP2UVHQG5GRyKWMtUT0,19359
25632
+ pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py,sha256=2gkIJpOeQ9JtSrvNHKZKirStnyE_hKkYWPvpzzUYdEE,16124
25633
+ pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py,sha256=I5pooKjnWhJCHPaliufII5nN1m_gzX4Wr_66Vp6h5Dw,18071
25634
+ pulumi_azure_native/securityinsights/v20240101preview/bookmark.py,sha256=UloThdkis_iXRyQI51kwtV_c_IQKD-gv-KtZaLygrR4,30383
25635
+ pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py,sha256=ILPTtYSs6HXOBrzN1bMAnRzZvijWh5FBYqNFRNiiU2Y,13721
25636
+ pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py,sha256=DBbEFThANIhRKFv9PeOv5Ua9cjF_qBzTdHngEa9DeL4,16783
25637
+ pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py,sha256=Rk-MdiAMbHF0RCc8k3Wk9R-K4uKT8gtjekSCjnSX2TM,14562
25638
+ pulumi_azure_native/securityinsights/v20240101preview/content_package.py,sha256=i1kOJlB9WAdPfDbACyPcQlcrUVDiB4qudqu7AM5-Krk,39672
25639
+ pulumi_azure_native/securityinsights/v20240101preview/content_template.py,sha256=uMQqoZZrfN_RhFg1wOhkQxibQsLGJu8S0_gbapvA4_Q,47548
25640
+ pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py,sha256=Ikgyk92EcAMk9I8LrI3mfoxOtxSrLmvtCRmNwMle0xc,17374
25641
+ pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py,sha256=p8YP-pf6nYnfymkH7xUN5IaPRMZgBHwgoYgM7cy0qRI,15693
25642
+ pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py,sha256=TtihfDetHuNTT7xfzCfFvaA-muGnVG_ocLDuQB5FJYA,13427
25643
+ pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py,sha256=aOnd_N4QSlp4QiGb8p6KjjnXl7Xr16qF-N2nmsC_pmg,11632
25644
+ pulumi_azure_native/securityinsights/v20240101preview/file_import.py,sha256=7C4nGrmsM1IaUecQ2v45f3N8e4MWvwwfT_d4VX_biFM,18055
25645
+ pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py,sha256=QYnfhovUXH8qmvyFjloC_6KHHrza0kklbe9QRdjBQfY,21129
25646
+ pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py,sha256=SmP66KsKsnipqK-_Hq80SbvmCBiPIajCjMhwug3dIUU,18128
25547
25647
  pulumi_azure_native/securityinsights/v20240101preview/get_aad_data_connector.py,sha256=bqQNRQko83edUX-164S1rrZsie6oaIDMIsOSBAGLRvw,7622
25548
25648
  pulumi_azure_native/securityinsights/v20240101preview/get_aatp_data_connector.py,sha256=1Cun8NMJid0CzKHjWg3aiQfta4n9SF5zt4BPax4oo8Y,7644
25549
25649
  pulumi_azure_native/securityinsights/v20240101preview/get_action.py,sha256=pDJRy3CJChDad5i20JOA-WVVlpEABQf8PjVIbNlIS2w,7244
@@ -25605,60 +25705,60 @@ pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_assi
25605
25705
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_configuration.py,sha256=ZQnNZ7B2KeS6xsuw8UyJmPtW-96mXotBKKEr3aDvhzQ,6916
25606
25706
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_group.py,sha256=7Cx6VoX_oKfFUCEaLphl7R8Gnsayr8ySJMK1O5MifLw,8087
25607
25707
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_member.py,sha256=XdPBXu8od1bC8t0ICUkIYYIj4XVi_PE_YkQHFM4MQQc,7924
25608
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py,sha256=rxqlTCrUozN2TSZcqdPFk9ocl9th6z_WY7-w6AwbGII,19452
25609
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py,sha256=KUGVOgC9jCFH-bFTocbPRLO7NnFfCEXzTdzKmSYD2k4,10794
25610
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py,sha256=M2Hcefu5vPebzm0ARBjYtEN2U0Wq7ltgVQZdEkjdyYM,13411
25611
- pulumi_azure_native/securityinsights/v20240101preview/incident.py,sha256=UqsiEbrjGsDKfOZUDAPBq5dgy4KBdqWsZzm8-gxFHpk,28771
25612
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py,sha256=POB9ZLNGOTY-dctR3heAO3q7rQbuY1C--QQTjoNHJEQ,13948
25613
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py,sha256=-FKwsImjs-Z6whG8hxRe5qeKlwuVaygn1EYoPA2ekfE,14361
25614
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py,sha256=rHhnPudDpmy991rTTb8YP3LakttCrkDJFaoC_dHFuIs,17069
25615
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py,sha256=7ELsmbrFy13HzvLZAIEggVAlxDf9Iiw0FVWetzC-ew8,15147
25708
+ pulumi_azure_native/securityinsights/v20240101preview/hunt.py,sha256=FC0JbgnMsgaJKyTufwEA2KEG01JlolPoZ0vUgy0wjZc,19527
25709
+ pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py,sha256=-DBa-wmMlCqYuyE5Au0yxPR8__ydLrqXnUR7gs5M-68,10876
25710
+ pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py,sha256=nZ2UOiGMlwgUdoB2irBoNTNTrzrw_YbopAvFtKE8ACA,13494
25711
+ pulumi_azure_native/securityinsights/v20240101preview/incident.py,sha256=pLUTcV1zu69xHOjDS7hqPdff2aoo8ErE05I4CroKvGY,28850
25712
+ pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py,sha256=uviClcdFohCWlLvb8dmtg_WRldiq5YALQi642VhdKQ0,14034
25713
+ pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py,sha256=d82oOuUT0jj_98oeFOUPVTUo4WCamsmTlKOFjVCYuvA,14448
25714
+ pulumi_azure_native/securityinsights/v20240101preview/incident_task.py,sha256=e2jXc6eavFBU9DgRakcbf6bqp3xGbuz863Uhjvh1oXc,17152
25715
+ pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py,sha256=_-fqPQfN8PL5pn8aR9EqqaU3OW29v8LfCG3mXJ23qUY,15234
25616
25716
  pulumi_azure_native/securityinsights/v20240101preview/list_geodata_by_ip.py,sha256=W_XgxppAtEKrfPzFk37YfBDgNfuxZHLFHyMgbChlEq8,13730
25617
25717
  pulumi_azure_native/securityinsights/v20240101preview/list_source_control_repositories.py,sha256=sA75PXJ0lpwwJKrXX2mzXof26b7X-EFChpqDz5kcxoU,6648
25618
25718
  pulumi_azure_native/securityinsights/v20240101preview/list_whois_by_domain.py,sha256=6WtdbLREShjF5HFMcjNC9s4pIA4gkMlEJjnqldBpEaY,6747
25619
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py,sha256=23k5OXtP-EXVLRb8fYR3bLoKmAGLsUhGcfSAeM2w7AU,15296
25620
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py,sha256=ooySRHTxxdTcWvhzwzHW981tRc0e7fIAdCsKl4VfGlo,15472
25621
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py,sha256=3lcmIyOO9k--DMa-5kOZYqfYnC1RoHgKvQvC0blN7Xo,39060
25622
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py,sha256=2pEgKYproDb6phAHoEoKobdLxSEJD_5y1-S2hDaqjPE,17380
25623
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py,sha256=HBbSuAgjDQ0gXO3wQDMLg4CV56b12MMgo9wZ_HtqLvo,25823
25624
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py,sha256=dewZo3OwmCYiPZwPCIXYc9GVv2pEw5r09Htj__eyEg0,17760
25625
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py,sha256=JfUHhin--TWlROMhcmuinUej5lz2mByaxD0krR6WK1E,15296
25626
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py,sha256=IK59fqENqmrXSgx1rJYtyktlo0YXlOZ2ZyjBTwelAlc,16903
25627
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py,sha256=guybOtL2ih_1a2g1ZxweVNL0EcgbQZsBFY0KZ-6mQ5A,39204
25628
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py,sha256=TiEskhgykbrdPAwn_bE7BSFF_l3eIWuxQ_vgkF-AR4k,15920
25629
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py,sha256=B99Ng5z_P_FWSX902gVSsbqqx0dTTNHP4LwLlFmKlx8,15476
25630
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py,sha256=Mg2r6r9CPYKjg4PcHH69mDAfO9My-j47WNmxKqb4U5c,15266
25631
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py,sha256=egTb6J4N13uYIP_IbiaQFXobE43qyFS3Lz6hVGUnMgE,15468
25632
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py,sha256=YgS9hpM-smDWfnrxhU0dmRDl5qUjxTjfnaqHatHEz_A,15716
25719
+ pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py,sha256=ndyk6IUoQBFRq1fO6mHxVcTwr2SqFSxnzNFPA-xJgWQ,15384
25720
+ pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py,sha256=-0IBpezwKaqPrbXr0_hfxyrwQWzOMZg8fBEjC8iGD00,15561
25721
+ pulumi_azure_native/securityinsights/v20240101preview/metadata.py,sha256=S8rGjmm-Q3HhurAPDKO_QJ8kLMWG68GNc7dBGo3xB6k,39139
25722
+ pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py,sha256=6nzyh6r6uAWXQl3XQJD7A8rlG5cFGH_XFeOqJacdJdM,17501
25723
+ pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py,sha256=DJ0YGp6_CJTKeYF3Sfwcn-pZkV4n2MIZWVql9NHDB4M,25936
25724
+ pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py,sha256=L2wxSpNowC-gWZ3PCrR8nwEeyK0t0qhBYC8ANHZIArc,17859
25725
+ pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py,sha256=Jnr4q7B9Mk31TN9tRTNeiuY2A7d80GNIoWlRRN4WP4Q,15384
25726
+ pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py,sha256=aEqKQw2A1jbFX4kTr4hqsNZ5-kl850gfA2nJvVwyeDI,16990
25727
+ pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py,sha256=YETtps1T-YOieoV2aWTkrMWN3CGmkyZFnGiDELfXUjg,39287
25728
+ pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py,sha256=gssD39gSiTSXCNgZF4trCQVKrcOkemfjYQ6hDKJScC0,16020
25729
+ pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py,sha256=0pttNT3T0gYBiJ8Ld-Utceksf4UfdTYtpNwDaHANTTc,15569
25730
+ pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py,sha256=ZAVd28cZTm8qecMzl5Mu9bWXQga6iPSXAmLIkGJykJo,15356
25731
+ pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py,sha256=rtey5BbWuT21AjYG5sp3R1H9QJEVmUPQqPqQ33tU-ec,15561
25732
+ pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py,sha256=BRfjNrFySNB4fUojeqHU5GeLl6mMkegNuiwenUYwIi0,15813
25633
25733
  pulumi_azure_native/securityinsights/v20240101preview/outputs.py,sha256=6p2CLzStsjvDhoTtOeoFKpTh6u6egvVy_NSUscjB-h0,360614
25634
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py,sha256=4tq712J3S7z6owlsfGMYv-uOzfbb5rLwWy_j_a_PsyA,28023
25635
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py,sha256=0jb97c5-EelVzeS2WTiff0hH7k3sb9t6KyQCUcjpzgU,45188
25636
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py,sha256=lhCyOfjsqu2k9XzHyCO4888Fxixobm_76cKPTvogi58,12941
25637
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py,sha256=s3EsL5mg_Ngn88mkYv6lRBgUUp7cKFEs0oZQor5UJjo,17698
25638
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py,sha256=6Ak-RZ78qLFMv_SYilJVcCWNJpbGACPBNKP87X0xK5E,40533
25639
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py,sha256=rbBRp9vzcXGgXlABXRCya8JAWka1JiIvjvgA22quILQ,16464
25640
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py,sha256=8iaGbLF2rtQmHrSxr0bftcYetxPcB4LbXGohKkOr76M,25390
25641
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py,sha256=7XnU1o5WeDsdiQYzijfvY0WHuTCFcYTgiFyFuQUan04,12730
25642
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py,sha256=spycmZpwb8GvoEp-WJk_xYIwlmMlgg3s29WOsQrH66Y,37547
25643
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py,sha256=SrVLMElhN-x2Z9h6SdWAbHOj9J6aAsYz7V5kQJWubdw,23448
25644
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py,sha256=ar4i7uL8ri7AGerVnKr11xJ0RUMAEY5xHZG6er1T0j4,13621
25645
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py,sha256=su4Cf3QS3SlJGIT2UM0O-7rMYapW8yLl0QbQINMr4w0,10992
25646
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py,sha256=DZszew6U8J02XTUHguc6DHpKO7zrVWewe1YV55uLzB0,13530
25647
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py,sha256=ASE0f1zsEuvUqGnqetAt3HdTZuQAzIhhYIh0h06UBRk,12969
25734
+ pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py,sha256=Jn1d0IxOqQxc9w89I3IGvmAIhb2eiYzOLxCiRwLidfA,28120
25735
+ pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py,sha256=nTq5qKVxZPJORELvjELJdwdBA9WBaGKU07iV3x4DQAM,45277
25736
+ pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py,sha256=p5Ji4IasZxGKEFsFUV2kaOYyEGoutj99BQHWqtaeOIg,13035
25737
+ pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py,sha256=fDgfaz7G-gMeAna4Xjv-HmuXpAl63VMjblsIYPzYjZ0,17796
25738
+ pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py,sha256=WiUJFLKbXKyKWcm8WOft-f5aSkWyuhHhsz9KRiHq96c,40631
25739
+ pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py,sha256=atN9fKX1S6_0Wf1YYgZ6-_V2VtEux9mbGXbfwz9arEE,16550
25740
+ pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py,sha256=Jwvabsdgr583kxb0BHLfeY4LfFMVXfd2iKGuw0pF-cM,25481
25741
+ pulumi_azure_native/securityinsights/v20240101preview/ueba.py,sha256=RagJzSdUgyWbxMTiQoFA8DUZHuVYgURJ6ccybFmYWxs,12805
25742
+ pulumi_azure_native/securityinsights/v20240101preview/watchlist.py,sha256=Zsegfcx1QgkNKUQW0MVTMzD6yKxkFVeBlkvLQb5vZtk,37627
25743
+ pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py,sha256=-p3xdrdk_S7vhm741MFHdwPTFXWmSDhM5QYKH80tpL0,23532
25744
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py,sha256=VQhHRap2CHrs5EDW363Cf1_qnPVu4cVXkeqCl0trLWs,13718
25745
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py,sha256=r3l-0tfmpPj9l7F6rziqiuYvWMVJqaLVMmi0d_VHd4s,11092
25746
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py,sha256=skzcV1xoyPK7BEb4MMLayKLazLocYJwaMG0TIpzq9yM,13622
25747
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py,sha256=RlujGdKskDMDw4p194MyJWLU5CgTJOIJGSiFcjY5H6Q,13062
25648
25748
  pulumi_azure_native/securityinsights/v20240301/__init__.py,sha256=gLUGuUsEVGwIgQpHgz7nhhj8FVau7ZrId2DjbkHjZe0,2269
25649
25749
  pulumi_azure_native/securityinsights/v20240301/_enums.py,sha256=m84ItGereTi39Tb2Klxt_iQAACx0oRGB8MOwRyZPE9Q,22023
25650
25750
  pulumi_azure_native/securityinsights/v20240301/_inputs.py,sha256=HpQexmeh1xcIrbUxzj4a_BH6hC5aeFYo4rWUNSA_Nzc,134862
25651
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py,sha256=zlkDEJOf5EP4-GajVeIFogKnzcpV656CaNgiHIymoIA,15155
25652
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py,sha256=NdGdZEOP4H0drAejD7toqq8mCFqJxU6baZTvbPiP6SE,15282
25653
- pulumi_azure_native/securityinsights/v20240301/action.py,sha256=HzBlP7uS1X141tNwv8TGYrq4_X9fk7jbs0zV6aN2LVY,14318
25654
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py,sha256=fb0s5QCCWQ5wZfB3BTJocOTTvIZtB2wgxH5qulWSu1Q,31939
25655
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py,sha256=-gADw_MKiOKG0nyarsN-M4LzGFJIt8aDT-LvOp_rQ64,15291
25656
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py,sha256=u0ARg0XQWcAg5Ku3zgb2jL0if2rJo6y0up4Jzb0JoD0,19274
25657
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py,sha256=Komh-piWPTXxQeVhyikKXMKbuErrwyYrHnMiVU8Poj4,15987
25658
- pulumi_azure_native/securityinsights/v20240301/bookmark.py,sha256=D27dMb_wb7biR0C5oR2meuSCz_Iu_R1LD9enbkOsVZQ,25864
25659
- pulumi_azure_native/securityinsights/v20240301/content_package.py,sha256=Ca8TLKQjRTPmDjluXdyoZNGiLLJFEGQLh6hK4bImz9c,39587
25660
- pulumi_azure_native/securityinsights/v20240301/content_template.py,sha256=dnAp0ImgMZcYqm4xfwVRpgt1DtZd5FLEgb9bXEOUdw0,47462
25661
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py,sha256=JHD-V3uQV824jduyYoB_TTOjAyeouQyzv8aoqDxcmk0,16643
25751
+ pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py,sha256=M72RMSOCFfw5CXr4595l8jnJ1uDNLsv152ZepUIoN3E,15242
25752
+ pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py,sha256=ZfyG39lQhEAOFPK3Ljn1OzfnPIIgDsCtnTI5jIj9E28,15370
25753
+ pulumi_azure_native/securityinsights/v20240301/action.py,sha256=IzJAIx7YReVBq3uR2ZfO-58WvQnpjntZ-xrK5HCrKSA,14395
25754
+ pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py,sha256=GYgoRJ_OXkVTpm8TtxiyauxFBrVyEzs_FCDXaHJ53rA,32044
25755
+ pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py,sha256=mxJ6EL2gcjIUJecXQHjs39kb5_6Ao8x0cXO5Aijj-zE,15378
25756
+ pulumi_azure_native/securityinsights/v20240301/automation_rule.py,sha256=Gy1eUtz1ofNLb6RxpAWRdcvdg4xdmUUtlw0niYYX9WE,19359
25757
+ pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py,sha256=BinZK285fvm4zBRtxdh17km96PDVdkMTURu2hYaUIWU,16084
25758
+ pulumi_azure_native/securityinsights/v20240301/bookmark.py,sha256=W8chgMVZz8aYwes3ML4YQvCnaw8T6US0bRIYspsWHEY,25943
25759
+ pulumi_azure_native/securityinsights/v20240301/content_package.py,sha256=OhQ7mGq4txfaTuRJB7HwBodPQYcdtSm32os-yvLaGoM,39672
25760
+ pulumi_azure_native/securityinsights/v20240301/content_template.py,sha256=UQ-Sr_Zfa4A8nR5wnAB--Ljke01iNwZOIO9aFFdUDQw,47548
25761
+ pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py,sha256=TFFKiviaAwFglQXHTl268RXw4c1Dx02g9XSbdI8vQpY,16729
25662
25762
  pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py,sha256=fds1AGJqCGRBB8DVvHcw8E7PdWQJzF4Klsy2AnmjbjI,7596
25663
25763
  pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py,sha256=4n7LKz-0yNANW_0PdLMHNNDiLEid6HAznDPxnzBzGNg,7640
25664
25764
  pulumi_azure_native/securityinsights/v20240301/get_action.py,sha256=acfhvDNrkDjrbUvtLyB26uDAqnR5G6m0pRdJv0lPeDk,7221
@@ -25685,50 +25785,50 @@ pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator
25685
25785
  pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py,sha256=TXO1wdohlM6S9VlAqPmJAJh9FmTBKHCrEBRJMZxjTTU,8270
25686
25786
  pulumi_azure_native/securityinsights/v20240301/get_watchlist.py,sha256=2Q21_cEpdn90RGZCNV2bTWtQYgh-Nr-0ezsey0kPyto,18126
25687
25787
  pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py,sha256=n3aEtFtqX6kjzLA5E6xqNf-yDAd8yyE4V5_4DQOF3FU,12269
25688
- pulumi_azure_native/securityinsights/v20240301/incident.py,sha256=0o66WZ-Oae09RDu2il2Ki6J3pfH6-Uy15Lk534_A-T4,28343
25689
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py,sha256=0Kd9wI5rl-wkx_UkbHdRBixmG2aNhLOXKDQRRadMlCI,13948
25690
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py,sha256=2pVn2k-MpeI2tWFxhKGqSUGewp1Ip_ML7m7ZdW834Gw,14361
25691
- pulumi_azure_native/securityinsights/v20240301/incident_task.py,sha256=uFCnXzUKibHK8HU8RpssyCsUTChQfwoABmt4OEO5lG8,17279
25788
+ pulumi_azure_native/securityinsights/v20240301/incident.py,sha256=qXGqxFV2KWNNgosYUunSqHxyz4n7Y0RLHQgePYSfeRw,28422
25789
+ pulumi_azure_native/securityinsights/v20240301/incident_comment.py,sha256=ZWKyHGYpfYDlpFj7YmCwnXEmdvDoO0E7H_yYXMd70z0,14034
25790
+ pulumi_azure_native/securityinsights/v20240301/incident_relation.py,sha256=aSZqKF_AdTETJRpZrVh6OfWvzB4LVmjulcIhuyr83gI,14448
25791
+ pulumi_azure_native/securityinsights/v20240301/incident_task.py,sha256=CuQ30Qav_1mPeKuuIxB-68voEbT-8X45P-_-Pk4rOcM,17362
25692
25792
  pulumi_azure_native/securityinsights/v20240301/list_source_control_repositories.py,sha256=J54KW0wE_8XjZlepESjYegcYpy-m6e8ynVezU4Jz8hk,6634
25693
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py,sha256=tL2EOyCsvhlNAS5jzRUaI4jC2HksiL9CwcLEcI-pqaE,15217
25694
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py,sha256=ZOPG4X7CS4Vki5oZurZ9JCNggf9LuO9AcZgVA7oQm2I,15433
25695
- pulumi_azure_native/securityinsights/v20240301/metadata.py,sha256=UqT5VrYvFpP9cqykuOU_rKcWDJyQwJkfm9vzExdXwHM,39060
25696
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py,sha256=zcCHvMsWxdIszGhTsyzI1pXczhkmWdUFTHBkjQ6emFs,25823
25697
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py,sha256=NTz1mmKyWLoDBDy4ElSaQxpEgTB0Z-nUUdjIx-mK6vM,15187
25793
+ pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py,sha256=15NnRKeEgQFJgFDjrz20v-jPn3niK50jixnLtVFWRyI,15305
25794
+ pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py,sha256=yaQsU51jl1EMadTp43nBTDu7eUSAtGfrrd4PGIVfXpE,15522
25795
+ pulumi_azure_native/securityinsights/v20240301/metadata.py,sha256=eVOKl3VWHio7lNNuyC493pmg7gtsYIoZ5pDiY5uoXDE,39139
25796
+ pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py,sha256=VTfTbCd0qO--XcQ9VU61f8m1G4RoLSjaZ4eSXBdH0lA,25936
25797
+ pulumi_azure_native/securityinsights/v20240301/office_data_connector.py,sha256=8yE_qRK2zTh_NwGBlhKXvh7peN67Qmo9OvWdi3V8kuI,15277
25698
25798
  pulumi_azure_native/securityinsights/v20240301/outputs.py,sha256=Nf2kER6iKSsQaUgA0jW9jjLVCJVNxg1XNQGULPzLN_8,119695
25699
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py,sha256=lA-6sZueCEocLmIKsTg_7afUtGQbazb9AUw3n_Xpw5o,41754
25700
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py,sha256=W-p-cRJyQNuJoInK9kNFImMWir7Eu3nd0emR1YnEVzk,12941
25701
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py,sha256=HmWOQlW4792rtdPidQGC3yuy4iFlyQO3iufWd1s5PeE,40533
25702
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py,sha256=4jTL5nGriPQnuTBlNnKjBEip00tUDV8TIktiX0jakJ0,16385
25703
- pulumi_azure_native/securityinsights/v20240301/watchlist.py,sha256=WESRPhYWcIW_YgFaI6-R53RIWxaSOxEeQNCqmq06f8Y,36430
25704
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py,sha256=HlPXkx_e2G0VxOs-A_OwBfXG-pVpAgZrcBrXCWQRm50,23460
25799
+ pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py,sha256=dh1fZDW3cuvmx-Qo-LnSZlMssf6Wco6ttWGATVfaLxc,41843
25800
+ pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py,sha256=ps3QMtT1D13vE0zq6HBlxC6fiTM9ULajjAxfwnYkjFM,13035
25801
+ pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py,sha256=d-dXi1u5eFvrYEnoBqnszzMzgL5JMkuP8rtvckZz8v8,40631
25802
+ pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py,sha256=QRHS0WwM1nKw1DPtwSXaVAkq9mqnyzuzV0gPG_oDLxA,16471
25803
+ pulumi_azure_native/securityinsights/v20240301/watchlist.py,sha256=8yiLFmQx14y7QDwP2xaZnG1rOWg0Zz5RAvL6H6GZDyU,36510
25804
+ pulumi_azure_native/securityinsights/v20240301/watchlist_item.py,sha256=uOC_vjAJCaApe_B2yMX7pYsRIu0N83wkG_1Mvk112n4,23544
25705
25805
  pulumi_azure_native/securityinsights/v20240401preview/__init__.py,sha256=b0fZjXVmb0PCOOT5-RiK5tr2oyCb2187NBS6_2Yfv54,5250
25706
25806
  pulumi_azure_native/securityinsights/v20240401preview/_enums.py,sha256=1eARuvqybfm6UirACbfK0n9uLkfmkx31CIWRwLWZVl8,34454
25707
25807
  pulumi_azure_native/securityinsights/v20240401preview/_inputs.py,sha256=1UNMy5hJEwxgwWRxtlNV6UU06DXB9DusEzyaAka5ad8,426792
25708
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py,sha256=QA9kdfldKQ0KNq_WKWCTxSKNjL7zhNDtbVLrWQMxPwI,15238
25709
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py,sha256=EH4OwtzspJd4pQ_wSK2x2UKtCzKWyijUWzKxm5QSBag,15321
25710
- pulumi_azure_native/securityinsights/v20240401preview/action.py,sha256=sTVB32Q34rHFIiZUJsMfDrFkWyN8G1UesTeY8_UwR68,14325
25711
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py,sha256=8f8P0CrzwMS2Wp0nUi9Zf6Ecy8tgxisEceAwT8Ob6EA,25191
25712
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py,sha256=E7wpz2RfwF77CcW1OFOB-Z6ny7qogGxlg6AnKHgHa7E,11702
25713
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py,sha256=z7CemhbVfcAkyeeWkdx1j5JBN0D4XCDo5eTXjrIsG3g,31939
25714
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py,sha256=JZS8DCUFtlQwBtinhAsSXS7xXY3si8xdB829k3z3zLg,15291
25715
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py,sha256=9vB2DI5-z-cVTJGhc981X4ejflxMQq7WrfEiWTw3h8Y,19274
25716
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py,sha256=GClPdy9lX_a5KOQK6lEw8jK3G9udstBzIVk7AG9zVuU,16027
25717
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py,sha256=ofNuVns2ObpWJpqFncVPbfs2M0xBgzHM7nEnyQeNx-k,17982
25718
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py,sha256=o8myrjkri42pvReOq2XhXPCC3Osatb28H5RtH5iFfXU,30304
25719
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py,sha256=k5G58bKSGtscgWsnaXMmZFZs1tkczucjNKd266pMwU8,13634
25720
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py,sha256=RZwPwhqTrRO5CFsGeiE4gMvKPYtFtNavDOCZ0y8PN5I,11705
25721
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py,sha256=FP6sU5XaoA-ODEznBcPXJHXQYqgQDpvmdU4Pv8Amebs,16681
25722
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py,sha256=QACAcq302a0zeDLQ8Ig41zOHsokz8YgO4imcuYpyme8,14468
25723
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py,sha256=E5ax2LltP0O1RypthyhxqxC4VX_36mroTYYkqkrA654,39587
25724
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py,sha256=6y3AY3UpymHKEyiofXoPyY6tbYlSG9saV6h729GkHkA,47462
25725
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py,sha256=lGatnuSJwtYMtMTqBrkdI9fXZn8zhpgOCYOU-voaqHE,17272
25726
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py,sha256=0XLdLgfp4wFtA40ho_jsW8UW_s629fdvvLm2LAWyrR8,15598
25727
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py,sha256=cv5H32m2tIC7bAZc3ti7Yr_XuIXRmMA57cw6ob-yRtQ,13341
25728
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py,sha256=givtHuXwkp_Xv4DDgEaZsf9NERxyx3a7lilCgWaJ-sk,11555
25729
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py,sha256=-jlgJ2F6tj9BPQAqT_gCZiWenIGD1W4jDzLUjF2R_ds,17974
25730
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py,sha256=WzT4E1VnK7Cf0LUcHLITOKVA3jw633fuWVEngrlQhvc,21043
25731
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py,sha256=LNsOCZdAhkx0EJYG8U_a5uESA7pvjHUSgV0v0DfnM_Q,18041
25808
+ pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py,sha256=sMA3Oc-WgaGzosNpkVniuhDdGid4bzbQ0KKgelmVMXY,15325
25809
+ pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py,sha256=dLXCb1MwQf_tSOmb6cM0u3k2pQd_ViSIViynb0pJh8s,15409
25810
+ pulumi_azure_native/securityinsights/v20240401preview/action.py,sha256=JM6Ik5kl35AkT2z0Z9KVD1YMy60xTLO685whA7jrEmU,14402
25811
+ pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py,sha256=oCKkOSSeHZPz5JWzmN2HJf3sX6N1PtCfmOyiNh-VAZ0,25287
25812
+ pulumi_azure_native/securityinsights/v20240401preview/anomalies.py,sha256=zgihJnhOB5VxtT3H5YnXYnxmGHdwcC7W9o1VfVDu9XA,11782
25813
+ pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py,sha256=8ft7ZbFWYCJI-RORWeZlmd-HRZewXkLBnX1wRUGzBIE,32044
25814
+ pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py,sha256=HEa2NTV4vKVe-OEuAUyQyniRydBimWw_i340pzjZVTg,15378
25815
+ pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py,sha256=qxiZv22Mfk6OLYAx91oWHw87rk0IUL9W5ISse9T4MZo,19359
25816
+ pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py,sha256=FyMhH4hpuyJls-uS1RVnL_zTDOTzBzW-0v1ML9Wc3Xk,16124
25817
+ pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py,sha256=0U0d-LakQ1d6R-71BHffg4L-_CwIq-sBwneaZQ-qvFs,18071
25818
+ pulumi_azure_native/securityinsights/v20240401preview/bookmark.py,sha256=LoF6OSjCgkgnN6jEuA7xJnMN0RqtgmKv_Go8JMKTkqQ,30383
25819
+ pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py,sha256=NHPlYM-0ah_KKMhx28J2uJYJVS2GGuxDd3JkvuDVWCg,13721
25820
+ pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py,sha256=QH7dRS8wtX4pQhR18j4c_Ub7wah96WCwNd-z6L11ZxY,11800
25821
+ pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py,sha256=OJN5I9VkdxMfea9RTLeJZAtsRH5eDICOOOYyxjAQdvg,16783
25822
+ pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py,sha256=xs-sMvBjnCF5abH5ygdgYAKyk5O1s0gpMzPIQPTp6A0,14562
25823
+ pulumi_azure_native/securityinsights/v20240401preview/content_package.py,sha256=pe4UkWMZxjVFKZL7-JsxvY-ZNTSpNBFIdthT0zIDbP4,39672
25824
+ pulumi_azure_native/securityinsights/v20240401preview/content_template.py,sha256=zJPaZew_Giyj4vB3wGGsxAXUKNBzA_VuKIgpqZRHRhI,47548
25825
+ pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py,sha256=3v9m9V4QeJB5llTdYB1hP_KdlQzpBEHrWjELw_qLB5g,17374
25826
+ pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py,sha256=sy_2z_rrCkurgIB5KiRDwyy8bLzgD6qWeWsH1603-28,15693
25827
+ pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py,sha256=fQxOoOR6FB19X9LjwPdkMMCNT5z7YcVSgo7k1h8E4J8,13427
25828
+ pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py,sha256=GB5jpUsKrSGfThgY-pVFIEeGOHMisvz1Nb8XcaK3Eqk,11632
25829
+ pulumi_azure_native/securityinsights/v20240401preview/file_import.py,sha256=D80qDrk3ILIjQIvP6av1TNnRt0kiXfV_3w4Js6vW8Zo,18055
25830
+ pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py,sha256=vM3NibIGxpsvZQvKCgF0yFrZJzhkWnN1KqCmtK-JF0g,21129
25831
+ pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py,sha256=iPPzN0u3zDvg3GgPBc_9CNjmzQy7BSepalro0DIoyNw,18128
25732
25832
  pulumi_azure_native/securityinsights/v20240401preview/get_aad_data_connector.py,sha256=oI-PzcIaNtAWlNArILLDHN7JlBwpv9WbVJolMglzpSs,7622
25733
25833
  pulumi_azure_native/securityinsights/v20240401preview/get_aatp_data_connector.py,sha256=GBmQdN8DNAZDE6UWq3TSBGbzUJG2uw3V4X-0mm8yk_Q,7644
25734
25834
  pulumi_azure_native/securityinsights/v20240401preview/get_action.py,sha256=-Nyh15cVI2dWG_J2XtW7tkGFSSMg5iUNyrBoo8cmyxk,7244
@@ -25792,63 +25892,63 @@ pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_assi
25792
25892
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_configuration.py,sha256=m16OQl31q4Pn_rzcUf-anGe6uEQAKhjDxi09e0RIdxs,6918
25793
25893
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_group.py,sha256=9Bdfs5T-SZ84EGarl3AZ22DjM2mXZShrzvfNKbxSK3I,8089
25794
25894
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_member.py,sha256=8Eb6BpUsa8AEgpQj2eXdxlh65b0vJSaL3VqO_FIvTnc,7926
25795
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py,sha256=XvNsJ1-e_tqeECFQVy1E9NFK48vXbJrlKFyybGctNAQ,19452
25796
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py,sha256=0ZiC98K0pILcxhTS2EHzZfMIT3jCqMp38K0-tHTE_pI,10794
25797
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py,sha256=FcptUPM7zrnVER49h8VHUjWVfSUtIBtywajpmvQeU4s,13411
25798
- pulumi_azure_native/securityinsights/v20240401preview/incident.py,sha256=ILnQVSbmFtbtJbmx1yUWQN0pPFF9NOCmWuWIINvZwFM,28771
25799
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py,sha256=TTZjBNVlYpc0J6J-1urP0CzY0rGQEMfYES-ayVaX6yU,13948
25800
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py,sha256=hP3c-WChPbtaLeHHEyY14zmiLAwZoZD3WFx06grDAkA,14361
25801
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py,sha256=Lrpm0SeIROM6B9gwDwIeSg7zHdw27QOHkdR4_vIMUDY,17069
25802
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py,sha256=pPI8rr7IQr_YkzeJNayI9OB-7vwOJgAf47F85MgCDaw,15147
25895
+ pulumi_azure_native/securityinsights/v20240401preview/hunt.py,sha256=kFxNi_JnpROh5-QiH1B2YSw3Za_poejBv3zQGQRFlsQ,19527
25896
+ pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py,sha256=6_16VQkBnvZMxFMhanSga-JfAHWjY-5Rv3bbOwF2XrE,10876
25897
+ pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py,sha256=sw88wirBcwV97gPc6EIP1pMGzlK8yYT0euIfVusToRY,13494
25898
+ pulumi_azure_native/securityinsights/v20240401preview/incident.py,sha256=pm75zpYU-0W1rA9jc1XAtQXq83mgJPmOckWSiVQVZLc,28850
25899
+ pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py,sha256=NAriwYKdiUfjhS-KjShPtgu2hBVVqqDA_zmd4qYI5_o,14034
25900
+ pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py,sha256=-vW5cJevTlgT9oj9bBGdj-M-gXi660KrsxVoR6nY_5c,14448
25901
+ pulumi_azure_native/securityinsights/v20240401preview/incident_task.py,sha256=lTQg-Z2IiAEVAL5J8znFvMfYVpodA269RpZjlRfymXQ,17152
25902
+ pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py,sha256=NJ9wAkHjG2DGjp3XGN1TIqECrql_f61xqezRYQNLxno,15234
25803
25903
  pulumi_azure_native/securityinsights/v20240401preview/list_geodata_by_ip.py,sha256=i8NpSyfisvSmIfZ6YoHWAeBMq0John7WT_OmbGkTZYE,13730
25804
25904
  pulumi_azure_native/securityinsights/v20240401preview/list_source_control_repositories.py,sha256=S0sekWChEWtT_QeNE_-RLIze_93hcWI7VBi7H3GmGLw,6648
25805
25905
  pulumi_azure_native/securityinsights/v20240401preview/list_system_actions.py,sha256=X8SNonMs_VfxNm8hhh6aZFcZ6p2_EJtvYt82p5cml9g,4729
25806
25906
  pulumi_azure_native/securityinsights/v20240401preview/list_whois_by_domain.py,sha256=EKoI4VAc_4eCmPvPH7ZbocBUt3HV80GYV2exdt3DHc0,6747
25807
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py,sha256=JvyHrlTqlZTDMfo1BsgNRKXMJzQArvKzpT5uNIT1p94,15296
25808
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py,sha256=C6blwxkMp-w4qpQGoDJE0WVcLTM5Ywk9NvgQ9CtvrpY,15472
25809
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py,sha256=828WhLIYtHMSG4_imN5iCGoD2l5xgzDQ2JMTnbVqFlE,39060
25810
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py,sha256=yn5R2aMjEs0R4okH_01QUGXB8FR7OCwwPguK0Z-ahjs,17380
25811
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py,sha256=u7gtt0UR1MmvDHlu1T1AjlgEPHyvvTGT3avSL5ay0W0,25823
25812
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py,sha256=7yq7wSiZxvggJfHVj3tFDNt-i2j5UFGLAAlRfWe03Eg,17760
25813
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py,sha256=zHBIIQ2IwnoR2dTfYcOWTPeX5s7BweOshBGE6cnpaUg,15296
25814
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py,sha256=n0AKgfv0cN_hRotnFCnbcoBX7MwwxZs6keeRLCs8Mbw,16903
25815
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py,sha256=8GdgTOzI1fPY5HREJCkCLf_ruz44QHN97Vqkw4WjIEQ,39204
25816
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py,sha256=nzEZkPP4QOEHlP7LZGJadsi-jvs2jnJVLY7zj92Ka_A,15920
25817
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py,sha256=1YNl3jW23tbE8FCk_Z_5olwuswHnTvfLWt1l1j_ZKfM,15476
25818
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py,sha256=Wtt4BzuHIuiTJFLXfANSLE83pZk8q_ATLgj9lRpm96g,15266
25819
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py,sha256=g_si5CG5hmRT7qbquguARpCH4KXWKa3v5kpXdk0INC8,15468
25820
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py,sha256=qGhfbz1xSULWGOArMvMcbzBxv2skCx2UHGqFuPrIoUo,15716
25907
+ pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py,sha256=NhRzi9GS8zM9lb5BjWKrq9_Yl7Rt14RBi2w0_cwxZbQ,15384
25908
+ pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py,sha256=L0hDIOylXf0_nCghS8qrO8GGtDQQ6MFP09JTWf1cF0A,15561
25909
+ pulumi_azure_native/securityinsights/v20240401preview/metadata.py,sha256=bZrW840NCM2Fs2lH_dLkWxSNAk0vfDQ2ubqKfcDXCcY,39139
25910
+ pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py,sha256=4VxLUbo3ief-oMvMVhKHcso7XrEaBqlppiUj3_oMGt4,17501
25911
+ pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py,sha256=tzEr2hZ8jJiUnlnRHda02dh90OIPPwezwzPutj2hDt0,25936
25912
+ pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py,sha256=V_aaxwZAWpubQYrZctBa55hxaIXkM6N8rhO6jMinnJw,17859
25913
+ pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py,sha256=ZM2fC56V90iiAsSXpy67MlJgFfMUEiszpwcUo7P9lpA,15384
25914
+ pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py,sha256=z6u_1VbnH3NGmyqqpBvI_f6kUqV5qQ5OvruquhL0no0,16990
25915
+ pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py,sha256=QqkrW53Y71QgFK7H08cKhR9p1cuWBiBSQP3bkK8Aa0w,39287
25916
+ pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py,sha256=LgsAmoZvHd6L0RrfrqOIHs5JMdhUs1IpKMM8i1Sy-Cw,16020
25917
+ pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py,sha256=vhftpcyw_FGl6Iz2IuxS7slOOF-AJK-DB3glEzVf-H8,15569
25918
+ pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py,sha256=OjISZYO3yqTKdYr2DQF0FRV2kw0837vfOO9xixBYPYQ,15356
25919
+ pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py,sha256=SqSoA5Zoiyy3koOk5Nt6e2tSHLCk_g4FruNjN0RnTMQ,15561
25920
+ pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py,sha256=WXqtjgmoCE1ltHjbbuYadv3WK_fTfmV_FJEXM6PHy3c,15813
25821
25921
  pulumi_azure_native/securityinsights/v20240401preview/outputs.py,sha256=NKRbnTr8iyQREEcOFAYK40XhvPyUNKDmuPEycbYMmJg,386399
25822
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py,sha256=V6SHMqIpCEy1wlNqV8yIApsBP4HHOOc62JbTNp9VrzE,28023
25823
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py,sha256=jaNep3TiJn9ywQDTvAgG55CxXXUrOxPJK80f-OpnUyI,45188
25824
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py,sha256=x9XLWJZeurDfUEGq3yUOGGxcsojjMsQuu4y9YI6Gxcc,12941
25825
- pulumi_azure_native/securityinsights/v20240401preview/system.py,sha256=jlqRF8gYQqLB7JI5H-lRLng9HsvyqBIkvxNe1iQVbG4,13173
25826
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py,sha256=WFq04f327AP332F_ZYgapn2rgo7irV6Xb3oF6UiVfLE,17698
25827
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py,sha256=t7luxPAmSOfTjdS4ZvmRB3eNI4KQmDUQfgmBygTitE8,40533
25828
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py,sha256=LeTra6ckDeLoLscoUPwKSXs33-7PWXS1_jznRdC4pxU,16464
25829
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py,sha256=lncMlrTMsAJQdLwtTm7C_LyhGXdGm30br9JT8gWRagM,25390
25830
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py,sha256=WzDwKXF5uJduS-kkFFBdGpcwyIuMRQai8wOhMXEHB-k,12730
25831
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py,sha256=jiVTmCJGnAqZRdi7wAZpneu4IsTlyC6tDl1e26Hcw7k,37894
25832
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py,sha256=zh3rd4I3-JBX7NzQoGyT7bV0C3jSFlVlAOqa2AXrgTw,23448
25833
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py,sha256=6ammgo4sTlyWBfA6RBqZQezujbhv0tuU1eMbiAZZpzM,13621
25834
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py,sha256=F1A3GO05Z5ZfDGdq8UT8zGkVSWq_r79ZP2nWtf5LwsE,10992
25835
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py,sha256=VPb2bQedy8ja_BDJfbVbCc4XGOpQ9vpJvSIB29Lf4Jk,13530
25836
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py,sha256=54hZyyAG5CSmflkYDyXav3KIKzKj-F0Z6nSWwUkfUts,12969
25922
+ pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py,sha256=A5bWDpoaVutvEyUts84jul2Rx2yZCcieFOLJnKo0elY,28120
25923
+ pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py,sha256=8gFNHcHzxVhn20hZf9XKP77D0jxtJZbFNOk0deIAEGM,45277
25924
+ pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py,sha256=gsMHrCsRaRdu9T8ng54u6oHRZeYmPXIHEVyS3Fr265Y,13035
25925
+ pulumi_azure_native/securityinsights/v20240401preview/system.py,sha256=S1NEKMuVoBG3_dTebpK8wICeUOf6xSyojQqYRdzcNmo,13250
25926
+ pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py,sha256=NHkjkTmKspgCOuy-9S2FKjKtLTu-4GDJPnDXuqGEKoI,17796
25927
+ pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py,sha256=FCdFFT4ZgqsTY0huYQPWdQmq0T5_V8B3kKXw5NyLYwI,40631
25928
+ pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py,sha256=BOnrLLzExaAgVLeSmB7ViUm6VrHGS7mHGfmyAdvcSUM,16550
25929
+ pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py,sha256=20xWhkazGm6wR8E_K1d_X7q3bp4a6QEbnpQvCpHhXdI,25481
25930
+ pulumi_azure_native/securityinsights/v20240401preview/ueba.py,sha256=XvYEqMMKdRyBl0FrX0hqtv7ON1ae63I6Sjkh4ZA1iOc,12805
25931
+ pulumi_azure_native/securityinsights/v20240401preview/watchlist.py,sha256=3xPH2I5eWwbBOc69dMHryUVuuag0gWXdSPhWMqW_s_Q,37974
25932
+ pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py,sha256=M_PzgQex74jAeHnHPwYk9IJz_4fqYIRLl9QPmosWW28,23532
25933
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py,sha256=L7KKQDjBsJ-Jge0EFMwwL-EyuSWgOKv7vjQaD6Fegr0,13718
25934
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py,sha256=qCmLQwTyqNpUpUsJTQ1KywoeTw2QfSXw2OcvlFLGkGw,11092
25935
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py,sha256=cC2OckevEjvygm4ThWvmFQZIDhULgpzqSwjfkdw7bbU,13622
25936
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py,sha256=zynfPePXRcmpqhahXMsaxRJMmYwzROVKuYe0uBfTy4w,13062
25837
25937
  pulumi_azure_native/securityinsights/v20240901/__init__.py,sha256=1WgQHBjqU4ICsUNwBPGDeLfEDoy9hYeJtVcoTViCfjg,2677
25838
25938
  pulumi_azure_native/securityinsights/v20240901/_enums.py,sha256=RzTelJrdE-V7bKMjXtpzhl_LnUTSR6wd5-LVKkiowFY,23853
25839
25939
  pulumi_azure_native/securityinsights/v20240901/_inputs.py,sha256=RfWuZQVROm0uUJ7x4oZgTncb7OIPDFKhZpdIoqZCyQE,273156
25840
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py,sha256=_SLNr_mKkBLivyEFuM7bobML22nQWO6W8CWEA9zhD98,15155
25841
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py,sha256=GHMHrd5GaWfWLhFOiFGa5EC6nGQnxB06oJzYsZzk5ng,15282
25842
- pulumi_azure_native/securityinsights/v20240901/action.py,sha256=zP5ATdRuE6UhWeEtY0VJyxJzJCsuq8R8oITxT_pyJyo,14318
25843
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py,sha256=xoc3rVrMeWyZeCP75dEKrRNdpGzQouq1nex8rvVBYXQ,31939
25844
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py,sha256=VWP6dY7UK7FVxbxuv8VhSU25TUsK6jTw1I80p8RD1ko,15291
25845
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py,sha256=EO0pq9bqckEms6G3xS0udHoMRKo_UUUzJj6a4z8Gxd4,19274
25846
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py,sha256=lb_yvr93xOMzsK4pfig3N7JPRs6dGbMi1b7q3qfwyk8,15987
25847
- pulumi_azure_native/securityinsights/v20240901/bookmark.py,sha256=X_sl4YElsu2GDnOom7kJ4YaS6QPtc43fpTRx7OTnWBw,25864
25848
- pulumi_azure_native/securityinsights/v20240901/content_package.py,sha256=jtDPEzkZe9X3khUBuM1kYmrcNBLMyGDmLw_qPcpkfO4,39587
25849
- pulumi_azure_native/securityinsights/v20240901/content_template.py,sha256=TaPiLziIZnkjSLU-5_pZSRncHvxJDHlCb7E3DWwOBGI,47462
25850
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py,sha256=NCpeYxvgJFLU6avD-eRIvPQYQxBhUjOKuSGpvJXwGxc,17272
25851
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py,sha256=wBp98Ua3OQzqNit74meafY7bIz-J7JLmodkJaoQunwI,16643
25940
+ pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py,sha256=MK-1rQYCoqWC5RxNgE-BdxoMj_uyN_7IYW-rmwjovUk,15242
25941
+ pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py,sha256=SRnoWm7a-V1mIp3yn3PgVT8u163d_1Ipxfz-hgcfL4A,15370
25942
+ pulumi_azure_native/securityinsights/v20240901/action.py,sha256=69r73myaLDaE4i0Ul3fBfbyCbZB0pis2lpPCItagsqI,14395
25943
+ pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py,sha256=HnUu39Qw8Vph4vV8fwCXVadSpDw3arcAIhA-eTrHmm0,32044
25944
+ pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py,sha256=UJBEsu4sG8yCyTbTwIdGpvgc--KyvaB7OzubHTG5frc,15378
25945
+ pulumi_azure_native/securityinsights/v20240901/automation_rule.py,sha256=NZfXMu4QcfyP9uf5GFTTcWb1vVJj4TbCFk4MWSm9YPc,19359
25946
+ pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py,sha256=Cmbm16Vv9s0o6qdi-GS3ZH9Kw9hHqlUXhBod0XtiQYw,16084
25947
+ pulumi_azure_native/securityinsights/v20240901/bookmark.py,sha256=HZ8JE8NkfHLZpZP67RBobUAvLGSvCqweReloDr1YtOY,25943
25948
+ pulumi_azure_native/securityinsights/v20240901/content_package.py,sha256=AUjV4Bgab38R0skvWVHWT9FldSYY2PaDn1FuLXraFtI,39672
25949
+ pulumi_azure_native/securityinsights/v20240901/content_template.py,sha256=zlahJAr8cLGJpVFPem7sTYhmSd74QsuoEVejFePfRgI,47548
25950
+ pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py,sha256=CFsP5Jd5pyxz4AjGIjBvmZeRSqxrdm8a8sI8ZjaODZk,17374
25951
+ pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py,sha256=RqPtIFF6qpP-JCc5jj3F8yHuDtqDBgREJF5TxuMmMhc,16729
25852
25952
  pulumi_azure_native/securityinsights/v20240901/get_aad_data_connector.py,sha256=__6TPsKvAglmFkTPlXALAd9TffnXeIcaenIq6Nk7Bdc,7596
25853
25953
  pulumi_azure_native/securityinsights/v20240901/get_aatp_data_connector.py,sha256=AW-NCeBrT41TRiIK4Ok5TjRL4qHdCVQr5m_gdG8ujPE,7640
25854
25954
  pulumi_azure_native/securityinsights/v20240901/get_action.py,sha256=SmNUiKBC3w57CVW-AZkELPsPdMh-gwi6-eSxiY-Li1k,7223
@@ -25879,26 +25979,160 @@ pulumi_azure_native/securityinsights/v20240901/get_threat_intelligence_indicator
25879
25979
  pulumi_azure_native/securityinsights/v20240901/get_ti_data_connector.py,sha256=ph5jcKuW-rarThVluS52MqEd2r2vK85mTfo0nH9g-g8,8270
25880
25980
  pulumi_azure_native/securityinsights/v20240901/get_watchlist.py,sha256=6BmWvsQcxd98HqGxOP9rGad3J98zZ5ytnwkMFA9zDqM,19323
25881
25981
  pulumi_azure_native/securityinsights/v20240901/get_watchlist_item.py,sha256=MLbz7c3u36W_mzxNM0I67B5wiKJgEVrTnKnkEyt4tlY,12269
25882
- pulumi_azure_native/securityinsights/v20240901/incident.py,sha256=8QncRpQsYUrmzK-VVcthVg-aVZYfc9vl20HosDs5K5E,28343
25883
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py,sha256=i7JNWm_Yh0JwvFyNeK2ym5th_Ll4LWm3NW1QurFeRw4,13948
25884
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py,sha256=tYca_-oipDmjtQMB2pE_C1VuxlOJtMlUPhaAe4jOzcA,14361
25885
- pulumi_azure_native/securityinsights/v20240901/incident_task.py,sha256=Eu2T2Yzw-ypDnAGN__Wgs4LXhrnreAimRX6THHLDzmI,17279
25982
+ pulumi_azure_native/securityinsights/v20240901/incident.py,sha256=E0OeEVALNT_F_YwA_1krcU7v3Q1H-RNQoXuWT_aOK4s,28422
25983
+ pulumi_azure_native/securityinsights/v20240901/incident_comment.py,sha256=ReBFeApK5wXLWMbK1kYQzU5DPqLgaHQl5aGXuzq_vEU,14034
25984
+ pulumi_azure_native/securityinsights/v20240901/incident_relation.py,sha256=1-QJdQf2sASl7t16Hc_DFl_xUA2vkQq8S8hV3hCnvfo,14448
25985
+ pulumi_azure_native/securityinsights/v20240901/incident_task.py,sha256=7N6NXdfNwuWE3BsmA75iFerALl_DRE6505NikwwyX0c,17362
25886
25986
  pulumi_azure_native/securityinsights/v20240901/list_source_control_repositories.py,sha256=hi0S7BV0U_fy1WHXcqwecZoHPE3M418HLw6SZlryaPA,6634
25887
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py,sha256=1Y0tlgCLt9nI1fhUIyFkM4A9JC9CrPvb6Ml0Ou4W7KI,15217
25888
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py,sha256=_KJxOFjfovxz9yqK_awAjKTBAO9Azvs34BP6NrYulnw,15433
25889
- pulumi_azure_native/securityinsights/v20240901/metadata.py,sha256=SDXHT03ymNW1IDYP_MCP6cFy_ipq2SKvfpJndZKO9i8,39060
25890
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py,sha256=Xt89kFlG4IRAKz_EOTKHK6xQAQoGXs7NNp2B_bzFzew,25823
25891
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py,sha256=8CvfZpiSEtz8-YqhvdXJex5gdtbqxZ_Wtx3smm6-W60,15257
25892
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py,sha256=gdb2vid0Ajgsl8RUkWShJfAUaJq4Pu2agofwsUreZEY,15187
25987
+ pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py,sha256=84SZEvpVdcB1YxNDfjV45MIMoD8uE8qGPAynDkpX-Tw,15305
25988
+ pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py,sha256=0csPu-Ejgdxs265g9vYSuoMTtV_7FlkaNn87ZXb8yGw,15522
25989
+ pulumi_azure_native/securityinsights/v20240901/metadata.py,sha256=K4RtMJqhfL9J3TRvJTOpur7t6JImNH0dtGnLEq3VMP8,39139
25990
+ pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py,sha256=gxffCTOJpFIUBLwxxiyH_W3Eo1VJBNpZDMWQwE4PtMo,25936
25991
+ pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py,sha256=BPmZKtNiahZjBgNZX99l_CF1rF5XdHIjz87nyAyU9io,15345
25992
+ pulumi_azure_native/securityinsights/v20240901/office_data_connector.py,sha256=8XqZcK7zaqujJ8OffH57qKAsyZRlmPWzKOJxBu0bXKY,15277
25893
25993
  pulumi_azure_native/securityinsights/v20240901/outputs.py,sha256=l2wl8SAw0xCYcBIrn1gqmo6IuQ_o2SuswWqzs51V85E,222910
25894
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py,sha256=8Xq3jxFqJ4ZFT5_Gycd3W66DRWUdE5y3_-Qt2Cqaf3c,20191
25895
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py,sha256=Hw1jnurIjJu0-ThC6dy-jeSQ0nMnXlQS7-VkzRGcbB0,28023
25896
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py,sha256=Gs3-U8JApcbYOh5XbN0o5OdfM39mVB1hkA81YPqttMA,41754
25897
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py,sha256=JPvR1ZzfZC4Zvegg8cX1Rofbqea9hCKD2G4_5GomrdU,12941
25898
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py,sha256=fqyHka9XyEZnlx4YMiNSYyon9juKUMi5U502ZOGX7Qc,40533
25899
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py,sha256=xDZC4Iffincd3hrW19JzkBVpO5Y1Zp7j391GHB_Bzs8,16385
25900
- pulumi_azure_native/securityinsights/v20240901/watchlist.py,sha256=7eS6bsoKgLQOaqNXB7ADHSKbp8IfjJb_dIppHwyffsY,37854
25901
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py,sha256=0L2O_MOH093LW6xpDnrRY2tINnlfCf7bOtHTpB21gLw,23460
25994
+ pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py,sha256=pooYVMp3-6s0hIWGy_HVC4qy09KN7pTGrQE3KahCCFY,20307
25995
+ pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py,sha256=6RatxBKKbU9xV_QUSsmRDbNMTWDXBZXr5lGBl6E7fOU,28120
25996
+ pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py,sha256=PCFCO4wsjAMndEYU6V4u0CpSb1BYPPZd5uL7C_XZcek,41843
25997
+ pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py,sha256=_QrZMpA48ZtJNgjda1zBrRZgjtOt-bHggWCGH6HW5J8,13035
25998
+ pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py,sha256=tSjKDevN7L67AJQBc0lXSX85WFrQ52BO5oTEMFjWk6Y,40631
25999
+ pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py,sha256=RSja1ktmEZZsBLOvlsl39XO_8jmNATyEUegGASoh4wc,16471
26000
+ pulumi_azure_native/securityinsights/v20240901/watchlist.py,sha256=WatIWB3hfxn-RsilF_fYT0TEKhQiD98pQM6QPm4O_RQ,37934
26001
+ pulumi_azure_native/securityinsights/v20240901/watchlist_item.py,sha256=3_GzIJq9-2-QE_hAghct0zxRlbdpDqCSnuPpe41kSRQ,23544
26002
+ pulumi_azure_native/securityinsights/v20241001preview/__init__.py,sha256=vTdHbG_ureA2c_e8j9CGmLjF4NyFQl9sUOuaYohzr8Q,5342
26003
+ pulumi_azure_native/securityinsights/v20241001preview/_enums.py,sha256=Ix-ltReViBOAK9Mqp4NA7-NuR9u7OUObcM8B3uOr4go,34634
26004
+ pulumi_azure_native/securityinsights/v20241001preview/_inputs.py,sha256=3SQBbj8a8VA8cQjuO6xbASctIPBOCPXGe7bAdLV_Jmc,429403
26005
+ pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py,sha256=_dske6XIIrXq7AUhQZfYH7kq_iHWhqWZZvFJAx03GIM,15325
26006
+ pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py,sha256=wkTzF3UcRyaspr8OjFf-Owmae8jtZkHteBFFEa8s-Cg,15409
26007
+ pulumi_azure_native/securityinsights/v20241001preview/action.py,sha256=zOXg8kA4oU5U8csO8DrCwGWZ1GnJiZChgff3Wx0GeI4,14402
26008
+ pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py,sha256=u2s1FFZUZ2dsUy8zSXkF-RCtH93D3bbO881_RQSZmFM,25287
26009
+ pulumi_azure_native/securityinsights/v20241001preview/anomalies.py,sha256=uE0oV1efE6ZdnjmblsRZpQc4Pl81gyCKcQnyaSmwXng,11782
26010
+ pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py,sha256=KR9527KzO5Cx_AQLDmP4EO-1s9N3pgsqN0zbxJ17MAc,32044
26011
+ pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py,sha256=djdfyI6rz8ihrbxRisRMfuQtgcC1ggZE5jBUzYww69w,15378
26012
+ pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py,sha256=gzZ9ck7AFUgWYKPOalFXi3A4jVTY32GJguqMgN5vXf0,19359
26013
+ pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py,sha256=YVbkP0kBRRSWMsXhlJSmzZybFiIHYNNyyHvK7Z-D9uc,16124
26014
+ pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py,sha256=9BgeBNDQ6DgAxLm4bU8FzRqVd2DNINeCM2MeHS8aSAg,18071
26015
+ pulumi_azure_native/securityinsights/v20241001preview/bookmark.py,sha256=K-_MFjTV6q72OhxjqQPtaxX4OuDrvVTZ6CdrTUtMqZw,30383
26016
+ pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py,sha256=9VVGTNyD2otdMGudWThidwtwJhm25C_M3kRRjTdXHC8,13721
26017
+ pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py,sha256=Iiea-No0PsGm3g8W_5RB_bjflytsBD5sl69M6nTtSJ8,11800
26018
+ pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py,sha256=tDJhlxeVwyY00B9s4-05enBfO1kEievxCADsnc84x4g,16783
26019
+ pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py,sha256=VhMnCZTgWlh3Vub5nmhBG3wW_LDG3f3L6t19r6_1JFQ,14562
26020
+ pulumi_azure_native/securityinsights/v20241001preview/content_package.py,sha256=zJGP5hHGxvCAnNZygv817rgXUwFFULhPiCT7ACC_ZY0,39672
26021
+ pulumi_azure_native/securityinsights/v20241001preview/content_template.py,sha256=EvmOr4tQye4TQXTcAYG3u56JtN8sbbCLgWrEwvOBqhM,47548
26022
+ pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py,sha256=kkQ4VaaxcvawWf9JAub4_Np_9UragMOLSBm9MH-jIUM,17374
26023
+ pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py,sha256=lrQz0cI1p9By8NSUjc92Bs_BUQEw4VrsCXMgpOuOGb0,15693
26024
+ pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py,sha256=J-RriC74IfIAR8Jdi_XTO2TzUqMLqISDQEiVxklg8hc,13427
26025
+ pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py,sha256=FAi9041-Unde6hbN5sPq-Q2qp29QOP_1lfjWzc6oDvo,11632
26026
+ pulumi_azure_native/securityinsights/v20241001preview/file_import.py,sha256=kINtjdUuHCjtWL9mpPoLrvcWSUQM4HIYGGyTlf0Pxbw,18055
26027
+ pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py,sha256=FU0LRzYKxX1QTPzQfPyhBnfEHoaKrcilTyvE0EdrEXE,21129
26028
+ pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py,sha256=E9CE3OeODAUHA7yF4l9QD11cS31jaNsDTB3rrLiPZGA,18128
26029
+ pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py,sha256=rj54Ec7mOv2XqYgWzMuYKIpCE-nxhBsW3Z2DTWLcb-I,7622
26030
+ pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py,sha256=CHit4rhQhKOeUvRXvlDFUHAkGpd8bmIFQ9zqEjb-zK8,7644
26031
+ pulumi_azure_native/securityinsights/v20241001preview/get_action.py,sha256=dtRuIWOs9dYCuEbmLIkzgGMqnrIRbSSp2Uq9ei63C54,7244
26032
+ pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py,sha256=aNmY9fIabQvSltCIxJKz0pNYnDFOiF0lh9WOjvP7fvo,13637
26033
+ pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py,sha256=7C8CSDCJYdrGQdTKgG1xEz7cGeMWU07YYV8OnNJyuv4,6836
26034
+ pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py,sha256=ss5JWOEFaRlGf0ggLxP8WZcuaiRyCankyKPjAXfhPME,16445
26035
+ pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py,sha256=5jK63m5wOWlEQCbeVzIG-1TaN8M1N7_PBt8xY58bZNY,7704
26036
+ pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py,sha256=81VqFAPjQk8yY8t0O3behE8Ost-j8ayXO6W18z-QOXQ,10844
26037
+ pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py,sha256=n7zNA7mVYe2ywihblMx_xTNkZ7qId36safWamTXiJXo,7957
26038
+ pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py,sha256=yody-x3VGTgd_LUQXTJjMaEZSnpEqi3DfTXUQ3FlRBg,8843
26039
+ pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py,sha256=RD9GrzxmczH2a2plyJmdGkTH9xcnRLAr81QniIiX4ws,14725
26040
+ pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py,sha256=3vyLMqvD_kXK57uC4IE0m84jKF35DBpVhPfH756PigI,9049
26041
+ pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py,sha256=JSfs4pxmnlXMrghyqOoiwKfKIPZlYuKu2vp2kAPncDI,8594
26042
+ pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py,sha256=ZphfVRmWrSSF6cF9--3xmotJhShlIsG3gWQDrg5W4To,8234
26043
+ pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py,sha256=BUS66ZZ3BeKHntJoCYDbMCA2FL942BjiYYWWTIHpvhc,7330
26044
+ pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py,sha256=DLdN1B9Aq9yVMQ0-lOrIdvbTu9XkgDV1vTB-KR4H_0w,19973
26045
+ pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py,sha256=zSoXlzwusxnMAxjczT7rMqUIajrf4xz-LPYB-vi5Mck,24013
26046
+ pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py,sha256=wVcnmW34b6Rs0r4ef6OZBg7zF3WCnYbVIDF75jD6Yi0,9854
26047
+ pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py,sha256=smyMpjov041lotrCkSjl1iWO4OmB73qep5eIIzGcRjY,7760
26048
+ pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py,sha256=81yCxwOAuXUcl_ZOnlh6wWP4nNYnRcm2E1e87Y8ZUQw,6121
26049
+ pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py,sha256=9TXbaMxo7pmay34HaT5ggT71jJHZO90HcI7Fzuz3zy8,7097
26050
+ pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py,sha256=raBYWtTN6y7Lr5nHEqRKuvO2Mha3uDY0siDv7mjdqQo,6283
26051
+ pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py,sha256=-_g61UNFgjJQNpPAJV5VDeSbfBx9WFJfThfk5ZVb7hM,6771
26052
+ pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py,sha256=ZmZivG1oesb30VHAKFUouXFV7-JPbNphxGsXC8njp50,13829
26053
+ pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py,sha256=jLM04Hu-Mwuew-90rfoNOVx532egC1xUs9toiOn0W-g,13247
26054
+ pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py,sha256=9DSN6sRJgcsPIZst8rIhKBewCdS7A176u_-tMN0NvBw,8848
26055
+ pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py,sha256=cT7vlNHyZ5rBe8ELtJCfPy36acWL2Dm4br3XN5Dv710,10254
26056
+ pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py,sha256=hyKgZwm-Q4i8blPfoevoLtZERvJ9UxnpDl538q9_fYQ,6560
26057
+ pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py,sha256=MqgVP7HjXOJq6oxusk4IuVXjq7-HpXDHzmSmTnGy8N4,9347
26058
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident.py,sha256=DzDzrdnrjuN6GyD9BzebQeBDLKOuIBn0Sl0o5iovPrE,18391
26059
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py,sha256=t_iYrfRE8UFvg4LjMEl7atRmzmEDwmFm9dBZiKg-UKw,8577
26060
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py,sha256=RUCVJgN4YspjjwwGPROLSnFA2g7Ydsrlec1gU-36Nu4,9051
26061
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py,sha256=6xQoliB8atmdkc4dwzAp3qOerDmG5eFCCkAxVBTymaE,10180
26062
+ pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py,sha256=zOc6x3i-0lzNXdwUNXH4D46cpK0y6qPAfSqJhp8fgzs,7674
26063
+ pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py,sha256=3Azyg_ZNsBgtEOs-evR7bnEFnKandN0Dp2Gb-H0Cjdo,7623
26064
+ pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py,sha256=Rw3kg4m9ZoCcfHjLIvx1FWGq13XcpjvQR43Uv1yqBeY,7694
26065
+ pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py,sha256=iOzewQ7gu_kSI8PtLyZHSk8DT8VKNpEiA-jrXp3u4Ug,18251
26066
+ pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py,sha256=vOIx0_ir8ic9yob9FsptJ97q7bClLJl6to2eQa5UuYY,8491
26067
+ pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py,sha256=Td7a8WtxJzYQ-cWn_B-DFjiriBUV60cQdocXcJyjBeQ,13147
26068
+ pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py,sha256=tsbkFvfUIdLIi_48SNhrX7fHgZUzk_3vSCa63URoAZA,11991
26069
+ pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py,sha256=RSv0pjJusZjsN4NEqp7NVUJO8NXk2LVTF_mCQ4Y6BCg,7619
26070
+ pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py,sha256=6UvxYS_MINXx6na05NPNffaswK2wneyl4Q9MFJ5Zapc,8336
26071
+ pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py,sha256=5xMwO8bkbUapwhVqK1Unj_QQfEHH6hNqtCFS4lr61z0,19007
26072
+ pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py,sha256=mUYXQBNVTnQu2b1cEmSz8w7u7KQgK44O0bk4EJSZaXk,7909
26073
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py,sha256=51QZLivP1B36MwO1zEb89pCTt3fxIBzYLit6BPRPVec,7764
26074
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py,sha256=IqBAxRr91zHw4YUuMm2F3Skv1aQsaaNuajI46Hxt_G0,7628
26075
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py,sha256=AhdAyZh1lkpH3HXpB1Bh8GNPAqFO4d2gUX5FUMHH6IQ,7760
26076
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py,sha256=b9OePuU_FpOUzjP9WFHlfWKKvuEiR3SKNyB_ffy6slw,7841
26077
+ pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py,sha256=W0Tw1jcI_vql3UffKKvT0CkFF-aSQBJuOKtQHBPwr08,9836
26078
+ pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py,sha256=pjawRYeLhwZG7w0fAVOa6FR7QwH5DQC1UYrZOf8RZwg,12039
26079
+ pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py,sha256=_qBJxLH6tNJCpXCY4OAgISZ1kzEoIuFqAmz0VTCK27c,21793
26080
+ pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py,sha256=2EC6LTiG6CyP-ppuCeM4Co4NtvvEXhk0Le4UF6DUdk4,6992
26081
+ pulumi_azure_native/securityinsights/v20241001preview/get_system.py,sha256=alXEk0Xwi7aswqSEc9P_93CJhwZ57TFNqg6F5dl1aVk,8350
26082
+ pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py,sha256=7B3mIiJYSWUia6Vqq49fRV-oItVXPcKclVIdBOH4av4,11951
26083
+ pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py,sha256=GHetWF4Z2v1PUyKb09i_RV8uzqLG2HRJTY53YWsshFs,6616
26084
+ pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py,sha256=7Di5Gx8ATnG1Dh41PiFtlVlnbZUuB17gD3XQcpO2RWE,8264
26085
+ pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py,sha256=zn8eHI2-XMHL1_0ZrQFUXizjynfx5Z3NaCMgrM5P5b4,12628
26086
+ pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py,sha256=dOiW44yOUgBZ7q4MSIYhN7lHvFbpUonKvYv-tN254Qo,6754
26087
+ pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py,sha256=yA__CoUalRrf03M7MdPXrNNXEs6WmoBY2jRTyYdTlAY,19341
26088
+ pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py,sha256=sMHPZQAB_T9O-Nxn-jWGYLSBRdUxFbleKtEf9sItQCU,12317
26089
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py,sha256=smr1sD56O7r4dDFlU1pNzeFJmt7hY76K61-R-ya5yf4,9145
26090
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py,sha256=0Gr0eKWoi1ez4mqH24NyryZP0AZFsEDmG-sn230qxyY,6918
26091
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py,sha256=vRWsCzqwSqRcAfcG3y33Gkljwd8UzX5eRUMeGr6yGE0,8089
26092
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py,sha256=D0mpCn5Gx3En60zlIeLrF9uNnhZhnDTm_dKvldA6noA,7926
26093
+ pulumi_azure_native/securityinsights/v20241001preview/hunt.py,sha256=qnA3krfcL5Yqi75YAnMz13PlAx56xzb2OrJq-0wr-aA,19527
26094
+ pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py,sha256=x_p0ODq_VcUkkK5VRA5jcQuwVz5faBy_CAjiuHHImlU,10876
26095
+ pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py,sha256=kW8KTo79aZPBh_IPoZp_FHOciThqcAF85VCT6EkPaos,13494
26096
+ pulumi_azure_native/securityinsights/v20241001preview/incident.py,sha256=P6CwoIIW4NzZ-ryKo7Q-G1fWxz2MKL18IASWsVb9O3E,28850
26097
+ pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py,sha256=uVyV95jOGozr1NK41dc_hUGK1gM_i4VpqoOHW5D6yww,14034
26098
+ pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py,sha256=J_x8aYek7qoJK4l7odes0rrEg8YDGj4N1pPxPAgh7BU,14448
26099
+ pulumi_azure_native/securityinsights/v20241001preview/incident_task.py,sha256=-CO-v4afXZe8ih2REtXgPiVubz0EU6xyPkoMbelDjSA,17152
26100
+ pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py,sha256=6oGLW05EHEAvvLJ8TWIhO2qOuH5MuTfEfUBv2wZWgCg,15234
26101
+ pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py,sha256=XqJ9XPs3k95FJ_yQWpfzR3DwP-T1OXBA72ilewjTL8k,13730
26102
+ pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py,sha256=6MeI-QiBHIG7ZLYKsueAbYIu50VyJEfioVmGW9-L90k,6648
26103
+ pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py,sha256=ZaD16Df3a423Nn6ZcN1xCL6f9LoZ3CPoXlG05REzyqM,4729
26104
+ pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py,sha256=VxXY20i83jH91aX51vAkFOe-tqVKYGyL6svgvUlfZGw,6747
26105
+ pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py,sha256=Aq9ZC9uN74vaAZF4xGQqtcyBkRr50GGwc3Xt-qrTbz4,15384
26106
+ pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py,sha256=qvDWLCtzsbmNx9E4q5oHVcyh7C4K1yR2KpVpu2HSEkU,15561
26107
+ pulumi_azure_native/securityinsights/v20241001preview/metadata.py,sha256=xl9o_LK0Dwv3l5G2e_x589RevPzZ6ZTz3TH5ExMNoN0,39139
26108
+ pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py,sha256=BT1OcmiGc2A7TzUVG6MlM21yyUjJMf_8slhfmsjy6JE,17501
26109
+ pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py,sha256=CkxmUY8UD8ISSHNvbcmULIm3P5eyN7RW5K3JH0upXvE,25936
26110
+ pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py,sha256=voz9b4gh3oo7QlLPPk4uuw_tAAE4q1YfyJyhiATcjbo,17859
26111
+ pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py,sha256=8BFgm8RCoSfATfAUwjyNq0UhFA9RiXLmD-0kZqsSQjE,15384
26112
+ pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py,sha256=qcpYcuBz4w8G5jzyc3ZQx5F4Q0FHSPMm2pEBd6t3yF0,16990
26113
+ pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py,sha256=TTytmXuEx1sGv9TOeoLC4MbLFuBLQxqYsC08ClNCNjU,39287
26114
+ pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py,sha256=e3zMhceb6vu8s2wNG1SpddUp9OISfc-RO_hin1-oD4w,16020
26115
+ pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py,sha256=S5B9XL5EtYyag6HJYveNuZNsmT0kJzUboLmJCPYptf8,15569
26116
+ pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py,sha256=_95ej6dTkvJU2L-kBMsFhjeKpy79ClTr8eiM2VC6yXw,15356
26117
+ pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py,sha256=DPxQDo6vwQDCI86wbkW3znjJ6nbxhl8RVF9aEbJ-pkg,15561
26118
+ pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py,sha256=KukSvTe8zL1oPaza6ktSuh08dIsakvB-wHy6CwC1orA,15813
26119
+ pulumi_azure_native/securityinsights/v20241001preview/outputs.py,sha256=8E3Kl4IeXs4ODUep7bkBXqJO6Z70gkJTyaQ_UW2lWlw,387877
26120
+ pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py,sha256=W7sgSdqHOmb1LV8ME0mFJF_y0mFyBpJ4hAa-NgdaidU,19995
26121
+ pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py,sha256=09Fzy_gRnulpYmmPf6Et8weJXNIm0odF8YBPPX7s5v4,28120
26122
+ pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py,sha256=cSVMqtteVSp5raZuYtdWpDc6HjWeTHWcfK8Oas9IzUQ,45277
26123
+ pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py,sha256=w74mS3TTBi0ToAGIoH4bxzSp-NOgBnxPnOoN3c1kASE,13035
26124
+ pulumi_azure_native/securityinsights/v20241001preview/system.py,sha256=rBgrf3qfBweVDXjw2c33Ejphb3vzPeYRuzujpcQlFQw,13250
26125
+ pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py,sha256=ffi1nez3kgEsXRdKfZTblehXDkRTP0vKidnij2694lI,17796
26126
+ pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py,sha256=cLilLPDZj9w1ELAF4TlqVJ29ZtUTAnkmpawIF6-_D20,40631
26127
+ pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py,sha256=DZJAlk0L3nSc5Os20CCRI3BulKFuPm1ggYjHSD5JEL0,16550
26128
+ pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py,sha256=ehv2VF4O3J2awby-BSaR4Oww1Am0dHzAtsFK0Z7j2nU,25481
26129
+ pulumi_azure_native/securityinsights/v20241001preview/ueba.py,sha256=W-A8505SkjAZPfU5K_QpKvrYK017sdy4I18wRAHWeNU,12805
26130
+ pulumi_azure_native/securityinsights/v20241001preview/watchlist.py,sha256=NWUJXmTyZ7gwePK_OlQ1RbkXDRScf1ozxJyE_Gutct0,37974
26131
+ pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py,sha256=BYwwH6Z_HlrMcGt_mTkKhqRgounDG-4oRhO6eGyTHwI,23532
26132
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py,sha256=fHoPFh0Ko9C8qb75N14mEyKOk3d2_dlJMairfmuW-zA,13718
26133
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py,sha256=reYacMJg4Be58FaBR4YAW4embPtv4xwQx1UVqFbKDpk,11092
26134
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py,sha256=Cr50OlHSejNXRvXoeydHkpMWboNjPxnbx762cJlAl24,13622
26135
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py,sha256=aVHu8hx-Mb47Cx4NHOxw9wv89t1TL4WGP68LwiyUH3Y,13062
25902
26136
  pulumi_azure_native/serialconsole/__init__.py,sha256=q0NKGTx5gEbvmTh6tXR-Dnxh2zCyYWWzjYsiYp3JVGA,578
25903
26137
  pulumi_azure_native/serialconsole/_enums.py,sha256=Ftu-COH0MSKtNDuauZfem4yBX2kMurAZ2U8a_vg9hoE,404
25904
26138
  pulumi_azure_native/serialconsole/get_serial_port.py,sha256=6mx4LHCsdLH4QMiZdxG5QO6fXiDZe8DJvVTB5lhJRvI,6132
@@ -28427,7 +28661,7 @@ pulumi_azure_native/synapse/v20210601/workspace_managed_sql_server_vulnerability
28427
28661
  pulumi_azure_native/synapse/v20210601/workspace_sql_aad_admin.py,sha256=9BRq5n-Z939DPoY6ysggb_jigasgSrPh2Pwl5xePZpo,11861
28428
28662
  pulumi_azure_native/synapse/v20210601preview/__init__.py,sha256=ymDwzq5mt0Ezem2lDlCM87QvmVQ6r9NNs58vBXDHXkw,2848
28429
28663
  pulumi_azure_native/synapse/v20210601preview/_enums.py,sha256=QT4pwvyJm2MbgcByo1G1h1hzvK-k-_3jI2rAd-jAndg,7836
28430
- pulumi_azure_native/synapse/v20210601preview/_inputs.py,sha256=hhIvjNr1S2NsXuIzimDeuzFoTKdjJVxkMd-WB4g3EaI,123079
28664
+ pulumi_azure_native/synapse/v20210601preview/_inputs.py,sha256=q9N-fAmz4f1JNTfVe7EFyevewzSUKV4VQfM3etVKG28,133202
28431
28665
  pulumi_azure_native/synapse/v20210601preview/big_data_pool.py,sha256=_QyAZPR0kHR7Y9M4c1QichnQLhlYAqjmlcCfF6Tkw90,36144
28432
28666
  pulumi_azure_native/synapse/v20210601preview/event_grid_data_connection.py,sha256=qyGqkHL42eE9kn97sHthwlORus7qcNlU34iVJtLGdKc,25130
28433
28667
  pulumi_azure_native/synapse/v20210601preview/event_hub_data_connection.py,sha256=BFuWvSGZy7IH2GLCTgzJl4f3kPka6A4Td1tCRdbNA5E,24848
@@ -28471,7 +28705,7 @@ pulumi_azure_native/synapse/v20210601preview/kusto_pool_principal_assignment.py,
28471
28705
  pulumi_azure_native/synapse/v20210601preview/list_integration_runtime_auth_key.py,sha256=rm6wt8XREm6ABy37lU6GGLZSsTJ6z3woZppFJjmfTZI,4746
28472
28706
  pulumi_azure_native/synapse/v20210601preview/list_kusto_pool_follower_databases.py,sha256=4AQtntaPyE2bIpc2cPY2y5ZehsGs_J5gZHDhFZBoGtQ,4236
28473
28707
  pulumi_azure_native/synapse/v20210601preview/list_kusto_pool_language_extensions.py,sha256=RB-VmKdpe0_MYtIRQa8wkrETrP-7NisXM-MAxeORp94,4167
28474
- pulumi_azure_native/synapse/v20210601preview/outputs.py,sha256=srpjEoHEa7H0N_Caon2ClhWff9zRa04WIBe2vpohxkw,171542
28708
+ pulumi_azure_native/synapse/v20210601preview/outputs.py,sha256=ttklNLxDSgiLXM4lQvLcHS45kINfMWK489-JClzvbx8,180584
28475
28709
  pulumi_azure_native/synapse/v20210601preview/private_endpoint_connection.py,sha256=HGCHIWNrxiV3Szpwxjd_eUTSgyLUyfVaZwpvFPOUzFE,11566
28476
28710
  pulumi_azure_native/synapse/v20210601preview/private_link_hub.py,sha256=wbHAWw9qmqF9DoNMr-Wo_vHFB3xv7Dk1nZMFzBfh-EY,11023
28477
28711
  pulumi_azure_native/synapse/v20210601preview/read_only_following_database.py,sha256=bo2hrRXx7-tHUEVlG5p3MqcPZ_2AN1N47HwM8wjMUn4,15177
@@ -30403,7 +30637,7 @@ pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py,sha25
30403
30637
  pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py,sha256=eorizuwGPlHaa-R7seqv1ZW7oqM3Ae68X_EUHHfHMzQ,16551
30404
30638
  pulumi_azure_native/workloads/v20240901/sap_database_instance.py,sha256=glkxQJ8mHANMOyZ_m_GEUO9doepUAPxuPshRLYxwaMU,14157
30405
30639
  pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py,sha256=oMD5HXY2B5ywv0FQt-8INmP3fTt-huBJNeQzF5ZuOJk,24431
30406
- pulumi_azure_native-2.81.0a1736184069.dist-info/METADATA,sha256=Jh7Wla8HB4f6qLzxxoNlheCz-tUYYdKICwNTPOJ-DZg,3635
30407
- pulumi_azure_native-2.81.0a1736184069.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
30408
- pulumi_azure_native-2.81.0a1736184069.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30409
- pulumi_azure_native-2.81.0a1736184069.dist-info/RECORD,,
30640
+ pulumi_azure_native-2.82.0.dist-info/METADATA,sha256=TBEq_ZRMSYJZr9bMai1rT1aRftLlVBBzzil--2Vet-k,3624
30641
+ pulumi_azure_native-2.82.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30642
+ pulumi_azure_native-2.82.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30643
+ pulumi_azure_native-2.82.0.dist-info/RECORD,,