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,4231 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AadConfigurationResponse',
21
+ 'AdministrativeCredentialsResponse',
22
+ 'AdministratorConfigurationResponse',
23
+ 'AgentOptionsResponse',
24
+ 'AgentPoolUpgradeSettingsResponse',
25
+ 'AttachedNetworkConfigurationResponse',
26
+ 'AvailableUpgradeResponse',
27
+ 'BareMetalMachineConfigurationDataResponse',
28
+ 'BgpAdvertisementResponse',
29
+ 'BgpServiceLoadBalancerConfigurationResponse',
30
+ 'ClusterAvailableUpgradeVersionResponse',
31
+ 'ClusterAvailableVersionResponse',
32
+ 'ClusterCapacityResponse',
33
+ 'ClusterSecretArchiveResponse',
34
+ 'ClusterUpdateStrategyResponse',
35
+ 'CommandOutputSettingsResponse',
36
+ 'ControlPlaneNodeConfigurationResponse',
37
+ 'EgressEndpointResponse',
38
+ 'EndpointDependencyResponse',
39
+ 'ExtendedLocationResponse',
40
+ 'FeatureStatusResponse',
41
+ 'HardwareInventoryNetworkInterfaceResponse',
42
+ 'HardwareInventoryResponse',
43
+ 'HardwareValidationStatusResponse',
44
+ 'IdentitySelectorResponse',
45
+ 'ImageRepositoryCredentialsResponse',
46
+ 'InitialAgentPoolConfigurationResponse',
47
+ 'IpAddressPoolResponse',
48
+ 'KeySetUserResponse',
49
+ 'KeySetUserStatusResponse',
50
+ 'KubernetesClusterNodeResponse',
51
+ 'KubernetesLabelResponse',
52
+ 'L2NetworkAttachmentConfigurationResponse',
53
+ 'L2ServiceLoadBalancerConfigurationResponse',
54
+ 'L3NetworkAttachmentConfigurationResponse',
55
+ 'LldpNeighborResponse',
56
+ 'ManagedResourceGroupConfigurationResponse',
57
+ 'ManagedServiceIdentityResponse',
58
+ 'NetworkAttachmentResponse',
59
+ 'NetworkConfigurationResponse',
60
+ 'NicResponse',
61
+ 'OsDiskResponse',
62
+ 'RackDefinitionResponse',
63
+ 'RuntimeProtectionConfigurationResponse',
64
+ 'RuntimeProtectionStatusResponse',
65
+ 'SecretArchiveReferenceResponse',
66
+ 'SecretRotationStatusResponse',
67
+ 'ServiceLoadBalancerBgpPeerResponse',
68
+ 'ServicePrincipalInformationResponse',
69
+ 'SshPublicKeyResponse',
70
+ 'StorageApplianceConfigurationDataResponse',
71
+ 'StorageProfileResponse',
72
+ 'StringKeyValuePairResponse',
73
+ 'SystemDataResponse',
74
+ 'TrunkedNetworkAttachmentConfigurationResponse',
75
+ 'UserAssignedIdentityResponse',
76
+ 'ValidationThresholdResponse',
77
+ 'VirtualMachinePlacementHintResponse',
78
+ ]
79
+
80
+ @pulumi.output_type
81
+ class AadConfigurationResponse(dict):
82
+ @staticmethod
83
+ def __key_warning(key: str):
84
+ suggest = None
85
+ if key == "adminGroupObjectIds":
86
+ suggest = "admin_group_object_ids"
87
+
88
+ if suggest:
89
+ pulumi.log.warn(f"Key '{key}' not found in AadConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
90
+
91
+ def __getitem__(self, key: str) -> Any:
92
+ AadConfigurationResponse.__key_warning(key)
93
+ return super().__getitem__(key)
94
+
95
+ def get(self, key: str, default = None) -> Any:
96
+ AadConfigurationResponse.__key_warning(key)
97
+ return super().get(key, default)
98
+
99
+ def __init__(__self__, *,
100
+ admin_group_object_ids: Sequence[str]):
101
+ """
102
+ :param Sequence[str] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
103
+ """
104
+ pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
105
+
106
+ @property
107
+ @pulumi.getter(name="adminGroupObjectIds")
108
+ def admin_group_object_ids(self) -> Sequence[str]:
109
+ """
110
+ The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
111
+ """
112
+ return pulumi.get(self, "admin_group_object_ids")
113
+
114
+
115
+ @pulumi.output_type
116
+ class AdministrativeCredentialsResponse(dict):
117
+ def __init__(__self__, *,
118
+ password: str,
119
+ username: str):
120
+ """
121
+ :param str password: The password of the administrator of the device used during initialization.
122
+ :param str username: The username of the administrator of the device used during initialization.
123
+ """
124
+ pulumi.set(__self__, "password", password)
125
+ pulumi.set(__self__, "username", username)
126
+
127
+ @property
128
+ @pulumi.getter
129
+ def password(self) -> str:
130
+ """
131
+ The password of the administrator of the device used during initialization.
132
+ """
133
+ return pulumi.get(self, "password")
134
+
135
+ @property
136
+ @pulumi.getter
137
+ def username(self) -> str:
138
+ """
139
+ The username of the administrator of the device used during initialization.
140
+ """
141
+ return pulumi.get(self, "username")
142
+
143
+
144
+ @pulumi.output_type
145
+ class AdministratorConfigurationResponse(dict):
146
+ @staticmethod
147
+ def __key_warning(key: str):
148
+ suggest = None
149
+ if key == "adminUsername":
150
+ suggest = "admin_username"
151
+ elif key == "sshPublicKeys":
152
+ suggest = "ssh_public_keys"
153
+
154
+ if suggest:
155
+ pulumi.log.warn(f"Key '{key}' not found in AdministratorConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
156
+
157
+ def __getitem__(self, key: str) -> Any:
158
+ AdministratorConfigurationResponse.__key_warning(key)
159
+ return super().__getitem__(key)
160
+
161
+ def get(self, key: str, default = None) -> Any:
162
+ AdministratorConfigurationResponse.__key_warning(key)
163
+ return super().get(key, default)
164
+
165
+ def __init__(__self__, *,
166
+ admin_username: Optional[str] = None,
167
+ ssh_public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
168
+ """
169
+ :param 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.
170
+ :param Sequence['SshPublicKeyResponse'] 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.
171
+ """
172
+ if admin_username is not None:
173
+ pulumi.set(__self__, "admin_username", admin_username)
174
+ if ssh_public_keys is not None:
175
+ pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
176
+
177
+ @property
178
+ @pulumi.getter(name="adminUsername")
179
+ def admin_username(self) -> Optional[str]:
180
+ """
181
+ 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.
182
+ """
183
+ return pulumi.get(self, "admin_username")
184
+
185
+ @property
186
+ @pulumi.getter(name="sshPublicKeys")
187
+ def ssh_public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
188
+ """
189
+ 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.
190
+ """
191
+ return pulumi.get(self, "ssh_public_keys")
192
+
193
+
194
+ @pulumi.output_type
195
+ class AgentOptionsResponse(dict):
196
+ @staticmethod
197
+ def __key_warning(key: str):
198
+ suggest = None
199
+ if key == "hugepagesCount":
200
+ suggest = "hugepages_count"
201
+ elif key == "hugepagesSize":
202
+ suggest = "hugepages_size"
203
+
204
+ if suggest:
205
+ pulumi.log.warn(f"Key '{key}' not found in AgentOptionsResponse. Access the value via the '{suggest}' property getter instead.")
206
+
207
+ def __getitem__(self, key: str) -> Any:
208
+ AgentOptionsResponse.__key_warning(key)
209
+ return super().__getitem__(key)
210
+
211
+ def get(self, key: str, default = None) -> Any:
212
+ AgentOptionsResponse.__key_warning(key)
213
+ return super().get(key, default)
214
+
215
+ def __init__(__self__, *,
216
+ hugepages_count: float,
217
+ hugepages_size: Optional[str] = None):
218
+ """
219
+ :param float hugepages_count: The number of hugepages to allocate.
220
+ :param str hugepages_size: The size of the hugepages to allocate.
221
+ """
222
+ pulumi.set(__self__, "hugepages_count", hugepages_count)
223
+ if hugepages_size is None:
224
+ hugepages_size = '2M'
225
+ if hugepages_size is not None:
226
+ pulumi.set(__self__, "hugepages_size", hugepages_size)
227
+
228
+ @property
229
+ @pulumi.getter(name="hugepagesCount")
230
+ def hugepages_count(self) -> float:
231
+ """
232
+ The number of hugepages to allocate.
233
+ """
234
+ return pulumi.get(self, "hugepages_count")
235
+
236
+ @property
237
+ @pulumi.getter(name="hugepagesSize")
238
+ def hugepages_size(self) -> Optional[str]:
239
+ """
240
+ The size of the hugepages to allocate.
241
+ """
242
+ return pulumi.get(self, "hugepages_size")
243
+
244
+
245
+ @pulumi.output_type
246
+ class AgentPoolUpgradeSettingsResponse(dict):
247
+ @staticmethod
248
+ def __key_warning(key: str):
249
+ suggest = None
250
+ if key == "drainTimeout":
251
+ suggest = "drain_timeout"
252
+ elif key == "maxSurge":
253
+ suggest = "max_surge"
254
+ elif key == "maxUnavailable":
255
+ suggest = "max_unavailable"
256
+
257
+ if suggest:
258
+ pulumi.log.warn(f"Key '{key}' not found in AgentPoolUpgradeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
259
+
260
+ def __getitem__(self, key: str) -> Any:
261
+ AgentPoolUpgradeSettingsResponse.__key_warning(key)
262
+ return super().__getitem__(key)
263
+
264
+ def get(self, key: str, default = None) -> Any:
265
+ AgentPoolUpgradeSettingsResponse.__key_warning(key)
266
+ return super().get(key, default)
267
+
268
+ def __init__(__self__, *,
269
+ drain_timeout: Optional[float] = None,
270
+ max_surge: Optional[str] = None,
271
+ max_unavailable: Optional[str] = None):
272
+ """
273
+ :param 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.
274
+ :param 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.
275
+ :param 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.
276
+ """
277
+ if drain_timeout is not None:
278
+ pulumi.set(__self__, "drain_timeout", drain_timeout)
279
+ if max_surge is not None:
280
+ pulumi.set(__self__, "max_surge", max_surge)
281
+ if max_unavailable is not None:
282
+ pulumi.set(__self__, "max_unavailable", max_unavailable)
283
+
284
+ @property
285
+ @pulumi.getter(name="drainTimeout")
286
+ def drain_timeout(self) -> Optional[float]:
287
+ """
288
+ 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.
289
+ """
290
+ return pulumi.get(self, "drain_timeout")
291
+
292
+ @property
293
+ @pulumi.getter(name="maxSurge")
294
+ def max_surge(self) -> Optional[str]:
295
+ """
296
+ 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.
297
+ """
298
+ return pulumi.get(self, "max_surge")
299
+
300
+ @property
301
+ @pulumi.getter(name="maxUnavailable")
302
+ def max_unavailable(self) -> Optional[str]:
303
+ """
304
+ 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.
305
+ """
306
+ return pulumi.get(self, "max_unavailable")
307
+
308
+
309
+ @pulumi.output_type
310
+ class AttachedNetworkConfigurationResponse(dict):
311
+ @staticmethod
312
+ def __key_warning(key: str):
313
+ suggest = None
314
+ if key == "l2Networks":
315
+ suggest = "l2_networks"
316
+ elif key == "l3Networks":
317
+ suggest = "l3_networks"
318
+ elif key == "trunkedNetworks":
319
+ suggest = "trunked_networks"
320
+
321
+ if suggest:
322
+ pulumi.log.warn(f"Key '{key}' not found in AttachedNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
323
+
324
+ def __getitem__(self, key: str) -> Any:
325
+ AttachedNetworkConfigurationResponse.__key_warning(key)
326
+ return super().__getitem__(key)
327
+
328
+ def get(self, key: str, default = None) -> Any:
329
+ AttachedNetworkConfigurationResponse.__key_warning(key)
330
+ return super().get(key, default)
331
+
332
+ def __init__(__self__, *,
333
+ l2_networks: Optional[Sequence['outputs.L2NetworkAttachmentConfigurationResponse']] = None,
334
+ l3_networks: Optional[Sequence['outputs.L3NetworkAttachmentConfigurationResponse']] = None,
335
+ trunked_networks: Optional[Sequence['outputs.TrunkedNetworkAttachmentConfigurationResponse']] = None):
336
+ """
337
+ :param Sequence['L2NetworkAttachmentConfigurationResponse'] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
338
+ :param Sequence['L3NetworkAttachmentConfigurationResponse'] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
339
+ :param Sequence['TrunkedNetworkAttachmentConfigurationResponse'] trunked_networks: The list of Trunked Networks and related configuration for attachment.
340
+ """
341
+ if l2_networks is not None:
342
+ pulumi.set(__self__, "l2_networks", l2_networks)
343
+ if l3_networks is not None:
344
+ pulumi.set(__self__, "l3_networks", l3_networks)
345
+ if trunked_networks is not None:
346
+ pulumi.set(__self__, "trunked_networks", trunked_networks)
347
+
348
+ @property
349
+ @pulumi.getter(name="l2Networks")
350
+ def l2_networks(self) -> Optional[Sequence['outputs.L2NetworkAttachmentConfigurationResponse']]:
351
+ """
352
+ The list of Layer 2 Networks and related configuration for attachment.
353
+ """
354
+ return pulumi.get(self, "l2_networks")
355
+
356
+ @property
357
+ @pulumi.getter(name="l3Networks")
358
+ def l3_networks(self) -> Optional[Sequence['outputs.L3NetworkAttachmentConfigurationResponse']]:
359
+ """
360
+ The list of Layer 3 Networks and related configuration for attachment.
361
+ """
362
+ return pulumi.get(self, "l3_networks")
363
+
364
+ @property
365
+ @pulumi.getter(name="trunkedNetworks")
366
+ def trunked_networks(self) -> Optional[Sequence['outputs.TrunkedNetworkAttachmentConfigurationResponse']]:
367
+ """
368
+ The list of Trunked Networks and related configuration for attachment.
369
+ """
370
+ return pulumi.get(self, "trunked_networks")
371
+
372
+
373
+ @pulumi.output_type
374
+ class AvailableUpgradeResponse(dict):
375
+ @staticmethod
376
+ def __key_warning(key: str):
377
+ suggest = None
378
+ if key == "availabilityLifecycle":
379
+ suggest = "availability_lifecycle"
380
+
381
+ if suggest:
382
+ pulumi.log.warn(f"Key '{key}' not found in AvailableUpgradeResponse. Access the value via the '{suggest}' property getter instead.")
383
+
384
+ def __getitem__(self, key: str) -> Any:
385
+ AvailableUpgradeResponse.__key_warning(key)
386
+ return super().__getitem__(key)
387
+
388
+ def get(self, key: str, default = None) -> Any:
389
+ AvailableUpgradeResponse.__key_warning(key)
390
+ return super().get(key, default)
391
+
392
+ def __init__(__self__, *,
393
+ availability_lifecycle: str,
394
+ version: str):
395
+ """
396
+ :param str availability_lifecycle: The version lifecycle indicator.
397
+ :param str version: The version available for upgrading.
398
+ """
399
+ pulumi.set(__self__, "availability_lifecycle", availability_lifecycle)
400
+ pulumi.set(__self__, "version", version)
401
+
402
+ @property
403
+ @pulumi.getter(name="availabilityLifecycle")
404
+ def availability_lifecycle(self) -> str:
405
+ """
406
+ The version lifecycle indicator.
407
+ """
408
+ return pulumi.get(self, "availability_lifecycle")
409
+
410
+ @property
411
+ @pulumi.getter
412
+ def version(self) -> str:
413
+ """
414
+ The version available for upgrading.
415
+ """
416
+ return pulumi.get(self, "version")
417
+
418
+
419
+ @pulumi.output_type
420
+ class BareMetalMachineConfigurationDataResponse(dict):
421
+ @staticmethod
422
+ def __key_warning(key: str):
423
+ suggest = None
424
+ if key == "bmcConnectionString":
425
+ suggest = "bmc_connection_string"
426
+ elif key == "bmcCredentials":
427
+ suggest = "bmc_credentials"
428
+ elif key == "bmcMacAddress":
429
+ suggest = "bmc_mac_address"
430
+ elif key == "bootMacAddress":
431
+ suggest = "boot_mac_address"
432
+ elif key == "rackSlot":
433
+ suggest = "rack_slot"
434
+ elif key == "serialNumber":
435
+ suggest = "serial_number"
436
+ elif key == "machineDetails":
437
+ suggest = "machine_details"
438
+ elif key == "machineName":
439
+ suggest = "machine_name"
440
+
441
+ if suggest:
442
+ pulumi.log.warn(f"Key '{key}' not found in BareMetalMachineConfigurationDataResponse. Access the value via the '{suggest}' property getter instead.")
443
+
444
+ def __getitem__(self, key: str) -> Any:
445
+ BareMetalMachineConfigurationDataResponse.__key_warning(key)
446
+ return super().__getitem__(key)
447
+
448
+ def get(self, key: str, default = None) -> Any:
449
+ BareMetalMachineConfigurationDataResponse.__key_warning(key)
450
+ return super().get(key, default)
451
+
452
+ def __init__(__self__, *,
453
+ bmc_connection_string: str,
454
+ bmc_credentials: 'outputs.AdministrativeCredentialsResponse',
455
+ bmc_mac_address: str,
456
+ boot_mac_address: str,
457
+ rack_slot: float,
458
+ serial_number: str,
459
+ machine_details: Optional[str] = None,
460
+ machine_name: Optional[str] = None):
461
+ """
462
+ :param str bmc_connection_string: The connection string for the baseboard management controller including IP address and protocol.
463
+ :param 'AdministrativeCredentialsResponse' bmc_credentials: The credentials of the baseboard management controller on this bare metal machine.
464
+ :param str bmc_mac_address: The MAC address of the BMC for this machine.
465
+ :param str boot_mac_address: The MAC address associated with the PXE NIC card.
466
+ :param float rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
467
+ :param str serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
468
+ :param str machine_details: The free-form additional information about the machine, e.g. an asset tag.
469
+ :param str machine_name: The user-provided name for the bare metal machine created from this specification.
470
+ If not provided, the machine name will be generated programmatically.
471
+ """
472
+ pulumi.set(__self__, "bmc_connection_string", bmc_connection_string)
473
+ pulumi.set(__self__, "bmc_credentials", bmc_credentials)
474
+ pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
475
+ pulumi.set(__self__, "boot_mac_address", boot_mac_address)
476
+ pulumi.set(__self__, "rack_slot", rack_slot)
477
+ pulumi.set(__self__, "serial_number", serial_number)
478
+ if machine_details is not None:
479
+ pulumi.set(__self__, "machine_details", machine_details)
480
+ if machine_name is not None:
481
+ pulumi.set(__self__, "machine_name", machine_name)
482
+
483
+ @property
484
+ @pulumi.getter(name="bmcConnectionString")
485
+ def bmc_connection_string(self) -> str:
486
+ """
487
+ The connection string for the baseboard management controller including IP address and protocol.
488
+ """
489
+ return pulumi.get(self, "bmc_connection_string")
490
+
491
+ @property
492
+ @pulumi.getter(name="bmcCredentials")
493
+ def bmc_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
494
+ """
495
+ The credentials of the baseboard management controller on this bare metal machine.
496
+ """
497
+ return pulumi.get(self, "bmc_credentials")
498
+
499
+ @property
500
+ @pulumi.getter(name="bmcMacAddress")
501
+ def bmc_mac_address(self) -> str:
502
+ """
503
+ The MAC address of the BMC for this machine.
504
+ """
505
+ return pulumi.get(self, "bmc_mac_address")
506
+
507
+ @property
508
+ @pulumi.getter(name="bootMacAddress")
509
+ def boot_mac_address(self) -> str:
510
+ """
511
+ The MAC address associated with the PXE NIC card.
512
+ """
513
+ return pulumi.get(self, "boot_mac_address")
514
+
515
+ @property
516
+ @pulumi.getter(name="rackSlot")
517
+ def rack_slot(self) -> float:
518
+ """
519
+ The slot the physical machine is in the rack based on the BOM configuration.
520
+ """
521
+ return pulumi.get(self, "rack_slot")
522
+
523
+ @property
524
+ @pulumi.getter(name="serialNumber")
525
+ def serial_number(self) -> str:
526
+ """
527
+ The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
528
+ """
529
+ return pulumi.get(self, "serial_number")
530
+
531
+ @property
532
+ @pulumi.getter(name="machineDetails")
533
+ def machine_details(self) -> Optional[str]:
534
+ """
535
+ The free-form additional information about the machine, e.g. an asset tag.
536
+ """
537
+ return pulumi.get(self, "machine_details")
538
+
539
+ @property
540
+ @pulumi.getter(name="machineName")
541
+ def machine_name(self) -> Optional[str]:
542
+ """
543
+ The user-provided name for the bare metal machine created from this specification.
544
+ If not provided, the machine name will be generated programmatically.
545
+ """
546
+ return pulumi.get(self, "machine_name")
547
+
548
+
549
+ @pulumi.output_type
550
+ class BgpAdvertisementResponse(dict):
551
+ @staticmethod
552
+ def __key_warning(key: str):
553
+ suggest = None
554
+ if key == "ipAddressPools":
555
+ suggest = "ip_address_pools"
556
+ elif key == "advertiseToFabric":
557
+ suggest = "advertise_to_fabric"
558
+
559
+ if suggest:
560
+ pulumi.log.warn(f"Key '{key}' not found in BgpAdvertisementResponse. Access the value via the '{suggest}' property getter instead.")
561
+
562
+ def __getitem__(self, key: str) -> Any:
563
+ BgpAdvertisementResponse.__key_warning(key)
564
+ return super().__getitem__(key)
565
+
566
+ def get(self, key: str, default = None) -> Any:
567
+ BgpAdvertisementResponse.__key_warning(key)
568
+ return super().get(key, default)
569
+
570
+ def __init__(__self__, *,
571
+ ip_address_pools: Sequence[str],
572
+ advertise_to_fabric: Optional[str] = None,
573
+ communities: Optional[Sequence[str]] = None,
574
+ peers: Optional[Sequence[str]] = None):
575
+ """
576
+ :param Sequence[str] ip_address_pools: The names of the IP address pools associated with this announcement.
577
+ :param str 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.
578
+ :param Sequence[str] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
579
+ :param Sequence[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.
580
+ """
581
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
582
+ if advertise_to_fabric is None:
583
+ advertise_to_fabric = 'True'
584
+ if advertise_to_fabric is not None:
585
+ pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
586
+ if communities is not None:
587
+ pulumi.set(__self__, "communities", communities)
588
+ if peers is not None:
589
+ pulumi.set(__self__, "peers", peers)
590
+
591
+ @property
592
+ @pulumi.getter(name="ipAddressPools")
593
+ def ip_address_pools(self) -> Sequence[str]:
594
+ """
595
+ The names of the IP address pools associated with this announcement.
596
+ """
597
+ return pulumi.get(self, "ip_address_pools")
598
+
599
+ @property
600
+ @pulumi.getter(name="advertiseToFabric")
601
+ def advertise_to_fabric(self) -> Optional[str]:
602
+ """
603
+ 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.
604
+ """
605
+ return pulumi.get(self, "advertise_to_fabric")
606
+
607
+ @property
608
+ @pulumi.getter
609
+ def communities(self) -> Optional[Sequence[str]]:
610
+ """
611
+ The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
612
+ """
613
+ return pulumi.get(self, "communities")
614
+
615
+ @property
616
+ @pulumi.getter
617
+ def peers(self) -> Optional[Sequence[str]]:
618
+ """
619
+ The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
620
+ """
621
+ return pulumi.get(self, "peers")
622
+
623
+
624
+ @pulumi.output_type
625
+ class BgpServiceLoadBalancerConfigurationResponse(dict):
626
+ @staticmethod
627
+ def __key_warning(key: str):
628
+ suggest = None
629
+ if key == "bgpAdvertisements":
630
+ suggest = "bgp_advertisements"
631
+ elif key == "bgpPeers":
632
+ suggest = "bgp_peers"
633
+ elif key == "fabricPeeringEnabled":
634
+ suggest = "fabric_peering_enabled"
635
+ elif key == "ipAddressPools":
636
+ suggest = "ip_address_pools"
637
+
638
+ if suggest:
639
+ pulumi.log.warn(f"Key '{key}' not found in BgpServiceLoadBalancerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
640
+
641
+ def __getitem__(self, key: str) -> Any:
642
+ BgpServiceLoadBalancerConfigurationResponse.__key_warning(key)
643
+ return super().__getitem__(key)
644
+
645
+ def get(self, key: str, default = None) -> Any:
646
+ BgpServiceLoadBalancerConfigurationResponse.__key_warning(key)
647
+ return super().get(key, default)
648
+
649
+ def __init__(__self__, *,
650
+ bgp_advertisements: Optional[Sequence['outputs.BgpAdvertisementResponse']] = None,
651
+ bgp_peers: Optional[Sequence['outputs.ServiceLoadBalancerBgpPeerResponse']] = None,
652
+ fabric_peering_enabled: Optional[str] = None,
653
+ ip_address_pools: Optional[Sequence['outputs.IpAddressPoolResponse']] = None):
654
+ """
655
+ :param Sequence['BgpAdvertisementResponse'] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
656
+ :param Sequence['ServiceLoadBalancerBgpPeerResponse'] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
657
+ :param str fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
658
+ :param Sequence['IpAddressPoolResponse'] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
659
+ """
660
+ if bgp_advertisements is not None:
661
+ pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
662
+ if bgp_peers is not None:
663
+ pulumi.set(__self__, "bgp_peers", bgp_peers)
664
+ if fabric_peering_enabled is None:
665
+ fabric_peering_enabled = 'True'
666
+ if fabric_peering_enabled is not None:
667
+ pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
668
+ if ip_address_pools is not None:
669
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
670
+
671
+ @property
672
+ @pulumi.getter(name="bgpAdvertisements")
673
+ def bgp_advertisements(self) -> Optional[Sequence['outputs.BgpAdvertisementResponse']]:
674
+ """
675
+ The association of IP address pools to the communities and peers, allowing for announcement of IPs.
676
+ """
677
+ return pulumi.get(self, "bgp_advertisements")
678
+
679
+ @property
680
+ @pulumi.getter(name="bgpPeers")
681
+ def bgp_peers(self) -> Optional[Sequence['outputs.ServiceLoadBalancerBgpPeerResponse']]:
682
+ """
683
+ The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
684
+ """
685
+ return pulumi.get(self, "bgp_peers")
686
+
687
+ @property
688
+ @pulumi.getter(name="fabricPeeringEnabled")
689
+ def fabric_peering_enabled(self) -> Optional[str]:
690
+ """
691
+ The indicator to specify if the load balancer peers with the network fabric.
692
+ """
693
+ return pulumi.get(self, "fabric_peering_enabled")
694
+
695
+ @property
696
+ @pulumi.getter(name="ipAddressPools")
697
+ def ip_address_pools(self) -> Optional[Sequence['outputs.IpAddressPoolResponse']]:
698
+ """
699
+ The list of pools of IP addresses that can be allocated to load balancer services.
700
+ """
701
+ return pulumi.get(self, "ip_address_pools")
702
+
703
+
704
+ @pulumi.output_type
705
+ class ClusterAvailableUpgradeVersionResponse(dict):
706
+ @staticmethod
707
+ def __key_warning(key: str):
708
+ suggest = None
709
+ if key == "controlImpact":
710
+ suggest = "control_impact"
711
+ elif key == "expectedDuration":
712
+ suggest = "expected_duration"
713
+ elif key == "impactDescription":
714
+ suggest = "impact_description"
715
+ elif key == "supportExpiryDate":
716
+ suggest = "support_expiry_date"
717
+ elif key == "targetClusterVersion":
718
+ suggest = "target_cluster_version"
719
+ elif key == "workloadImpact":
720
+ suggest = "workload_impact"
721
+
722
+ if suggest:
723
+ pulumi.log.warn(f"Key '{key}' not found in ClusterAvailableUpgradeVersionResponse. Access the value via the '{suggest}' property getter instead.")
724
+
725
+ def __getitem__(self, key: str) -> Any:
726
+ ClusterAvailableUpgradeVersionResponse.__key_warning(key)
727
+ return super().__getitem__(key)
728
+
729
+ def get(self, key: str, default = None) -> Any:
730
+ ClusterAvailableUpgradeVersionResponse.__key_warning(key)
731
+ return super().get(key, default)
732
+
733
+ def __init__(__self__, *,
734
+ control_impact: str,
735
+ expected_duration: str,
736
+ impact_description: str,
737
+ support_expiry_date: str,
738
+ target_cluster_version: str,
739
+ workload_impact: str):
740
+ """
741
+ :param str control_impact: The indicator of whether the control plane will be impacted during the upgrade.
742
+ :param str expected_duration: The expected duration needed for this upgrade.
743
+ :param str impact_description: The impact description including the specific details and release notes.
744
+ :param str support_expiry_date: The last date the version of the platform is supported.
745
+ :param str target_cluster_version: The target version this cluster will be upgraded to.
746
+ :param str workload_impact: The indicator of whether the workload will be impacted during the upgrade.
747
+ """
748
+ pulumi.set(__self__, "control_impact", control_impact)
749
+ pulumi.set(__self__, "expected_duration", expected_duration)
750
+ pulumi.set(__self__, "impact_description", impact_description)
751
+ pulumi.set(__self__, "support_expiry_date", support_expiry_date)
752
+ pulumi.set(__self__, "target_cluster_version", target_cluster_version)
753
+ pulumi.set(__self__, "workload_impact", workload_impact)
754
+
755
+ @property
756
+ @pulumi.getter(name="controlImpact")
757
+ def control_impact(self) -> str:
758
+ """
759
+ The indicator of whether the control plane will be impacted during the upgrade.
760
+ """
761
+ return pulumi.get(self, "control_impact")
762
+
763
+ @property
764
+ @pulumi.getter(name="expectedDuration")
765
+ def expected_duration(self) -> str:
766
+ """
767
+ The expected duration needed for this upgrade.
768
+ """
769
+ return pulumi.get(self, "expected_duration")
770
+
771
+ @property
772
+ @pulumi.getter(name="impactDescription")
773
+ def impact_description(self) -> str:
774
+ """
775
+ The impact description including the specific details and release notes.
776
+ """
777
+ return pulumi.get(self, "impact_description")
778
+
779
+ @property
780
+ @pulumi.getter(name="supportExpiryDate")
781
+ def support_expiry_date(self) -> str:
782
+ """
783
+ The last date the version of the platform is supported.
784
+ """
785
+ return pulumi.get(self, "support_expiry_date")
786
+
787
+ @property
788
+ @pulumi.getter(name="targetClusterVersion")
789
+ def target_cluster_version(self) -> str:
790
+ """
791
+ The target version this cluster will be upgraded to.
792
+ """
793
+ return pulumi.get(self, "target_cluster_version")
794
+
795
+ @property
796
+ @pulumi.getter(name="workloadImpact")
797
+ def workload_impact(self) -> str:
798
+ """
799
+ The indicator of whether the workload will be impacted during the upgrade.
800
+ """
801
+ return pulumi.get(self, "workload_impact")
802
+
803
+
804
+ @pulumi.output_type
805
+ class ClusterAvailableVersionResponse(dict):
806
+ @staticmethod
807
+ def __key_warning(key: str):
808
+ suggest = None
809
+ if key == "supportExpiryDate":
810
+ suggest = "support_expiry_date"
811
+ elif key == "targetClusterVersion":
812
+ suggest = "target_cluster_version"
813
+
814
+ if suggest:
815
+ pulumi.log.warn(f"Key '{key}' not found in ClusterAvailableVersionResponse. Access the value via the '{suggest}' property getter instead.")
816
+
817
+ def __getitem__(self, key: str) -> Any:
818
+ ClusterAvailableVersionResponse.__key_warning(key)
819
+ return super().__getitem__(key)
820
+
821
+ def get(self, key: str, default = None) -> Any:
822
+ ClusterAvailableVersionResponse.__key_warning(key)
823
+ return super().get(key, default)
824
+
825
+ def __init__(__self__, *,
826
+ support_expiry_date: str,
827
+ target_cluster_version: str):
828
+ """
829
+ :param str support_expiry_date: The last date the version of the platform is supported.
830
+ :param str target_cluster_version: The version of the cluster to be deployed.
831
+ """
832
+ pulumi.set(__self__, "support_expiry_date", support_expiry_date)
833
+ pulumi.set(__self__, "target_cluster_version", target_cluster_version)
834
+
835
+ @property
836
+ @pulumi.getter(name="supportExpiryDate")
837
+ def support_expiry_date(self) -> str:
838
+ """
839
+ The last date the version of the platform is supported.
840
+ """
841
+ return pulumi.get(self, "support_expiry_date")
842
+
843
+ @property
844
+ @pulumi.getter(name="targetClusterVersion")
845
+ def target_cluster_version(self) -> str:
846
+ """
847
+ The version of the cluster to be deployed.
848
+ """
849
+ return pulumi.get(self, "target_cluster_version")
850
+
851
+
852
+ @pulumi.output_type
853
+ class ClusterCapacityResponse(dict):
854
+ @staticmethod
855
+ def __key_warning(key: str):
856
+ suggest = None
857
+ if key == "availableApplianceStorageGB":
858
+ suggest = "available_appliance_storage_gb"
859
+ elif key == "availableCoreCount":
860
+ suggest = "available_core_count"
861
+ elif key == "availableHostStorageGB":
862
+ suggest = "available_host_storage_gb"
863
+ elif key == "availableMemoryGB":
864
+ suggest = "available_memory_gb"
865
+ elif key == "totalApplianceStorageGB":
866
+ suggest = "total_appliance_storage_gb"
867
+ elif key == "totalCoreCount":
868
+ suggest = "total_core_count"
869
+ elif key == "totalHostStorageGB":
870
+ suggest = "total_host_storage_gb"
871
+ elif key == "totalMemoryGB":
872
+ suggest = "total_memory_gb"
873
+
874
+ if suggest:
875
+ pulumi.log.warn(f"Key '{key}' not found in ClusterCapacityResponse. Access the value via the '{suggest}' property getter instead.")
876
+
877
+ def __getitem__(self, key: str) -> Any:
878
+ ClusterCapacityResponse.__key_warning(key)
879
+ return super().__getitem__(key)
880
+
881
+ def get(self, key: str, default = None) -> Any:
882
+ ClusterCapacityResponse.__key_warning(key)
883
+ return super().get(key, default)
884
+
885
+ def __init__(__self__, *,
886
+ available_appliance_storage_gb: Optional[float] = None,
887
+ available_core_count: Optional[float] = None,
888
+ available_host_storage_gb: Optional[float] = None,
889
+ available_memory_gb: Optional[float] = None,
890
+ total_appliance_storage_gb: Optional[float] = None,
891
+ total_core_count: Optional[float] = None,
892
+ total_host_storage_gb: Optional[float] = None,
893
+ total_memory_gb: Optional[float] = None):
894
+ """
895
+ :param float available_appliance_storage_gb: The remaining appliance-based storage in GB available for workload use. Measured in gibibytes.
896
+ :param float available_core_count: The remaining number of cores that are available in this cluster for workload use.
897
+ :param float available_host_storage_gb: The remaining machine or host-based storage in GB available for workload use. Measured in gibibytes.
898
+ :param float available_memory_gb: The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes.
899
+ :param float total_appliance_storage_gb: The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
900
+ :param float total_core_count: The total number of cores that are supported by this cluster for workload use.
901
+ :param float total_host_storage_gb: The total machine or host-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
902
+ :param float total_memory_gb: The total memory supported by this cluster for workload use. Measured in gibibytes.
903
+ """
904
+ if available_appliance_storage_gb is not None:
905
+ pulumi.set(__self__, "available_appliance_storage_gb", available_appliance_storage_gb)
906
+ if available_core_count is not None:
907
+ pulumi.set(__self__, "available_core_count", available_core_count)
908
+ if available_host_storage_gb is not None:
909
+ pulumi.set(__self__, "available_host_storage_gb", available_host_storage_gb)
910
+ if available_memory_gb is not None:
911
+ pulumi.set(__self__, "available_memory_gb", available_memory_gb)
912
+ if total_appliance_storage_gb is not None:
913
+ pulumi.set(__self__, "total_appliance_storage_gb", total_appliance_storage_gb)
914
+ if total_core_count is not None:
915
+ pulumi.set(__self__, "total_core_count", total_core_count)
916
+ if total_host_storage_gb is not None:
917
+ pulumi.set(__self__, "total_host_storage_gb", total_host_storage_gb)
918
+ if total_memory_gb is not None:
919
+ pulumi.set(__self__, "total_memory_gb", total_memory_gb)
920
+
921
+ @property
922
+ @pulumi.getter(name="availableApplianceStorageGB")
923
+ def available_appliance_storage_gb(self) -> Optional[float]:
924
+ """
925
+ The remaining appliance-based storage in GB available for workload use. Measured in gibibytes.
926
+ """
927
+ return pulumi.get(self, "available_appliance_storage_gb")
928
+
929
+ @property
930
+ @pulumi.getter(name="availableCoreCount")
931
+ def available_core_count(self) -> Optional[float]:
932
+ """
933
+ The remaining number of cores that are available in this cluster for workload use.
934
+ """
935
+ return pulumi.get(self, "available_core_count")
936
+
937
+ @property
938
+ @pulumi.getter(name="availableHostStorageGB")
939
+ def available_host_storage_gb(self) -> Optional[float]:
940
+ """
941
+ The remaining machine or host-based storage in GB available for workload use. Measured in gibibytes.
942
+ """
943
+ return pulumi.get(self, "available_host_storage_gb")
944
+
945
+ @property
946
+ @pulumi.getter(name="availableMemoryGB")
947
+ def available_memory_gb(self) -> Optional[float]:
948
+ """
949
+ The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes.
950
+ """
951
+ return pulumi.get(self, "available_memory_gb")
952
+
953
+ @property
954
+ @pulumi.getter(name="totalApplianceStorageGB")
955
+ def total_appliance_storage_gb(self) -> Optional[float]:
956
+ """
957
+ The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
958
+ """
959
+ return pulumi.get(self, "total_appliance_storage_gb")
960
+
961
+ @property
962
+ @pulumi.getter(name="totalCoreCount")
963
+ def total_core_count(self) -> Optional[float]:
964
+ """
965
+ The total number of cores that are supported by this cluster for workload use.
966
+ """
967
+ return pulumi.get(self, "total_core_count")
968
+
969
+ @property
970
+ @pulumi.getter(name="totalHostStorageGB")
971
+ def total_host_storage_gb(self) -> Optional[float]:
972
+ """
973
+ The total machine or host-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
974
+ """
975
+ return pulumi.get(self, "total_host_storage_gb")
976
+
977
+ @property
978
+ @pulumi.getter(name="totalMemoryGB")
979
+ def total_memory_gb(self) -> Optional[float]:
980
+ """
981
+ The total memory supported by this cluster for workload use. Measured in gibibytes.
982
+ """
983
+ return pulumi.get(self, "total_memory_gb")
984
+
985
+
986
+ @pulumi.output_type
987
+ class ClusterSecretArchiveResponse(dict):
988
+ @staticmethod
989
+ def __key_warning(key: str):
990
+ suggest = None
991
+ if key == "keyVaultId":
992
+ suggest = "key_vault_id"
993
+ elif key == "useKeyVault":
994
+ suggest = "use_key_vault"
995
+
996
+ if suggest:
997
+ pulumi.log.warn(f"Key '{key}' not found in ClusterSecretArchiveResponse. Access the value via the '{suggest}' property getter instead.")
998
+
999
+ def __getitem__(self, key: str) -> Any:
1000
+ ClusterSecretArchiveResponse.__key_warning(key)
1001
+ return super().__getitem__(key)
1002
+
1003
+ def get(self, key: str, default = None) -> Any:
1004
+ ClusterSecretArchiveResponse.__key_warning(key)
1005
+ return super().get(key, default)
1006
+
1007
+ def __init__(__self__, *,
1008
+ key_vault_id: str,
1009
+ use_key_vault: Optional[str] = None):
1010
+ """
1011
+ :param str key_vault_id: The resource ID of the key vault to archive the secrets of the cluster.
1012
+ :param str use_key_vault: The indicator if the specified key vault should be used to archive the secrets of the cluster.
1013
+ """
1014
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
1015
+ if use_key_vault is None:
1016
+ use_key_vault = 'False'
1017
+ if use_key_vault is not None:
1018
+ pulumi.set(__self__, "use_key_vault", use_key_vault)
1019
+
1020
+ @property
1021
+ @pulumi.getter(name="keyVaultId")
1022
+ def key_vault_id(self) -> str:
1023
+ """
1024
+ The resource ID of the key vault to archive the secrets of the cluster.
1025
+ """
1026
+ return pulumi.get(self, "key_vault_id")
1027
+
1028
+ @property
1029
+ @pulumi.getter(name="useKeyVault")
1030
+ def use_key_vault(self) -> Optional[str]:
1031
+ """
1032
+ The indicator if the specified key vault should be used to archive the secrets of the cluster.
1033
+ """
1034
+ return pulumi.get(self, "use_key_vault")
1035
+
1036
+
1037
+ @pulumi.output_type
1038
+ class ClusterUpdateStrategyResponse(dict):
1039
+ @staticmethod
1040
+ def __key_warning(key: str):
1041
+ suggest = None
1042
+ if key == "strategyType":
1043
+ suggest = "strategy_type"
1044
+ elif key == "thresholdType":
1045
+ suggest = "threshold_type"
1046
+ elif key == "thresholdValue":
1047
+ suggest = "threshold_value"
1048
+ elif key == "maxUnavailable":
1049
+ suggest = "max_unavailable"
1050
+ elif key == "waitTimeMinutes":
1051
+ suggest = "wait_time_minutes"
1052
+
1053
+ if suggest:
1054
+ pulumi.log.warn(f"Key '{key}' not found in ClusterUpdateStrategyResponse. Access the value via the '{suggest}' property getter instead.")
1055
+
1056
+ def __getitem__(self, key: str) -> Any:
1057
+ ClusterUpdateStrategyResponse.__key_warning(key)
1058
+ return super().__getitem__(key)
1059
+
1060
+ def get(self, key: str, default = None) -> Any:
1061
+ ClusterUpdateStrategyResponse.__key_warning(key)
1062
+ return super().get(key, default)
1063
+
1064
+ def __init__(__self__, *,
1065
+ strategy_type: str,
1066
+ threshold_type: str,
1067
+ threshold_value: float,
1068
+ max_unavailable: Optional[float] = None,
1069
+ wait_time_minutes: Optional[float] = None):
1070
+ """
1071
+ :param str strategy_type: The mode of operation for runtime protection.
1072
+ :param str threshold_type: Selection of how the threshold should be evaluated.
1073
+ :param float threshold_value: The numeric threshold value.
1074
+ :param float max_unavailable: The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
1075
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
1076
+ :param float wait_time_minutes: The time to wait between the increments of update defined by the strategy.
1077
+ """
1078
+ pulumi.set(__self__, "strategy_type", strategy_type)
1079
+ pulumi.set(__self__, "threshold_type", threshold_type)
1080
+ pulumi.set(__self__, "threshold_value", threshold_value)
1081
+ if max_unavailable is not None:
1082
+ pulumi.set(__self__, "max_unavailable", max_unavailable)
1083
+ if wait_time_minutes is None:
1084
+ wait_time_minutes = 15
1085
+ if wait_time_minutes is not None:
1086
+ pulumi.set(__self__, "wait_time_minutes", wait_time_minutes)
1087
+
1088
+ @property
1089
+ @pulumi.getter(name="strategyType")
1090
+ def strategy_type(self) -> str:
1091
+ """
1092
+ The mode of operation for runtime protection.
1093
+ """
1094
+ return pulumi.get(self, "strategy_type")
1095
+
1096
+ @property
1097
+ @pulumi.getter(name="thresholdType")
1098
+ def threshold_type(self) -> str:
1099
+ """
1100
+ Selection of how the threshold should be evaluated.
1101
+ """
1102
+ return pulumi.get(self, "threshold_type")
1103
+
1104
+ @property
1105
+ @pulumi.getter(name="thresholdValue")
1106
+ def threshold_value(self) -> float:
1107
+ """
1108
+ The numeric threshold value.
1109
+ """
1110
+ return pulumi.get(self, "threshold_value")
1111
+
1112
+ @property
1113
+ @pulumi.getter(name="maxUnavailable")
1114
+ def max_unavailable(self) -> Optional[float]:
1115
+ """
1116
+ The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
1117
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
1118
+ """
1119
+ return pulumi.get(self, "max_unavailable")
1120
+
1121
+ @property
1122
+ @pulumi.getter(name="waitTimeMinutes")
1123
+ def wait_time_minutes(self) -> Optional[float]:
1124
+ """
1125
+ The time to wait between the increments of update defined by the strategy.
1126
+ """
1127
+ return pulumi.get(self, "wait_time_minutes")
1128
+
1129
+
1130
+ @pulumi.output_type
1131
+ class CommandOutputSettingsResponse(dict):
1132
+ @staticmethod
1133
+ def __key_warning(key: str):
1134
+ suggest = None
1135
+ if key == "associatedIdentity":
1136
+ suggest = "associated_identity"
1137
+ elif key == "containerUrl":
1138
+ suggest = "container_url"
1139
+
1140
+ if suggest:
1141
+ pulumi.log.warn(f"Key '{key}' not found in CommandOutputSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1142
+
1143
+ def __getitem__(self, key: str) -> Any:
1144
+ CommandOutputSettingsResponse.__key_warning(key)
1145
+ return super().__getitem__(key)
1146
+
1147
+ def get(self, key: str, default = None) -> Any:
1148
+ CommandOutputSettingsResponse.__key_warning(key)
1149
+ return super().get(key, default)
1150
+
1151
+ def __init__(__self__, *,
1152
+ associated_identity: Optional['outputs.IdentitySelectorResponse'] = None,
1153
+ container_url: Optional[str] = None):
1154
+ """
1155
+ :param 'IdentitySelectorResponse' 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.
1156
+ :param str container_url: The URL of the storage account container that is to be used by the specified identities.
1157
+ """
1158
+ if associated_identity is not None:
1159
+ pulumi.set(__self__, "associated_identity", associated_identity)
1160
+ if container_url is not None:
1161
+ pulumi.set(__self__, "container_url", container_url)
1162
+
1163
+ @property
1164
+ @pulumi.getter(name="associatedIdentity")
1165
+ def associated_identity(self) -> Optional['outputs.IdentitySelectorResponse']:
1166
+ """
1167
+ The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
1168
+ """
1169
+ return pulumi.get(self, "associated_identity")
1170
+
1171
+ @property
1172
+ @pulumi.getter(name="containerUrl")
1173
+ def container_url(self) -> Optional[str]:
1174
+ """
1175
+ The URL of the storage account container that is to be used by the specified identities.
1176
+ """
1177
+ return pulumi.get(self, "container_url")
1178
+
1179
+
1180
+ @pulumi.output_type
1181
+ class ControlPlaneNodeConfigurationResponse(dict):
1182
+ @staticmethod
1183
+ def __key_warning(key: str):
1184
+ suggest = None
1185
+ if key == "vmSkuName":
1186
+ suggest = "vm_sku_name"
1187
+ elif key == "administratorConfiguration":
1188
+ suggest = "administrator_configuration"
1189
+ elif key == "availabilityZones":
1190
+ suggest = "availability_zones"
1191
+
1192
+ if suggest:
1193
+ pulumi.log.warn(f"Key '{key}' not found in ControlPlaneNodeConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1194
+
1195
+ def __getitem__(self, key: str) -> Any:
1196
+ ControlPlaneNodeConfigurationResponse.__key_warning(key)
1197
+ return super().__getitem__(key)
1198
+
1199
+ def get(self, key: str, default = None) -> Any:
1200
+ ControlPlaneNodeConfigurationResponse.__key_warning(key)
1201
+ return super().get(key, default)
1202
+
1203
+ def __init__(__self__, *,
1204
+ count: float,
1205
+ vm_sku_name: str,
1206
+ administrator_configuration: Optional['outputs.AdministratorConfigurationResponse'] = None,
1207
+ availability_zones: Optional[Sequence[str]] = None):
1208
+ """
1209
+ :param float count: The number of virtual machines that use this configuration.
1210
+ :param str vm_sku_name: The name of the VM SKU supplied during creation.
1211
+ :param 'AdministratorConfigurationResponse' administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
1212
+ :param Sequence[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.
1213
+ """
1214
+ pulumi.set(__self__, "count", count)
1215
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1216
+ if administrator_configuration is not None:
1217
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1218
+ if availability_zones is not None:
1219
+ pulumi.set(__self__, "availability_zones", availability_zones)
1220
+
1221
+ @property
1222
+ @pulumi.getter
1223
+ def count(self) -> float:
1224
+ """
1225
+ The number of virtual machines that use this configuration.
1226
+ """
1227
+ return pulumi.get(self, "count")
1228
+
1229
+ @property
1230
+ @pulumi.getter(name="vmSkuName")
1231
+ def vm_sku_name(self) -> str:
1232
+ """
1233
+ The name of the VM SKU supplied during creation.
1234
+ """
1235
+ return pulumi.get(self, "vm_sku_name")
1236
+
1237
+ @property
1238
+ @pulumi.getter(name="administratorConfiguration")
1239
+ def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
1240
+ """
1241
+ The administrator credentials to be used for the nodes in the control plane.
1242
+ """
1243
+ return pulumi.get(self, "administrator_configuration")
1244
+
1245
+ @property
1246
+ @pulumi.getter(name="availabilityZones")
1247
+ def availability_zones(self) -> Optional[Sequence[str]]:
1248
+ """
1249
+ 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.
1250
+ """
1251
+ return pulumi.get(self, "availability_zones")
1252
+
1253
+
1254
+ @pulumi.output_type
1255
+ class EgressEndpointResponse(dict):
1256
+ def __init__(__self__, *,
1257
+ category: str,
1258
+ endpoints: Sequence['outputs.EndpointDependencyResponse']):
1259
+ """
1260
+ :param 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'.
1261
+ :param Sequence['EndpointDependencyResponse'] endpoints: The list of endpoint dependencies.
1262
+ """
1263
+ pulumi.set(__self__, "category", category)
1264
+ pulumi.set(__self__, "endpoints", endpoints)
1265
+
1266
+ @property
1267
+ @pulumi.getter
1268
+ def category(self) -> str:
1269
+ """
1270
+ 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'.
1271
+ """
1272
+ return pulumi.get(self, "category")
1273
+
1274
+ @property
1275
+ @pulumi.getter
1276
+ def endpoints(self) -> Sequence['outputs.EndpointDependencyResponse']:
1277
+ """
1278
+ The list of endpoint dependencies.
1279
+ """
1280
+ return pulumi.get(self, "endpoints")
1281
+
1282
+
1283
+ @pulumi.output_type
1284
+ class EndpointDependencyResponse(dict):
1285
+ @staticmethod
1286
+ def __key_warning(key: str):
1287
+ suggest = None
1288
+ if key == "domainName":
1289
+ suggest = "domain_name"
1290
+
1291
+ if suggest:
1292
+ pulumi.log.warn(f"Key '{key}' not found in EndpointDependencyResponse. Access the value via the '{suggest}' property getter instead.")
1293
+
1294
+ def __getitem__(self, key: str) -> Any:
1295
+ EndpointDependencyResponse.__key_warning(key)
1296
+ return super().__getitem__(key)
1297
+
1298
+ def get(self, key: str, default = None) -> Any:
1299
+ EndpointDependencyResponse.__key_warning(key)
1300
+ return super().get(key, default)
1301
+
1302
+ def __init__(__self__, *,
1303
+ domain_name: str,
1304
+ port: Optional[float] = None):
1305
+ """
1306
+ :param str domain_name: The domain name of the dependency.
1307
+ :param float port: The port of this endpoint.
1308
+ """
1309
+ pulumi.set(__self__, "domain_name", domain_name)
1310
+ if port is not None:
1311
+ pulumi.set(__self__, "port", port)
1312
+
1313
+ @property
1314
+ @pulumi.getter(name="domainName")
1315
+ def domain_name(self) -> str:
1316
+ """
1317
+ The domain name of the dependency.
1318
+ """
1319
+ return pulumi.get(self, "domain_name")
1320
+
1321
+ @property
1322
+ @pulumi.getter
1323
+ def port(self) -> Optional[float]:
1324
+ """
1325
+ The port of this endpoint.
1326
+ """
1327
+ return pulumi.get(self, "port")
1328
+
1329
+
1330
+ @pulumi.output_type
1331
+ class ExtendedLocationResponse(dict):
1332
+ def __init__(__self__, *,
1333
+ name: str,
1334
+ type: str):
1335
+ """
1336
+ :param str name: The resource ID of the extended location on which the resource will be created.
1337
+ :param str type: The extended location type, for example, CustomLocation.
1338
+ """
1339
+ pulumi.set(__self__, "name", name)
1340
+ pulumi.set(__self__, "type", type)
1341
+
1342
+ @property
1343
+ @pulumi.getter
1344
+ def name(self) -> str:
1345
+ """
1346
+ The resource ID of the extended location on which the resource will be created.
1347
+ """
1348
+ return pulumi.get(self, "name")
1349
+
1350
+ @property
1351
+ @pulumi.getter
1352
+ def type(self) -> str:
1353
+ """
1354
+ The extended location type, for example, CustomLocation.
1355
+ """
1356
+ return pulumi.get(self, "type")
1357
+
1358
+
1359
+ @pulumi.output_type
1360
+ class FeatureStatusResponse(dict):
1361
+ @staticmethod
1362
+ def __key_warning(key: str):
1363
+ suggest = None
1364
+ if key == "detailedStatus":
1365
+ suggest = "detailed_status"
1366
+ elif key == "detailedStatusMessage":
1367
+ suggest = "detailed_status_message"
1368
+
1369
+ if suggest:
1370
+ pulumi.log.warn(f"Key '{key}' not found in FeatureStatusResponse. Access the value via the '{suggest}' property getter instead.")
1371
+
1372
+ def __getitem__(self, key: str) -> Any:
1373
+ FeatureStatusResponse.__key_warning(key)
1374
+ return super().__getitem__(key)
1375
+
1376
+ def get(self, key: str, default = None) -> Any:
1377
+ FeatureStatusResponse.__key_warning(key)
1378
+ return super().get(key, default)
1379
+
1380
+ def __init__(__self__, *,
1381
+ detailed_status: str,
1382
+ detailed_status_message: str,
1383
+ name: str,
1384
+ version: str):
1385
+ """
1386
+ :param str detailed_status: The status representing the state of this feature.
1387
+ :param str detailed_status_message: The descriptive message about the current detailed status.
1388
+ :param str name: The name of the feature.
1389
+ :param str version: The version of the feature.
1390
+ """
1391
+ pulumi.set(__self__, "detailed_status", detailed_status)
1392
+ pulumi.set(__self__, "detailed_status_message", detailed_status_message)
1393
+ pulumi.set(__self__, "name", name)
1394
+ pulumi.set(__self__, "version", version)
1395
+
1396
+ @property
1397
+ @pulumi.getter(name="detailedStatus")
1398
+ def detailed_status(self) -> str:
1399
+ """
1400
+ The status representing the state of this feature.
1401
+ """
1402
+ return pulumi.get(self, "detailed_status")
1403
+
1404
+ @property
1405
+ @pulumi.getter(name="detailedStatusMessage")
1406
+ def detailed_status_message(self) -> str:
1407
+ """
1408
+ The descriptive message about the current detailed status.
1409
+ """
1410
+ return pulumi.get(self, "detailed_status_message")
1411
+
1412
+ @property
1413
+ @pulumi.getter
1414
+ def name(self) -> str:
1415
+ """
1416
+ The name of the feature.
1417
+ """
1418
+ return pulumi.get(self, "name")
1419
+
1420
+ @property
1421
+ @pulumi.getter
1422
+ def version(self) -> str:
1423
+ """
1424
+ The version of the feature.
1425
+ """
1426
+ return pulumi.get(self, "version")
1427
+
1428
+
1429
+ @pulumi.output_type
1430
+ class HardwareInventoryNetworkInterfaceResponse(dict):
1431
+ @staticmethod
1432
+ def __key_warning(key: str):
1433
+ suggest = None
1434
+ if key == "linkStatus":
1435
+ suggest = "link_status"
1436
+ elif key == "macAddress":
1437
+ suggest = "mac_address"
1438
+ elif key == "networkInterfaceId":
1439
+ suggest = "network_interface_id"
1440
+
1441
+ if suggest:
1442
+ pulumi.log.warn(f"Key '{key}' not found in HardwareInventoryNetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
1443
+
1444
+ def __getitem__(self, key: str) -> Any:
1445
+ HardwareInventoryNetworkInterfaceResponse.__key_warning(key)
1446
+ return super().__getitem__(key)
1447
+
1448
+ def get(self, key: str, default = None) -> Any:
1449
+ HardwareInventoryNetworkInterfaceResponse.__key_warning(key)
1450
+ return super().get(key, default)
1451
+
1452
+ def __init__(__self__, *,
1453
+ link_status: str,
1454
+ mac_address: str,
1455
+ name: str,
1456
+ network_interface_id: str):
1457
+ """
1458
+ :param str link_status: The current status of the link.
1459
+ :param str mac_address: The MAC address associated with this interface.
1460
+ :param str name: The name of the interface.
1461
+ :param str network_interface_id: The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
1462
+ """
1463
+ pulumi.set(__self__, "link_status", link_status)
1464
+ pulumi.set(__self__, "mac_address", mac_address)
1465
+ pulumi.set(__self__, "name", name)
1466
+ pulumi.set(__self__, "network_interface_id", network_interface_id)
1467
+
1468
+ @property
1469
+ @pulumi.getter(name="linkStatus")
1470
+ def link_status(self) -> str:
1471
+ """
1472
+ The current status of the link.
1473
+ """
1474
+ return pulumi.get(self, "link_status")
1475
+
1476
+ @property
1477
+ @pulumi.getter(name="macAddress")
1478
+ def mac_address(self) -> str:
1479
+ """
1480
+ The MAC address associated with this interface.
1481
+ """
1482
+ return pulumi.get(self, "mac_address")
1483
+
1484
+ @property
1485
+ @pulumi.getter
1486
+ def name(self) -> str:
1487
+ """
1488
+ The name of the interface.
1489
+ """
1490
+ return pulumi.get(self, "name")
1491
+
1492
+ @property
1493
+ @pulumi.getter(name="networkInterfaceId")
1494
+ def network_interface_id(self) -> str:
1495
+ """
1496
+ The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
1497
+ """
1498
+ return pulumi.get(self, "network_interface_id")
1499
+
1500
+
1501
+ @pulumi.output_type
1502
+ class HardwareInventoryResponse(dict):
1503
+ @staticmethod
1504
+ def __key_warning(key: str):
1505
+ suggest = None
1506
+ if key == "additionalHostInformation":
1507
+ suggest = "additional_host_information"
1508
+
1509
+ if suggest:
1510
+ pulumi.log.warn(f"Key '{key}' not found in HardwareInventoryResponse. Access the value via the '{suggest}' property getter instead.")
1511
+
1512
+ def __getitem__(self, key: str) -> Any:
1513
+ HardwareInventoryResponse.__key_warning(key)
1514
+ return super().__getitem__(key)
1515
+
1516
+ def get(self, key: str, default = None) -> Any:
1517
+ HardwareInventoryResponse.__key_warning(key)
1518
+ return super().get(key, default)
1519
+
1520
+ def __init__(__self__, *,
1521
+ additional_host_information: str,
1522
+ interfaces: Sequence['outputs.HardwareInventoryNetworkInterfaceResponse'],
1523
+ nics: Sequence['outputs.NicResponse']):
1524
+ """
1525
+ :param str additional_host_information: Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
1526
+ :param Sequence['HardwareInventoryNetworkInterfaceResponse'] interfaces: The list of network interfaces and associated details for the bare metal machine.
1527
+ :param Sequence['NicResponse'] nics: Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.
1528
+ """
1529
+ pulumi.set(__self__, "additional_host_information", additional_host_information)
1530
+ pulumi.set(__self__, "interfaces", interfaces)
1531
+ pulumi.set(__self__, "nics", nics)
1532
+
1533
+ @property
1534
+ @pulumi.getter(name="additionalHostInformation")
1535
+ def additional_host_information(self) -> str:
1536
+ """
1537
+ Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
1538
+ """
1539
+ return pulumi.get(self, "additional_host_information")
1540
+
1541
+ @property
1542
+ @pulumi.getter
1543
+ def interfaces(self) -> Sequence['outputs.HardwareInventoryNetworkInterfaceResponse']:
1544
+ """
1545
+ The list of network interfaces and associated details for the bare metal machine.
1546
+ """
1547
+ return pulumi.get(self, "interfaces")
1548
+
1549
+ @property
1550
+ @pulumi.getter
1551
+ def nics(self) -> Sequence['outputs.NicResponse']:
1552
+ """
1553
+ Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.
1554
+ """
1555
+ return pulumi.get(self, "nics")
1556
+
1557
+
1558
+ @pulumi.output_type
1559
+ class HardwareValidationStatusResponse(dict):
1560
+ @staticmethod
1561
+ def __key_warning(key: str):
1562
+ suggest = None
1563
+ if key == "lastValidationTime":
1564
+ suggest = "last_validation_time"
1565
+
1566
+ if suggest:
1567
+ pulumi.log.warn(f"Key '{key}' not found in HardwareValidationStatusResponse. Access the value via the '{suggest}' property getter instead.")
1568
+
1569
+ def __getitem__(self, key: str) -> Any:
1570
+ HardwareValidationStatusResponse.__key_warning(key)
1571
+ return super().__getitem__(key)
1572
+
1573
+ def get(self, key: str, default = None) -> Any:
1574
+ HardwareValidationStatusResponse.__key_warning(key)
1575
+ return super().get(key, default)
1576
+
1577
+ def __init__(__self__, *,
1578
+ last_validation_time: str,
1579
+ result: str):
1580
+ """
1581
+ :param str last_validation_time: The timestamp of the hardware validation execution.
1582
+ :param str result: The outcome of the hardware validation.
1583
+ """
1584
+ pulumi.set(__self__, "last_validation_time", last_validation_time)
1585
+ pulumi.set(__self__, "result", result)
1586
+
1587
+ @property
1588
+ @pulumi.getter(name="lastValidationTime")
1589
+ def last_validation_time(self) -> str:
1590
+ """
1591
+ The timestamp of the hardware validation execution.
1592
+ """
1593
+ return pulumi.get(self, "last_validation_time")
1594
+
1595
+ @property
1596
+ @pulumi.getter
1597
+ def result(self) -> str:
1598
+ """
1599
+ The outcome of the hardware validation.
1600
+ """
1601
+ return pulumi.get(self, "result")
1602
+
1603
+
1604
+ @pulumi.output_type
1605
+ class IdentitySelectorResponse(dict):
1606
+ @staticmethod
1607
+ def __key_warning(key: str):
1608
+ suggest = None
1609
+ if key == "identityType":
1610
+ suggest = "identity_type"
1611
+ elif key == "userAssignedIdentityResourceId":
1612
+ suggest = "user_assigned_identity_resource_id"
1613
+
1614
+ if suggest:
1615
+ pulumi.log.warn(f"Key '{key}' not found in IdentitySelectorResponse. Access the value via the '{suggest}' property getter instead.")
1616
+
1617
+ def __getitem__(self, key: str) -> Any:
1618
+ IdentitySelectorResponse.__key_warning(key)
1619
+ return super().__getitem__(key)
1620
+
1621
+ def get(self, key: str, default = None) -> Any:
1622
+ IdentitySelectorResponse.__key_warning(key)
1623
+ return super().get(key, default)
1624
+
1625
+ def __init__(__self__, *,
1626
+ identity_type: Optional[str] = None,
1627
+ user_assigned_identity_resource_id: Optional[str] = None):
1628
+ """
1629
+ :param str identity_type: The type of managed identity that is being selected.
1630
+ :param str user_assigned_identity_resource_id: The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1631
+ """
1632
+ if identity_type is not None:
1633
+ pulumi.set(__self__, "identity_type", identity_type)
1634
+ if user_assigned_identity_resource_id is not None:
1635
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
1636
+
1637
+ @property
1638
+ @pulumi.getter(name="identityType")
1639
+ def identity_type(self) -> Optional[str]:
1640
+ """
1641
+ The type of managed identity that is being selected.
1642
+ """
1643
+ return pulumi.get(self, "identity_type")
1644
+
1645
+ @property
1646
+ @pulumi.getter(name="userAssignedIdentityResourceId")
1647
+ def user_assigned_identity_resource_id(self) -> Optional[str]:
1648
+ """
1649
+ The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1650
+ """
1651
+ return pulumi.get(self, "user_assigned_identity_resource_id")
1652
+
1653
+
1654
+ @pulumi.output_type
1655
+ class ImageRepositoryCredentialsResponse(dict):
1656
+ @staticmethod
1657
+ def __key_warning(key: str):
1658
+ suggest = None
1659
+ if key == "registryUrl":
1660
+ suggest = "registry_url"
1661
+
1662
+ if suggest:
1663
+ pulumi.log.warn(f"Key '{key}' not found in ImageRepositoryCredentialsResponse. Access the value via the '{suggest}' property getter instead.")
1664
+
1665
+ def __getitem__(self, key: str) -> Any:
1666
+ ImageRepositoryCredentialsResponse.__key_warning(key)
1667
+ return super().__getitem__(key)
1668
+
1669
+ def get(self, key: str, default = None) -> Any:
1670
+ ImageRepositoryCredentialsResponse.__key_warning(key)
1671
+ return super().get(key, default)
1672
+
1673
+ def __init__(__self__, *,
1674
+ password: str,
1675
+ registry_url: str,
1676
+ username: str):
1677
+ """
1678
+ :param str password: The password or token used to access an image in the target repository.
1679
+ :param str registry_url: The URL of the authentication server used to validate the repository credentials.
1680
+ :param str username: The username used to access an image in the target repository.
1681
+ """
1682
+ pulumi.set(__self__, "password", password)
1683
+ pulumi.set(__self__, "registry_url", registry_url)
1684
+ pulumi.set(__self__, "username", username)
1685
+
1686
+ @property
1687
+ @pulumi.getter
1688
+ def password(self) -> str:
1689
+ """
1690
+ The password or token used to access an image in the target repository.
1691
+ """
1692
+ return pulumi.get(self, "password")
1693
+
1694
+ @property
1695
+ @pulumi.getter(name="registryUrl")
1696
+ def registry_url(self) -> str:
1697
+ """
1698
+ The URL of the authentication server used to validate the repository credentials.
1699
+ """
1700
+ return pulumi.get(self, "registry_url")
1701
+
1702
+ @property
1703
+ @pulumi.getter
1704
+ def username(self) -> str:
1705
+ """
1706
+ The username used to access an image in the target repository.
1707
+ """
1708
+ return pulumi.get(self, "username")
1709
+
1710
+
1711
+ @pulumi.output_type
1712
+ class InitialAgentPoolConfigurationResponse(dict):
1713
+ @staticmethod
1714
+ def __key_warning(key: str):
1715
+ suggest = None
1716
+ if key == "vmSkuName":
1717
+ suggest = "vm_sku_name"
1718
+ elif key == "administratorConfiguration":
1719
+ suggest = "administrator_configuration"
1720
+ elif key == "agentOptions":
1721
+ suggest = "agent_options"
1722
+ elif key == "attachedNetworkConfiguration":
1723
+ suggest = "attached_network_configuration"
1724
+ elif key == "availabilityZones":
1725
+ suggest = "availability_zones"
1726
+ elif key == "upgradeSettings":
1727
+ suggest = "upgrade_settings"
1728
+
1729
+ if suggest:
1730
+ pulumi.log.warn(f"Key '{key}' not found in InitialAgentPoolConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1731
+
1732
+ def __getitem__(self, key: str) -> Any:
1733
+ InitialAgentPoolConfigurationResponse.__key_warning(key)
1734
+ return super().__getitem__(key)
1735
+
1736
+ def get(self, key: str, default = None) -> Any:
1737
+ InitialAgentPoolConfigurationResponse.__key_warning(key)
1738
+ return super().get(key, default)
1739
+
1740
+ def __init__(__self__, *,
1741
+ count: float,
1742
+ mode: str,
1743
+ name: str,
1744
+ vm_sku_name: str,
1745
+ administrator_configuration: Optional['outputs.AdministratorConfigurationResponse'] = None,
1746
+ agent_options: Optional['outputs.AgentOptionsResponse'] = None,
1747
+ attached_network_configuration: Optional['outputs.AttachedNetworkConfigurationResponse'] = None,
1748
+ availability_zones: Optional[Sequence[str]] = None,
1749
+ labels: Optional[Sequence['outputs.KubernetesLabelResponse']] = None,
1750
+ taints: Optional[Sequence['outputs.KubernetesLabelResponse']] = None,
1751
+ upgrade_settings: Optional['outputs.AgentPoolUpgradeSettingsResponse'] = None):
1752
+ """
1753
+ :param float count: The number of virtual machines that use this configuration.
1754
+ :param str 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.
1755
+ :param str name: The name that will be used for the agent pool resource representing this agent pool.
1756
+ :param str vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
1757
+ :param 'AdministratorConfigurationResponse' administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
1758
+ :param 'AgentOptionsResponse' agent_options: The configurations that will be applied to each agent in this agent pool.
1759
+ :param 'AttachedNetworkConfigurationResponse' attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1760
+ :param Sequence[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.
1761
+ :param Sequence['KubernetesLabelResponse'] labels: The labels applied to the nodes in this agent pool.
1762
+ :param Sequence['KubernetesLabelResponse'] taints: The taints applied to the nodes in this agent pool.
1763
+ :param 'AgentPoolUpgradeSettingsResponse' upgrade_settings: The configuration of the agent pool.
1764
+ """
1765
+ pulumi.set(__self__, "count", count)
1766
+ pulumi.set(__self__, "mode", mode)
1767
+ pulumi.set(__self__, "name", name)
1768
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1769
+ if administrator_configuration is not None:
1770
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1771
+ if agent_options is not None:
1772
+ pulumi.set(__self__, "agent_options", agent_options)
1773
+ if attached_network_configuration is not None:
1774
+ pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
1775
+ if availability_zones is not None:
1776
+ pulumi.set(__self__, "availability_zones", availability_zones)
1777
+ if labels is not None:
1778
+ pulumi.set(__self__, "labels", labels)
1779
+ if taints is not None:
1780
+ pulumi.set(__self__, "taints", taints)
1781
+ if upgrade_settings is not None:
1782
+ pulumi.set(__self__, "upgrade_settings", upgrade_settings)
1783
+
1784
+ @property
1785
+ @pulumi.getter
1786
+ def count(self) -> float:
1787
+ """
1788
+ The number of virtual machines that use this configuration.
1789
+ """
1790
+ return pulumi.get(self, "count")
1791
+
1792
+ @property
1793
+ @pulumi.getter
1794
+ def mode(self) -> str:
1795
+ """
1796
+ 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.
1797
+ """
1798
+ return pulumi.get(self, "mode")
1799
+
1800
+ @property
1801
+ @pulumi.getter
1802
+ def name(self) -> str:
1803
+ """
1804
+ The name that will be used for the agent pool resource representing this agent pool.
1805
+ """
1806
+ return pulumi.get(self, "name")
1807
+
1808
+ @property
1809
+ @pulumi.getter(name="vmSkuName")
1810
+ def vm_sku_name(self) -> str:
1811
+ """
1812
+ The name of the VM SKU that determines the size of resources allocated for node VMs.
1813
+ """
1814
+ return pulumi.get(self, "vm_sku_name")
1815
+
1816
+ @property
1817
+ @pulumi.getter(name="administratorConfiguration")
1818
+ def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
1819
+ """
1820
+ The administrator credentials to be used for the nodes in this agent pool.
1821
+ """
1822
+ return pulumi.get(self, "administrator_configuration")
1823
+
1824
+ @property
1825
+ @pulumi.getter(name="agentOptions")
1826
+ def agent_options(self) -> Optional['outputs.AgentOptionsResponse']:
1827
+ """
1828
+ The configurations that will be applied to each agent in this agent pool.
1829
+ """
1830
+ return pulumi.get(self, "agent_options")
1831
+
1832
+ @property
1833
+ @pulumi.getter(name="attachedNetworkConfiguration")
1834
+ def attached_network_configuration(self) -> Optional['outputs.AttachedNetworkConfigurationResponse']:
1835
+ """
1836
+ The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1837
+ """
1838
+ return pulumi.get(self, "attached_network_configuration")
1839
+
1840
+ @property
1841
+ @pulumi.getter(name="availabilityZones")
1842
+ def availability_zones(self) -> Optional[Sequence[str]]:
1843
+ """
1844
+ 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.
1845
+ """
1846
+ return pulumi.get(self, "availability_zones")
1847
+
1848
+ @property
1849
+ @pulumi.getter
1850
+ def labels(self) -> Optional[Sequence['outputs.KubernetesLabelResponse']]:
1851
+ """
1852
+ The labels applied to the nodes in this agent pool.
1853
+ """
1854
+ return pulumi.get(self, "labels")
1855
+
1856
+ @property
1857
+ @pulumi.getter
1858
+ def taints(self) -> Optional[Sequence['outputs.KubernetesLabelResponse']]:
1859
+ """
1860
+ The taints applied to the nodes in this agent pool.
1861
+ """
1862
+ return pulumi.get(self, "taints")
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="upgradeSettings")
1866
+ def upgrade_settings(self) -> Optional['outputs.AgentPoolUpgradeSettingsResponse']:
1867
+ """
1868
+ The configuration of the agent pool.
1869
+ """
1870
+ return pulumi.get(self, "upgrade_settings")
1871
+
1872
+
1873
+ @pulumi.output_type
1874
+ class IpAddressPoolResponse(dict):
1875
+ @staticmethod
1876
+ def __key_warning(key: str):
1877
+ suggest = None
1878
+ if key == "autoAssign":
1879
+ suggest = "auto_assign"
1880
+ elif key == "onlyUseHostIps":
1881
+ suggest = "only_use_host_ips"
1882
+
1883
+ if suggest:
1884
+ pulumi.log.warn(f"Key '{key}' not found in IpAddressPoolResponse. Access the value via the '{suggest}' property getter instead.")
1885
+
1886
+ def __getitem__(self, key: str) -> Any:
1887
+ IpAddressPoolResponse.__key_warning(key)
1888
+ return super().__getitem__(key)
1889
+
1890
+ def get(self, key: str, default = None) -> Any:
1891
+ IpAddressPoolResponse.__key_warning(key)
1892
+ return super().get(key, default)
1893
+
1894
+ def __init__(__self__, *,
1895
+ addresses: Sequence[str],
1896
+ name: str,
1897
+ auto_assign: Optional[str] = None,
1898
+ only_use_host_ips: Optional[str] = None):
1899
+ """
1900
+ :param Sequence[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.
1901
+ :param str name: The name used to identify this IP address pool for association with a BGP advertisement.
1902
+ :param str auto_assign: The indicator to determine if automatic allocation from the pool should occur.
1903
+ :param str 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.
1904
+ """
1905
+ pulumi.set(__self__, "addresses", addresses)
1906
+ pulumi.set(__self__, "name", name)
1907
+ if auto_assign is None:
1908
+ auto_assign = 'True'
1909
+ if auto_assign is not None:
1910
+ pulumi.set(__self__, "auto_assign", auto_assign)
1911
+ if only_use_host_ips is None:
1912
+ only_use_host_ips = 'True'
1913
+ if only_use_host_ips is not None:
1914
+ pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
1915
+
1916
+ @property
1917
+ @pulumi.getter
1918
+ def addresses(self) -> Sequence[str]:
1919
+ """
1920
+ 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.
1921
+ """
1922
+ return pulumi.get(self, "addresses")
1923
+
1924
+ @property
1925
+ @pulumi.getter
1926
+ def name(self) -> str:
1927
+ """
1928
+ The name used to identify this IP address pool for association with a BGP advertisement.
1929
+ """
1930
+ return pulumi.get(self, "name")
1931
+
1932
+ @property
1933
+ @pulumi.getter(name="autoAssign")
1934
+ def auto_assign(self) -> Optional[str]:
1935
+ """
1936
+ The indicator to determine if automatic allocation from the pool should occur.
1937
+ """
1938
+ return pulumi.get(self, "auto_assign")
1939
+
1940
+ @property
1941
+ @pulumi.getter(name="onlyUseHostIps")
1942
+ def only_use_host_ips(self) -> Optional[str]:
1943
+ """
1944
+ 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.
1945
+ """
1946
+ return pulumi.get(self, "only_use_host_ips")
1947
+
1948
+
1949
+ @pulumi.output_type
1950
+ class KeySetUserResponse(dict):
1951
+ @staticmethod
1952
+ def __key_warning(key: str):
1953
+ suggest = None
1954
+ if key == "azureUserName":
1955
+ suggest = "azure_user_name"
1956
+ elif key == "sshPublicKey":
1957
+ suggest = "ssh_public_key"
1958
+ elif key == "userPrincipalName":
1959
+ suggest = "user_principal_name"
1960
+
1961
+ if suggest:
1962
+ pulumi.log.warn(f"Key '{key}' not found in KeySetUserResponse. Access the value via the '{suggest}' property getter instead.")
1963
+
1964
+ def __getitem__(self, key: str) -> Any:
1965
+ KeySetUserResponse.__key_warning(key)
1966
+ return super().__getitem__(key)
1967
+
1968
+ def get(self, key: str, default = None) -> Any:
1969
+ KeySetUserResponse.__key_warning(key)
1970
+ return super().get(key, default)
1971
+
1972
+ def __init__(__self__, *,
1973
+ azure_user_name: str,
1974
+ ssh_public_key: 'outputs.SshPublicKeyResponse',
1975
+ description: Optional[str] = None,
1976
+ user_principal_name: Optional[str] = None):
1977
+ """
1978
+ :param str azure_user_name: The user name that will be used for access.
1979
+ :param 'SshPublicKeyResponse' 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.
1980
+ :param str description: The free-form description for this user.
1981
+ :param str user_principal_name: The user principal name (email format) used to validate this user's group membership.
1982
+ """
1983
+ pulumi.set(__self__, "azure_user_name", azure_user_name)
1984
+ pulumi.set(__self__, "ssh_public_key", ssh_public_key)
1985
+ if description is not None:
1986
+ pulumi.set(__self__, "description", description)
1987
+ if user_principal_name is not None:
1988
+ pulumi.set(__self__, "user_principal_name", user_principal_name)
1989
+
1990
+ @property
1991
+ @pulumi.getter(name="azureUserName")
1992
+ def azure_user_name(self) -> str:
1993
+ """
1994
+ The user name that will be used for access.
1995
+ """
1996
+ return pulumi.get(self, "azure_user_name")
1997
+
1998
+ @property
1999
+ @pulumi.getter(name="sshPublicKey")
2000
+ def ssh_public_key(self) -> 'outputs.SshPublicKeyResponse':
2001
+ """
2002
+ 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.
2003
+ """
2004
+ return pulumi.get(self, "ssh_public_key")
2005
+
2006
+ @property
2007
+ @pulumi.getter
2008
+ def description(self) -> Optional[str]:
2009
+ """
2010
+ The free-form description for this user.
2011
+ """
2012
+ return pulumi.get(self, "description")
2013
+
2014
+ @property
2015
+ @pulumi.getter(name="userPrincipalName")
2016
+ def user_principal_name(self) -> Optional[str]:
2017
+ """
2018
+ The user principal name (email format) used to validate this user's group membership.
2019
+ """
2020
+ return pulumi.get(self, "user_principal_name")
2021
+
2022
+
2023
+ @pulumi.output_type
2024
+ class KeySetUserStatusResponse(dict):
2025
+ @staticmethod
2026
+ def __key_warning(key: str):
2027
+ suggest = None
2028
+ if key == "azureUserName":
2029
+ suggest = "azure_user_name"
2030
+ elif key == "statusMessage":
2031
+ suggest = "status_message"
2032
+
2033
+ if suggest:
2034
+ pulumi.log.warn(f"Key '{key}' not found in KeySetUserStatusResponse. Access the value via the '{suggest}' property getter instead.")
2035
+
2036
+ def __getitem__(self, key: str) -> Any:
2037
+ KeySetUserStatusResponse.__key_warning(key)
2038
+ return super().__getitem__(key)
2039
+
2040
+ def get(self, key: str, default = None) -> Any:
2041
+ KeySetUserStatusResponse.__key_warning(key)
2042
+ return super().get(key, default)
2043
+
2044
+ def __init__(__self__, *,
2045
+ azure_user_name: str,
2046
+ status: str,
2047
+ status_message: str):
2048
+ """
2049
+ :param str azure_user_name: The user name that will be used for access.
2050
+ :param str status: The indicator of whether the user is currently deployed for access.
2051
+ :param str status_message: The additional information describing the current status of this user, if any available.
2052
+ """
2053
+ pulumi.set(__self__, "azure_user_name", azure_user_name)
2054
+ pulumi.set(__self__, "status", status)
2055
+ pulumi.set(__self__, "status_message", status_message)
2056
+
2057
+ @property
2058
+ @pulumi.getter(name="azureUserName")
2059
+ def azure_user_name(self) -> str:
2060
+ """
2061
+ The user name that will be used for access.
2062
+ """
2063
+ return pulumi.get(self, "azure_user_name")
2064
+
2065
+ @property
2066
+ @pulumi.getter
2067
+ def status(self) -> str:
2068
+ """
2069
+ The indicator of whether the user is currently deployed for access.
2070
+ """
2071
+ return pulumi.get(self, "status")
2072
+
2073
+ @property
2074
+ @pulumi.getter(name="statusMessage")
2075
+ def status_message(self) -> str:
2076
+ """
2077
+ The additional information describing the current status of this user, if any available.
2078
+ """
2079
+ return pulumi.get(self, "status_message")
2080
+
2081
+
2082
+ @pulumi.output_type
2083
+ class KubernetesClusterNodeResponse(dict):
2084
+ @staticmethod
2085
+ def __key_warning(key: str):
2086
+ suggest = None
2087
+ if key == "agentPoolId":
2088
+ suggest = "agent_pool_id"
2089
+ elif key == "availabilityZone":
2090
+ suggest = "availability_zone"
2091
+ elif key == "bareMetalMachineId":
2092
+ suggest = "bare_metal_machine_id"
2093
+ elif key == "cpuCores":
2094
+ suggest = "cpu_cores"
2095
+ elif key == "detailedStatus":
2096
+ suggest = "detailed_status"
2097
+ elif key == "detailedStatusMessage":
2098
+ suggest = "detailed_status_message"
2099
+ elif key == "diskSizeGB":
2100
+ suggest = "disk_size_gb"
2101
+ elif key == "kubernetesVersion":
2102
+ suggest = "kubernetes_version"
2103
+ elif key == "memorySizeGB":
2104
+ suggest = "memory_size_gb"
2105
+ elif key == "networkAttachments":
2106
+ suggest = "network_attachments"
2107
+ elif key == "powerState":
2108
+ suggest = "power_state"
2109
+ elif key == "vmSkuName":
2110
+ suggest = "vm_sku_name"
2111
+
2112
+ if suggest:
2113
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesClusterNodeResponse. Access the value via the '{suggest}' property getter instead.")
2114
+
2115
+ def __getitem__(self, key: str) -> Any:
2116
+ KubernetesClusterNodeResponse.__key_warning(key)
2117
+ return super().__getitem__(key)
2118
+
2119
+ def get(self, key: str, default = None) -> Any:
2120
+ KubernetesClusterNodeResponse.__key_warning(key)
2121
+ return super().get(key, default)
2122
+
2123
+ def __init__(__self__, *,
2124
+ agent_pool_id: str,
2125
+ availability_zone: str,
2126
+ bare_metal_machine_id: str,
2127
+ cpu_cores: float,
2128
+ detailed_status: str,
2129
+ detailed_status_message: str,
2130
+ disk_size_gb: float,
2131
+ image: str,
2132
+ kubernetes_version: str,
2133
+ labels: Sequence['outputs.KubernetesLabelResponse'],
2134
+ memory_size_gb: float,
2135
+ mode: str,
2136
+ name: str,
2137
+ network_attachments: Sequence['outputs.NetworkAttachmentResponse'],
2138
+ power_state: str,
2139
+ role: str,
2140
+ taints: Sequence['outputs.KubernetesLabelResponse'],
2141
+ vm_sku_name: str):
2142
+ """
2143
+ :param str agent_pool_id: The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
2144
+ :param str availability_zone: The availability zone this node is running within.
2145
+ :param str bare_metal_machine_id: The resource ID of the bare metal machine that hosts this node.
2146
+ :param float cpu_cores: The number of CPU cores configured for this node, derived from the VM SKU specified.
2147
+ :param str detailed_status: The detailed state of this node.
2148
+ :param str detailed_status_message: The descriptive message about the current detailed status.
2149
+ :param float disk_size_gb: The size of the disk configured for this node. Allocations are measured in gibibytes.
2150
+ :param str image: The machine image used to deploy this node.
2151
+ :param str kubernetes_version: The currently running version of Kubernetes and bundled features running on this node.
2152
+ :param Sequence['KubernetesLabelResponse'] labels: The list of labels on this node that have been assigned to the agent pool containing this node.
2153
+ :param float memory_size_gb: The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.
2154
+ :param str mode: The mode of the agent pool containing this node. Not applicable for control plane nodes.
2155
+ :param str name: The name of this node, as realized in the Kubernetes cluster.
2156
+ :param Sequence['NetworkAttachmentResponse'] network_attachments: The NetworkAttachments made to this node.
2157
+ :param str power_state: The power state of this node.
2158
+ :param str role: The role of this node in the cluster.
2159
+ :param Sequence['KubernetesLabelResponse'] taints: The list of taints that have been assigned to the agent pool containing this node.
2160
+ :param str vm_sku_name: The VM SKU name that was used to create this cluster node.
2161
+ """
2162
+ pulumi.set(__self__, "agent_pool_id", agent_pool_id)
2163
+ pulumi.set(__self__, "availability_zone", availability_zone)
2164
+ pulumi.set(__self__, "bare_metal_machine_id", bare_metal_machine_id)
2165
+ pulumi.set(__self__, "cpu_cores", cpu_cores)
2166
+ pulumi.set(__self__, "detailed_status", detailed_status)
2167
+ pulumi.set(__self__, "detailed_status_message", detailed_status_message)
2168
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
2169
+ pulumi.set(__self__, "image", image)
2170
+ pulumi.set(__self__, "kubernetes_version", kubernetes_version)
2171
+ pulumi.set(__self__, "labels", labels)
2172
+ pulumi.set(__self__, "memory_size_gb", memory_size_gb)
2173
+ pulumi.set(__self__, "mode", mode)
2174
+ pulumi.set(__self__, "name", name)
2175
+ pulumi.set(__self__, "network_attachments", network_attachments)
2176
+ pulumi.set(__self__, "power_state", power_state)
2177
+ pulumi.set(__self__, "role", role)
2178
+ pulumi.set(__self__, "taints", taints)
2179
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
2180
+
2181
+ @property
2182
+ @pulumi.getter(name="agentPoolId")
2183
+ def agent_pool_id(self) -> str:
2184
+ """
2185
+ The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
2186
+ """
2187
+ return pulumi.get(self, "agent_pool_id")
2188
+
2189
+ @property
2190
+ @pulumi.getter(name="availabilityZone")
2191
+ def availability_zone(self) -> str:
2192
+ """
2193
+ The availability zone this node is running within.
2194
+ """
2195
+ return pulumi.get(self, "availability_zone")
2196
+
2197
+ @property
2198
+ @pulumi.getter(name="bareMetalMachineId")
2199
+ def bare_metal_machine_id(self) -> str:
2200
+ """
2201
+ The resource ID of the bare metal machine that hosts this node.
2202
+ """
2203
+ return pulumi.get(self, "bare_metal_machine_id")
2204
+
2205
+ @property
2206
+ @pulumi.getter(name="cpuCores")
2207
+ def cpu_cores(self) -> float:
2208
+ """
2209
+ The number of CPU cores configured for this node, derived from the VM SKU specified.
2210
+ """
2211
+ return pulumi.get(self, "cpu_cores")
2212
+
2213
+ @property
2214
+ @pulumi.getter(name="detailedStatus")
2215
+ def detailed_status(self) -> str:
2216
+ """
2217
+ The detailed state of this node.
2218
+ """
2219
+ return pulumi.get(self, "detailed_status")
2220
+
2221
+ @property
2222
+ @pulumi.getter(name="detailedStatusMessage")
2223
+ def detailed_status_message(self) -> str:
2224
+ """
2225
+ The descriptive message about the current detailed status.
2226
+ """
2227
+ return pulumi.get(self, "detailed_status_message")
2228
+
2229
+ @property
2230
+ @pulumi.getter(name="diskSizeGB")
2231
+ def disk_size_gb(self) -> float:
2232
+ """
2233
+ The size of the disk configured for this node. Allocations are measured in gibibytes.
2234
+ """
2235
+ return pulumi.get(self, "disk_size_gb")
2236
+
2237
+ @property
2238
+ @pulumi.getter
2239
+ def image(self) -> str:
2240
+ """
2241
+ The machine image used to deploy this node.
2242
+ """
2243
+ return pulumi.get(self, "image")
2244
+
2245
+ @property
2246
+ @pulumi.getter(name="kubernetesVersion")
2247
+ def kubernetes_version(self) -> str:
2248
+ """
2249
+ The currently running version of Kubernetes and bundled features running on this node.
2250
+ """
2251
+ return pulumi.get(self, "kubernetes_version")
2252
+
2253
+ @property
2254
+ @pulumi.getter
2255
+ def labels(self) -> Sequence['outputs.KubernetesLabelResponse']:
2256
+ """
2257
+ The list of labels on this node that have been assigned to the agent pool containing this node.
2258
+ """
2259
+ return pulumi.get(self, "labels")
2260
+
2261
+ @property
2262
+ @pulumi.getter(name="memorySizeGB")
2263
+ def memory_size_gb(self) -> float:
2264
+ """
2265
+ The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.
2266
+ """
2267
+ return pulumi.get(self, "memory_size_gb")
2268
+
2269
+ @property
2270
+ @pulumi.getter
2271
+ def mode(self) -> str:
2272
+ """
2273
+ The mode of the agent pool containing this node. Not applicable for control plane nodes.
2274
+ """
2275
+ return pulumi.get(self, "mode")
2276
+
2277
+ @property
2278
+ @pulumi.getter
2279
+ def name(self) -> str:
2280
+ """
2281
+ The name of this node, as realized in the Kubernetes cluster.
2282
+ """
2283
+ return pulumi.get(self, "name")
2284
+
2285
+ @property
2286
+ @pulumi.getter(name="networkAttachments")
2287
+ def network_attachments(self) -> Sequence['outputs.NetworkAttachmentResponse']:
2288
+ """
2289
+ The NetworkAttachments made to this node.
2290
+ """
2291
+ return pulumi.get(self, "network_attachments")
2292
+
2293
+ @property
2294
+ @pulumi.getter(name="powerState")
2295
+ def power_state(self) -> str:
2296
+ """
2297
+ The power state of this node.
2298
+ """
2299
+ return pulumi.get(self, "power_state")
2300
+
2301
+ @property
2302
+ @pulumi.getter
2303
+ def role(self) -> str:
2304
+ """
2305
+ The role of this node in the cluster.
2306
+ """
2307
+ return pulumi.get(self, "role")
2308
+
2309
+ @property
2310
+ @pulumi.getter
2311
+ def taints(self) -> Sequence['outputs.KubernetesLabelResponse']:
2312
+ """
2313
+ The list of taints that have been assigned to the agent pool containing this node.
2314
+ """
2315
+ return pulumi.get(self, "taints")
2316
+
2317
+ @property
2318
+ @pulumi.getter(name="vmSkuName")
2319
+ def vm_sku_name(self) -> str:
2320
+ """
2321
+ The VM SKU name that was used to create this cluster node.
2322
+ """
2323
+ return pulumi.get(self, "vm_sku_name")
2324
+
2325
+
2326
+ @pulumi.output_type
2327
+ class KubernetesLabelResponse(dict):
2328
+ def __init__(__self__, *,
2329
+ key: str,
2330
+ value: str):
2331
+ """
2332
+ :param str key: The name of the label or taint.
2333
+ :param str value: The value of the label or taint.
2334
+ """
2335
+ pulumi.set(__self__, "key", key)
2336
+ pulumi.set(__self__, "value", value)
2337
+
2338
+ @property
2339
+ @pulumi.getter
2340
+ def key(self) -> str:
2341
+ """
2342
+ The name of the label or taint.
2343
+ """
2344
+ return pulumi.get(self, "key")
2345
+
2346
+ @property
2347
+ @pulumi.getter
2348
+ def value(self) -> str:
2349
+ """
2350
+ The value of the label or taint.
2351
+ """
2352
+ return pulumi.get(self, "value")
2353
+
2354
+
2355
+ @pulumi.output_type
2356
+ class L2NetworkAttachmentConfigurationResponse(dict):
2357
+ @staticmethod
2358
+ def __key_warning(key: str):
2359
+ suggest = None
2360
+ if key == "networkId":
2361
+ suggest = "network_id"
2362
+ elif key == "pluginType":
2363
+ suggest = "plugin_type"
2364
+
2365
+ if suggest:
2366
+ pulumi.log.warn(f"Key '{key}' not found in L2NetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2367
+
2368
+ def __getitem__(self, key: str) -> Any:
2369
+ L2NetworkAttachmentConfigurationResponse.__key_warning(key)
2370
+ return super().__getitem__(key)
2371
+
2372
+ def get(self, key: str, default = None) -> Any:
2373
+ L2NetworkAttachmentConfigurationResponse.__key_warning(key)
2374
+ return super().get(key, default)
2375
+
2376
+ def __init__(__self__, *,
2377
+ network_id: str,
2378
+ plugin_type: Optional[str] = None):
2379
+ """
2380
+ :param str network_id: The resource ID of the network that is being configured for attachment.
2381
+ :param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
2382
+ """
2383
+ pulumi.set(__self__, "network_id", network_id)
2384
+ if plugin_type is None:
2385
+ plugin_type = 'SRIOV'
2386
+ if plugin_type is not None:
2387
+ pulumi.set(__self__, "plugin_type", plugin_type)
2388
+
2389
+ @property
2390
+ @pulumi.getter(name="networkId")
2391
+ def network_id(self) -> str:
2392
+ """
2393
+ The resource ID of the network that is being configured for attachment.
2394
+ """
2395
+ return pulumi.get(self, "network_id")
2396
+
2397
+ @property
2398
+ @pulumi.getter(name="pluginType")
2399
+ def plugin_type(self) -> Optional[str]:
2400
+ """
2401
+ The indicator of how this network will be utilized by the Kubernetes cluster.
2402
+ """
2403
+ return pulumi.get(self, "plugin_type")
2404
+
2405
+
2406
+ @pulumi.output_type
2407
+ class L2ServiceLoadBalancerConfigurationResponse(dict):
2408
+ @staticmethod
2409
+ def __key_warning(key: str):
2410
+ suggest = None
2411
+ if key == "ipAddressPools":
2412
+ suggest = "ip_address_pools"
2413
+
2414
+ if suggest:
2415
+ pulumi.log.warn(f"Key '{key}' not found in L2ServiceLoadBalancerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2416
+
2417
+ def __getitem__(self, key: str) -> Any:
2418
+ L2ServiceLoadBalancerConfigurationResponse.__key_warning(key)
2419
+ return super().__getitem__(key)
2420
+
2421
+ def get(self, key: str, default = None) -> Any:
2422
+ L2ServiceLoadBalancerConfigurationResponse.__key_warning(key)
2423
+ return super().get(key, default)
2424
+
2425
+ def __init__(__self__, *,
2426
+ ip_address_pools: Optional[Sequence['outputs.IpAddressPoolResponse']] = None):
2427
+ """
2428
+ :param Sequence['IpAddressPoolResponse'] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
2429
+ """
2430
+ if ip_address_pools is not None:
2431
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
2432
+
2433
+ @property
2434
+ @pulumi.getter(name="ipAddressPools")
2435
+ def ip_address_pools(self) -> Optional[Sequence['outputs.IpAddressPoolResponse']]:
2436
+ """
2437
+ The list of pools of IP addresses that can be allocated to load balancer services.
2438
+ """
2439
+ return pulumi.get(self, "ip_address_pools")
2440
+
2441
+
2442
+ @pulumi.output_type
2443
+ class L3NetworkAttachmentConfigurationResponse(dict):
2444
+ @staticmethod
2445
+ def __key_warning(key: str):
2446
+ suggest = None
2447
+ if key == "networkId":
2448
+ suggest = "network_id"
2449
+ elif key == "ipamEnabled":
2450
+ suggest = "ipam_enabled"
2451
+ elif key == "pluginType":
2452
+ suggest = "plugin_type"
2453
+
2454
+ if suggest:
2455
+ pulumi.log.warn(f"Key '{key}' not found in L3NetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2456
+
2457
+ def __getitem__(self, key: str) -> Any:
2458
+ L3NetworkAttachmentConfigurationResponse.__key_warning(key)
2459
+ return super().__getitem__(key)
2460
+
2461
+ def get(self, key: str, default = None) -> Any:
2462
+ L3NetworkAttachmentConfigurationResponse.__key_warning(key)
2463
+ return super().get(key, default)
2464
+
2465
+ def __init__(__self__, *,
2466
+ network_id: str,
2467
+ ipam_enabled: Optional[str] = None,
2468
+ plugin_type: Optional[str] = None):
2469
+ """
2470
+ :param str network_id: The resource ID of the network that is being configured for attachment.
2471
+ :param str ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
2472
+ :param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
2473
+ """
2474
+ pulumi.set(__self__, "network_id", network_id)
2475
+ if ipam_enabled is None:
2476
+ ipam_enabled = 'False'
2477
+ if ipam_enabled is not None:
2478
+ pulumi.set(__self__, "ipam_enabled", ipam_enabled)
2479
+ if plugin_type is None:
2480
+ plugin_type = 'SRIOV'
2481
+ if plugin_type is not None:
2482
+ pulumi.set(__self__, "plugin_type", plugin_type)
2483
+
2484
+ @property
2485
+ @pulumi.getter(name="networkId")
2486
+ def network_id(self) -> str:
2487
+ """
2488
+ The resource ID of the network that is being configured for attachment.
2489
+ """
2490
+ return pulumi.get(self, "network_id")
2491
+
2492
+ @property
2493
+ @pulumi.getter(name="ipamEnabled")
2494
+ def ipam_enabled(self) -> Optional[str]:
2495
+ """
2496
+ The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
2497
+ """
2498
+ return pulumi.get(self, "ipam_enabled")
2499
+
2500
+ @property
2501
+ @pulumi.getter(name="pluginType")
2502
+ def plugin_type(self) -> Optional[str]:
2503
+ """
2504
+ The indicator of how this network will be utilized by the Kubernetes cluster.
2505
+ """
2506
+ return pulumi.get(self, "plugin_type")
2507
+
2508
+
2509
+ @pulumi.output_type
2510
+ class LldpNeighborResponse(dict):
2511
+ @staticmethod
2512
+ def __key_warning(key: str):
2513
+ suggest = None
2514
+ if key == "portDescription":
2515
+ suggest = "port_description"
2516
+ elif key == "portName":
2517
+ suggest = "port_name"
2518
+ elif key == "systemDescription":
2519
+ suggest = "system_description"
2520
+ elif key == "systemName":
2521
+ suggest = "system_name"
2522
+
2523
+ if suggest:
2524
+ pulumi.log.warn(f"Key '{key}' not found in LldpNeighborResponse. Access the value via the '{suggest}' property getter instead.")
2525
+
2526
+ def __getitem__(self, key: str) -> Any:
2527
+ LldpNeighborResponse.__key_warning(key)
2528
+ return super().__getitem__(key)
2529
+
2530
+ def get(self, key: str, default = None) -> Any:
2531
+ LldpNeighborResponse.__key_warning(key)
2532
+ return super().get(key, default)
2533
+
2534
+ def __init__(__self__, *,
2535
+ port_description: str,
2536
+ port_name: str,
2537
+ system_description: str,
2538
+ system_name: str):
2539
+ """
2540
+ :param str port_description: The descriptive information about the port on the connected device.
2541
+ :param str port_name: The system-assigned name of the port on the connected device.
2542
+ :param str system_description: The descriptive information about the connected device.
2543
+ :param str system_name: The system-assigned name of the connected device.
2544
+ """
2545
+ pulumi.set(__self__, "port_description", port_description)
2546
+ pulumi.set(__self__, "port_name", port_name)
2547
+ pulumi.set(__self__, "system_description", system_description)
2548
+ pulumi.set(__self__, "system_name", system_name)
2549
+
2550
+ @property
2551
+ @pulumi.getter(name="portDescription")
2552
+ def port_description(self) -> str:
2553
+ """
2554
+ The descriptive information about the port on the connected device.
2555
+ """
2556
+ return pulumi.get(self, "port_description")
2557
+
2558
+ @property
2559
+ @pulumi.getter(name="portName")
2560
+ def port_name(self) -> str:
2561
+ """
2562
+ The system-assigned name of the port on the connected device.
2563
+ """
2564
+ return pulumi.get(self, "port_name")
2565
+
2566
+ @property
2567
+ @pulumi.getter(name="systemDescription")
2568
+ def system_description(self) -> str:
2569
+ """
2570
+ The descriptive information about the connected device.
2571
+ """
2572
+ return pulumi.get(self, "system_description")
2573
+
2574
+ @property
2575
+ @pulumi.getter(name="systemName")
2576
+ def system_name(self) -> str:
2577
+ """
2578
+ The system-assigned name of the connected device.
2579
+ """
2580
+ return pulumi.get(self, "system_name")
2581
+
2582
+
2583
+ @pulumi.output_type
2584
+ class ManagedResourceGroupConfigurationResponse(dict):
2585
+ def __init__(__self__, *,
2586
+ location: Optional[str] = None,
2587
+ name: Optional[str] = None):
2588
+ """
2589
+ :param str location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2590
+ :param str name: The name for the managed resource group. If not specified, the unique name is automatically generated.
2591
+ """
2592
+ if location is not None:
2593
+ pulumi.set(__self__, "location", location)
2594
+ if name is not None:
2595
+ pulumi.set(__self__, "name", name)
2596
+
2597
+ @property
2598
+ @pulumi.getter
2599
+ def location(self) -> Optional[str]:
2600
+ """
2601
+ The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2602
+ """
2603
+ return pulumi.get(self, "location")
2604
+
2605
+ @property
2606
+ @pulumi.getter
2607
+ def name(self) -> Optional[str]:
2608
+ """
2609
+ The name for the managed resource group. If not specified, the unique name is automatically generated.
2610
+ """
2611
+ return pulumi.get(self, "name")
2612
+
2613
+
2614
+ @pulumi.output_type
2615
+ class ManagedServiceIdentityResponse(dict):
2616
+ """
2617
+ Managed service identity (system assigned and/or user assigned identities)
2618
+ """
2619
+ @staticmethod
2620
+ def __key_warning(key: str):
2621
+ suggest = None
2622
+ if key == "principalId":
2623
+ suggest = "principal_id"
2624
+ elif key == "tenantId":
2625
+ suggest = "tenant_id"
2626
+ elif key == "userAssignedIdentities":
2627
+ suggest = "user_assigned_identities"
2628
+
2629
+ if suggest:
2630
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2631
+
2632
+ def __getitem__(self, key: str) -> Any:
2633
+ ManagedServiceIdentityResponse.__key_warning(key)
2634
+ return super().__getitem__(key)
2635
+
2636
+ def get(self, key: str, default = None) -> Any:
2637
+ ManagedServiceIdentityResponse.__key_warning(key)
2638
+ return super().get(key, default)
2639
+
2640
+ def __init__(__self__, *,
2641
+ principal_id: str,
2642
+ tenant_id: str,
2643
+ type: str,
2644
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
2645
+ """
2646
+ Managed service identity (system assigned and/or user assigned identities)
2647
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
2648
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
2649
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2650
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
2651
+ """
2652
+ pulumi.set(__self__, "principal_id", principal_id)
2653
+ pulumi.set(__self__, "tenant_id", tenant_id)
2654
+ pulumi.set(__self__, "type", type)
2655
+ if user_assigned_identities is not None:
2656
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
2657
+
2658
+ @property
2659
+ @pulumi.getter(name="principalId")
2660
+ def principal_id(self) -> str:
2661
+ """
2662
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
2663
+ """
2664
+ return pulumi.get(self, "principal_id")
2665
+
2666
+ @property
2667
+ @pulumi.getter(name="tenantId")
2668
+ def tenant_id(self) -> str:
2669
+ """
2670
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
2671
+ """
2672
+ return pulumi.get(self, "tenant_id")
2673
+
2674
+ @property
2675
+ @pulumi.getter
2676
+ def type(self) -> str:
2677
+ """
2678
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2679
+ """
2680
+ return pulumi.get(self, "type")
2681
+
2682
+ @property
2683
+ @pulumi.getter(name="userAssignedIdentities")
2684
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
2685
+ """
2686
+ 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.
2687
+ """
2688
+ return pulumi.get(self, "user_assigned_identities")
2689
+
2690
+
2691
+ @pulumi.output_type
2692
+ class NetworkAttachmentResponse(dict):
2693
+ @staticmethod
2694
+ def __key_warning(key: str):
2695
+ suggest = None
2696
+ if key == "attachedNetworkId":
2697
+ suggest = "attached_network_id"
2698
+ elif key == "ipAllocationMethod":
2699
+ suggest = "ip_allocation_method"
2700
+ elif key == "macAddress":
2701
+ suggest = "mac_address"
2702
+ elif key == "defaultGateway":
2703
+ suggest = "default_gateway"
2704
+ elif key == "ipv4Address":
2705
+ suggest = "ipv4_address"
2706
+ elif key == "ipv6Address":
2707
+ suggest = "ipv6_address"
2708
+ elif key == "networkAttachmentName":
2709
+ suggest = "network_attachment_name"
2710
+
2711
+ if suggest:
2712
+ pulumi.log.warn(f"Key '{key}' not found in NetworkAttachmentResponse. Access the value via the '{suggest}' property getter instead.")
2713
+
2714
+ def __getitem__(self, key: str) -> Any:
2715
+ NetworkAttachmentResponse.__key_warning(key)
2716
+ return super().__getitem__(key)
2717
+
2718
+ def get(self, key: str, default = None) -> Any:
2719
+ NetworkAttachmentResponse.__key_warning(key)
2720
+ return super().get(key, default)
2721
+
2722
+ def __init__(__self__, *,
2723
+ attached_network_id: str,
2724
+ ip_allocation_method: str,
2725
+ mac_address: str,
2726
+ default_gateway: Optional[str] = None,
2727
+ ipv4_address: Optional[str] = None,
2728
+ ipv6_address: Optional[str] = None,
2729
+ network_attachment_name: Optional[str] = None):
2730
+ """
2731
+ :param str attached_network_id: The resource ID of the associated network attached to the virtual machine.
2732
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2733
+ :param str ip_allocation_method: The IP allocation mechanism for the virtual machine.
2734
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2735
+ Otherwise, Disabled is the only permitted value.
2736
+ :param str mac_address: The MAC address of the interface for the virtual machine that corresponds to this network attachment.
2737
+ :param str default_gateway: The indicator of whether this is the default gateway.
2738
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2739
+ :param str ipv4_address: The IPv4 address of the virtual machine.
2740
+
2741
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2742
+
2743
+ If IPAllocationMethod is:
2744
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2745
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2746
+ Disabled - this field will be empty.
2747
+ :param str ipv6_address: The IPv6 address of the virtual machine.
2748
+
2749
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2750
+
2751
+ If IPAllocationMethod is:
2752
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2753
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2754
+ Disabled - this field will be empty.
2755
+ :param str network_attachment_name: The associated network's interface name.
2756
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2757
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2758
+ For a CloudServicesNetwork resource, this name will be ignored.
2759
+ """
2760
+ pulumi.set(__self__, "attached_network_id", attached_network_id)
2761
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2762
+ pulumi.set(__self__, "mac_address", mac_address)
2763
+ if default_gateway is not None:
2764
+ pulumi.set(__self__, "default_gateway", default_gateway)
2765
+ if ipv4_address is not None:
2766
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
2767
+ if ipv6_address is not None:
2768
+ pulumi.set(__self__, "ipv6_address", ipv6_address)
2769
+ if network_attachment_name is not None:
2770
+ pulumi.set(__self__, "network_attachment_name", network_attachment_name)
2771
+
2772
+ @property
2773
+ @pulumi.getter(name="attachedNetworkId")
2774
+ def attached_network_id(self) -> str:
2775
+ """
2776
+ The resource ID of the associated network attached to the virtual machine.
2777
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2778
+ """
2779
+ return pulumi.get(self, "attached_network_id")
2780
+
2781
+ @property
2782
+ @pulumi.getter(name="ipAllocationMethod")
2783
+ def ip_allocation_method(self) -> str:
2784
+ """
2785
+ The IP allocation mechanism for the virtual machine.
2786
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2787
+ Otherwise, Disabled is the only permitted value.
2788
+ """
2789
+ return pulumi.get(self, "ip_allocation_method")
2790
+
2791
+ @property
2792
+ @pulumi.getter(name="macAddress")
2793
+ def mac_address(self) -> str:
2794
+ """
2795
+ The MAC address of the interface for the virtual machine that corresponds to this network attachment.
2796
+ """
2797
+ return pulumi.get(self, "mac_address")
2798
+
2799
+ @property
2800
+ @pulumi.getter(name="defaultGateway")
2801
+ def default_gateway(self) -> Optional[str]:
2802
+ """
2803
+ The indicator of whether this is the default gateway.
2804
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2805
+ """
2806
+ return pulumi.get(self, "default_gateway")
2807
+
2808
+ @property
2809
+ @pulumi.getter(name="ipv4Address")
2810
+ def ipv4_address(self) -> Optional[str]:
2811
+ """
2812
+ The IPv4 address of the virtual machine.
2813
+
2814
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2815
+
2816
+ If IPAllocationMethod is:
2817
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2818
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2819
+ Disabled - this field will be empty.
2820
+ """
2821
+ return pulumi.get(self, "ipv4_address")
2822
+
2823
+ @property
2824
+ @pulumi.getter(name="ipv6Address")
2825
+ def ipv6_address(self) -> Optional[str]:
2826
+ """
2827
+ The IPv6 address of the virtual machine.
2828
+
2829
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2830
+
2831
+ If IPAllocationMethod is:
2832
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2833
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2834
+ Disabled - this field will be empty.
2835
+ """
2836
+ return pulumi.get(self, "ipv6_address")
2837
+
2838
+ @property
2839
+ @pulumi.getter(name="networkAttachmentName")
2840
+ def network_attachment_name(self) -> Optional[str]:
2841
+ """
2842
+ The associated network's interface name.
2843
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2844
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2845
+ For a CloudServicesNetwork resource, this name will be ignored.
2846
+ """
2847
+ return pulumi.get(self, "network_attachment_name")
2848
+
2849
+
2850
+ @pulumi.output_type
2851
+ class NetworkConfigurationResponse(dict):
2852
+ @staticmethod
2853
+ def __key_warning(key: str):
2854
+ suggest = None
2855
+ if key == "cloudServicesNetworkId":
2856
+ suggest = "cloud_services_network_id"
2857
+ elif key == "cniNetworkId":
2858
+ suggest = "cni_network_id"
2859
+ elif key == "attachedNetworkConfiguration":
2860
+ suggest = "attached_network_configuration"
2861
+ elif key == "bgpServiceLoadBalancerConfiguration":
2862
+ suggest = "bgp_service_load_balancer_configuration"
2863
+ elif key == "dnsServiceIp":
2864
+ suggest = "dns_service_ip"
2865
+ elif key == "l2ServiceLoadBalancerConfiguration":
2866
+ suggest = "l2_service_load_balancer_configuration"
2867
+ elif key == "podCidrs":
2868
+ suggest = "pod_cidrs"
2869
+ elif key == "serviceCidrs":
2870
+ suggest = "service_cidrs"
2871
+
2872
+ if suggest:
2873
+ pulumi.log.warn(f"Key '{key}' not found in NetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2874
+
2875
+ def __getitem__(self, key: str) -> Any:
2876
+ NetworkConfigurationResponse.__key_warning(key)
2877
+ return super().__getitem__(key)
2878
+
2879
+ def get(self, key: str, default = None) -> Any:
2880
+ NetworkConfigurationResponse.__key_warning(key)
2881
+ return super().get(key, default)
2882
+
2883
+ def __init__(__self__, *,
2884
+ cloud_services_network_id: str,
2885
+ cni_network_id: str,
2886
+ attached_network_configuration: Optional['outputs.AttachedNetworkConfigurationResponse'] = None,
2887
+ bgp_service_load_balancer_configuration: Optional['outputs.BgpServiceLoadBalancerConfigurationResponse'] = None,
2888
+ dns_service_ip: Optional[str] = None,
2889
+ l2_service_load_balancer_configuration: Optional['outputs.L2ServiceLoadBalancerConfigurationResponse'] = None,
2890
+ pod_cidrs: Optional[Sequence[str]] = None,
2891
+ service_cidrs: Optional[Sequence[str]] = None):
2892
+ """
2893
+ :param str cloud_services_network_id: The resource ID of the associated Cloud Services network.
2894
+ :param str cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2895
+ :param 'AttachedNetworkConfigurationResponse' attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2896
+ :param 'BgpServiceLoadBalancerConfigurationResponse' 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.
2897
+ :param 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.
2898
+ :param 'L2ServiceLoadBalancerConfigurationResponse' 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.
2899
+ :param Sequence[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.
2900
+ :param Sequence[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.
2901
+ """
2902
+ pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
2903
+ pulumi.set(__self__, "cni_network_id", cni_network_id)
2904
+ if attached_network_configuration is not None:
2905
+ pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
2906
+ if bgp_service_load_balancer_configuration is not None:
2907
+ pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
2908
+ if dns_service_ip is not None:
2909
+ pulumi.set(__self__, "dns_service_ip", dns_service_ip)
2910
+ if l2_service_load_balancer_configuration is not None:
2911
+ pulumi.set(__self__, "l2_service_load_balancer_configuration", l2_service_load_balancer_configuration)
2912
+ if pod_cidrs is not None:
2913
+ pulumi.set(__self__, "pod_cidrs", pod_cidrs)
2914
+ if service_cidrs is not None:
2915
+ pulumi.set(__self__, "service_cidrs", service_cidrs)
2916
+
2917
+ @property
2918
+ @pulumi.getter(name="cloudServicesNetworkId")
2919
+ def cloud_services_network_id(self) -> str:
2920
+ """
2921
+ The resource ID of the associated Cloud Services network.
2922
+ """
2923
+ return pulumi.get(self, "cloud_services_network_id")
2924
+
2925
+ @property
2926
+ @pulumi.getter(name="cniNetworkId")
2927
+ def cni_network_id(self) -> str:
2928
+ """
2929
+ The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2930
+ """
2931
+ return pulumi.get(self, "cni_network_id")
2932
+
2933
+ @property
2934
+ @pulumi.getter(name="attachedNetworkConfiguration")
2935
+ def attached_network_configuration(self) -> Optional['outputs.AttachedNetworkConfigurationResponse']:
2936
+ """
2937
+ The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2938
+ """
2939
+ return pulumi.get(self, "attached_network_configuration")
2940
+
2941
+ @property
2942
+ @pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
2943
+ def bgp_service_load_balancer_configuration(self) -> Optional['outputs.BgpServiceLoadBalancerConfigurationResponse']:
2944
+ """
2945
+ 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.
2946
+ """
2947
+ return pulumi.get(self, "bgp_service_load_balancer_configuration")
2948
+
2949
+ @property
2950
+ @pulumi.getter(name="dnsServiceIp")
2951
+ def dns_service_ip(self) -> Optional[str]:
2952
+ """
2953
+ The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2954
+ """
2955
+ return pulumi.get(self, "dns_service_ip")
2956
+
2957
+ @property
2958
+ @pulumi.getter(name="l2ServiceLoadBalancerConfiguration")
2959
+ def l2_service_load_balancer_configuration(self) -> Optional['outputs.L2ServiceLoadBalancerConfigurationResponse']:
2960
+ """
2961
+ 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.
2962
+ """
2963
+ return pulumi.get(self, "l2_service_load_balancer_configuration")
2964
+
2965
+ @property
2966
+ @pulumi.getter(name="podCidrs")
2967
+ def pod_cidrs(self) -> Optional[Sequence[str]]:
2968
+ """
2969
+ 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.
2970
+ """
2971
+ return pulumi.get(self, "pod_cidrs")
2972
+
2973
+ @property
2974
+ @pulumi.getter(name="serviceCidrs")
2975
+ def service_cidrs(self) -> Optional[Sequence[str]]:
2976
+ """
2977
+ 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.
2978
+ """
2979
+ return pulumi.get(self, "service_cidrs")
2980
+
2981
+
2982
+ @pulumi.output_type
2983
+ class NicResponse(dict):
2984
+ @staticmethod
2985
+ def __key_warning(key: str):
2986
+ suggest = None
2987
+ if key == "lldpNeighbor":
2988
+ suggest = "lldp_neighbor"
2989
+ elif key == "macAddress":
2990
+ suggest = "mac_address"
2991
+
2992
+ if suggest:
2993
+ pulumi.log.warn(f"Key '{key}' not found in NicResponse. Access the value via the '{suggest}' property getter instead.")
2994
+
2995
+ def __getitem__(self, key: str) -> Any:
2996
+ NicResponse.__key_warning(key)
2997
+ return super().__getitem__(key)
2998
+
2999
+ def get(self, key: str, default = None) -> Any:
3000
+ NicResponse.__key_warning(key)
3001
+ return super().get(key, default)
3002
+
3003
+ def __init__(__self__, *,
3004
+ lldp_neighbor: 'outputs.LldpNeighborResponse',
3005
+ mac_address: str,
3006
+ name: str):
3007
+ """
3008
+ :param 'LldpNeighborResponse' lldp_neighbor: The information about the device connected to this NIC.
3009
+ :param str mac_address: The MAC address associated with this NIC.
3010
+ :param str name: The name of the NIC/interface.
3011
+ """
3012
+ pulumi.set(__self__, "lldp_neighbor", lldp_neighbor)
3013
+ pulumi.set(__self__, "mac_address", mac_address)
3014
+ pulumi.set(__self__, "name", name)
3015
+
3016
+ @property
3017
+ @pulumi.getter(name="lldpNeighbor")
3018
+ def lldp_neighbor(self) -> 'outputs.LldpNeighborResponse':
3019
+ """
3020
+ The information about the device connected to this NIC.
3021
+ """
3022
+ return pulumi.get(self, "lldp_neighbor")
3023
+
3024
+ @property
3025
+ @pulumi.getter(name="macAddress")
3026
+ def mac_address(self) -> str:
3027
+ """
3028
+ The MAC address associated with this NIC.
3029
+ """
3030
+ return pulumi.get(self, "mac_address")
3031
+
3032
+ @property
3033
+ @pulumi.getter
3034
+ def name(self) -> str:
3035
+ """
3036
+ The name of the NIC/interface.
3037
+ """
3038
+ return pulumi.get(self, "name")
3039
+
3040
+
3041
+ @pulumi.output_type
3042
+ class OsDiskResponse(dict):
3043
+ @staticmethod
3044
+ def __key_warning(key: str):
3045
+ suggest = None
3046
+ if key == "diskSizeGB":
3047
+ suggest = "disk_size_gb"
3048
+ elif key == "createOption":
3049
+ suggest = "create_option"
3050
+ elif key == "deleteOption":
3051
+ suggest = "delete_option"
3052
+
3053
+ if suggest:
3054
+ pulumi.log.warn(f"Key '{key}' not found in OsDiskResponse. Access the value via the '{suggest}' property getter instead.")
3055
+
3056
+ def __getitem__(self, key: str) -> Any:
3057
+ OsDiskResponse.__key_warning(key)
3058
+ return super().__getitem__(key)
3059
+
3060
+ def get(self, key: str, default = None) -> Any:
3061
+ OsDiskResponse.__key_warning(key)
3062
+ return super().get(key, default)
3063
+
3064
+ def __init__(__self__, *,
3065
+ disk_size_gb: float,
3066
+ create_option: Optional[str] = None,
3067
+ delete_option: Optional[str] = None):
3068
+ """
3069
+ :param float disk_size_gb: The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
3070
+ :param str create_option: The strategy for creating the OS disk.
3071
+ :param str delete_option: The strategy for deleting the OS disk.
3072
+ """
3073
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
3074
+ if create_option is None:
3075
+ create_option = 'Ephemeral'
3076
+ if create_option is not None:
3077
+ pulumi.set(__self__, "create_option", create_option)
3078
+ if delete_option is None:
3079
+ delete_option = 'Delete'
3080
+ if delete_option is not None:
3081
+ pulumi.set(__self__, "delete_option", delete_option)
3082
+
3083
+ @property
3084
+ @pulumi.getter(name="diskSizeGB")
3085
+ def disk_size_gb(self) -> float:
3086
+ """
3087
+ The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
3088
+ """
3089
+ return pulumi.get(self, "disk_size_gb")
3090
+
3091
+ @property
3092
+ @pulumi.getter(name="createOption")
3093
+ def create_option(self) -> Optional[str]:
3094
+ """
3095
+ The strategy for creating the OS disk.
3096
+ """
3097
+ return pulumi.get(self, "create_option")
3098
+
3099
+ @property
3100
+ @pulumi.getter(name="deleteOption")
3101
+ def delete_option(self) -> Optional[str]:
3102
+ """
3103
+ The strategy for deleting the OS disk.
3104
+ """
3105
+ return pulumi.get(self, "delete_option")
3106
+
3107
+
3108
+ @pulumi.output_type
3109
+ class RackDefinitionResponse(dict):
3110
+ @staticmethod
3111
+ def __key_warning(key: str):
3112
+ suggest = None
3113
+ if key == "networkRackId":
3114
+ suggest = "network_rack_id"
3115
+ elif key == "rackSerialNumber":
3116
+ suggest = "rack_serial_number"
3117
+ elif key == "rackSkuId":
3118
+ suggest = "rack_sku_id"
3119
+ elif key == "availabilityZone":
3120
+ suggest = "availability_zone"
3121
+ elif key == "bareMetalMachineConfigurationData":
3122
+ suggest = "bare_metal_machine_configuration_data"
3123
+ elif key == "rackLocation":
3124
+ suggest = "rack_location"
3125
+ elif key == "storageApplianceConfigurationData":
3126
+ suggest = "storage_appliance_configuration_data"
3127
+
3128
+ if suggest:
3129
+ pulumi.log.warn(f"Key '{key}' not found in RackDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
3130
+
3131
+ def __getitem__(self, key: str) -> Any:
3132
+ RackDefinitionResponse.__key_warning(key)
3133
+ return super().__getitem__(key)
3134
+
3135
+ def get(self, key: str, default = None) -> Any:
3136
+ RackDefinitionResponse.__key_warning(key)
3137
+ return super().get(key, default)
3138
+
3139
+ def __init__(__self__, *,
3140
+ network_rack_id: str,
3141
+ rack_serial_number: str,
3142
+ rack_sku_id: str,
3143
+ availability_zone: Optional[str] = None,
3144
+ bare_metal_machine_configuration_data: Optional[Sequence['outputs.BareMetalMachineConfigurationDataResponse']] = None,
3145
+ rack_location: Optional[str] = None,
3146
+ storage_appliance_configuration_data: Optional[Sequence['outputs.StorageApplianceConfigurationDataResponse']] = None):
3147
+ """
3148
+ :param str network_rack_id: The resource ID of the network rack that matches this rack definition.
3149
+ :param 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.
3150
+ :param str rack_sku_id: The resource ID of the sku for the rack being added.
3151
+ :param str availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
3152
+ :param Sequence['BareMetalMachineConfigurationDataResponse'] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
3153
+ :param str rack_location: The free-form description of the rack's location.
3154
+ :param Sequence['StorageApplianceConfigurationDataResponse'] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
3155
+ """
3156
+ pulumi.set(__self__, "network_rack_id", network_rack_id)
3157
+ pulumi.set(__self__, "rack_serial_number", rack_serial_number)
3158
+ pulumi.set(__self__, "rack_sku_id", rack_sku_id)
3159
+ if availability_zone is not None:
3160
+ pulumi.set(__self__, "availability_zone", availability_zone)
3161
+ if bare_metal_machine_configuration_data is not None:
3162
+ pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
3163
+ if rack_location is not None:
3164
+ pulumi.set(__self__, "rack_location", rack_location)
3165
+ if storage_appliance_configuration_data is not None:
3166
+ pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
3167
+
3168
+ @property
3169
+ @pulumi.getter(name="networkRackId")
3170
+ def network_rack_id(self) -> str:
3171
+ """
3172
+ The resource ID of the network rack that matches this rack definition.
3173
+ """
3174
+ return pulumi.get(self, "network_rack_id")
3175
+
3176
+ @property
3177
+ @pulumi.getter(name="rackSerialNumber")
3178
+ def rack_serial_number(self) -> str:
3179
+ """
3180
+ 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.
3181
+ """
3182
+ return pulumi.get(self, "rack_serial_number")
3183
+
3184
+ @property
3185
+ @pulumi.getter(name="rackSkuId")
3186
+ def rack_sku_id(self) -> str:
3187
+ """
3188
+ The resource ID of the sku for the rack being added.
3189
+ """
3190
+ return pulumi.get(self, "rack_sku_id")
3191
+
3192
+ @property
3193
+ @pulumi.getter(name="availabilityZone")
3194
+ def availability_zone(self) -> Optional[str]:
3195
+ """
3196
+ The zone name used for this rack when created. Availability zones are used for workload placement.
3197
+ """
3198
+ return pulumi.get(self, "availability_zone")
3199
+
3200
+ @property
3201
+ @pulumi.getter(name="bareMetalMachineConfigurationData")
3202
+ def bare_metal_machine_configuration_data(self) -> Optional[Sequence['outputs.BareMetalMachineConfigurationDataResponse']]:
3203
+ """
3204
+ The unordered list of bare metal machine configuration.
3205
+ """
3206
+ return pulumi.get(self, "bare_metal_machine_configuration_data")
3207
+
3208
+ @property
3209
+ @pulumi.getter(name="rackLocation")
3210
+ def rack_location(self) -> Optional[str]:
3211
+ """
3212
+ The free-form description of the rack's location.
3213
+ """
3214
+ return pulumi.get(self, "rack_location")
3215
+
3216
+ @property
3217
+ @pulumi.getter(name="storageApplianceConfigurationData")
3218
+ def storage_appliance_configuration_data(self) -> Optional[Sequence['outputs.StorageApplianceConfigurationDataResponse']]:
3219
+ """
3220
+ The list of storage appliance configuration data for this rack.
3221
+ """
3222
+ return pulumi.get(self, "storage_appliance_configuration_data")
3223
+
3224
+
3225
+ @pulumi.output_type
3226
+ class RuntimeProtectionConfigurationResponse(dict):
3227
+ @staticmethod
3228
+ def __key_warning(key: str):
3229
+ suggest = None
3230
+ if key == "enforcementLevel":
3231
+ suggest = "enforcement_level"
3232
+
3233
+ if suggest:
3234
+ pulumi.log.warn(f"Key '{key}' not found in RuntimeProtectionConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3235
+
3236
+ def __getitem__(self, key: str) -> Any:
3237
+ RuntimeProtectionConfigurationResponse.__key_warning(key)
3238
+ return super().__getitem__(key)
3239
+
3240
+ def get(self, key: str, default = None) -> Any:
3241
+ RuntimeProtectionConfigurationResponse.__key_warning(key)
3242
+ return super().get(key, default)
3243
+
3244
+ def __init__(__self__, *,
3245
+ enforcement_level: Optional[str] = None):
3246
+ """
3247
+ :param str enforcement_level: The mode of operation for runtime protection.
3248
+ """
3249
+ if enforcement_level is None:
3250
+ enforcement_level = 'Disabled'
3251
+ if enforcement_level is not None:
3252
+ pulumi.set(__self__, "enforcement_level", enforcement_level)
3253
+
3254
+ @property
3255
+ @pulumi.getter(name="enforcementLevel")
3256
+ def enforcement_level(self) -> Optional[str]:
3257
+ """
3258
+ The mode of operation for runtime protection.
3259
+ """
3260
+ return pulumi.get(self, "enforcement_level")
3261
+
3262
+
3263
+ @pulumi.output_type
3264
+ class RuntimeProtectionStatusResponse(dict):
3265
+ @staticmethod
3266
+ def __key_warning(key: str):
3267
+ suggest = None
3268
+ if key == "definitionsLastUpdated":
3269
+ suggest = "definitions_last_updated"
3270
+ elif key == "definitionsVersion":
3271
+ suggest = "definitions_version"
3272
+ elif key == "scanCompletedTime":
3273
+ suggest = "scan_completed_time"
3274
+ elif key == "scanScheduledTime":
3275
+ suggest = "scan_scheduled_time"
3276
+ elif key == "scanStartedTime":
3277
+ suggest = "scan_started_time"
3278
+
3279
+ if suggest:
3280
+ pulumi.log.warn(f"Key '{key}' not found in RuntimeProtectionStatusResponse. Access the value via the '{suggest}' property getter instead.")
3281
+
3282
+ def __getitem__(self, key: str) -> Any:
3283
+ RuntimeProtectionStatusResponse.__key_warning(key)
3284
+ return super().__getitem__(key)
3285
+
3286
+ def get(self, key: str, default = None) -> Any:
3287
+ RuntimeProtectionStatusResponse.__key_warning(key)
3288
+ return super().get(key, default)
3289
+
3290
+ def __init__(__self__, *,
3291
+ definitions_last_updated: str,
3292
+ definitions_version: str,
3293
+ scan_completed_time: str,
3294
+ scan_scheduled_time: str,
3295
+ scan_started_time: str):
3296
+ """
3297
+ :param str definitions_last_updated: The timestamp when the malware definitions were last updated.
3298
+ :param str definitions_version: The version of the malware definitions.
3299
+ :param str scan_completed_time: The timestamp of the most recently completed scan, or empty if there has never been a scan.
3300
+ :param str scan_scheduled_time: The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.
3301
+ :param str scan_started_time: The timestamp of the most recently started scan, or empty if there has never been a scan.
3302
+ """
3303
+ pulumi.set(__self__, "definitions_last_updated", definitions_last_updated)
3304
+ pulumi.set(__self__, "definitions_version", definitions_version)
3305
+ pulumi.set(__self__, "scan_completed_time", scan_completed_time)
3306
+ pulumi.set(__self__, "scan_scheduled_time", scan_scheduled_time)
3307
+ pulumi.set(__self__, "scan_started_time", scan_started_time)
3308
+
3309
+ @property
3310
+ @pulumi.getter(name="definitionsLastUpdated")
3311
+ def definitions_last_updated(self) -> str:
3312
+ """
3313
+ The timestamp when the malware definitions were last updated.
3314
+ """
3315
+ return pulumi.get(self, "definitions_last_updated")
3316
+
3317
+ @property
3318
+ @pulumi.getter(name="definitionsVersion")
3319
+ def definitions_version(self) -> str:
3320
+ """
3321
+ The version of the malware definitions.
3322
+ """
3323
+ return pulumi.get(self, "definitions_version")
3324
+
3325
+ @property
3326
+ @pulumi.getter(name="scanCompletedTime")
3327
+ def scan_completed_time(self) -> str:
3328
+ """
3329
+ The timestamp of the most recently completed scan, or empty if there has never been a scan.
3330
+ """
3331
+ return pulumi.get(self, "scan_completed_time")
3332
+
3333
+ @property
3334
+ @pulumi.getter(name="scanScheduledTime")
3335
+ def scan_scheduled_time(self) -> str:
3336
+ """
3337
+ The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.
3338
+ """
3339
+ return pulumi.get(self, "scan_scheduled_time")
3340
+
3341
+ @property
3342
+ @pulumi.getter(name="scanStartedTime")
3343
+ def scan_started_time(self) -> str:
3344
+ """
3345
+ The timestamp of the most recently started scan, or empty if there has never been a scan.
3346
+ """
3347
+ return pulumi.get(self, "scan_started_time")
3348
+
3349
+
3350
+ @pulumi.output_type
3351
+ class SecretArchiveReferenceResponse(dict):
3352
+ @staticmethod
3353
+ def __key_warning(key: str):
3354
+ suggest = None
3355
+ if key == "keyVaultId":
3356
+ suggest = "key_vault_id"
3357
+ elif key == "secretName":
3358
+ suggest = "secret_name"
3359
+ elif key == "secretVersion":
3360
+ suggest = "secret_version"
3361
+
3362
+ if suggest:
3363
+ pulumi.log.warn(f"Key '{key}' not found in SecretArchiveReferenceResponse. Access the value via the '{suggest}' property getter instead.")
3364
+
3365
+ def __getitem__(self, key: str) -> Any:
3366
+ SecretArchiveReferenceResponse.__key_warning(key)
3367
+ return super().__getitem__(key)
3368
+
3369
+ def get(self, key: str, default = None) -> Any:
3370
+ SecretArchiveReferenceResponse.__key_warning(key)
3371
+ return super().get(key, default)
3372
+
3373
+ def __init__(__self__, *,
3374
+ key_vault_id: str,
3375
+ secret_name: str,
3376
+ secret_version: str):
3377
+ """
3378
+ :param str key_vault_id: The resource ID of the key vault containing the secret.
3379
+ :param str secret_name: The name of the secret in the key vault.
3380
+ :param str secret_version: The version of the secret in the key vault.
3381
+ """
3382
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
3383
+ pulumi.set(__self__, "secret_name", secret_name)
3384
+ pulumi.set(__self__, "secret_version", secret_version)
3385
+
3386
+ @property
3387
+ @pulumi.getter(name="keyVaultId")
3388
+ def key_vault_id(self) -> str:
3389
+ """
3390
+ The resource ID of the key vault containing the secret.
3391
+ """
3392
+ return pulumi.get(self, "key_vault_id")
3393
+
3394
+ @property
3395
+ @pulumi.getter(name="secretName")
3396
+ def secret_name(self) -> str:
3397
+ """
3398
+ The name of the secret in the key vault.
3399
+ """
3400
+ return pulumi.get(self, "secret_name")
3401
+
3402
+ @property
3403
+ @pulumi.getter(name="secretVersion")
3404
+ def secret_version(self) -> str:
3405
+ """
3406
+ The version of the secret in the key vault.
3407
+ """
3408
+ return pulumi.get(self, "secret_version")
3409
+
3410
+
3411
+ @pulumi.output_type
3412
+ class SecretRotationStatusResponse(dict):
3413
+ @staticmethod
3414
+ def __key_warning(key: str):
3415
+ suggest = None
3416
+ if key == "expirePeriodDays":
3417
+ suggest = "expire_period_days"
3418
+ elif key == "lastRotationTime":
3419
+ suggest = "last_rotation_time"
3420
+ elif key == "rotationPeriodDays":
3421
+ suggest = "rotation_period_days"
3422
+ elif key == "secretArchiveReference":
3423
+ suggest = "secret_archive_reference"
3424
+ elif key == "secretType":
3425
+ suggest = "secret_type"
3426
+
3427
+ if suggest:
3428
+ pulumi.log.warn(f"Key '{key}' not found in SecretRotationStatusResponse. Access the value via the '{suggest}' property getter instead.")
3429
+
3430
+ def __getitem__(self, key: str) -> Any:
3431
+ SecretRotationStatusResponse.__key_warning(key)
3432
+ return super().__getitem__(key)
3433
+
3434
+ def get(self, key: str, default = None) -> Any:
3435
+ SecretRotationStatusResponse.__key_warning(key)
3436
+ return super().get(key, default)
3437
+
3438
+ def __init__(__self__, *,
3439
+ expire_period_days: float,
3440
+ last_rotation_time: str,
3441
+ rotation_period_days: float,
3442
+ secret_archive_reference: 'outputs.SecretArchiveReferenceResponse',
3443
+ secret_type: str):
3444
+ """
3445
+ :param float expire_period_days: The maximum number of days the secret may be used before it must be changed.
3446
+ :param str last_rotation_time: The date and time when the secret was last changed.
3447
+ :param float rotation_period_days: The number of days a secret exists before rotations will be attempted.
3448
+ :param 'SecretArchiveReferenceResponse' secret_archive_reference: The reference to the secret in a key vault.
3449
+ :param str secret_type: The type name used to identify the purpose of the secret.
3450
+ """
3451
+ pulumi.set(__self__, "expire_period_days", expire_period_days)
3452
+ pulumi.set(__self__, "last_rotation_time", last_rotation_time)
3453
+ pulumi.set(__self__, "rotation_period_days", rotation_period_days)
3454
+ pulumi.set(__self__, "secret_archive_reference", secret_archive_reference)
3455
+ pulumi.set(__self__, "secret_type", secret_type)
3456
+
3457
+ @property
3458
+ @pulumi.getter(name="expirePeriodDays")
3459
+ def expire_period_days(self) -> float:
3460
+ """
3461
+ The maximum number of days the secret may be used before it must be changed.
3462
+ """
3463
+ return pulumi.get(self, "expire_period_days")
3464
+
3465
+ @property
3466
+ @pulumi.getter(name="lastRotationTime")
3467
+ def last_rotation_time(self) -> str:
3468
+ """
3469
+ The date and time when the secret was last changed.
3470
+ """
3471
+ return pulumi.get(self, "last_rotation_time")
3472
+
3473
+ @property
3474
+ @pulumi.getter(name="rotationPeriodDays")
3475
+ def rotation_period_days(self) -> float:
3476
+ """
3477
+ The number of days a secret exists before rotations will be attempted.
3478
+ """
3479
+ return pulumi.get(self, "rotation_period_days")
3480
+
3481
+ @property
3482
+ @pulumi.getter(name="secretArchiveReference")
3483
+ def secret_archive_reference(self) -> 'outputs.SecretArchiveReferenceResponse':
3484
+ """
3485
+ The reference to the secret in a key vault.
3486
+ """
3487
+ return pulumi.get(self, "secret_archive_reference")
3488
+
3489
+ @property
3490
+ @pulumi.getter(name="secretType")
3491
+ def secret_type(self) -> str:
3492
+ """
3493
+ The type name used to identify the purpose of the secret.
3494
+ """
3495
+ return pulumi.get(self, "secret_type")
3496
+
3497
+
3498
+ @pulumi.output_type
3499
+ class ServiceLoadBalancerBgpPeerResponse(dict):
3500
+ @staticmethod
3501
+ def __key_warning(key: str):
3502
+ suggest = None
3503
+ if key == "peerAddress":
3504
+ suggest = "peer_address"
3505
+ elif key == "peerAsn":
3506
+ suggest = "peer_asn"
3507
+ elif key == "bfdEnabled":
3508
+ suggest = "bfd_enabled"
3509
+ elif key == "bgpMultiHop":
3510
+ suggest = "bgp_multi_hop"
3511
+ elif key == "holdTime":
3512
+ suggest = "hold_time"
3513
+ elif key == "keepAliveTime":
3514
+ suggest = "keep_alive_time"
3515
+ elif key == "myAsn":
3516
+ suggest = "my_asn"
3517
+ elif key == "peerPort":
3518
+ suggest = "peer_port"
3519
+
3520
+ if suggest:
3521
+ pulumi.log.warn(f"Key '{key}' not found in ServiceLoadBalancerBgpPeerResponse. Access the value via the '{suggest}' property getter instead.")
3522
+
3523
+ def __getitem__(self, key: str) -> Any:
3524
+ ServiceLoadBalancerBgpPeerResponse.__key_warning(key)
3525
+ return super().__getitem__(key)
3526
+
3527
+ def get(self, key: str, default = None) -> Any:
3528
+ ServiceLoadBalancerBgpPeerResponse.__key_warning(key)
3529
+ return super().get(key, default)
3530
+
3531
+ def __init__(__self__, *,
3532
+ name: str,
3533
+ peer_address: str,
3534
+ peer_asn: float,
3535
+ bfd_enabled: Optional[str] = None,
3536
+ bgp_multi_hop: Optional[str] = None,
3537
+ hold_time: Optional[str] = None,
3538
+ keep_alive_time: Optional[str] = None,
3539
+ my_asn: Optional[float] = None,
3540
+ peer_port: Optional[float] = None):
3541
+ """
3542
+ :param str name: The name used to identify this BGP peer for association with a BGP advertisement.
3543
+ :param str peer_address: The IPv4 or IPv6 address used to connect this BGP session.
3544
+ :param float peer_asn: The autonomous system number expected from the remote end of the BGP session.
3545
+ :param str bfd_enabled: The indicator of BFD enablement for this BgpPeer.
3546
+ :param str bgp_multi_hop: The indicator to enable multi-hop peering support.
3547
+ :param 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.
3548
+ :param 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.
3549
+ :param float my_asn: The autonomous system number used for the local end of the BGP session.
3550
+ :param float peer_port: The port used to connect this BGP session.
3551
+ """
3552
+ pulumi.set(__self__, "name", name)
3553
+ pulumi.set(__self__, "peer_address", peer_address)
3554
+ pulumi.set(__self__, "peer_asn", peer_asn)
3555
+ if bfd_enabled is None:
3556
+ bfd_enabled = 'False'
3557
+ if bfd_enabled is not None:
3558
+ pulumi.set(__self__, "bfd_enabled", bfd_enabled)
3559
+ if bgp_multi_hop is None:
3560
+ bgp_multi_hop = 'False'
3561
+ if bgp_multi_hop is not None:
3562
+ pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
3563
+ if hold_time is not None:
3564
+ pulumi.set(__self__, "hold_time", hold_time)
3565
+ if keep_alive_time is not None:
3566
+ pulumi.set(__self__, "keep_alive_time", keep_alive_time)
3567
+ if my_asn is not None:
3568
+ pulumi.set(__self__, "my_asn", my_asn)
3569
+ if peer_port is None:
3570
+ peer_port = 179
3571
+ if peer_port is not None:
3572
+ pulumi.set(__self__, "peer_port", peer_port)
3573
+
3574
+ @property
3575
+ @pulumi.getter
3576
+ def name(self) -> str:
3577
+ """
3578
+ The name used to identify this BGP peer for association with a BGP advertisement.
3579
+ """
3580
+ return pulumi.get(self, "name")
3581
+
3582
+ @property
3583
+ @pulumi.getter(name="peerAddress")
3584
+ def peer_address(self) -> str:
3585
+ """
3586
+ The IPv4 or IPv6 address used to connect this BGP session.
3587
+ """
3588
+ return pulumi.get(self, "peer_address")
3589
+
3590
+ @property
3591
+ @pulumi.getter(name="peerAsn")
3592
+ def peer_asn(self) -> float:
3593
+ """
3594
+ The autonomous system number expected from the remote end of the BGP session.
3595
+ """
3596
+ return pulumi.get(self, "peer_asn")
3597
+
3598
+ @property
3599
+ @pulumi.getter(name="bfdEnabled")
3600
+ def bfd_enabled(self) -> Optional[str]:
3601
+ """
3602
+ The indicator of BFD enablement for this BgpPeer.
3603
+ """
3604
+ return pulumi.get(self, "bfd_enabled")
3605
+
3606
+ @property
3607
+ @pulumi.getter(name="bgpMultiHop")
3608
+ def bgp_multi_hop(self) -> Optional[str]:
3609
+ """
3610
+ The indicator to enable multi-hop peering support.
3611
+ """
3612
+ return pulumi.get(self, "bgp_multi_hop")
3613
+
3614
+ @property
3615
+ @pulumi.getter(name="holdTime")
3616
+ def hold_time(self) -> Optional[str]:
3617
+ """
3618
+ 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.
3619
+ """
3620
+ return pulumi.get(self, "hold_time")
3621
+
3622
+ @property
3623
+ @pulumi.getter(name="keepAliveTime")
3624
+ def keep_alive_time(self) -> Optional[str]:
3625
+ """
3626
+ 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.
3627
+ """
3628
+ return pulumi.get(self, "keep_alive_time")
3629
+
3630
+ @property
3631
+ @pulumi.getter(name="myAsn")
3632
+ def my_asn(self) -> Optional[float]:
3633
+ """
3634
+ The autonomous system number used for the local end of the BGP session.
3635
+ """
3636
+ return pulumi.get(self, "my_asn")
3637
+
3638
+ @property
3639
+ @pulumi.getter(name="peerPort")
3640
+ def peer_port(self) -> Optional[float]:
3641
+ """
3642
+ The port used to connect this BGP session.
3643
+ """
3644
+ return pulumi.get(self, "peer_port")
3645
+
3646
+
3647
+ @pulumi.output_type
3648
+ class ServicePrincipalInformationResponse(dict):
3649
+ @staticmethod
3650
+ def __key_warning(key: str):
3651
+ suggest = None
3652
+ if key == "applicationId":
3653
+ suggest = "application_id"
3654
+ elif key == "principalId":
3655
+ suggest = "principal_id"
3656
+ elif key == "tenantId":
3657
+ suggest = "tenant_id"
3658
+
3659
+ if suggest:
3660
+ pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalInformationResponse. Access the value via the '{suggest}' property getter instead.")
3661
+
3662
+ def __getitem__(self, key: str) -> Any:
3663
+ ServicePrincipalInformationResponse.__key_warning(key)
3664
+ return super().__getitem__(key)
3665
+
3666
+ def get(self, key: str, default = None) -> Any:
3667
+ ServicePrincipalInformationResponse.__key_warning(key)
3668
+ return super().get(key, default)
3669
+
3670
+ def __init__(__self__, *,
3671
+ application_id: str,
3672
+ password: str,
3673
+ principal_id: str,
3674
+ tenant_id: str):
3675
+ """
3676
+ :param str application_id: The application ID, also known as client ID, of the service principal.
3677
+ :param str password: The password of the service principal.
3678
+ :param str principal_id: The principal ID, also known as the object ID, of the service principal.
3679
+ :param str tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
3680
+ """
3681
+ pulumi.set(__self__, "application_id", application_id)
3682
+ pulumi.set(__self__, "password", password)
3683
+ pulumi.set(__self__, "principal_id", principal_id)
3684
+ pulumi.set(__self__, "tenant_id", tenant_id)
3685
+
3686
+ @property
3687
+ @pulumi.getter(name="applicationId")
3688
+ def application_id(self) -> str:
3689
+ """
3690
+ The application ID, also known as client ID, of the service principal.
3691
+ """
3692
+ return pulumi.get(self, "application_id")
3693
+
3694
+ @property
3695
+ @pulumi.getter
3696
+ def password(self) -> str:
3697
+ """
3698
+ The password of the service principal.
3699
+ """
3700
+ return pulumi.get(self, "password")
3701
+
3702
+ @property
3703
+ @pulumi.getter(name="principalId")
3704
+ def principal_id(self) -> str:
3705
+ """
3706
+ The principal ID, also known as the object ID, of the service principal.
3707
+ """
3708
+ return pulumi.get(self, "principal_id")
3709
+
3710
+ @property
3711
+ @pulumi.getter(name="tenantId")
3712
+ def tenant_id(self) -> str:
3713
+ """
3714
+ The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
3715
+ """
3716
+ return pulumi.get(self, "tenant_id")
3717
+
3718
+
3719
+ @pulumi.output_type
3720
+ class SshPublicKeyResponse(dict):
3721
+ @staticmethod
3722
+ def __key_warning(key: str):
3723
+ suggest = None
3724
+ if key == "keyData":
3725
+ suggest = "key_data"
3726
+
3727
+ if suggest:
3728
+ pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
3729
+
3730
+ def __getitem__(self, key: str) -> Any:
3731
+ SshPublicKeyResponse.__key_warning(key)
3732
+ return super().__getitem__(key)
3733
+
3734
+ def get(self, key: str, default = None) -> Any:
3735
+ SshPublicKeyResponse.__key_warning(key)
3736
+ return super().get(key, default)
3737
+
3738
+ def __init__(__self__, *,
3739
+ key_data: str):
3740
+ """
3741
+ :param str key_data: The SSH public key data.
3742
+ """
3743
+ pulumi.set(__self__, "key_data", key_data)
3744
+
3745
+ @property
3746
+ @pulumi.getter(name="keyData")
3747
+ def key_data(self) -> str:
3748
+ """
3749
+ The SSH public key data.
3750
+ """
3751
+ return pulumi.get(self, "key_data")
3752
+
3753
+
3754
+ @pulumi.output_type
3755
+ class StorageApplianceConfigurationDataResponse(dict):
3756
+ @staticmethod
3757
+ def __key_warning(key: str):
3758
+ suggest = None
3759
+ if key == "adminCredentials":
3760
+ suggest = "admin_credentials"
3761
+ elif key == "rackSlot":
3762
+ suggest = "rack_slot"
3763
+ elif key == "serialNumber":
3764
+ suggest = "serial_number"
3765
+ elif key == "storageApplianceName":
3766
+ suggest = "storage_appliance_name"
3767
+
3768
+ if suggest:
3769
+ pulumi.log.warn(f"Key '{key}' not found in StorageApplianceConfigurationDataResponse. Access the value via the '{suggest}' property getter instead.")
3770
+
3771
+ def __getitem__(self, key: str) -> Any:
3772
+ StorageApplianceConfigurationDataResponse.__key_warning(key)
3773
+ return super().__getitem__(key)
3774
+
3775
+ def get(self, key: str, default = None) -> Any:
3776
+ StorageApplianceConfigurationDataResponse.__key_warning(key)
3777
+ return super().get(key, default)
3778
+
3779
+ def __init__(__self__, *,
3780
+ admin_credentials: 'outputs.AdministrativeCredentialsResponse',
3781
+ rack_slot: float,
3782
+ serial_number: str,
3783
+ storage_appliance_name: Optional[str] = None):
3784
+ """
3785
+ :param 'AdministrativeCredentialsResponse' admin_credentials: The credentials of the administrative interface on this storage appliance.
3786
+ :param float rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
3787
+ :param str serial_number: The serial number of the appliance.
3788
+ :param str storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
3789
+ """
3790
+ pulumi.set(__self__, "admin_credentials", admin_credentials)
3791
+ pulumi.set(__self__, "rack_slot", rack_slot)
3792
+ pulumi.set(__self__, "serial_number", serial_number)
3793
+ if storage_appliance_name is not None:
3794
+ pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
3795
+
3796
+ @property
3797
+ @pulumi.getter(name="adminCredentials")
3798
+ def admin_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
3799
+ """
3800
+ The credentials of the administrative interface on this storage appliance.
3801
+ """
3802
+ return pulumi.get(self, "admin_credentials")
3803
+
3804
+ @property
3805
+ @pulumi.getter(name="rackSlot")
3806
+ def rack_slot(self) -> float:
3807
+ """
3808
+ The slot that storage appliance is in the rack based on the BOM configuration.
3809
+ """
3810
+ return pulumi.get(self, "rack_slot")
3811
+
3812
+ @property
3813
+ @pulumi.getter(name="serialNumber")
3814
+ def serial_number(self) -> str:
3815
+ """
3816
+ The serial number of the appliance.
3817
+ """
3818
+ return pulumi.get(self, "serial_number")
3819
+
3820
+ @property
3821
+ @pulumi.getter(name="storageApplianceName")
3822
+ def storage_appliance_name(self) -> Optional[str]:
3823
+ """
3824
+ The user-provided name for the storage appliance that will be created from this specification.
3825
+ """
3826
+ return pulumi.get(self, "storage_appliance_name")
3827
+
3828
+
3829
+ @pulumi.output_type
3830
+ class StorageProfileResponse(dict):
3831
+ @staticmethod
3832
+ def __key_warning(key: str):
3833
+ suggest = None
3834
+ if key == "osDisk":
3835
+ suggest = "os_disk"
3836
+ elif key == "volumeAttachments":
3837
+ suggest = "volume_attachments"
3838
+
3839
+ if suggest:
3840
+ pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
3841
+
3842
+ def __getitem__(self, key: str) -> Any:
3843
+ StorageProfileResponse.__key_warning(key)
3844
+ return super().__getitem__(key)
3845
+
3846
+ def get(self, key: str, default = None) -> Any:
3847
+ StorageProfileResponse.__key_warning(key)
3848
+ return super().get(key, default)
3849
+
3850
+ def __init__(__self__, *,
3851
+ os_disk: 'outputs.OsDiskResponse',
3852
+ volume_attachments: Optional[Sequence[str]] = None):
3853
+ """
3854
+ :param 'OsDiskResponse' os_disk: The disk to use with this virtual machine.
3855
+ :param Sequence[str] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
3856
+ """
3857
+ pulumi.set(__self__, "os_disk", os_disk)
3858
+ if volume_attachments is not None:
3859
+ pulumi.set(__self__, "volume_attachments", volume_attachments)
3860
+
3861
+ @property
3862
+ @pulumi.getter(name="osDisk")
3863
+ def os_disk(self) -> 'outputs.OsDiskResponse':
3864
+ """
3865
+ The disk to use with this virtual machine.
3866
+ """
3867
+ return pulumi.get(self, "os_disk")
3868
+
3869
+ @property
3870
+ @pulumi.getter(name="volumeAttachments")
3871
+ def volume_attachments(self) -> Optional[Sequence[str]]:
3872
+ """
3873
+ The resource IDs of volumes that are requested to be attached to the virtual machine.
3874
+ """
3875
+ return pulumi.get(self, "volume_attachments")
3876
+
3877
+
3878
+ @pulumi.output_type
3879
+ class StringKeyValuePairResponse(dict):
3880
+ def __init__(__self__, *,
3881
+ key: str,
3882
+ value: str):
3883
+ """
3884
+ :param str key: The key to the mapped value.
3885
+ :param str value: The value of the mapping key.
3886
+ """
3887
+ pulumi.set(__self__, "key", key)
3888
+ pulumi.set(__self__, "value", value)
3889
+
3890
+ @property
3891
+ @pulumi.getter
3892
+ def key(self) -> str:
3893
+ """
3894
+ The key to the mapped value.
3895
+ """
3896
+ return pulumi.get(self, "key")
3897
+
3898
+ @property
3899
+ @pulumi.getter
3900
+ def value(self) -> str:
3901
+ """
3902
+ The value of the mapping key.
3903
+ """
3904
+ return pulumi.get(self, "value")
3905
+
3906
+
3907
+ @pulumi.output_type
3908
+ class SystemDataResponse(dict):
3909
+ """
3910
+ Metadata pertaining to creation and last modification of the resource.
3911
+ """
3912
+ @staticmethod
3913
+ def __key_warning(key: str):
3914
+ suggest = None
3915
+ if key == "createdAt":
3916
+ suggest = "created_at"
3917
+ elif key == "createdBy":
3918
+ suggest = "created_by"
3919
+ elif key == "createdByType":
3920
+ suggest = "created_by_type"
3921
+ elif key == "lastModifiedAt":
3922
+ suggest = "last_modified_at"
3923
+ elif key == "lastModifiedBy":
3924
+ suggest = "last_modified_by"
3925
+ elif key == "lastModifiedByType":
3926
+ suggest = "last_modified_by_type"
3927
+
3928
+ if suggest:
3929
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3930
+
3931
+ def __getitem__(self, key: str) -> Any:
3932
+ SystemDataResponse.__key_warning(key)
3933
+ return super().__getitem__(key)
3934
+
3935
+ def get(self, key: str, default = None) -> Any:
3936
+ SystemDataResponse.__key_warning(key)
3937
+ return super().get(key, default)
3938
+
3939
+ def __init__(__self__, *,
3940
+ created_at: Optional[str] = None,
3941
+ created_by: Optional[str] = None,
3942
+ created_by_type: Optional[str] = None,
3943
+ last_modified_at: Optional[str] = None,
3944
+ last_modified_by: Optional[str] = None,
3945
+ last_modified_by_type: Optional[str] = None):
3946
+ """
3947
+ Metadata pertaining to creation and last modification of the resource.
3948
+ :param str created_at: The timestamp of resource creation (UTC).
3949
+ :param str created_by: The identity that created the resource.
3950
+ :param str created_by_type: The type of identity that created the resource.
3951
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3952
+ :param str last_modified_by: The identity that last modified the resource.
3953
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3954
+ """
3955
+ if created_at is not None:
3956
+ pulumi.set(__self__, "created_at", created_at)
3957
+ if created_by is not None:
3958
+ pulumi.set(__self__, "created_by", created_by)
3959
+ if created_by_type is not None:
3960
+ pulumi.set(__self__, "created_by_type", created_by_type)
3961
+ if last_modified_at is not None:
3962
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3963
+ if last_modified_by is not None:
3964
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3965
+ if last_modified_by_type is not None:
3966
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3967
+
3968
+ @property
3969
+ @pulumi.getter(name="createdAt")
3970
+ def created_at(self) -> Optional[str]:
3971
+ """
3972
+ The timestamp of resource creation (UTC).
3973
+ """
3974
+ return pulumi.get(self, "created_at")
3975
+
3976
+ @property
3977
+ @pulumi.getter(name="createdBy")
3978
+ def created_by(self) -> Optional[str]:
3979
+ """
3980
+ The identity that created the resource.
3981
+ """
3982
+ return pulumi.get(self, "created_by")
3983
+
3984
+ @property
3985
+ @pulumi.getter(name="createdByType")
3986
+ def created_by_type(self) -> Optional[str]:
3987
+ """
3988
+ The type of identity that created the resource.
3989
+ """
3990
+ return pulumi.get(self, "created_by_type")
3991
+
3992
+ @property
3993
+ @pulumi.getter(name="lastModifiedAt")
3994
+ def last_modified_at(self) -> Optional[str]:
3995
+ """
3996
+ The timestamp of resource last modification (UTC)
3997
+ """
3998
+ return pulumi.get(self, "last_modified_at")
3999
+
4000
+ @property
4001
+ @pulumi.getter(name="lastModifiedBy")
4002
+ def last_modified_by(self) -> Optional[str]:
4003
+ """
4004
+ The identity that last modified the resource.
4005
+ """
4006
+ return pulumi.get(self, "last_modified_by")
4007
+
4008
+ @property
4009
+ @pulumi.getter(name="lastModifiedByType")
4010
+ def last_modified_by_type(self) -> Optional[str]:
4011
+ """
4012
+ The type of identity that last modified the resource.
4013
+ """
4014
+ return pulumi.get(self, "last_modified_by_type")
4015
+
4016
+
4017
+ @pulumi.output_type
4018
+ class TrunkedNetworkAttachmentConfigurationResponse(dict):
4019
+ @staticmethod
4020
+ def __key_warning(key: str):
4021
+ suggest = None
4022
+ if key == "networkId":
4023
+ suggest = "network_id"
4024
+ elif key == "pluginType":
4025
+ suggest = "plugin_type"
4026
+
4027
+ if suggest:
4028
+ pulumi.log.warn(f"Key '{key}' not found in TrunkedNetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
4029
+
4030
+ def __getitem__(self, key: str) -> Any:
4031
+ TrunkedNetworkAttachmentConfigurationResponse.__key_warning(key)
4032
+ return super().__getitem__(key)
4033
+
4034
+ def get(self, key: str, default = None) -> Any:
4035
+ TrunkedNetworkAttachmentConfigurationResponse.__key_warning(key)
4036
+ return super().get(key, default)
4037
+
4038
+ def __init__(__self__, *,
4039
+ network_id: str,
4040
+ plugin_type: Optional[str] = None):
4041
+ """
4042
+ :param str network_id: The resource ID of the network that is being configured for attachment.
4043
+ :param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
4044
+ """
4045
+ pulumi.set(__self__, "network_id", network_id)
4046
+ if plugin_type is None:
4047
+ plugin_type = 'SRIOV'
4048
+ if plugin_type is not None:
4049
+ pulumi.set(__self__, "plugin_type", plugin_type)
4050
+
4051
+ @property
4052
+ @pulumi.getter(name="networkId")
4053
+ def network_id(self) -> str:
4054
+ """
4055
+ The resource ID of the network that is being configured for attachment.
4056
+ """
4057
+ return pulumi.get(self, "network_id")
4058
+
4059
+ @property
4060
+ @pulumi.getter(name="pluginType")
4061
+ def plugin_type(self) -> Optional[str]:
4062
+ """
4063
+ The indicator of how this network will be utilized by the Kubernetes cluster.
4064
+ """
4065
+ return pulumi.get(self, "plugin_type")
4066
+
4067
+
4068
+ @pulumi.output_type
4069
+ class UserAssignedIdentityResponse(dict):
4070
+ """
4071
+ User assigned identity properties
4072
+ """
4073
+ @staticmethod
4074
+ def __key_warning(key: str):
4075
+ suggest = None
4076
+ if key == "clientId":
4077
+ suggest = "client_id"
4078
+ elif key == "principalId":
4079
+ suggest = "principal_id"
4080
+
4081
+ if suggest:
4082
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
4083
+
4084
+ def __getitem__(self, key: str) -> Any:
4085
+ UserAssignedIdentityResponse.__key_warning(key)
4086
+ return super().__getitem__(key)
4087
+
4088
+ def get(self, key: str, default = None) -> Any:
4089
+ UserAssignedIdentityResponse.__key_warning(key)
4090
+ return super().get(key, default)
4091
+
4092
+ def __init__(__self__, *,
4093
+ client_id: str,
4094
+ principal_id: str):
4095
+ """
4096
+ User assigned identity properties
4097
+ :param str client_id: The client ID of the assigned identity.
4098
+ :param str principal_id: The principal ID of the assigned identity.
4099
+ """
4100
+ pulumi.set(__self__, "client_id", client_id)
4101
+ pulumi.set(__self__, "principal_id", principal_id)
4102
+
4103
+ @property
4104
+ @pulumi.getter(name="clientId")
4105
+ def client_id(self) -> str:
4106
+ """
4107
+ The client ID of the assigned identity.
4108
+ """
4109
+ return pulumi.get(self, "client_id")
4110
+
4111
+ @property
4112
+ @pulumi.getter(name="principalId")
4113
+ def principal_id(self) -> str:
4114
+ """
4115
+ The principal ID of the assigned identity.
4116
+ """
4117
+ return pulumi.get(self, "principal_id")
4118
+
4119
+
4120
+ @pulumi.output_type
4121
+ class ValidationThresholdResponse(dict):
4122
+ def __init__(__self__, *,
4123
+ grouping: str,
4124
+ type: str,
4125
+ value: float):
4126
+ """
4127
+ :param str grouping: Selection of how the type evaluation is applied to the cluster calculation.
4128
+ :param str type: Selection of how the threshold should be evaluated.
4129
+ :param float value: The numeric threshold value.
4130
+ """
4131
+ pulumi.set(__self__, "grouping", grouping)
4132
+ pulumi.set(__self__, "type", type)
4133
+ pulumi.set(__self__, "value", value)
4134
+
4135
+ @property
4136
+ @pulumi.getter
4137
+ def grouping(self) -> str:
4138
+ """
4139
+ Selection of how the type evaluation is applied to the cluster calculation.
4140
+ """
4141
+ return pulumi.get(self, "grouping")
4142
+
4143
+ @property
4144
+ @pulumi.getter
4145
+ def type(self) -> str:
4146
+ """
4147
+ Selection of how the threshold should be evaluated.
4148
+ """
4149
+ return pulumi.get(self, "type")
4150
+
4151
+ @property
4152
+ @pulumi.getter
4153
+ def value(self) -> float:
4154
+ """
4155
+ The numeric threshold value.
4156
+ """
4157
+ return pulumi.get(self, "value")
4158
+
4159
+
4160
+ @pulumi.output_type
4161
+ class VirtualMachinePlacementHintResponse(dict):
4162
+ @staticmethod
4163
+ def __key_warning(key: str):
4164
+ suggest = None
4165
+ if key == "hintType":
4166
+ suggest = "hint_type"
4167
+ elif key == "resourceId":
4168
+ suggest = "resource_id"
4169
+ elif key == "schedulingExecution":
4170
+ suggest = "scheduling_execution"
4171
+
4172
+ if suggest:
4173
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachinePlacementHintResponse. Access the value via the '{suggest}' property getter instead.")
4174
+
4175
+ def __getitem__(self, key: str) -> Any:
4176
+ VirtualMachinePlacementHintResponse.__key_warning(key)
4177
+ return super().__getitem__(key)
4178
+
4179
+ def get(self, key: str, default = None) -> Any:
4180
+ VirtualMachinePlacementHintResponse.__key_warning(key)
4181
+ return super().get(key, default)
4182
+
4183
+ def __init__(__self__, *,
4184
+ hint_type: str,
4185
+ resource_id: str,
4186
+ scheduling_execution: str,
4187
+ scope: str):
4188
+ """
4189
+ :param str hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
4190
+ :param 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.
4191
+ :param str scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
4192
+ :param str scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
4193
+ """
4194
+ pulumi.set(__self__, "hint_type", hint_type)
4195
+ pulumi.set(__self__, "resource_id", resource_id)
4196
+ pulumi.set(__self__, "scheduling_execution", scheduling_execution)
4197
+ pulumi.set(__self__, "scope", scope)
4198
+
4199
+ @property
4200
+ @pulumi.getter(name="hintType")
4201
+ def hint_type(self) -> str:
4202
+ """
4203
+ The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
4204
+ """
4205
+ return pulumi.get(self, "hint_type")
4206
+
4207
+ @property
4208
+ @pulumi.getter(name="resourceId")
4209
+ def resource_id(self) -> str:
4210
+ """
4211
+ 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.
4212
+ """
4213
+ return pulumi.get(self, "resource_id")
4214
+
4215
+ @property
4216
+ @pulumi.getter(name="schedulingExecution")
4217
+ def scheduling_execution(self) -> str:
4218
+ """
4219
+ The indicator of whether the hint is a hard or soft requirement during scheduling.
4220
+ """
4221
+ return pulumi.get(self, "scheduling_execution")
4222
+
4223
+ @property
4224
+ @pulumi.getter
4225
+ def scope(self) -> str:
4226
+ """
4227
+ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
4228
+ """
4229
+ return pulumi.get(self, "scope")
4230
+
4231
+