pulumi-azure-native 2.64.0a1727364719__py3-none-any.whl → 2.64.0a1727691766__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 (2480) hide show
  1. pulumi_azure_native/__init__.py +291 -2
  2. pulumi_azure_native/cdn/__init__.py +3 -0
  3. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  4. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  5. pulumi_azure_native/cdn/afd_origin.py +3 -3
  6. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  7. pulumi_azure_native/cdn/custom_domain.py +3 -3
  8. pulumi_azure_native/cdn/endpoint.py +3 -3
  9. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  10. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  11. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  12. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  13. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  14. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  15. pulumi_azure_native/cdn/get_origin.py +2 -2
  16. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  17. pulumi_azure_native/cdn/get_policy.py +2 -2
  18. pulumi_azure_native/cdn/get_profile.py +2 -2
  19. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  20. pulumi_azure_native/cdn/get_route.py +2 -2
  21. pulumi_azure_native/cdn/get_rule.py +2 -2
  22. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  23. pulumi_azure_native/cdn/get_secret.py +2 -2
  24. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  25. pulumi_azure_native/cdn/origin.py +3 -3
  26. pulumi_azure_native/cdn/origin_group.py +3 -3
  27. pulumi_azure_native/cdn/policy.py +3 -3
  28. pulumi_azure_native/cdn/profile.py +3 -3
  29. pulumi_azure_native/cdn/route.py +3 -3
  30. pulumi_azure_native/cdn/rule.py +3 -3
  31. pulumi_azure_native/cdn/rule_set.py +3 -3
  32. pulumi_azure_native/cdn/secret.py +3 -3
  33. pulumi_azure_native/cdn/security_policy.py +3 -3
  34. pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
  35. pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
  36. pulumi_azure_native/cdn/v20200901/profile.py +1 -1
  37. pulumi_azure_native/cdn/v20200901/route.py +1 -1
  38. pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
  39. pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
  40. pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
  41. pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
  42. pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
  43. pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
  44. pulumi_azure_native/cdn/v20230501/origin.py +1 -1
  45. pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
  46. pulumi_azure_native/cdn/v20230501/policy.py +1 -1
  47. pulumi_azure_native/cdn/v20230501/profile.py +1 -1
  48. pulumi_azure_native/cdn/v20230501/route.py +1 -1
  49. pulumi_azure_native/cdn/v20230501/rule.py +1 -1
  50. pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
  51. pulumi_azure_native/cdn/v20230501/secret.py +1 -1
  52. pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
  53. pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
  54. pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
  55. pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
  56. pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
  57. pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
  58. pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
  59. pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
  60. pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
  61. pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
  62. pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
  63. pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
  64. pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
  65. pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
  66. pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
  67. pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
  68. pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
  69. pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
  70. pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
  71. pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
  72. pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
  73. pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
  74. pulumi_azure_native/cdn/v20240201/origin.py +1 -1
  75. pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
  76. pulumi_azure_native/cdn/v20240201/policy.py +1 -1
  77. pulumi_azure_native/cdn/v20240201/profile.py +1 -1
  78. pulumi_azure_native/cdn/v20240201/route.py +1 -1
  79. pulumi_azure_native/cdn/v20240201/rule.py +1 -1
  80. pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
  81. pulumi_azure_native/cdn/v20240201/secret.py +1 -1
  82. pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
  83. pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +1 -1
  84. pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +1 -1
  85. pulumi_azure_native/cdn/v20240501preview/afd_origin.py +1 -1
  86. pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +1 -1
  87. pulumi_azure_native/cdn/v20240501preview/custom_domain.py +1 -1
  88. pulumi_azure_native/cdn/v20240501preview/endpoint.py +1 -1
  89. pulumi_azure_native/cdn/v20240501preview/origin.py +1 -1
  90. pulumi_azure_native/cdn/v20240501preview/origin_group.py +1 -1
  91. pulumi_azure_native/cdn/v20240501preview/policy.py +1 -1
  92. pulumi_azure_native/cdn/v20240501preview/profile.py +1 -1
  93. pulumi_azure_native/cdn/v20240501preview/route.py +1 -1
  94. pulumi_azure_native/cdn/v20240501preview/rule.py +1 -1
  95. pulumi_azure_native/cdn/v20240501preview/rule_set.py +1 -1
  96. pulumi_azure_native/cdn/v20240501preview/secret.py +1 -1
  97. pulumi_azure_native/cdn/v20240501preview/security_policy.py +1 -1
  98. pulumi_azure_native/cdn/v20240601preview/afd_custom_domain.py +1 -1
  99. pulumi_azure_native/cdn/v20240601preview/afd_endpoint.py +1 -1
  100. pulumi_azure_native/cdn/v20240601preview/afd_origin.py +1 -1
  101. pulumi_azure_native/cdn/v20240601preview/afd_origin_group.py +1 -1
  102. pulumi_azure_native/cdn/v20240601preview/custom_domain.py +1 -1
  103. pulumi_azure_native/cdn/v20240601preview/endpoint.py +1 -1
  104. pulumi_azure_native/cdn/v20240601preview/origin.py +1 -1
  105. pulumi_azure_native/cdn/v20240601preview/origin_group.py +1 -1
  106. pulumi_azure_native/cdn/v20240601preview/policy.py +1 -1
  107. pulumi_azure_native/cdn/v20240601preview/profile.py +1 -1
  108. pulumi_azure_native/cdn/v20240601preview/route.py +1 -1
  109. pulumi_azure_native/cdn/v20240601preview/rule.py +1 -1
  110. pulumi_azure_native/cdn/v20240601preview/rule_set.py +1 -1
  111. pulumi_azure_native/cdn/v20240601preview/secret.py +1 -1
  112. pulumi_azure_native/cdn/v20240601preview/security_policy.py +1 -1
  113. pulumi_azure_native/cdn/v20240901/__init__.py +41 -0
  114. pulumi_azure_native/cdn/v20240901/_enums.py +851 -0
  115. pulumi_azure_native/cdn/v20240901/_inputs.py +8146 -0
  116. pulumi_azure_native/cdn/v20240901/afd_custom_domain.py +384 -0
  117. pulumi_azure_native/cdn/v20240901/afd_endpoint.py +343 -0
  118. pulumi_azure_native/cdn/v20240901/afd_origin.py +542 -0
  119. pulumi_azure_native/cdn/v20240901/afd_origin_group.py +334 -0
  120. pulumi_azure_native/cdn/v20240901/custom_domain.py +301 -0
  121. pulumi_azure_native/cdn/v20240901/endpoint.py +767 -0
  122. pulumi_azure_native/cdn/v20240901/get_afd_custom_domain.py +272 -0
  123. pulumi_azure_native/cdn/v20240901/get_afd_endpoint.py +244 -0
  124. pulumi_azure_native/cdn/v20240901/get_afd_origin.py +320 -0
  125. pulumi_azure_native/cdn/v20240901/get_afd_origin_group.py +230 -0
  126. pulumi_azure_native/cdn/v20240901/get_custom_domain.py +239 -0
  127. pulumi_azure_native/cdn/v20240901/get_endpoint.py +443 -0
  128. pulumi_azure_native/cdn/v20240901/get_origin.py +337 -0
  129. pulumi_azure_native/cdn/v20240901/get_origin_group.py +225 -0
  130. pulumi_azure_native/cdn/v20240901/get_policy.py +294 -0
  131. pulumi_azure_native/cdn/v20240901/get_profile.py +283 -0
  132. pulumi_azure_native/cdn/v20240901/get_profile_supported_optimization_types.py +86 -0
  133. pulumi_azure_native/cdn/v20240901/get_route.py +334 -0
  134. pulumi_azure_native/cdn/v20240901/get_rule.py +236 -0
  135. pulumi_azure_native/cdn/v20240901/get_rule_set.py +174 -0
  136. pulumi_azure_native/cdn/v20240901/get_secret.py +188 -0
  137. pulumi_azure_native/cdn/v20240901/get_security_policy.py +188 -0
  138. pulumi_azure_native/cdn/v20240901/origin.py +561 -0
  139. pulumi_azure_native/cdn/v20240901/origin_group.py +350 -0
  140. pulumi_azure_native/cdn/v20240901/outputs.py +7068 -0
  141. pulumi_azure_native/cdn/v20240901/policy.py +441 -0
  142. pulumi_azure_native/cdn/v20240901/profile.py +396 -0
  143. pulumi_azure_native/cdn/v20240901/route.py +571 -0
  144. pulumi_azure_native/cdn/v20240901/rule.py +361 -0
  145. pulumi_azure_native/cdn/v20240901/rule_set.py +216 -0
  146. pulumi_azure_native/cdn/v20240901/secret.py +246 -0
  147. pulumi_azure_native/cdn/v20240901/security_policy.py +246 -0
  148. pulumi_azure_native/certificateregistration/__init__.py +3 -0
  149. pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
  150. pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
  151. pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
  152. pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
  153. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order.py +1 -1
  154. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order_certificate.py +1 -1
  155. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order.py +1 -1
  156. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order_certificate.py +1 -1
  157. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order.py +1 -1
  158. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order_certificate.py +1 -1
  159. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order.py +1 -1
  160. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order_certificate.py +1 -1
  161. pulumi_azure_native/certificateregistration/v20240401/__init__.py +14 -0
  162. pulumi_azure_native/certificateregistration/v20240401/_enums.py +17 -0
  163. pulumi_azure_native/certificateregistration/v20240401/_inputs.py +80 -0
  164. pulumi_azure_native/certificateregistration/v20240401/app_service_certificate_order.py +594 -0
  165. pulumi_azure_native/certificateregistration/v20240401/app_service_certificate_order_certificate.py +333 -0
  166. pulumi_azure_native/certificateregistration/v20240401/get_app_service_certificate_order.py +437 -0
  167. pulumi_azure_native/certificateregistration/v20240401/get_app_service_certificate_order_certificate.py +204 -0
  168. pulumi_azure_native/certificateregistration/v20240401/outputs.py +281 -0
  169. pulumi_azure_native/containerinstance/__init__.py +2 -0
  170. pulumi_azure_native/containerinstance/_inputs.py +98 -38
  171. pulumi_azure_native/containerinstance/container_group_profile.py +651 -0
  172. pulumi_azure_native/containerinstance/get_container_group_profile.py +358 -0
  173. pulumi_azure_native/containerinstance/outputs.py +78 -21
  174. pulumi_azure_native/containerinstance/v20240501preview/__init__.py +2 -0
  175. pulumi_azure_native/containerinstance/v20240501preview/container_group.py +3 -3
  176. pulumi_azure_native/containerinstance/v20240501preview/container_group_profile.py +649 -0
  177. pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +2 -2
  178. pulumi_azure_native/containerinstance/v20240501preview/get_container_group_profile.py +356 -0
  179. pulumi_azure_native/datafactory/_inputs.py +19 -0
  180. pulumi_azure_native/datafactory/outputs.py +14 -1
  181. pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -0
  182. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -1
  183. pulumi_azure_native/devices/__init__.py +3 -0
  184. pulumi_azure_native/devices/dps_certificate.py +3 -3
  185. pulumi_azure_native/devices/get_dps_certificate.py +2 -2
  186. pulumi_azure_native/devices/get_iot_dps_resource.py +2 -2
  187. pulumi_azure_native/devices/get_iot_dps_resource_private_endpoint_connection.py +2 -2
  188. pulumi_azure_native/devices/iot_dps_resource.py +3 -3
  189. pulumi_azure_native/devices/iot_dps_resource_private_endpoint_connection.py +3 -3
  190. pulumi_azure_native/devices/list_iot_dps_resource_keys.py +2 -2
  191. pulumi_azure_native/devices/list_iot_dps_resource_keys_for_key_name.py +2 -2
  192. pulumi_azure_native/devices/v20200901preview/iot_dps_resource.py +1 -1
  193. pulumi_azure_native/devices/v20211015/dps_certificate.py +1 -1
  194. pulumi_azure_native/devices/v20221212/dps_certificate.py +1 -1
  195. pulumi_azure_native/devices/v20221212/iot_dps_resource.py +1 -1
  196. pulumi_azure_native/devices/v20221212/iot_dps_resource_private_endpoint_connection.py +1 -1
  197. pulumi_azure_native/devices/v20230301preview/dps_certificate.py +1 -1
  198. pulumi_azure_native/devices/v20230301preview/iot_dps_resource.py +1 -1
  199. pulumi_azure_native/devices/v20230301preview/iot_dps_resource_private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/devices/v20250201preview/__init__.py +18 -0
  201. pulumi_azure_native/devices/v20250201preview/_enums.py +118 -0
  202. pulumi_azure_native/devices/v20250201preview/_inputs.py +894 -0
  203. pulumi_azure_native/devices/v20250201preview/dps_certificate.py +230 -0
  204. pulumi_azure_native/devices/v20250201preview/get_dps_certificate.py +163 -0
  205. pulumi_azure_native/devices/v20250201preview/get_iot_dps_resource.py +241 -0
  206. pulumi_azure_native/devices/v20250201preview/get_iot_dps_resource_private_endpoint_connection.py +149 -0
  207. pulumi_azure_native/devices/v20250201preview/iot_dps_resource.py +386 -0
  208. pulumi_azure_native/devices/v20250201preview/iot_dps_resource_private_endpoint_connection.py +222 -0
  209. pulumi_azure_native/devices/v20250201preview/list_iot_dps_resource_keys.py +101 -0
  210. pulumi_azure_native/devices/v20250201preview/list_iot_dps_resource_keys_for_key_name.py +134 -0
  211. pulumi_azure_native/devices/v20250201preview/outputs.py +1122 -0
  212. pulumi_azure_native/domainregistration/__init__.py +3 -0
  213. pulumi_azure_native/domainregistration/domain.py +3 -3
  214. pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
  215. pulumi_azure_native/domainregistration/get_domain.py +2 -2
  216. pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
  217. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  218. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  219. pulumi_azure_native/domainregistration/v20201001/domain.py +1 -1
  220. pulumi_azure_native/domainregistration/v20201001/domain_ownership_identifier.py +1 -1
  221. pulumi_azure_native/domainregistration/v20220901/domain.py +1 -1
  222. pulumi_azure_native/domainregistration/v20220901/domain_ownership_identifier.py +1 -1
  223. pulumi_azure_native/domainregistration/v20230101/domain.py +1 -1
  224. pulumi_azure_native/domainregistration/v20230101/domain_ownership_identifier.py +1 -1
  225. pulumi_azure_native/domainregistration/v20231201/domain.py +1 -1
  226. pulumi_azure_native/domainregistration/v20231201/domain_ownership_identifier.py +1 -1
  227. pulumi_azure_native/domainregistration/v20240401/__init__.py +16 -0
  228. pulumi_azure_native/domainregistration/v20240401/_enums.py +17 -0
  229. pulumi_azure_native/domainregistration/v20240401/_inputs.py +429 -0
  230. pulumi_azure_native/domainregistration/v20240401/domain.py +614 -0
  231. pulumi_azure_native/domainregistration/v20240401/domain_ownership_identifier.py +236 -0
  232. pulumi_azure_native/domainregistration/v20240401/get_domain.py +365 -0
  233. pulumi_azure_native/domainregistration/v20240401/get_domain_ownership_identifier.py +148 -0
  234. pulumi_azure_native/domainregistration/v20240401/list_domain_recommendations.py +101 -0
  235. pulumi_azure_native/domainregistration/v20240401/list_top_level_domain_agreements.py +107 -0
  236. pulumi_azure_native/domainregistration/v20240401/outputs.py +210 -0
  237. pulumi_azure_native/elasticsan/__init__.py +3 -0
  238. pulumi_azure_native/elasticsan/elastic_san.py +3 -3
  239. pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
  240. pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
  241. pulumi_azure_native/elasticsan/get_volume.py +2 -2
  242. pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
  243. pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
  244. pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
  245. pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
  246. pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
  247. pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
  248. pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
  249. pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
  250. pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
  251. pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
  252. pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
  253. pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
  255. pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
  256. pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
  257. pulumi_azure_native/elasticsan/v20240501/elastic_san.py +1 -1
  258. pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +1 -1
  259. pulumi_azure_native/elasticsan/v20240501/volume.py +1 -1
  260. pulumi_azure_native/elasticsan/v20240501/volume_group.py +1 -1
  261. pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +1 -1
  262. pulumi_azure_native/elasticsan/v20240601preview/__init__.py +20 -0
  263. pulumi_azure_native/elasticsan/v20240601preview/_enums.py +118 -0
  264. pulumi_azure_native/elasticsan/v20240601preview/_inputs.py +754 -0
  265. pulumi_azure_native/elasticsan/v20240601preview/elastic_san.py +476 -0
  266. pulumi_azure_native/elasticsan/v20240601preview/get_elastic_san.py +339 -0
  267. pulumi_azure_native/elasticsan/v20240601preview/get_private_endpoint_connection.py +191 -0
  268. pulumi_azure_native/elasticsan/v20240601preview/get_volume.py +225 -0
  269. pulumi_azure_native/elasticsan/v20240601preview/get_volume_group.py +247 -0
  270. pulumi_azure_native/elasticsan/v20240601preview/get_volume_snapshot.py +197 -0
  271. pulumi_azure_native/elasticsan/v20240601preview/outputs.py +1163 -0
  272. pulumi_azure_native/elasticsan/v20240601preview/private_endpoint_connection.py +271 -0
  273. pulumi_azure_native/elasticsan/v20240601preview/volume.py +331 -0
  274. pulumi_azure_native/elasticsan/v20240601preview/volume_group.py +386 -0
  275. pulumi_azure_native/elasticsan/v20240601preview/volume_snapshot.py +272 -0
  276. pulumi_azure_native/elasticsan/volume.py +3 -3
  277. pulumi_azure_native/elasticsan/volume_group.py +3 -3
  278. pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
  279. pulumi_azure_native/migrate/__init__.py +3 -0
  280. pulumi_azure_native/migrate/aks_assessment_operation.py +5 -1
  281. pulumi_azure_native/migrate/assessment.py +1 -1
  282. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  283. pulumi_azure_native/migrate/assessments_operation.py +3 -3
  284. pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
  285. pulumi_azure_native/migrate/business_case_operation.py +5 -1
  286. pulumi_azure_native/migrate/get_aks_assessment_operation.py +4 -0
  287. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  288. pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
  289. pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
  290. pulumi_azure_native/migrate/get_business_case_operation.py +4 -0
  291. pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +4 -0
  292. pulumi_azure_native/migrate/get_groups_operation.py +2 -2
  293. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  294. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  295. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  296. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  297. pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
  298. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  299. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  300. pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +4 -0
  301. pulumi_azure_native/migrate/get_web_app_collector_operation.py +4 -0
  302. pulumi_azure_native/migrate/group.py +1 -1
  303. pulumi_azure_native/migrate/groups_operation.py +3 -3
  304. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  305. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  306. pulumi_azure_native/migrate/import_collector.py +1 -1
  307. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  308. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  309. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  310. pulumi_azure_native/migrate/project.py +1 -1
  311. pulumi_azure_native/migrate/server_collector.py +1 -1
  312. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  313. pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
  314. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  315. pulumi_azure_native/migrate/v20191001/assessment.py +1 -1
  316. pulumi_azure_native/migrate/v20191001/group.py +1 -1
  317. pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
  318. pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
  319. pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
  320. pulumi_azure_native/migrate/v20191001/project.py +1 -1
  321. pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
  322. pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
  323. pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
  324. pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
  325. pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
  326. pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
  327. pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
  328. pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
  329. pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
  330. pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
  331. pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
  332. pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
  333. pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
  334. pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
  335. pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
  336. pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
  337. pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
  338. pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
  339. pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
  340. pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
  341. pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
  342. pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
  343. pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
  344. pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
  345. pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
  346. pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
  347. pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
  348. pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
  349. pulumi_azure_native/migrate/v20230501preview/__init__.py +41 -0
  350. pulumi_azure_native/migrate/v20230501preview/_enums.py +1000 -0
  351. pulumi_azure_native/migrate/v20230501preview/_inputs.py +3022 -0
  352. pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +281 -0
  353. pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +488 -0
  354. pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1043 -0
  355. pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1164 -0
  356. pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +251 -0
  357. pulumi_azure_native/migrate/v20230501preview/get_aks_assessment_operation.py +205 -0
  358. pulumi_azure_native/migrate/v20230501preview/get_assessment_projects_operation.py +316 -0
  359. pulumi_azure_native/migrate/v20230501preview/get_assessments_operation.py +741 -0
  360. pulumi_azure_native/migrate/v20230501preview/get_avs_assessments_operation.py +847 -0
  361. pulumi_azure_native/migrate/v20230501preview/get_business_case_operation.py +191 -0
  362. pulumi_azure_native/migrate/v20230501preview/get_business_case_operation_report_download_url.py +106 -0
  363. pulumi_azure_native/migrate/v20230501preview/get_groups_operation.py +261 -0
  364. pulumi_azure_native/migrate/v20230501preview/get_hyperv_collectors_operation.py +205 -0
  365. pulumi_azure_native/migrate/v20230501preview/get_import_collectors_operation.py +191 -0
  366. pulumi_azure_native/migrate/v20230501preview/get_private_endpoint_connection_operation.py +191 -0
  367. pulumi_azure_native/migrate/v20230501preview/get_server_collectors_operation.py +205 -0
  368. pulumi_azure_native/migrate/v20230501preview/get_sql_assessment_v2_operation.py +678 -0
  369. pulumi_azure_native/migrate/v20230501preview/get_sql_collector_operation.py +205 -0
  370. pulumi_azure_native/migrate/v20230501preview/get_vmware_collectors_operation.py +205 -0
  371. pulumi_azure_native/migrate/v20230501preview/get_web_app_assessment_v2_operation.py +537 -0
  372. pulumi_azure_native/migrate/v20230501preview/get_web_app_collector_operation.py +205 -0
  373. pulumi_azure_native/migrate/v20230501preview/groups_operation.py +338 -0
  374. pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +299 -0
  375. pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +269 -0
  376. pulumi_azure_native/migrate/v20230501preview/outputs.py +3402 -0
  377. pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +252 -0
  378. pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +299 -0
  379. pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1221 -0
  380. pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +299 -0
  381. pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +299 -0
  382. pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +908 -0
  383. pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +279 -0
  384. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  385. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  386. pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +5 -1
  387. pulumi_azure_native/migrate/web_app_collector_operation.py +5 -1
  388. pulumi_azure_native/network/__init__.py +9 -0
  389. pulumi_azure_native/network/_enums.py +17 -0
  390. pulumi_azure_native/network/_inputs.py +58 -0
  391. pulumi_azure_native/network/dns_forwarding_ruleset.py +3 -3
  392. pulumi_azure_native/network/dns_resolver.py +5 -1
  393. pulumi_azure_native/network/dns_resolver_domain_list.py +289 -0
  394. pulumi_azure_native/network/dns_resolver_policy.py +259 -0
  395. pulumi_azure_native/network/dns_resolver_policy_virtual_network_link.py +301 -0
  396. pulumi_azure_native/network/dns_security_rule.py +391 -0
  397. pulumi_azure_native/network/forwarding_rule.py +5 -1
  398. pulumi_azure_native/network/get_dns_forwarding_ruleset.py +2 -2
  399. pulumi_azure_native/network/get_dns_resolver.py +4 -0
  400. pulumi_azure_native/network/get_dns_resolver_domain_list.py +215 -0
  401. pulumi_azure_native/network/get_dns_resolver_policy.py +201 -0
  402. pulumi_azure_native/network/get_dns_resolver_policy_virtual_network_link.py +207 -0
  403. pulumi_azure_native/network/get_dns_security_rule.py +249 -0
  404. pulumi_azure_native/network/get_forwarding_rule.py +4 -0
  405. pulumi_azure_native/network/get_inbound_endpoint.py +2 -2
  406. pulumi_azure_native/network/get_outbound_endpoint.py +2 -2
  407. pulumi_azure_native/network/get_private_resolver_virtual_network_link.py +2 -2
  408. pulumi_azure_native/network/inbound_endpoint.py +3 -3
  409. pulumi_azure_native/network/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
  410. pulumi_azure_native/network/list_dns_resolver_by_virtual_network.py +2 -2
  411. pulumi_azure_native/network/list_dns_resolver_policy_by_virtual_network.py +103 -0
  412. pulumi_azure_native/network/outbound_endpoint.py +3 -3
  413. pulumi_azure_native/network/outputs.py +55 -0
  414. pulumi_azure_native/network/private_resolver_virtual_network_link.py +3 -3
  415. pulumi_azure_native/network/v20200401preview/dns_forwarding_ruleset.py +1 -1
  416. pulumi_azure_native/network/v20200401preview/inbound_endpoint.py +1 -1
  417. pulumi_azure_native/network/v20200401preview/outbound_endpoint.py +1 -1
  418. pulumi_azure_native/network/v20200401preview/private_resolver_virtual_network_link.py +1 -1
  419. pulumi_azure_native/network/v20220701/dns_forwarding_ruleset.py +1 -1
  420. pulumi_azure_native/network/v20220701/dns_resolver.py +1 -1
  421. pulumi_azure_native/network/v20220701/forwarding_rule.py +1 -1
  422. pulumi_azure_native/network/v20220701/inbound_endpoint.py +1 -1
  423. pulumi_azure_native/network/v20220701/outbound_endpoint.py +1 -1
  424. pulumi_azure_native/network/v20220701/private_resolver_virtual_network_link.py +1 -1
  425. pulumi_azure_native/network/v20230701preview/__init__.py +23 -0
  426. pulumi_azure_native/network/v20230701preview/_enums.py +45 -0
  427. pulumi_azure_native/network/v20230701preview/_inputs.py +196 -0
  428. pulumi_azure_native/network/v20230701preview/dns_forwarding_ruleset.py +288 -0
  429. pulumi_azure_native/network/v20230701preview/dns_resolver.py +298 -0
  430. pulumi_azure_native/network/v20230701preview/dns_resolver_domain_list.py +287 -0
  431. pulumi_azure_native/network/v20230701preview/dns_resolver_policy.py +257 -0
  432. pulumi_azure_native/network/v20230701preview/dns_resolver_policy_virtual_network_link.py +299 -0
  433. pulumi_azure_native/network/v20230701preview/dns_security_rule.py +389 -0
  434. pulumi_azure_native/network/v20230701preview/forwarding_rule.py +330 -0
  435. pulumi_azure_native/network/v20230701preview/get_dns_forwarding_ruleset.py +213 -0
  436. pulumi_azure_native/network/v20230701preview/get_dns_resolver.py +227 -0
  437. pulumi_azure_native/network/v20230701preview/get_dns_resolver_domain_list.py +213 -0
  438. pulumi_azure_native/network/v20230701preview/get_dns_resolver_policy.py +199 -0
  439. pulumi_azure_native/network/v20230701preview/get_dns_resolver_policy_virtual_network_link.py +205 -0
  440. pulumi_azure_native/network/v20230701preview/get_dns_security_rule.py +247 -0
  441. pulumi_azure_native/network/v20230701preview/get_forwarding_rule.py +219 -0
  442. pulumi_azure_native/network/v20230701preview/get_inbound_endpoint.py +219 -0
  443. pulumi_azure_native/network/v20230701preview/get_outbound_endpoint.py +219 -0
  444. pulumi_azure_native/network/v20230701preview/get_private_resolver_virtual_network_link.py +191 -0
  445. pulumi_azure_native/network/v20230701preview/inbound_endpoint.py +310 -0
  446. pulumi_azure_native/network/v20230701preview/list_dns_forwarding_ruleset_by_virtual_network.py +107 -0
  447. pulumi_azure_native/network/v20230701preview/list_dns_resolver_by_virtual_network.py +107 -0
  448. pulumi_azure_native/network/v20230701preview/list_dns_resolver_policy_by_virtual_network.py +101 -0
  449. pulumi_azure_native/network/v20230701preview/outbound_endpoint.py +309 -0
  450. pulumi_azure_native/network/v20230701preview/outputs.py +220 -8
  451. pulumi_azure_native/network/v20230701preview/private_resolver_virtual_network_link.py +270 -0
  452. pulumi_azure_native/networkcloud/__init__.py +3 -0
  453. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  454. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  455. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  456. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  457. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  458. pulumi_azure_native/networkcloud/cluster.py +3 -3
  459. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  460. pulumi_azure_native/networkcloud/console.py +3 -3
  461. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  462. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  463. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  464. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  465. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  466. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  467. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  468. pulumi_azure_native/networkcloud/get_console.py +2 -2
  469. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  470. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +4 -0
  471. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  472. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  473. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  474. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  475. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  476. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  477. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  478. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  479. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  480. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +5 -1
  481. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  482. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  483. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  484. pulumi_azure_native/networkcloud/rack.py +3 -3
  485. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  486. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  487. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  488. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  489. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  490. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  491. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  492. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  493. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  494. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  495. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  496. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  497. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  498. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  499. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  500. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  501. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  502. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  503. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  504. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  505. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  506. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  507. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  508. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  509. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  510. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  511. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  512. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  513. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  514. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  515. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  516. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  517. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  518. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  519. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  520. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  521. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  522. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  523. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  524. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  525. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  526. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  527. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  528. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  529. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  530. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  531. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  532. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  533. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  534. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  535. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  536. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  537. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  538. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  539. pulumi_azure_native/networkcloud/v20240701/__init__.py +46 -0
  540. pulumi_azure_native/networkcloud/v20240701/_enums.py +327 -0
  541. pulumi_azure_native/networkcloud/v20240701/_inputs.py +3436 -0
  542. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +610 -0
  543. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +795 -0
  544. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +507 -0
  545. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +448 -0
  546. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +417 -0
  547. pulumi_azure_native/networkcloud/v20240701/cluster.py +830 -0
  548. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +452 -0
  549. pulumi_azure_native/networkcloud/v20240701/console.py +417 -0
  550. pulumi_azure_native/networkcloud/v20240701/get_agent_pool.py +370 -0
  551. pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine.py +616 -0
  552. pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine_key_set.py +328 -0
  553. pulumi_azure_native/networkcloud/v20240701/get_bmc_key_set.py +300 -0
  554. pulumi_azure_native/networkcloud/v20240701/get_cloud_services_network.py +328 -0
  555. pulumi_azure_native/networkcloud/v20240701/get_cluster.py +561 -0
  556. pulumi_azure_native/networkcloud/v20240701/get_cluster_manager.py +308 -0
  557. pulumi_azure_native/networkcloud/v20240701/get_console.py +286 -0
  558. pulumi_azure_native/networkcloud/v20240701/get_kubernetes_cluster.py +406 -0
  559. pulumi_azure_native/networkcloud/v20240701/get_kubernetes_cluster_feature.py +258 -0
  560. pulumi_azure_native/networkcloud/v20240701/get_l2_network.py +308 -0
  561. pulumi_azure_native/networkcloud/v20240701/get_l3_network.py +380 -0
  562. pulumi_azure_native/networkcloud/v20240701/get_metrics_configuration.py +258 -0
  563. pulumi_azure_native/networkcloud/v20240701/get_rack.py +280 -0
  564. pulumi_azure_native/networkcloud/v20240701/get_storage_appliance.py +420 -0
  565. pulumi_azure_native/networkcloud/v20240701/get_trunked_network.py +322 -0
  566. pulumi_azure_native/networkcloud/v20240701/get_virtual_machine.py +504 -0
  567. pulumi_azure_native/networkcloud/v20240701/get_volume.py +252 -0
  568. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +564 -0
  569. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +336 -0
  570. pulumi_azure_native/networkcloud/v20240701/l2_network.py +419 -0
  571. pulumi_azure_native/networkcloud/v20240701/l3_network.py +581 -0
  572. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +376 -0
  573. pulumi_azure_native/networkcloud/v20240701/outputs.py +4231 -0
  574. pulumi_azure_native/networkcloud/v20240701/rack.py +416 -0
  575. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +536 -0
  576. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +449 -0
  577. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +823 -0
  578. pulumi_azure_native/networkcloud/v20240701/volume.py +336 -0
  579. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  580. pulumi_azure_native/networkcloud/volume.py +3 -3
  581. pulumi_azure_native/pulumi-plugin.json +1 -1
  582. pulumi_azure_native/securityinsights/__init__.py +8 -0
  583. pulumi_azure_native/securityinsights/_enums.py +130 -0
  584. pulumi_azure_native/securityinsights/_inputs.py +818 -0
  585. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  586. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  587. pulumi_azure_native/securityinsights/action.py +3 -3
  588. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  589. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  590. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  591. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  592. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  593. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  595. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  596. pulumi_azure_native/securityinsights/business_application_agent.py +270 -0
  597. pulumi_azure_native/securityinsights/content_package.py +3 -3
  598. pulumi_azure_native/securityinsights/content_template.py +3 -3
  599. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  600. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  601. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  602. pulumi_azure_native/securityinsights/file_import.py +3 -3
  603. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  604. pulumi_azure_native/securityinsights/get_aad_data_connector.py +1 -1
  605. pulumi_azure_native/securityinsights/get_aatp_data_connector.py +1 -1
  606. pulumi_azure_native/securityinsights/get_action.py +2 -2
  607. pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py +1 -1
  608. pulumi_azure_native/securityinsights/get_anomalies.py +1 -1
  609. pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py +1 -1
  610. pulumi_azure_native/securityinsights/get_asc_data_connector.py +1 -1
  611. pulumi_azure_native/securityinsights/get_automation_rule.py +3 -3
  612. pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py +1 -1
  613. pulumi_azure_native/securityinsights/get_bookmark.py +3 -3
  614. pulumi_azure_native/securityinsights/get_bookmark_relation.py +3 -3
  615. pulumi_azure_native/securityinsights/get_business_application_agent.py +198 -0
  616. pulumi_azure_native/securityinsights/get_content_package.py +3 -3
  617. pulumi_azure_native/securityinsights/get_content_template.py +3 -3
  618. pulumi_azure_native/securityinsights/get_customizable_connector_definition.py +1 -1
  619. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  620. pulumi_azure_native/securityinsights/get_entity_analytics.py +1 -1
  621. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  622. pulumi_azure_native/securityinsights/get_eyes_on.py +1 -1
  623. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  624. pulumi_azure_native/securityinsights/get_fusion_alert_rule.py +1 -1
  625. pulumi_azure_native/securityinsights/get_hunt.py +3 -3
  626. pulumi_azure_native/securityinsights/get_hunt_comment.py +3 -3
  627. pulumi_azure_native/securityinsights/get_hunt_relation.py +3 -3
  628. pulumi_azure_native/securityinsights/get_incident.py +3 -3
  629. pulumi_azure_native/securityinsights/get_incident_comment.py +3 -3
  630. pulumi_azure_native/securityinsights/get_incident_relation.py +3 -3
  631. pulumi_azure_native/securityinsights/get_incident_task.py +3 -3
  632. pulumi_azure_native/securityinsights/get_mcas_data_connector.py +1 -1
  633. pulumi_azure_native/securityinsights/get_mdatp_data_connector.py +1 -1
  634. pulumi_azure_native/securityinsights/get_metadata.py +3 -3
  635. pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  636. pulumi_azure_native/securityinsights/get_office_data_connector.py +1 -1
  637. pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py +1 -1
  638. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +3 -3
  639. pulumi_azure_native/securityinsights/get_source_control.py +1 -1
  640. pulumi_azure_native/securityinsights/get_system.py +207 -0
  641. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +3 -3
  642. pulumi_azure_native/securityinsights/get_ti_data_connector.py +1 -1
  643. pulumi_azure_native/securityinsights/get_ueba.py +1 -1
  644. pulumi_azure_native/securityinsights/get_watchlist.py +3 -3
  645. pulumi_azure_native/securityinsights/get_watchlist_item.py +3 -3
  646. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  647. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  648. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  649. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  650. pulumi_azure_native/securityinsights/hunt.py +3 -3
  651. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  652. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  653. pulumi_azure_native/securityinsights/incident.py +3 -3
  654. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  655. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  656. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  657. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +4 -0
  658. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  659. pulumi_azure_native/securityinsights/list_system_actions.py +115 -0
  660. pulumi_azure_native/securityinsights/list_whois_by_domain.py +4 -0
  661. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  662. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  663. pulumi_azure_native/securityinsights/metadata.py +3 -3
  664. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  665. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  666. pulumi_azure_native/securityinsights/outputs.py +755 -0
  667. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  668. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  669. pulumi_azure_native/securityinsights/system.py +313 -0
  670. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  671. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  672. pulumi_azure_native/securityinsights/ueba.py +1 -1
  673. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  674. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  675. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  676. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  677. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  678. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  679. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  680. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  681. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  682. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  683. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  684. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  685. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  686. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  687. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  688. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  689. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  690. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  691. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  692. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  693. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  694. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  695. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  696. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  697. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  698. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  699. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  700. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  701. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  702. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  703. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  704. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  705. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  706. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  707. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  708. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  709. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  710. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  711. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  712. pulumi_azure_native/securityinsights/v20210901preview/get_threat_intelligence_indicator.py +1 -1
  713. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  714. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  715. pulumi_azure_native/securityinsights/v20211001preview/get_fusion_alert_rule.py +1 -1
  716. pulumi_azure_native/securityinsights/v20211001preview/get_nrt_alert_rule.py +1 -1
  717. pulumi_azure_native/securityinsights/v20211001preview/get_watchlist.py +1 -1
  718. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  719. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  720. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  721. pulumi_azure_native/securityinsights/v20220101preview/get_entity_analytics.py +1 -1
  722. pulumi_azure_native/securityinsights/v20220101preview/get_watchlist.py +1 -1
  723. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  724. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  725. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  726. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  727. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  728. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  729. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  730. pulumi_azure_native/securityinsights/v20230201/get_aad_data_connector.py +1 -1
  731. pulumi_azure_native/securityinsights/v20230201/get_aatp_data_connector.py +1 -1
  732. pulumi_azure_native/securityinsights/v20230201/get_automation_rule.py +1 -1
  733. pulumi_azure_native/securityinsights/v20230201/get_aws_cloud_trail_data_connector.py +1 -1
  734. pulumi_azure_native/securityinsights/v20230201/get_bookmark.py +1 -1
  735. pulumi_azure_native/securityinsights/v20230201/get_incident.py +1 -1
  736. pulumi_azure_native/securityinsights/v20230201/get_incident_comment.py +1 -1
  737. pulumi_azure_native/securityinsights/v20230201/get_incident_relation.py +1 -1
  738. pulumi_azure_native/securityinsights/v20230201/get_mcas_data_connector.py +1 -1
  739. pulumi_azure_native/securityinsights/v20230201/get_mdatp_data_connector.py +1 -1
  740. pulumi_azure_native/securityinsights/v20230201/get_metadata.py +1 -1
  741. pulumi_azure_native/securityinsights/v20230201/get_office_data_connector.py +1 -1
  742. pulumi_azure_native/securityinsights/v20230201/get_sentinel_onboarding_state.py +1 -1
  743. pulumi_azure_native/securityinsights/v20230201/get_threat_intelligence_indicator.py +1 -1
  744. pulumi_azure_native/securityinsights/v20230201/get_ti_data_connector.py +1 -1
  745. pulumi_azure_native/securityinsights/v20230201/get_watchlist.py +1 -1
  746. pulumi_azure_native/securityinsights/v20230201/get_watchlist_item.py +1 -1
  747. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  748. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  749. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  750. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  751. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  752. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  753. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  754. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  755. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  756. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  757. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  758. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  759. pulumi_azure_native/securityinsights/v20230201preview/get_incident.py +1 -1
  760. pulumi_azure_native/securityinsights/v20230201preview/get_metadata.py +1 -1
  761. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  762. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  763. pulumi_azure_native/securityinsights/v20230301preview/get_incident.py +1 -1
  764. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  765. pulumi_azure_native/securityinsights/v20230501preview/get_source_control.py +1 -1
  766. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  767. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  768. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  769. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  770. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  771. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  772. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  773. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  774. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  775. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  776. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  777. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  778. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  779. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  780. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  781. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  782. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  783. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  784. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  785. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  786. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  787. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  788. pulumi_azure_native/securityinsights/v20230601preview/get_aad_data_connector.py +1 -1
  789. pulumi_azure_native/securityinsights/v20230601preview/get_aatp_data_connector.py +1 -1
  790. pulumi_azure_native/securityinsights/v20230601preview/get_action.py +1 -1
  791. pulumi_azure_native/securityinsights/v20230601preview/get_activity_custom_entity_query.py +1 -1
  792. pulumi_azure_native/securityinsights/v20230601preview/get_anomalies.py +1 -1
  793. pulumi_azure_native/securityinsights/v20230601preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  794. pulumi_azure_native/securityinsights/v20230601preview/get_asc_data_connector.py +1 -1
  795. pulumi_azure_native/securityinsights/v20230601preview/get_automation_rule.py +1 -1
  796. pulumi_azure_native/securityinsights/v20230601preview/get_aws_cloud_trail_data_connector.py +1 -1
  797. pulumi_azure_native/securityinsights/v20230601preview/get_aws_s3_data_connector.py +1 -1
  798. pulumi_azure_native/securityinsights/v20230601preview/get_bookmark.py +1 -1
  799. pulumi_azure_native/securityinsights/v20230601preview/get_bookmark_relation.py +1 -1
  800. pulumi_azure_native/securityinsights/v20230601preview/get_codeless_api_polling_data_connector.py +1 -1
  801. pulumi_azure_native/securityinsights/v20230601preview/get_codeless_ui_data_connector.py +1 -1
  802. pulumi_azure_native/securityinsights/v20230601preview/get_content_package.py +1 -1
  803. pulumi_azure_native/securityinsights/v20230601preview/get_content_template.py +1 -1
  804. pulumi_azure_native/securityinsights/v20230601preview/get_dynamics365_data_connector.py +1 -1
  805. pulumi_azure_native/securityinsights/v20230601preview/get_entity_analytics.py +1 -1
  806. pulumi_azure_native/securityinsights/v20230601preview/get_eyes_on.py +1 -1
  807. pulumi_azure_native/securityinsights/v20230601preview/get_fusion_alert_rule.py +1 -1
  808. pulumi_azure_native/securityinsights/v20230601preview/get_gcp_data_connector.py +1 -1
  809. pulumi_azure_native/securityinsights/v20230601preview/get_hunt.py +1 -1
  810. pulumi_azure_native/securityinsights/v20230601preview/get_hunt_comment.py +1 -1
  811. pulumi_azure_native/securityinsights/v20230601preview/get_hunt_relation.py +1 -1
  812. pulumi_azure_native/securityinsights/v20230601preview/get_incident.py +1 -1
  813. pulumi_azure_native/securityinsights/v20230601preview/get_incident_comment.py +1 -1
  814. pulumi_azure_native/securityinsights/v20230601preview/get_incident_relation.py +1 -1
  815. pulumi_azure_native/securityinsights/v20230601preview/get_incident_task.py +1 -1
  816. pulumi_azure_native/securityinsights/v20230601preview/get_io_t_data_connector.py +1 -1
  817. pulumi_azure_native/securityinsights/v20230601preview/get_mcas_data_connector.py +1 -1
  818. pulumi_azure_native/securityinsights/v20230601preview/get_mdatp_data_connector.py +1 -1
  819. pulumi_azure_native/securityinsights/v20230601preview/get_metadata.py +1 -1
  820. pulumi_azure_native/securityinsights/v20230601preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  821. pulumi_azure_native/securityinsights/v20230601preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  822. pulumi_azure_native/securityinsights/v20230601preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  823. pulumi_azure_native/securityinsights/v20230601preview/get_msti_data_connector.py +1 -1
  824. pulumi_azure_native/securityinsights/v20230601preview/get_mtp_data_connector.py +1 -1
  825. pulumi_azure_native/securityinsights/v20230601preview/get_nrt_alert_rule.py +1 -1
  826. pulumi_azure_native/securityinsights/v20230601preview/get_office365_project_data_connector.py +1 -1
  827. pulumi_azure_native/securityinsights/v20230601preview/get_office_atp_data_connector.py +1 -1
  828. pulumi_azure_native/securityinsights/v20230601preview/get_office_data_connector.py +1 -1
  829. pulumi_azure_native/securityinsights/v20230601preview/get_office_irm_data_connector.py +1 -1
  830. pulumi_azure_native/securityinsights/v20230601preview/get_office_power_bi_data_connector.py +1 -1
  831. pulumi_azure_native/securityinsights/v20230601preview/get_scheduled_alert_rule.py +1 -1
  832. pulumi_azure_native/securityinsights/v20230601preview/get_sentinel_onboarding_state.py +1 -1
  833. pulumi_azure_native/securityinsights/v20230601preview/get_threat_intelligence_alert_rule.py +1 -1
  834. pulumi_azure_native/securityinsights/v20230601preview/get_threat_intelligence_indicator.py +1 -1
  835. pulumi_azure_native/securityinsights/v20230601preview/get_ti_data_connector.py +1 -1
  836. pulumi_azure_native/securityinsights/v20230601preview/get_ti_taxii_data_connector.py +1 -1
  837. pulumi_azure_native/securityinsights/v20230601preview/get_ueba.py +1 -1
  838. pulumi_azure_native/securityinsights/v20230601preview/get_watchlist.py +1 -1
  839. pulumi_azure_native/securityinsights/v20230601preview/get_watchlist_item.py +1 -1
  840. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  841. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  842. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  843. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  844. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  845. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  846. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  847. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  848. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  849. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  850. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  851. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  852. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  853. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  854. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  855. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  856. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  857. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  858. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  859. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  860. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  861. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  862. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  863. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  864. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  865. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  866. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  867. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  868. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  869. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  870. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  871. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  872. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  873. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  874. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  875. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  876. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  877. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  878. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  879. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  880. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  881. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  882. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  883. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  884. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  885. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  886. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  887. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  888. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  889. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  890. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  891. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  892. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  893. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  894. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  895. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  896. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  897. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  898. pulumi_azure_native/securityinsights/v20230701preview/get_aad_data_connector.py +1 -1
  899. pulumi_azure_native/securityinsights/v20230701preview/get_aatp_data_connector.py +1 -1
  900. pulumi_azure_native/securityinsights/v20230701preview/get_action.py +1 -1
  901. pulumi_azure_native/securityinsights/v20230701preview/get_activity_custom_entity_query.py +1 -1
  902. pulumi_azure_native/securityinsights/v20230701preview/get_anomalies.py +1 -1
  903. pulumi_azure_native/securityinsights/v20230701preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  904. pulumi_azure_native/securityinsights/v20230701preview/get_asc_data_connector.py +1 -1
  905. pulumi_azure_native/securityinsights/v20230701preview/get_automation_rule.py +1 -1
  906. pulumi_azure_native/securityinsights/v20230701preview/get_aws_cloud_trail_data_connector.py +1 -1
  907. pulumi_azure_native/securityinsights/v20230701preview/get_aws_s3_data_connector.py +1 -1
  908. pulumi_azure_native/securityinsights/v20230701preview/get_bookmark.py +1 -1
  909. pulumi_azure_native/securityinsights/v20230701preview/get_bookmark_relation.py +1 -1
  910. pulumi_azure_native/securityinsights/v20230701preview/get_codeless_api_polling_data_connector.py +1 -1
  911. pulumi_azure_native/securityinsights/v20230701preview/get_codeless_ui_data_connector.py +1 -1
  912. pulumi_azure_native/securityinsights/v20230701preview/get_content_package.py +1 -1
  913. pulumi_azure_native/securityinsights/v20230701preview/get_content_template.py +1 -1
  914. pulumi_azure_native/securityinsights/v20230701preview/get_customizable_connector_definition.py +1 -1
  915. pulumi_azure_native/securityinsights/v20230701preview/get_dynamics365_data_connector.py +1 -1
  916. pulumi_azure_native/securityinsights/v20230701preview/get_entity_analytics.py +1 -1
  917. pulumi_azure_native/securityinsights/v20230701preview/get_eyes_on.py +1 -1
  918. pulumi_azure_native/securityinsights/v20230701preview/get_fusion_alert_rule.py +1 -1
  919. pulumi_azure_native/securityinsights/v20230701preview/get_gcp_data_connector.py +1 -1
  920. pulumi_azure_native/securityinsights/v20230701preview/get_hunt.py +1 -1
  921. pulumi_azure_native/securityinsights/v20230701preview/get_hunt_comment.py +1 -1
  922. pulumi_azure_native/securityinsights/v20230701preview/get_hunt_relation.py +1 -1
  923. pulumi_azure_native/securityinsights/v20230701preview/get_incident.py +1 -1
  924. pulumi_azure_native/securityinsights/v20230701preview/get_incident_comment.py +1 -1
  925. pulumi_azure_native/securityinsights/v20230701preview/get_incident_relation.py +1 -1
  926. pulumi_azure_native/securityinsights/v20230701preview/get_incident_task.py +1 -1
  927. pulumi_azure_native/securityinsights/v20230701preview/get_io_t_data_connector.py +1 -1
  928. pulumi_azure_native/securityinsights/v20230701preview/get_mcas_data_connector.py +1 -1
  929. pulumi_azure_native/securityinsights/v20230701preview/get_mdatp_data_connector.py +1 -1
  930. pulumi_azure_native/securityinsights/v20230701preview/get_metadata.py +1 -1
  931. pulumi_azure_native/securityinsights/v20230701preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  932. pulumi_azure_native/securityinsights/v20230701preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  933. pulumi_azure_native/securityinsights/v20230701preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  934. pulumi_azure_native/securityinsights/v20230701preview/get_msti_data_connector.py +1 -1
  935. pulumi_azure_native/securityinsights/v20230701preview/get_mtp_data_connector.py +1 -1
  936. pulumi_azure_native/securityinsights/v20230701preview/get_nrt_alert_rule.py +1 -1
  937. pulumi_azure_native/securityinsights/v20230701preview/get_office365_project_data_connector.py +1 -1
  938. pulumi_azure_native/securityinsights/v20230701preview/get_office_atp_data_connector.py +1 -1
  939. pulumi_azure_native/securityinsights/v20230701preview/get_office_data_connector.py +1 -1
  940. pulumi_azure_native/securityinsights/v20230701preview/get_office_irm_data_connector.py +1 -1
  941. pulumi_azure_native/securityinsights/v20230701preview/get_office_power_bi_data_connector.py +1 -1
  942. pulumi_azure_native/securityinsights/v20230701preview/get_scheduled_alert_rule.py +1 -1
  943. pulumi_azure_native/securityinsights/v20230701preview/get_sentinel_onboarding_state.py +1 -1
  944. pulumi_azure_native/securityinsights/v20230701preview/get_threat_intelligence_alert_rule.py +1 -1
  945. pulumi_azure_native/securityinsights/v20230701preview/get_threat_intelligence_indicator.py +1 -1
  946. pulumi_azure_native/securityinsights/v20230701preview/get_ti_data_connector.py +1 -1
  947. pulumi_azure_native/securityinsights/v20230701preview/get_ti_taxii_data_connector.py +1 -1
  948. pulumi_azure_native/securityinsights/v20230701preview/get_ueba.py +1 -1
  949. pulumi_azure_native/securityinsights/v20230701preview/get_watchlist.py +1 -1
  950. pulumi_azure_native/securityinsights/v20230701preview/get_watchlist_item.py +1 -1
  951. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  952. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  953. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  954. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  955. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  956. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  957. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  958. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  959. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  960. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  961. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  962. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  963. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  964. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  965. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  966. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  967. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  968. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  969. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  970. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  971. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  972. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  973. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  974. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  975. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  976. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  977. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  978. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  979. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  980. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  981. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  982. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  983. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  984. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  985. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  986. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  987. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  988. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  989. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  990. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  991. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  992. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  993. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  994. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  995. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  996. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  997. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  998. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  999. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  1000. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  1001. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  1002. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  1003. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  1004. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  1005. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  1006. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  1007. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  1008. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  1009. pulumi_azure_native/securityinsights/v20230801preview/get_aad_data_connector.py +1 -1
  1010. pulumi_azure_native/securityinsights/v20230801preview/get_aatp_data_connector.py +1 -1
  1011. pulumi_azure_native/securityinsights/v20230801preview/get_action.py +1 -1
  1012. pulumi_azure_native/securityinsights/v20230801preview/get_activity_custom_entity_query.py +1 -1
  1013. pulumi_azure_native/securityinsights/v20230801preview/get_anomalies.py +1 -1
  1014. pulumi_azure_native/securityinsights/v20230801preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  1015. pulumi_azure_native/securityinsights/v20230801preview/get_asc_data_connector.py +1 -1
  1016. pulumi_azure_native/securityinsights/v20230801preview/get_automation_rule.py +1 -1
  1017. pulumi_azure_native/securityinsights/v20230801preview/get_aws_cloud_trail_data_connector.py +1 -1
  1018. pulumi_azure_native/securityinsights/v20230801preview/get_aws_s3_data_connector.py +1 -1
  1019. pulumi_azure_native/securityinsights/v20230801preview/get_bookmark.py +1 -1
  1020. pulumi_azure_native/securityinsights/v20230801preview/get_bookmark_relation.py +1 -1
  1021. pulumi_azure_native/securityinsights/v20230801preview/get_codeless_api_polling_data_connector.py +1 -1
  1022. pulumi_azure_native/securityinsights/v20230801preview/get_codeless_ui_data_connector.py +1 -1
  1023. pulumi_azure_native/securityinsights/v20230801preview/get_content_package.py +1 -1
  1024. pulumi_azure_native/securityinsights/v20230801preview/get_content_template.py +1 -1
  1025. pulumi_azure_native/securityinsights/v20230801preview/get_customizable_connector_definition.py +1 -1
  1026. pulumi_azure_native/securityinsights/v20230801preview/get_dynamics365_data_connector.py +1 -1
  1027. pulumi_azure_native/securityinsights/v20230801preview/get_entity_analytics.py +1 -1
  1028. pulumi_azure_native/securityinsights/v20230801preview/get_eyes_on.py +1 -1
  1029. pulumi_azure_native/securityinsights/v20230801preview/get_fusion_alert_rule.py +1 -1
  1030. pulumi_azure_native/securityinsights/v20230801preview/get_gcp_data_connector.py +1 -1
  1031. pulumi_azure_native/securityinsights/v20230801preview/get_hunt.py +1 -1
  1032. pulumi_azure_native/securityinsights/v20230801preview/get_hunt_comment.py +1 -1
  1033. pulumi_azure_native/securityinsights/v20230801preview/get_hunt_relation.py +1 -1
  1034. pulumi_azure_native/securityinsights/v20230801preview/get_incident.py +1 -1
  1035. pulumi_azure_native/securityinsights/v20230801preview/get_incident_comment.py +1 -1
  1036. pulumi_azure_native/securityinsights/v20230801preview/get_incident_relation.py +1 -1
  1037. pulumi_azure_native/securityinsights/v20230801preview/get_incident_task.py +1 -1
  1038. pulumi_azure_native/securityinsights/v20230801preview/get_io_t_data_connector.py +1 -1
  1039. pulumi_azure_native/securityinsights/v20230801preview/get_mcas_data_connector.py +1 -1
  1040. pulumi_azure_native/securityinsights/v20230801preview/get_mdatp_data_connector.py +1 -1
  1041. pulumi_azure_native/securityinsights/v20230801preview/get_metadata.py +1 -1
  1042. pulumi_azure_native/securityinsights/v20230801preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  1043. pulumi_azure_native/securityinsights/v20230801preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1044. pulumi_azure_native/securityinsights/v20230801preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  1045. pulumi_azure_native/securityinsights/v20230801preview/get_msti_data_connector.py +1 -1
  1046. pulumi_azure_native/securityinsights/v20230801preview/get_mtp_data_connector.py +1 -1
  1047. pulumi_azure_native/securityinsights/v20230801preview/get_nrt_alert_rule.py +1 -1
  1048. pulumi_azure_native/securityinsights/v20230801preview/get_office365_project_data_connector.py +1 -1
  1049. pulumi_azure_native/securityinsights/v20230801preview/get_office_atp_data_connector.py +1 -1
  1050. pulumi_azure_native/securityinsights/v20230801preview/get_office_data_connector.py +1 -1
  1051. pulumi_azure_native/securityinsights/v20230801preview/get_office_irm_data_connector.py +1 -1
  1052. pulumi_azure_native/securityinsights/v20230801preview/get_office_power_bi_data_connector.py +1 -1
  1053. pulumi_azure_native/securityinsights/v20230801preview/get_scheduled_alert_rule.py +1 -1
  1054. pulumi_azure_native/securityinsights/v20230801preview/get_sentinel_onboarding_state.py +1 -1
  1055. pulumi_azure_native/securityinsights/v20230801preview/get_threat_intelligence_alert_rule.py +1 -1
  1056. pulumi_azure_native/securityinsights/v20230801preview/get_threat_intelligence_indicator.py +1 -1
  1057. pulumi_azure_native/securityinsights/v20230801preview/get_ti_data_connector.py +1 -1
  1058. pulumi_azure_native/securityinsights/v20230801preview/get_ti_taxii_data_connector.py +1 -1
  1059. pulumi_azure_native/securityinsights/v20230801preview/get_ueba.py +1 -1
  1060. pulumi_azure_native/securityinsights/v20230801preview/get_watchlist.py +1 -1
  1061. pulumi_azure_native/securityinsights/v20230801preview/get_watchlist_item.py +1 -1
  1062. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  1063. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  1064. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  1065. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  1066. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  1067. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  1068. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  1069. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  1070. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  1071. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  1072. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  1073. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1074. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1075. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  1076. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  1077. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  1078. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  1079. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  1080. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  1081. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  1082. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  1083. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  1084. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  1085. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  1086. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  1087. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  1088. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  1089. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  1090. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  1091. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  1092. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  1093. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  1094. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  1095. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  1096. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  1097. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  1098. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  1099. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  1100. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  1101. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  1102. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  1103. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  1104. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  1105. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  1106. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  1107. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  1108. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  1109. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  1110. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  1111. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  1112. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  1113. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  1114. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  1115. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  1116. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  1117. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  1118. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  1119. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  1120. pulumi_azure_native/securityinsights/v20230901preview/get_aad_data_connector.py +1 -1
  1121. pulumi_azure_native/securityinsights/v20230901preview/get_aatp_data_connector.py +1 -1
  1122. pulumi_azure_native/securityinsights/v20230901preview/get_action.py +1 -1
  1123. pulumi_azure_native/securityinsights/v20230901preview/get_activity_custom_entity_query.py +1 -1
  1124. pulumi_azure_native/securityinsights/v20230901preview/get_anomalies.py +1 -1
  1125. pulumi_azure_native/securityinsights/v20230901preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  1126. pulumi_azure_native/securityinsights/v20230901preview/get_asc_data_connector.py +1 -1
  1127. pulumi_azure_native/securityinsights/v20230901preview/get_automation_rule.py +1 -1
  1128. pulumi_azure_native/securityinsights/v20230901preview/get_aws_cloud_trail_data_connector.py +1 -1
  1129. pulumi_azure_native/securityinsights/v20230901preview/get_aws_s3_data_connector.py +1 -1
  1130. pulumi_azure_native/securityinsights/v20230901preview/get_bookmark.py +1 -1
  1131. pulumi_azure_native/securityinsights/v20230901preview/get_bookmark_relation.py +1 -1
  1132. pulumi_azure_native/securityinsights/v20230901preview/get_codeless_api_polling_data_connector.py +1 -1
  1133. pulumi_azure_native/securityinsights/v20230901preview/get_codeless_ui_data_connector.py +1 -1
  1134. pulumi_azure_native/securityinsights/v20230901preview/get_content_package.py +1 -1
  1135. pulumi_azure_native/securityinsights/v20230901preview/get_content_template.py +1 -1
  1136. pulumi_azure_native/securityinsights/v20230901preview/get_customizable_connector_definition.py +1 -1
  1137. pulumi_azure_native/securityinsights/v20230901preview/get_dynamics365_data_connector.py +1 -1
  1138. pulumi_azure_native/securityinsights/v20230901preview/get_entity_analytics.py +1 -1
  1139. pulumi_azure_native/securityinsights/v20230901preview/get_eyes_on.py +1 -1
  1140. pulumi_azure_native/securityinsights/v20230901preview/get_fusion_alert_rule.py +1 -1
  1141. pulumi_azure_native/securityinsights/v20230901preview/get_gcp_data_connector.py +1 -1
  1142. pulumi_azure_native/securityinsights/v20230901preview/get_hunt.py +1 -1
  1143. pulumi_azure_native/securityinsights/v20230901preview/get_hunt_comment.py +1 -1
  1144. pulumi_azure_native/securityinsights/v20230901preview/get_hunt_relation.py +1 -1
  1145. pulumi_azure_native/securityinsights/v20230901preview/get_incident.py +1 -1
  1146. pulumi_azure_native/securityinsights/v20230901preview/get_incident_comment.py +1 -1
  1147. pulumi_azure_native/securityinsights/v20230901preview/get_incident_relation.py +1 -1
  1148. pulumi_azure_native/securityinsights/v20230901preview/get_incident_task.py +1 -1
  1149. pulumi_azure_native/securityinsights/v20230901preview/get_io_t_data_connector.py +1 -1
  1150. pulumi_azure_native/securityinsights/v20230901preview/get_mcas_data_connector.py +1 -1
  1151. pulumi_azure_native/securityinsights/v20230901preview/get_mdatp_data_connector.py +1 -1
  1152. pulumi_azure_native/securityinsights/v20230901preview/get_metadata.py +1 -1
  1153. pulumi_azure_native/securityinsights/v20230901preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  1154. pulumi_azure_native/securityinsights/v20230901preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1155. pulumi_azure_native/securityinsights/v20230901preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  1156. pulumi_azure_native/securityinsights/v20230901preview/get_msti_data_connector.py +1 -1
  1157. pulumi_azure_native/securityinsights/v20230901preview/get_mtp_data_connector.py +1 -1
  1158. pulumi_azure_native/securityinsights/v20230901preview/get_nrt_alert_rule.py +1 -1
  1159. pulumi_azure_native/securityinsights/v20230901preview/get_office365_project_data_connector.py +1 -1
  1160. pulumi_azure_native/securityinsights/v20230901preview/get_office_atp_data_connector.py +1 -1
  1161. pulumi_azure_native/securityinsights/v20230901preview/get_office_data_connector.py +1 -1
  1162. pulumi_azure_native/securityinsights/v20230901preview/get_office_irm_data_connector.py +1 -1
  1163. pulumi_azure_native/securityinsights/v20230901preview/get_office_power_bi_data_connector.py +1 -1
  1164. pulumi_azure_native/securityinsights/v20230901preview/get_scheduled_alert_rule.py +1 -1
  1165. pulumi_azure_native/securityinsights/v20230901preview/get_sentinel_onboarding_state.py +1 -1
  1166. pulumi_azure_native/securityinsights/v20230901preview/get_threat_intelligence_alert_rule.py +1 -1
  1167. pulumi_azure_native/securityinsights/v20230901preview/get_threat_intelligence_indicator.py +1 -1
  1168. pulumi_azure_native/securityinsights/v20230901preview/get_ti_data_connector.py +1 -1
  1169. pulumi_azure_native/securityinsights/v20230901preview/get_ti_taxii_data_connector.py +1 -1
  1170. pulumi_azure_native/securityinsights/v20230901preview/get_ueba.py +1 -1
  1171. pulumi_azure_native/securityinsights/v20230901preview/get_watchlist.py +1 -1
  1172. pulumi_azure_native/securityinsights/v20230901preview/get_watchlist_item.py +1 -1
  1173. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  1174. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  1175. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  1176. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  1177. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  1178. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  1179. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  1180. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  1181. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  1182. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  1183. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  1184. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1185. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1186. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  1187. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  1188. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  1189. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  1190. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  1191. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  1192. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  1193. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  1194. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  1195. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  1196. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  1197. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  1198. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  1199. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  1200. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  1201. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  1202. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  1203. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  1204. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  1205. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  1206. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  1207. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  1208. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  1209. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  1210. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  1211. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  1212. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  1213. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  1214. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  1215. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  1216. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  1217. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  1218. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  1219. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  1220. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  1221. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  1222. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  1223. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  1224. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  1225. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  1226. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  1227. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  1228. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  1229. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  1230. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  1231. pulumi_azure_native/securityinsights/v20231001preview/get_aad_data_connector.py +1 -1
  1232. pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py +1 -1
  1233. pulumi_azure_native/securityinsights/v20231001preview/get_action.py +1 -1
  1234. pulumi_azure_native/securityinsights/v20231001preview/get_activity_custom_entity_query.py +1 -1
  1235. pulumi_azure_native/securityinsights/v20231001preview/get_anomalies.py +1 -1
  1236. pulumi_azure_native/securityinsights/v20231001preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  1237. pulumi_azure_native/securityinsights/v20231001preview/get_asc_data_connector.py +1 -1
  1238. pulumi_azure_native/securityinsights/v20231001preview/get_automation_rule.py +1 -1
  1239. pulumi_azure_native/securityinsights/v20231001preview/get_aws_cloud_trail_data_connector.py +1 -1
  1240. pulumi_azure_native/securityinsights/v20231001preview/get_aws_s3_data_connector.py +1 -1
  1241. pulumi_azure_native/securityinsights/v20231001preview/get_bookmark.py +1 -1
  1242. pulumi_azure_native/securityinsights/v20231001preview/get_bookmark_relation.py +1 -1
  1243. pulumi_azure_native/securityinsights/v20231001preview/get_codeless_api_polling_data_connector.py +1 -1
  1244. pulumi_azure_native/securityinsights/v20231001preview/get_codeless_ui_data_connector.py +1 -1
  1245. pulumi_azure_native/securityinsights/v20231001preview/get_content_package.py +1 -1
  1246. pulumi_azure_native/securityinsights/v20231001preview/get_content_template.py +1 -1
  1247. pulumi_azure_native/securityinsights/v20231001preview/get_customizable_connector_definition.py +1 -1
  1248. pulumi_azure_native/securityinsights/v20231001preview/get_dynamics365_data_connector.py +1 -1
  1249. pulumi_azure_native/securityinsights/v20231001preview/get_entity_analytics.py +1 -1
  1250. pulumi_azure_native/securityinsights/v20231001preview/get_eyes_on.py +1 -1
  1251. pulumi_azure_native/securityinsights/v20231001preview/get_fusion_alert_rule.py +1 -1
  1252. pulumi_azure_native/securityinsights/v20231001preview/get_gcp_data_connector.py +1 -1
  1253. pulumi_azure_native/securityinsights/v20231001preview/get_hunt.py +1 -1
  1254. pulumi_azure_native/securityinsights/v20231001preview/get_hunt_comment.py +1 -1
  1255. pulumi_azure_native/securityinsights/v20231001preview/get_hunt_relation.py +1 -1
  1256. pulumi_azure_native/securityinsights/v20231001preview/get_incident.py +1 -1
  1257. pulumi_azure_native/securityinsights/v20231001preview/get_incident_comment.py +1 -1
  1258. pulumi_azure_native/securityinsights/v20231001preview/get_incident_relation.py +1 -1
  1259. pulumi_azure_native/securityinsights/v20231001preview/get_incident_task.py +1 -1
  1260. pulumi_azure_native/securityinsights/v20231001preview/get_io_t_data_connector.py +1 -1
  1261. pulumi_azure_native/securityinsights/v20231001preview/get_mcas_data_connector.py +1 -1
  1262. pulumi_azure_native/securityinsights/v20231001preview/get_mdatp_data_connector.py +1 -1
  1263. pulumi_azure_native/securityinsights/v20231001preview/get_metadata.py +1 -1
  1264. pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  1265. pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1266. pulumi_azure_native/securityinsights/v20231001preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  1267. pulumi_azure_native/securityinsights/v20231001preview/get_msti_data_connector.py +1 -1
  1268. pulumi_azure_native/securityinsights/v20231001preview/get_mtp_data_connector.py +1 -1
  1269. pulumi_azure_native/securityinsights/v20231001preview/get_nrt_alert_rule.py +1 -1
  1270. pulumi_azure_native/securityinsights/v20231001preview/get_office365_project_data_connector.py +1 -1
  1271. pulumi_azure_native/securityinsights/v20231001preview/get_office_atp_data_connector.py +1 -1
  1272. pulumi_azure_native/securityinsights/v20231001preview/get_office_data_connector.py +1 -1
  1273. pulumi_azure_native/securityinsights/v20231001preview/get_office_irm_data_connector.py +1 -1
  1274. pulumi_azure_native/securityinsights/v20231001preview/get_office_power_bi_data_connector.py +1 -1
  1275. pulumi_azure_native/securityinsights/v20231001preview/get_scheduled_alert_rule.py +1 -1
  1276. pulumi_azure_native/securityinsights/v20231001preview/get_sentinel_onboarding_state.py +1 -1
  1277. pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_alert_rule.py +1 -1
  1278. pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_indicator.py +1 -1
  1279. pulumi_azure_native/securityinsights/v20231001preview/get_ti_data_connector.py +1 -1
  1280. pulumi_azure_native/securityinsights/v20231001preview/get_ti_taxii_data_connector.py +1 -1
  1281. pulumi_azure_native/securityinsights/v20231001preview/get_ueba.py +1 -1
  1282. pulumi_azure_native/securityinsights/v20231001preview/get_watchlist.py +1 -1
  1283. pulumi_azure_native/securityinsights/v20231001preview/get_watchlist_item.py +1 -1
  1284. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  1285. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  1286. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  1287. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  1288. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  1289. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  1290. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  1291. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  1292. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  1293. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  1294. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  1295. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1296. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1297. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  1298. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  1299. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  1300. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  1301. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  1302. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  1303. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  1304. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  1305. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  1306. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  1307. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  1308. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  1309. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  1310. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  1311. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  1312. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  1313. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  1314. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  1315. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  1316. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  1317. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  1318. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  1319. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  1320. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  1321. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  1322. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  1323. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  1324. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  1325. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  1326. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  1327. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  1328. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  1329. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  1330. pulumi_azure_native/securityinsights/v20231101/get_aad_data_connector.py +1 -1
  1331. pulumi_azure_native/securityinsights/v20231101/get_aatp_data_connector.py +1 -1
  1332. pulumi_azure_native/securityinsights/v20231101/get_anomaly_security_ml_analytics_settings.py +1 -1
  1333. pulumi_azure_native/securityinsights/v20231101/get_asc_data_connector.py +1 -1
  1334. pulumi_azure_native/securityinsights/v20231101/get_automation_rule.py +1 -1
  1335. pulumi_azure_native/securityinsights/v20231101/get_aws_cloud_trail_data_connector.py +1 -1
  1336. pulumi_azure_native/securityinsights/v20231101/get_bookmark.py +1 -1
  1337. pulumi_azure_native/securityinsights/v20231101/get_content_package.py +1 -1
  1338. pulumi_azure_native/securityinsights/v20231101/get_content_template.py +1 -1
  1339. pulumi_azure_native/securityinsights/v20231101/get_fusion_alert_rule.py +1 -1
  1340. pulumi_azure_native/securityinsights/v20231101/get_incident.py +1 -1
  1341. pulumi_azure_native/securityinsights/v20231101/get_incident_comment.py +1 -1
  1342. pulumi_azure_native/securityinsights/v20231101/get_incident_relation.py +1 -1
  1343. pulumi_azure_native/securityinsights/v20231101/get_mcas_data_connector.py +1 -1
  1344. pulumi_azure_native/securityinsights/v20231101/get_mdatp_data_connector.py +1 -1
  1345. pulumi_azure_native/securityinsights/v20231101/get_metadata.py +1 -1
  1346. pulumi_azure_native/securityinsights/v20231101/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1347. pulumi_azure_native/securityinsights/v20231101/get_office_data_connector.py +1 -1
  1348. pulumi_azure_native/securityinsights/v20231101/get_scheduled_alert_rule.py +1 -1
  1349. pulumi_azure_native/securityinsights/v20231101/get_sentinel_onboarding_state.py +1 -1
  1350. pulumi_azure_native/securityinsights/v20231101/get_threat_intelligence_indicator.py +1 -1
  1351. pulumi_azure_native/securityinsights/v20231101/get_ti_data_connector.py +1 -1
  1352. pulumi_azure_native/securityinsights/v20231101/get_watchlist.py +1 -1
  1353. pulumi_azure_native/securityinsights/v20231101/get_watchlist_item.py +1 -1
  1354. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  1355. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  1356. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  1357. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  1358. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  1359. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  1360. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  1361. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  1362. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  1363. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  1364. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  1365. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  1366. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  1367. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  1368. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  1369. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  1370. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  1371. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  1372. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  1373. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  1374. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  1375. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  1376. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  1377. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  1378. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  1379. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  1380. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  1381. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  1382. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  1383. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  1384. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  1385. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  1386. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  1387. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  1388. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  1389. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  1390. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  1391. pulumi_azure_native/securityinsights/v20231201preview/get_aad_data_connector.py +1 -1
  1392. pulumi_azure_native/securityinsights/v20231201preview/get_aatp_data_connector.py +1 -1
  1393. pulumi_azure_native/securityinsights/v20231201preview/get_action.py +1 -1
  1394. pulumi_azure_native/securityinsights/v20231201preview/get_activity_custom_entity_query.py +1 -1
  1395. pulumi_azure_native/securityinsights/v20231201preview/get_anomalies.py +1 -1
  1396. pulumi_azure_native/securityinsights/v20231201preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  1397. pulumi_azure_native/securityinsights/v20231201preview/get_asc_data_connector.py +1 -1
  1398. pulumi_azure_native/securityinsights/v20231201preview/get_automation_rule.py +1 -1
  1399. pulumi_azure_native/securityinsights/v20231201preview/get_aws_cloud_trail_data_connector.py +1 -1
  1400. pulumi_azure_native/securityinsights/v20231201preview/get_aws_s3_data_connector.py +1 -1
  1401. pulumi_azure_native/securityinsights/v20231201preview/get_bookmark.py +1 -1
  1402. pulumi_azure_native/securityinsights/v20231201preview/get_bookmark_relation.py +1 -1
  1403. pulumi_azure_native/securityinsights/v20231201preview/get_codeless_api_polling_data_connector.py +1 -1
  1404. pulumi_azure_native/securityinsights/v20231201preview/get_codeless_ui_data_connector.py +1 -1
  1405. pulumi_azure_native/securityinsights/v20231201preview/get_content_package.py +1 -1
  1406. pulumi_azure_native/securityinsights/v20231201preview/get_content_template.py +1 -1
  1407. pulumi_azure_native/securityinsights/v20231201preview/get_customizable_connector_definition.py +1 -1
  1408. pulumi_azure_native/securityinsights/v20231201preview/get_dynamics365_data_connector.py +1 -1
  1409. pulumi_azure_native/securityinsights/v20231201preview/get_entity_analytics.py +1 -1
  1410. pulumi_azure_native/securityinsights/v20231201preview/get_eyes_on.py +1 -1
  1411. pulumi_azure_native/securityinsights/v20231201preview/get_fusion_alert_rule.py +1 -1
  1412. pulumi_azure_native/securityinsights/v20231201preview/get_gcp_data_connector.py +1 -1
  1413. pulumi_azure_native/securityinsights/v20231201preview/get_hunt.py +1 -1
  1414. pulumi_azure_native/securityinsights/v20231201preview/get_hunt_comment.py +1 -1
  1415. pulumi_azure_native/securityinsights/v20231201preview/get_hunt_relation.py +1 -1
  1416. pulumi_azure_native/securityinsights/v20231201preview/get_incident.py +1 -1
  1417. pulumi_azure_native/securityinsights/v20231201preview/get_incident_comment.py +1 -1
  1418. pulumi_azure_native/securityinsights/v20231201preview/get_incident_relation.py +1 -1
  1419. pulumi_azure_native/securityinsights/v20231201preview/get_incident_task.py +1 -1
  1420. pulumi_azure_native/securityinsights/v20231201preview/get_io_t_data_connector.py +1 -1
  1421. pulumi_azure_native/securityinsights/v20231201preview/get_mcas_data_connector.py +1 -1
  1422. pulumi_azure_native/securityinsights/v20231201preview/get_mdatp_data_connector.py +1 -1
  1423. pulumi_azure_native/securityinsights/v20231201preview/get_metadata.py +1 -1
  1424. pulumi_azure_native/securityinsights/v20231201preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  1425. pulumi_azure_native/securityinsights/v20231201preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1426. pulumi_azure_native/securityinsights/v20231201preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  1427. pulumi_azure_native/securityinsights/v20231201preview/get_msti_data_connector.py +1 -1
  1428. pulumi_azure_native/securityinsights/v20231201preview/get_mtp_data_connector.py +1 -1
  1429. pulumi_azure_native/securityinsights/v20231201preview/get_nrt_alert_rule.py +1 -1
  1430. pulumi_azure_native/securityinsights/v20231201preview/get_office365_project_data_connector.py +1 -1
  1431. pulumi_azure_native/securityinsights/v20231201preview/get_office_atp_data_connector.py +1 -1
  1432. pulumi_azure_native/securityinsights/v20231201preview/get_office_data_connector.py +1 -1
  1433. pulumi_azure_native/securityinsights/v20231201preview/get_office_irm_data_connector.py +1 -1
  1434. pulumi_azure_native/securityinsights/v20231201preview/get_office_power_bi_data_connector.py +1 -1
  1435. pulumi_azure_native/securityinsights/v20231201preview/get_scheduled_alert_rule.py +1 -1
  1436. pulumi_azure_native/securityinsights/v20231201preview/get_sentinel_onboarding_state.py +1 -1
  1437. pulumi_azure_native/securityinsights/v20231201preview/get_threat_intelligence_alert_rule.py +1 -1
  1438. pulumi_azure_native/securityinsights/v20231201preview/get_threat_intelligence_indicator.py +1 -1
  1439. pulumi_azure_native/securityinsights/v20231201preview/get_ti_data_connector.py +1 -1
  1440. pulumi_azure_native/securityinsights/v20231201preview/get_ti_taxii_data_connector.py +1 -1
  1441. pulumi_azure_native/securityinsights/v20231201preview/get_ueba.py +1 -1
  1442. pulumi_azure_native/securityinsights/v20231201preview/get_watchlist.py +1 -1
  1443. pulumi_azure_native/securityinsights/v20231201preview/get_watchlist_item.py +1 -1
  1444. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  1445. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  1446. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  1447. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  1448. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  1449. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  1450. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  1451. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  1452. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  1453. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  1454. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  1455. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1456. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1457. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  1458. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  1459. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  1460. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  1461. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  1462. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  1463. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  1464. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  1465. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  1466. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  1467. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  1468. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  1469. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  1470. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  1471. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  1472. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  1473. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  1474. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  1475. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  1476. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  1477. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  1478. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  1479. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  1480. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  1481. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  1482. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  1483. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  1484. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  1485. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  1486. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  1487. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  1488. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  1489. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  1490. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  1491. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  1492. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  1493. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  1494. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  1495. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  1496. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  1497. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  1498. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  1499. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  1500. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  1501. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  1502. pulumi_azure_native/securityinsights/v20240101preview/get_aad_data_connector.py +1 -1
  1503. pulumi_azure_native/securityinsights/v20240101preview/get_aatp_data_connector.py +1 -1
  1504. pulumi_azure_native/securityinsights/v20240101preview/get_action.py +1 -1
  1505. pulumi_azure_native/securityinsights/v20240101preview/get_activity_custom_entity_query.py +1 -1
  1506. pulumi_azure_native/securityinsights/v20240101preview/get_anomalies.py +1 -1
  1507. pulumi_azure_native/securityinsights/v20240101preview/get_anomaly_security_ml_analytics_settings.py +1 -1
  1508. pulumi_azure_native/securityinsights/v20240101preview/get_asc_data_connector.py +1 -1
  1509. pulumi_azure_native/securityinsights/v20240101preview/get_automation_rule.py +1 -1
  1510. pulumi_azure_native/securityinsights/v20240101preview/get_aws_cloud_trail_data_connector.py +1 -1
  1511. pulumi_azure_native/securityinsights/v20240101preview/get_aws_s3_data_connector.py +1 -1
  1512. pulumi_azure_native/securityinsights/v20240101preview/get_bookmark.py +1 -1
  1513. pulumi_azure_native/securityinsights/v20240101preview/get_bookmark_relation.py +1 -1
  1514. pulumi_azure_native/securityinsights/v20240101preview/get_codeless_api_polling_data_connector.py +1 -1
  1515. pulumi_azure_native/securityinsights/v20240101preview/get_codeless_ui_data_connector.py +1 -1
  1516. pulumi_azure_native/securityinsights/v20240101preview/get_content_package.py +1 -1
  1517. pulumi_azure_native/securityinsights/v20240101preview/get_content_template.py +1 -1
  1518. pulumi_azure_native/securityinsights/v20240101preview/get_customizable_connector_definition.py +1 -1
  1519. pulumi_azure_native/securityinsights/v20240101preview/get_dynamics365_data_connector.py +1 -1
  1520. pulumi_azure_native/securityinsights/v20240101preview/get_entity_analytics.py +1 -1
  1521. pulumi_azure_native/securityinsights/v20240101preview/get_eyes_on.py +1 -1
  1522. pulumi_azure_native/securityinsights/v20240101preview/get_fusion_alert_rule.py +1 -1
  1523. pulumi_azure_native/securityinsights/v20240101preview/get_gcp_data_connector.py +1 -1
  1524. pulumi_azure_native/securityinsights/v20240101preview/get_hunt.py +1 -1
  1525. pulumi_azure_native/securityinsights/v20240101preview/get_hunt_comment.py +1 -1
  1526. pulumi_azure_native/securityinsights/v20240101preview/get_hunt_relation.py +1 -1
  1527. pulumi_azure_native/securityinsights/v20240101preview/get_incident.py +1 -1
  1528. pulumi_azure_native/securityinsights/v20240101preview/get_incident_comment.py +1 -1
  1529. pulumi_azure_native/securityinsights/v20240101preview/get_incident_relation.py +1 -1
  1530. pulumi_azure_native/securityinsights/v20240101preview/get_incident_task.py +1 -1
  1531. pulumi_azure_native/securityinsights/v20240101preview/get_io_t_data_connector.py +1 -1
  1532. pulumi_azure_native/securityinsights/v20240101preview/get_mcas_data_connector.py +1 -1
  1533. pulumi_azure_native/securityinsights/v20240101preview/get_mdatp_data_connector.py +1 -1
  1534. pulumi_azure_native/securityinsights/v20240101preview/get_metadata.py +1 -1
  1535. pulumi_azure_native/securityinsights/v20240101preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
  1536. pulumi_azure_native/securityinsights/v20240101preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1537. pulumi_azure_native/securityinsights/v20240101preview/get_ml_behavior_analytics_alert_rule.py +1 -1
  1538. pulumi_azure_native/securityinsights/v20240101preview/get_msti_data_connector.py +1 -1
  1539. pulumi_azure_native/securityinsights/v20240101preview/get_mtp_data_connector.py +1 -1
  1540. pulumi_azure_native/securityinsights/v20240101preview/get_nrt_alert_rule.py +1 -1
  1541. pulumi_azure_native/securityinsights/v20240101preview/get_office365_project_data_connector.py +1 -1
  1542. pulumi_azure_native/securityinsights/v20240101preview/get_office_atp_data_connector.py +1 -1
  1543. pulumi_azure_native/securityinsights/v20240101preview/get_office_data_connector.py +1 -1
  1544. pulumi_azure_native/securityinsights/v20240101preview/get_office_irm_data_connector.py +1 -1
  1545. pulumi_azure_native/securityinsights/v20240101preview/get_office_power_bi_data_connector.py +1 -1
  1546. pulumi_azure_native/securityinsights/v20240101preview/get_rest_api_poller_data_connector.py +1 -1
  1547. pulumi_azure_native/securityinsights/v20240101preview/get_scheduled_alert_rule.py +1 -1
  1548. pulumi_azure_native/securityinsights/v20240101preview/get_sentinel_onboarding_state.py +1 -1
  1549. pulumi_azure_native/securityinsights/v20240101preview/get_threat_intelligence_alert_rule.py +1 -1
  1550. pulumi_azure_native/securityinsights/v20240101preview/get_threat_intelligence_indicator.py +1 -1
  1551. pulumi_azure_native/securityinsights/v20240101preview/get_ti_data_connector.py +1 -1
  1552. pulumi_azure_native/securityinsights/v20240101preview/get_ti_taxii_data_connector.py +1 -1
  1553. pulumi_azure_native/securityinsights/v20240101preview/get_ueba.py +1 -1
  1554. pulumi_azure_native/securityinsights/v20240101preview/get_watchlist.py +1 -1
  1555. pulumi_azure_native/securityinsights/v20240101preview/get_watchlist_item.py +1 -1
  1556. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  1557. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  1558. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  1559. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  1560. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  1561. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  1562. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  1563. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  1564. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  1565. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  1566. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  1567. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1568. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1569. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  1570. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  1571. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  1572. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  1573. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  1574. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  1575. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  1576. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  1577. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  1578. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  1579. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  1580. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  1581. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  1582. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  1583. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  1584. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  1585. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  1586. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  1587. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  1588. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  1589. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  1590. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  1591. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  1592. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  1593. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  1594. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  1595. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  1596. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  1597. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  1598. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  1599. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  1600. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  1601. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  1602. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  1603. pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py +1 -1
  1604. pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py +1 -1
  1605. pulumi_azure_native/securityinsights/v20240301/get_anomaly_security_ml_analytics_settings.py +1 -1
  1606. pulumi_azure_native/securityinsights/v20240301/get_asc_data_connector.py +1 -1
  1607. pulumi_azure_native/securityinsights/v20240301/get_automation_rule.py +1 -1
  1608. pulumi_azure_native/securityinsights/v20240301/get_aws_cloud_trail_data_connector.py +1 -1
  1609. pulumi_azure_native/securityinsights/v20240301/get_bookmark.py +1 -1
  1610. pulumi_azure_native/securityinsights/v20240301/get_content_package.py +1 -1
  1611. pulumi_azure_native/securityinsights/v20240301/get_content_template.py +1 -1
  1612. pulumi_azure_native/securityinsights/v20240301/get_fusion_alert_rule.py +1 -1
  1613. pulumi_azure_native/securityinsights/v20240301/get_incident.py +1 -1
  1614. pulumi_azure_native/securityinsights/v20240301/get_incident_comment.py +1 -1
  1615. pulumi_azure_native/securityinsights/v20240301/get_incident_relation.py +1 -1
  1616. pulumi_azure_native/securityinsights/v20240301/get_incident_task.py +1 -1
  1617. pulumi_azure_native/securityinsights/v20240301/get_mcas_data_connector.py +1 -1
  1618. pulumi_azure_native/securityinsights/v20240301/get_mdatp_data_connector.py +1 -1
  1619. pulumi_azure_native/securityinsights/v20240301/get_metadata.py +1 -1
  1620. pulumi_azure_native/securityinsights/v20240301/get_microsoft_security_incident_creation_alert_rule.py +1 -1
  1621. pulumi_azure_native/securityinsights/v20240301/get_office_data_connector.py +1 -1
  1622. pulumi_azure_native/securityinsights/v20240301/get_scheduled_alert_rule.py +1 -1
  1623. pulumi_azure_native/securityinsights/v20240301/get_sentinel_onboarding_state.py +1 -1
  1624. pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator.py +1 -1
  1625. pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py +1 -1
  1626. pulumi_azure_native/securityinsights/v20240301/get_watchlist.py +1 -1
  1627. pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py +1 -1
  1628. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  1629. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  1630. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  1631. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  1632. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  1633. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  1634. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  1635. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  1636. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  1637. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  1638. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  1639. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  1640. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  1641. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  1642. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  1643. pulumi_azure_native/securityinsights/v20240401preview/__init__.py +138 -0
  1644. pulumi_azure_native/securityinsights/v20240401preview/_enums.py +1494 -0
  1645. pulumi_azure_native/securityinsights/v20240401preview/_inputs.py +10943 -0
  1646. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +295 -0
  1647. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +295 -0
  1648. pulumi_azure_native/securityinsights/v20240401preview/action.py +282 -0
  1649. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +517 -0
  1650. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +244 -0
  1651. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +629 -0
  1652. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +294 -0
  1653. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +360 -0
  1654. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +295 -0
  1655. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +356 -0
  1656. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +668 -0
  1657. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +281 -0
  1658. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +268 -0
  1659. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +294 -0
  1660. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +265 -0
  1661. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +874 -0
  1662. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +955 -0
  1663. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +353 -0
  1664. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +296 -0
  1665. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +264 -0
  1666. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +244 -0
  1667. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +402 -0
  1668. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +424 -0
  1669. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +354 -0
  1670. pulumi_azure_native/securityinsights/v20240401preview/get_aad_data_connector.py +192 -0
  1671. pulumi_azure_native/securityinsights/v20240401preview/get_aatp_data_connector.py +192 -0
  1672. pulumi_azure_native/securityinsights/v20240401preview/get_action.py +183 -0
  1673. pulumi_azure_native/securityinsights/v20240401preview/get_activity_custom_entity_query.py +318 -0
  1674. pulumi_azure_native/securityinsights/v20240401preview/get_anomalies.py +178 -0
  1675. pulumi_azure_native/securityinsights/v20240401preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  1676. pulumi_azure_native/securityinsights/v20240401preview/get_asc_data_connector.py +192 -0
  1677. pulumi_azure_native/securityinsights/v20240401preview/get_automation_rule.py +258 -0
  1678. pulumi_azure_native/securityinsights/v20240401preview/get_aws_cloud_trail_data_connector.py +192 -0
  1679. pulumi_azure_native/securityinsights/v20240401preview/get_aws_s3_data_connector.py +220 -0
  1680. pulumi_azure_native/securityinsights/v20240401preview/get_bookmark.py +373 -0
  1681. pulumi_azure_native/securityinsights/v20240401preview/get_bookmark_relation.py +211 -0
  1682. pulumi_azure_native/securityinsights/v20240401preview/get_business_application_agent.py +196 -0
  1683. pulumi_azure_native/securityinsights/v20240401preview/get_codeless_api_polling_data_connector.py +192 -0
  1684. pulumi_azure_native/securityinsights/v20240401preview/get_codeless_ui_data_connector.py +178 -0
  1685. pulumi_azure_native/securityinsights/v20240401preview/get_content_package.py +471 -0
  1686. pulumi_azure_native/securityinsights/v20240401preview/get_content_template.py +533 -0
  1687. pulumi_azure_native/securityinsights/v20240401preview/get_customizable_connector_definition.py +220 -0
  1688. pulumi_azure_native/securityinsights/v20240401preview/get_dynamics365_data_connector.py +192 -0
  1689. pulumi_azure_native/securityinsights/v20240401preview/get_entities_get_timeline.py +132 -0
  1690. pulumi_azure_native/securityinsights/v20240401preview/get_entity_analytics.py +178 -0
  1691. pulumi_azure_native/securityinsights/v20240401preview/get_entity_insights.py +131 -0
  1692. pulumi_azure_native/securityinsights/v20240401preview/get_eyes_on.py +178 -0
  1693. pulumi_azure_native/securityinsights/v20240401preview/get_file_import.py +317 -0
  1694. pulumi_azure_native/securityinsights/v20240401preview/get_fusion_alert_rule.py +318 -0
  1695. pulumi_azure_native/securityinsights/v20240401preview/get_gcp_data_connector.py +220 -0
  1696. pulumi_azure_native/securityinsights/v20240401preview/get_hunt.py +261 -0
  1697. pulumi_azure_native/securityinsights/v20240401preview/get_hunt_comment.py +169 -0
  1698. pulumi_azure_native/securityinsights/v20240401preview/get_hunt_relation.py +225 -0
  1699. pulumi_azure_native/securityinsights/v20240401preview/get_incident.py +426 -0
  1700. pulumi_azure_native/securityinsights/v20240401preview/get_incident_comment.py +211 -0
  1701. pulumi_azure_native/securityinsights/v20240401preview/get_incident_relation.py +211 -0
  1702. pulumi_azure_native/securityinsights/v20240401preview/get_incident_task.py +247 -0
  1703. pulumi_azure_native/securityinsights/v20240401preview/get_io_t_data_connector.py +192 -0
  1704. pulumi_azure_native/securityinsights/v20240401preview/get_mcas_data_connector.py +192 -0
  1705. pulumi_azure_native/securityinsights/v20240401preview/get_mdatp_data_connector.py +192 -0
  1706. pulumi_azure_native/securityinsights/v20240401preview/get_metadata.py +415 -0
  1707. pulumi_azure_native/securityinsights/v20240401preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  1708. pulumi_azure_native/securityinsights/v20240401preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  1709. pulumi_azure_native/securityinsights/v20240401preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  1710. pulumi_azure_native/securityinsights/v20240401preview/get_msti_data_connector.py +192 -0
  1711. pulumi_azure_native/securityinsights/v20240401preview/get_mtp_data_connector.py +206 -0
  1712. pulumi_azure_native/securityinsights/v20240401preview/get_nrt_alert_rule.py +430 -0
  1713. pulumi_azure_native/securityinsights/v20240401preview/get_office365_project_data_connector.py +192 -0
  1714. pulumi_azure_native/securityinsights/v20240401preview/get_office_atp_data_connector.py +192 -0
  1715. pulumi_azure_native/securityinsights/v20240401preview/get_office_data_connector.py +192 -0
  1716. pulumi_azure_native/securityinsights/v20240401preview/get_office_irm_data_connector.py +192 -0
  1717. pulumi_azure_native/securityinsights/v20240401preview/get_office_power_bi_data_connector.py +192 -0
  1718. pulumi_azure_native/securityinsights/v20240401preview/get_rest_api_poller_data_connector.py +290 -0
  1719. pulumi_azure_native/securityinsights/v20240401preview/get_scheduled_alert_rule.py +486 -0
  1720. pulumi_azure_native/securityinsights/v20240401preview/get_sentinel_onboarding_state.py +163 -0
  1721. pulumi_azure_native/securityinsights/v20240401preview/get_system.py +205 -0
  1722. pulumi_azure_native/securityinsights/v20240401preview/get_threat_intelligence_alert_rule.py +290 -0
  1723. pulumi_azure_native/securityinsights/v20240401preview/get_threat_intelligence_indicator.py +163 -0
  1724. pulumi_azure_native/securityinsights/v20240401preview/get_ti_data_connector.py +206 -0
  1725. pulumi_azure_native/securityinsights/v20240401preview/get_ti_taxii_data_connector.py +304 -0
  1726. pulumi_azure_native/securityinsights/v20240401preview/get_ueba.py +178 -0
  1727. pulumi_azure_native/securityinsights/v20240401preview/get_watchlist.py +457 -0
  1728. pulumi_azure_native/securityinsights/v20240401preview/get_watchlist_item.py +295 -0
  1729. pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_assignment.py +205 -0
  1730. pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_configuration.py +163 -0
  1731. pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_group.py +191 -0
  1732. pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_member.py +177 -0
  1733. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +444 -0
  1734. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +251 -0
  1735. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +310 -0
  1736. pulumi_azure_native/securityinsights/v20240401preview/incident.py +612 -0
  1737. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +281 -0
  1738. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +281 -0
  1739. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +380 -0
  1740. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +294 -0
  1741. pulumi_azure_native/securityinsights/v20240401preview/list_geodata_by_ip.py +322 -0
  1742. pulumi_azure_native/securityinsights/v20240401preview/list_source_control_repositories.py +138 -0
  1743. pulumi_azure_native/securityinsights/v20240401preview/list_system_actions.py +113 -0
  1744. pulumi_azure_native/securityinsights/v20240401preview/list_whois_by_domain.py +169 -0
  1745. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +296 -0
  1746. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +295 -0
  1747. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +755 -0
  1748. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +296 -0
  1749. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  1750. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +364 -0
  1751. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +296 -0
  1752. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +325 -0
  1753. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +774 -0
  1754. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +296 -0
  1755. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +295 -0
  1756. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +296 -0
  1757. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +295 -0
  1758. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +296 -0
  1759. pulumi_azure_native/securityinsights/v20240401preview/outputs.py +10545 -0
  1760. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +500 -0
  1761. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +894 -0
  1762. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +229 -0
  1763. pulumi_azure_native/securityinsights/v20240401preview/system.py +311 -0
  1764. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +364 -0
  1765. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +793 -0
  1766. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +325 -0
  1767. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +529 -0
  1768. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +264 -0
  1769. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +804 -0
  1770. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +493 -0
  1771. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +281 -0
  1772. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +231 -0
  1773. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +289 -0
  1774. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +260 -0
  1775. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1776. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1777. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  1778. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  1779. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  1780. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  1781. pulumi_azure_native/servicelinker/__init__.py +3 -0
  1782. pulumi_azure_native/servicelinker/connector.py +3 -3
  1783. pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
  1784. pulumi_azure_native/servicelinker/get_connector.py +2 -2
  1785. pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
  1786. pulumi_azure_native/servicelinker/get_linker.py +2 -2
  1787. pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
  1788. pulumi_azure_native/servicelinker/linker.py +3 -3
  1789. pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
  1790. pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
  1791. pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
  1792. pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
  1793. pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
  1794. pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
  1795. pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
  1796. pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
  1797. pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
  1798. pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
  1799. pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
  1800. pulumi_azure_native/servicelinker/v20240401/connector.py +1 -1
  1801. pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +1 -1
  1802. pulumi_azure_native/servicelinker/v20240401/linker.py +1 -1
  1803. pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +1 -1
  1804. pulumi_azure_native/servicelinker/v20240701preview/__init__.py +19 -0
  1805. pulumi_azure_native/servicelinker/v20240701preview/_enums.py +151 -0
  1806. pulumi_azure_native/servicelinker/v20240701preview/_inputs.py +2620 -0
  1807. pulumi_azure_native/servicelinker/v20240701preview/connector.py +454 -0
  1808. pulumi_azure_native/servicelinker/v20240701preview/connector_dryrun.py +271 -0
  1809. pulumi_azure_native/servicelinker/v20240701preview/get_connector.py +267 -0
  1810. pulumi_azure_native/servicelinker/v20240701preview/get_connector_dryrun.py +197 -0
  1811. pulumi_azure_native/servicelinker/v20240701preview/get_linker.py +255 -0
  1812. pulumi_azure_native/servicelinker/v20240701preview/get_linker_dryrun.py +185 -0
  1813. pulumi_azure_native/servicelinker/v20240701preview/linker.py +413 -0
  1814. pulumi_azure_native/servicelinker/v20240701preview/linker_dryrun.py +230 -0
  1815. pulumi_azure_native/servicelinker/v20240701preview/list_linker_configurations.py +87 -0
  1816. pulumi_azure_native/servicelinker/v20240701preview/outputs.py +2522 -0
  1817. pulumi_azure_native/videoindexer/__init__.py +3 -0
  1818. pulumi_azure_native/videoindexer/account.py +3 -3
  1819. pulumi_azure_native/videoindexer/get_account.py +2 -2
  1820. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  1821. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  1822. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  1823. pulumi_azure_native/videoindexer/v20240601preview/account.py +1 -1
  1824. pulumi_azure_native/videoindexer/v20240923preview/__init__.py +12 -0
  1825. pulumi_azure_native/videoindexer/v20240923preview/_enums.py +19 -0
  1826. pulumi_azure_native/videoindexer/v20240923preview/_inputs.py +195 -0
  1827. pulumi_azure_native/videoindexer/v20240923preview/account.py +398 -0
  1828. pulumi_azure_native/videoindexer/v20240923preview/get_account.py +283 -0
  1829. pulumi_azure_native/videoindexer/v20240923preview/outputs.py +373 -0
  1830. pulumi_azure_native/web/__init__.py +3 -0
  1831. pulumi_azure_native/web/app_service_environment.py +3 -3
  1832. pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
  1833. pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
  1834. pulumi_azure_native/web/app_service_plan.py +3 -3
  1835. pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
  1836. pulumi_azure_native/web/certificate.py +3 -3
  1837. pulumi_azure_native/web/container_app.py +3 -3
  1838. pulumi_azure_native/web/get_app_service_environment.py +2 -2
  1839. pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
  1840. pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
  1841. pulumi_azure_native/web/get_app_service_plan.py +2 -2
  1842. pulumi_azure_native/web/get_certificate.py +2 -2
  1843. pulumi_azure_native/web/get_container_app.py +2 -2
  1844. pulumi_azure_native/web/get_kube_environment.py +2 -2
  1845. pulumi_azure_native/web/get_static_site.py +2 -2
  1846. pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
  1847. pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
  1848. pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
  1849. pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
  1850. pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
  1851. pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
  1852. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
  1853. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
  1854. pulumi_azure_native/web/get_web_app.py +2 -2
  1855. pulumi_azure_native/web/get_web_app_deployment.py +2 -2
  1856. pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
  1857. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
  1858. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
  1859. pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
  1860. pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
  1861. pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
  1862. pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
  1863. pulumi_azure_native/web/get_web_app_function.py +2 -2
  1864. pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
  1865. pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
  1866. pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
  1867. pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
  1868. pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
  1869. pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
  1870. pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
  1871. pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
  1872. pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
  1873. pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
  1874. pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
  1875. pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
  1876. pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
  1877. pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
  1878. pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
  1879. pulumi_azure_native/web/get_web_app_site_container.py +4 -0
  1880. pulumi_azure_native/web/get_web_app_site_container_slot.py +4 -0
  1881. pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
  1882. pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
  1883. pulumi_azure_native/web/get_web_app_slot.py +2 -2
  1884. pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
  1885. pulumi_azure_native/web/get_web_app_source_control.py +2 -2
  1886. pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
  1887. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
  1888. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
  1889. pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
  1890. pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
  1891. pulumi_azure_native/web/kube_environment.py +3 -3
  1892. pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
  1893. pulumi_azure_native/web/list_container_app_secrets.py +2 -2
  1894. pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
  1895. pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
  1896. pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
  1897. pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
  1898. pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
  1899. pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
  1900. pulumi_azure_native/web/list_static_site_secrets.py +2 -2
  1901. pulumi_azure_native/web/list_static_site_users.py +2 -2
  1902. pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
  1903. pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
  1904. pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
  1905. pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
  1906. pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
  1907. pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
  1908. pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
  1909. pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
  1910. pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
  1911. pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
  1912. pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
  1913. pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
  1914. pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
  1915. pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
  1916. pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
  1917. pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
  1918. pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
  1919. pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
  1920. pulumi_azure_native/web/list_web_app_metadata.py +2 -2
  1921. pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
  1922. pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
  1923. pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
  1924. pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
  1925. pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
  1926. pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
  1927. pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
  1928. pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
  1929. pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
  1930. pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
  1931. pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
  1932. pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
  1933. pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
  1934. pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
  1935. pulumi_azure_native/web/static_site.py +3 -3
  1936. pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
  1937. pulumi_azure_native/web/static_site_custom_domain.py +3 -3
  1938. pulumi_azure_native/web/static_site_database_connection.py +3 -3
  1939. pulumi_azure_native/web/static_site_linked_backend.py +3 -3
  1940. pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
  1941. pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
  1942. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
  1943. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
  1944. pulumi_azure_native/web/v20160301/certificate.py +1 -1
  1945. pulumi_azure_native/web/v20160801/web_app.py +1 -1
  1946. pulumi_azure_native/web/v20160801/web_app_backup_configuration.py +1 -1
  1947. pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py +1 -1
  1948. pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1949. pulumi_azure_native/web/v20160801/web_app_function.py +1 -1
  1950. pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py +1 -1
  1951. pulumi_azure_native/web/v20160801/web_app_premier_add_on.py +1 -1
  1952. pulumi_azure_native/web/v20160801/web_app_premier_add_on_slot.py +1 -1
  1953. pulumi_azure_native/web/v20160801/web_app_site_extension.py +1 -1
  1954. pulumi_azure_native/web/v20160801/web_app_site_extension_slot.py +1 -1
  1955. pulumi_azure_native/web/v20160801/web_app_slot.py +1 -1
  1956. pulumi_azure_native/web/v20160901/app_service_plan.py +1 -1
  1957. pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py +1 -1
  1958. pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1959. pulumi_azure_native/web/v20181101/web_app.py +1 -1
  1960. pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1961. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py +1 -1
  1962. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py +1 -1
  1963. pulumi_azure_native/web/v20181101/web_app_slot.py +1 -1
  1964. pulumi_azure_native/web/v20190801/app_service_environment.py +1 -1
  1965. pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1966. pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py +1 -1
  1967. pulumi_azure_native/web/v20190801/web_app_scm_allowed.py +1 -1
  1968. pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1969. pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py +1 -1
  1970. pulumi_azure_native/web/v20200601/web_app_scm_allowed.py +1 -1
  1971. pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1972. pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py +1 -1
  1973. pulumi_azure_native/web/v20200901/web_app_scm_allowed.py +1 -1
  1974. pulumi_azure_native/web/v20201001/app_service_environment.py +1 -1
  1975. pulumi_azure_native/web/v20201001/app_service_plan.py +1 -1
  1976. pulumi_azure_native/web/v20201001/app_service_plan_route_for_vnet.py +1 -1
  1977. pulumi_azure_native/web/v20201001/certificate.py +1 -1
  1978. pulumi_azure_native/web/v20201001/static_site.py +1 -1
  1979. pulumi_azure_native/web/v20201001/web_app.py +1 -1
  1980. pulumi_azure_native/web/v20201001/web_app_application_settings.py +1 -1
  1981. pulumi_azure_native/web/v20201001/web_app_application_settings_slot.py +1 -1
  1982. pulumi_azure_native/web/v20201001/web_app_auth_settings.py +1 -1
  1983. pulumi_azure_native/web/v20201001/web_app_auth_settings_slot.py +1 -1
  1984. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts.py +1 -1
  1985. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts_slot.py +1 -1
  1986. pulumi_azure_native/web/v20201001/web_app_backup_configuration.py +1 -1
  1987. pulumi_azure_native/web/v20201001/web_app_backup_configuration_slot.py +1 -1
  1988. pulumi_azure_native/web/v20201001/web_app_connection_strings.py +1 -1
  1989. pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py +1 -1
  1990. pulumi_azure_native/web/v20201001/web_app_deployment.py +1 -1
  1991. pulumi_azure_native/web/v20201001/web_app_deployment_slot.py +1 -1
  1992. pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py +1 -1
  1993. pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +1 -1
  1994. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py +1 -1
  1995. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py +1 -1
  1996. pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py +1 -1
  1997. pulumi_azure_native/web/v20201001/web_app_function.py +1 -1
  1998. pulumi_azure_native/web/v20201001/web_app_host_name_binding.py +1 -1
  1999. pulumi_azure_native/web/v20201001/web_app_host_name_binding_slot.py +1 -1
  2000. pulumi_azure_native/web/v20201001/web_app_hybrid_connection.py +1 -1
  2001. pulumi_azure_native/web/v20201001/web_app_hybrid_connection_slot.py +1 -1
  2002. pulumi_azure_native/web/v20201001/web_app_instance_function_slot.py +1 -1
  2003. pulumi_azure_native/web/v20201001/web_app_metadata.py +1 -1
  2004. pulumi_azure_native/web/v20201001/web_app_metadata_slot.py +1 -1
  2005. pulumi_azure_native/web/v20201001/web_app_premier_add_on.py +1 -1
  2006. pulumi_azure_native/web/v20201001/web_app_premier_add_on_slot.py +1 -1
  2007. pulumi_azure_native/web/v20201001/web_app_private_endpoint_connection.py +1 -1
  2008. pulumi_azure_native/web/v20201001/web_app_public_certificate.py +1 -1
  2009. pulumi_azure_native/web/v20201001/web_app_public_certificate_slot.py +1 -1
  2010. pulumi_azure_native/web/v20201001/web_app_relay_service_connection.py +1 -1
  2011. pulumi_azure_native/web/v20201001/web_app_relay_service_connection_slot.py +1 -1
  2012. pulumi_azure_native/web/v20201001/web_app_scm_allowed.py +1 -1
  2013. pulumi_azure_native/web/v20201001/web_app_site_extension.py +1 -1
  2014. pulumi_azure_native/web/v20201001/web_app_site_extension_slot.py +1 -1
  2015. pulumi_azure_native/web/v20201001/web_app_site_push_settings.py +1 -1
  2016. pulumi_azure_native/web/v20201001/web_app_site_push_settings_slot.py +1 -1
  2017. pulumi_azure_native/web/v20201001/web_app_slot.py +1 -1
  2018. pulumi_azure_native/web/v20201001/web_app_slot_configuration_names.py +1 -1
  2019. pulumi_azure_native/web/v20201001/web_app_source_control.py +1 -1
  2020. pulumi_azure_native/web/v20201001/web_app_source_control_slot.py +1 -1
  2021. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py +1 -1
  2022. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py +1 -1
  2023. pulumi_azure_native/web/v20201001/web_app_vnet_connection.py +1 -1
  2024. pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py +1 -1
  2025. pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2026. pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py +1 -1
  2027. pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +1 -1
  2028. pulumi_azure_native/web/v20201201/web_app_scm_allowed.py +1 -1
  2029. pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +1 -1
  2030. pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2031. pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py +1 -1
  2032. pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +1 -1
  2033. pulumi_azure_native/web/v20210101/web_app_scm_allowed.py +1 -1
  2034. pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +1 -1
  2035. pulumi_azure_native/web/v20210115/app_service_environment.py +1 -1
  2036. pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2037. pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py +1 -1
  2038. pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +1 -1
  2039. pulumi_azure_native/web/v20210115/web_app_scm_allowed.py +1 -1
  2040. pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +1 -1
  2041. pulumi_azure_native/web/v20210201/static_site.py +1 -1
  2042. pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2043. pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py +1 -1
  2044. pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +1 -1
  2045. pulumi_azure_native/web/v20210201/web_app_scm_allowed.py +1 -1
  2046. pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +1 -1
  2047. pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2048. pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py +1 -1
  2049. pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +1 -1
  2050. pulumi_azure_native/web/v20210301/web_app_scm_allowed.py +1 -1
  2051. pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +1 -1
  2052. pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2053. pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py +1 -1
  2054. pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +1 -1
  2055. pulumi_azure_native/web/v20220301/web_app_scm_allowed.py +1 -1
  2056. pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +1 -1
  2057. pulumi_azure_native/web/v20220901/app_service_environment.py +1 -1
  2058. pulumi_azure_native/web/v20220901/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  2059. pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +1 -1
  2060. pulumi_azure_native/web/v20220901/app_service_plan.py +1 -1
  2061. pulumi_azure_native/web/v20220901/app_service_plan_route_for_vnet.py +1 -1
  2062. pulumi_azure_native/web/v20220901/certificate.py +1 -1
  2063. pulumi_azure_native/web/v20220901/kube_environment.py +1 -1
  2064. pulumi_azure_native/web/v20220901/static_site.py +1 -1
  2065. pulumi_azure_native/web/v20220901/static_site_build_database_connection.py +1 -1
  2066. pulumi_azure_native/web/v20220901/static_site_custom_domain.py +1 -1
  2067. pulumi_azure_native/web/v20220901/static_site_database_connection.py +1 -1
  2068. pulumi_azure_native/web/v20220901/static_site_linked_backend.py +1 -1
  2069. pulumi_azure_native/web/v20220901/static_site_linked_backend_for_build.py +1 -1
  2070. pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +1 -1
  2071. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site.py +1 -1
  2072. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  2073. pulumi_azure_native/web/v20220901/web_app.py +1 -1
  2074. pulumi_azure_native/web/v20220901/web_app_application_settings.py +1 -1
  2075. pulumi_azure_native/web/v20220901/web_app_application_settings_slot.py +1 -1
  2076. pulumi_azure_native/web/v20220901/web_app_auth_settings.py +1 -1
  2077. pulumi_azure_native/web/v20220901/web_app_auth_settings_slot.py +1 -1
  2078. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts.py +1 -1
  2079. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts_slot.py +1 -1
  2080. pulumi_azure_native/web/v20220901/web_app_backup_configuration.py +1 -1
  2081. pulumi_azure_native/web/v20220901/web_app_backup_configuration_slot.py +1 -1
  2082. pulumi_azure_native/web/v20220901/web_app_connection_strings.py +1 -1
  2083. pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py +1 -1
  2084. pulumi_azure_native/web/v20220901/web_app_deployment.py +1 -1
  2085. pulumi_azure_native/web/v20220901/web_app_deployment_slot.py +1 -1
  2086. pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py +1 -1
  2087. pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2088. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py +1 -1
  2089. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py +1 -1
  2090. pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py +1 -1
  2091. pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +1 -1
  2092. pulumi_azure_native/web/v20220901/web_app_function.py +1 -1
  2093. pulumi_azure_native/web/v20220901/web_app_host_name_binding.py +1 -1
  2094. pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py +1 -1
  2095. pulumi_azure_native/web/v20220901/web_app_hybrid_connection.py +1 -1
  2096. pulumi_azure_native/web/v20220901/web_app_hybrid_connection_slot.py +1 -1
  2097. pulumi_azure_native/web/v20220901/web_app_instance_function_slot.py +1 -1
  2098. pulumi_azure_native/web/v20220901/web_app_metadata.py +1 -1
  2099. pulumi_azure_native/web/v20220901/web_app_metadata_slot.py +1 -1
  2100. pulumi_azure_native/web/v20220901/web_app_premier_add_on.py +1 -1
  2101. pulumi_azure_native/web/v20220901/web_app_premier_add_on_slot.py +1 -1
  2102. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +1 -1
  2103. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +1 -1
  2104. pulumi_azure_native/web/v20220901/web_app_public_certificate.py +1 -1
  2105. pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py +1 -1
  2106. pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py +1 -1
  2107. pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py +1 -1
  2108. pulumi_azure_native/web/v20220901/web_app_scm_allowed.py +1 -1
  2109. pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +1 -1
  2110. pulumi_azure_native/web/v20220901/web_app_site_extension.py +1 -1
  2111. pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py +1 -1
  2112. pulumi_azure_native/web/v20220901/web_app_site_push_settings.py +1 -1
  2113. pulumi_azure_native/web/v20220901/web_app_site_push_settings_slot.py +1 -1
  2114. pulumi_azure_native/web/v20220901/web_app_slot.py +1 -1
  2115. pulumi_azure_native/web/v20220901/web_app_slot_configuration_names.py +1 -1
  2116. pulumi_azure_native/web/v20220901/web_app_source_control.py +1 -1
  2117. pulumi_azure_native/web/v20220901/web_app_source_control_slot.py +1 -1
  2118. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py +1 -1
  2119. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py +1 -1
  2120. pulumi_azure_native/web/v20220901/web_app_vnet_connection.py +1 -1
  2121. pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py +1 -1
  2122. pulumi_azure_native/web/v20230101/app_service_environment.py +1 -1
  2123. pulumi_azure_native/web/v20230101/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  2124. pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +1 -1
  2125. pulumi_azure_native/web/v20230101/app_service_plan.py +1 -1
  2126. pulumi_azure_native/web/v20230101/app_service_plan_route_for_vnet.py +1 -1
  2127. pulumi_azure_native/web/v20230101/certificate.py +1 -1
  2128. pulumi_azure_native/web/v20230101/container_app.py +1 -1
  2129. pulumi_azure_native/web/v20230101/kube_environment.py +1 -1
  2130. pulumi_azure_native/web/v20230101/static_site.py +1 -1
  2131. pulumi_azure_native/web/v20230101/static_site_build_database_connection.py +1 -1
  2132. pulumi_azure_native/web/v20230101/static_site_custom_domain.py +1 -1
  2133. pulumi_azure_native/web/v20230101/static_site_database_connection.py +1 -1
  2134. pulumi_azure_native/web/v20230101/static_site_linked_backend.py +1 -1
  2135. pulumi_azure_native/web/v20230101/static_site_linked_backend_for_build.py +1 -1
  2136. pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +1 -1
  2137. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site.py +1 -1
  2138. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  2139. pulumi_azure_native/web/v20230101/web_app.py +1 -1
  2140. pulumi_azure_native/web/v20230101/web_app_application_settings.py +1 -1
  2141. pulumi_azure_native/web/v20230101/web_app_application_settings_slot.py +1 -1
  2142. pulumi_azure_native/web/v20230101/web_app_auth_settings.py +1 -1
  2143. pulumi_azure_native/web/v20230101/web_app_auth_settings_slot.py +1 -1
  2144. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts.py +1 -1
  2145. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts_slot.py +1 -1
  2146. pulumi_azure_native/web/v20230101/web_app_backup_configuration.py +1 -1
  2147. pulumi_azure_native/web/v20230101/web_app_backup_configuration_slot.py +1 -1
  2148. pulumi_azure_native/web/v20230101/web_app_connection_strings.py +1 -1
  2149. pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py +1 -1
  2150. pulumi_azure_native/web/v20230101/web_app_deployment.py +1 -1
  2151. pulumi_azure_native/web/v20230101/web_app_deployment_slot.py +1 -1
  2152. pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py +1 -1
  2153. pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2154. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py +1 -1
  2155. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py +1 -1
  2156. pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py +1 -1
  2157. pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +1 -1
  2158. pulumi_azure_native/web/v20230101/web_app_function.py +1 -1
  2159. pulumi_azure_native/web/v20230101/web_app_host_name_binding.py +1 -1
  2160. pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py +1 -1
  2161. pulumi_azure_native/web/v20230101/web_app_hybrid_connection.py +1 -1
  2162. pulumi_azure_native/web/v20230101/web_app_hybrid_connection_slot.py +1 -1
  2163. pulumi_azure_native/web/v20230101/web_app_instance_function_slot.py +1 -1
  2164. pulumi_azure_native/web/v20230101/web_app_metadata.py +1 -1
  2165. pulumi_azure_native/web/v20230101/web_app_metadata_slot.py +1 -1
  2166. pulumi_azure_native/web/v20230101/web_app_premier_add_on.py +1 -1
  2167. pulumi_azure_native/web/v20230101/web_app_premier_add_on_slot.py +1 -1
  2168. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +1 -1
  2169. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +1 -1
  2170. pulumi_azure_native/web/v20230101/web_app_public_certificate.py +1 -1
  2171. pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py +1 -1
  2172. pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py +1 -1
  2173. pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py +1 -1
  2174. pulumi_azure_native/web/v20230101/web_app_scm_allowed.py +1 -1
  2175. pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +1 -1
  2176. pulumi_azure_native/web/v20230101/web_app_site_extension.py +1 -1
  2177. pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py +1 -1
  2178. pulumi_azure_native/web/v20230101/web_app_site_push_settings.py +1 -1
  2179. pulumi_azure_native/web/v20230101/web_app_site_push_settings_slot.py +1 -1
  2180. pulumi_azure_native/web/v20230101/web_app_slot.py +1 -1
  2181. pulumi_azure_native/web/v20230101/web_app_slot_configuration_names.py +1 -1
  2182. pulumi_azure_native/web/v20230101/web_app_source_control.py +1 -1
  2183. pulumi_azure_native/web/v20230101/web_app_source_control_slot.py +1 -1
  2184. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py +1 -1
  2185. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py +1 -1
  2186. pulumi_azure_native/web/v20230101/web_app_vnet_connection.py +1 -1
  2187. pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py +1 -1
  2188. pulumi_azure_native/web/v20231201/app_service_environment.py +1 -1
  2189. pulumi_azure_native/web/v20231201/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  2190. pulumi_azure_native/web/v20231201/app_service_environment_private_endpoint_connection.py +1 -1
  2191. pulumi_azure_native/web/v20231201/app_service_plan.py +1 -1
  2192. pulumi_azure_native/web/v20231201/app_service_plan_route_for_vnet.py +1 -1
  2193. pulumi_azure_native/web/v20231201/certificate.py +1 -1
  2194. pulumi_azure_native/web/v20231201/container_app.py +1 -1
  2195. pulumi_azure_native/web/v20231201/get_web_app.py +15 -1
  2196. pulumi_azure_native/web/v20231201/get_web_app_slot.py +15 -1
  2197. pulumi_azure_native/web/v20231201/kube_environment.py +1 -1
  2198. pulumi_azure_native/web/v20231201/static_site.py +1 -1
  2199. pulumi_azure_native/web/v20231201/static_site_build_database_connection.py +1 -1
  2200. pulumi_azure_native/web/v20231201/static_site_custom_domain.py +1 -1
  2201. pulumi_azure_native/web/v20231201/static_site_database_connection.py +1 -1
  2202. pulumi_azure_native/web/v20231201/static_site_linked_backend.py +1 -1
  2203. pulumi_azure_native/web/v20231201/static_site_linked_backend_for_build.py +1 -1
  2204. pulumi_azure_native/web/v20231201/static_site_private_endpoint_connection.py +1 -1
  2205. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site.py +1 -1
  2206. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  2207. pulumi_azure_native/web/v20231201/web_app.py +30 -1
  2208. pulumi_azure_native/web/v20231201/web_app_application_settings.py +1 -1
  2209. pulumi_azure_native/web/v20231201/web_app_application_settings_slot.py +1 -1
  2210. pulumi_azure_native/web/v20231201/web_app_auth_settings.py +1 -1
  2211. pulumi_azure_native/web/v20231201/web_app_auth_settings_slot.py +1 -1
  2212. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts.py +1 -1
  2213. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts_slot.py +1 -1
  2214. pulumi_azure_native/web/v20231201/web_app_backup_configuration.py +1 -1
  2215. pulumi_azure_native/web/v20231201/web_app_backup_configuration_slot.py +1 -1
  2216. pulumi_azure_native/web/v20231201/web_app_connection_strings.py +1 -1
  2217. pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py +1 -1
  2218. pulumi_azure_native/web/v20231201/web_app_deployment.py +1 -1
  2219. pulumi_azure_native/web/v20231201/web_app_deployment_slot.py +1 -1
  2220. pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py +1 -1
  2221. pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +1 -1
  2222. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py +1 -1
  2223. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py +1 -1
  2224. pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py +1 -1
  2225. pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +1 -1
  2226. pulumi_azure_native/web/v20231201/web_app_function.py +1 -1
  2227. pulumi_azure_native/web/v20231201/web_app_host_name_binding.py +1 -1
  2228. pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py +1 -1
  2229. pulumi_azure_native/web/v20231201/web_app_hybrid_connection.py +1 -1
  2230. pulumi_azure_native/web/v20231201/web_app_hybrid_connection_slot.py +1 -1
  2231. pulumi_azure_native/web/v20231201/web_app_instance_function_slot.py +1 -1
  2232. pulumi_azure_native/web/v20231201/web_app_metadata.py +1 -1
  2233. pulumi_azure_native/web/v20231201/web_app_metadata_slot.py +1 -1
  2234. pulumi_azure_native/web/v20231201/web_app_premier_add_on.py +1 -1
  2235. pulumi_azure_native/web/v20231201/web_app_premier_add_on_slot.py +1 -1
  2236. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection.py +1 -1
  2237. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection_slot.py +1 -1
  2238. pulumi_azure_native/web/v20231201/web_app_public_certificate.py +1 -1
  2239. pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py +1 -1
  2240. pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py +1 -1
  2241. pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py +1 -1
  2242. pulumi_azure_native/web/v20231201/web_app_scm_allowed.py +1 -1
  2243. pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +1 -1
  2244. pulumi_azure_native/web/v20231201/web_app_site_container.py +1 -1
  2245. pulumi_azure_native/web/v20231201/web_app_site_container_slot.py +1 -1
  2246. pulumi_azure_native/web/v20231201/web_app_site_extension.py +1 -1
  2247. pulumi_azure_native/web/v20231201/web_app_site_extension_slot.py +1 -1
  2248. pulumi_azure_native/web/v20231201/web_app_site_push_settings.py +1 -1
  2249. pulumi_azure_native/web/v20231201/web_app_site_push_settings_slot.py +1 -1
  2250. pulumi_azure_native/web/v20231201/web_app_slot.py +30 -1
  2251. pulumi_azure_native/web/v20231201/web_app_slot_configuration_names.py +1 -1
  2252. pulumi_azure_native/web/v20231201/web_app_source_control.py +1 -1
  2253. pulumi_azure_native/web/v20231201/web_app_source_control_slot.py +1 -1
  2254. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection.py +1 -1
  2255. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection_slot.py +1 -1
  2256. pulumi_azure_native/web/v20231201/web_app_vnet_connection.py +1 -1
  2257. pulumi_azure_native/web/v20231201/web_app_vnet_connection_slot.py +1 -1
  2258. pulumi_azure_native/web/v20240401/__init__.py +174 -0
  2259. pulumi_azure_native/web/v20240401/_enums.py +486 -0
  2260. pulumi_azure_native/web/v20240401/_inputs.py +9339 -0
  2261. pulumi_azure_native/web/v20240401/app_service_environment.py +700 -0
  2262. pulumi_azure_native/web/v20240401/app_service_environment_ase_custom_dns_suffix_configuration.py +288 -0
  2263. pulumi_azure_native/web/v20240401/app_service_environment_private_endpoint_connection.py +279 -0
  2264. pulumi_azure_native/web/v20240401/app_service_plan.py +847 -0
  2265. pulumi_azure_native/web/v20240401/app_service_plan_route_for_vnet.py +336 -0
  2266. pulumi_azure_native/web/v20240401/certificate.py +598 -0
  2267. pulumi_azure_native/web/v20240401/container_app.py +364 -0
  2268. pulumi_azure_native/web/v20240401/get_app_service_environment.py +438 -0
  2269. pulumi_azure_native/web/v20240401/get_app_service_environment_ase_custom_dns_suffix_configuration.py +192 -0
  2270. pulumi_azure_native/web/v20240401/get_app_service_environment_private_endpoint_connection.py +188 -0
  2271. pulumi_azure_native/web/v20240401/get_app_service_plan.py +509 -0
  2272. pulumi_azure_native/web/v20240401/get_certificate.py +437 -0
  2273. pulumi_azure_native/web/v20240401/get_container_app.py +241 -0
  2274. pulumi_azure_native/web/v20240401/get_kube_environment.py +312 -0
  2275. pulumi_azure_native/web/v20240401/get_static_site.py +437 -0
  2276. pulumi_azure_native/web/v20240401/get_static_site_build_database_connection.py +211 -0
  2277. pulumi_azure_native/web/v20240401/get_static_site_custom_domain.py +201 -0
  2278. pulumi_azure_native/web/v20240401/get_static_site_database_connection.py +205 -0
  2279. pulumi_azure_native/web/v20240401/get_static_site_linked_backend.py +190 -0
  2280. pulumi_azure_native/web/v20240401/get_static_site_linked_backend_for_build.py +196 -0
  2281. pulumi_azure_native/web/v20240401/get_static_site_private_endpoint_connection.py +188 -0
  2282. pulumi_azure_native/web/v20240401/get_static_site_user_provided_function_app_for_static_site.py +176 -0
  2283. pulumi_azure_native/web/v20240401/get_static_site_user_provided_function_app_for_static_site_build.py +182 -0
  2284. pulumi_azure_native/web/v20240401/get_web_app.py +963 -0
  2285. pulumi_azure_native/web/v20240401/get_web_app_deployment.py +260 -0
  2286. pulumi_azure_native/web/v20240401/get_web_app_deployment_slot.py +266 -0
  2287. pulumi_azure_native/web/v20240401/get_web_app_diagnostic_logs_configuration.py +185 -0
  2288. pulumi_azure_native/web/v20240401/get_web_app_diagnostic_logs_configuration_slot.py +191 -0
  2289. pulumi_azure_native/web/v20240401/get_web_app_domain_ownership_identifier.py +148 -0
  2290. pulumi_azure_native/web/v20240401/get_web_app_domain_ownership_identifier_slot.py +154 -0
  2291. pulumi_azure_native/web/v20240401/get_web_app_ftp_allowed.py +142 -0
  2292. pulumi_azure_native/web/v20240401/get_web_app_ftp_allowed_slot.py +146 -0
  2293. pulumi_azure_native/web/v20240401/get_web_app_function.py +316 -0
  2294. pulumi_azure_native/web/v20240401/get_web_app_host_name_binding.py +260 -0
  2295. pulumi_azure_native/web/v20240401/get_web_app_host_name_binding_slot.py +266 -0
  2296. pulumi_azure_native/web/v20240401/get_web_app_hybrid_connection.py +253 -0
  2297. pulumi_azure_native/web/v20240401/get_web_app_hybrid_connection_slot.py +259 -0
  2298. pulumi_azure_native/web/v20240401/get_web_app_instance_function_slot.py +322 -0
  2299. pulumi_azure_native/web/v20240401/get_web_app_premier_add_on.py +232 -0
  2300. pulumi_azure_native/web/v20240401/get_web_app_premier_add_on_slot.py +238 -0
  2301. pulumi_azure_native/web/v20240401/get_web_app_private_endpoint_connection.py +188 -0
  2302. pulumi_azure_native/web/v20240401/get_web_app_private_endpoint_connection_slot.py +194 -0
  2303. pulumi_azure_native/web/v20240401/get_web_app_public_certificate.py +176 -0
  2304. pulumi_azure_native/web/v20240401/get_web_app_public_certificate_slot.py +182 -0
  2305. pulumi_azure_native/web/v20240401/get_web_app_relay_service_connection.py +211 -0
  2306. pulumi_azure_native/web/v20240401/get_web_app_relay_service_connection_slot.py +217 -0
  2307. pulumi_azure_native/web/v20240401/get_web_app_scm_allowed.py +142 -0
  2308. pulumi_azure_native/web/v20240401/get_web_app_scm_allowed_slot.py +146 -0
  2309. pulumi_azure_native/web/v20240401/get_web_app_site_container.py +303 -0
  2310. pulumi_azure_native/web/v20240401/get_web_app_site_container_slot.py +309 -0
  2311. pulumi_azure_native/web/v20240401/get_web_app_site_extension.py +411 -0
  2312. pulumi_azure_native/web/v20240401/get_web_app_site_extension_slot.py +417 -0
  2313. pulumi_azure_native/web/v20240401/get_web_app_slot.py +969 -0
  2314. pulumi_azure_native/web/v20240401/get_web_app_slot_configuration_names.py +170 -0
  2315. pulumi_azure_native/web/v20240401/get_web_app_source_control.py +227 -0
  2316. pulumi_azure_native/web/v20240401/get_web_app_source_control_slot.py +233 -0
  2317. pulumi_azure_native/web/v20240401/get_web_app_swift_virtual_network_connection.py +156 -0
  2318. pulumi_azure_native/web/v20240401/get_web_app_swift_virtual_network_connection_slot.py +162 -0
  2319. pulumi_azure_native/web/v20240401/get_web_app_vnet_connection.py +234 -0
  2320. pulumi_azure_native/web/v20240401/get_web_app_vnet_connection_slot.py +240 -0
  2321. pulumi_azure_native/web/v20240401/kube_environment.py +517 -0
  2322. pulumi_azure_native/web/v20240401/list_app_service_plan_hybrid_connection_keys.py +168 -0
  2323. pulumi_azure_native/web/v20240401/list_container_app_secrets.py +81 -0
  2324. pulumi_azure_native/web/v20240401/list_site_identifiers_assigned_to_host_name.py +95 -0
  2325. pulumi_azure_native/web/v20240401/list_static_site_app_settings.py +142 -0
  2326. pulumi_azure_native/web/v20240401/list_static_site_build_app_settings.py +148 -0
  2327. pulumi_azure_native/web/v20240401/list_static_site_build_function_app_settings.py +148 -0
  2328. pulumi_azure_native/web/v20240401/list_static_site_configured_roles.py +142 -0
  2329. pulumi_azure_native/web/v20240401/list_static_site_function_app_settings.py +142 -0
  2330. pulumi_azure_native/web/v20240401/list_static_site_secrets.py +142 -0
  2331. pulumi_azure_native/web/v20240401/list_static_site_users.py +107 -0
  2332. pulumi_azure_native/web/v20240401/list_web_app_application_settings.py +142 -0
  2333. pulumi_azure_native/web/v20240401/list_web_app_application_settings_slot.py +148 -0
  2334. pulumi_azure_native/web/v20240401/list_web_app_auth_settings.py +712 -0
  2335. pulumi_azure_native/web/v20240401/list_web_app_auth_settings_slot.py +718 -0
  2336. pulumi_azure_native/web/v20240401/list_web_app_azure_storage_accounts.py +143 -0
  2337. pulumi_azure_native/web/v20240401/list_web_app_azure_storage_accounts_slot.py +149 -0
  2338. pulumi_azure_native/web/v20240401/list_web_app_backup_configuration.py +199 -0
  2339. pulumi_azure_native/web/v20240401/list_web_app_backup_configuration_slot.py +205 -0
  2340. pulumi_azure_native/web/v20240401/list_web_app_backup_status_secrets.py +355 -0
  2341. pulumi_azure_native/web/v20240401/list_web_app_backup_status_secrets_slot.py +361 -0
  2342. pulumi_azure_native/web/v20240401/list_web_app_connection_strings.py +143 -0
  2343. pulumi_azure_native/web/v20240401/list_web_app_connection_strings_slot.py +149 -0
  2344. pulumi_azure_native/web/v20240401/list_web_app_function_keys.py +148 -0
  2345. pulumi_azure_native/web/v20240401/list_web_app_function_keys_slot.py +154 -0
  2346. pulumi_azure_native/web/v20240401/list_web_app_function_secrets.py +106 -0
  2347. pulumi_azure_native/web/v20240401/list_web_app_function_secrets_slot.py +112 -0
  2348. pulumi_azure_native/web/v20240401/list_web_app_host_keys.py +114 -0
  2349. pulumi_azure_native/web/v20240401/list_web_app_host_keys_slot.py +120 -0
  2350. pulumi_azure_native/web/v20240401/list_web_app_metadata.py +142 -0
  2351. pulumi_azure_native/web/v20240401/list_web_app_metadata_slot.py +148 -0
  2352. pulumi_azure_native/web/v20240401/list_web_app_publishing_credentials.py +198 -0
  2353. pulumi_azure_native/web/v20240401/list_web_app_publishing_credentials_slot.py +204 -0
  2354. pulumi_azure_native/web/v20240401/list_web_app_site_backups.py +101 -0
  2355. pulumi_azure_native/web/v20240401/list_web_app_site_backups_slot.py +107 -0
  2356. pulumi_azure_native/web/v20240401/list_web_app_site_push_settings.py +187 -0
  2357. pulumi_azure_native/web/v20240401/list_web_app_site_push_settings_slot.py +193 -0
  2358. pulumi_azure_native/web/v20240401/list_web_app_sync_function_triggers.py +100 -0
  2359. pulumi_azure_native/web/v20240401/list_web_app_sync_function_triggers_slot.py +106 -0
  2360. pulumi_azure_native/web/v20240401/list_web_app_workflows_connections.py +157 -0
  2361. pulumi_azure_native/web/v20240401/list_web_app_workflows_connections_slot.py +163 -0
  2362. pulumi_azure_native/web/v20240401/list_workflow_run_action_expression_traces.py +127 -0
  2363. pulumi_azure_native/web/v20240401/list_workflow_run_action_repetition_expression_traces.py +133 -0
  2364. pulumi_azure_native/web/v20240401/list_workflow_trigger_callback_url.py +169 -0
  2365. pulumi_azure_native/web/v20240401/outputs.py +9010 -0
  2366. pulumi_azure_native/web/v20240401/static_site.py +675 -0
  2367. pulumi_azure_native/web/v20240401/static_site_build_database_connection.py +357 -0
  2368. pulumi_azure_native/web/v20240401/static_site_custom_domain.py +277 -0
  2369. pulumi_azure_native/web/v20240401/static_site_database_connection.py +336 -0
  2370. pulumi_azure_native/web/v20240401/static_site_linked_backend.py +285 -0
  2371. pulumi_azure_native/web/v20240401/static_site_linked_backend_for_build.py +306 -0
  2372. pulumi_azure_native/web/v20240401/static_site_private_endpoint_connection.py +284 -0
  2373. pulumi_azure_native/web/v20240401/static_site_user_provided_function_app_for_static_site.py +295 -0
  2374. pulumi_azure_native/web/v20240401/static_site_user_provided_function_app_for_static_site_build.py +316 -0
  2375. pulumi_azure_native/web/v20240401/web_app.py +1601 -0
  2376. pulumi_azure_native/web/v20240401/web_app_application_settings.py +216 -0
  2377. pulumi_azure_native/web/v20240401/web_app_application_settings_slot.py +237 -0
  2378. pulumi_azure_native/web/v20240401/web_app_auth_settings.py +1498 -0
  2379. pulumi_azure_native/web/v20240401/web_app_auth_settings_slot.py +1519 -0
  2380. pulumi_azure_native/web/v20240401/web_app_azure_storage_accounts.py +219 -0
  2381. pulumi_azure_native/web/v20240401/web_app_azure_storage_accounts_slot.py +240 -0
  2382. pulumi_azure_native/web/v20240401/web_app_backup_configuration.py +336 -0
  2383. pulumi_azure_native/web/v20240401/web_app_backup_configuration_slot.py +357 -0
  2384. pulumi_azure_native/web/v20240401/web_app_connection_strings.py +219 -0
  2385. pulumi_azure_native/web/v20240401/web_app_connection_strings_slot.py +240 -0
  2386. pulumi_azure_native/web/v20240401/web_app_deployment.py +468 -0
  2387. pulumi_azure_native/web/v20240401/web_app_deployment_slot.py +489 -0
  2388. pulumi_azure_native/web/v20240401/web_app_diagnostic_logs_configuration.py +306 -0
  2389. pulumi_azure_native/web/v20240401/web_app_diagnostic_logs_configuration_slot.py +327 -0
  2390. pulumi_azure_native/web/v20240401/web_app_domain_ownership_identifier.py +236 -0
  2391. pulumi_azure_native/web/v20240401/web_app_domain_ownership_identifier_slot.py +257 -0
  2392. pulumi_azure_native/web/v20240401/web_app_ftp_allowed.py +217 -0
  2393. pulumi_azure_native/web/v20240401/web_app_ftp_allowed_slot.py +233 -0
  2394. pulumi_azure_native/web/v20240401/web_app_function.py +584 -0
  2395. pulumi_azure_native/web/v20240401/web_app_host_name_binding.py +450 -0
  2396. pulumi_azure_native/web/v20240401/web_app_host_name_binding_slot.py +471 -0
  2397. pulumi_azure_native/web/v20240401/web_app_hybrid_connection.py +444 -0
  2398. pulumi_azure_native/web/v20240401/web_app_hybrid_connection_slot.py +465 -0
  2399. pulumi_azure_native/web/v20240401/web_app_instance_function_slot.py +605 -0
  2400. pulumi_azure_native/web/v20240401/web_app_metadata.py +216 -0
  2401. pulumi_azure_native/web/v20240401/web_app_metadata_slot.py +237 -0
  2402. pulumi_azure_native/web/v20240401/web_app_premier_add_on.py +410 -0
  2403. pulumi_azure_native/web/v20240401/web_app_premier_add_on_slot.py +431 -0
  2404. pulumi_azure_native/web/v20240401/web_app_private_endpoint_connection.py +279 -0
  2405. pulumi_azure_native/web/v20240401/web_app_private_endpoint_connection_slot.py +295 -0
  2406. pulumi_azure_native/web/v20240401/web_app_public_certificate.py +276 -0
  2407. pulumi_azure_native/web/v20240401/web_app_public_certificate_slot.py +297 -0
  2408. pulumi_azure_native/web/v20240401/web_app_relay_service_connection.py +334 -0
  2409. pulumi_azure_native/web/v20240401/web_app_relay_service_connection_slot.py +355 -0
  2410. pulumi_azure_native/web/v20240401/web_app_scm_allowed.py +217 -0
  2411. pulumi_azure_native/web/v20240401/web_app_scm_allowed_slot.py +233 -0
  2412. pulumi_azure_native/web/v20240401/web_app_site_container.py +522 -0
  2413. pulumi_azure_native/web/v20240401/web_app_site_container_slot.py +543 -0
  2414. pulumi_azure_native/web/v20240401/web_app_site_extension.py +385 -0
  2415. pulumi_azure_native/web/v20240401/web_app_site_extension_slot.py +406 -0
  2416. pulumi_azure_native/web/v20240401/web_app_site_push_settings.py +316 -0
  2417. pulumi_azure_native/web/v20240401/web_app_site_push_settings_slot.py +337 -0
  2418. pulumi_azure_native/web/v20240401/web_app_slot.py +1622 -0
  2419. pulumi_azure_native/web/v20240401/web_app_slot_configuration_names.py +274 -0
  2420. pulumi_azure_native/web/v20240401/web_app_source_control.py +392 -0
  2421. pulumi_azure_native/web/v20240401/web_app_source_control_slot.py +413 -0
  2422. pulumi_azure_native/web/v20240401/web_app_swift_virtual_network_connection.py +245 -0
  2423. pulumi_azure_native/web/v20240401/web_app_swift_virtual_network_connection_slot.py +266 -0
  2424. pulumi_azure_native/web/v20240401/web_app_vnet_connection.py +358 -0
  2425. pulumi_azure_native/web/v20240401/web_app_vnet_connection_slot.py +379 -0
  2426. pulumi_azure_native/web/web_app.py +3 -3
  2427. pulumi_azure_native/web/web_app_application_settings.py +3 -3
  2428. pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
  2429. pulumi_azure_native/web/web_app_auth_settings.py +3 -3
  2430. pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
  2431. pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
  2432. pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
  2433. pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
  2434. pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
  2435. pulumi_azure_native/web/web_app_connection_strings.py +3 -3
  2436. pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
  2437. pulumi_azure_native/web/web_app_deployment.py +3 -3
  2438. pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
  2439. pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
  2440. pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
  2441. pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
  2442. pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
  2443. pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
  2444. pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
  2445. pulumi_azure_native/web/web_app_function.py +3 -3
  2446. pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
  2447. pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
  2448. pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
  2449. pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
  2450. pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
  2451. pulumi_azure_native/web/web_app_metadata.py +3 -3
  2452. pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
  2453. pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
  2454. pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
  2455. pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
  2456. pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
  2457. pulumi_azure_native/web/web_app_public_certificate.py +3 -3
  2458. pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
  2459. pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
  2460. pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
  2461. pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
  2462. pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
  2463. pulumi_azure_native/web/web_app_site_container.py +5 -1
  2464. pulumi_azure_native/web/web_app_site_container_slot.py +5 -1
  2465. pulumi_azure_native/web/web_app_site_extension.py +3 -3
  2466. pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
  2467. pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
  2468. pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
  2469. pulumi_azure_native/web/web_app_slot.py +3 -3
  2470. pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
  2471. pulumi_azure_native/web/web_app_source_control.py +3 -3
  2472. pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
  2473. pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
  2474. pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
  2475. pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
  2476. pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
  2477. {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.0a1727691766.dist-info}/METADATA +1 -1
  2478. {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.0a1727691766.dist-info}/RECORD +2480 -1966
  2479. {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.0a1727691766.dist-info}/WHEEL +0 -0
  2480. {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.0a1727691766.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3436 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'AadConfigurationArgs',
20
+ 'AadConfigurationArgsDict',
21
+ 'AdministrativeCredentialsArgs',
22
+ 'AdministrativeCredentialsArgsDict',
23
+ 'AdministratorConfigurationArgs',
24
+ 'AdministratorConfigurationArgsDict',
25
+ 'AgentOptionsArgs',
26
+ 'AgentOptionsArgsDict',
27
+ 'AgentPoolUpgradeSettingsArgs',
28
+ 'AgentPoolUpgradeSettingsArgsDict',
29
+ 'AttachedNetworkConfigurationArgs',
30
+ 'AttachedNetworkConfigurationArgsDict',
31
+ 'BareMetalMachineConfigurationDataArgs',
32
+ 'BareMetalMachineConfigurationDataArgsDict',
33
+ 'BgpAdvertisementArgs',
34
+ 'BgpAdvertisementArgsDict',
35
+ 'BgpServiceLoadBalancerConfigurationArgs',
36
+ 'BgpServiceLoadBalancerConfigurationArgsDict',
37
+ 'ClusterSecretArchiveArgs',
38
+ 'ClusterSecretArchiveArgsDict',
39
+ 'ClusterUpdateStrategyArgs',
40
+ 'ClusterUpdateStrategyArgsDict',
41
+ 'CommandOutputSettingsArgs',
42
+ 'CommandOutputSettingsArgsDict',
43
+ 'ControlPlaneNodeConfigurationArgs',
44
+ 'ControlPlaneNodeConfigurationArgsDict',
45
+ 'EgressEndpointArgs',
46
+ 'EgressEndpointArgsDict',
47
+ 'EndpointDependencyArgs',
48
+ 'EndpointDependencyArgsDict',
49
+ 'ExtendedLocationArgs',
50
+ 'ExtendedLocationArgsDict',
51
+ 'IdentitySelectorArgs',
52
+ 'IdentitySelectorArgsDict',
53
+ 'ImageRepositoryCredentialsArgs',
54
+ 'ImageRepositoryCredentialsArgsDict',
55
+ 'InitialAgentPoolConfigurationArgs',
56
+ 'InitialAgentPoolConfigurationArgsDict',
57
+ 'IpAddressPoolArgs',
58
+ 'IpAddressPoolArgsDict',
59
+ 'KeySetUserArgs',
60
+ 'KeySetUserArgsDict',
61
+ 'KubernetesLabelArgs',
62
+ 'KubernetesLabelArgsDict',
63
+ 'L2NetworkAttachmentConfigurationArgs',
64
+ 'L2NetworkAttachmentConfigurationArgsDict',
65
+ 'L2ServiceLoadBalancerConfigurationArgs',
66
+ 'L2ServiceLoadBalancerConfigurationArgsDict',
67
+ 'L3NetworkAttachmentConfigurationArgs',
68
+ 'L3NetworkAttachmentConfigurationArgsDict',
69
+ 'ManagedResourceGroupConfigurationArgs',
70
+ 'ManagedResourceGroupConfigurationArgsDict',
71
+ 'ManagedServiceIdentityArgs',
72
+ 'ManagedServiceIdentityArgsDict',
73
+ 'NetworkAttachmentArgs',
74
+ 'NetworkAttachmentArgsDict',
75
+ 'NetworkConfigurationArgs',
76
+ 'NetworkConfigurationArgsDict',
77
+ 'OsDiskArgs',
78
+ 'OsDiskArgsDict',
79
+ 'RackDefinitionArgs',
80
+ 'RackDefinitionArgsDict',
81
+ 'RuntimeProtectionConfigurationArgs',
82
+ 'RuntimeProtectionConfigurationArgsDict',
83
+ 'ServiceLoadBalancerBgpPeerArgs',
84
+ 'ServiceLoadBalancerBgpPeerArgsDict',
85
+ 'ServicePrincipalInformationArgs',
86
+ 'ServicePrincipalInformationArgsDict',
87
+ 'SshPublicKeyArgs',
88
+ 'SshPublicKeyArgsDict',
89
+ 'StorageApplianceConfigurationDataArgs',
90
+ 'StorageApplianceConfigurationDataArgsDict',
91
+ 'StorageProfileArgs',
92
+ 'StorageProfileArgsDict',
93
+ 'StringKeyValuePairArgs',
94
+ 'StringKeyValuePairArgsDict',
95
+ 'TrunkedNetworkAttachmentConfigurationArgs',
96
+ 'TrunkedNetworkAttachmentConfigurationArgsDict',
97
+ 'ValidationThresholdArgs',
98
+ 'ValidationThresholdArgsDict',
99
+ 'VirtualMachinePlacementHintArgs',
100
+ 'VirtualMachinePlacementHintArgsDict',
101
+ ]
102
+
103
+ MYPY = False
104
+
105
+ if not MYPY:
106
+ class AadConfigurationArgsDict(TypedDict):
107
+ admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]
108
+ """
109
+ The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
110
+ """
111
+ elif False:
112
+ AadConfigurationArgsDict: TypeAlias = Mapping[str, Any]
113
+
114
+ @pulumi.input_type
115
+ class AadConfigurationArgs:
116
+ def __init__(__self__, *,
117
+ admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
118
+ """
119
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
120
+ """
121
+ pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
122
+
123
+ @property
124
+ @pulumi.getter(name="adminGroupObjectIds")
125
+ def admin_group_object_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
126
+ """
127
+ The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
128
+ """
129
+ return pulumi.get(self, "admin_group_object_ids")
130
+
131
+ @admin_group_object_ids.setter
132
+ def admin_group_object_ids(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
133
+ pulumi.set(self, "admin_group_object_ids", value)
134
+
135
+
136
+ if not MYPY:
137
+ class AdministrativeCredentialsArgsDict(TypedDict):
138
+ password: pulumi.Input[str]
139
+ """
140
+ The password of the administrator of the device used during initialization.
141
+ """
142
+ username: pulumi.Input[str]
143
+ """
144
+ The username of the administrator of the device used during initialization.
145
+ """
146
+ elif False:
147
+ AdministrativeCredentialsArgsDict: TypeAlias = Mapping[str, Any]
148
+
149
+ @pulumi.input_type
150
+ class AdministrativeCredentialsArgs:
151
+ def __init__(__self__, *,
152
+ password: pulumi.Input[str],
153
+ username: pulumi.Input[str]):
154
+ """
155
+ :param pulumi.Input[str] password: The password of the administrator of the device used during initialization.
156
+ :param pulumi.Input[str] username: The username of the administrator of the device used during initialization.
157
+ """
158
+ pulumi.set(__self__, "password", password)
159
+ pulumi.set(__self__, "username", username)
160
+
161
+ @property
162
+ @pulumi.getter
163
+ def password(self) -> pulumi.Input[str]:
164
+ """
165
+ The password of the administrator of the device used during initialization.
166
+ """
167
+ return pulumi.get(self, "password")
168
+
169
+ @password.setter
170
+ def password(self, value: pulumi.Input[str]):
171
+ pulumi.set(self, "password", value)
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def username(self) -> pulumi.Input[str]:
176
+ """
177
+ The username of the administrator of the device used during initialization.
178
+ """
179
+ return pulumi.get(self, "username")
180
+
181
+ @username.setter
182
+ def username(self, value: pulumi.Input[str]):
183
+ pulumi.set(self, "username", value)
184
+
185
+
186
+ if not MYPY:
187
+ class AdministratorConfigurationArgsDict(TypedDict):
188
+ admin_username: NotRequired[pulumi.Input[str]]
189
+ """
190
+ The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
191
+ """
192
+ ssh_public_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgsDict']]]]
193
+ """
194
+ The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
195
+ """
196
+ elif False:
197
+ AdministratorConfigurationArgsDict: TypeAlias = Mapping[str, Any]
198
+
199
+ @pulumi.input_type
200
+ class AdministratorConfigurationArgs:
201
+ def __init__(__self__, *,
202
+ admin_username: Optional[pulumi.Input[str]] = None,
203
+ ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
204
+ """
205
+ :param pulumi.Input[str] admin_username: The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
206
+ :param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] ssh_public_keys: The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
207
+ """
208
+ if admin_username is not None:
209
+ pulumi.set(__self__, "admin_username", admin_username)
210
+ if ssh_public_keys is not None:
211
+ pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
212
+
213
+ @property
214
+ @pulumi.getter(name="adminUsername")
215
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
216
+ """
217
+ The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
218
+ """
219
+ return pulumi.get(self, "admin_username")
220
+
221
+ @admin_username.setter
222
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
223
+ pulumi.set(self, "admin_username", value)
224
+
225
+ @property
226
+ @pulumi.getter(name="sshPublicKeys")
227
+ def ssh_public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
228
+ """
229
+ The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
230
+ """
231
+ return pulumi.get(self, "ssh_public_keys")
232
+
233
+ @ssh_public_keys.setter
234
+ def ssh_public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
235
+ pulumi.set(self, "ssh_public_keys", value)
236
+
237
+
238
+ if not MYPY:
239
+ class AgentOptionsArgsDict(TypedDict):
240
+ hugepages_count: pulumi.Input[float]
241
+ """
242
+ The number of hugepages to allocate.
243
+ """
244
+ hugepages_size: NotRequired[pulumi.Input[Union[str, 'HugepagesSize']]]
245
+ """
246
+ The size of the hugepages to allocate.
247
+ """
248
+ elif False:
249
+ AgentOptionsArgsDict: TypeAlias = Mapping[str, Any]
250
+
251
+ @pulumi.input_type
252
+ class AgentOptionsArgs:
253
+ def __init__(__self__, *,
254
+ hugepages_count: pulumi.Input[float],
255
+ hugepages_size: Optional[pulumi.Input[Union[str, 'HugepagesSize']]] = None):
256
+ """
257
+ :param pulumi.Input[float] hugepages_count: The number of hugepages to allocate.
258
+ :param pulumi.Input[Union[str, 'HugepagesSize']] hugepages_size: The size of the hugepages to allocate.
259
+ """
260
+ pulumi.set(__self__, "hugepages_count", hugepages_count)
261
+ if hugepages_size is None:
262
+ hugepages_size = '2M'
263
+ if hugepages_size is not None:
264
+ pulumi.set(__self__, "hugepages_size", hugepages_size)
265
+
266
+ @property
267
+ @pulumi.getter(name="hugepagesCount")
268
+ def hugepages_count(self) -> pulumi.Input[float]:
269
+ """
270
+ The number of hugepages to allocate.
271
+ """
272
+ return pulumi.get(self, "hugepages_count")
273
+
274
+ @hugepages_count.setter
275
+ def hugepages_count(self, value: pulumi.Input[float]):
276
+ pulumi.set(self, "hugepages_count", value)
277
+
278
+ @property
279
+ @pulumi.getter(name="hugepagesSize")
280
+ def hugepages_size(self) -> Optional[pulumi.Input[Union[str, 'HugepagesSize']]]:
281
+ """
282
+ The size of the hugepages to allocate.
283
+ """
284
+ return pulumi.get(self, "hugepages_size")
285
+
286
+ @hugepages_size.setter
287
+ def hugepages_size(self, value: Optional[pulumi.Input[Union[str, 'HugepagesSize']]]):
288
+ pulumi.set(self, "hugepages_size", value)
289
+
290
+
291
+ if not MYPY:
292
+ class AgentPoolUpgradeSettingsArgsDict(TypedDict):
293
+ drain_timeout: NotRequired[pulumi.Input[float]]
294
+ """
295
+ The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
296
+ """
297
+ max_surge: NotRequired[pulumi.Input[str]]
298
+ """
299
+ The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
300
+ """
301
+ max_unavailable: NotRequired[pulumi.Input[str]]
302
+ """
303
+ The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
304
+ """
305
+ elif False:
306
+ AgentPoolUpgradeSettingsArgsDict: TypeAlias = Mapping[str, Any]
307
+
308
+ @pulumi.input_type
309
+ class AgentPoolUpgradeSettingsArgs:
310
+ def __init__(__self__, *,
311
+ drain_timeout: Optional[pulumi.Input[float]] = None,
312
+ max_surge: Optional[pulumi.Input[str]] = None,
313
+ max_unavailable: Optional[pulumi.Input[str]] = None):
314
+ """
315
+ :param pulumi.Input[float] drain_timeout: The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
316
+ :param pulumi.Input[str] max_surge: The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
317
+ :param pulumi.Input[str] max_unavailable: The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
318
+ """
319
+ if drain_timeout is not None:
320
+ pulumi.set(__self__, "drain_timeout", drain_timeout)
321
+ if max_surge is not None:
322
+ pulumi.set(__self__, "max_surge", max_surge)
323
+ if max_unavailable is not None:
324
+ pulumi.set(__self__, "max_unavailable", max_unavailable)
325
+
326
+ @property
327
+ @pulumi.getter(name="drainTimeout")
328
+ def drain_timeout(self) -> Optional[pulumi.Input[float]]:
329
+ """
330
+ The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
331
+ """
332
+ return pulumi.get(self, "drain_timeout")
333
+
334
+ @drain_timeout.setter
335
+ def drain_timeout(self, value: Optional[pulumi.Input[float]]):
336
+ pulumi.set(self, "drain_timeout", value)
337
+
338
+ @property
339
+ @pulumi.getter(name="maxSurge")
340
+ def max_surge(self) -> Optional[pulumi.Input[str]]:
341
+ """
342
+ The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
343
+ """
344
+ return pulumi.get(self, "max_surge")
345
+
346
+ @max_surge.setter
347
+ def max_surge(self, value: Optional[pulumi.Input[str]]):
348
+ pulumi.set(self, "max_surge", value)
349
+
350
+ @property
351
+ @pulumi.getter(name="maxUnavailable")
352
+ def max_unavailable(self) -> Optional[pulumi.Input[str]]:
353
+ """
354
+ The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
355
+ """
356
+ return pulumi.get(self, "max_unavailable")
357
+
358
+ @max_unavailable.setter
359
+ def max_unavailable(self, value: Optional[pulumi.Input[str]]):
360
+ pulumi.set(self, "max_unavailable", value)
361
+
362
+
363
+ if not MYPY:
364
+ class AttachedNetworkConfigurationArgsDict(TypedDict):
365
+ l2_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgsDict']]]]
366
+ """
367
+ The list of Layer 2 Networks and related configuration for attachment.
368
+ """
369
+ l3_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgsDict']]]]
370
+ """
371
+ The list of Layer 3 Networks and related configuration for attachment.
372
+ """
373
+ trunked_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgsDict']]]]
374
+ """
375
+ The list of Trunked Networks and related configuration for attachment.
376
+ """
377
+ elif False:
378
+ AttachedNetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
379
+
380
+ @pulumi.input_type
381
+ class AttachedNetworkConfigurationArgs:
382
+ def __init__(__self__, *,
383
+ l2_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]] = None,
384
+ l3_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]] = None,
385
+ trunked_networks: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]] = None):
386
+ """
387
+ :param pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
388
+ :param pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
389
+ :param pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]] trunked_networks: The list of Trunked Networks and related configuration for attachment.
390
+ """
391
+ if l2_networks is not None:
392
+ pulumi.set(__self__, "l2_networks", l2_networks)
393
+ if l3_networks is not None:
394
+ pulumi.set(__self__, "l3_networks", l3_networks)
395
+ if trunked_networks is not None:
396
+ pulumi.set(__self__, "trunked_networks", trunked_networks)
397
+
398
+ @property
399
+ @pulumi.getter(name="l2Networks")
400
+ def l2_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]:
401
+ """
402
+ The list of Layer 2 Networks and related configuration for attachment.
403
+ """
404
+ return pulumi.get(self, "l2_networks")
405
+
406
+ @l2_networks.setter
407
+ def l2_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]):
408
+ pulumi.set(self, "l2_networks", value)
409
+
410
+ @property
411
+ @pulumi.getter(name="l3Networks")
412
+ def l3_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]:
413
+ """
414
+ The list of Layer 3 Networks and related configuration for attachment.
415
+ """
416
+ return pulumi.get(self, "l3_networks")
417
+
418
+ @l3_networks.setter
419
+ def l3_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]):
420
+ pulumi.set(self, "l3_networks", value)
421
+
422
+ @property
423
+ @pulumi.getter(name="trunkedNetworks")
424
+ def trunked_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]:
425
+ """
426
+ The list of Trunked Networks and related configuration for attachment.
427
+ """
428
+ return pulumi.get(self, "trunked_networks")
429
+
430
+ @trunked_networks.setter
431
+ def trunked_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]):
432
+ pulumi.set(self, "trunked_networks", value)
433
+
434
+
435
+ if not MYPY:
436
+ class BareMetalMachineConfigurationDataArgsDict(TypedDict):
437
+ bmc_credentials: pulumi.Input['AdministrativeCredentialsArgsDict']
438
+ """
439
+ The credentials of the baseboard management controller on this bare metal machine.
440
+ """
441
+ bmc_mac_address: pulumi.Input[str]
442
+ """
443
+ The MAC address of the BMC for this machine.
444
+ """
445
+ boot_mac_address: pulumi.Input[str]
446
+ """
447
+ The MAC address associated with the PXE NIC card.
448
+ """
449
+ rack_slot: pulumi.Input[float]
450
+ """
451
+ The slot the physical machine is in the rack based on the BOM configuration.
452
+ """
453
+ serial_number: pulumi.Input[str]
454
+ """
455
+ The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
456
+ """
457
+ machine_details: NotRequired[pulumi.Input[str]]
458
+ """
459
+ The free-form additional information about the machine, e.g. an asset tag.
460
+ """
461
+ machine_name: NotRequired[pulumi.Input[str]]
462
+ """
463
+ The user-provided name for the bare metal machine created from this specification.
464
+ If not provided, the machine name will be generated programmatically.
465
+ """
466
+ elif False:
467
+ BareMetalMachineConfigurationDataArgsDict: TypeAlias = Mapping[str, Any]
468
+
469
+ @pulumi.input_type
470
+ class BareMetalMachineConfigurationDataArgs:
471
+ def __init__(__self__, *,
472
+ bmc_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
473
+ bmc_mac_address: pulumi.Input[str],
474
+ boot_mac_address: pulumi.Input[str],
475
+ rack_slot: pulumi.Input[float],
476
+ serial_number: pulumi.Input[str],
477
+ machine_details: Optional[pulumi.Input[str]] = None,
478
+ machine_name: Optional[pulumi.Input[str]] = None):
479
+ """
480
+ :param pulumi.Input['AdministrativeCredentialsArgs'] bmc_credentials: The credentials of the baseboard management controller on this bare metal machine.
481
+ :param pulumi.Input[str] bmc_mac_address: The MAC address of the BMC for this machine.
482
+ :param pulumi.Input[str] boot_mac_address: The MAC address associated with the PXE NIC card.
483
+ :param pulumi.Input[float] rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
484
+ :param pulumi.Input[str] serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
485
+ :param pulumi.Input[str] machine_details: The free-form additional information about the machine, e.g. an asset tag.
486
+ :param pulumi.Input[str] machine_name: The user-provided name for the bare metal machine created from this specification.
487
+ If not provided, the machine name will be generated programmatically.
488
+ """
489
+ pulumi.set(__self__, "bmc_credentials", bmc_credentials)
490
+ pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
491
+ pulumi.set(__self__, "boot_mac_address", boot_mac_address)
492
+ pulumi.set(__self__, "rack_slot", rack_slot)
493
+ pulumi.set(__self__, "serial_number", serial_number)
494
+ if machine_details is not None:
495
+ pulumi.set(__self__, "machine_details", machine_details)
496
+ if machine_name is not None:
497
+ pulumi.set(__self__, "machine_name", machine_name)
498
+
499
+ @property
500
+ @pulumi.getter(name="bmcCredentials")
501
+ def bmc_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
502
+ """
503
+ The credentials of the baseboard management controller on this bare metal machine.
504
+ """
505
+ return pulumi.get(self, "bmc_credentials")
506
+
507
+ @bmc_credentials.setter
508
+ def bmc_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
509
+ pulumi.set(self, "bmc_credentials", value)
510
+
511
+ @property
512
+ @pulumi.getter(name="bmcMacAddress")
513
+ def bmc_mac_address(self) -> pulumi.Input[str]:
514
+ """
515
+ The MAC address of the BMC for this machine.
516
+ """
517
+ return pulumi.get(self, "bmc_mac_address")
518
+
519
+ @bmc_mac_address.setter
520
+ def bmc_mac_address(self, value: pulumi.Input[str]):
521
+ pulumi.set(self, "bmc_mac_address", value)
522
+
523
+ @property
524
+ @pulumi.getter(name="bootMacAddress")
525
+ def boot_mac_address(self) -> pulumi.Input[str]:
526
+ """
527
+ The MAC address associated with the PXE NIC card.
528
+ """
529
+ return pulumi.get(self, "boot_mac_address")
530
+
531
+ @boot_mac_address.setter
532
+ def boot_mac_address(self, value: pulumi.Input[str]):
533
+ pulumi.set(self, "boot_mac_address", value)
534
+
535
+ @property
536
+ @pulumi.getter(name="rackSlot")
537
+ def rack_slot(self) -> pulumi.Input[float]:
538
+ """
539
+ The slot the physical machine is in the rack based on the BOM configuration.
540
+ """
541
+ return pulumi.get(self, "rack_slot")
542
+
543
+ @rack_slot.setter
544
+ def rack_slot(self, value: pulumi.Input[float]):
545
+ pulumi.set(self, "rack_slot", value)
546
+
547
+ @property
548
+ @pulumi.getter(name="serialNumber")
549
+ def serial_number(self) -> pulumi.Input[str]:
550
+ """
551
+ The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
552
+ """
553
+ return pulumi.get(self, "serial_number")
554
+
555
+ @serial_number.setter
556
+ def serial_number(self, value: pulumi.Input[str]):
557
+ pulumi.set(self, "serial_number", value)
558
+
559
+ @property
560
+ @pulumi.getter(name="machineDetails")
561
+ def machine_details(self) -> Optional[pulumi.Input[str]]:
562
+ """
563
+ The free-form additional information about the machine, e.g. an asset tag.
564
+ """
565
+ return pulumi.get(self, "machine_details")
566
+
567
+ @machine_details.setter
568
+ def machine_details(self, value: Optional[pulumi.Input[str]]):
569
+ pulumi.set(self, "machine_details", value)
570
+
571
+ @property
572
+ @pulumi.getter(name="machineName")
573
+ def machine_name(self) -> Optional[pulumi.Input[str]]:
574
+ """
575
+ The user-provided name for the bare metal machine created from this specification.
576
+ If not provided, the machine name will be generated programmatically.
577
+ """
578
+ return pulumi.get(self, "machine_name")
579
+
580
+ @machine_name.setter
581
+ def machine_name(self, value: Optional[pulumi.Input[str]]):
582
+ pulumi.set(self, "machine_name", value)
583
+
584
+
585
+ if not MYPY:
586
+ class BgpAdvertisementArgsDict(TypedDict):
587
+ ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]]
588
+ """
589
+ The names of the IP address pools associated with this announcement.
590
+ """
591
+ advertise_to_fabric: NotRequired[pulumi.Input[Union[str, 'AdvertiseToFabric']]]
592
+ """
593
+ The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
594
+ """
595
+ communities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
596
+ """
597
+ The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
598
+ """
599
+ peers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
600
+ """
601
+ The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
602
+ """
603
+ elif False:
604
+ BgpAdvertisementArgsDict: TypeAlias = Mapping[str, Any]
605
+
606
+ @pulumi.input_type
607
+ class BgpAdvertisementArgs:
608
+ def __init__(__self__, *,
609
+ ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]],
610
+ advertise_to_fabric: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]] = None,
611
+ communities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
612
+ peers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
613
+ """
614
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_address_pools: The names of the IP address pools associated with this announcement.
615
+ :param pulumi.Input[Union[str, 'AdvertiseToFabric']] advertise_to_fabric: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
616
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
617
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] peers: The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
618
+ """
619
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
620
+ if advertise_to_fabric is None:
621
+ advertise_to_fabric = 'True'
622
+ if advertise_to_fabric is not None:
623
+ pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
624
+ if communities is not None:
625
+ pulumi.set(__self__, "communities", communities)
626
+ if peers is not None:
627
+ pulumi.set(__self__, "peers", peers)
628
+
629
+ @property
630
+ @pulumi.getter(name="ipAddressPools")
631
+ def ip_address_pools(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
632
+ """
633
+ The names of the IP address pools associated with this announcement.
634
+ """
635
+ return pulumi.get(self, "ip_address_pools")
636
+
637
+ @ip_address_pools.setter
638
+ def ip_address_pools(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
639
+ pulumi.set(self, "ip_address_pools", value)
640
+
641
+ @property
642
+ @pulumi.getter(name="advertiseToFabric")
643
+ def advertise_to_fabric(self) -> Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]:
644
+ """
645
+ The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
646
+ """
647
+ return pulumi.get(self, "advertise_to_fabric")
648
+
649
+ @advertise_to_fabric.setter
650
+ def advertise_to_fabric(self, value: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]):
651
+ pulumi.set(self, "advertise_to_fabric", value)
652
+
653
+ @property
654
+ @pulumi.getter
655
+ def communities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
656
+ """
657
+ The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
658
+ """
659
+ return pulumi.get(self, "communities")
660
+
661
+ @communities.setter
662
+ def communities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
663
+ pulumi.set(self, "communities", value)
664
+
665
+ @property
666
+ @pulumi.getter
667
+ def peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
668
+ """
669
+ The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
670
+ """
671
+ return pulumi.get(self, "peers")
672
+
673
+ @peers.setter
674
+ def peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
675
+ pulumi.set(self, "peers", value)
676
+
677
+
678
+ if not MYPY:
679
+ class BgpServiceLoadBalancerConfigurationArgsDict(TypedDict):
680
+ bgp_advertisements: NotRequired[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgsDict']]]]
681
+ """
682
+ The association of IP address pools to the communities and peers, allowing for announcement of IPs.
683
+ """
684
+ bgp_peers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgsDict']]]]
685
+ """
686
+ The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
687
+ """
688
+ fabric_peering_enabled: NotRequired[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]
689
+ """
690
+ The indicator to specify if the load balancer peers with the network fabric.
691
+ """
692
+ ip_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgsDict']]]]
693
+ """
694
+ The list of pools of IP addresses that can be allocated to load balancer services.
695
+ """
696
+ elif False:
697
+ BgpServiceLoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
698
+
699
+ @pulumi.input_type
700
+ class BgpServiceLoadBalancerConfigurationArgs:
701
+ def __init__(__self__, *,
702
+ bgp_advertisements: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]] = None,
703
+ bgp_peers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]] = None,
704
+ fabric_peering_enabled: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]] = None,
705
+ ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
706
+ """
707
+ :param pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
708
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
709
+ :param pulumi.Input[Union[str, 'FabricPeeringEnabled']] fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
710
+ :param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
711
+ """
712
+ if bgp_advertisements is not None:
713
+ pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
714
+ if bgp_peers is not None:
715
+ pulumi.set(__self__, "bgp_peers", bgp_peers)
716
+ if fabric_peering_enabled is None:
717
+ fabric_peering_enabled = 'True'
718
+ if fabric_peering_enabled is not None:
719
+ pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
720
+ if ip_address_pools is not None:
721
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
722
+
723
+ @property
724
+ @pulumi.getter(name="bgpAdvertisements")
725
+ def bgp_advertisements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]:
726
+ """
727
+ The association of IP address pools to the communities and peers, allowing for announcement of IPs.
728
+ """
729
+ return pulumi.get(self, "bgp_advertisements")
730
+
731
+ @bgp_advertisements.setter
732
+ def bgp_advertisements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]):
733
+ pulumi.set(self, "bgp_advertisements", value)
734
+
735
+ @property
736
+ @pulumi.getter(name="bgpPeers")
737
+ def bgp_peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]:
738
+ """
739
+ The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
740
+ """
741
+ return pulumi.get(self, "bgp_peers")
742
+
743
+ @bgp_peers.setter
744
+ def bgp_peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]):
745
+ pulumi.set(self, "bgp_peers", value)
746
+
747
+ @property
748
+ @pulumi.getter(name="fabricPeeringEnabled")
749
+ def fabric_peering_enabled(self) -> Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]:
750
+ """
751
+ The indicator to specify if the load balancer peers with the network fabric.
752
+ """
753
+ return pulumi.get(self, "fabric_peering_enabled")
754
+
755
+ @fabric_peering_enabled.setter
756
+ def fabric_peering_enabled(self, value: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]):
757
+ pulumi.set(self, "fabric_peering_enabled", value)
758
+
759
+ @property
760
+ @pulumi.getter(name="ipAddressPools")
761
+ def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
762
+ """
763
+ The list of pools of IP addresses that can be allocated to load balancer services.
764
+ """
765
+ return pulumi.get(self, "ip_address_pools")
766
+
767
+ @ip_address_pools.setter
768
+ def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
769
+ pulumi.set(self, "ip_address_pools", value)
770
+
771
+
772
+ if not MYPY:
773
+ class ClusterSecretArchiveArgsDict(TypedDict):
774
+ key_vault_id: pulumi.Input[str]
775
+ """
776
+ The resource ID of the key vault to archive the secrets of the cluster.
777
+ """
778
+ use_key_vault: NotRequired[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]
779
+ """
780
+ The indicator if the specified key vault should be used to archive the secrets of the cluster.
781
+ """
782
+ elif False:
783
+ ClusterSecretArchiveArgsDict: TypeAlias = Mapping[str, Any]
784
+
785
+ @pulumi.input_type
786
+ class ClusterSecretArchiveArgs:
787
+ def __init__(__self__, *,
788
+ key_vault_id: pulumi.Input[str],
789
+ use_key_vault: Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]] = None):
790
+ """
791
+ :param pulumi.Input[str] key_vault_id: The resource ID of the key vault to archive the secrets of the cluster.
792
+ :param pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']] use_key_vault: The indicator if the specified key vault should be used to archive the secrets of the cluster.
793
+ """
794
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
795
+ if use_key_vault is None:
796
+ use_key_vault = 'False'
797
+ if use_key_vault is not None:
798
+ pulumi.set(__self__, "use_key_vault", use_key_vault)
799
+
800
+ @property
801
+ @pulumi.getter(name="keyVaultId")
802
+ def key_vault_id(self) -> pulumi.Input[str]:
803
+ """
804
+ The resource ID of the key vault to archive the secrets of the cluster.
805
+ """
806
+ return pulumi.get(self, "key_vault_id")
807
+
808
+ @key_vault_id.setter
809
+ def key_vault_id(self, value: pulumi.Input[str]):
810
+ pulumi.set(self, "key_vault_id", value)
811
+
812
+ @property
813
+ @pulumi.getter(name="useKeyVault")
814
+ def use_key_vault(self) -> Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]:
815
+ """
816
+ The indicator if the specified key vault should be used to archive the secrets of the cluster.
817
+ """
818
+ return pulumi.get(self, "use_key_vault")
819
+
820
+ @use_key_vault.setter
821
+ def use_key_vault(self, value: Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]):
822
+ pulumi.set(self, "use_key_vault", value)
823
+
824
+
825
+ if not MYPY:
826
+ class ClusterUpdateStrategyArgsDict(TypedDict):
827
+ strategy_type: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]
828
+ """
829
+ The mode of operation for runtime protection.
830
+ """
831
+ threshold_type: pulumi.Input[Union[str, 'ValidationThresholdType']]
832
+ """
833
+ Selection of how the threshold should be evaluated.
834
+ """
835
+ threshold_value: pulumi.Input[float]
836
+ """
837
+ The numeric threshold value.
838
+ """
839
+ max_unavailable: NotRequired[pulumi.Input[float]]
840
+ """
841
+ The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
842
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
843
+ """
844
+ wait_time_minutes: NotRequired[pulumi.Input[float]]
845
+ """
846
+ The time to wait between the increments of update defined by the strategy.
847
+ """
848
+ elif False:
849
+ ClusterUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
850
+
851
+ @pulumi.input_type
852
+ class ClusterUpdateStrategyArgs:
853
+ def __init__(__self__, *,
854
+ strategy_type: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']],
855
+ threshold_type: pulumi.Input[Union[str, 'ValidationThresholdType']],
856
+ threshold_value: pulumi.Input[float],
857
+ max_unavailable: Optional[pulumi.Input[float]] = None,
858
+ wait_time_minutes: Optional[pulumi.Input[float]] = None):
859
+ """
860
+ :param pulumi.Input[Union[str, 'ClusterUpdateStrategyType']] strategy_type: The mode of operation for runtime protection.
861
+ :param pulumi.Input[Union[str, 'ValidationThresholdType']] threshold_type: Selection of how the threshold should be evaluated.
862
+ :param pulumi.Input[float] threshold_value: The numeric threshold value.
863
+ :param pulumi.Input[float] max_unavailable: The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
864
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
865
+ :param pulumi.Input[float] wait_time_minutes: The time to wait between the increments of update defined by the strategy.
866
+ """
867
+ pulumi.set(__self__, "strategy_type", strategy_type)
868
+ pulumi.set(__self__, "threshold_type", threshold_type)
869
+ pulumi.set(__self__, "threshold_value", threshold_value)
870
+ if max_unavailable is not None:
871
+ pulumi.set(__self__, "max_unavailable", max_unavailable)
872
+ if wait_time_minutes is None:
873
+ wait_time_minutes = 15
874
+ if wait_time_minutes is not None:
875
+ pulumi.set(__self__, "wait_time_minutes", wait_time_minutes)
876
+
877
+ @property
878
+ @pulumi.getter(name="strategyType")
879
+ def strategy_type(self) -> pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]:
880
+ """
881
+ The mode of operation for runtime protection.
882
+ """
883
+ return pulumi.get(self, "strategy_type")
884
+
885
+ @strategy_type.setter
886
+ def strategy_type(self, value: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]):
887
+ pulumi.set(self, "strategy_type", value)
888
+
889
+ @property
890
+ @pulumi.getter(name="thresholdType")
891
+ def threshold_type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
892
+ """
893
+ Selection of how the threshold should be evaluated.
894
+ """
895
+ return pulumi.get(self, "threshold_type")
896
+
897
+ @threshold_type.setter
898
+ def threshold_type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
899
+ pulumi.set(self, "threshold_type", value)
900
+
901
+ @property
902
+ @pulumi.getter(name="thresholdValue")
903
+ def threshold_value(self) -> pulumi.Input[float]:
904
+ """
905
+ The numeric threshold value.
906
+ """
907
+ return pulumi.get(self, "threshold_value")
908
+
909
+ @threshold_value.setter
910
+ def threshold_value(self, value: pulumi.Input[float]):
911
+ pulumi.set(self, "threshold_value", value)
912
+
913
+ @property
914
+ @pulumi.getter(name="maxUnavailable")
915
+ def max_unavailable(self) -> Optional[pulumi.Input[float]]:
916
+ """
917
+ The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
918
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
919
+ """
920
+ return pulumi.get(self, "max_unavailable")
921
+
922
+ @max_unavailable.setter
923
+ def max_unavailable(self, value: Optional[pulumi.Input[float]]):
924
+ pulumi.set(self, "max_unavailable", value)
925
+
926
+ @property
927
+ @pulumi.getter(name="waitTimeMinutes")
928
+ def wait_time_minutes(self) -> Optional[pulumi.Input[float]]:
929
+ """
930
+ The time to wait between the increments of update defined by the strategy.
931
+ """
932
+ return pulumi.get(self, "wait_time_minutes")
933
+
934
+ @wait_time_minutes.setter
935
+ def wait_time_minutes(self, value: Optional[pulumi.Input[float]]):
936
+ pulumi.set(self, "wait_time_minutes", value)
937
+
938
+
939
+ if not MYPY:
940
+ class CommandOutputSettingsArgsDict(TypedDict):
941
+ associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
942
+ """
943
+ The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
944
+ """
945
+ container_url: NotRequired[pulumi.Input[str]]
946
+ """
947
+ The URL of the storage account container that is to be used by the specified identities.
948
+ """
949
+ elif False:
950
+ CommandOutputSettingsArgsDict: TypeAlias = Mapping[str, Any]
951
+
952
+ @pulumi.input_type
953
+ class CommandOutputSettingsArgs:
954
+ def __init__(__self__, *,
955
+ associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None,
956
+ container_url: Optional[pulumi.Input[str]] = None):
957
+ """
958
+ :param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
959
+ :param pulumi.Input[str] container_url: The URL of the storage account container that is to be used by the specified identities.
960
+ """
961
+ if associated_identity is not None:
962
+ pulumi.set(__self__, "associated_identity", associated_identity)
963
+ if container_url is not None:
964
+ pulumi.set(__self__, "container_url", container_url)
965
+
966
+ @property
967
+ @pulumi.getter(name="associatedIdentity")
968
+ def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
969
+ """
970
+ The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
971
+ """
972
+ return pulumi.get(self, "associated_identity")
973
+
974
+ @associated_identity.setter
975
+ def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
976
+ pulumi.set(self, "associated_identity", value)
977
+
978
+ @property
979
+ @pulumi.getter(name="containerUrl")
980
+ def container_url(self) -> Optional[pulumi.Input[str]]:
981
+ """
982
+ The URL of the storage account container that is to be used by the specified identities.
983
+ """
984
+ return pulumi.get(self, "container_url")
985
+
986
+ @container_url.setter
987
+ def container_url(self, value: Optional[pulumi.Input[str]]):
988
+ pulumi.set(self, "container_url", value)
989
+
990
+
991
+ if not MYPY:
992
+ class ControlPlaneNodeConfigurationArgsDict(TypedDict):
993
+ count: pulumi.Input[float]
994
+ """
995
+ The number of virtual machines that use this configuration.
996
+ """
997
+ vm_sku_name: pulumi.Input[str]
998
+ """
999
+ The name of the VM SKU supplied during creation.
1000
+ """
1001
+ administrator_configuration: NotRequired[pulumi.Input['AdministratorConfigurationArgsDict']]
1002
+ """
1003
+ The administrator credentials to be used for the nodes in the control plane.
1004
+ """
1005
+ availability_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1006
+ """
1007
+ The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1008
+ """
1009
+ elif False:
1010
+ ControlPlaneNodeConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1011
+
1012
+ @pulumi.input_type
1013
+ class ControlPlaneNodeConfigurationArgs:
1014
+ def __init__(__self__, *,
1015
+ count: pulumi.Input[float],
1016
+ vm_sku_name: pulumi.Input[str],
1017
+ administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
1018
+ availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1019
+ """
1020
+ :param pulumi.Input[float] count: The number of virtual machines that use this configuration.
1021
+ :param pulumi.Input[str] vm_sku_name: The name of the VM SKU supplied during creation.
1022
+ :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
1023
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1024
+ """
1025
+ pulumi.set(__self__, "count", count)
1026
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1027
+ if administrator_configuration is not None:
1028
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1029
+ if availability_zones is not None:
1030
+ pulumi.set(__self__, "availability_zones", availability_zones)
1031
+
1032
+ @property
1033
+ @pulumi.getter
1034
+ def count(self) -> pulumi.Input[float]:
1035
+ """
1036
+ The number of virtual machines that use this configuration.
1037
+ """
1038
+ return pulumi.get(self, "count")
1039
+
1040
+ @count.setter
1041
+ def count(self, value: pulumi.Input[float]):
1042
+ pulumi.set(self, "count", value)
1043
+
1044
+ @property
1045
+ @pulumi.getter(name="vmSkuName")
1046
+ def vm_sku_name(self) -> pulumi.Input[str]:
1047
+ """
1048
+ The name of the VM SKU supplied during creation.
1049
+ """
1050
+ return pulumi.get(self, "vm_sku_name")
1051
+
1052
+ @vm_sku_name.setter
1053
+ def vm_sku_name(self, value: pulumi.Input[str]):
1054
+ pulumi.set(self, "vm_sku_name", value)
1055
+
1056
+ @property
1057
+ @pulumi.getter(name="administratorConfiguration")
1058
+ def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
1059
+ """
1060
+ The administrator credentials to be used for the nodes in the control plane.
1061
+ """
1062
+ return pulumi.get(self, "administrator_configuration")
1063
+
1064
+ @administrator_configuration.setter
1065
+ def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
1066
+ pulumi.set(self, "administrator_configuration", value)
1067
+
1068
+ @property
1069
+ @pulumi.getter(name="availabilityZones")
1070
+ def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1071
+ """
1072
+ The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1073
+ """
1074
+ return pulumi.get(self, "availability_zones")
1075
+
1076
+ @availability_zones.setter
1077
+ def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1078
+ pulumi.set(self, "availability_zones", value)
1079
+
1080
+
1081
+ if not MYPY:
1082
+ class EgressEndpointArgsDict(TypedDict):
1083
+ category: pulumi.Input[str]
1084
+ """
1085
+ The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1086
+ """
1087
+ endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgsDict']]]
1088
+ """
1089
+ The list of endpoint dependencies.
1090
+ """
1091
+ elif False:
1092
+ EgressEndpointArgsDict: TypeAlias = Mapping[str, Any]
1093
+
1094
+ @pulumi.input_type
1095
+ class EgressEndpointArgs:
1096
+ def __init__(__self__, *,
1097
+ category: pulumi.Input[str],
1098
+ endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
1099
+ """
1100
+ :param pulumi.Input[str] category: The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1101
+ :param pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]] endpoints: The list of endpoint dependencies.
1102
+ """
1103
+ pulumi.set(__self__, "category", category)
1104
+ pulumi.set(__self__, "endpoints", endpoints)
1105
+
1106
+ @property
1107
+ @pulumi.getter
1108
+ def category(self) -> pulumi.Input[str]:
1109
+ """
1110
+ The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1111
+ """
1112
+ return pulumi.get(self, "category")
1113
+
1114
+ @category.setter
1115
+ def category(self, value: pulumi.Input[str]):
1116
+ pulumi.set(self, "category", value)
1117
+
1118
+ @property
1119
+ @pulumi.getter
1120
+ def endpoints(self) -> pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]:
1121
+ """
1122
+ The list of endpoint dependencies.
1123
+ """
1124
+ return pulumi.get(self, "endpoints")
1125
+
1126
+ @endpoints.setter
1127
+ def endpoints(self, value: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
1128
+ pulumi.set(self, "endpoints", value)
1129
+
1130
+
1131
+ if not MYPY:
1132
+ class EndpointDependencyArgsDict(TypedDict):
1133
+ domain_name: pulumi.Input[str]
1134
+ """
1135
+ The domain name of the dependency.
1136
+ """
1137
+ port: NotRequired[pulumi.Input[float]]
1138
+ """
1139
+ The port of this endpoint.
1140
+ """
1141
+ elif False:
1142
+ EndpointDependencyArgsDict: TypeAlias = Mapping[str, Any]
1143
+
1144
+ @pulumi.input_type
1145
+ class EndpointDependencyArgs:
1146
+ def __init__(__self__, *,
1147
+ domain_name: pulumi.Input[str],
1148
+ port: Optional[pulumi.Input[float]] = None):
1149
+ """
1150
+ :param pulumi.Input[str] domain_name: The domain name of the dependency.
1151
+ :param pulumi.Input[float] port: The port of this endpoint.
1152
+ """
1153
+ pulumi.set(__self__, "domain_name", domain_name)
1154
+ if port is not None:
1155
+ pulumi.set(__self__, "port", port)
1156
+
1157
+ @property
1158
+ @pulumi.getter(name="domainName")
1159
+ def domain_name(self) -> pulumi.Input[str]:
1160
+ """
1161
+ The domain name of the dependency.
1162
+ """
1163
+ return pulumi.get(self, "domain_name")
1164
+
1165
+ @domain_name.setter
1166
+ def domain_name(self, value: pulumi.Input[str]):
1167
+ pulumi.set(self, "domain_name", value)
1168
+
1169
+ @property
1170
+ @pulumi.getter
1171
+ def port(self) -> Optional[pulumi.Input[float]]:
1172
+ """
1173
+ The port of this endpoint.
1174
+ """
1175
+ return pulumi.get(self, "port")
1176
+
1177
+ @port.setter
1178
+ def port(self, value: Optional[pulumi.Input[float]]):
1179
+ pulumi.set(self, "port", value)
1180
+
1181
+
1182
+ if not MYPY:
1183
+ class ExtendedLocationArgsDict(TypedDict):
1184
+ name: pulumi.Input[str]
1185
+ """
1186
+ The resource ID of the extended location on which the resource will be created.
1187
+ """
1188
+ type: pulumi.Input[str]
1189
+ """
1190
+ The extended location type, for example, CustomLocation.
1191
+ """
1192
+ elif False:
1193
+ ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
1194
+
1195
+ @pulumi.input_type
1196
+ class ExtendedLocationArgs:
1197
+ def __init__(__self__, *,
1198
+ name: pulumi.Input[str],
1199
+ type: pulumi.Input[str]):
1200
+ """
1201
+ :param pulumi.Input[str] name: The resource ID of the extended location on which the resource will be created.
1202
+ :param pulumi.Input[str] type: The extended location type, for example, CustomLocation.
1203
+ """
1204
+ pulumi.set(__self__, "name", name)
1205
+ pulumi.set(__self__, "type", type)
1206
+
1207
+ @property
1208
+ @pulumi.getter
1209
+ def name(self) -> pulumi.Input[str]:
1210
+ """
1211
+ The resource ID of the extended location on which the resource will be created.
1212
+ """
1213
+ return pulumi.get(self, "name")
1214
+
1215
+ @name.setter
1216
+ def name(self, value: pulumi.Input[str]):
1217
+ pulumi.set(self, "name", value)
1218
+
1219
+ @property
1220
+ @pulumi.getter
1221
+ def type(self) -> pulumi.Input[str]:
1222
+ """
1223
+ The extended location type, for example, CustomLocation.
1224
+ """
1225
+ return pulumi.get(self, "type")
1226
+
1227
+ @type.setter
1228
+ def type(self, value: pulumi.Input[str]):
1229
+ pulumi.set(self, "type", value)
1230
+
1231
+
1232
+ if not MYPY:
1233
+ class IdentitySelectorArgsDict(TypedDict):
1234
+ identity_type: NotRequired[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]
1235
+ """
1236
+ The type of managed identity that is being selected.
1237
+ """
1238
+ user_assigned_identity_resource_id: NotRequired[pulumi.Input[str]]
1239
+ """
1240
+ The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1241
+ """
1242
+ elif False:
1243
+ IdentitySelectorArgsDict: TypeAlias = Mapping[str, Any]
1244
+
1245
+ @pulumi.input_type
1246
+ class IdentitySelectorArgs:
1247
+ def __init__(__self__, *,
1248
+ identity_type: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]] = None,
1249
+ user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
1250
+ """
1251
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']] identity_type: The type of managed identity that is being selected.
1252
+ :param pulumi.Input[str] user_assigned_identity_resource_id: The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1253
+ """
1254
+ if identity_type is not None:
1255
+ pulumi.set(__self__, "identity_type", identity_type)
1256
+ if user_assigned_identity_resource_id is not None:
1257
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
1258
+
1259
+ @property
1260
+ @pulumi.getter(name="identityType")
1261
+ def identity_type(self) -> Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]:
1262
+ """
1263
+ The type of managed identity that is being selected.
1264
+ """
1265
+ return pulumi.get(self, "identity_type")
1266
+
1267
+ @identity_type.setter
1268
+ def identity_type(self, value: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]):
1269
+ pulumi.set(self, "identity_type", value)
1270
+
1271
+ @property
1272
+ @pulumi.getter(name="userAssignedIdentityResourceId")
1273
+ def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
1274
+ """
1275
+ The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1276
+ """
1277
+ return pulumi.get(self, "user_assigned_identity_resource_id")
1278
+
1279
+ @user_assigned_identity_resource_id.setter
1280
+ def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
1281
+ pulumi.set(self, "user_assigned_identity_resource_id", value)
1282
+
1283
+
1284
+ if not MYPY:
1285
+ class ImageRepositoryCredentialsArgsDict(TypedDict):
1286
+ password: pulumi.Input[str]
1287
+ """
1288
+ The password or token used to access an image in the target repository.
1289
+ """
1290
+ registry_url: pulumi.Input[str]
1291
+ """
1292
+ The URL of the authentication server used to validate the repository credentials.
1293
+ """
1294
+ username: pulumi.Input[str]
1295
+ """
1296
+ The username used to access an image in the target repository.
1297
+ """
1298
+ elif False:
1299
+ ImageRepositoryCredentialsArgsDict: TypeAlias = Mapping[str, Any]
1300
+
1301
+ @pulumi.input_type
1302
+ class ImageRepositoryCredentialsArgs:
1303
+ def __init__(__self__, *,
1304
+ password: pulumi.Input[str],
1305
+ registry_url: pulumi.Input[str],
1306
+ username: pulumi.Input[str]):
1307
+ """
1308
+ :param pulumi.Input[str] password: The password or token used to access an image in the target repository.
1309
+ :param pulumi.Input[str] registry_url: The URL of the authentication server used to validate the repository credentials.
1310
+ :param pulumi.Input[str] username: The username used to access an image in the target repository.
1311
+ """
1312
+ pulumi.set(__self__, "password", password)
1313
+ pulumi.set(__self__, "registry_url", registry_url)
1314
+ pulumi.set(__self__, "username", username)
1315
+
1316
+ @property
1317
+ @pulumi.getter
1318
+ def password(self) -> pulumi.Input[str]:
1319
+ """
1320
+ The password or token used to access an image in the target repository.
1321
+ """
1322
+ return pulumi.get(self, "password")
1323
+
1324
+ @password.setter
1325
+ def password(self, value: pulumi.Input[str]):
1326
+ pulumi.set(self, "password", value)
1327
+
1328
+ @property
1329
+ @pulumi.getter(name="registryUrl")
1330
+ def registry_url(self) -> pulumi.Input[str]:
1331
+ """
1332
+ The URL of the authentication server used to validate the repository credentials.
1333
+ """
1334
+ return pulumi.get(self, "registry_url")
1335
+
1336
+ @registry_url.setter
1337
+ def registry_url(self, value: pulumi.Input[str]):
1338
+ pulumi.set(self, "registry_url", value)
1339
+
1340
+ @property
1341
+ @pulumi.getter
1342
+ def username(self) -> pulumi.Input[str]:
1343
+ """
1344
+ The username used to access an image in the target repository.
1345
+ """
1346
+ return pulumi.get(self, "username")
1347
+
1348
+ @username.setter
1349
+ def username(self, value: pulumi.Input[str]):
1350
+ pulumi.set(self, "username", value)
1351
+
1352
+
1353
+ if not MYPY:
1354
+ class InitialAgentPoolConfigurationArgsDict(TypedDict):
1355
+ count: pulumi.Input[float]
1356
+ """
1357
+ The number of virtual machines that use this configuration.
1358
+ """
1359
+ mode: pulumi.Input[Union[str, 'AgentPoolMode']]
1360
+ """
1361
+ The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1362
+ """
1363
+ name: pulumi.Input[str]
1364
+ """
1365
+ The name that will be used for the agent pool resource representing this agent pool.
1366
+ """
1367
+ vm_sku_name: pulumi.Input[str]
1368
+ """
1369
+ The name of the VM SKU that determines the size of resources allocated for node VMs.
1370
+ """
1371
+ administrator_configuration: NotRequired[pulumi.Input['AdministratorConfigurationArgsDict']]
1372
+ """
1373
+ The administrator credentials to be used for the nodes in this agent pool.
1374
+ """
1375
+ agent_options: NotRequired[pulumi.Input['AgentOptionsArgsDict']]
1376
+ """
1377
+ The configurations that will be applied to each agent in this agent pool.
1378
+ """
1379
+ attached_network_configuration: NotRequired[pulumi.Input['AttachedNetworkConfigurationArgsDict']]
1380
+ """
1381
+ The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1382
+ """
1383
+ availability_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1384
+ """
1385
+ The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1386
+ """
1387
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgsDict']]]]
1388
+ """
1389
+ The labels applied to the nodes in this agent pool.
1390
+ """
1391
+ taints: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgsDict']]]]
1392
+ """
1393
+ The taints applied to the nodes in this agent pool.
1394
+ """
1395
+ upgrade_settings: NotRequired[pulumi.Input['AgentPoolUpgradeSettingsArgsDict']]
1396
+ """
1397
+ The configuration of the agent pool.
1398
+ """
1399
+ elif False:
1400
+ InitialAgentPoolConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1401
+
1402
+ @pulumi.input_type
1403
+ class InitialAgentPoolConfigurationArgs:
1404
+ def __init__(__self__, *,
1405
+ count: pulumi.Input[float],
1406
+ mode: pulumi.Input[Union[str, 'AgentPoolMode']],
1407
+ name: pulumi.Input[str],
1408
+ vm_sku_name: pulumi.Input[str],
1409
+ administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
1410
+ agent_options: Optional[pulumi.Input['AgentOptionsArgs']] = None,
1411
+ attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
1412
+ availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1413
+ labels: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
1414
+ taints: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
1415
+ upgrade_settings: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']] = None):
1416
+ """
1417
+ :param pulumi.Input[float] count: The number of virtual machines that use this configuration.
1418
+ :param pulumi.Input[Union[str, 'AgentPoolMode']] mode: The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1419
+ :param pulumi.Input[str] name: The name that will be used for the agent pool resource representing this agent pool.
1420
+ :param pulumi.Input[str] vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
1421
+ :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
1422
+ :param pulumi.Input['AgentOptionsArgs'] agent_options: The configurations that will be applied to each agent in this agent pool.
1423
+ :param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1424
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1425
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] labels: The labels applied to the nodes in this agent pool.
1426
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] taints: The taints applied to the nodes in this agent pool.
1427
+ :param pulumi.Input['AgentPoolUpgradeSettingsArgs'] upgrade_settings: The configuration of the agent pool.
1428
+ """
1429
+ pulumi.set(__self__, "count", count)
1430
+ pulumi.set(__self__, "mode", mode)
1431
+ pulumi.set(__self__, "name", name)
1432
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1433
+ if administrator_configuration is not None:
1434
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1435
+ if agent_options is not None:
1436
+ pulumi.set(__self__, "agent_options", agent_options)
1437
+ if attached_network_configuration is not None:
1438
+ pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
1439
+ if availability_zones is not None:
1440
+ pulumi.set(__self__, "availability_zones", availability_zones)
1441
+ if labels is not None:
1442
+ pulumi.set(__self__, "labels", labels)
1443
+ if taints is not None:
1444
+ pulumi.set(__self__, "taints", taints)
1445
+ if upgrade_settings is not None:
1446
+ pulumi.set(__self__, "upgrade_settings", upgrade_settings)
1447
+
1448
+ @property
1449
+ @pulumi.getter
1450
+ def count(self) -> pulumi.Input[float]:
1451
+ """
1452
+ The number of virtual machines that use this configuration.
1453
+ """
1454
+ return pulumi.get(self, "count")
1455
+
1456
+ @count.setter
1457
+ def count(self, value: pulumi.Input[float]):
1458
+ pulumi.set(self, "count", value)
1459
+
1460
+ @property
1461
+ @pulumi.getter
1462
+ def mode(self) -> pulumi.Input[Union[str, 'AgentPoolMode']]:
1463
+ """
1464
+ The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1465
+ """
1466
+ return pulumi.get(self, "mode")
1467
+
1468
+ @mode.setter
1469
+ def mode(self, value: pulumi.Input[Union[str, 'AgentPoolMode']]):
1470
+ pulumi.set(self, "mode", value)
1471
+
1472
+ @property
1473
+ @pulumi.getter
1474
+ def name(self) -> pulumi.Input[str]:
1475
+ """
1476
+ The name that will be used for the agent pool resource representing this agent pool.
1477
+ """
1478
+ return pulumi.get(self, "name")
1479
+
1480
+ @name.setter
1481
+ def name(self, value: pulumi.Input[str]):
1482
+ pulumi.set(self, "name", value)
1483
+
1484
+ @property
1485
+ @pulumi.getter(name="vmSkuName")
1486
+ def vm_sku_name(self) -> pulumi.Input[str]:
1487
+ """
1488
+ The name of the VM SKU that determines the size of resources allocated for node VMs.
1489
+ """
1490
+ return pulumi.get(self, "vm_sku_name")
1491
+
1492
+ @vm_sku_name.setter
1493
+ def vm_sku_name(self, value: pulumi.Input[str]):
1494
+ pulumi.set(self, "vm_sku_name", value)
1495
+
1496
+ @property
1497
+ @pulumi.getter(name="administratorConfiguration")
1498
+ def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
1499
+ """
1500
+ The administrator credentials to be used for the nodes in this agent pool.
1501
+ """
1502
+ return pulumi.get(self, "administrator_configuration")
1503
+
1504
+ @administrator_configuration.setter
1505
+ def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
1506
+ pulumi.set(self, "administrator_configuration", value)
1507
+
1508
+ @property
1509
+ @pulumi.getter(name="agentOptions")
1510
+ def agent_options(self) -> Optional[pulumi.Input['AgentOptionsArgs']]:
1511
+ """
1512
+ The configurations that will be applied to each agent in this agent pool.
1513
+ """
1514
+ return pulumi.get(self, "agent_options")
1515
+
1516
+ @agent_options.setter
1517
+ def agent_options(self, value: Optional[pulumi.Input['AgentOptionsArgs']]):
1518
+ pulumi.set(self, "agent_options", value)
1519
+
1520
+ @property
1521
+ @pulumi.getter(name="attachedNetworkConfiguration")
1522
+ def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
1523
+ """
1524
+ The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1525
+ """
1526
+ return pulumi.get(self, "attached_network_configuration")
1527
+
1528
+ @attached_network_configuration.setter
1529
+ def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
1530
+ pulumi.set(self, "attached_network_configuration", value)
1531
+
1532
+ @property
1533
+ @pulumi.getter(name="availabilityZones")
1534
+ def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1535
+ """
1536
+ The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1537
+ """
1538
+ return pulumi.get(self, "availability_zones")
1539
+
1540
+ @availability_zones.setter
1541
+ def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1542
+ pulumi.set(self, "availability_zones", value)
1543
+
1544
+ @property
1545
+ @pulumi.getter
1546
+ def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
1547
+ """
1548
+ The labels applied to the nodes in this agent pool.
1549
+ """
1550
+ return pulumi.get(self, "labels")
1551
+
1552
+ @labels.setter
1553
+ def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
1554
+ pulumi.set(self, "labels", value)
1555
+
1556
+ @property
1557
+ @pulumi.getter
1558
+ def taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
1559
+ """
1560
+ The taints applied to the nodes in this agent pool.
1561
+ """
1562
+ return pulumi.get(self, "taints")
1563
+
1564
+ @taints.setter
1565
+ def taints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
1566
+ pulumi.set(self, "taints", value)
1567
+
1568
+ @property
1569
+ @pulumi.getter(name="upgradeSettings")
1570
+ def upgrade_settings(self) -> Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]:
1571
+ """
1572
+ The configuration of the agent pool.
1573
+ """
1574
+ return pulumi.get(self, "upgrade_settings")
1575
+
1576
+ @upgrade_settings.setter
1577
+ def upgrade_settings(self, value: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]):
1578
+ pulumi.set(self, "upgrade_settings", value)
1579
+
1580
+
1581
+ if not MYPY:
1582
+ class IpAddressPoolArgsDict(TypedDict):
1583
+ addresses: pulumi.Input[Sequence[pulumi.Input[str]]]
1584
+ """
1585
+ The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
1586
+ """
1587
+ name: pulumi.Input[str]
1588
+ """
1589
+ The name used to identify this IP address pool for association with a BGP advertisement.
1590
+ """
1591
+ auto_assign: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
1592
+ """
1593
+ The indicator to determine if automatic allocation from the pool should occur.
1594
+ """
1595
+ only_use_host_ips: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
1596
+ """
1597
+ The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1598
+ """
1599
+ elif False:
1600
+ IpAddressPoolArgsDict: TypeAlias = Mapping[str, Any]
1601
+
1602
+ @pulumi.input_type
1603
+ class IpAddressPoolArgs:
1604
+ def __init__(__self__, *,
1605
+ addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
1606
+ name: pulumi.Input[str],
1607
+ auto_assign: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
1608
+ only_use_host_ips: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None):
1609
+ """
1610
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
1611
+ :param pulumi.Input[str] name: The name used to identify this IP address pool for association with a BGP advertisement.
1612
+ :param pulumi.Input[Union[str, 'BfdEnabled']] auto_assign: The indicator to determine if automatic allocation from the pool should occur.
1613
+ :param pulumi.Input[Union[str, 'BfdEnabled']] only_use_host_ips: The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1614
+ """
1615
+ pulumi.set(__self__, "addresses", addresses)
1616
+ pulumi.set(__self__, "name", name)
1617
+ if auto_assign is None:
1618
+ auto_assign = 'True'
1619
+ if auto_assign is not None:
1620
+ pulumi.set(__self__, "auto_assign", auto_assign)
1621
+ if only_use_host_ips is None:
1622
+ only_use_host_ips = 'True'
1623
+ if only_use_host_ips is not None:
1624
+ pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
1625
+
1626
+ @property
1627
+ @pulumi.getter
1628
+ def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1629
+ """
1630
+ The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
1631
+ """
1632
+ return pulumi.get(self, "addresses")
1633
+
1634
+ @addresses.setter
1635
+ def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1636
+ pulumi.set(self, "addresses", value)
1637
+
1638
+ @property
1639
+ @pulumi.getter
1640
+ def name(self) -> pulumi.Input[str]:
1641
+ """
1642
+ The name used to identify this IP address pool for association with a BGP advertisement.
1643
+ """
1644
+ return pulumi.get(self, "name")
1645
+
1646
+ @name.setter
1647
+ def name(self, value: pulumi.Input[str]):
1648
+ pulumi.set(self, "name", value)
1649
+
1650
+ @property
1651
+ @pulumi.getter(name="autoAssign")
1652
+ def auto_assign(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
1653
+ """
1654
+ The indicator to determine if automatic allocation from the pool should occur.
1655
+ """
1656
+ return pulumi.get(self, "auto_assign")
1657
+
1658
+ @auto_assign.setter
1659
+ def auto_assign(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
1660
+ pulumi.set(self, "auto_assign", value)
1661
+
1662
+ @property
1663
+ @pulumi.getter(name="onlyUseHostIps")
1664
+ def only_use_host_ips(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
1665
+ """
1666
+ The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1667
+ """
1668
+ return pulumi.get(self, "only_use_host_ips")
1669
+
1670
+ @only_use_host_ips.setter
1671
+ def only_use_host_ips(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
1672
+ pulumi.set(self, "only_use_host_ips", value)
1673
+
1674
+
1675
+ if not MYPY:
1676
+ class KeySetUserArgsDict(TypedDict):
1677
+ azure_user_name: pulumi.Input[str]
1678
+ """
1679
+ The user name that will be used for access.
1680
+ """
1681
+ ssh_public_key: pulumi.Input['SshPublicKeyArgsDict']
1682
+ """
1683
+ The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1684
+ """
1685
+ description: NotRequired[pulumi.Input[str]]
1686
+ """
1687
+ The free-form description for this user.
1688
+ """
1689
+ user_principal_name: NotRequired[pulumi.Input[str]]
1690
+ """
1691
+ The user principal name (email format) used to validate this user's group membership.
1692
+ """
1693
+ elif False:
1694
+ KeySetUserArgsDict: TypeAlias = Mapping[str, Any]
1695
+
1696
+ @pulumi.input_type
1697
+ class KeySetUserArgs:
1698
+ def __init__(__self__, *,
1699
+ azure_user_name: pulumi.Input[str],
1700
+ ssh_public_key: pulumi.Input['SshPublicKeyArgs'],
1701
+ description: Optional[pulumi.Input[str]] = None,
1702
+ user_principal_name: Optional[pulumi.Input[str]] = None):
1703
+ """
1704
+ :param pulumi.Input[str] azure_user_name: The user name that will be used for access.
1705
+ :param pulumi.Input['SshPublicKeyArgs'] ssh_public_key: The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1706
+ :param pulumi.Input[str] description: The free-form description for this user.
1707
+ :param pulumi.Input[str] user_principal_name: The user principal name (email format) used to validate this user's group membership.
1708
+ """
1709
+ pulumi.set(__self__, "azure_user_name", azure_user_name)
1710
+ pulumi.set(__self__, "ssh_public_key", ssh_public_key)
1711
+ if description is not None:
1712
+ pulumi.set(__self__, "description", description)
1713
+ if user_principal_name is not None:
1714
+ pulumi.set(__self__, "user_principal_name", user_principal_name)
1715
+
1716
+ @property
1717
+ @pulumi.getter(name="azureUserName")
1718
+ def azure_user_name(self) -> pulumi.Input[str]:
1719
+ """
1720
+ The user name that will be used for access.
1721
+ """
1722
+ return pulumi.get(self, "azure_user_name")
1723
+
1724
+ @azure_user_name.setter
1725
+ def azure_user_name(self, value: pulumi.Input[str]):
1726
+ pulumi.set(self, "azure_user_name", value)
1727
+
1728
+ @property
1729
+ @pulumi.getter(name="sshPublicKey")
1730
+ def ssh_public_key(self) -> pulumi.Input['SshPublicKeyArgs']:
1731
+ """
1732
+ The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1733
+ """
1734
+ return pulumi.get(self, "ssh_public_key")
1735
+
1736
+ @ssh_public_key.setter
1737
+ def ssh_public_key(self, value: pulumi.Input['SshPublicKeyArgs']):
1738
+ pulumi.set(self, "ssh_public_key", value)
1739
+
1740
+ @property
1741
+ @pulumi.getter
1742
+ def description(self) -> Optional[pulumi.Input[str]]:
1743
+ """
1744
+ The free-form description for this user.
1745
+ """
1746
+ return pulumi.get(self, "description")
1747
+
1748
+ @description.setter
1749
+ def description(self, value: Optional[pulumi.Input[str]]):
1750
+ pulumi.set(self, "description", value)
1751
+
1752
+ @property
1753
+ @pulumi.getter(name="userPrincipalName")
1754
+ def user_principal_name(self) -> Optional[pulumi.Input[str]]:
1755
+ """
1756
+ The user principal name (email format) used to validate this user's group membership.
1757
+ """
1758
+ return pulumi.get(self, "user_principal_name")
1759
+
1760
+ @user_principal_name.setter
1761
+ def user_principal_name(self, value: Optional[pulumi.Input[str]]):
1762
+ pulumi.set(self, "user_principal_name", value)
1763
+
1764
+
1765
+ if not MYPY:
1766
+ class KubernetesLabelArgsDict(TypedDict):
1767
+ key: pulumi.Input[str]
1768
+ """
1769
+ The name of the label or taint.
1770
+ """
1771
+ value: pulumi.Input[str]
1772
+ """
1773
+ The value of the label or taint.
1774
+ """
1775
+ elif False:
1776
+ KubernetesLabelArgsDict: TypeAlias = Mapping[str, Any]
1777
+
1778
+ @pulumi.input_type
1779
+ class KubernetesLabelArgs:
1780
+ def __init__(__self__, *,
1781
+ key: pulumi.Input[str],
1782
+ value: pulumi.Input[str]):
1783
+ """
1784
+ :param pulumi.Input[str] key: The name of the label or taint.
1785
+ :param pulumi.Input[str] value: The value of the label or taint.
1786
+ """
1787
+ pulumi.set(__self__, "key", key)
1788
+ pulumi.set(__self__, "value", value)
1789
+
1790
+ @property
1791
+ @pulumi.getter
1792
+ def key(self) -> pulumi.Input[str]:
1793
+ """
1794
+ The name of the label or taint.
1795
+ """
1796
+ return pulumi.get(self, "key")
1797
+
1798
+ @key.setter
1799
+ def key(self, value: pulumi.Input[str]):
1800
+ pulumi.set(self, "key", value)
1801
+
1802
+ @property
1803
+ @pulumi.getter
1804
+ def value(self) -> pulumi.Input[str]:
1805
+ """
1806
+ The value of the label or taint.
1807
+ """
1808
+ return pulumi.get(self, "value")
1809
+
1810
+ @value.setter
1811
+ def value(self, value: pulumi.Input[str]):
1812
+ pulumi.set(self, "value", value)
1813
+
1814
+
1815
+ if not MYPY:
1816
+ class L2NetworkAttachmentConfigurationArgsDict(TypedDict):
1817
+ network_id: pulumi.Input[str]
1818
+ """
1819
+ The resource ID of the network that is being configured for attachment.
1820
+ """
1821
+ plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
1822
+ """
1823
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1824
+ """
1825
+ elif False:
1826
+ L2NetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1827
+
1828
+ @pulumi.input_type
1829
+ class L2NetworkAttachmentConfigurationArgs:
1830
+ def __init__(__self__, *,
1831
+ network_id: pulumi.Input[str],
1832
+ plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
1833
+ """
1834
+ :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
1835
+ :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
1836
+ """
1837
+ pulumi.set(__self__, "network_id", network_id)
1838
+ if plugin_type is None:
1839
+ plugin_type = 'SRIOV'
1840
+ if plugin_type is not None:
1841
+ pulumi.set(__self__, "plugin_type", plugin_type)
1842
+
1843
+ @property
1844
+ @pulumi.getter(name="networkId")
1845
+ def network_id(self) -> pulumi.Input[str]:
1846
+ """
1847
+ The resource ID of the network that is being configured for attachment.
1848
+ """
1849
+ return pulumi.get(self, "network_id")
1850
+
1851
+ @network_id.setter
1852
+ def network_id(self, value: pulumi.Input[str]):
1853
+ pulumi.set(self, "network_id", value)
1854
+
1855
+ @property
1856
+ @pulumi.getter(name="pluginType")
1857
+ def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
1858
+ """
1859
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1860
+ """
1861
+ return pulumi.get(self, "plugin_type")
1862
+
1863
+ @plugin_type.setter
1864
+ def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
1865
+ pulumi.set(self, "plugin_type", value)
1866
+
1867
+
1868
+ if not MYPY:
1869
+ class L2ServiceLoadBalancerConfigurationArgsDict(TypedDict):
1870
+ ip_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgsDict']]]]
1871
+ """
1872
+ The list of pools of IP addresses that can be allocated to load balancer services.
1873
+ """
1874
+ elif False:
1875
+ L2ServiceLoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1876
+
1877
+ @pulumi.input_type
1878
+ class L2ServiceLoadBalancerConfigurationArgs:
1879
+ def __init__(__self__, *,
1880
+ ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
1881
+ """
1882
+ :param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
1883
+ """
1884
+ if ip_address_pools is not None:
1885
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
1886
+
1887
+ @property
1888
+ @pulumi.getter(name="ipAddressPools")
1889
+ def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
1890
+ """
1891
+ The list of pools of IP addresses that can be allocated to load balancer services.
1892
+ """
1893
+ return pulumi.get(self, "ip_address_pools")
1894
+
1895
+ @ip_address_pools.setter
1896
+ def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
1897
+ pulumi.set(self, "ip_address_pools", value)
1898
+
1899
+
1900
+ if not MYPY:
1901
+ class L3NetworkAttachmentConfigurationArgsDict(TypedDict):
1902
+ network_id: pulumi.Input[str]
1903
+ """
1904
+ The resource ID of the network that is being configured for attachment.
1905
+ """
1906
+ ipam_enabled: NotRequired[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]
1907
+ """
1908
+ The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1909
+ """
1910
+ plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
1911
+ """
1912
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1913
+ """
1914
+ elif False:
1915
+ L3NetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1916
+
1917
+ @pulumi.input_type
1918
+ class L3NetworkAttachmentConfigurationArgs:
1919
+ def __init__(__self__, *,
1920
+ network_id: pulumi.Input[str],
1921
+ ipam_enabled: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]] = None,
1922
+ plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
1923
+ """
1924
+ :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
1925
+ :param pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']] ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1926
+ :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
1927
+ """
1928
+ pulumi.set(__self__, "network_id", network_id)
1929
+ if ipam_enabled is None:
1930
+ ipam_enabled = 'False'
1931
+ if ipam_enabled is not None:
1932
+ pulumi.set(__self__, "ipam_enabled", ipam_enabled)
1933
+ if plugin_type is None:
1934
+ plugin_type = 'SRIOV'
1935
+ if plugin_type is not None:
1936
+ pulumi.set(__self__, "plugin_type", plugin_type)
1937
+
1938
+ @property
1939
+ @pulumi.getter(name="networkId")
1940
+ def network_id(self) -> pulumi.Input[str]:
1941
+ """
1942
+ The resource ID of the network that is being configured for attachment.
1943
+ """
1944
+ return pulumi.get(self, "network_id")
1945
+
1946
+ @network_id.setter
1947
+ def network_id(self, value: pulumi.Input[str]):
1948
+ pulumi.set(self, "network_id", value)
1949
+
1950
+ @property
1951
+ @pulumi.getter(name="ipamEnabled")
1952
+ def ipam_enabled(self) -> Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]:
1953
+ """
1954
+ The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1955
+ """
1956
+ return pulumi.get(self, "ipam_enabled")
1957
+
1958
+ @ipam_enabled.setter
1959
+ def ipam_enabled(self, value: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]):
1960
+ pulumi.set(self, "ipam_enabled", value)
1961
+
1962
+ @property
1963
+ @pulumi.getter(name="pluginType")
1964
+ def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
1965
+ """
1966
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1967
+ """
1968
+ return pulumi.get(self, "plugin_type")
1969
+
1970
+ @plugin_type.setter
1971
+ def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
1972
+ pulumi.set(self, "plugin_type", value)
1973
+
1974
+
1975
+ if not MYPY:
1976
+ class ManagedResourceGroupConfigurationArgsDict(TypedDict):
1977
+ location: NotRequired[pulumi.Input[str]]
1978
+ """
1979
+ The location of the managed resource group. If not specified, the location of the parent resource is chosen.
1980
+ """
1981
+ name: NotRequired[pulumi.Input[str]]
1982
+ """
1983
+ The name for the managed resource group. If not specified, the unique name is automatically generated.
1984
+ """
1985
+ elif False:
1986
+ ManagedResourceGroupConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1987
+
1988
+ @pulumi.input_type
1989
+ class ManagedResourceGroupConfigurationArgs:
1990
+ def __init__(__self__, *,
1991
+ location: Optional[pulumi.Input[str]] = None,
1992
+ name: Optional[pulumi.Input[str]] = None):
1993
+ """
1994
+ :param pulumi.Input[str] location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
1995
+ :param pulumi.Input[str] name: The name for the managed resource group. If not specified, the unique name is automatically generated.
1996
+ """
1997
+ if location is not None:
1998
+ pulumi.set(__self__, "location", location)
1999
+ if name is not None:
2000
+ pulumi.set(__self__, "name", name)
2001
+
2002
+ @property
2003
+ @pulumi.getter
2004
+ def location(self) -> Optional[pulumi.Input[str]]:
2005
+ """
2006
+ The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2007
+ """
2008
+ return pulumi.get(self, "location")
2009
+
2010
+ @location.setter
2011
+ def location(self, value: Optional[pulumi.Input[str]]):
2012
+ pulumi.set(self, "location", value)
2013
+
2014
+ @property
2015
+ @pulumi.getter
2016
+ def name(self) -> Optional[pulumi.Input[str]]:
2017
+ """
2018
+ The name for the managed resource group. If not specified, the unique name is automatically generated.
2019
+ """
2020
+ return pulumi.get(self, "name")
2021
+
2022
+ @name.setter
2023
+ def name(self, value: Optional[pulumi.Input[str]]):
2024
+ pulumi.set(self, "name", value)
2025
+
2026
+
2027
+ if not MYPY:
2028
+ class ManagedServiceIdentityArgsDict(TypedDict):
2029
+ """
2030
+ Managed service identity (system assigned and/or user assigned identities)
2031
+ """
2032
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
2033
+ """
2034
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2035
+ """
2036
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2037
+ """
2038
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
2039
+ """
2040
+ elif False:
2041
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
2042
+
2043
+ @pulumi.input_type
2044
+ class ManagedServiceIdentityArgs:
2045
+ def __init__(__self__, *,
2046
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
2047
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2048
+ """
2049
+ Managed service identity (system assigned and/or user assigned identities)
2050
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2051
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
2052
+ """
2053
+ pulumi.set(__self__, "type", type)
2054
+ if user_assigned_identities is not None:
2055
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
2056
+
2057
+ @property
2058
+ @pulumi.getter
2059
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
2060
+ """
2061
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2062
+ """
2063
+ return pulumi.get(self, "type")
2064
+
2065
+ @type.setter
2066
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
2067
+ pulumi.set(self, "type", value)
2068
+
2069
+ @property
2070
+ @pulumi.getter(name="userAssignedIdentities")
2071
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2072
+ """
2073
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
2074
+ """
2075
+ return pulumi.get(self, "user_assigned_identities")
2076
+
2077
+ @user_assigned_identities.setter
2078
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2079
+ pulumi.set(self, "user_assigned_identities", value)
2080
+
2081
+
2082
+ if not MYPY:
2083
+ class NetworkAttachmentArgsDict(TypedDict):
2084
+ attached_network_id: pulumi.Input[str]
2085
+ """
2086
+ The resource ID of the associated network attached to the virtual machine.
2087
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2088
+ """
2089
+ ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]
2090
+ """
2091
+ The IP allocation mechanism for the virtual machine.
2092
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2093
+ Otherwise, Disabled is the only permitted value.
2094
+ """
2095
+ default_gateway: NotRequired[pulumi.Input[Union[str, 'DefaultGateway']]]
2096
+ """
2097
+ The indicator of whether this is the default gateway.
2098
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2099
+ """
2100
+ ipv4_address: NotRequired[pulumi.Input[str]]
2101
+ """
2102
+ The IPv4 address of the virtual machine.
2103
+
2104
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2105
+
2106
+ If IPAllocationMethod is:
2107
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2108
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2109
+ Disabled - this field will be empty.
2110
+ """
2111
+ ipv6_address: NotRequired[pulumi.Input[str]]
2112
+ """
2113
+ The IPv6 address of the virtual machine.
2114
+
2115
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2116
+
2117
+ If IPAllocationMethod is:
2118
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2119
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2120
+ Disabled - this field will be empty.
2121
+ """
2122
+ network_attachment_name: NotRequired[pulumi.Input[str]]
2123
+ """
2124
+ The associated network's interface name.
2125
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2126
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2127
+ For a CloudServicesNetwork resource, this name will be ignored.
2128
+ """
2129
+ elif False:
2130
+ NetworkAttachmentArgsDict: TypeAlias = Mapping[str, Any]
2131
+
2132
+ @pulumi.input_type
2133
+ class NetworkAttachmentArgs:
2134
+ def __init__(__self__, *,
2135
+ attached_network_id: pulumi.Input[str],
2136
+ ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']],
2137
+ default_gateway: Optional[pulumi.Input[Union[str, 'DefaultGateway']]] = None,
2138
+ ipv4_address: Optional[pulumi.Input[str]] = None,
2139
+ ipv6_address: Optional[pulumi.Input[str]] = None,
2140
+ network_attachment_name: Optional[pulumi.Input[str]] = None):
2141
+ """
2142
+ :param pulumi.Input[str] attached_network_id: The resource ID of the associated network attached to the virtual machine.
2143
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2144
+ :param pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']] ip_allocation_method: The IP allocation mechanism for the virtual machine.
2145
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2146
+ Otherwise, Disabled is the only permitted value.
2147
+ :param pulumi.Input[Union[str, 'DefaultGateway']] default_gateway: The indicator of whether this is the default gateway.
2148
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2149
+ :param pulumi.Input[str] ipv4_address: The IPv4 address of the virtual machine.
2150
+
2151
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2152
+
2153
+ If IPAllocationMethod is:
2154
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2155
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2156
+ Disabled - this field will be empty.
2157
+ :param pulumi.Input[str] ipv6_address: The IPv6 address of the virtual machine.
2158
+
2159
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2160
+
2161
+ If IPAllocationMethod is:
2162
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2163
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2164
+ Disabled - this field will be empty.
2165
+ :param pulumi.Input[str] network_attachment_name: The associated network's interface name.
2166
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2167
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2168
+ For a CloudServicesNetwork resource, this name will be ignored.
2169
+ """
2170
+ pulumi.set(__self__, "attached_network_id", attached_network_id)
2171
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2172
+ if default_gateway is not None:
2173
+ pulumi.set(__self__, "default_gateway", default_gateway)
2174
+ if ipv4_address is not None:
2175
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
2176
+ if ipv6_address is not None:
2177
+ pulumi.set(__self__, "ipv6_address", ipv6_address)
2178
+ if network_attachment_name is not None:
2179
+ pulumi.set(__self__, "network_attachment_name", network_attachment_name)
2180
+
2181
+ @property
2182
+ @pulumi.getter(name="attachedNetworkId")
2183
+ def attached_network_id(self) -> pulumi.Input[str]:
2184
+ """
2185
+ The resource ID of the associated network attached to the virtual machine.
2186
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2187
+ """
2188
+ return pulumi.get(self, "attached_network_id")
2189
+
2190
+ @attached_network_id.setter
2191
+ def attached_network_id(self, value: pulumi.Input[str]):
2192
+ pulumi.set(self, "attached_network_id", value)
2193
+
2194
+ @property
2195
+ @pulumi.getter(name="ipAllocationMethod")
2196
+ def ip_allocation_method(self) -> pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]:
2197
+ """
2198
+ The IP allocation mechanism for the virtual machine.
2199
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2200
+ Otherwise, Disabled is the only permitted value.
2201
+ """
2202
+ return pulumi.get(self, "ip_allocation_method")
2203
+
2204
+ @ip_allocation_method.setter
2205
+ def ip_allocation_method(self, value: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]):
2206
+ pulumi.set(self, "ip_allocation_method", value)
2207
+
2208
+ @property
2209
+ @pulumi.getter(name="defaultGateway")
2210
+ def default_gateway(self) -> Optional[pulumi.Input[Union[str, 'DefaultGateway']]]:
2211
+ """
2212
+ The indicator of whether this is the default gateway.
2213
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2214
+ """
2215
+ return pulumi.get(self, "default_gateway")
2216
+
2217
+ @default_gateway.setter
2218
+ def default_gateway(self, value: Optional[pulumi.Input[Union[str, 'DefaultGateway']]]):
2219
+ pulumi.set(self, "default_gateway", value)
2220
+
2221
+ @property
2222
+ @pulumi.getter(name="ipv4Address")
2223
+ def ipv4_address(self) -> Optional[pulumi.Input[str]]:
2224
+ """
2225
+ The IPv4 address of the virtual machine.
2226
+
2227
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2228
+
2229
+ If IPAllocationMethod is:
2230
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2231
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2232
+ Disabled - this field will be empty.
2233
+ """
2234
+ return pulumi.get(self, "ipv4_address")
2235
+
2236
+ @ipv4_address.setter
2237
+ def ipv4_address(self, value: Optional[pulumi.Input[str]]):
2238
+ pulumi.set(self, "ipv4_address", value)
2239
+
2240
+ @property
2241
+ @pulumi.getter(name="ipv6Address")
2242
+ def ipv6_address(self) -> Optional[pulumi.Input[str]]:
2243
+ """
2244
+ The IPv6 address of the virtual machine.
2245
+
2246
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2247
+
2248
+ If IPAllocationMethod is:
2249
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2250
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2251
+ Disabled - this field will be empty.
2252
+ """
2253
+ return pulumi.get(self, "ipv6_address")
2254
+
2255
+ @ipv6_address.setter
2256
+ def ipv6_address(self, value: Optional[pulumi.Input[str]]):
2257
+ pulumi.set(self, "ipv6_address", value)
2258
+
2259
+ @property
2260
+ @pulumi.getter(name="networkAttachmentName")
2261
+ def network_attachment_name(self) -> Optional[pulumi.Input[str]]:
2262
+ """
2263
+ The associated network's interface name.
2264
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2265
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2266
+ For a CloudServicesNetwork resource, this name will be ignored.
2267
+ """
2268
+ return pulumi.get(self, "network_attachment_name")
2269
+
2270
+ @network_attachment_name.setter
2271
+ def network_attachment_name(self, value: Optional[pulumi.Input[str]]):
2272
+ pulumi.set(self, "network_attachment_name", value)
2273
+
2274
+
2275
+ if not MYPY:
2276
+ class NetworkConfigurationArgsDict(TypedDict):
2277
+ cloud_services_network_id: pulumi.Input[str]
2278
+ """
2279
+ The resource ID of the associated Cloud Services network.
2280
+ """
2281
+ cni_network_id: pulumi.Input[str]
2282
+ """
2283
+ The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2284
+ """
2285
+ attached_network_configuration: NotRequired[pulumi.Input['AttachedNetworkConfigurationArgsDict']]
2286
+ """
2287
+ The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2288
+ """
2289
+ bgp_service_load_balancer_configuration: NotRequired[pulumi.Input['BgpServiceLoadBalancerConfigurationArgsDict']]
2290
+ """
2291
+ The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2292
+ """
2293
+ dns_service_ip: NotRequired[pulumi.Input[str]]
2294
+ """
2295
+ The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2296
+ """
2297
+ l2_service_load_balancer_configuration: NotRequired[pulumi.Input['L2ServiceLoadBalancerConfigurationArgsDict']]
2298
+ """
2299
+ The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2300
+ """
2301
+ pod_cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2302
+ """
2303
+ The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2304
+ """
2305
+ service_cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2306
+ """
2307
+ The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2308
+ """
2309
+ elif False:
2310
+ NetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2311
+
2312
+ @pulumi.input_type
2313
+ class NetworkConfigurationArgs:
2314
+ def __init__(__self__, *,
2315
+ cloud_services_network_id: pulumi.Input[str],
2316
+ cni_network_id: pulumi.Input[str],
2317
+ attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
2318
+ bgp_service_load_balancer_configuration: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']] = None,
2319
+ dns_service_ip: Optional[pulumi.Input[str]] = None,
2320
+ l2_service_load_balancer_configuration: Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']] = None,
2321
+ pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2322
+ service_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2323
+ """
2324
+ :param pulumi.Input[str] cloud_services_network_id: The resource ID of the associated Cloud Services network.
2325
+ :param pulumi.Input[str] cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2326
+ :param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2327
+ :param pulumi.Input['BgpServiceLoadBalancerConfigurationArgs'] bgp_service_load_balancer_configuration: The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2328
+ :param pulumi.Input[str] dns_service_ip: The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2329
+ :param pulumi.Input['L2ServiceLoadBalancerConfigurationArgs'] l2_service_load_balancer_configuration: The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2330
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] pod_cidrs: The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2331
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] service_cidrs: The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2332
+ """
2333
+ pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
2334
+ pulumi.set(__self__, "cni_network_id", cni_network_id)
2335
+ if attached_network_configuration is not None:
2336
+ pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
2337
+ if bgp_service_load_balancer_configuration is not None:
2338
+ pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
2339
+ if dns_service_ip is not None:
2340
+ pulumi.set(__self__, "dns_service_ip", dns_service_ip)
2341
+ if l2_service_load_balancer_configuration is not None:
2342
+ pulumi.set(__self__, "l2_service_load_balancer_configuration", l2_service_load_balancer_configuration)
2343
+ if pod_cidrs is not None:
2344
+ pulumi.set(__self__, "pod_cidrs", pod_cidrs)
2345
+ if service_cidrs is not None:
2346
+ pulumi.set(__self__, "service_cidrs", service_cidrs)
2347
+
2348
+ @property
2349
+ @pulumi.getter(name="cloudServicesNetworkId")
2350
+ def cloud_services_network_id(self) -> pulumi.Input[str]:
2351
+ """
2352
+ The resource ID of the associated Cloud Services network.
2353
+ """
2354
+ return pulumi.get(self, "cloud_services_network_id")
2355
+
2356
+ @cloud_services_network_id.setter
2357
+ def cloud_services_network_id(self, value: pulumi.Input[str]):
2358
+ pulumi.set(self, "cloud_services_network_id", value)
2359
+
2360
+ @property
2361
+ @pulumi.getter(name="cniNetworkId")
2362
+ def cni_network_id(self) -> pulumi.Input[str]:
2363
+ """
2364
+ The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2365
+ """
2366
+ return pulumi.get(self, "cni_network_id")
2367
+
2368
+ @cni_network_id.setter
2369
+ def cni_network_id(self, value: pulumi.Input[str]):
2370
+ pulumi.set(self, "cni_network_id", value)
2371
+
2372
+ @property
2373
+ @pulumi.getter(name="attachedNetworkConfiguration")
2374
+ def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
2375
+ """
2376
+ The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2377
+ """
2378
+ return pulumi.get(self, "attached_network_configuration")
2379
+
2380
+ @attached_network_configuration.setter
2381
+ def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
2382
+ pulumi.set(self, "attached_network_configuration", value)
2383
+
2384
+ @property
2385
+ @pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
2386
+ def bgp_service_load_balancer_configuration(self) -> Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]:
2387
+ """
2388
+ The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2389
+ """
2390
+ return pulumi.get(self, "bgp_service_load_balancer_configuration")
2391
+
2392
+ @bgp_service_load_balancer_configuration.setter
2393
+ def bgp_service_load_balancer_configuration(self, value: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]):
2394
+ pulumi.set(self, "bgp_service_load_balancer_configuration", value)
2395
+
2396
+ @property
2397
+ @pulumi.getter(name="dnsServiceIp")
2398
+ def dns_service_ip(self) -> Optional[pulumi.Input[str]]:
2399
+ """
2400
+ The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2401
+ """
2402
+ return pulumi.get(self, "dns_service_ip")
2403
+
2404
+ @dns_service_ip.setter
2405
+ def dns_service_ip(self, value: Optional[pulumi.Input[str]]):
2406
+ pulumi.set(self, "dns_service_ip", value)
2407
+
2408
+ @property
2409
+ @pulumi.getter(name="l2ServiceLoadBalancerConfiguration")
2410
+ def l2_service_load_balancer_configuration(self) -> Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']]:
2411
+ """
2412
+ The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2413
+ """
2414
+ return pulumi.get(self, "l2_service_load_balancer_configuration")
2415
+
2416
+ @l2_service_load_balancer_configuration.setter
2417
+ def l2_service_load_balancer_configuration(self, value: Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']]):
2418
+ pulumi.set(self, "l2_service_load_balancer_configuration", value)
2419
+
2420
+ @property
2421
+ @pulumi.getter(name="podCidrs")
2422
+ def pod_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2423
+ """
2424
+ The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2425
+ """
2426
+ return pulumi.get(self, "pod_cidrs")
2427
+
2428
+ @pod_cidrs.setter
2429
+ def pod_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2430
+ pulumi.set(self, "pod_cidrs", value)
2431
+
2432
+ @property
2433
+ @pulumi.getter(name="serviceCidrs")
2434
+ def service_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2435
+ """
2436
+ The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2437
+ """
2438
+ return pulumi.get(self, "service_cidrs")
2439
+
2440
+ @service_cidrs.setter
2441
+ def service_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2442
+ pulumi.set(self, "service_cidrs", value)
2443
+
2444
+
2445
+ if not MYPY:
2446
+ class OsDiskArgsDict(TypedDict):
2447
+ disk_size_gb: pulumi.Input[float]
2448
+ """
2449
+ The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
2450
+ """
2451
+ create_option: NotRequired[pulumi.Input[Union[str, 'OsDiskCreateOption']]]
2452
+ """
2453
+ The strategy for creating the OS disk.
2454
+ """
2455
+ delete_option: NotRequired[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]
2456
+ """
2457
+ The strategy for deleting the OS disk.
2458
+ """
2459
+ elif False:
2460
+ OsDiskArgsDict: TypeAlias = Mapping[str, Any]
2461
+
2462
+ @pulumi.input_type
2463
+ class OsDiskArgs:
2464
+ def __init__(__self__, *,
2465
+ disk_size_gb: pulumi.Input[float],
2466
+ create_option: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]] = None,
2467
+ delete_option: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]] = None):
2468
+ """
2469
+ :param pulumi.Input[float] disk_size_gb: The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
2470
+ :param pulumi.Input[Union[str, 'OsDiskCreateOption']] create_option: The strategy for creating the OS disk.
2471
+ :param pulumi.Input[Union[str, 'OsDiskDeleteOption']] delete_option: The strategy for deleting the OS disk.
2472
+ """
2473
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
2474
+ if create_option is None:
2475
+ create_option = 'Ephemeral'
2476
+ if create_option is not None:
2477
+ pulumi.set(__self__, "create_option", create_option)
2478
+ if delete_option is None:
2479
+ delete_option = 'Delete'
2480
+ if delete_option is not None:
2481
+ pulumi.set(__self__, "delete_option", delete_option)
2482
+
2483
+ @property
2484
+ @pulumi.getter(name="diskSizeGB")
2485
+ def disk_size_gb(self) -> pulumi.Input[float]:
2486
+ """
2487
+ The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
2488
+ """
2489
+ return pulumi.get(self, "disk_size_gb")
2490
+
2491
+ @disk_size_gb.setter
2492
+ def disk_size_gb(self, value: pulumi.Input[float]):
2493
+ pulumi.set(self, "disk_size_gb", value)
2494
+
2495
+ @property
2496
+ @pulumi.getter(name="createOption")
2497
+ def create_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]:
2498
+ """
2499
+ The strategy for creating the OS disk.
2500
+ """
2501
+ return pulumi.get(self, "create_option")
2502
+
2503
+ @create_option.setter
2504
+ def create_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]):
2505
+ pulumi.set(self, "create_option", value)
2506
+
2507
+ @property
2508
+ @pulumi.getter(name="deleteOption")
2509
+ def delete_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]:
2510
+ """
2511
+ The strategy for deleting the OS disk.
2512
+ """
2513
+ return pulumi.get(self, "delete_option")
2514
+
2515
+ @delete_option.setter
2516
+ def delete_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]):
2517
+ pulumi.set(self, "delete_option", value)
2518
+
2519
+
2520
+ if not MYPY:
2521
+ class RackDefinitionArgsDict(TypedDict):
2522
+ network_rack_id: pulumi.Input[str]
2523
+ """
2524
+ The resource ID of the network rack that matches this rack definition.
2525
+ """
2526
+ rack_serial_number: pulumi.Input[str]
2527
+ """
2528
+ The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2529
+ """
2530
+ rack_sku_id: pulumi.Input[str]
2531
+ """
2532
+ The resource ID of the sku for the rack being added.
2533
+ """
2534
+ availability_zone: NotRequired[pulumi.Input[str]]
2535
+ """
2536
+ The zone name used for this rack when created. Availability zones are used for workload placement.
2537
+ """
2538
+ bare_metal_machine_configuration_data: NotRequired[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgsDict']]]]
2539
+ """
2540
+ The unordered list of bare metal machine configuration.
2541
+ """
2542
+ rack_location: NotRequired[pulumi.Input[str]]
2543
+ """
2544
+ The free-form description of the rack's location.
2545
+ """
2546
+ storage_appliance_configuration_data: NotRequired[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgsDict']]]]
2547
+ """
2548
+ The list of storage appliance configuration data for this rack.
2549
+ """
2550
+ elif False:
2551
+ RackDefinitionArgsDict: TypeAlias = Mapping[str, Any]
2552
+
2553
+ @pulumi.input_type
2554
+ class RackDefinitionArgs:
2555
+ def __init__(__self__, *,
2556
+ network_rack_id: pulumi.Input[str],
2557
+ rack_serial_number: pulumi.Input[str],
2558
+ rack_sku_id: pulumi.Input[str],
2559
+ availability_zone: Optional[pulumi.Input[str]] = None,
2560
+ bare_metal_machine_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]] = None,
2561
+ rack_location: Optional[pulumi.Input[str]] = None,
2562
+ storage_appliance_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]] = None):
2563
+ """
2564
+ :param pulumi.Input[str] network_rack_id: The resource ID of the network rack that matches this rack definition.
2565
+ :param pulumi.Input[str] rack_serial_number: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2566
+ :param pulumi.Input[str] rack_sku_id: The resource ID of the sku for the rack being added.
2567
+ :param pulumi.Input[str] availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
2568
+ :param pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
2569
+ :param pulumi.Input[str] rack_location: The free-form description of the rack's location.
2570
+ :param pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
2571
+ """
2572
+ pulumi.set(__self__, "network_rack_id", network_rack_id)
2573
+ pulumi.set(__self__, "rack_serial_number", rack_serial_number)
2574
+ pulumi.set(__self__, "rack_sku_id", rack_sku_id)
2575
+ if availability_zone is not None:
2576
+ pulumi.set(__self__, "availability_zone", availability_zone)
2577
+ if bare_metal_machine_configuration_data is not None:
2578
+ pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
2579
+ if rack_location is not None:
2580
+ pulumi.set(__self__, "rack_location", rack_location)
2581
+ if storage_appliance_configuration_data is not None:
2582
+ pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
2583
+
2584
+ @property
2585
+ @pulumi.getter(name="networkRackId")
2586
+ def network_rack_id(self) -> pulumi.Input[str]:
2587
+ """
2588
+ The resource ID of the network rack that matches this rack definition.
2589
+ """
2590
+ return pulumi.get(self, "network_rack_id")
2591
+
2592
+ @network_rack_id.setter
2593
+ def network_rack_id(self, value: pulumi.Input[str]):
2594
+ pulumi.set(self, "network_rack_id", value)
2595
+
2596
+ @property
2597
+ @pulumi.getter(name="rackSerialNumber")
2598
+ def rack_serial_number(self) -> pulumi.Input[str]:
2599
+ """
2600
+ The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2601
+ """
2602
+ return pulumi.get(self, "rack_serial_number")
2603
+
2604
+ @rack_serial_number.setter
2605
+ def rack_serial_number(self, value: pulumi.Input[str]):
2606
+ pulumi.set(self, "rack_serial_number", value)
2607
+
2608
+ @property
2609
+ @pulumi.getter(name="rackSkuId")
2610
+ def rack_sku_id(self) -> pulumi.Input[str]:
2611
+ """
2612
+ The resource ID of the sku for the rack being added.
2613
+ """
2614
+ return pulumi.get(self, "rack_sku_id")
2615
+
2616
+ @rack_sku_id.setter
2617
+ def rack_sku_id(self, value: pulumi.Input[str]):
2618
+ pulumi.set(self, "rack_sku_id", value)
2619
+
2620
+ @property
2621
+ @pulumi.getter(name="availabilityZone")
2622
+ def availability_zone(self) -> Optional[pulumi.Input[str]]:
2623
+ """
2624
+ The zone name used for this rack when created. Availability zones are used for workload placement.
2625
+ """
2626
+ return pulumi.get(self, "availability_zone")
2627
+
2628
+ @availability_zone.setter
2629
+ def availability_zone(self, value: Optional[pulumi.Input[str]]):
2630
+ pulumi.set(self, "availability_zone", value)
2631
+
2632
+ @property
2633
+ @pulumi.getter(name="bareMetalMachineConfigurationData")
2634
+ def bare_metal_machine_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]:
2635
+ """
2636
+ The unordered list of bare metal machine configuration.
2637
+ """
2638
+ return pulumi.get(self, "bare_metal_machine_configuration_data")
2639
+
2640
+ @bare_metal_machine_configuration_data.setter
2641
+ def bare_metal_machine_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]):
2642
+ pulumi.set(self, "bare_metal_machine_configuration_data", value)
2643
+
2644
+ @property
2645
+ @pulumi.getter(name="rackLocation")
2646
+ def rack_location(self) -> Optional[pulumi.Input[str]]:
2647
+ """
2648
+ The free-form description of the rack's location.
2649
+ """
2650
+ return pulumi.get(self, "rack_location")
2651
+
2652
+ @rack_location.setter
2653
+ def rack_location(self, value: Optional[pulumi.Input[str]]):
2654
+ pulumi.set(self, "rack_location", value)
2655
+
2656
+ @property
2657
+ @pulumi.getter(name="storageApplianceConfigurationData")
2658
+ def storage_appliance_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]:
2659
+ """
2660
+ The list of storage appliance configuration data for this rack.
2661
+ """
2662
+ return pulumi.get(self, "storage_appliance_configuration_data")
2663
+
2664
+ @storage_appliance_configuration_data.setter
2665
+ def storage_appliance_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]):
2666
+ pulumi.set(self, "storage_appliance_configuration_data", value)
2667
+
2668
+
2669
+ if not MYPY:
2670
+ class RuntimeProtectionConfigurationArgsDict(TypedDict):
2671
+ enforcement_level: NotRequired[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]
2672
+ """
2673
+ The mode of operation for runtime protection.
2674
+ """
2675
+ elif False:
2676
+ RuntimeProtectionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2677
+
2678
+ @pulumi.input_type
2679
+ class RuntimeProtectionConfigurationArgs:
2680
+ def __init__(__self__, *,
2681
+ enforcement_level: Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]] = None):
2682
+ """
2683
+ :param pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']] enforcement_level: The mode of operation for runtime protection.
2684
+ """
2685
+ if enforcement_level is None:
2686
+ enforcement_level = 'Disabled'
2687
+ if enforcement_level is not None:
2688
+ pulumi.set(__self__, "enforcement_level", enforcement_level)
2689
+
2690
+ @property
2691
+ @pulumi.getter(name="enforcementLevel")
2692
+ def enforcement_level(self) -> Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]:
2693
+ """
2694
+ The mode of operation for runtime protection.
2695
+ """
2696
+ return pulumi.get(self, "enforcement_level")
2697
+
2698
+ @enforcement_level.setter
2699
+ def enforcement_level(self, value: Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]):
2700
+ pulumi.set(self, "enforcement_level", value)
2701
+
2702
+
2703
+ if not MYPY:
2704
+ class ServiceLoadBalancerBgpPeerArgsDict(TypedDict):
2705
+ name: pulumi.Input[str]
2706
+ """
2707
+ The name used to identify this BGP peer for association with a BGP advertisement.
2708
+ """
2709
+ peer_address: pulumi.Input[str]
2710
+ """
2711
+ The IPv4 or IPv6 address used to connect this BGP session.
2712
+ """
2713
+ peer_asn: pulumi.Input[float]
2714
+ """
2715
+ The autonomous system number expected from the remote end of the BGP session.
2716
+ """
2717
+ bfd_enabled: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
2718
+ """
2719
+ The indicator of BFD enablement for this BgpPeer.
2720
+ """
2721
+ bgp_multi_hop: NotRequired[pulumi.Input[Union[str, 'BgpMultiHop']]]
2722
+ """
2723
+ The indicator to enable multi-hop peering support.
2724
+ """
2725
+ hold_time: NotRequired[pulumi.Input[str]]
2726
+ """
2727
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2728
+ """
2729
+ keep_alive_time: NotRequired[pulumi.Input[str]]
2730
+ """
2731
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2732
+ """
2733
+ my_asn: NotRequired[pulumi.Input[float]]
2734
+ """
2735
+ The autonomous system number used for the local end of the BGP session.
2736
+ """
2737
+ password: NotRequired[pulumi.Input[str]]
2738
+ """
2739
+ The authentication password for routers enforcing TCP MD5 authenticated sessions.
2740
+ """
2741
+ peer_port: NotRequired[pulumi.Input[float]]
2742
+ """
2743
+ The port used to connect this BGP session.
2744
+ """
2745
+ elif False:
2746
+ ServiceLoadBalancerBgpPeerArgsDict: TypeAlias = Mapping[str, Any]
2747
+
2748
+ @pulumi.input_type
2749
+ class ServiceLoadBalancerBgpPeerArgs:
2750
+ def __init__(__self__, *,
2751
+ name: pulumi.Input[str],
2752
+ peer_address: pulumi.Input[str],
2753
+ peer_asn: pulumi.Input[float],
2754
+ bfd_enabled: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
2755
+ bgp_multi_hop: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]] = None,
2756
+ hold_time: Optional[pulumi.Input[str]] = None,
2757
+ keep_alive_time: Optional[pulumi.Input[str]] = None,
2758
+ my_asn: Optional[pulumi.Input[float]] = None,
2759
+ password: Optional[pulumi.Input[str]] = None,
2760
+ peer_port: Optional[pulumi.Input[float]] = None):
2761
+ """
2762
+ :param pulumi.Input[str] name: The name used to identify this BGP peer for association with a BGP advertisement.
2763
+ :param pulumi.Input[str] peer_address: The IPv4 or IPv6 address used to connect this BGP session.
2764
+ :param pulumi.Input[float] peer_asn: The autonomous system number expected from the remote end of the BGP session.
2765
+ :param pulumi.Input[Union[str, 'BfdEnabled']] bfd_enabled: The indicator of BFD enablement for this BgpPeer.
2766
+ :param pulumi.Input[Union[str, 'BgpMultiHop']] bgp_multi_hop: The indicator to enable multi-hop peering support.
2767
+ :param pulumi.Input[str] hold_time: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2768
+ :param pulumi.Input[str] keep_alive_time: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2769
+ :param pulumi.Input[float] my_asn: The autonomous system number used for the local end of the BGP session.
2770
+ :param pulumi.Input[str] password: The authentication password for routers enforcing TCP MD5 authenticated sessions.
2771
+ :param pulumi.Input[float] peer_port: The port used to connect this BGP session.
2772
+ """
2773
+ pulumi.set(__self__, "name", name)
2774
+ pulumi.set(__self__, "peer_address", peer_address)
2775
+ pulumi.set(__self__, "peer_asn", peer_asn)
2776
+ if bfd_enabled is None:
2777
+ bfd_enabled = 'False'
2778
+ if bfd_enabled is not None:
2779
+ pulumi.set(__self__, "bfd_enabled", bfd_enabled)
2780
+ if bgp_multi_hop is None:
2781
+ bgp_multi_hop = 'False'
2782
+ if bgp_multi_hop is not None:
2783
+ pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
2784
+ if hold_time is not None:
2785
+ pulumi.set(__self__, "hold_time", hold_time)
2786
+ if keep_alive_time is not None:
2787
+ pulumi.set(__self__, "keep_alive_time", keep_alive_time)
2788
+ if my_asn is not None:
2789
+ pulumi.set(__self__, "my_asn", my_asn)
2790
+ if password is not None:
2791
+ pulumi.set(__self__, "password", password)
2792
+ if peer_port is None:
2793
+ peer_port = 179
2794
+ if peer_port is not None:
2795
+ pulumi.set(__self__, "peer_port", peer_port)
2796
+
2797
+ @property
2798
+ @pulumi.getter
2799
+ def name(self) -> pulumi.Input[str]:
2800
+ """
2801
+ The name used to identify this BGP peer for association with a BGP advertisement.
2802
+ """
2803
+ return pulumi.get(self, "name")
2804
+
2805
+ @name.setter
2806
+ def name(self, value: pulumi.Input[str]):
2807
+ pulumi.set(self, "name", value)
2808
+
2809
+ @property
2810
+ @pulumi.getter(name="peerAddress")
2811
+ def peer_address(self) -> pulumi.Input[str]:
2812
+ """
2813
+ The IPv4 or IPv6 address used to connect this BGP session.
2814
+ """
2815
+ return pulumi.get(self, "peer_address")
2816
+
2817
+ @peer_address.setter
2818
+ def peer_address(self, value: pulumi.Input[str]):
2819
+ pulumi.set(self, "peer_address", value)
2820
+
2821
+ @property
2822
+ @pulumi.getter(name="peerAsn")
2823
+ def peer_asn(self) -> pulumi.Input[float]:
2824
+ """
2825
+ The autonomous system number expected from the remote end of the BGP session.
2826
+ """
2827
+ return pulumi.get(self, "peer_asn")
2828
+
2829
+ @peer_asn.setter
2830
+ def peer_asn(self, value: pulumi.Input[float]):
2831
+ pulumi.set(self, "peer_asn", value)
2832
+
2833
+ @property
2834
+ @pulumi.getter(name="bfdEnabled")
2835
+ def bfd_enabled(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
2836
+ """
2837
+ The indicator of BFD enablement for this BgpPeer.
2838
+ """
2839
+ return pulumi.get(self, "bfd_enabled")
2840
+
2841
+ @bfd_enabled.setter
2842
+ def bfd_enabled(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
2843
+ pulumi.set(self, "bfd_enabled", value)
2844
+
2845
+ @property
2846
+ @pulumi.getter(name="bgpMultiHop")
2847
+ def bgp_multi_hop(self) -> Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]:
2848
+ """
2849
+ The indicator to enable multi-hop peering support.
2850
+ """
2851
+ return pulumi.get(self, "bgp_multi_hop")
2852
+
2853
+ @bgp_multi_hop.setter
2854
+ def bgp_multi_hop(self, value: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]):
2855
+ pulumi.set(self, "bgp_multi_hop", value)
2856
+
2857
+ @property
2858
+ @pulumi.getter(name="holdTime")
2859
+ def hold_time(self) -> Optional[pulumi.Input[str]]:
2860
+ """
2861
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2862
+ """
2863
+ return pulumi.get(self, "hold_time")
2864
+
2865
+ @hold_time.setter
2866
+ def hold_time(self, value: Optional[pulumi.Input[str]]):
2867
+ pulumi.set(self, "hold_time", value)
2868
+
2869
+ @property
2870
+ @pulumi.getter(name="keepAliveTime")
2871
+ def keep_alive_time(self) -> Optional[pulumi.Input[str]]:
2872
+ """
2873
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2874
+ """
2875
+ return pulumi.get(self, "keep_alive_time")
2876
+
2877
+ @keep_alive_time.setter
2878
+ def keep_alive_time(self, value: Optional[pulumi.Input[str]]):
2879
+ pulumi.set(self, "keep_alive_time", value)
2880
+
2881
+ @property
2882
+ @pulumi.getter(name="myAsn")
2883
+ def my_asn(self) -> Optional[pulumi.Input[float]]:
2884
+ """
2885
+ The autonomous system number used for the local end of the BGP session.
2886
+ """
2887
+ return pulumi.get(self, "my_asn")
2888
+
2889
+ @my_asn.setter
2890
+ def my_asn(self, value: Optional[pulumi.Input[float]]):
2891
+ pulumi.set(self, "my_asn", value)
2892
+
2893
+ @property
2894
+ @pulumi.getter
2895
+ def password(self) -> Optional[pulumi.Input[str]]:
2896
+ """
2897
+ The authentication password for routers enforcing TCP MD5 authenticated sessions.
2898
+ """
2899
+ return pulumi.get(self, "password")
2900
+
2901
+ @password.setter
2902
+ def password(self, value: Optional[pulumi.Input[str]]):
2903
+ pulumi.set(self, "password", value)
2904
+
2905
+ @property
2906
+ @pulumi.getter(name="peerPort")
2907
+ def peer_port(self) -> Optional[pulumi.Input[float]]:
2908
+ """
2909
+ The port used to connect this BGP session.
2910
+ """
2911
+ return pulumi.get(self, "peer_port")
2912
+
2913
+ @peer_port.setter
2914
+ def peer_port(self, value: Optional[pulumi.Input[float]]):
2915
+ pulumi.set(self, "peer_port", value)
2916
+
2917
+
2918
+ if not MYPY:
2919
+ class ServicePrincipalInformationArgsDict(TypedDict):
2920
+ application_id: pulumi.Input[str]
2921
+ """
2922
+ The application ID, also known as client ID, of the service principal.
2923
+ """
2924
+ password: pulumi.Input[str]
2925
+ """
2926
+ The password of the service principal.
2927
+ """
2928
+ principal_id: pulumi.Input[str]
2929
+ """
2930
+ The principal ID, also known as the object ID, of the service principal.
2931
+ """
2932
+ tenant_id: pulumi.Input[str]
2933
+ """
2934
+ The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
2935
+ """
2936
+ elif False:
2937
+ ServicePrincipalInformationArgsDict: TypeAlias = Mapping[str, Any]
2938
+
2939
+ @pulumi.input_type
2940
+ class ServicePrincipalInformationArgs:
2941
+ def __init__(__self__, *,
2942
+ application_id: pulumi.Input[str],
2943
+ password: pulumi.Input[str],
2944
+ principal_id: pulumi.Input[str],
2945
+ tenant_id: pulumi.Input[str]):
2946
+ """
2947
+ :param pulumi.Input[str] application_id: The application ID, also known as client ID, of the service principal.
2948
+ :param pulumi.Input[str] password: The password of the service principal.
2949
+ :param pulumi.Input[str] principal_id: The principal ID, also known as the object ID, of the service principal.
2950
+ :param pulumi.Input[str] tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
2951
+ """
2952
+ pulumi.set(__self__, "application_id", application_id)
2953
+ pulumi.set(__self__, "password", password)
2954
+ pulumi.set(__self__, "principal_id", principal_id)
2955
+ pulumi.set(__self__, "tenant_id", tenant_id)
2956
+
2957
+ @property
2958
+ @pulumi.getter(name="applicationId")
2959
+ def application_id(self) -> pulumi.Input[str]:
2960
+ """
2961
+ The application ID, also known as client ID, of the service principal.
2962
+ """
2963
+ return pulumi.get(self, "application_id")
2964
+
2965
+ @application_id.setter
2966
+ def application_id(self, value: pulumi.Input[str]):
2967
+ pulumi.set(self, "application_id", value)
2968
+
2969
+ @property
2970
+ @pulumi.getter
2971
+ def password(self) -> pulumi.Input[str]:
2972
+ """
2973
+ The password of the service principal.
2974
+ """
2975
+ return pulumi.get(self, "password")
2976
+
2977
+ @password.setter
2978
+ def password(self, value: pulumi.Input[str]):
2979
+ pulumi.set(self, "password", value)
2980
+
2981
+ @property
2982
+ @pulumi.getter(name="principalId")
2983
+ def principal_id(self) -> pulumi.Input[str]:
2984
+ """
2985
+ The principal ID, also known as the object ID, of the service principal.
2986
+ """
2987
+ return pulumi.get(self, "principal_id")
2988
+
2989
+ @principal_id.setter
2990
+ def principal_id(self, value: pulumi.Input[str]):
2991
+ pulumi.set(self, "principal_id", value)
2992
+
2993
+ @property
2994
+ @pulumi.getter(name="tenantId")
2995
+ def tenant_id(self) -> pulumi.Input[str]:
2996
+ """
2997
+ The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
2998
+ """
2999
+ return pulumi.get(self, "tenant_id")
3000
+
3001
+ @tenant_id.setter
3002
+ def tenant_id(self, value: pulumi.Input[str]):
3003
+ pulumi.set(self, "tenant_id", value)
3004
+
3005
+
3006
+ if not MYPY:
3007
+ class SshPublicKeyArgsDict(TypedDict):
3008
+ key_data: pulumi.Input[str]
3009
+ """
3010
+ The SSH public key data.
3011
+ """
3012
+ elif False:
3013
+ SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
3014
+
3015
+ @pulumi.input_type
3016
+ class SshPublicKeyArgs:
3017
+ def __init__(__self__, *,
3018
+ key_data: pulumi.Input[str]):
3019
+ """
3020
+ :param pulumi.Input[str] key_data: The SSH public key data.
3021
+ """
3022
+ pulumi.set(__self__, "key_data", key_data)
3023
+
3024
+ @property
3025
+ @pulumi.getter(name="keyData")
3026
+ def key_data(self) -> pulumi.Input[str]:
3027
+ """
3028
+ The SSH public key data.
3029
+ """
3030
+ return pulumi.get(self, "key_data")
3031
+
3032
+ @key_data.setter
3033
+ def key_data(self, value: pulumi.Input[str]):
3034
+ pulumi.set(self, "key_data", value)
3035
+
3036
+
3037
+ if not MYPY:
3038
+ class StorageApplianceConfigurationDataArgsDict(TypedDict):
3039
+ admin_credentials: pulumi.Input['AdministrativeCredentialsArgsDict']
3040
+ """
3041
+ The credentials of the administrative interface on this storage appliance.
3042
+ """
3043
+ rack_slot: pulumi.Input[float]
3044
+ """
3045
+ The slot that storage appliance is in the rack based on the BOM configuration.
3046
+ """
3047
+ serial_number: pulumi.Input[str]
3048
+ """
3049
+ The serial number of the appliance.
3050
+ """
3051
+ storage_appliance_name: NotRequired[pulumi.Input[str]]
3052
+ """
3053
+ The user-provided name for the storage appliance that will be created from this specification.
3054
+ """
3055
+ elif False:
3056
+ StorageApplianceConfigurationDataArgsDict: TypeAlias = Mapping[str, Any]
3057
+
3058
+ @pulumi.input_type
3059
+ class StorageApplianceConfigurationDataArgs:
3060
+ def __init__(__self__, *,
3061
+ admin_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
3062
+ rack_slot: pulumi.Input[float],
3063
+ serial_number: pulumi.Input[str],
3064
+ storage_appliance_name: Optional[pulumi.Input[str]] = None):
3065
+ """
3066
+ :param pulumi.Input['AdministrativeCredentialsArgs'] admin_credentials: The credentials of the administrative interface on this storage appliance.
3067
+ :param pulumi.Input[float] rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
3068
+ :param pulumi.Input[str] serial_number: The serial number of the appliance.
3069
+ :param pulumi.Input[str] storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
3070
+ """
3071
+ pulumi.set(__self__, "admin_credentials", admin_credentials)
3072
+ pulumi.set(__self__, "rack_slot", rack_slot)
3073
+ pulumi.set(__self__, "serial_number", serial_number)
3074
+ if storage_appliance_name is not None:
3075
+ pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
3076
+
3077
+ @property
3078
+ @pulumi.getter(name="adminCredentials")
3079
+ def admin_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
3080
+ """
3081
+ The credentials of the administrative interface on this storage appliance.
3082
+ """
3083
+ return pulumi.get(self, "admin_credentials")
3084
+
3085
+ @admin_credentials.setter
3086
+ def admin_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
3087
+ pulumi.set(self, "admin_credentials", value)
3088
+
3089
+ @property
3090
+ @pulumi.getter(name="rackSlot")
3091
+ def rack_slot(self) -> pulumi.Input[float]:
3092
+ """
3093
+ The slot that storage appliance is in the rack based on the BOM configuration.
3094
+ """
3095
+ return pulumi.get(self, "rack_slot")
3096
+
3097
+ @rack_slot.setter
3098
+ def rack_slot(self, value: pulumi.Input[float]):
3099
+ pulumi.set(self, "rack_slot", value)
3100
+
3101
+ @property
3102
+ @pulumi.getter(name="serialNumber")
3103
+ def serial_number(self) -> pulumi.Input[str]:
3104
+ """
3105
+ The serial number of the appliance.
3106
+ """
3107
+ return pulumi.get(self, "serial_number")
3108
+
3109
+ @serial_number.setter
3110
+ def serial_number(self, value: pulumi.Input[str]):
3111
+ pulumi.set(self, "serial_number", value)
3112
+
3113
+ @property
3114
+ @pulumi.getter(name="storageApplianceName")
3115
+ def storage_appliance_name(self) -> Optional[pulumi.Input[str]]:
3116
+ """
3117
+ The user-provided name for the storage appliance that will be created from this specification.
3118
+ """
3119
+ return pulumi.get(self, "storage_appliance_name")
3120
+
3121
+ @storage_appliance_name.setter
3122
+ def storage_appliance_name(self, value: Optional[pulumi.Input[str]]):
3123
+ pulumi.set(self, "storage_appliance_name", value)
3124
+
3125
+
3126
+ if not MYPY:
3127
+ class StorageProfileArgsDict(TypedDict):
3128
+ os_disk: pulumi.Input['OsDiskArgsDict']
3129
+ """
3130
+ The disk to use with this virtual machine.
3131
+ """
3132
+ volume_attachments: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3133
+ """
3134
+ The resource IDs of volumes that are requested to be attached to the virtual machine.
3135
+ """
3136
+ elif False:
3137
+ StorageProfileArgsDict: TypeAlias = Mapping[str, Any]
3138
+
3139
+ @pulumi.input_type
3140
+ class StorageProfileArgs:
3141
+ def __init__(__self__, *,
3142
+ os_disk: pulumi.Input['OsDiskArgs'],
3143
+ volume_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3144
+ """
3145
+ :param pulumi.Input['OsDiskArgs'] os_disk: The disk to use with this virtual machine.
3146
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
3147
+ """
3148
+ pulumi.set(__self__, "os_disk", os_disk)
3149
+ if volume_attachments is not None:
3150
+ pulumi.set(__self__, "volume_attachments", volume_attachments)
3151
+
3152
+ @property
3153
+ @pulumi.getter(name="osDisk")
3154
+ def os_disk(self) -> pulumi.Input['OsDiskArgs']:
3155
+ """
3156
+ The disk to use with this virtual machine.
3157
+ """
3158
+ return pulumi.get(self, "os_disk")
3159
+
3160
+ @os_disk.setter
3161
+ def os_disk(self, value: pulumi.Input['OsDiskArgs']):
3162
+ pulumi.set(self, "os_disk", value)
3163
+
3164
+ @property
3165
+ @pulumi.getter(name="volumeAttachments")
3166
+ def volume_attachments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3167
+ """
3168
+ The resource IDs of volumes that are requested to be attached to the virtual machine.
3169
+ """
3170
+ return pulumi.get(self, "volume_attachments")
3171
+
3172
+ @volume_attachments.setter
3173
+ def volume_attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3174
+ pulumi.set(self, "volume_attachments", value)
3175
+
3176
+
3177
+ if not MYPY:
3178
+ class StringKeyValuePairArgsDict(TypedDict):
3179
+ key: pulumi.Input[str]
3180
+ """
3181
+ The key to the mapped value.
3182
+ """
3183
+ value: pulumi.Input[str]
3184
+ """
3185
+ The value of the mapping key.
3186
+ """
3187
+ elif False:
3188
+ StringKeyValuePairArgsDict: TypeAlias = Mapping[str, Any]
3189
+
3190
+ @pulumi.input_type
3191
+ class StringKeyValuePairArgs:
3192
+ def __init__(__self__, *,
3193
+ key: pulumi.Input[str],
3194
+ value: pulumi.Input[str]):
3195
+ """
3196
+ :param pulumi.Input[str] key: The key to the mapped value.
3197
+ :param pulumi.Input[str] value: The value of the mapping key.
3198
+ """
3199
+ pulumi.set(__self__, "key", key)
3200
+ pulumi.set(__self__, "value", value)
3201
+
3202
+ @property
3203
+ @pulumi.getter
3204
+ def key(self) -> pulumi.Input[str]:
3205
+ """
3206
+ The key to the mapped value.
3207
+ """
3208
+ return pulumi.get(self, "key")
3209
+
3210
+ @key.setter
3211
+ def key(self, value: pulumi.Input[str]):
3212
+ pulumi.set(self, "key", value)
3213
+
3214
+ @property
3215
+ @pulumi.getter
3216
+ def value(self) -> pulumi.Input[str]:
3217
+ """
3218
+ The value of the mapping key.
3219
+ """
3220
+ return pulumi.get(self, "value")
3221
+
3222
+ @value.setter
3223
+ def value(self, value: pulumi.Input[str]):
3224
+ pulumi.set(self, "value", value)
3225
+
3226
+
3227
+ if not MYPY:
3228
+ class TrunkedNetworkAttachmentConfigurationArgsDict(TypedDict):
3229
+ network_id: pulumi.Input[str]
3230
+ """
3231
+ The resource ID of the network that is being configured for attachment.
3232
+ """
3233
+ plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
3234
+ """
3235
+ The indicator of how this network will be utilized by the Kubernetes cluster.
3236
+ """
3237
+ elif False:
3238
+ TrunkedNetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
3239
+
3240
+ @pulumi.input_type
3241
+ class TrunkedNetworkAttachmentConfigurationArgs:
3242
+ def __init__(__self__, *,
3243
+ network_id: pulumi.Input[str],
3244
+ plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
3245
+ """
3246
+ :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
3247
+ :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
3248
+ """
3249
+ pulumi.set(__self__, "network_id", network_id)
3250
+ if plugin_type is None:
3251
+ plugin_type = 'SRIOV'
3252
+ if plugin_type is not None:
3253
+ pulumi.set(__self__, "plugin_type", plugin_type)
3254
+
3255
+ @property
3256
+ @pulumi.getter(name="networkId")
3257
+ def network_id(self) -> pulumi.Input[str]:
3258
+ """
3259
+ The resource ID of the network that is being configured for attachment.
3260
+ """
3261
+ return pulumi.get(self, "network_id")
3262
+
3263
+ @network_id.setter
3264
+ def network_id(self, value: pulumi.Input[str]):
3265
+ pulumi.set(self, "network_id", value)
3266
+
3267
+ @property
3268
+ @pulumi.getter(name="pluginType")
3269
+ def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
3270
+ """
3271
+ The indicator of how this network will be utilized by the Kubernetes cluster.
3272
+ """
3273
+ return pulumi.get(self, "plugin_type")
3274
+
3275
+ @plugin_type.setter
3276
+ def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
3277
+ pulumi.set(self, "plugin_type", value)
3278
+
3279
+
3280
+ if not MYPY:
3281
+ class ValidationThresholdArgsDict(TypedDict):
3282
+ grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]
3283
+ """
3284
+ Selection of how the type evaluation is applied to the cluster calculation.
3285
+ """
3286
+ type: pulumi.Input[Union[str, 'ValidationThresholdType']]
3287
+ """
3288
+ Selection of how the threshold should be evaluated.
3289
+ """
3290
+ value: pulumi.Input[float]
3291
+ """
3292
+ The numeric threshold value.
3293
+ """
3294
+ elif False:
3295
+ ValidationThresholdArgsDict: TypeAlias = Mapping[str, Any]
3296
+
3297
+ @pulumi.input_type
3298
+ class ValidationThresholdArgs:
3299
+ def __init__(__self__, *,
3300
+ grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']],
3301
+ type: pulumi.Input[Union[str, 'ValidationThresholdType']],
3302
+ value: pulumi.Input[float]):
3303
+ """
3304
+ :param pulumi.Input[Union[str, 'ValidationThresholdGrouping']] grouping: Selection of how the type evaluation is applied to the cluster calculation.
3305
+ :param pulumi.Input[Union[str, 'ValidationThresholdType']] type: Selection of how the threshold should be evaluated.
3306
+ :param pulumi.Input[float] value: The numeric threshold value.
3307
+ """
3308
+ pulumi.set(__self__, "grouping", grouping)
3309
+ pulumi.set(__self__, "type", type)
3310
+ pulumi.set(__self__, "value", value)
3311
+
3312
+ @property
3313
+ @pulumi.getter
3314
+ def grouping(self) -> pulumi.Input[Union[str, 'ValidationThresholdGrouping']]:
3315
+ """
3316
+ Selection of how the type evaluation is applied to the cluster calculation.
3317
+ """
3318
+ return pulumi.get(self, "grouping")
3319
+
3320
+ @grouping.setter
3321
+ def grouping(self, value: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]):
3322
+ pulumi.set(self, "grouping", value)
3323
+
3324
+ @property
3325
+ @pulumi.getter
3326
+ def type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
3327
+ """
3328
+ Selection of how the threshold should be evaluated.
3329
+ """
3330
+ return pulumi.get(self, "type")
3331
+
3332
+ @type.setter
3333
+ def type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
3334
+ pulumi.set(self, "type", value)
3335
+
3336
+ @property
3337
+ @pulumi.getter
3338
+ def value(self) -> pulumi.Input[float]:
3339
+ """
3340
+ The numeric threshold value.
3341
+ """
3342
+ return pulumi.get(self, "value")
3343
+
3344
+ @value.setter
3345
+ def value(self, value: pulumi.Input[float]):
3346
+ pulumi.set(self, "value", value)
3347
+
3348
+
3349
+ if not MYPY:
3350
+ class VirtualMachinePlacementHintArgsDict(TypedDict):
3351
+ hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]
3352
+ """
3353
+ The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3354
+ """
3355
+ resource_id: pulumi.Input[str]
3356
+ """
3357
+ The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3358
+ """
3359
+ scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]
3360
+ """
3361
+ The indicator of whether the hint is a hard or soft requirement during scheduling.
3362
+ """
3363
+ scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]
3364
+ """
3365
+ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3366
+ """
3367
+ elif False:
3368
+ VirtualMachinePlacementHintArgsDict: TypeAlias = Mapping[str, Any]
3369
+
3370
+ @pulumi.input_type
3371
+ class VirtualMachinePlacementHintArgs:
3372
+ def __init__(__self__, *,
3373
+ hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']],
3374
+ resource_id: pulumi.Input[str],
3375
+ scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']],
3376
+ scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
3377
+ """
3378
+ :param pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']] hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3379
+ :param pulumi.Input[str] resource_id: The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3380
+ :param pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']] scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
3381
+ :param pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']] scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3382
+ """
3383
+ pulumi.set(__self__, "hint_type", hint_type)
3384
+ pulumi.set(__self__, "resource_id", resource_id)
3385
+ pulumi.set(__self__, "scheduling_execution", scheduling_execution)
3386
+ pulumi.set(__self__, "scope", scope)
3387
+
3388
+ @property
3389
+ @pulumi.getter(name="hintType")
3390
+ def hint_type(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]:
3391
+ """
3392
+ The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3393
+ """
3394
+ return pulumi.get(self, "hint_type")
3395
+
3396
+ @hint_type.setter
3397
+ def hint_type(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]):
3398
+ pulumi.set(self, "hint_type", value)
3399
+
3400
+ @property
3401
+ @pulumi.getter(name="resourceId")
3402
+ def resource_id(self) -> pulumi.Input[str]:
3403
+ """
3404
+ The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3405
+ """
3406
+ return pulumi.get(self, "resource_id")
3407
+
3408
+ @resource_id.setter
3409
+ def resource_id(self, value: pulumi.Input[str]):
3410
+ pulumi.set(self, "resource_id", value)
3411
+
3412
+ @property
3413
+ @pulumi.getter(name="schedulingExecution")
3414
+ def scheduling_execution(self) -> pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]:
3415
+ """
3416
+ The indicator of whether the hint is a hard or soft requirement during scheduling.
3417
+ """
3418
+ return pulumi.get(self, "scheduling_execution")
3419
+
3420
+ @scheduling_execution.setter
3421
+ def scheduling_execution(self, value: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]):
3422
+ pulumi.set(self, "scheduling_execution", value)
3423
+
3424
+ @property
3425
+ @pulumi.getter
3426
+ def scope(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]:
3427
+ """
3428
+ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3429
+ """
3430
+ return pulumi.get(self, "scope")
3431
+
3432
+ @scope.setter
3433
+ def scope(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
3434
+ pulumi.set(self, "scope", value)
3435
+
3436
+