pulumi-azure-native 2.47.0a1719221358__py3-none-any.whl → 2.47.0a1719232402__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 (1804) hide show
  1. pulumi_azure_native/__init__.py +239 -4
  2. pulumi_azure_native/app/__init__.py +10 -0
  3. pulumi_azure_native/app/_enums.py +46 -0
  4. pulumi_azure_native/app/_inputs.py +490 -0
  5. pulumi_azure_native/app/app_resiliency.py +3 -3
  6. pulumi_azure_native/app/build.py +3 -3
  7. pulumi_azure_native/app/builder.py +3 -3
  8. pulumi_azure_native/app/certificate.py +3 -3
  9. pulumi_azure_native/app/connected_environment.py +3 -3
  10. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  11. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  12. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  13. pulumi_azure_native/app/container_app.py +3 -3
  14. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  15. pulumi_azure_native/app/container_apps_session_pool.py +488 -0
  16. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  17. pulumi_azure_native/app/dapr_component.py +3 -3
  18. pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
  19. pulumi_azure_native/app/dapr_subscription.py +3 -3
  20. pulumi_azure_native/app/dot_net_component.py +5 -1
  21. pulumi_azure_native/app/get_app_resiliency.py +2 -2
  22. pulumi_azure_native/app/get_build.py +2 -2
  23. pulumi_azure_native/app/get_builder.py +2 -2
  24. pulumi_azure_native/app/get_certificate.py +2 -2
  25. pulumi_azure_native/app/get_connected_environment.py +2 -2
  26. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  27. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  28. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  29. pulumi_azure_native/app/get_container_app.py +2 -2
  30. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  31. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  32. pulumi_azure_native/app/get_container_apps_session_pool.py +289 -0
  33. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  34. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  35. pulumi_azure_native/app/get_dapr_component.py +2 -2
  36. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  37. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  38. pulumi_azure_native/app/get_dot_net_component.py +4 -0
  39. pulumi_azure_native/app/get_java_component.py +4 -0
  40. pulumi_azure_native/app/get_job.py +2 -2
  41. pulumi_azure_native/app/get_logic_app.py +125 -0
  42. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  43. pulumi_azure_native/app/get_managed_environment.py +2 -2
  44. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  45. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +177 -0
  46. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  47. pulumi_azure_native/app/java_component.py +5 -1
  48. pulumi_azure_native/app/job.py +3 -3
  49. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  50. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  51. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  52. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  53. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  54. pulumi_azure_native/app/list_job_secrets.py +2 -2
  55. pulumi_azure_native/app/list_logic_app_workflows_connections.py +151 -0
  56. pulumi_azure_native/app/logic_app.py +187 -0
  57. pulumi_azure_native/app/managed_certificate.py +3 -3
  58. pulumi_azure_native/app/managed_environment.py +3 -3
  59. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +249 -0
  60. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  61. pulumi_azure_native/app/outputs.py +730 -0
  62. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  63. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  64. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  65. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  66. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  67. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  68. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  69. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  70. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  71. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  72. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  73. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  74. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  75. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  76. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  77. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  78. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  79. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  80. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  81. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  82. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  83. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  84. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  85. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  86. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  87. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  88. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  89. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  90. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  91. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  92. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  93. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  94. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  95. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  96. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  97. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  98. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  99. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  100. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  101. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  102. pulumi_azure_native/app/v20230501/job.py +1 -1
  103. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  104. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  105. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  106. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  107. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  108. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  109. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  110. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  111. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  112. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  113. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  114. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  115. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  116. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  117. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  118. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  119. pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
  120. pulumi_azure_native/app/v20230801preview/build.py +1 -1
  121. pulumi_azure_native/app/v20230801preview/builder.py +1 -1
  122. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  123. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  124. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  125. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  126. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  127. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  128. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  129. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  130. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  131. pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
  132. pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
  133. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  134. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  135. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  136. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  137. pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
  138. pulumi_azure_native/app/v20231102preview/build.py +1 -1
  139. pulumi_azure_native/app/v20231102preview/builder.py +1 -1
  140. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  141. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  142. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  143. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  144. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  145. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  146. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  147. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  148. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  149. pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
  150. pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
  151. pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
  152. pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
  153. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  154. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  155. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  156. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  157. pulumi_azure_native/app/v20240202preview/__init__.py +66 -0
  158. pulumi_azure_native/app/v20240202preview/_enums.py +346 -0
  159. pulumi_azure_native/app/v20240202preview/_inputs.py +9269 -0
  160. pulumi_azure_native/app/v20240202preview/app_resiliency.py +359 -0
  161. pulumi_azure_native/app/v20240202preview/build.py +294 -0
  162. pulumi_azure_native/app/v20240202preview/builder.py +322 -0
  163. pulumi_azure_native/app/v20240202preview/certificate.py +274 -0
  164. pulumi_azure_native/app/v20240202preview/connected_environment.py +370 -0
  165. pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +274 -0
  166. pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +451 -0
  167. pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +216 -0
  168. pulumi_azure_native/app/v20240202preview/container_app.py +584 -0
  169. pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +361 -0
  170. pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +486 -0
  171. pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +291 -0
  172. pulumi_azure_native/app/v20240202preview/dapr_component.py +451 -0
  173. pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +264 -0
  174. pulumi_azure_native/app/v20240202preview/dapr_subscription.py +388 -0
  175. pulumi_azure_native/app/v20240202preview/dot_net_component.py +283 -0
  176. pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +201 -0
  177. pulumi_azure_native/app/v20240202preview/get_build.py +214 -0
  178. pulumi_azure_native/app/v20240202preview/get_builder.py +196 -0
  179. pulumi_azure_native/app/v20240202preview/get_certificate.py +162 -0
  180. pulumi_azure_native/app/v20240202preview/get_connected_environment.py +235 -0
  181. pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +162 -0
  182. pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +240 -0
  183. pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +136 -0
  184. pulumi_azure_native/app/v20240202preview/get_container_app.py +365 -0
  185. pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +170 -0
  186. pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +201 -0
  187. pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +287 -0
  188. pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +177 -0
  189. pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +61 -0
  190. pulumi_azure_native/app/v20240202preview/get_dapr_component.py +240 -0
  191. pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +154 -0
  192. pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +214 -0
  193. pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +175 -0
  194. pulumi_azure_native/app/v20240202preview/get_java_component.py +136 -0
  195. pulumi_azure_native/app/v20240202preview/get_job.py +261 -0
  196. pulumi_azure_native/app/v20240202preview/get_logic_app.py +123 -0
  197. pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +162 -0
  198. pulumi_azure_native/app/v20240202preview/get_managed_environment.py +445 -0
  199. pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +170 -0
  200. pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +175 -0
  201. pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +136 -0
  202. pulumi_azure_native/app/v20240202preview/java_component.py +214 -0
  203. pulumi_azure_native/app/v20240202preview/job.py +428 -0
  204. pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +96 -0
  205. pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +84 -0
  206. pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +227 -0
  207. pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +79 -0
  208. pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +84 -0
  209. pulumi_azure_native/app/v20240202preview/list_job_secrets.py +79 -0
  210. pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +149 -0
  211. pulumi_azure_native/app/v20240202preview/logic_app.py +185 -0
  212. pulumi_azure_native/app/v20240202preview/managed_certificate.py +274 -0
  213. pulumi_azure_native/app/v20240202preview/managed_environment.py +747 -0
  214. pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +247 -0
  215. pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +216 -0
  216. pulumi_azure_native/app/v20240202preview/outputs.py +11065 -0
  217. pulumi_azure_native/app/v20240301/certificate.py +1 -1
  218. pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
  219. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
  220. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
  221. pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
  222. pulumi_azure_native/app/v20240301/container_app.py +1 -1
  223. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
  224. pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
  225. pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
  226. pulumi_azure_native/app/v20240301/job.py +1 -1
  227. pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
  228. pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
  229. pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
  230. pulumi_azure_native/cdn/__init__.py +3 -0
  231. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  232. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  233. pulumi_azure_native/cdn/afd_origin.py +3 -3
  234. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  235. pulumi_azure_native/cdn/custom_domain.py +3 -3
  236. pulumi_azure_native/cdn/endpoint.py +3 -3
  237. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  238. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  239. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  240. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  241. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  242. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  243. pulumi_azure_native/cdn/get_key_group.py +4 -0
  244. pulumi_azure_native/cdn/get_origin.py +2 -2
  245. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  246. pulumi_azure_native/cdn/get_policy.py +2 -2
  247. pulumi_azure_native/cdn/get_profile.py +2 -2
  248. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  249. pulumi_azure_native/cdn/get_route.py +2 -2
  250. pulumi_azure_native/cdn/get_rule.py +2 -2
  251. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  252. pulumi_azure_native/cdn/get_secret.py +2 -2
  253. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  254. pulumi_azure_native/cdn/key_group.py +5 -1
  255. pulumi_azure_native/cdn/origin.py +3 -3
  256. pulumi_azure_native/cdn/origin_group.py +3 -3
  257. pulumi_azure_native/cdn/policy.py +3 -3
  258. pulumi_azure_native/cdn/profile.py +3 -3
  259. pulumi_azure_native/cdn/route.py +3 -3
  260. pulumi_azure_native/cdn/rule.py +3 -3
  261. pulumi_azure_native/cdn/rule_set.py +3 -3
  262. pulumi_azure_native/cdn/secret.py +3 -3
  263. pulumi_azure_native/cdn/security_policy.py +3 -3
  264. pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
  265. pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
  266. pulumi_azure_native/cdn/v20200901/profile.py +1 -1
  267. pulumi_azure_native/cdn/v20200901/route.py +1 -1
  268. pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
  269. pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
  270. pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
  271. pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
  272. pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
  273. pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
  274. pulumi_azure_native/cdn/v20230501/origin.py +1 -1
  275. pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
  276. pulumi_azure_native/cdn/v20230501/policy.py +1 -1
  277. pulumi_azure_native/cdn/v20230501/profile.py +1 -1
  278. pulumi_azure_native/cdn/v20230501/route.py +1 -1
  279. pulumi_azure_native/cdn/v20230501/rule.py +1 -1
  280. pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
  281. pulumi_azure_native/cdn/v20230501/secret.py +1 -1
  282. pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
  283. pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
  284. pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
  285. pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
  286. pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
  287. pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
  288. pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
  289. pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
  290. pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
  291. pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
  292. pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
  293. pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
  294. pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
  295. pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
  296. pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
  297. pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
  298. pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
  299. pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
  300. pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
  301. pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
  302. pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
  303. pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
  304. pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
  305. pulumi_azure_native/cdn/v20240201/origin.py +1 -1
  306. pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
  307. pulumi_azure_native/cdn/v20240201/policy.py +1 -1
  308. pulumi_azure_native/cdn/v20240201/profile.py +1 -1
  309. pulumi_azure_native/cdn/v20240201/route.py +1 -1
  310. pulumi_azure_native/cdn/v20240201/rule.py +1 -1
  311. pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
  312. pulumi_azure_native/cdn/v20240201/secret.py +1 -1
  313. pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
  314. pulumi_azure_native/cdn/v20240501preview/__init__.py +43 -0
  315. pulumi_azure_native/cdn/v20240501preview/_enums.py +839 -0
  316. pulumi_azure_native/cdn/v20240501preview/_inputs.py +6013 -0
  317. pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +418 -0
  318. pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +338 -0
  319. pulumi_azure_native/cdn/v20240501preview/afd_origin.py +537 -0
  320. pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +329 -0
  321. pulumi_azure_native/cdn/v20240501preview/custom_domain.py +296 -0
  322. pulumi_azure_native/cdn/v20240501preview/endpoint.py +762 -0
  323. pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +276 -0
  324. pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +224 -0
  325. pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +294 -0
  326. pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +211 -0
  327. pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +219 -0
  328. pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +409 -0
  329. pulumi_azure_native/cdn/v20240501preview/get_key_group.py +159 -0
  330. pulumi_azure_native/cdn/v20240501preview/get_origin.py +310 -0
  331. pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +206 -0
  332. pulumi_azure_native/cdn/v20240501preview/get_policy.py +271 -0
  333. pulumi_azure_native/cdn/v20240501preview/get_profile.py +261 -0
  334. pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +78 -0
  335. pulumi_azure_native/cdn/v20240501preview/get_route.py +320 -0
  336. pulumi_azure_native/cdn/v20240501preview/get_rule.py +216 -0
  337. pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +159 -0
  338. pulumi_azure_native/cdn/v20240501preview/get_secret.py +172 -0
  339. pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +172 -0
  340. pulumi_azure_native/cdn/v20240501preview/key_group.py +232 -0
  341. pulumi_azure_native/cdn/v20240501preview/origin.py +556 -0
  342. pulumi_azure_native/cdn/v20240501preview/origin_group.py +345 -0
  343. pulumi_azure_native/cdn/v20240501preview/outputs.py +7210 -0
  344. pulumi_azure_native/cdn/v20240501preview/policy.py +436 -0
  345. pulumi_azure_native/cdn/v20240501preview/profile.py +391 -0
  346. pulumi_azure_native/cdn/v20240501preview/route.py +595 -0
  347. pulumi_azure_native/cdn/v20240501preview/rule.py +356 -0
  348. pulumi_azure_native/cdn/v20240501preview/rule_set.py +211 -0
  349. pulumi_azure_native/cdn/v20240501preview/secret.py +241 -0
  350. pulumi_azure_native/cdn/v20240501preview/security_policy.py +241 -0
  351. pulumi_azure_native/config/__init__.pyi +6 -1
  352. pulumi_azure_native/config/vars.py +8 -1
  353. pulumi_azure_native/devcenter/__init__.py +4 -0
  354. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  355. pulumi_azure_native/devcenter/catalog.py +3 -3
  356. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  357. pulumi_azure_native/devcenter/dev_center.py +3 -3
  358. pulumi_azure_native/devcenter/encryption_set.py +5 -1
  359. pulumi_azure_native/devcenter/environment_type.py +3 -3
  360. pulumi_azure_native/devcenter/gallery.py +3 -3
  361. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  362. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  363. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  364. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  365. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  366. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  367. pulumi_azure_native/devcenter/get_encryption_set.py +4 -0
  368. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  369. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  370. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  371. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  372. pulumi_azure_native/devcenter/get_plan.py +4 -0
  373. pulumi_azure_native/devcenter/get_plan_member.py +4 -0
  374. pulumi_azure_native/devcenter/get_pool.py +2 -2
  375. pulumi_azure_native/devcenter/get_project.py +2 -2
  376. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  377. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  378. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  379. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  380. pulumi_azure_native/devcenter/get_project_inherited_settings.py +4 -0
  381. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  382. pulumi_azure_native/devcenter/list_skus_by_project.py +94 -0
  383. pulumi_azure_native/devcenter/network_connection.py +3 -3
  384. pulumi_azure_native/devcenter/outputs.py +138 -0
  385. pulumi_azure_native/devcenter/plan.py +5 -1
  386. pulumi_azure_native/devcenter/plan_member.py +5 -1
  387. pulumi_azure_native/devcenter/pool.py +3 -3
  388. pulumi_azure_native/devcenter/project.py +3 -3
  389. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  390. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  391. pulumi_azure_native/devcenter/schedule.py +3 -3
  392. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  393. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  394. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  395. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  396. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  397. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  398. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  399. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  400. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  401. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  402. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  403. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  404. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  405. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  406. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  407. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  408. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  409. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  410. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  411. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  412. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  413. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  414. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  415. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  416. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  417. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  418. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  419. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  420. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  421. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  422. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  423. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  424. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  425. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  426. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  427. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  428. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  429. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  430. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  431. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  432. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  433. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  434. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  435. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  436. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  437. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  438. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  439. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  440. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  441. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  442. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  443. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  444. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  445. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  446. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  447. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  448. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  449. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  450. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  451. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  452. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  453. pulumi_azure_native/devcenter/v20240601preview/__init__.py +47 -0
  454. pulumi_azure_native/devcenter/v20240601preview/_enums.py +209 -0
  455. pulumi_azure_native/devcenter/v20240601preview/_inputs.py +595 -0
  456. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +255 -0
  457. pulumi_azure_native/devcenter/v20240601preview/catalog.py +363 -0
  458. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +413 -0
  459. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +447 -0
  460. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +342 -0
  461. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +253 -0
  462. pulumi_azure_native/devcenter/v20240601preview/gallery.py +225 -0
  463. pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +188 -0
  464. pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +253 -0
  465. pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +110 -0
  466. pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +89 -0
  467. pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +266 -0
  468. pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +261 -0
  469. pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +201 -0
  470. pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +89 -0
  471. pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +162 -0
  472. pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +149 -0
  473. pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +261 -0
  474. pulumi_azure_native/devcenter/v20240601preview/get_plan.py +170 -0
  475. pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +175 -0
  476. pulumi_azure_native/devcenter/v20240601preview/get_pool.py +344 -0
  477. pulumi_azure_native/devcenter/v20240601preview/get_project.py +248 -0
  478. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +253 -0
  479. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +89 -0
  480. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +110 -0
  481. pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +253 -0
  482. pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +92 -0
  483. pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +224 -0
  484. pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +92 -0
  485. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +448 -0
  486. pulumi_azure_native/devcenter/v20240601preview/outputs.py +1447 -0
  487. pulumi_azure_native/devcenter/v20240601preview/plan.py +263 -0
  488. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +283 -0
  489. pulumi_azure_native/devcenter/v20240601preview/pool.py +608 -0
  490. pulumi_azure_native/devcenter/v20240601preview/project.py +418 -0
  491. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +363 -0
  492. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +439 -0
  493. pulumi_azure_native/devcenter/v20240601preview/schedule.py +434 -0
  494. pulumi_azure_native/elastic/__init__.py +3 -0
  495. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  496. pulumi_azure_native/elastic/get_monitor.py +2 -2
  497. pulumi_azure_native/elastic/get_monitored_subscription.py +4 -0
  498. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  499. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  500. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  501. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  502. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  503. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  504. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  505. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  506. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  507. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  508. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  509. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  510. pulumi_azure_native/elastic/monitor.py +3 -3
  511. pulumi_azure_native/elastic/monitored_subscription.py +5 -1
  512. pulumi_azure_native/elastic/open_ai.py +3 -3
  513. pulumi_azure_native/elastic/tag_rule.py +3 -3
  514. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  515. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  516. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  517. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  518. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  519. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  520. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  521. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  522. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  523. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  524. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  525. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  526. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  527. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  528. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  529. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  530. pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
  531. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
  532. pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
  533. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
  534. pulumi_azure_native/elastic/v20240615preview/__init__.py +29 -0
  535. pulumi_azure_native/elastic/v20240615preview/_enums.py +57 -0
  536. pulumi_azure_native/elastic/v20240615preview/_inputs.py +826 -0
  537. pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +92 -0
  538. pulumi_azure_native/elastic/v20240615preview/get_monitor.py +183 -0
  539. pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +123 -0
  540. pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +123 -0
  541. pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +84 -0
  542. pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +71 -0
  543. pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
  544. pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +136 -0
  545. pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +79 -0
  546. pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +92 -0
  547. pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +157 -0
  548. pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +92 -0
  549. pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +91 -0
  550. pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +92 -0
  551. pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +79 -0
  552. pulumi_azure_native/elastic/v20240615preview/monitor.py +311 -0
  553. pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +206 -0
  554. pulumi_azure_native/elastic/v20240615preview/open_ai.py +205 -0
  555. pulumi_azure_native/elastic/v20240615preview/outputs.py +1752 -0
  556. pulumi_azure_native/elastic/v20240615preview/tag_rule.py +216 -0
  557. pulumi_azure_native/hdinsight/__init__.py +3 -3
  558. pulumi_azure_native/hdinsight/cluster.py +2 -2
  559. pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
  560. pulumi_azure_native/hdinsight/get_cluster.py +2 -2
  561. pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
  562. pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
  563. pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
  564. pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
  565. pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
  566. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_inputs.py +56 -1
  567. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster.py +1 -1
  568. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster_pool.py +1 -1
  569. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster.py +1 -1
  570. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster_pool.py +1 -1
  571. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/outputs.py +66 -1
  572. pulumi_azure_native/keyvault/__init__.py +3 -0
  573. pulumi_azure_native/keyvault/get_key.py +2 -2
  574. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  575. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  576. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  577. pulumi_azure_native/keyvault/get_secret.py +2 -2
  578. pulumi_azure_native/keyvault/get_vault.py +2 -2
  579. pulumi_azure_native/keyvault/key.py +3 -3
  580. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  581. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  582. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  583. pulumi_azure_native/keyvault/secret.py +3 -3
  584. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  585. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  586. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  587. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  588. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  589. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  590. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  591. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  592. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  593. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  594. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  595. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  596. pulumi_azure_native/keyvault/v20240401preview/__init__.py +22 -0
  597. pulumi_azure_native/keyvault/v20240401preview/_enums.py +242 -0
  598. pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1623 -0
  599. pulumi_azure_native/keyvault/v20240401preview/get_key.py +250 -0
  600. pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +183 -0
  601. pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +227 -0
  602. pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +188 -0
  603. pulumi_azure_native/keyvault/v20240401preview/get_secret.py +149 -0
  604. pulumi_azure_native/keyvault/v20240401preview/get_vault.py +157 -0
  605. pulumi_azure_native/keyvault/v20240401preview/key.py +324 -0
  606. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +310 -0
  607. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +361 -0
  608. pulumi_azure_native/keyvault/v20240401preview/outputs.py +2258 -0
  609. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +256 -0
  610. pulumi_azure_native/keyvault/v20240401preview/secret.py +245 -0
  611. pulumi_azure_native/keyvault/v20240401preview/vault.py +254 -0
  612. pulumi_azure_native/keyvault/vault.py +3 -3
  613. pulumi_azure_native/kubernetes/__init__.py +3 -0
  614. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  615. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  616. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  617. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  618. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  619. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  620. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  621. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  622. pulumi_azure_native/kubernetes/v20240601preview/__init__.py +13 -0
  623. pulumi_azure_native/kubernetes/v20240601preview/_enums.py +76 -0
  624. pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +305 -0
  625. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +730 -0
  626. pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +443 -0
  627. pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +103 -0
  628. pulumi_azure_native/kubernetes/v20240601preview/outputs.py +717 -0
  629. pulumi_azure_native/network/__init__.py +3 -0
  630. pulumi_azure_native/network/admin_rule.py +3 -3
  631. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  632. pulumi_azure_native/network/application_gateway.py +3 -3
  633. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  634. pulumi_azure_native/network/application_security_group.py +3 -3
  635. pulumi_azure_native/network/azure_firewall.py +3 -3
  636. pulumi_azure_native/network/bastion_host.py +3 -3
  637. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  638. pulumi_azure_native/network/connection_monitor.py +3 -3
  639. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  640. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  641. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  642. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  643. pulumi_azure_native/network/default_admin_rule.py +1 -1
  644. pulumi_azure_native/network/dscp_configuration.py +3 -3
  645. pulumi_azure_native/network/express_route_circuit.py +3 -3
  646. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  647. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  648. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  649. pulumi_azure_native/network/express_route_connection.py +3 -3
  650. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  651. pulumi_azure_native/network/express_route_gateway.py +3 -3
  652. pulumi_azure_native/network/express_route_port.py +3 -3
  653. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  654. pulumi_azure_native/network/firewall_policy.py +3 -3
  655. pulumi_azure_native/network/firewall_policy_draft.py +5 -1
  656. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  657. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +5 -1
  658. pulumi_azure_native/network/flow_log.py +3 -3
  659. pulumi_azure_native/network/get_active_sessions.py +2 -2
  660. pulumi_azure_native/network/get_admin_rule.py +2 -2
  661. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  662. pulumi_azure_native/network/get_application_gateway.py +2 -2
  663. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  664. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  665. pulumi_azure_native/network/get_application_security_group.py +2 -2
  666. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  667. pulumi_azure_native/network/get_bastion_host.py +2 -2
  668. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  669. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  670. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  671. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  672. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  673. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  674. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  675. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  676. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  677. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  678. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  679. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  680. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  681. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  682. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  683. pulumi_azure_native/network/get_express_route_port.py +2 -2
  684. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  685. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  686. pulumi_azure_native/network/get_firewall_policy_draft.py +4 -0
  687. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  688. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +4 -0
  689. pulumi_azure_native/network/get_flow_log.py +2 -2
  690. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  691. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  692. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  693. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  694. pulumi_azure_native/network/get_ip_group.py +2 -2
  695. pulumi_azure_native/network/get_load_balancer.py +2 -2
  696. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  697. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  698. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  699. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  700. pulumi_azure_native/network/get_nat_rule.py +2 -2
  701. pulumi_azure_native/network/get_network_group.py +2 -2
  702. pulumi_azure_native/network/get_network_interface.py +2 -2
  703. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  704. pulumi_azure_native/network/get_network_manager.py +2 -2
  705. pulumi_azure_native/network/get_network_profile.py +2 -2
  706. pulumi_azure_native/network/get_network_security_group.py +2 -2
  707. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  708. pulumi_azure_native/network/get_network_watcher.py +2 -2
  709. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  710. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  711. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  712. pulumi_azure_native/network/get_packet_capture.py +2 -2
  713. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  714. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  715. pulumi_azure_native/network/get_private_link_service.py +2 -2
  716. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  717. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  718. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  719. pulumi_azure_native/network/get_route.py +2 -2
  720. pulumi_azure_native/network/get_route_filter.py +2 -2
  721. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  722. pulumi_azure_native/network/get_route_map.py +2 -2
  723. pulumi_azure_native/network/get_route_table.py +2 -2
  724. pulumi_azure_native/network/get_routing_intent.py +2 -2
  725. pulumi_azure_native/network/get_scope_connection.py +2 -2
  726. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  727. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  728. pulumi_azure_native/network/get_security_rule.py +2 -2
  729. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  730. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  731. pulumi_azure_native/network/get_static_member.py +2 -2
  732. pulumi_azure_native/network/get_subnet.py +2 -2
  733. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  734. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  735. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  736. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  737. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  738. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  739. pulumi_azure_native/network/get_virtual_network.py +2 -2
  740. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  741. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  742. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  743. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  744. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  745. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  746. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  747. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  748. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  749. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  750. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  751. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  752. pulumi_azure_native/network/get_virtual_router.py +2 -2
  753. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  754. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  755. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  756. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  757. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  758. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  759. pulumi_azure_native/network/get_vpn_site.py +2 -2
  760. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  761. pulumi_azure_native/network/hub_route_table.py +3 -3
  762. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  763. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  764. pulumi_azure_native/network/interface_endpoint.py +1 -1
  765. pulumi_azure_native/network/ip_allocation.py +3 -3
  766. pulumi_azure_native/network/ip_group.py +3 -3
  767. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  768. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  769. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  770. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  771. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  772. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  773. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  774. pulumi_azure_native/network/load_balancer.py +3 -3
  775. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  776. pulumi_azure_native/network/local_network_gateway.py +3 -3
  777. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  778. pulumi_azure_native/network/nat_gateway.py +3 -3
  779. pulumi_azure_native/network/nat_rule.py +3 -3
  780. pulumi_azure_native/network/network_group.py +3 -3
  781. pulumi_azure_native/network/network_interface.py +3 -3
  782. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  783. pulumi_azure_native/network/network_manager.py +3 -3
  784. pulumi_azure_native/network/network_profile.py +3 -3
  785. pulumi_azure_native/network/network_security_group.py +3 -3
  786. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  787. pulumi_azure_native/network/network_watcher.py +3 -3
  788. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  789. pulumi_azure_native/network/packet_capture.py +3 -3
  790. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  791. pulumi_azure_native/network/private_endpoint.py +3 -3
  792. pulumi_azure_native/network/private_link_service.py +3 -3
  793. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  794. pulumi_azure_native/network/public_ip_address.py +3 -3
  795. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  796. pulumi_azure_native/network/route.py +3 -3
  797. pulumi_azure_native/network/route_filter.py +3 -3
  798. pulumi_azure_native/network/route_filter_rule.py +3 -3
  799. pulumi_azure_native/network/route_map.py +3 -3
  800. pulumi_azure_native/network/route_table.py +3 -3
  801. pulumi_azure_native/network/routing_intent.py +3 -3
  802. pulumi_azure_native/network/scope_connection.py +3 -3
  803. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  804. pulumi_azure_native/network/security_partner_provider.py +3 -3
  805. pulumi_azure_native/network/security_rule.py +3 -3
  806. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  807. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  808. pulumi_azure_native/network/static_member.py +3 -3
  809. pulumi_azure_native/network/subnet.py +3 -3
  810. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  811. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  812. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  813. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  814. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  815. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  816. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  817. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  818. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  819. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  820. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  821. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  822. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  823. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  824. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  825. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  826. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  827. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  828. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  829. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  830. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  831. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  832. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  833. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  834. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  835. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  836. pulumi_azure_native/network/v20190601/route.py +1 -1
  837. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  838. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  839. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  840. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  841. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  842. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  843. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  844. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  845. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  846. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  847. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  848. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  849. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  850. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  851. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  852. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  853. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  854. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  855. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  856. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  857. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  858. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  859. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  860. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  861. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  862. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  863. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  864. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  865. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  866. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  867. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  868. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  869. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  870. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  871. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  872. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  873. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  874. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  875. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  876. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  877. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  878. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  879. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  880. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  881. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  882. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  883. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  884. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  885. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  886. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  887. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  888. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  889. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  890. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  891. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  892. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  893. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  894. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  895. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  896. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  897. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  898. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  899. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  900. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  901. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  902. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  903. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  904. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  905. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  906. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  907. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  908. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  909. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  910. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  911. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  912. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  913. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  914. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  915. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  916. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  917. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  918. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  919. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  920. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  921. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  922. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  923. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  924. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  925. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  926. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  927. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  928. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  929. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  930. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  931. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  932. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  933. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  934. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  935. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  936. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  937. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  938. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  939. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  940. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  941. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  942. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  943. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  944. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  945. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  946. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  947. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  948. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  949. pulumi_azure_native/network/v20230201/route.py +1 -1
  950. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  951. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  952. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  953. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  954. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  955. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  956. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  957. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  958. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  959. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  960. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  961. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  962. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  963. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  964. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  965. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  966. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  967. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  968. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  969. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  970. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  971. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  972. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  973. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  974. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  975. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  976. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  977. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  978. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  979. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  980. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  981. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  982. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  983. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  984. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  985. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  986. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  987. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  988. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  989. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  990. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  991. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  992. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  993. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  994. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  995. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  996. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  997. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  998. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  999. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  1000. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  1001. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  1002. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  1003. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  1004. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  1005. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  1006. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  1007. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  1008. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  1009. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  1010. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  1011. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  1012. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  1013. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  1014. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  1015. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  1016. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  1017. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  1018. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  1019. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  1020. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  1021. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  1022. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  1023. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  1024. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  1025. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  1026. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  1027. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  1028. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  1029. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  1030. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  1031. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  1032. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  1033. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  1034. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  1035. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  1036. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  1037. pulumi_azure_native/network/v20230401/route.py +1 -1
  1038. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  1039. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  1040. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  1041. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  1042. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  1043. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  1044. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  1045. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  1046. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  1047. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  1048. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  1049. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  1050. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  1051. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  1052. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  1053. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  1054. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  1055. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  1056. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  1057. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  1058. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  1059. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  1060. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  1061. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  1062. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  1063. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  1064. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  1065. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  1066. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  1067. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  1068. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  1069. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  1070. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  1071. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  1072. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  1073. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  1074. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  1075. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  1076. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  1077. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  1078. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  1079. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  1080. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  1081. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  1082. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  1083. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  1084. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  1085. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  1086. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  1087. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  1088. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  1089. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  1090. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  1091. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  1092. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  1093. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  1094. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  1095. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  1096. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  1097. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  1098. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  1099. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  1100. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  1101. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  1102. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  1103. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  1104. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  1105. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  1106. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  1107. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  1108. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  1109. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  1110. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  1111. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  1112. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  1113. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  1114. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  1115. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  1116. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  1117. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  1118. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  1119. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  1120. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  1121. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  1122. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  1123. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  1124. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  1125. pulumi_azure_native/network/v20230501/route.py +1 -1
  1126. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  1127. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  1128. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  1129. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  1130. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  1131. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  1132. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  1133. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  1134. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  1135. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  1136. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  1137. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  1138. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  1139. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  1140. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  1141. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  1142. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  1143. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  1144. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  1145. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  1146. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  1147. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  1148. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  1149. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  1150. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  1151. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  1152. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  1153. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  1154. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  1155. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  1156. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  1157. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  1158. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  1159. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  1160. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  1161. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  1162. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  1163. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  1164. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  1165. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  1166. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  1167. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  1168. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  1169. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  1170. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  1171. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  1172. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  1173. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  1174. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  1175. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  1176. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  1177. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  1178. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  1179. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  1180. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  1181. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  1182. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  1183. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  1184. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  1185. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  1186. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  1187. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  1188. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  1189. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  1190. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  1191. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1192. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1193. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1194. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1195. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1196. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1197. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1198. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1199. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1200. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1201. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1202. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1203. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1204. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1205. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1206. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1207. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1208. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1209. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1210. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1211. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1212. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1213. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1214. pulumi_azure_native/network/v20230601/route.py +1 -1
  1215. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1216. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1217. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1218. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1219. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1220. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1221. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1222. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1223. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1224. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1225. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1226. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1227. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1228. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1229. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1230. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1231. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1232. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1233. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1234. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1235. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1236. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1237. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1238. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1239. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1240. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1241. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1242. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1243. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1244. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1245. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1246. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1247. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1248. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1249. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1250. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1251. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1252. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1253. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1254. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1255. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1256. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1257. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1258. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1259. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1260. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1261. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1262. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1263. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1264. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1265. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1266. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1267. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1268. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1269. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1270. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1271. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1272. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1273. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1274. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1275. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1276. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1277. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1278. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1279. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1280. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1281. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1282. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1283. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1284. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1285. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1286. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1287. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1288. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1289. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1290. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1291. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1292. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1293. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1294. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1295. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1296. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1297. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1298. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1299. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1300. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1301. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1302. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1303. pulumi_azure_native/network/v20230901/route.py +1 -1
  1304. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1305. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1306. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1307. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1308. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1309. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1310. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1311. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1312. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1313. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1314. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1315. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1316. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1317. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1318. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1319. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1320. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1321. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1322. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1323. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1324. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1325. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1326. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1327. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1328. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1329. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1330. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1331. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1332. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1333. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1334. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1335. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1336. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1337. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1338. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1339. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1340. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1341. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1342. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1343. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1344. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1345. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1346. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1347. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1348. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1349. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1350. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1351. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1352. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1353. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1354. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1355. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1356. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1357. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1358. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1359. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1360. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1361. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1362. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1363. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1364. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1365. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1366. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1367. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1368. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1369. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1370. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1371. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1372. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1373. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1374. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1375. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1376. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1377. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1378. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1379. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1380. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1381. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1382. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1383. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1384. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1385. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1386. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1387. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1388. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1389. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1390. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1391. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1392. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1393. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1394. pulumi_azure_native/network/v20231101/route.py +1 -1
  1395. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1396. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1397. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1398. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1399. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1400. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1401. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1402. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1403. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1404. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1405. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1406. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1407. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1408. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1409. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1410. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1411. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1412. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1413. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1414. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1415. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1416. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1417. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1418. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1419. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1420. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1421. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1422. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1423. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1424. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1425. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1426. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1427. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1428. pulumi_azure_native/network/v20240101/__init__.py +212 -0
  1429. pulumi_azure_native/network/v20240101/_enums.py +1771 -0
  1430. pulumi_azure_native/network/v20240101/_inputs.py +20903 -0
  1431. pulumi_azure_native/network/v20240101/admin_rule.py +558 -0
  1432. pulumi_azure_native/network/v20240101/admin_rule_collection.py +296 -0
  1433. pulumi_azure_native/network/v20240101/application_gateway.py +1251 -0
  1434. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +284 -0
  1435. pulumi_azure_native/network/v20240101/application_security_group.py +261 -0
  1436. pulumi_azure_native/network/v20240101/azure_firewall.py +612 -0
  1437. pulumi_azure_native/network/v20240101/bastion_host.py +680 -0
  1438. pulumi_azure_native/network/v20240101/configuration_policy_group.py +333 -0
  1439. pulumi_azure_native/network/v20240101/connection_monitor.py +574 -0
  1440. pulumi_azure_native/network/v20240101/connectivity_configuration.py +393 -0
  1441. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +642 -0
  1442. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +261 -0
  1443. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +262 -0
  1444. pulumi_azure_native/network/v20240101/default_admin_rule.py +410 -0
  1445. pulumi_azure_native/network/v20240101/dscp_configuration.py +487 -0
  1446. pulumi_azure_native/network/v20240101/express_route_circuit.py +715 -0
  1447. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +302 -0
  1448. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +411 -0
  1449. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +733 -0
  1450. pulumi_azure_native/network/v20240101/express_route_connection.py +421 -0
  1451. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +556 -0
  1452. pulumi_azure_native/network/v20240101/express_route_gateway.py +374 -0
  1453. pulumi_azure_native/network/v20240101/express_route_port.py +488 -0
  1454. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +263 -0
  1455. pulumi_azure_native/network/v20240101/firewall_policy.py +642 -0
  1456. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +496 -0
  1457. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +304 -0
  1458. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +285 -0
  1459. pulumi_azure_native/network/v20240101/flow_log.py +490 -0
  1460. pulumi_azure_native/network/v20240101/get_active_sessions.py +92 -0
  1461. pulumi_azure_native/network/v20240101/get_admin_rule.py +303 -0
  1462. pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +193 -0
  1463. pulumi_azure_native/network/v20240101/get_application_gateway.py +638 -0
  1464. pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +139 -0
  1465. pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +175 -0
  1466. pulumi_azure_native/network/v20240101/get_application_security_group.py +169 -0
  1467. pulumi_azure_native/network/v20240101/get_azure_firewall.py +326 -0
  1468. pulumi_azure_native/network/v20240101/get_bastion_host.py +336 -0
  1469. pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +98 -0
  1470. pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +188 -0
  1471. pulumi_azure_native/network/v20240101/get_connection_monitor.py +318 -0
  1472. pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +240 -0
  1473. pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +370 -0
  1474. pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +169 -0
  1475. pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +196 -0
  1476. pulumi_azure_native/network/v20240101/get_default_admin_rule.py +316 -0
  1477. pulumi_azure_native/network/v20240101/get_dscp_configuration.py +287 -0
  1478. pulumi_azure_native/network/v20240101/get_express_route_circuit.py +378 -0
  1479. pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +174 -0
  1480. pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +219 -0
  1481. pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +383 -0
  1482. pulumi_azure_native/network/v20240101/get_express_route_connection.py +201 -0
  1483. pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +305 -0
  1484. pulumi_azure_native/network/v20240101/get_express_route_gateway.py +209 -0
  1485. pulumi_azure_native/network/v20240101/get_express_route_port.py +313 -0
  1486. pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +174 -0
  1487. pulumi_azure_native/network/v20240101/get_firewall_policy.py +370 -0
  1488. pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +248 -0
  1489. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +175 -0
  1490. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +149 -0
  1491. pulumi_azure_native/network/v20240101/get_flow_log.py +266 -0
  1492. pulumi_azure_native/network/v20240101/get_hub_route_table.py +188 -0
  1493. pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +188 -0
  1494. pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +284 -0
  1495. pulumi_azure_native/network/v20240101/get_ip_allocation.py +240 -0
  1496. pulumi_azure_native/network/v20240101/get_ip_group.py +201 -0
  1497. pulumi_azure_native/network/v20240101/get_load_balancer.py +292 -0
  1498. pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +279 -0
  1499. pulumi_azure_native/network/v20240101/get_local_network_gateway.py +222 -0
  1500. pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +157 -0
  1501. pulumi_azure_native/network/v20240101/get_nat_gateway.py +253 -0
  1502. pulumi_azure_native/network/v20240101/get_nat_rule.py +214 -0
  1503. pulumi_azure_native/network/v20240101/get_network_group.py +175 -0
  1504. pulumi_azure_native/network/v20240101/get_network_interface.py +448 -0
  1505. pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +149 -0
  1506. pulumi_azure_native/network/v20240101/get_network_manager.py +222 -0
  1507. pulumi_azure_native/network/v20240101/get_network_profile.py +201 -0
  1508. pulumi_azure_native/network/v20240101/get_network_security_group.py +253 -0
  1509. pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +409 -0
  1510. pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +175 -0
  1511. pulumi_azure_native/network/v20240101/get_network_watcher.py +156 -0
  1512. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +248 -0
  1513. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
  1514. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
  1515. pulumi_azure_native/network/v20240101/get_packet_capture.py +253 -0
  1516. pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +136 -0
  1517. pulumi_azure_native/network/v20240101/get_private_endpoint.py +279 -0
  1518. pulumi_azure_native/network/v20240101/get_private_link_service.py +292 -0
  1519. pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +193 -0
  1520. pulumi_azure_native/network/v20240101/get_public_ip_address.py +396 -0
  1521. pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +318 -0
  1522. pulumi_azure_native/network/v20240101/get_route.py +187 -0
  1523. pulumi_azure_native/network/v20240101/get_route_filter.py +201 -0
  1524. pulumi_azure_native/network/v20240101/get_route_filter_rule.py +174 -0
  1525. pulumi_azure_native/network/v20240101/get_route_map.py +175 -0
  1526. pulumi_azure_native/network/v20240101/get_route_table.py +214 -0
  1527. pulumi_azure_native/network/v20240101/get_routing_intent.py +149 -0
  1528. pulumi_azure_native/network/v20240101/get_scope_connection.py +175 -0
  1529. pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +188 -0
  1530. pulumi_azure_native/network/v20240101/get_security_partner_provider.py +196 -0
  1531. pulumi_azure_native/network/v20240101/get_security_rule.py +331 -0
  1532. pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +240 -0
  1533. pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +174 -0
  1534. pulumi_azure_native/network/v20240101/get_static_member.py +180 -0
  1535. pulumi_azure_native/network/v20240101/get_subnet.py +401 -0
  1536. pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +152 -0
  1537. pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +162 -0
  1538. pulumi_azure_native/network/v20240101/get_virtual_hub.py +443 -0
  1539. pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +188 -0
  1540. pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +188 -0
  1541. pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +149 -0
  1542. pulumi_azure_native/network/v20240101/get_virtual_network.py +344 -0
  1543. pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +495 -0
  1544. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +84 -0
  1545. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
  1546. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +495 -0
  1547. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  1548. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +79 -0
  1549. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +188 -0
  1550. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  1551. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
  1552. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
  1553. pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +383 -0
  1554. pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +222 -0
  1555. pulumi_azure_native/network/v20240101/get_virtual_router.py +227 -0
  1556. pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +161 -0
  1557. pulumi_azure_native/network/v20240101/get_virtual_wan.py +235 -0
  1558. pulumi_azure_native/network/v20240101/get_vpn_connection.py +357 -0
  1559. pulumi_azure_native/network/v20240101/get_vpn_gateway.py +261 -0
  1560. pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +82 -0
  1561. pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +326 -0
  1562. pulumi_azure_native/network/v20240101/get_vpn_site.py +274 -0
  1563. pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +248 -0
  1564. pulumi_azure_native/network/v20240101/hub_route_table.py +313 -0
  1565. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +371 -0
  1566. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +536 -0
  1567. pulumi_azure_native/network/v20240101/ip_allocation.py +431 -0
  1568. pulumi_azure_native/network/v20240101/ip_group.py +301 -0
  1569. pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +107 -0
  1570. pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +107 -0
  1571. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +119 -0
  1572. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
  1573. pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +113 -0
  1574. pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +102 -0
  1575. pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +102 -0
  1576. pulumi_azure_native/network/v20240101/load_balancer.py +531 -0
  1577. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +460 -0
  1578. pulumi_azure_native/network/v20240101/local_network_gateway.py +379 -0
  1579. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +232 -0
  1580. pulumi_azure_native/network/v20240101/nat_gateway.py +419 -0
  1581. pulumi_azure_native/network/v20240101/nat_rule.py +391 -0
  1582. pulumi_azure_native/network/v20240101/network_group.py +244 -0
  1583. pulumi_azure_native/network/v20240101/network_interface.py +721 -0
  1584. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +265 -0
  1585. pulumi_azure_native/network/v20240101/network_manager.py +363 -0
  1586. pulumi_azure_native/network/v20240101/network_profile.py +303 -0
  1587. pulumi_azure_native/network/v20240101/network_security_group.py +365 -0
  1588. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +672 -0
  1589. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +361 -0
  1590. pulumi_azure_native/network/v20240101/network_watcher.py +251 -0
  1591. pulumi_azure_native/network/v20240101/outputs.py +31010 -0
  1592. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +438 -0
  1593. pulumi_azure_native/network/v20240101/packet_capture.py +491 -0
  1594. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +254 -0
  1595. pulumi_azure_native/network/v20240101/private_endpoint.py +496 -0
  1596. pulumi_azure_native/network/v20240101/private_link_service.py +487 -0
  1597. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +294 -0
  1598. pulumi_azure_native/network/v20240101/public_ip_address.py +738 -0
  1599. pulumi_azure_native/network/v20240101/public_ip_prefix.py +526 -0
  1600. pulumi_azure_native/network/v20240101/route.py +370 -0
  1601. pulumi_azure_native/network/v20240101/route_filter.py +306 -0
  1602. pulumi_azure_native/network/v20240101/route_filter_rule.py +343 -0
  1603. pulumi_azure_native/network/v20240101/route_map.py +304 -0
  1604. pulumi_azure_native/network/v20240101/route_table.py +335 -0
  1605. pulumi_azure_native/network/v20240101/routing_intent.py +264 -0
  1606. pulumi_azure_native/network/v20240101/scope_connection.py +282 -0
  1607. pulumi_azure_native/network/v20240101/security_admin_configuration.py +274 -0
  1608. pulumi_azure_native/network/v20240101/security_partner_provider.py +322 -0
  1609. pulumi_azure_native/network/v20240101/security_rule.py +694 -0
  1610. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +373 -0
  1611. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +339 -0
  1612. pulumi_azure_native/network/v20240101/static_member.py +265 -0
  1613. pulumi_azure_native/network/v20240101/subnet.py +729 -0
  1614. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +211 -0
  1615. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +293 -0
  1616. pulumi_azure_native/network/v20240101/virtual_hub.py +800 -0
  1617. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +332 -0
  1618. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +352 -0
  1619. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +283 -0
  1620. pulumi_azure_native/network/v20240101/virtual_network.py +636 -0
  1621. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +973 -0
  1622. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +915 -0
  1623. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +371 -0
  1624. pulumi_azure_native/network/v20240101/virtual_network_peering.py +788 -0
  1625. pulumi_azure_native/network/v20240101/virtual_network_tap.py +361 -0
  1626. pulumi_azure_native/network/v20240101/virtual_router.py +379 -0
  1627. pulumi_azure_native/network/v20240101/virtual_router_peering.py +291 -0
  1628. pulumi_azure_native/network/v20240101/virtual_wan.py +388 -0
  1629. pulumi_azure_native/network/v20240101/vpn_connection.py +691 -0
  1630. pulumi_azure_native/network/v20240101/vpn_gateway.py +473 -0
  1631. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +634 -0
  1632. pulumi_azure_native/network/v20240101/vpn_site.py +514 -0
  1633. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +382 -0
  1634. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  1635. pulumi_azure_native/network/virtual_hub.py +3 -3
  1636. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  1637. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  1638. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  1639. pulumi_azure_native/network/virtual_network.py +3 -3
  1640. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  1641. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  1642. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  1643. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  1644. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  1645. pulumi_azure_native/network/virtual_router.py +3 -3
  1646. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  1647. pulumi_azure_native/network/virtual_wan.py +3 -3
  1648. pulumi_azure_native/network/vpn_connection.py +3 -3
  1649. pulumi_azure_native/network/vpn_gateway.py +3 -3
  1650. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  1651. pulumi_azure_native/network/vpn_site.py +3 -3
  1652. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  1653. pulumi_azure_native/pulumi-plugin.json +1 -1
  1654. pulumi_azure_native/signalrservice/__init__.py +3 -0
  1655. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  1656. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  1657. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  1658. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  1659. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  1660. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  1661. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  1662. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  1663. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  1664. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  1665. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  1666. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  1667. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  1668. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  1669. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  1670. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  1671. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  1672. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  1673. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  1674. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  1675. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  1676. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  1677. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  1678. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  1679. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  1680. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  1681. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  1682. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  1683. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  1684. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  1685. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  1686. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  1687. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  1688. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  1689. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  1690. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  1691. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  1692. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  1693. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  1694. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  1695. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  1696. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  1697. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  1698. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  1699. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  1700. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  1701. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  1702. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  1703. pulumi_azure_native/signalrservice/v20240401preview/__init__.py +23 -0
  1704. pulumi_azure_native/signalrservice/v20240401preview/_enums.py +102 -0
  1705. pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +1162 -0
  1706. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +497 -0
  1707. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +175 -0
  1708. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +162 -0
  1709. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +175 -0
  1710. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +204 -0
  1711. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +188 -0
  1712. pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +117 -0
  1713. pulumi_azure_native/signalrservice/v20240401preview/outputs.py +1733 -0
  1714. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +887 -0
  1715. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +284 -0
  1716. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +255 -0
  1717. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +265 -0
  1718. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +362 -0
  1719. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +294 -0
  1720. pulumi_azure_native/webpubsub/__init__.py +3 -0
  1721. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  1722. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  1723. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  1724. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  1725. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  1726. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  1727. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  1728. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  1729. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  1730. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  1731. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  1732. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  1733. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  1734. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  1735. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  1736. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  1737. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  1738. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  1739. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  1740. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  1741. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  1742. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1743. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  1744. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1745. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  1746. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  1747. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  1748. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  1749. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1750. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  1751. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1752. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  1753. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  1754. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  1755. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  1756. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1757. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  1758. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1759. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  1760. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  1761. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  1762. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  1763. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1764. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  1765. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1766. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  1767. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  1768. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  1769. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  1770. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  1771. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  1772. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  1773. pulumi_azure_native/webpubsub/v20240401preview/__init__.py +25 -0
  1774. pulumi_azure_native/webpubsub/v20240401preview/_enums.py +97 -0
  1775. pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +1249 -0
  1776. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +453 -0
  1777. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +175 -0
  1778. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +162 -0
  1779. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +136 -0
  1780. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +175 -0
  1781. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +204 -0
  1782. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +188 -0
  1783. pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +117 -0
  1784. pulumi_azure_native/webpubsub/v20240401preview/outputs.py +1841 -0
  1785. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +780 -0
  1786. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +284 -0
  1787. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +255 -0
  1788. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +217 -0
  1789. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +265 -0
  1790. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +362 -0
  1791. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +294 -0
  1792. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  1793. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  1794. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  1795. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  1796. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  1797. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  1798. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  1799. {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.0a1719232402.dist-info}/METADATA +1 -1
  1800. {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.0a1719232402.dist-info}/RECORD +1804 -1370
  1801. /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/__init__.py +0 -0
  1802. /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_enums.py +0 -0
  1803. {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.0a1719232402.dist-info}/WHEEL +0 -0
  1804. {pulumi_azure_native-2.47.0a1719221358.dist-info → pulumi_azure_native-2.47.0a1719232402.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2258 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AccessPolicyEntryResponse',
16
+ 'ActionResponse',
17
+ 'IPRuleResponse',
18
+ 'KeyAttributesResponse',
19
+ 'KeyReleasePolicyResponse',
20
+ 'KeyRotationPolicyAttributesResponse',
21
+ 'LifetimeActionResponse',
22
+ 'MHSMGeoReplicatedRegionResponse',
23
+ 'MHSMIPRuleResponse',
24
+ 'MHSMNetworkRuleSetResponse',
25
+ 'MHSMPrivateEndpointConnectionItemResponse',
26
+ 'MHSMPrivateEndpointResponse',
27
+ 'MHSMPrivateLinkServiceConnectionStateResponse',
28
+ 'MHSMVirtualNetworkRuleResponse',
29
+ 'ManagedHSMSecurityDomainPropertiesResponse',
30
+ 'ManagedHsmPropertiesResponse',
31
+ 'ManagedHsmSkuResponse',
32
+ 'ManagedServiceIdentityResponse',
33
+ 'NetworkRuleSetResponse',
34
+ 'PermissionsResponse',
35
+ 'PrivateEndpointConnectionItemResponse',
36
+ 'PrivateEndpointResponse',
37
+ 'PrivateLinkServiceConnectionStateResponse',
38
+ 'RotationPolicyResponse',
39
+ 'SecretAttributesResponse',
40
+ 'SecretPropertiesResponse',
41
+ 'SkuResponse',
42
+ 'SystemDataResponse',
43
+ 'TriggerResponse',
44
+ 'UserAssignedIdentityResponse',
45
+ 'VaultPropertiesResponse',
46
+ 'VirtualNetworkRuleResponse',
47
+ ]
48
+
49
+ @pulumi.output_type
50
+ class AccessPolicyEntryResponse(dict):
51
+ """
52
+ An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
53
+ """
54
+ @staticmethod
55
+ def __key_warning(key: str):
56
+ suggest = None
57
+ if key == "objectId":
58
+ suggest = "object_id"
59
+ elif key == "tenantId":
60
+ suggest = "tenant_id"
61
+ elif key == "applicationId":
62
+ suggest = "application_id"
63
+
64
+ if suggest:
65
+ pulumi.log.warn(f"Key '{key}' not found in AccessPolicyEntryResponse. Access the value via the '{suggest}' property getter instead.")
66
+
67
+ def __getitem__(self, key: str) -> Any:
68
+ AccessPolicyEntryResponse.__key_warning(key)
69
+ return super().__getitem__(key)
70
+
71
+ def get(self, key: str, default = None) -> Any:
72
+ AccessPolicyEntryResponse.__key_warning(key)
73
+ return super().get(key, default)
74
+
75
+ def __init__(__self__, *,
76
+ object_id: str,
77
+ permissions: 'outputs.PermissionsResponse',
78
+ tenant_id: str,
79
+ application_id: Optional[str] = None):
80
+ """
81
+ An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
82
+ :param str object_id: The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies.
83
+ :param 'PermissionsResponse' permissions: Permissions the identity has for keys, secrets and certificates.
84
+ :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
85
+ :param str application_id: Application ID of the client making request on behalf of a principal
86
+ """
87
+ pulumi.set(__self__, "object_id", object_id)
88
+ pulumi.set(__self__, "permissions", permissions)
89
+ pulumi.set(__self__, "tenant_id", tenant_id)
90
+ if application_id is not None:
91
+ pulumi.set(__self__, "application_id", application_id)
92
+
93
+ @property
94
+ @pulumi.getter(name="objectId")
95
+ def object_id(self) -> str:
96
+ """
97
+ The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies.
98
+ """
99
+ return pulumi.get(self, "object_id")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def permissions(self) -> 'outputs.PermissionsResponse':
104
+ """
105
+ Permissions the identity has for keys, secrets and certificates.
106
+ """
107
+ return pulumi.get(self, "permissions")
108
+
109
+ @property
110
+ @pulumi.getter(name="tenantId")
111
+ def tenant_id(self) -> str:
112
+ """
113
+ The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
114
+ """
115
+ return pulumi.get(self, "tenant_id")
116
+
117
+ @property
118
+ @pulumi.getter(name="applicationId")
119
+ def application_id(self) -> Optional[str]:
120
+ """
121
+ Application ID of the client making request on behalf of a principal
122
+ """
123
+ return pulumi.get(self, "application_id")
124
+
125
+
126
+ @pulumi.output_type
127
+ class ActionResponse(dict):
128
+ def __init__(__self__, *,
129
+ type: Optional[str] = None):
130
+ """
131
+ :param str type: The type of action.
132
+ """
133
+ if type is not None:
134
+ pulumi.set(__self__, "type", type)
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def type(self) -> Optional[str]:
139
+ """
140
+ The type of action.
141
+ """
142
+ return pulumi.get(self, "type")
143
+
144
+
145
+ @pulumi.output_type
146
+ class IPRuleResponse(dict):
147
+ """
148
+ A rule governing the accessibility of a vault from a specific ip address or ip range.
149
+ """
150
+ def __init__(__self__, *,
151
+ value: str):
152
+ """
153
+ A rule governing the accessibility of a vault from a specific ip address or ip range.
154
+ :param str value: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
155
+ """
156
+ pulumi.set(__self__, "value", value)
157
+
158
+ @property
159
+ @pulumi.getter
160
+ def value(self) -> str:
161
+ """
162
+ An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
163
+ """
164
+ return pulumi.get(self, "value")
165
+
166
+
167
+ @pulumi.output_type
168
+ class KeyAttributesResponse(dict):
169
+ """
170
+ The object attributes managed by the Azure Key Vault service.
171
+ """
172
+ @staticmethod
173
+ def __key_warning(key: str):
174
+ suggest = None
175
+ if key == "recoveryLevel":
176
+ suggest = "recovery_level"
177
+ elif key == "notBefore":
178
+ suggest = "not_before"
179
+
180
+ if suggest:
181
+ pulumi.log.warn(f"Key '{key}' not found in KeyAttributesResponse. Access the value via the '{suggest}' property getter instead.")
182
+
183
+ def __getitem__(self, key: str) -> Any:
184
+ KeyAttributesResponse.__key_warning(key)
185
+ return super().__getitem__(key)
186
+
187
+ def get(self, key: str, default = None) -> Any:
188
+ KeyAttributesResponse.__key_warning(key)
189
+ return super().get(key, default)
190
+
191
+ def __init__(__self__, *,
192
+ created: float,
193
+ recovery_level: str,
194
+ updated: float,
195
+ enabled: Optional[bool] = None,
196
+ expires: Optional[float] = None,
197
+ exportable: Optional[bool] = None,
198
+ not_before: Optional[float] = None):
199
+ """
200
+ The object attributes managed by the Azure Key Vault service.
201
+ :param float created: Creation time in seconds since 1970-01-01T00:00:00Z.
202
+ :param str recovery_level: The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.
203
+ :param float updated: Last updated time in seconds since 1970-01-01T00:00:00Z.
204
+ :param bool enabled: Determines whether or not the object is enabled.
205
+ :param float expires: Expiry date in seconds since 1970-01-01T00:00:00Z.
206
+ :param bool exportable: Indicates if the private key can be exported.
207
+ :param float not_before: Not before date in seconds since 1970-01-01T00:00:00Z.
208
+ """
209
+ pulumi.set(__self__, "created", created)
210
+ pulumi.set(__self__, "recovery_level", recovery_level)
211
+ pulumi.set(__self__, "updated", updated)
212
+ if enabled is not None:
213
+ pulumi.set(__self__, "enabled", enabled)
214
+ if expires is not None:
215
+ pulumi.set(__self__, "expires", expires)
216
+ if exportable is None:
217
+ exportable = False
218
+ if exportable is not None:
219
+ pulumi.set(__self__, "exportable", exportable)
220
+ if not_before is not None:
221
+ pulumi.set(__self__, "not_before", not_before)
222
+
223
+ @property
224
+ @pulumi.getter
225
+ def created(self) -> float:
226
+ """
227
+ Creation time in seconds since 1970-01-01T00:00:00Z.
228
+ """
229
+ return pulumi.get(self, "created")
230
+
231
+ @property
232
+ @pulumi.getter(name="recoveryLevel")
233
+ def recovery_level(self) -> str:
234
+ """
235
+ The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.
236
+ """
237
+ return pulumi.get(self, "recovery_level")
238
+
239
+ @property
240
+ @pulumi.getter
241
+ def updated(self) -> float:
242
+ """
243
+ Last updated time in seconds since 1970-01-01T00:00:00Z.
244
+ """
245
+ return pulumi.get(self, "updated")
246
+
247
+ @property
248
+ @pulumi.getter
249
+ def enabled(self) -> Optional[bool]:
250
+ """
251
+ Determines whether or not the object is enabled.
252
+ """
253
+ return pulumi.get(self, "enabled")
254
+
255
+ @property
256
+ @pulumi.getter
257
+ def expires(self) -> Optional[float]:
258
+ """
259
+ Expiry date in seconds since 1970-01-01T00:00:00Z.
260
+ """
261
+ return pulumi.get(self, "expires")
262
+
263
+ @property
264
+ @pulumi.getter
265
+ def exportable(self) -> Optional[bool]:
266
+ """
267
+ Indicates if the private key can be exported.
268
+ """
269
+ return pulumi.get(self, "exportable")
270
+
271
+ @property
272
+ @pulumi.getter(name="notBefore")
273
+ def not_before(self) -> Optional[float]:
274
+ """
275
+ Not before date in seconds since 1970-01-01T00:00:00Z.
276
+ """
277
+ return pulumi.get(self, "not_before")
278
+
279
+
280
+ @pulumi.output_type
281
+ class KeyReleasePolicyResponse(dict):
282
+ @staticmethod
283
+ def __key_warning(key: str):
284
+ suggest = None
285
+ if key == "contentType":
286
+ suggest = "content_type"
287
+
288
+ if suggest:
289
+ pulumi.log.warn(f"Key '{key}' not found in KeyReleasePolicyResponse. Access the value via the '{suggest}' property getter instead.")
290
+
291
+ def __getitem__(self, key: str) -> Any:
292
+ KeyReleasePolicyResponse.__key_warning(key)
293
+ return super().__getitem__(key)
294
+
295
+ def get(self, key: str, default = None) -> Any:
296
+ KeyReleasePolicyResponse.__key_warning(key)
297
+ return super().get(key, default)
298
+
299
+ def __init__(__self__, *,
300
+ content_type: Optional[str] = None,
301
+ data: Optional[str] = None):
302
+ """
303
+ :param str content_type: Content type and version of key release policy
304
+ :param str data: Blob encoding the policy rules under which the key can be released.
305
+ """
306
+ if content_type is None:
307
+ content_type = 'application/json; charset=utf-8'
308
+ if content_type is not None:
309
+ pulumi.set(__self__, "content_type", content_type)
310
+ if data is not None:
311
+ pulumi.set(__self__, "data", data)
312
+
313
+ @property
314
+ @pulumi.getter(name="contentType")
315
+ def content_type(self) -> Optional[str]:
316
+ """
317
+ Content type and version of key release policy
318
+ """
319
+ return pulumi.get(self, "content_type")
320
+
321
+ @property
322
+ @pulumi.getter
323
+ def data(self) -> Optional[str]:
324
+ """
325
+ Blob encoding the policy rules under which the key can be released.
326
+ """
327
+ return pulumi.get(self, "data")
328
+
329
+
330
+ @pulumi.output_type
331
+ class KeyRotationPolicyAttributesResponse(dict):
332
+ @staticmethod
333
+ def __key_warning(key: str):
334
+ suggest = None
335
+ if key == "expiryTime":
336
+ suggest = "expiry_time"
337
+
338
+ if suggest:
339
+ pulumi.log.warn(f"Key '{key}' not found in KeyRotationPolicyAttributesResponse. Access the value via the '{suggest}' property getter instead.")
340
+
341
+ def __getitem__(self, key: str) -> Any:
342
+ KeyRotationPolicyAttributesResponse.__key_warning(key)
343
+ return super().__getitem__(key)
344
+
345
+ def get(self, key: str, default = None) -> Any:
346
+ KeyRotationPolicyAttributesResponse.__key_warning(key)
347
+ return super().get(key, default)
348
+
349
+ def __init__(__self__, *,
350
+ created: float,
351
+ updated: float,
352
+ expiry_time: Optional[str] = None):
353
+ """
354
+ :param float created: Creation time in seconds since 1970-01-01T00:00:00Z.
355
+ :param float updated: Last updated time in seconds since 1970-01-01T00:00:00Z.
356
+ :param str expiry_time: The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
357
+ """
358
+ pulumi.set(__self__, "created", created)
359
+ pulumi.set(__self__, "updated", updated)
360
+ if expiry_time is not None:
361
+ pulumi.set(__self__, "expiry_time", expiry_time)
362
+
363
+ @property
364
+ @pulumi.getter
365
+ def created(self) -> float:
366
+ """
367
+ Creation time in seconds since 1970-01-01T00:00:00Z.
368
+ """
369
+ return pulumi.get(self, "created")
370
+
371
+ @property
372
+ @pulumi.getter
373
+ def updated(self) -> float:
374
+ """
375
+ Last updated time in seconds since 1970-01-01T00:00:00Z.
376
+ """
377
+ return pulumi.get(self, "updated")
378
+
379
+ @property
380
+ @pulumi.getter(name="expiryTime")
381
+ def expiry_time(self) -> Optional[str]:
382
+ """
383
+ The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
384
+ """
385
+ return pulumi.get(self, "expiry_time")
386
+
387
+
388
+ @pulumi.output_type
389
+ class LifetimeActionResponse(dict):
390
+ def __init__(__self__, *,
391
+ action: Optional['outputs.ActionResponse'] = None,
392
+ trigger: Optional['outputs.TriggerResponse'] = None):
393
+ """
394
+ :param 'ActionResponse' action: The action of key rotation policy lifetimeAction.
395
+ :param 'TriggerResponse' trigger: The trigger of key rotation policy lifetimeAction.
396
+ """
397
+ if action is not None:
398
+ pulumi.set(__self__, "action", action)
399
+ if trigger is not None:
400
+ pulumi.set(__self__, "trigger", trigger)
401
+
402
+ @property
403
+ @pulumi.getter
404
+ def action(self) -> Optional['outputs.ActionResponse']:
405
+ """
406
+ The action of key rotation policy lifetimeAction.
407
+ """
408
+ return pulumi.get(self, "action")
409
+
410
+ @property
411
+ @pulumi.getter
412
+ def trigger(self) -> Optional['outputs.TriggerResponse']:
413
+ """
414
+ The trigger of key rotation policy lifetimeAction.
415
+ """
416
+ return pulumi.get(self, "trigger")
417
+
418
+
419
+ @pulumi.output_type
420
+ class MHSMGeoReplicatedRegionResponse(dict):
421
+ """
422
+ A region that this managed HSM Pool has been extended to.
423
+ """
424
+ @staticmethod
425
+ def __key_warning(key: str):
426
+ suggest = None
427
+ if key == "provisioningState":
428
+ suggest = "provisioning_state"
429
+ elif key == "isPrimary":
430
+ suggest = "is_primary"
431
+
432
+ if suggest:
433
+ pulumi.log.warn(f"Key '{key}' not found in MHSMGeoReplicatedRegionResponse. Access the value via the '{suggest}' property getter instead.")
434
+
435
+ def __getitem__(self, key: str) -> Any:
436
+ MHSMGeoReplicatedRegionResponse.__key_warning(key)
437
+ return super().__getitem__(key)
438
+
439
+ def get(self, key: str, default = None) -> Any:
440
+ MHSMGeoReplicatedRegionResponse.__key_warning(key)
441
+ return super().get(key, default)
442
+
443
+ def __init__(__self__, *,
444
+ provisioning_state: str,
445
+ is_primary: Optional[bool] = None,
446
+ name: Optional[str] = None):
447
+ """
448
+ A region that this managed HSM Pool has been extended to.
449
+ :param str provisioning_state: Provisioning state of the geo replicated region.
450
+ :param bool is_primary: A boolean value that indicates whether the region is the primary region or a secondary region.
451
+ :param str name: Name of the geo replicated region.
452
+ """
453
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
454
+ if is_primary is not None:
455
+ pulumi.set(__self__, "is_primary", is_primary)
456
+ if name is not None:
457
+ pulumi.set(__self__, "name", name)
458
+
459
+ @property
460
+ @pulumi.getter(name="provisioningState")
461
+ def provisioning_state(self) -> str:
462
+ """
463
+ Provisioning state of the geo replicated region.
464
+ """
465
+ return pulumi.get(self, "provisioning_state")
466
+
467
+ @property
468
+ @pulumi.getter(name="isPrimary")
469
+ def is_primary(self) -> Optional[bool]:
470
+ """
471
+ A boolean value that indicates whether the region is the primary region or a secondary region.
472
+ """
473
+ return pulumi.get(self, "is_primary")
474
+
475
+ @property
476
+ @pulumi.getter
477
+ def name(self) -> Optional[str]:
478
+ """
479
+ Name of the geo replicated region.
480
+ """
481
+ return pulumi.get(self, "name")
482
+
483
+
484
+ @pulumi.output_type
485
+ class MHSMIPRuleResponse(dict):
486
+ """
487
+ A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range.
488
+ """
489
+ def __init__(__self__, *,
490
+ value: str):
491
+ """
492
+ A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range.
493
+ :param str value: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
494
+ """
495
+ pulumi.set(__self__, "value", value)
496
+
497
+ @property
498
+ @pulumi.getter
499
+ def value(self) -> str:
500
+ """
501
+ An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
502
+ """
503
+ return pulumi.get(self, "value")
504
+
505
+
506
+ @pulumi.output_type
507
+ class MHSMNetworkRuleSetResponse(dict):
508
+ """
509
+ A set of rules governing the network accessibility of a managed hsm pool.
510
+ """
511
+ @staticmethod
512
+ def __key_warning(key: str):
513
+ suggest = None
514
+ if key == "defaultAction":
515
+ suggest = "default_action"
516
+ elif key == "ipRules":
517
+ suggest = "ip_rules"
518
+ elif key == "virtualNetworkRules":
519
+ suggest = "virtual_network_rules"
520
+
521
+ if suggest:
522
+ pulumi.log.warn(f"Key '{key}' not found in MHSMNetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
523
+
524
+ def __getitem__(self, key: str) -> Any:
525
+ MHSMNetworkRuleSetResponse.__key_warning(key)
526
+ return super().__getitem__(key)
527
+
528
+ def get(self, key: str, default = None) -> Any:
529
+ MHSMNetworkRuleSetResponse.__key_warning(key)
530
+ return super().get(key, default)
531
+
532
+ def __init__(__self__, *,
533
+ bypass: Optional[str] = None,
534
+ default_action: Optional[str] = None,
535
+ ip_rules: Optional[Sequence['outputs.MHSMIPRuleResponse']] = None,
536
+ virtual_network_rules: Optional[Sequence['outputs.MHSMVirtualNetworkRuleResponse']] = None):
537
+ """
538
+ A set of rules governing the network accessibility of a managed hsm pool.
539
+ :param str bypass: Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
540
+ :param str default_action: The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
541
+ :param Sequence['MHSMIPRuleResponse'] ip_rules: The list of IP address rules.
542
+ :param Sequence['MHSMVirtualNetworkRuleResponse'] virtual_network_rules: The list of virtual network rules.
543
+ """
544
+ if bypass is not None:
545
+ pulumi.set(__self__, "bypass", bypass)
546
+ if default_action is not None:
547
+ pulumi.set(__self__, "default_action", default_action)
548
+ if ip_rules is not None:
549
+ pulumi.set(__self__, "ip_rules", ip_rules)
550
+ if virtual_network_rules is not None:
551
+ pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
552
+
553
+ @property
554
+ @pulumi.getter
555
+ def bypass(self) -> Optional[str]:
556
+ """
557
+ Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
558
+ """
559
+ return pulumi.get(self, "bypass")
560
+
561
+ @property
562
+ @pulumi.getter(name="defaultAction")
563
+ def default_action(self) -> Optional[str]:
564
+ """
565
+ The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
566
+ """
567
+ return pulumi.get(self, "default_action")
568
+
569
+ @property
570
+ @pulumi.getter(name="ipRules")
571
+ def ip_rules(self) -> Optional[Sequence['outputs.MHSMIPRuleResponse']]:
572
+ """
573
+ The list of IP address rules.
574
+ """
575
+ return pulumi.get(self, "ip_rules")
576
+
577
+ @property
578
+ @pulumi.getter(name="virtualNetworkRules")
579
+ def virtual_network_rules(self) -> Optional[Sequence['outputs.MHSMVirtualNetworkRuleResponse']]:
580
+ """
581
+ The list of virtual network rules.
582
+ """
583
+ return pulumi.get(self, "virtual_network_rules")
584
+
585
+
586
+ @pulumi.output_type
587
+ class MHSMPrivateEndpointConnectionItemResponse(dict):
588
+ """
589
+ Private endpoint connection item.
590
+ """
591
+ @staticmethod
592
+ def __key_warning(key: str):
593
+ suggest = None
594
+ if key == "provisioningState":
595
+ suggest = "provisioning_state"
596
+ elif key == "privateEndpoint":
597
+ suggest = "private_endpoint"
598
+ elif key == "privateLinkServiceConnectionState":
599
+ suggest = "private_link_service_connection_state"
600
+
601
+ if suggest:
602
+ pulumi.log.warn(f"Key '{key}' not found in MHSMPrivateEndpointConnectionItemResponse. Access the value via the '{suggest}' property getter instead.")
603
+
604
+ def __getitem__(self, key: str) -> Any:
605
+ MHSMPrivateEndpointConnectionItemResponse.__key_warning(key)
606
+ return super().__getitem__(key)
607
+
608
+ def get(self, key: str, default = None) -> Any:
609
+ MHSMPrivateEndpointConnectionItemResponse.__key_warning(key)
610
+ return super().get(key, default)
611
+
612
+ def __init__(__self__, *,
613
+ provisioning_state: str,
614
+ etag: Optional[str] = None,
615
+ id: Optional[str] = None,
616
+ private_endpoint: Optional['outputs.MHSMPrivateEndpointResponse'] = None,
617
+ private_link_service_connection_state: Optional['outputs.MHSMPrivateLinkServiceConnectionStateResponse'] = None):
618
+ """
619
+ Private endpoint connection item.
620
+ :param str provisioning_state: Provisioning state of the private endpoint connection.
621
+ :param str etag: Modified whenever there is a change in the state of private endpoint connection.
622
+ :param str id: Id of private endpoint connection.
623
+ :param 'MHSMPrivateEndpointResponse' private_endpoint: Properties of the private endpoint object.
624
+ :param 'MHSMPrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Approval state of the private link connection.
625
+ """
626
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
627
+ if etag is not None:
628
+ pulumi.set(__self__, "etag", etag)
629
+ if id is not None:
630
+ pulumi.set(__self__, "id", id)
631
+ if private_endpoint is not None:
632
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
633
+ if private_link_service_connection_state is not None:
634
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
635
+
636
+ @property
637
+ @pulumi.getter(name="provisioningState")
638
+ def provisioning_state(self) -> str:
639
+ """
640
+ Provisioning state of the private endpoint connection.
641
+ """
642
+ return pulumi.get(self, "provisioning_state")
643
+
644
+ @property
645
+ @pulumi.getter
646
+ def etag(self) -> Optional[str]:
647
+ """
648
+ Modified whenever there is a change in the state of private endpoint connection.
649
+ """
650
+ return pulumi.get(self, "etag")
651
+
652
+ @property
653
+ @pulumi.getter
654
+ def id(self) -> Optional[str]:
655
+ """
656
+ Id of private endpoint connection.
657
+ """
658
+ return pulumi.get(self, "id")
659
+
660
+ @property
661
+ @pulumi.getter(name="privateEndpoint")
662
+ def private_endpoint(self) -> Optional['outputs.MHSMPrivateEndpointResponse']:
663
+ """
664
+ Properties of the private endpoint object.
665
+ """
666
+ return pulumi.get(self, "private_endpoint")
667
+
668
+ @property
669
+ @pulumi.getter(name="privateLinkServiceConnectionState")
670
+ def private_link_service_connection_state(self) -> Optional['outputs.MHSMPrivateLinkServiceConnectionStateResponse']:
671
+ """
672
+ Approval state of the private link connection.
673
+ """
674
+ return pulumi.get(self, "private_link_service_connection_state")
675
+
676
+
677
+ @pulumi.output_type
678
+ class MHSMPrivateEndpointResponse(dict):
679
+ """
680
+ Private endpoint object properties.
681
+ """
682
+ def __init__(__self__, *,
683
+ id: str):
684
+ """
685
+ Private endpoint object properties.
686
+ :param str id: Full identifier of the private endpoint resource.
687
+ """
688
+ pulumi.set(__self__, "id", id)
689
+
690
+ @property
691
+ @pulumi.getter
692
+ def id(self) -> str:
693
+ """
694
+ Full identifier of the private endpoint resource.
695
+ """
696
+ return pulumi.get(self, "id")
697
+
698
+
699
+ @pulumi.output_type
700
+ class MHSMPrivateLinkServiceConnectionStateResponse(dict):
701
+ """
702
+ An object that represents the approval state of the private link connection.
703
+ """
704
+ @staticmethod
705
+ def __key_warning(key: str):
706
+ suggest = None
707
+ if key == "actionsRequired":
708
+ suggest = "actions_required"
709
+
710
+ if suggest:
711
+ pulumi.log.warn(f"Key '{key}' not found in MHSMPrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
712
+
713
+ def __getitem__(self, key: str) -> Any:
714
+ MHSMPrivateLinkServiceConnectionStateResponse.__key_warning(key)
715
+ return super().__getitem__(key)
716
+
717
+ def get(self, key: str, default = None) -> Any:
718
+ MHSMPrivateLinkServiceConnectionStateResponse.__key_warning(key)
719
+ return super().get(key, default)
720
+
721
+ def __init__(__self__, *,
722
+ actions_required: Optional[str] = None,
723
+ description: Optional[str] = None,
724
+ status: Optional[str] = None):
725
+ """
726
+ An object that represents the approval state of the private link connection.
727
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
728
+ :param str description: The reason for approval or rejection.
729
+ :param str status: Indicates whether the connection has been approved, rejected or removed by the key vault owner.
730
+ """
731
+ if actions_required is not None:
732
+ pulumi.set(__self__, "actions_required", actions_required)
733
+ if description is not None:
734
+ pulumi.set(__self__, "description", description)
735
+ if status is not None:
736
+ pulumi.set(__self__, "status", status)
737
+
738
+ @property
739
+ @pulumi.getter(name="actionsRequired")
740
+ def actions_required(self) -> Optional[str]:
741
+ """
742
+ A message indicating if changes on the service provider require any updates on the consumer.
743
+ """
744
+ return pulumi.get(self, "actions_required")
745
+
746
+ @property
747
+ @pulumi.getter
748
+ def description(self) -> Optional[str]:
749
+ """
750
+ The reason for approval or rejection.
751
+ """
752
+ return pulumi.get(self, "description")
753
+
754
+ @property
755
+ @pulumi.getter
756
+ def status(self) -> Optional[str]:
757
+ """
758
+ Indicates whether the connection has been approved, rejected or removed by the key vault owner.
759
+ """
760
+ return pulumi.get(self, "status")
761
+
762
+
763
+ @pulumi.output_type
764
+ class MHSMVirtualNetworkRuleResponse(dict):
765
+ """
766
+ A rule governing the accessibility of a managed hsm pool from a specific virtual network.
767
+ """
768
+ def __init__(__self__, *,
769
+ id: str):
770
+ """
771
+ A rule governing the accessibility of a managed hsm pool from a specific virtual network.
772
+ :param str id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
773
+ """
774
+ pulumi.set(__self__, "id", id)
775
+
776
+ @property
777
+ @pulumi.getter
778
+ def id(self) -> str:
779
+ """
780
+ Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
781
+ """
782
+ return pulumi.get(self, "id")
783
+
784
+
785
+ @pulumi.output_type
786
+ class ManagedHSMSecurityDomainPropertiesResponse(dict):
787
+ """
788
+ The security domain properties of the managed hsm.
789
+ """
790
+ @staticmethod
791
+ def __key_warning(key: str):
792
+ suggest = None
793
+ if key == "activationStatus":
794
+ suggest = "activation_status"
795
+ elif key == "activationStatusMessage":
796
+ suggest = "activation_status_message"
797
+
798
+ if suggest:
799
+ pulumi.log.warn(f"Key '{key}' not found in ManagedHSMSecurityDomainPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
800
+
801
+ def __getitem__(self, key: str) -> Any:
802
+ ManagedHSMSecurityDomainPropertiesResponse.__key_warning(key)
803
+ return super().__getitem__(key)
804
+
805
+ def get(self, key: str, default = None) -> Any:
806
+ ManagedHSMSecurityDomainPropertiesResponse.__key_warning(key)
807
+ return super().get(key, default)
808
+
809
+ def __init__(__self__, *,
810
+ activation_status: str,
811
+ activation_status_message: str):
812
+ """
813
+ The security domain properties of the managed hsm.
814
+ :param str activation_status: Activation Status
815
+ :param str activation_status_message: Activation Status Message.
816
+ """
817
+ pulumi.set(__self__, "activation_status", activation_status)
818
+ pulumi.set(__self__, "activation_status_message", activation_status_message)
819
+
820
+ @property
821
+ @pulumi.getter(name="activationStatus")
822
+ def activation_status(self) -> str:
823
+ """
824
+ Activation Status
825
+ """
826
+ return pulumi.get(self, "activation_status")
827
+
828
+ @property
829
+ @pulumi.getter(name="activationStatusMessage")
830
+ def activation_status_message(self) -> str:
831
+ """
832
+ Activation Status Message.
833
+ """
834
+ return pulumi.get(self, "activation_status_message")
835
+
836
+
837
+ @pulumi.output_type
838
+ class ManagedHsmPropertiesResponse(dict):
839
+ """
840
+ Properties of the managed HSM Pool
841
+ """
842
+ @staticmethod
843
+ def __key_warning(key: str):
844
+ suggest = None
845
+ if key == "hsmUri":
846
+ suggest = "hsm_uri"
847
+ elif key == "privateEndpointConnections":
848
+ suggest = "private_endpoint_connections"
849
+ elif key == "provisioningState":
850
+ suggest = "provisioning_state"
851
+ elif key == "scheduledPurgeDate":
852
+ suggest = "scheduled_purge_date"
853
+ elif key == "securityDomainProperties":
854
+ suggest = "security_domain_properties"
855
+ elif key == "statusMessage":
856
+ suggest = "status_message"
857
+ elif key == "enablePurgeProtection":
858
+ suggest = "enable_purge_protection"
859
+ elif key == "enableSoftDelete":
860
+ suggest = "enable_soft_delete"
861
+ elif key == "initialAdminObjectIds":
862
+ suggest = "initial_admin_object_ids"
863
+ elif key == "networkAcls":
864
+ suggest = "network_acls"
865
+ elif key == "publicNetworkAccess":
866
+ suggest = "public_network_access"
867
+ elif key == "softDeleteRetentionInDays":
868
+ suggest = "soft_delete_retention_in_days"
869
+ elif key == "tenantId":
870
+ suggest = "tenant_id"
871
+
872
+ if suggest:
873
+ pulumi.log.warn(f"Key '{key}' not found in ManagedHsmPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
874
+
875
+ def __getitem__(self, key: str) -> Any:
876
+ ManagedHsmPropertiesResponse.__key_warning(key)
877
+ return super().__getitem__(key)
878
+
879
+ def get(self, key: str, default = None) -> Any:
880
+ ManagedHsmPropertiesResponse.__key_warning(key)
881
+ return super().get(key, default)
882
+
883
+ def __init__(__self__, *,
884
+ hsm_uri: str,
885
+ private_endpoint_connections: Sequence['outputs.MHSMPrivateEndpointConnectionItemResponse'],
886
+ provisioning_state: str,
887
+ scheduled_purge_date: str,
888
+ security_domain_properties: 'outputs.ManagedHSMSecurityDomainPropertiesResponse',
889
+ status_message: str,
890
+ enable_purge_protection: Optional[bool] = None,
891
+ enable_soft_delete: Optional[bool] = None,
892
+ initial_admin_object_ids: Optional[Sequence[str]] = None,
893
+ network_acls: Optional['outputs.MHSMNetworkRuleSetResponse'] = None,
894
+ public_network_access: Optional[str] = None,
895
+ regions: Optional[Sequence['outputs.MHSMGeoReplicatedRegionResponse']] = None,
896
+ soft_delete_retention_in_days: Optional[int] = None,
897
+ tenant_id: Optional[str] = None):
898
+ """
899
+ Properties of the managed HSM Pool
900
+ :param str hsm_uri: The URI of the managed hsm pool for performing operations on keys.
901
+ :param Sequence['MHSMPrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the managed hsm pool.
902
+ :param str provisioning_state: Provisioning state.
903
+ :param str scheduled_purge_date: The scheduled purge date in UTC.
904
+ :param 'ManagedHSMSecurityDomainPropertiesResponse' security_domain_properties: Managed HSM security domain properties.
905
+ :param str status_message: Resource Status Message.
906
+ :param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible.
907
+ :param bool enable_soft_delete: Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable.
908
+ :param Sequence[str] initial_admin_object_ids: Array of initial administrators object ids for this managed hsm pool.
909
+ :param 'MHSMNetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
910
+ :param str public_network_access: Control permission to the managed HSM from public networks.
911
+ :param Sequence['MHSMGeoReplicatedRegionResponse'] regions: List of all regions associated with the managed hsm pool.
912
+ :param int soft_delete_retention_in_days: Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90.
913
+ :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.
914
+ """
915
+ pulumi.set(__self__, "hsm_uri", hsm_uri)
916
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
917
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
918
+ pulumi.set(__self__, "scheduled_purge_date", scheduled_purge_date)
919
+ pulumi.set(__self__, "security_domain_properties", security_domain_properties)
920
+ pulumi.set(__self__, "status_message", status_message)
921
+ if enable_purge_protection is None:
922
+ enable_purge_protection = True
923
+ if enable_purge_protection is not None:
924
+ pulumi.set(__self__, "enable_purge_protection", enable_purge_protection)
925
+ if enable_soft_delete is None:
926
+ enable_soft_delete = True
927
+ if enable_soft_delete is not None:
928
+ pulumi.set(__self__, "enable_soft_delete", enable_soft_delete)
929
+ if initial_admin_object_ids is not None:
930
+ pulumi.set(__self__, "initial_admin_object_ids", initial_admin_object_ids)
931
+ if network_acls is not None:
932
+ pulumi.set(__self__, "network_acls", network_acls)
933
+ if public_network_access is None:
934
+ public_network_access = 'Enabled'
935
+ if public_network_access is not None:
936
+ pulumi.set(__self__, "public_network_access", public_network_access)
937
+ if regions is not None:
938
+ pulumi.set(__self__, "regions", regions)
939
+ if soft_delete_retention_in_days is None:
940
+ soft_delete_retention_in_days = 90
941
+ if soft_delete_retention_in_days is not None:
942
+ pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
943
+ if tenant_id is not None:
944
+ pulumi.set(__self__, "tenant_id", tenant_id)
945
+
946
+ @property
947
+ @pulumi.getter(name="hsmUri")
948
+ def hsm_uri(self) -> str:
949
+ """
950
+ The URI of the managed hsm pool for performing operations on keys.
951
+ """
952
+ return pulumi.get(self, "hsm_uri")
953
+
954
+ @property
955
+ @pulumi.getter(name="privateEndpointConnections")
956
+ def private_endpoint_connections(self) -> Sequence['outputs.MHSMPrivateEndpointConnectionItemResponse']:
957
+ """
958
+ List of private endpoint connections associated with the managed hsm pool.
959
+ """
960
+ return pulumi.get(self, "private_endpoint_connections")
961
+
962
+ @property
963
+ @pulumi.getter(name="provisioningState")
964
+ def provisioning_state(self) -> str:
965
+ """
966
+ Provisioning state.
967
+ """
968
+ return pulumi.get(self, "provisioning_state")
969
+
970
+ @property
971
+ @pulumi.getter(name="scheduledPurgeDate")
972
+ def scheduled_purge_date(self) -> str:
973
+ """
974
+ The scheduled purge date in UTC.
975
+ """
976
+ return pulumi.get(self, "scheduled_purge_date")
977
+
978
+ @property
979
+ @pulumi.getter(name="securityDomainProperties")
980
+ def security_domain_properties(self) -> 'outputs.ManagedHSMSecurityDomainPropertiesResponse':
981
+ """
982
+ Managed HSM security domain properties.
983
+ """
984
+ return pulumi.get(self, "security_domain_properties")
985
+
986
+ @property
987
+ @pulumi.getter(name="statusMessage")
988
+ def status_message(self) -> str:
989
+ """
990
+ Resource Status Message.
991
+ """
992
+ return pulumi.get(self, "status_message")
993
+
994
+ @property
995
+ @pulumi.getter(name="enablePurgeProtection")
996
+ def enable_purge_protection(self) -> Optional[bool]:
997
+ """
998
+ Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible.
999
+ """
1000
+ return pulumi.get(self, "enable_purge_protection")
1001
+
1002
+ @property
1003
+ @pulumi.getter(name="enableSoftDelete")
1004
+ def enable_soft_delete(self) -> Optional[bool]:
1005
+ """
1006
+ Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable.
1007
+ """
1008
+ return pulumi.get(self, "enable_soft_delete")
1009
+
1010
+ @property
1011
+ @pulumi.getter(name="initialAdminObjectIds")
1012
+ def initial_admin_object_ids(self) -> Optional[Sequence[str]]:
1013
+ """
1014
+ Array of initial administrators object ids for this managed hsm pool.
1015
+ """
1016
+ return pulumi.get(self, "initial_admin_object_ids")
1017
+
1018
+ @property
1019
+ @pulumi.getter(name="networkAcls")
1020
+ def network_acls(self) -> Optional['outputs.MHSMNetworkRuleSetResponse']:
1021
+ """
1022
+ Rules governing the accessibility of the key vault from specific network locations.
1023
+ """
1024
+ return pulumi.get(self, "network_acls")
1025
+
1026
+ @property
1027
+ @pulumi.getter(name="publicNetworkAccess")
1028
+ def public_network_access(self) -> Optional[str]:
1029
+ """
1030
+ Control permission to the managed HSM from public networks.
1031
+ """
1032
+ return pulumi.get(self, "public_network_access")
1033
+
1034
+ @property
1035
+ @pulumi.getter
1036
+ def regions(self) -> Optional[Sequence['outputs.MHSMGeoReplicatedRegionResponse']]:
1037
+ """
1038
+ List of all regions associated with the managed hsm pool.
1039
+ """
1040
+ return pulumi.get(self, "regions")
1041
+
1042
+ @property
1043
+ @pulumi.getter(name="softDeleteRetentionInDays")
1044
+ def soft_delete_retention_in_days(self) -> Optional[int]:
1045
+ """
1046
+ Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90.
1047
+ """
1048
+ return pulumi.get(self, "soft_delete_retention_in_days")
1049
+
1050
+ @property
1051
+ @pulumi.getter(name="tenantId")
1052
+ def tenant_id(self) -> Optional[str]:
1053
+ """
1054
+ The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.
1055
+ """
1056
+ return pulumi.get(self, "tenant_id")
1057
+
1058
+
1059
+ @pulumi.output_type
1060
+ class ManagedHsmSkuResponse(dict):
1061
+ """
1062
+ SKU details
1063
+ """
1064
+ def __init__(__self__, *,
1065
+ family: str,
1066
+ name: str):
1067
+ """
1068
+ SKU details
1069
+ :param str family: SKU Family of the managed HSM Pool
1070
+ :param str name: SKU of the managed HSM Pool
1071
+ """
1072
+ pulumi.set(__self__, "family", family)
1073
+ pulumi.set(__self__, "name", name)
1074
+
1075
+ @property
1076
+ @pulumi.getter
1077
+ def family(self) -> str:
1078
+ """
1079
+ SKU Family of the managed HSM Pool
1080
+ """
1081
+ return pulumi.get(self, "family")
1082
+
1083
+ @property
1084
+ @pulumi.getter
1085
+ def name(self) -> str:
1086
+ """
1087
+ SKU of the managed HSM Pool
1088
+ """
1089
+ return pulumi.get(self, "name")
1090
+
1091
+
1092
+ @pulumi.output_type
1093
+ class ManagedServiceIdentityResponse(dict):
1094
+ """
1095
+ Managed service identity (system assigned and/or user assigned identities)
1096
+ """
1097
+ @staticmethod
1098
+ def __key_warning(key: str):
1099
+ suggest = None
1100
+ if key == "principalId":
1101
+ suggest = "principal_id"
1102
+ elif key == "tenantId":
1103
+ suggest = "tenant_id"
1104
+ elif key == "userAssignedIdentities":
1105
+ suggest = "user_assigned_identities"
1106
+
1107
+ if suggest:
1108
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1109
+
1110
+ def __getitem__(self, key: str) -> Any:
1111
+ ManagedServiceIdentityResponse.__key_warning(key)
1112
+ return super().__getitem__(key)
1113
+
1114
+ def get(self, key: str, default = None) -> Any:
1115
+ ManagedServiceIdentityResponse.__key_warning(key)
1116
+ return super().get(key, default)
1117
+
1118
+ def __init__(__self__, *,
1119
+ principal_id: str,
1120
+ tenant_id: str,
1121
+ type: str,
1122
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1123
+ """
1124
+ Managed service identity (system assigned and/or user assigned identities)
1125
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1126
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1127
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1128
+ :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.
1129
+ """
1130
+ pulumi.set(__self__, "principal_id", principal_id)
1131
+ pulumi.set(__self__, "tenant_id", tenant_id)
1132
+ pulumi.set(__self__, "type", type)
1133
+ if user_assigned_identities is not None:
1134
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1135
+
1136
+ @property
1137
+ @pulumi.getter(name="principalId")
1138
+ def principal_id(self) -> str:
1139
+ """
1140
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1141
+ """
1142
+ return pulumi.get(self, "principal_id")
1143
+
1144
+ @property
1145
+ @pulumi.getter(name="tenantId")
1146
+ def tenant_id(self) -> str:
1147
+ """
1148
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1149
+ """
1150
+ return pulumi.get(self, "tenant_id")
1151
+
1152
+ @property
1153
+ @pulumi.getter
1154
+ def type(self) -> str:
1155
+ """
1156
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1157
+ """
1158
+ return pulumi.get(self, "type")
1159
+
1160
+ @property
1161
+ @pulumi.getter(name="userAssignedIdentities")
1162
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1163
+ """
1164
+ 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.
1165
+ """
1166
+ return pulumi.get(self, "user_assigned_identities")
1167
+
1168
+
1169
+ @pulumi.output_type
1170
+ class NetworkRuleSetResponse(dict):
1171
+ """
1172
+ A set of rules governing the network accessibility of a vault.
1173
+ """
1174
+ @staticmethod
1175
+ def __key_warning(key: str):
1176
+ suggest = None
1177
+ if key == "defaultAction":
1178
+ suggest = "default_action"
1179
+ elif key == "ipRules":
1180
+ suggest = "ip_rules"
1181
+ elif key == "virtualNetworkRules":
1182
+ suggest = "virtual_network_rules"
1183
+
1184
+ if suggest:
1185
+ pulumi.log.warn(f"Key '{key}' not found in NetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
1186
+
1187
+ def __getitem__(self, key: str) -> Any:
1188
+ NetworkRuleSetResponse.__key_warning(key)
1189
+ return super().__getitem__(key)
1190
+
1191
+ def get(self, key: str, default = None) -> Any:
1192
+ NetworkRuleSetResponse.__key_warning(key)
1193
+ return super().get(key, default)
1194
+
1195
+ def __init__(__self__, *,
1196
+ bypass: Optional[str] = None,
1197
+ default_action: Optional[str] = None,
1198
+ ip_rules: Optional[Sequence['outputs.IPRuleResponse']] = None,
1199
+ virtual_network_rules: Optional[Sequence['outputs.VirtualNetworkRuleResponse']] = None):
1200
+ """
1201
+ A set of rules governing the network accessibility of a vault.
1202
+ :param str bypass: Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
1203
+ :param str default_action: The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
1204
+ :param Sequence['IPRuleResponse'] ip_rules: The list of IP address rules.
1205
+ :param Sequence['VirtualNetworkRuleResponse'] virtual_network_rules: The list of virtual network rules.
1206
+ """
1207
+ if bypass is not None:
1208
+ pulumi.set(__self__, "bypass", bypass)
1209
+ if default_action is not None:
1210
+ pulumi.set(__self__, "default_action", default_action)
1211
+ if ip_rules is not None:
1212
+ pulumi.set(__self__, "ip_rules", ip_rules)
1213
+ if virtual_network_rules is not None:
1214
+ pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
1215
+
1216
+ @property
1217
+ @pulumi.getter
1218
+ def bypass(self) -> Optional[str]:
1219
+ """
1220
+ Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
1221
+ """
1222
+ return pulumi.get(self, "bypass")
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="defaultAction")
1226
+ def default_action(self) -> Optional[str]:
1227
+ """
1228
+ The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
1229
+ """
1230
+ return pulumi.get(self, "default_action")
1231
+
1232
+ @property
1233
+ @pulumi.getter(name="ipRules")
1234
+ def ip_rules(self) -> Optional[Sequence['outputs.IPRuleResponse']]:
1235
+ """
1236
+ The list of IP address rules.
1237
+ """
1238
+ return pulumi.get(self, "ip_rules")
1239
+
1240
+ @property
1241
+ @pulumi.getter(name="virtualNetworkRules")
1242
+ def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
1243
+ """
1244
+ The list of virtual network rules.
1245
+ """
1246
+ return pulumi.get(self, "virtual_network_rules")
1247
+
1248
+
1249
+ @pulumi.output_type
1250
+ class PermissionsResponse(dict):
1251
+ """
1252
+ Permissions the identity has for keys, secrets, certificates and storage.
1253
+ """
1254
+ def __init__(__self__, *,
1255
+ certificates: Optional[Sequence[str]] = None,
1256
+ keys: Optional[Sequence[str]] = None,
1257
+ secrets: Optional[Sequence[str]] = None,
1258
+ storage: Optional[Sequence[str]] = None):
1259
+ """
1260
+ Permissions the identity has for keys, secrets, certificates and storage.
1261
+ :param Sequence[str] certificates: Permissions to certificates
1262
+ :param Sequence[str] keys: Permissions to keys
1263
+ :param Sequence[str] secrets: Permissions to secrets
1264
+ :param Sequence[str] storage: Permissions to storage accounts
1265
+ """
1266
+ if certificates is not None:
1267
+ pulumi.set(__self__, "certificates", certificates)
1268
+ if keys is not None:
1269
+ pulumi.set(__self__, "keys", keys)
1270
+ if secrets is not None:
1271
+ pulumi.set(__self__, "secrets", secrets)
1272
+ if storage is not None:
1273
+ pulumi.set(__self__, "storage", storage)
1274
+
1275
+ @property
1276
+ @pulumi.getter
1277
+ def certificates(self) -> Optional[Sequence[str]]:
1278
+ """
1279
+ Permissions to certificates
1280
+ """
1281
+ return pulumi.get(self, "certificates")
1282
+
1283
+ @property
1284
+ @pulumi.getter
1285
+ def keys(self) -> Optional[Sequence[str]]:
1286
+ """
1287
+ Permissions to keys
1288
+ """
1289
+ return pulumi.get(self, "keys")
1290
+
1291
+ @property
1292
+ @pulumi.getter
1293
+ def secrets(self) -> Optional[Sequence[str]]:
1294
+ """
1295
+ Permissions to secrets
1296
+ """
1297
+ return pulumi.get(self, "secrets")
1298
+
1299
+ @property
1300
+ @pulumi.getter
1301
+ def storage(self) -> Optional[Sequence[str]]:
1302
+ """
1303
+ Permissions to storage accounts
1304
+ """
1305
+ return pulumi.get(self, "storage")
1306
+
1307
+
1308
+ @pulumi.output_type
1309
+ class PrivateEndpointConnectionItemResponse(dict):
1310
+ """
1311
+ Private endpoint connection item.
1312
+ """
1313
+ @staticmethod
1314
+ def __key_warning(key: str):
1315
+ suggest = None
1316
+ if key == "provisioningState":
1317
+ suggest = "provisioning_state"
1318
+ elif key == "privateEndpoint":
1319
+ suggest = "private_endpoint"
1320
+ elif key == "privateLinkServiceConnectionState":
1321
+ suggest = "private_link_service_connection_state"
1322
+
1323
+ if suggest:
1324
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionItemResponse. Access the value via the '{suggest}' property getter instead.")
1325
+
1326
+ def __getitem__(self, key: str) -> Any:
1327
+ PrivateEndpointConnectionItemResponse.__key_warning(key)
1328
+ return super().__getitem__(key)
1329
+
1330
+ def get(self, key: str, default = None) -> Any:
1331
+ PrivateEndpointConnectionItemResponse.__key_warning(key)
1332
+ return super().get(key, default)
1333
+
1334
+ def __init__(__self__, *,
1335
+ provisioning_state: str,
1336
+ etag: Optional[str] = None,
1337
+ id: Optional[str] = None,
1338
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None,
1339
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
1340
+ """
1341
+ Private endpoint connection item.
1342
+ :param str provisioning_state: Provisioning state of the private endpoint connection.
1343
+ :param str etag: Modified whenever there is a change in the state of private endpoint connection.
1344
+ :param str id: Id of private endpoint connection.
1345
+ :param 'PrivateEndpointResponse' private_endpoint: Properties of the private endpoint object.
1346
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Approval state of the private link connection.
1347
+ """
1348
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1349
+ if etag is not None:
1350
+ pulumi.set(__self__, "etag", etag)
1351
+ if id is not None:
1352
+ pulumi.set(__self__, "id", id)
1353
+ if private_endpoint is not None:
1354
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1355
+ if private_link_service_connection_state is not None:
1356
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1357
+
1358
+ @property
1359
+ @pulumi.getter(name="provisioningState")
1360
+ def provisioning_state(self) -> str:
1361
+ """
1362
+ Provisioning state of the private endpoint connection.
1363
+ """
1364
+ return pulumi.get(self, "provisioning_state")
1365
+
1366
+ @property
1367
+ @pulumi.getter
1368
+ def etag(self) -> Optional[str]:
1369
+ """
1370
+ Modified whenever there is a change in the state of private endpoint connection.
1371
+ """
1372
+ return pulumi.get(self, "etag")
1373
+
1374
+ @property
1375
+ @pulumi.getter
1376
+ def id(self) -> Optional[str]:
1377
+ """
1378
+ Id of private endpoint connection.
1379
+ """
1380
+ return pulumi.get(self, "id")
1381
+
1382
+ @property
1383
+ @pulumi.getter(name="privateEndpoint")
1384
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1385
+ """
1386
+ Properties of the private endpoint object.
1387
+ """
1388
+ return pulumi.get(self, "private_endpoint")
1389
+
1390
+ @property
1391
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1392
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
1393
+ """
1394
+ Approval state of the private link connection.
1395
+ """
1396
+ return pulumi.get(self, "private_link_service_connection_state")
1397
+
1398
+
1399
+ @pulumi.output_type
1400
+ class PrivateEndpointResponse(dict):
1401
+ """
1402
+ Private endpoint object properties.
1403
+ """
1404
+ def __init__(__self__, *,
1405
+ id: str):
1406
+ """
1407
+ Private endpoint object properties.
1408
+ :param str id: Full identifier of the private endpoint resource.
1409
+ """
1410
+ pulumi.set(__self__, "id", id)
1411
+
1412
+ @property
1413
+ @pulumi.getter
1414
+ def id(self) -> str:
1415
+ """
1416
+ Full identifier of the private endpoint resource.
1417
+ """
1418
+ return pulumi.get(self, "id")
1419
+
1420
+
1421
+ @pulumi.output_type
1422
+ class PrivateLinkServiceConnectionStateResponse(dict):
1423
+ """
1424
+ An object that represents the approval state of the private link connection.
1425
+ """
1426
+ @staticmethod
1427
+ def __key_warning(key: str):
1428
+ suggest = None
1429
+ if key == "actionsRequired":
1430
+ suggest = "actions_required"
1431
+
1432
+ if suggest:
1433
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1434
+
1435
+ def __getitem__(self, key: str) -> Any:
1436
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1437
+ return super().__getitem__(key)
1438
+
1439
+ def get(self, key: str, default = None) -> Any:
1440
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1441
+ return super().get(key, default)
1442
+
1443
+ def __init__(__self__, *,
1444
+ actions_required: Optional[str] = None,
1445
+ description: Optional[str] = None,
1446
+ status: Optional[str] = None):
1447
+ """
1448
+ An object that represents the approval state of the private link connection.
1449
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1450
+ :param str description: The reason for approval or rejection.
1451
+ :param str status: Indicates whether the connection has been approved, rejected or removed by the key vault owner.
1452
+ """
1453
+ if actions_required is not None:
1454
+ pulumi.set(__self__, "actions_required", actions_required)
1455
+ if description is not None:
1456
+ pulumi.set(__self__, "description", description)
1457
+ if status is not None:
1458
+ pulumi.set(__self__, "status", status)
1459
+
1460
+ @property
1461
+ @pulumi.getter(name="actionsRequired")
1462
+ def actions_required(self) -> Optional[str]:
1463
+ """
1464
+ A message indicating if changes on the service provider require any updates on the consumer.
1465
+ """
1466
+ return pulumi.get(self, "actions_required")
1467
+
1468
+ @property
1469
+ @pulumi.getter
1470
+ def description(self) -> Optional[str]:
1471
+ """
1472
+ The reason for approval or rejection.
1473
+ """
1474
+ return pulumi.get(self, "description")
1475
+
1476
+ @property
1477
+ @pulumi.getter
1478
+ def status(self) -> Optional[str]:
1479
+ """
1480
+ Indicates whether the connection has been approved, rejected or removed by the key vault owner.
1481
+ """
1482
+ return pulumi.get(self, "status")
1483
+
1484
+
1485
+ @pulumi.output_type
1486
+ class RotationPolicyResponse(dict):
1487
+ @staticmethod
1488
+ def __key_warning(key: str):
1489
+ suggest = None
1490
+ if key == "lifetimeActions":
1491
+ suggest = "lifetime_actions"
1492
+
1493
+ if suggest:
1494
+ pulumi.log.warn(f"Key '{key}' not found in RotationPolicyResponse. Access the value via the '{suggest}' property getter instead.")
1495
+
1496
+ def __getitem__(self, key: str) -> Any:
1497
+ RotationPolicyResponse.__key_warning(key)
1498
+ return super().__getitem__(key)
1499
+
1500
+ def get(self, key: str, default = None) -> Any:
1501
+ RotationPolicyResponse.__key_warning(key)
1502
+ return super().get(key, default)
1503
+
1504
+ def __init__(__self__, *,
1505
+ attributes: Optional['outputs.KeyRotationPolicyAttributesResponse'] = None,
1506
+ lifetime_actions: Optional[Sequence['outputs.LifetimeActionResponse']] = None):
1507
+ """
1508
+ :param 'KeyRotationPolicyAttributesResponse' attributes: The attributes of key rotation policy.
1509
+ :param Sequence['LifetimeActionResponse'] lifetime_actions: The lifetimeActions for key rotation action.
1510
+ """
1511
+ if attributes is not None:
1512
+ pulumi.set(__self__, "attributes", attributes)
1513
+ if lifetime_actions is not None:
1514
+ pulumi.set(__self__, "lifetime_actions", lifetime_actions)
1515
+
1516
+ @property
1517
+ @pulumi.getter
1518
+ def attributes(self) -> Optional['outputs.KeyRotationPolicyAttributesResponse']:
1519
+ """
1520
+ The attributes of key rotation policy.
1521
+ """
1522
+ return pulumi.get(self, "attributes")
1523
+
1524
+ @property
1525
+ @pulumi.getter(name="lifetimeActions")
1526
+ def lifetime_actions(self) -> Optional[Sequence['outputs.LifetimeActionResponse']]:
1527
+ """
1528
+ The lifetimeActions for key rotation action.
1529
+ """
1530
+ return pulumi.get(self, "lifetime_actions")
1531
+
1532
+
1533
+ @pulumi.output_type
1534
+ class SecretAttributesResponse(dict):
1535
+ """
1536
+ The secret management attributes.
1537
+ """
1538
+ @staticmethod
1539
+ def __key_warning(key: str):
1540
+ suggest = None
1541
+ if key == "notBefore":
1542
+ suggest = "not_before"
1543
+
1544
+ if suggest:
1545
+ pulumi.log.warn(f"Key '{key}' not found in SecretAttributesResponse. Access the value via the '{suggest}' property getter instead.")
1546
+
1547
+ def __getitem__(self, key: str) -> Any:
1548
+ SecretAttributesResponse.__key_warning(key)
1549
+ return super().__getitem__(key)
1550
+
1551
+ def get(self, key: str, default = None) -> Any:
1552
+ SecretAttributesResponse.__key_warning(key)
1553
+ return super().get(key, default)
1554
+
1555
+ def __init__(__self__, *,
1556
+ created: int,
1557
+ updated: int,
1558
+ enabled: Optional[bool] = None,
1559
+ expires: Optional[int] = None,
1560
+ not_before: Optional[int] = None):
1561
+ """
1562
+ The secret management attributes.
1563
+ :param int created: Creation time in seconds since 1970-01-01T00:00:00Z.
1564
+ :param int updated: Last updated time in seconds since 1970-01-01T00:00:00Z.
1565
+ :param bool enabled: Determines whether the object is enabled.
1566
+ :param int expires: Expiry date in seconds since 1970-01-01T00:00:00Z.
1567
+ :param int not_before: Not before date in seconds since 1970-01-01T00:00:00Z.
1568
+ """
1569
+ pulumi.set(__self__, "created", created)
1570
+ pulumi.set(__self__, "updated", updated)
1571
+ if enabled is not None:
1572
+ pulumi.set(__self__, "enabled", enabled)
1573
+ if expires is not None:
1574
+ pulumi.set(__self__, "expires", expires)
1575
+ if not_before is not None:
1576
+ pulumi.set(__self__, "not_before", not_before)
1577
+
1578
+ @property
1579
+ @pulumi.getter
1580
+ def created(self) -> int:
1581
+ """
1582
+ Creation time in seconds since 1970-01-01T00:00:00Z.
1583
+ """
1584
+ return pulumi.get(self, "created")
1585
+
1586
+ @property
1587
+ @pulumi.getter
1588
+ def updated(self) -> int:
1589
+ """
1590
+ Last updated time in seconds since 1970-01-01T00:00:00Z.
1591
+ """
1592
+ return pulumi.get(self, "updated")
1593
+
1594
+ @property
1595
+ @pulumi.getter
1596
+ def enabled(self) -> Optional[bool]:
1597
+ """
1598
+ Determines whether the object is enabled.
1599
+ """
1600
+ return pulumi.get(self, "enabled")
1601
+
1602
+ @property
1603
+ @pulumi.getter
1604
+ def expires(self) -> Optional[int]:
1605
+ """
1606
+ Expiry date in seconds since 1970-01-01T00:00:00Z.
1607
+ """
1608
+ return pulumi.get(self, "expires")
1609
+
1610
+ @property
1611
+ @pulumi.getter(name="notBefore")
1612
+ def not_before(self) -> Optional[int]:
1613
+ """
1614
+ Not before date in seconds since 1970-01-01T00:00:00Z.
1615
+ """
1616
+ return pulumi.get(self, "not_before")
1617
+
1618
+
1619
+ @pulumi.output_type
1620
+ class SecretPropertiesResponse(dict):
1621
+ """
1622
+ Properties of the secret
1623
+ """
1624
+ @staticmethod
1625
+ def __key_warning(key: str):
1626
+ suggest = None
1627
+ if key == "secretUri":
1628
+ suggest = "secret_uri"
1629
+ elif key == "secretUriWithVersion":
1630
+ suggest = "secret_uri_with_version"
1631
+ elif key == "contentType":
1632
+ suggest = "content_type"
1633
+
1634
+ if suggest:
1635
+ pulumi.log.warn(f"Key '{key}' not found in SecretPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1636
+
1637
+ def __getitem__(self, key: str) -> Any:
1638
+ SecretPropertiesResponse.__key_warning(key)
1639
+ return super().__getitem__(key)
1640
+
1641
+ def get(self, key: str, default = None) -> Any:
1642
+ SecretPropertiesResponse.__key_warning(key)
1643
+ return super().get(key, default)
1644
+
1645
+ def __init__(__self__, *,
1646
+ secret_uri: str,
1647
+ secret_uri_with_version: str,
1648
+ attributes: Optional['outputs.SecretAttributesResponse'] = None,
1649
+ content_type: Optional[str] = None,
1650
+ value: Optional[str] = None):
1651
+ """
1652
+ Properties of the secret
1653
+ :param str secret_uri: The URI to retrieve the current version of the secret.
1654
+ :param str secret_uri_with_version: The URI to retrieve the specific version of the secret.
1655
+ :param 'SecretAttributesResponse' attributes: The attributes of the secret.
1656
+ :param str content_type: The content type of the secret.
1657
+ :param str value: The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
1658
+ """
1659
+ pulumi.set(__self__, "secret_uri", secret_uri)
1660
+ pulumi.set(__self__, "secret_uri_with_version", secret_uri_with_version)
1661
+ if attributes is not None:
1662
+ pulumi.set(__self__, "attributes", attributes)
1663
+ if content_type is not None:
1664
+ pulumi.set(__self__, "content_type", content_type)
1665
+ if value is not None:
1666
+ pulumi.set(__self__, "value", value)
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="secretUri")
1670
+ def secret_uri(self) -> str:
1671
+ """
1672
+ The URI to retrieve the current version of the secret.
1673
+ """
1674
+ return pulumi.get(self, "secret_uri")
1675
+
1676
+ @property
1677
+ @pulumi.getter(name="secretUriWithVersion")
1678
+ def secret_uri_with_version(self) -> str:
1679
+ """
1680
+ The URI to retrieve the specific version of the secret.
1681
+ """
1682
+ return pulumi.get(self, "secret_uri_with_version")
1683
+
1684
+ @property
1685
+ @pulumi.getter
1686
+ def attributes(self) -> Optional['outputs.SecretAttributesResponse']:
1687
+ """
1688
+ The attributes of the secret.
1689
+ """
1690
+ return pulumi.get(self, "attributes")
1691
+
1692
+ @property
1693
+ @pulumi.getter(name="contentType")
1694
+ def content_type(self) -> Optional[str]:
1695
+ """
1696
+ The content type of the secret.
1697
+ """
1698
+ return pulumi.get(self, "content_type")
1699
+
1700
+ @property
1701
+ @pulumi.getter
1702
+ def value(self) -> Optional[str]:
1703
+ """
1704
+ The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
1705
+ """
1706
+ return pulumi.get(self, "value")
1707
+
1708
+
1709
+ @pulumi.output_type
1710
+ class SkuResponse(dict):
1711
+ """
1712
+ SKU details
1713
+ """
1714
+ def __init__(__self__, *,
1715
+ family: str,
1716
+ name: str):
1717
+ """
1718
+ SKU details
1719
+ :param str family: SKU family name
1720
+ :param str name: SKU name to specify whether the key vault is a standard vault or a premium vault.
1721
+ """
1722
+ pulumi.set(__self__, "family", family)
1723
+ pulumi.set(__self__, "name", name)
1724
+
1725
+ @property
1726
+ @pulumi.getter
1727
+ def family(self) -> str:
1728
+ """
1729
+ SKU family name
1730
+ """
1731
+ return pulumi.get(self, "family")
1732
+
1733
+ @property
1734
+ @pulumi.getter
1735
+ def name(self) -> str:
1736
+ """
1737
+ SKU name to specify whether the key vault is a standard vault or a premium vault.
1738
+ """
1739
+ return pulumi.get(self, "name")
1740
+
1741
+
1742
+ @pulumi.output_type
1743
+ class SystemDataResponse(dict):
1744
+ """
1745
+ Metadata pertaining to creation and last modification of the key vault resource.
1746
+ """
1747
+ @staticmethod
1748
+ def __key_warning(key: str):
1749
+ suggest = None
1750
+ if key == "createdAt":
1751
+ suggest = "created_at"
1752
+ elif key == "createdBy":
1753
+ suggest = "created_by"
1754
+ elif key == "createdByType":
1755
+ suggest = "created_by_type"
1756
+ elif key == "lastModifiedAt":
1757
+ suggest = "last_modified_at"
1758
+ elif key == "lastModifiedBy":
1759
+ suggest = "last_modified_by"
1760
+ elif key == "lastModifiedByType":
1761
+ suggest = "last_modified_by_type"
1762
+
1763
+ if suggest:
1764
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1765
+
1766
+ def __getitem__(self, key: str) -> Any:
1767
+ SystemDataResponse.__key_warning(key)
1768
+ return super().__getitem__(key)
1769
+
1770
+ def get(self, key: str, default = None) -> Any:
1771
+ SystemDataResponse.__key_warning(key)
1772
+ return super().get(key, default)
1773
+
1774
+ def __init__(__self__, *,
1775
+ created_at: Optional[str] = None,
1776
+ created_by: Optional[str] = None,
1777
+ created_by_type: Optional[str] = None,
1778
+ last_modified_at: Optional[str] = None,
1779
+ last_modified_by: Optional[str] = None,
1780
+ last_modified_by_type: Optional[str] = None):
1781
+ """
1782
+ Metadata pertaining to creation and last modification of the key vault resource.
1783
+ :param str created_at: The timestamp of the key vault resource creation (UTC).
1784
+ :param str created_by: The identity that created the key vault resource.
1785
+ :param str created_by_type: The type of identity that created the key vault resource.
1786
+ :param str last_modified_at: The timestamp of the key vault resource last modification (UTC).
1787
+ :param str last_modified_by: The identity that last modified the key vault resource.
1788
+ :param str last_modified_by_type: The type of identity that last modified the key vault resource.
1789
+ """
1790
+ if created_at is not None:
1791
+ pulumi.set(__self__, "created_at", created_at)
1792
+ if created_by is not None:
1793
+ pulumi.set(__self__, "created_by", created_by)
1794
+ if created_by_type is not None:
1795
+ pulumi.set(__self__, "created_by_type", created_by_type)
1796
+ if last_modified_at is not None:
1797
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1798
+ if last_modified_by is not None:
1799
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1800
+ if last_modified_by_type is not None:
1801
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1802
+
1803
+ @property
1804
+ @pulumi.getter(name="createdAt")
1805
+ def created_at(self) -> Optional[str]:
1806
+ """
1807
+ The timestamp of the key vault resource creation (UTC).
1808
+ """
1809
+ return pulumi.get(self, "created_at")
1810
+
1811
+ @property
1812
+ @pulumi.getter(name="createdBy")
1813
+ def created_by(self) -> Optional[str]:
1814
+ """
1815
+ The identity that created the key vault resource.
1816
+ """
1817
+ return pulumi.get(self, "created_by")
1818
+
1819
+ @property
1820
+ @pulumi.getter(name="createdByType")
1821
+ def created_by_type(self) -> Optional[str]:
1822
+ """
1823
+ The type of identity that created the key vault resource.
1824
+ """
1825
+ return pulumi.get(self, "created_by_type")
1826
+
1827
+ @property
1828
+ @pulumi.getter(name="lastModifiedAt")
1829
+ def last_modified_at(self) -> Optional[str]:
1830
+ """
1831
+ The timestamp of the key vault resource last modification (UTC).
1832
+ """
1833
+ return pulumi.get(self, "last_modified_at")
1834
+
1835
+ @property
1836
+ @pulumi.getter(name="lastModifiedBy")
1837
+ def last_modified_by(self) -> Optional[str]:
1838
+ """
1839
+ The identity that last modified the key vault resource.
1840
+ """
1841
+ return pulumi.get(self, "last_modified_by")
1842
+
1843
+ @property
1844
+ @pulumi.getter(name="lastModifiedByType")
1845
+ def last_modified_by_type(self) -> Optional[str]:
1846
+ """
1847
+ The type of identity that last modified the key vault resource.
1848
+ """
1849
+ return pulumi.get(self, "last_modified_by_type")
1850
+
1851
+
1852
+ @pulumi.output_type
1853
+ class TriggerResponse(dict):
1854
+ @staticmethod
1855
+ def __key_warning(key: str):
1856
+ suggest = None
1857
+ if key == "timeAfterCreate":
1858
+ suggest = "time_after_create"
1859
+ elif key == "timeBeforeExpiry":
1860
+ suggest = "time_before_expiry"
1861
+
1862
+ if suggest:
1863
+ pulumi.log.warn(f"Key '{key}' not found in TriggerResponse. Access the value via the '{suggest}' property getter instead.")
1864
+
1865
+ def __getitem__(self, key: str) -> Any:
1866
+ TriggerResponse.__key_warning(key)
1867
+ return super().__getitem__(key)
1868
+
1869
+ def get(self, key: str, default = None) -> Any:
1870
+ TriggerResponse.__key_warning(key)
1871
+ return super().get(key, default)
1872
+
1873
+ def __init__(__self__, *,
1874
+ time_after_create: Optional[str] = None,
1875
+ time_before_expiry: Optional[str] = None):
1876
+ """
1877
+ :param str time_after_create: The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1878
+ :param str time_before_expiry: The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1879
+ """
1880
+ if time_after_create is not None:
1881
+ pulumi.set(__self__, "time_after_create", time_after_create)
1882
+ if time_before_expiry is not None:
1883
+ pulumi.set(__self__, "time_before_expiry", time_before_expiry)
1884
+
1885
+ @property
1886
+ @pulumi.getter(name="timeAfterCreate")
1887
+ def time_after_create(self) -> Optional[str]:
1888
+ """
1889
+ The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1890
+ """
1891
+ return pulumi.get(self, "time_after_create")
1892
+
1893
+ @property
1894
+ @pulumi.getter(name="timeBeforeExpiry")
1895
+ def time_before_expiry(self) -> Optional[str]:
1896
+ """
1897
+ The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1898
+ """
1899
+ return pulumi.get(self, "time_before_expiry")
1900
+
1901
+
1902
+ @pulumi.output_type
1903
+ class UserAssignedIdentityResponse(dict):
1904
+ """
1905
+ User assigned identity properties
1906
+ """
1907
+ @staticmethod
1908
+ def __key_warning(key: str):
1909
+ suggest = None
1910
+ if key == "clientId":
1911
+ suggest = "client_id"
1912
+ elif key == "principalId":
1913
+ suggest = "principal_id"
1914
+
1915
+ if suggest:
1916
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1917
+
1918
+ def __getitem__(self, key: str) -> Any:
1919
+ UserAssignedIdentityResponse.__key_warning(key)
1920
+ return super().__getitem__(key)
1921
+
1922
+ def get(self, key: str, default = None) -> Any:
1923
+ UserAssignedIdentityResponse.__key_warning(key)
1924
+ return super().get(key, default)
1925
+
1926
+ def __init__(__self__, *,
1927
+ client_id: str,
1928
+ principal_id: str):
1929
+ """
1930
+ User assigned identity properties
1931
+ :param str client_id: The client ID of the assigned identity.
1932
+ :param str principal_id: The principal ID of the assigned identity.
1933
+ """
1934
+ pulumi.set(__self__, "client_id", client_id)
1935
+ pulumi.set(__self__, "principal_id", principal_id)
1936
+
1937
+ @property
1938
+ @pulumi.getter(name="clientId")
1939
+ def client_id(self) -> str:
1940
+ """
1941
+ The client ID of the assigned identity.
1942
+ """
1943
+ return pulumi.get(self, "client_id")
1944
+
1945
+ @property
1946
+ @pulumi.getter(name="principalId")
1947
+ def principal_id(self) -> str:
1948
+ """
1949
+ The principal ID of the assigned identity.
1950
+ """
1951
+ return pulumi.get(self, "principal_id")
1952
+
1953
+
1954
+ @pulumi.output_type
1955
+ class VaultPropertiesResponse(dict):
1956
+ """
1957
+ Properties of the vault
1958
+ """
1959
+ @staticmethod
1960
+ def __key_warning(key: str):
1961
+ suggest = None
1962
+ if key == "hsmPoolResourceId":
1963
+ suggest = "hsm_pool_resource_id"
1964
+ elif key == "privateEndpointConnections":
1965
+ suggest = "private_endpoint_connections"
1966
+ elif key == "tenantId":
1967
+ suggest = "tenant_id"
1968
+ elif key == "accessPolicies":
1969
+ suggest = "access_policies"
1970
+ elif key == "enablePurgeProtection":
1971
+ suggest = "enable_purge_protection"
1972
+ elif key == "enableRbacAuthorization":
1973
+ suggest = "enable_rbac_authorization"
1974
+ elif key == "enableSoftDelete":
1975
+ suggest = "enable_soft_delete"
1976
+ elif key == "enabledForDeployment":
1977
+ suggest = "enabled_for_deployment"
1978
+ elif key == "enabledForDiskEncryption":
1979
+ suggest = "enabled_for_disk_encryption"
1980
+ elif key == "enabledForTemplateDeployment":
1981
+ suggest = "enabled_for_template_deployment"
1982
+ elif key == "networkAcls":
1983
+ suggest = "network_acls"
1984
+ elif key == "provisioningState":
1985
+ suggest = "provisioning_state"
1986
+ elif key == "publicNetworkAccess":
1987
+ suggest = "public_network_access"
1988
+ elif key == "softDeleteRetentionInDays":
1989
+ suggest = "soft_delete_retention_in_days"
1990
+ elif key == "vaultUri":
1991
+ suggest = "vault_uri"
1992
+
1993
+ if suggest:
1994
+ pulumi.log.warn(f"Key '{key}' not found in VaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1995
+
1996
+ def __getitem__(self, key: str) -> Any:
1997
+ VaultPropertiesResponse.__key_warning(key)
1998
+ return super().__getitem__(key)
1999
+
2000
+ def get(self, key: str, default = None) -> Any:
2001
+ VaultPropertiesResponse.__key_warning(key)
2002
+ return super().get(key, default)
2003
+
2004
+ def __init__(__self__, *,
2005
+ hsm_pool_resource_id: str,
2006
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionItemResponse'],
2007
+ sku: 'outputs.SkuResponse',
2008
+ tenant_id: str,
2009
+ access_policies: Optional[Sequence['outputs.AccessPolicyEntryResponse']] = None,
2010
+ enable_purge_protection: Optional[bool] = None,
2011
+ enable_rbac_authorization: Optional[bool] = None,
2012
+ enable_soft_delete: Optional[bool] = None,
2013
+ enabled_for_deployment: Optional[bool] = None,
2014
+ enabled_for_disk_encryption: Optional[bool] = None,
2015
+ enabled_for_template_deployment: Optional[bool] = None,
2016
+ network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
2017
+ provisioning_state: Optional[str] = None,
2018
+ public_network_access: Optional[str] = None,
2019
+ soft_delete_retention_in_days: Optional[int] = None,
2020
+ vault_uri: Optional[str] = None):
2021
+ """
2022
+ Properties of the vault
2023
+ :param str hsm_pool_resource_id: The resource id of HSM Pool.
2024
+ :param Sequence['PrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the key vault.
2025
+ :param 'SkuResponse' sku: SKU details
2026
+ :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
2027
+ :param Sequence['AccessPolicyEntryResponse'] access_policies: An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
2028
+ These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
2029
+ :param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
2030
+ :param bool enable_rbac_authorization: Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC.
2031
+ :param bool enable_soft_delete: Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false.
2032
+ :param bool enabled_for_deployment: Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
2033
+ :param bool enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
2034
+ :param bool enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
2035
+ :param 'NetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
2036
+ :param str provisioning_state: Provisioning state of the vault.
2037
+ :param str public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
2038
+ :param int soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
2039
+ :param str vault_uri: The URI of the vault for performing operations on keys and secrets.
2040
+ """
2041
+ pulumi.set(__self__, "hsm_pool_resource_id", hsm_pool_resource_id)
2042
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
2043
+ pulumi.set(__self__, "sku", sku)
2044
+ pulumi.set(__self__, "tenant_id", tenant_id)
2045
+ if access_policies is not None:
2046
+ pulumi.set(__self__, "access_policies", access_policies)
2047
+ if enable_purge_protection is not None:
2048
+ pulumi.set(__self__, "enable_purge_protection", enable_purge_protection)
2049
+ if enable_rbac_authorization is None:
2050
+ enable_rbac_authorization = False
2051
+ if enable_rbac_authorization is not None:
2052
+ pulumi.set(__self__, "enable_rbac_authorization", enable_rbac_authorization)
2053
+ if enable_soft_delete is None:
2054
+ enable_soft_delete = True
2055
+ if enable_soft_delete is not None:
2056
+ pulumi.set(__self__, "enable_soft_delete", enable_soft_delete)
2057
+ if enabled_for_deployment is not None:
2058
+ pulumi.set(__self__, "enabled_for_deployment", enabled_for_deployment)
2059
+ if enabled_for_disk_encryption is not None:
2060
+ pulumi.set(__self__, "enabled_for_disk_encryption", enabled_for_disk_encryption)
2061
+ if enabled_for_template_deployment is not None:
2062
+ pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
2063
+ if network_acls is not None:
2064
+ pulumi.set(__self__, "network_acls", network_acls)
2065
+ if provisioning_state is not None:
2066
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2067
+ if public_network_access is None:
2068
+ public_network_access = 'enabled'
2069
+ if public_network_access is not None:
2070
+ pulumi.set(__self__, "public_network_access", public_network_access)
2071
+ if soft_delete_retention_in_days is None:
2072
+ soft_delete_retention_in_days = 90
2073
+ if soft_delete_retention_in_days is not None:
2074
+ pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
2075
+ if vault_uri is not None:
2076
+ pulumi.set(__self__, "vault_uri", vault_uri)
2077
+
2078
+ @property
2079
+ @pulumi.getter(name="hsmPoolResourceId")
2080
+ def hsm_pool_resource_id(self) -> str:
2081
+ """
2082
+ The resource id of HSM Pool.
2083
+ """
2084
+ return pulumi.get(self, "hsm_pool_resource_id")
2085
+
2086
+ @property
2087
+ @pulumi.getter(name="privateEndpointConnections")
2088
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionItemResponse']:
2089
+ """
2090
+ List of private endpoint connections associated with the key vault.
2091
+ """
2092
+ return pulumi.get(self, "private_endpoint_connections")
2093
+
2094
+ @property
2095
+ @pulumi.getter
2096
+ def sku(self) -> 'outputs.SkuResponse':
2097
+ """
2098
+ SKU details
2099
+ """
2100
+ return pulumi.get(self, "sku")
2101
+
2102
+ @property
2103
+ @pulumi.getter(name="tenantId")
2104
+ def tenant_id(self) -> str:
2105
+ """
2106
+ The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
2107
+ """
2108
+ return pulumi.get(self, "tenant_id")
2109
+
2110
+ @property
2111
+ @pulumi.getter(name="accessPolicies")
2112
+ def access_policies(self) -> Optional[Sequence['outputs.AccessPolicyEntryResponse']]:
2113
+ """
2114
+ An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
2115
+ These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
2116
+ """
2117
+ return pulumi.get(self, "access_policies")
2118
+
2119
+ @property
2120
+ @pulumi.getter(name="enablePurgeProtection")
2121
+ def enable_purge_protection(self) -> Optional[bool]:
2122
+ """
2123
+ Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
2124
+ """
2125
+ return pulumi.get(self, "enable_purge_protection")
2126
+
2127
+ @property
2128
+ @pulumi.getter(name="enableRbacAuthorization")
2129
+ def enable_rbac_authorization(self) -> Optional[bool]:
2130
+ """
2131
+ Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC.
2132
+ """
2133
+ return pulumi.get(self, "enable_rbac_authorization")
2134
+
2135
+ @property
2136
+ @pulumi.getter(name="enableSoftDelete")
2137
+ def enable_soft_delete(self) -> Optional[bool]:
2138
+ """
2139
+ Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false.
2140
+ """
2141
+ return pulumi.get(self, "enable_soft_delete")
2142
+
2143
+ @property
2144
+ @pulumi.getter(name="enabledForDeployment")
2145
+ def enabled_for_deployment(self) -> Optional[bool]:
2146
+ """
2147
+ Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
2148
+ """
2149
+ return pulumi.get(self, "enabled_for_deployment")
2150
+
2151
+ @property
2152
+ @pulumi.getter(name="enabledForDiskEncryption")
2153
+ def enabled_for_disk_encryption(self) -> Optional[bool]:
2154
+ """
2155
+ Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
2156
+ """
2157
+ return pulumi.get(self, "enabled_for_disk_encryption")
2158
+
2159
+ @property
2160
+ @pulumi.getter(name="enabledForTemplateDeployment")
2161
+ def enabled_for_template_deployment(self) -> Optional[bool]:
2162
+ """
2163
+ Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
2164
+ """
2165
+ return pulumi.get(self, "enabled_for_template_deployment")
2166
+
2167
+ @property
2168
+ @pulumi.getter(name="networkAcls")
2169
+ def network_acls(self) -> Optional['outputs.NetworkRuleSetResponse']:
2170
+ """
2171
+ Rules governing the accessibility of the key vault from specific network locations.
2172
+ """
2173
+ return pulumi.get(self, "network_acls")
2174
+
2175
+ @property
2176
+ @pulumi.getter(name="provisioningState")
2177
+ def provisioning_state(self) -> Optional[str]:
2178
+ """
2179
+ Provisioning state of the vault.
2180
+ """
2181
+ return pulumi.get(self, "provisioning_state")
2182
+
2183
+ @property
2184
+ @pulumi.getter(name="publicNetworkAccess")
2185
+ def public_network_access(self) -> Optional[str]:
2186
+ """
2187
+ Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
2188
+ """
2189
+ return pulumi.get(self, "public_network_access")
2190
+
2191
+ @property
2192
+ @pulumi.getter(name="softDeleteRetentionInDays")
2193
+ def soft_delete_retention_in_days(self) -> Optional[int]:
2194
+ """
2195
+ softDelete data retention days. It accepts >=7 and <=90.
2196
+ """
2197
+ return pulumi.get(self, "soft_delete_retention_in_days")
2198
+
2199
+ @property
2200
+ @pulumi.getter(name="vaultUri")
2201
+ def vault_uri(self) -> Optional[str]:
2202
+ """
2203
+ The URI of the vault for performing operations on keys and secrets.
2204
+ """
2205
+ return pulumi.get(self, "vault_uri")
2206
+
2207
+
2208
+ @pulumi.output_type
2209
+ class VirtualNetworkRuleResponse(dict):
2210
+ """
2211
+ A rule governing the accessibility of a vault from a specific virtual network.
2212
+ """
2213
+ @staticmethod
2214
+ def __key_warning(key: str):
2215
+ suggest = None
2216
+ if key == "ignoreMissingVnetServiceEndpoint":
2217
+ suggest = "ignore_missing_vnet_service_endpoint"
2218
+
2219
+ if suggest:
2220
+ pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkRuleResponse. Access the value via the '{suggest}' property getter instead.")
2221
+
2222
+ def __getitem__(self, key: str) -> Any:
2223
+ VirtualNetworkRuleResponse.__key_warning(key)
2224
+ return super().__getitem__(key)
2225
+
2226
+ def get(self, key: str, default = None) -> Any:
2227
+ VirtualNetworkRuleResponse.__key_warning(key)
2228
+ return super().get(key, default)
2229
+
2230
+ def __init__(__self__, *,
2231
+ id: str,
2232
+ ignore_missing_vnet_service_endpoint: Optional[bool] = None):
2233
+ """
2234
+ A rule governing the accessibility of a vault from a specific virtual network.
2235
+ :param str id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
2236
+ :param bool ignore_missing_vnet_service_endpoint: Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
2237
+ """
2238
+ pulumi.set(__self__, "id", id)
2239
+ if ignore_missing_vnet_service_endpoint is not None:
2240
+ pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
2241
+
2242
+ @property
2243
+ @pulumi.getter
2244
+ def id(self) -> str:
2245
+ """
2246
+ Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
2247
+ """
2248
+ return pulumi.get(self, "id")
2249
+
2250
+ @property
2251
+ @pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
2252
+ def ignore_missing_vnet_service_endpoint(self) -> Optional[bool]:
2253
+ """
2254
+ Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
2255
+ """
2256
+ return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
2257
+
2258
+