pulumi-azure-native 2.47.0__py3-none-any.whl → 2.47.0a1719213276__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 (1805) hide show
  1. pulumi_azure_native/__init__.py +4 -239
  2. pulumi_azure_native/_utilities.py +0 -35
  3. pulumi_azure_native/app/__init__.py +0 -10
  4. pulumi_azure_native/app/_enums.py +0 -46
  5. pulumi_azure_native/app/_inputs.py +0 -490
  6. pulumi_azure_native/app/app_resiliency.py +3 -3
  7. pulumi_azure_native/app/build.py +3 -3
  8. pulumi_azure_native/app/builder.py +3 -3
  9. pulumi_azure_native/app/certificate.py +3 -3
  10. pulumi_azure_native/app/connected_environment.py +3 -3
  11. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  12. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  13. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  14. pulumi_azure_native/app/container_app.py +3 -3
  15. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  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 +1 -5
  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_source_control.py +2 -2
  33. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  34. pulumi_azure_native/app/get_dapr_component.py +2 -2
  35. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  36. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  37. pulumi_azure_native/app/get_dot_net_component.py +0 -4
  38. pulumi_azure_native/app/get_java_component.py +0 -4
  39. pulumi_azure_native/app/get_job.py +2 -2
  40. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  41. pulumi_azure_native/app/get_managed_environment.py +2 -2
  42. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  43. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  44. pulumi_azure_native/app/java_component.py +1 -5
  45. pulumi_azure_native/app/job.py +3 -3
  46. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  47. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  48. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  49. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  50. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  51. pulumi_azure_native/app/list_job_secrets.py +2 -2
  52. pulumi_azure_native/app/managed_certificate.py +3 -3
  53. pulumi_azure_native/app/managed_environment.py +3 -3
  54. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  55. pulumi_azure_native/app/outputs.py +0 -730
  56. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  57. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  58. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  59. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  60. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  61. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  62. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  63. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  64. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  65. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  66. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  67. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  68. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  69. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  70. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  71. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  72. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  73. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  74. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  75. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  76. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  77. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  78. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  79. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  80. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  81. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  82. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  83. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  84. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  85. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  86. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  87. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  88. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  89. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  90. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  91. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  92. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  93. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  94. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  95. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  96. pulumi_azure_native/app/v20230501/job.py +1 -1
  97. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  98. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  99. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  100. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  101. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  102. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  103. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  104. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  105. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  106. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  107. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  108. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  109. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  110. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  111. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  112. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  113. pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
  114. pulumi_azure_native/app/v20230801preview/build.py +1 -1
  115. pulumi_azure_native/app/v20230801preview/builder.py +1 -1
  116. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  117. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  118. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  119. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  120. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  121. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  122. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  123. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  124. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  125. pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
  126. pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
  127. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  128. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  129. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  130. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  131. pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
  132. pulumi_azure_native/app/v20231102preview/build.py +1 -1
  133. pulumi_azure_native/app/v20231102preview/builder.py +1 -1
  134. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  135. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  136. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  137. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  138. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  139. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  140. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  141. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  142. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  143. pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
  144. pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
  145. pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
  146. pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
  147. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  148. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  149. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  150. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  151. pulumi_azure_native/app/v20240301/certificate.py +1 -1
  152. pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
  153. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
  154. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
  155. pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
  156. pulumi_azure_native/app/v20240301/container_app.py +1 -1
  157. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
  158. pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
  159. pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
  160. pulumi_azure_native/app/v20240301/job.py +1 -1
  161. pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
  162. pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
  163. pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
  164. pulumi_azure_native/cdn/__init__.py +0 -3
  165. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  166. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  167. pulumi_azure_native/cdn/afd_origin.py +3 -3
  168. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  169. pulumi_azure_native/cdn/custom_domain.py +3 -3
  170. pulumi_azure_native/cdn/endpoint.py +3 -3
  171. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  172. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  173. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  174. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  175. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  176. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  177. pulumi_azure_native/cdn/get_key_group.py +0 -4
  178. pulumi_azure_native/cdn/get_origin.py +2 -2
  179. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  180. pulumi_azure_native/cdn/get_policy.py +2 -2
  181. pulumi_azure_native/cdn/get_profile.py +2 -2
  182. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  183. pulumi_azure_native/cdn/get_route.py +2 -2
  184. pulumi_azure_native/cdn/get_rule.py +2 -2
  185. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  186. pulumi_azure_native/cdn/get_secret.py +2 -2
  187. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  188. pulumi_azure_native/cdn/key_group.py +1 -5
  189. pulumi_azure_native/cdn/origin.py +3 -3
  190. pulumi_azure_native/cdn/origin_group.py +3 -3
  191. pulumi_azure_native/cdn/policy.py +3 -3
  192. pulumi_azure_native/cdn/profile.py +3 -3
  193. pulumi_azure_native/cdn/route.py +3 -3
  194. pulumi_azure_native/cdn/rule.py +3 -3
  195. pulumi_azure_native/cdn/rule_set.py +3 -3
  196. pulumi_azure_native/cdn/secret.py +3 -3
  197. pulumi_azure_native/cdn/security_policy.py +3 -3
  198. pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
  199. pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
  200. pulumi_azure_native/cdn/v20200901/profile.py +1 -1
  201. pulumi_azure_native/cdn/v20200901/route.py +1 -1
  202. pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
  203. pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
  204. pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
  205. pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
  206. pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
  207. pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
  208. pulumi_azure_native/cdn/v20230501/origin.py +1 -1
  209. pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
  210. pulumi_azure_native/cdn/v20230501/policy.py +1 -1
  211. pulumi_azure_native/cdn/v20230501/profile.py +1 -1
  212. pulumi_azure_native/cdn/v20230501/route.py +1 -1
  213. pulumi_azure_native/cdn/v20230501/rule.py +1 -1
  214. pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
  215. pulumi_azure_native/cdn/v20230501/secret.py +1 -1
  216. pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
  217. pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
  218. pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
  219. pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
  220. pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
  221. pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
  222. pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
  223. pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
  224. pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
  225. pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
  226. pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
  227. pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
  228. pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
  229. pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
  230. pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
  231. pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
  232. pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
  233. pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
  234. pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
  235. pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
  236. pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
  237. pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
  238. pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
  239. pulumi_azure_native/cdn/v20240201/origin.py +1 -1
  240. pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
  241. pulumi_azure_native/cdn/v20240201/policy.py +1 -1
  242. pulumi_azure_native/cdn/v20240201/profile.py +1 -1
  243. pulumi_azure_native/cdn/v20240201/route.py +1 -1
  244. pulumi_azure_native/cdn/v20240201/rule.py +1 -1
  245. pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
  246. pulumi_azure_native/cdn/v20240201/secret.py +1 -1
  247. pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
  248. pulumi_azure_native/config/__init__.pyi +1 -6
  249. pulumi_azure_native/config/vars.py +1 -8
  250. pulumi_azure_native/devcenter/__init__.py +0 -4
  251. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  252. pulumi_azure_native/devcenter/catalog.py +3 -3
  253. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  254. pulumi_azure_native/devcenter/dev_center.py +3 -3
  255. pulumi_azure_native/devcenter/encryption_set.py +1 -5
  256. pulumi_azure_native/devcenter/environment_type.py +3 -3
  257. pulumi_azure_native/devcenter/gallery.py +3 -3
  258. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  259. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  260. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  261. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  262. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  263. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  264. pulumi_azure_native/devcenter/get_encryption_set.py +0 -4
  265. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  266. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  267. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  268. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  269. pulumi_azure_native/devcenter/get_plan.py +0 -4
  270. pulumi_azure_native/devcenter/get_plan_member.py +0 -4
  271. pulumi_azure_native/devcenter/get_pool.py +2 -2
  272. pulumi_azure_native/devcenter/get_project.py +2 -2
  273. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  274. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  275. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  276. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  277. pulumi_azure_native/devcenter/get_project_inherited_settings.py +0 -4
  278. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  279. pulumi_azure_native/devcenter/network_connection.py +3 -3
  280. pulumi_azure_native/devcenter/outputs.py +0 -138
  281. pulumi_azure_native/devcenter/plan.py +1 -5
  282. pulumi_azure_native/devcenter/plan_member.py +1 -5
  283. pulumi_azure_native/devcenter/pool.py +3 -3
  284. pulumi_azure_native/devcenter/project.py +3 -3
  285. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  286. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  287. pulumi_azure_native/devcenter/schedule.py +3 -3
  288. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  289. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  290. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  291. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  292. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  293. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  294. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  295. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  296. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  297. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  298. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  299. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  300. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  301. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  302. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  303. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  304. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  305. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  306. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  307. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  308. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  309. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  310. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  311. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  312. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  313. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  314. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  315. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  316. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  317. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  318. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  319. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  320. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  321. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  322. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  323. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  324. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  325. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  326. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  327. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  328. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  329. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  330. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  331. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  332. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  333. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  334. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  335. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  336. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  337. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  338. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  339. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  340. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  341. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  342. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  343. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  344. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  345. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  346. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  347. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  348. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  349. pulumi_azure_native/elastic/__init__.py +0 -3
  350. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  351. pulumi_azure_native/elastic/get_monitor.py +2 -2
  352. pulumi_azure_native/elastic/get_monitored_subscription.py +0 -4
  353. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  354. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  355. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  356. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  357. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  358. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  359. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  360. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  361. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  362. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  363. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  364. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  365. pulumi_azure_native/elastic/monitor.py +3 -3
  366. pulumi_azure_native/elastic/monitored_subscription.py +1 -5
  367. pulumi_azure_native/elastic/open_ai.py +3 -3
  368. pulumi_azure_native/elastic/tag_rule.py +3 -3
  369. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  370. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  371. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  372. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  373. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  374. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  375. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  376. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  377. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  378. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  379. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  380. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  381. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  382. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  383. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  384. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  385. pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
  386. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
  387. pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
  388. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
  389. pulumi_azure_native/hdinsight/__init__.py +3 -3
  390. pulumi_azure_native/hdinsight/cluster.py +2 -2
  391. pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
  392. pulumi_azure_native/hdinsight/get_cluster.py +2 -2
  393. pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
  394. pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
  395. pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
  396. pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
  397. pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
  398. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/_inputs.py +1 -56
  399. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/cluster.py +1 -1
  400. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/cluster_pool.py +1 -1
  401. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/get_cluster.py +1 -1
  402. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/get_cluster_pool.py +1 -1
  403. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/outputs.py +1 -66
  404. pulumi_azure_native/keyvault/__init__.py +0 -3
  405. pulumi_azure_native/keyvault/get_key.py +2 -2
  406. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  407. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  408. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  409. pulumi_azure_native/keyvault/get_secret.py +2 -2
  410. pulumi_azure_native/keyvault/get_vault.py +2 -2
  411. pulumi_azure_native/keyvault/key.py +3 -3
  412. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  413. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  414. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  415. pulumi_azure_native/keyvault/secret.py +3 -3
  416. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  417. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  418. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  419. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  420. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  421. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  422. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  423. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  424. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  425. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  426. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  427. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  428. pulumi_azure_native/keyvault/vault.py +3 -3
  429. pulumi_azure_native/kubernetes/__init__.py +0 -3
  430. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  431. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  432. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  433. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  434. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  435. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  436. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  437. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  438. pulumi_azure_native/network/__init__.py +0 -3
  439. pulumi_azure_native/network/admin_rule.py +3 -3
  440. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  441. pulumi_azure_native/network/application_gateway.py +3 -3
  442. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  443. pulumi_azure_native/network/application_security_group.py +3 -3
  444. pulumi_azure_native/network/azure_firewall.py +3 -3
  445. pulumi_azure_native/network/bastion_host.py +3 -3
  446. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  447. pulumi_azure_native/network/connection_monitor.py +3 -3
  448. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  449. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  450. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  451. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  452. pulumi_azure_native/network/default_admin_rule.py +1 -1
  453. pulumi_azure_native/network/dscp_configuration.py +3 -3
  454. pulumi_azure_native/network/express_route_circuit.py +3 -3
  455. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  456. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  457. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  458. pulumi_azure_native/network/express_route_connection.py +3 -3
  459. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  460. pulumi_azure_native/network/express_route_gateway.py +3 -3
  461. pulumi_azure_native/network/express_route_port.py +3 -3
  462. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  463. pulumi_azure_native/network/firewall_policy.py +3 -3
  464. pulumi_azure_native/network/firewall_policy_draft.py +1 -5
  465. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  466. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +1 -5
  467. pulumi_azure_native/network/flow_log.py +3 -3
  468. pulumi_azure_native/network/get_active_sessions.py +2 -2
  469. pulumi_azure_native/network/get_admin_rule.py +2 -2
  470. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  471. pulumi_azure_native/network/get_application_gateway.py +2 -2
  472. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  473. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  474. pulumi_azure_native/network/get_application_security_group.py +2 -2
  475. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  476. pulumi_azure_native/network/get_bastion_host.py +2 -2
  477. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  478. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  479. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  480. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  481. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  482. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  483. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  484. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  485. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  486. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  487. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  488. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  489. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  490. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  491. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  492. pulumi_azure_native/network/get_express_route_port.py +2 -2
  493. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  494. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  495. pulumi_azure_native/network/get_firewall_policy_draft.py +0 -4
  496. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  497. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +0 -4
  498. pulumi_azure_native/network/get_flow_log.py +2 -2
  499. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  500. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  501. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  502. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  503. pulumi_azure_native/network/get_ip_group.py +2 -2
  504. pulumi_azure_native/network/get_load_balancer.py +2 -2
  505. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  506. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  507. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  508. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  509. pulumi_azure_native/network/get_nat_rule.py +2 -2
  510. pulumi_azure_native/network/get_network_group.py +2 -2
  511. pulumi_azure_native/network/get_network_interface.py +2 -2
  512. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  513. pulumi_azure_native/network/get_network_manager.py +2 -2
  514. pulumi_azure_native/network/get_network_profile.py +2 -2
  515. pulumi_azure_native/network/get_network_security_group.py +2 -2
  516. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  517. pulumi_azure_native/network/get_network_watcher.py +2 -2
  518. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  519. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  520. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  521. pulumi_azure_native/network/get_packet_capture.py +2 -2
  522. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  523. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  524. pulumi_azure_native/network/get_private_link_service.py +2 -2
  525. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  526. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  527. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  528. pulumi_azure_native/network/get_route.py +2 -2
  529. pulumi_azure_native/network/get_route_filter.py +2 -2
  530. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  531. pulumi_azure_native/network/get_route_map.py +2 -2
  532. pulumi_azure_native/network/get_route_table.py +2 -2
  533. pulumi_azure_native/network/get_routing_intent.py +2 -2
  534. pulumi_azure_native/network/get_scope_connection.py +2 -2
  535. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  536. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  537. pulumi_azure_native/network/get_security_rule.py +2 -2
  538. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  539. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  540. pulumi_azure_native/network/get_static_member.py +2 -2
  541. pulumi_azure_native/network/get_subnet.py +2 -2
  542. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  543. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  544. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  545. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  546. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  547. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  548. pulumi_azure_native/network/get_virtual_network.py +2 -2
  549. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  550. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  551. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  552. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  553. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  554. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  555. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  556. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  557. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  558. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  559. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  560. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  561. pulumi_azure_native/network/get_virtual_router.py +2 -2
  562. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  563. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  564. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  565. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  566. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  567. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  568. pulumi_azure_native/network/get_vpn_site.py +2 -2
  569. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  570. pulumi_azure_native/network/hub_route_table.py +3 -3
  571. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  572. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  573. pulumi_azure_native/network/interface_endpoint.py +1 -1
  574. pulumi_azure_native/network/ip_allocation.py +3 -3
  575. pulumi_azure_native/network/ip_group.py +3 -3
  576. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  577. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  578. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  579. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  580. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  581. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  582. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  583. pulumi_azure_native/network/load_balancer.py +3 -3
  584. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  585. pulumi_azure_native/network/local_network_gateway.py +3 -3
  586. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  587. pulumi_azure_native/network/nat_gateway.py +3 -3
  588. pulumi_azure_native/network/nat_rule.py +3 -3
  589. pulumi_azure_native/network/network_group.py +3 -3
  590. pulumi_azure_native/network/network_interface.py +3 -3
  591. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  592. pulumi_azure_native/network/network_manager.py +3 -3
  593. pulumi_azure_native/network/network_profile.py +3 -3
  594. pulumi_azure_native/network/network_security_group.py +3 -3
  595. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  596. pulumi_azure_native/network/network_watcher.py +3 -3
  597. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  598. pulumi_azure_native/network/packet_capture.py +3 -3
  599. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  600. pulumi_azure_native/network/private_endpoint.py +3 -3
  601. pulumi_azure_native/network/private_link_service.py +3 -3
  602. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  603. pulumi_azure_native/network/public_ip_address.py +3 -3
  604. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  605. pulumi_azure_native/network/route.py +3 -3
  606. pulumi_azure_native/network/route_filter.py +3 -3
  607. pulumi_azure_native/network/route_filter_rule.py +3 -3
  608. pulumi_azure_native/network/route_map.py +3 -3
  609. pulumi_azure_native/network/route_table.py +3 -3
  610. pulumi_azure_native/network/routing_intent.py +3 -3
  611. pulumi_azure_native/network/scope_connection.py +3 -3
  612. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  613. pulumi_azure_native/network/security_partner_provider.py +3 -3
  614. pulumi_azure_native/network/security_rule.py +3 -3
  615. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  616. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  617. pulumi_azure_native/network/static_member.py +3 -3
  618. pulumi_azure_native/network/subnet.py +3 -3
  619. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  620. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  621. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  622. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  623. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  624. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  625. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  626. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  627. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  628. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  629. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  630. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  631. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  632. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  633. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  634. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  635. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  636. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  637. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  638. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  639. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  640. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  641. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  642. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  643. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  644. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  645. pulumi_azure_native/network/v20190601/route.py +1 -1
  646. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  647. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  648. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  649. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  650. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  651. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  652. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  653. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  654. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  655. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  656. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  657. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  658. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  659. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  660. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  661. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  662. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  663. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  664. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  665. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  666. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  667. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  668. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  669. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  670. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  671. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  672. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  673. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  674. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  675. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  676. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  677. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  678. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  679. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  680. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  681. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  682. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  683. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  684. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  685. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  686. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  687. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  688. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  689. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  690. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  691. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  692. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  693. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  694. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  695. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  696. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  697. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  698. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  699. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  700. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  701. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  702. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  703. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  704. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  705. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  706. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  707. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  708. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  709. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  710. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  711. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  712. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  713. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  714. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  715. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  716. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  717. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  718. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  719. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  720. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  721. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  722. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  723. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  724. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  725. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  726. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  727. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  728. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  729. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  730. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  731. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  732. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  733. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  734. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  735. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  736. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  737. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  738. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  739. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  740. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  741. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  742. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  743. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  744. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  745. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  746. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  747. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  748. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  749. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  750. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  751. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  752. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  753. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  754. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  755. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  756. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  757. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  758. pulumi_azure_native/network/v20230201/route.py +1 -1
  759. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  760. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  761. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  762. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  763. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  764. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  765. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  766. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  767. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  768. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  769. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  770. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  771. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  772. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  773. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  774. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  775. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  776. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  777. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  778. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  779. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  780. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  781. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  782. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  783. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  784. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  785. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  786. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  787. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  788. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  789. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  790. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  791. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  792. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  793. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  794. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  795. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  796. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  797. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  798. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  799. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  800. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  801. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  802. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  803. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  804. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  805. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  806. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  807. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  808. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  809. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  810. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  811. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  812. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  813. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  814. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  815. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  816. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  817. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  818. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  819. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  820. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  821. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  822. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  823. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  824. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  825. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  826. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  827. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  828. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  829. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  830. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  831. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  832. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  833. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  834. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  835. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  836. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  837. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  838. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  839. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  840. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  841. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  842. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  843. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  844. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  845. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  846. pulumi_azure_native/network/v20230401/route.py +1 -1
  847. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  848. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  849. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  850. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  851. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  852. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  853. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  854. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  855. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  856. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  857. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  858. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  859. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  860. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  861. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  862. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  863. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  864. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  865. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  866. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  867. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  868. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  869. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  870. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  871. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  872. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  873. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  874. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  875. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  876. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  877. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  878. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  879. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  880. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  881. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  882. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  883. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  884. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  885. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  886. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  887. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  888. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  889. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  890. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  891. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  892. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  893. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  894. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  895. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  896. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  897. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  898. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  899. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  900. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  901. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  902. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  903. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  904. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  905. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  906. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  907. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  908. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  909. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  910. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  911. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  912. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  913. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  914. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  915. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  916. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  917. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  918. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  919. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  920. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  921. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  922. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  923. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  924. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  925. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  926. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  927. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  928. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  929. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  930. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  931. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  932. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  933. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  934. pulumi_azure_native/network/v20230501/route.py +1 -1
  935. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  936. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  937. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  938. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  939. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  940. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  941. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  942. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  943. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  944. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  945. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  946. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  947. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  948. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  949. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  950. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  951. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  952. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  953. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  954. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  955. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  956. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  957. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  958. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  959. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  960. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  961. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  962. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  963. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  964. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  965. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  966. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  967. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  968. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  969. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  970. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  971. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  972. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  973. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  974. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  975. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  976. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  977. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  978. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  979. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  980. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  981. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  982. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  983. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  984. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  985. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  986. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  987. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  988. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  989. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  990. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  991. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  992. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  993. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  994. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  995. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  996. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  997. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  998. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  999. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  1000. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1001. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1002. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1003. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1004. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1005. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1006. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1007. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1008. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1009. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1010. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1011. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1012. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1013. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1014. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1015. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1016. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1017. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1018. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1019. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1020. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1021. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1022. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1023. pulumi_azure_native/network/v20230601/route.py +1 -1
  1024. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1025. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1026. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1027. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1028. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1029. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1030. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1031. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1032. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1033. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1034. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1035. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1036. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1037. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1038. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1039. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1040. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1041. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1042. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1043. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1044. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1045. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1046. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1047. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1048. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1049. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1050. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1051. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1052. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1053. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1054. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1055. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1056. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1057. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1058. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1059. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1060. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1061. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1062. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1063. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1064. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1065. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1066. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1067. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1068. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1069. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1070. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1071. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1072. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1073. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1074. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1075. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1076. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1077. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1078. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1079. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1080. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1081. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1082. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1083. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1084. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1085. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1086. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1087. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1088. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1089. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1090. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1091. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1092. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1093. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1094. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1095. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1096. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1097. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1098. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1099. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1100. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1101. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1102. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1103. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1104. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1105. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1106. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1107. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1108. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1109. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1110. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1111. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1112. pulumi_azure_native/network/v20230901/route.py +1 -1
  1113. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1114. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1115. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1116. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1117. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1118. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1119. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1120. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1121. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1122. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1123. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1124. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1125. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1126. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1127. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1128. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1129. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1130. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1131. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1132. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1133. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1134. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1135. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1136. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1137. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1138. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1139. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1140. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1141. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1142. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1143. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1144. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1145. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1146. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1147. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1148. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1149. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1150. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1151. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1152. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1153. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1154. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1155. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1156. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1157. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1158. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1159. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1160. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1161. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1162. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1163. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1164. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1165. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1166. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1167. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1168. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1169. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1170. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1171. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1172. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1173. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1174. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1175. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1176. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1177. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1178. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1179. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1180. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1181. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1182. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1183. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1184. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1185. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1186. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1187. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1188. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1189. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1190. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1191. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1192. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1193. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1194. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1195. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1196. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1197. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1198. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1199. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1200. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1201. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1202. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1203. pulumi_azure_native/network/v20231101/route.py +1 -1
  1204. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1205. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1206. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1207. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1208. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1209. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1210. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1211. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1212. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1213. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1214. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1215. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1216. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1217. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1218. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1219. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1220. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1221. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1222. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1223. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1224. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1225. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1226. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1227. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1228. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1229. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1230. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1231. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1232. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1233. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1234. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1235. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1236. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1237. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  1238. pulumi_azure_native/network/virtual_hub.py +3 -3
  1239. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  1240. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  1241. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  1242. pulumi_azure_native/network/virtual_network.py +3 -3
  1243. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  1244. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  1245. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  1246. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  1247. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  1248. pulumi_azure_native/network/virtual_router.py +3 -3
  1249. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  1250. pulumi_azure_native/network/virtual_wan.py +3 -3
  1251. pulumi_azure_native/network/vpn_connection.py +3 -3
  1252. pulumi_azure_native/network/vpn_gateway.py +3 -3
  1253. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  1254. pulumi_azure_native/network/vpn_site.py +3 -3
  1255. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  1256. pulumi_azure_native/pulumi-plugin.json +1 -1
  1257. pulumi_azure_native/signalrservice/__init__.py +0 -3
  1258. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  1259. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  1260. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  1261. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  1262. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  1263. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  1264. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  1265. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  1266. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  1267. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  1268. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  1269. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  1270. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  1271. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  1272. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  1273. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  1274. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  1275. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  1276. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  1277. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  1278. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  1279. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  1280. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  1281. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  1282. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  1283. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  1284. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  1285. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  1286. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  1287. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  1288. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  1289. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  1290. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  1291. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  1292. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  1293. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  1294. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  1295. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  1296. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  1297. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  1298. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  1299. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  1300. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  1301. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  1302. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  1303. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  1304. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  1305. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  1306. pulumi_azure_native/webpubsub/__init__.py +0 -3
  1307. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  1308. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  1309. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  1310. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  1311. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  1312. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  1313. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  1314. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  1315. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  1316. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  1317. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  1318. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  1319. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  1320. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  1321. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  1322. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  1323. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  1324. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  1325. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  1326. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  1327. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  1328. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1329. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  1330. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1331. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  1332. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  1333. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  1334. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  1335. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1336. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  1337. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1338. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  1339. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  1340. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  1341. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  1342. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1343. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  1344. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1345. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  1346. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  1347. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  1348. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  1349. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1350. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  1351. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1352. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  1353. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  1354. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  1355. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  1356. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  1357. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  1358. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  1359. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  1360. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  1361. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  1362. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  1363. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  1364. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  1365. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  1366. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719213276.dist-info}/METADATA +1 -1
  1367. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719213276.dist-info}/RECORD +1371 -1805
  1368. pulumi_azure_native/app/container_apps_session_pool.py +0 -488
  1369. pulumi_azure_native/app/get_container_apps_session_pool.py +0 -289
  1370. pulumi_azure_native/app/get_logic_app.py +0 -125
  1371. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +0 -177
  1372. pulumi_azure_native/app/list_logic_app_workflows_connections.py +0 -151
  1373. pulumi_azure_native/app/logic_app.py +0 -187
  1374. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +0 -249
  1375. pulumi_azure_native/app/v20240202preview/__init__.py +0 -66
  1376. pulumi_azure_native/app/v20240202preview/_enums.py +0 -346
  1377. pulumi_azure_native/app/v20240202preview/_inputs.py +0 -9269
  1378. pulumi_azure_native/app/v20240202preview/app_resiliency.py +0 -359
  1379. pulumi_azure_native/app/v20240202preview/build.py +0 -294
  1380. pulumi_azure_native/app/v20240202preview/builder.py +0 -322
  1381. pulumi_azure_native/app/v20240202preview/certificate.py +0 -274
  1382. pulumi_azure_native/app/v20240202preview/connected_environment.py +0 -370
  1383. pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +0 -274
  1384. pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +0 -451
  1385. pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +0 -216
  1386. pulumi_azure_native/app/v20240202preview/container_app.py +0 -584
  1387. pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +0 -361
  1388. pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +0 -486
  1389. pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +0 -291
  1390. pulumi_azure_native/app/v20240202preview/dapr_component.py +0 -451
  1391. pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +0 -264
  1392. pulumi_azure_native/app/v20240202preview/dapr_subscription.py +0 -388
  1393. pulumi_azure_native/app/v20240202preview/dot_net_component.py +0 -283
  1394. pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +0 -201
  1395. pulumi_azure_native/app/v20240202preview/get_build.py +0 -214
  1396. pulumi_azure_native/app/v20240202preview/get_builder.py +0 -196
  1397. pulumi_azure_native/app/v20240202preview/get_certificate.py +0 -162
  1398. pulumi_azure_native/app/v20240202preview/get_connected_environment.py +0 -235
  1399. pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +0 -162
  1400. pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +0 -240
  1401. pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +0 -136
  1402. pulumi_azure_native/app/v20240202preview/get_container_app.py +0 -365
  1403. pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +0 -170
  1404. pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +0 -201
  1405. pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +0 -287
  1406. pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +0 -177
  1407. pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +0 -61
  1408. pulumi_azure_native/app/v20240202preview/get_dapr_component.py +0 -240
  1409. pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +0 -154
  1410. pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +0 -214
  1411. pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +0 -175
  1412. pulumi_azure_native/app/v20240202preview/get_java_component.py +0 -136
  1413. pulumi_azure_native/app/v20240202preview/get_job.py +0 -261
  1414. pulumi_azure_native/app/v20240202preview/get_logic_app.py +0 -123
  1415. pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +0 -162
  1416. pulumi_azure_native/app/v20240202preview/get_managed_environment.py +0 -445
  1417. pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +0 -170
  1418. pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +0 -175
  1419. pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +0 -136
  1420. pulumi_azure_native/app/v20240202preview/java_component.py +0 -214
  1421. pulumi_azure_native/app/v20240202preview/job.py +0 -428
  1422. pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +0 -96
  1423. pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +0 -84
  1424. pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +0 -227
  1425. pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +0 -79
  1426. pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +0 -84
  1427. pulumi_azure_native/app/v20240202preview/list_job_secrets.py +0 -79
  1428. pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +0 -149
  1429. pulumi_azure_native/app/v20240202preview/logic_app.py +0 -185
  1430. pulumi_azure_native/app/v20240202preview/managed_certificate.py +0 -274
  1431. pulumi_azure_native/app/v20240202preview/managed_environment.py +0 -747
  1432. pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +0 -247
  1433. pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +0 -216
  1434. pulumi_azure_native/app/v20240202preview/outputs.py +0 -11065
  1435. pulumi_azure_native/cdn/v20240501preview/__init__.py +0 -43
  1436. pulumi_azure_native/cdn/v20240501preview/_enums.py +0 -839
  1437. pulumi_azure_native/cdn/v20240501preview/_inputs.py +0 -6013
  1438. pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +0 -418
  1439. pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +0 -338
  1440. pulumi_azure_native/cdn/v20240501preview/afd_origin.py +0 -537
  1441. pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +0 -329
  1442. pulumi_azure_native/cdn/v20240501preview/custom_domain.py +0 -296
  1443. pulumi_azure_native/cdn/v20240501preview/endpoint.py +0 -762
  1444. pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +0 -276
  1445. pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +0 -224
  1446. pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +0 -294
  1447. pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +0 -211
  1448. pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +0 -219
  1449. pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +0 -409
  1450. pulumi_azure_native/cdn/v20240501preview/get_key_group.py +0 -159
  1451. pulumi_azure_native/cdn/v20240501preview/get_origin.py +0 -310
  1452. pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +0 -206
  1453. pulumi_azure_native/cdn/v20240501preview/get_policy.py +0 -271
  1454. pulumi_azure_native/cdn/v20240501preview/get_profile.py +0 -261
  1455. pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +0 -78
  1456. pulumi_azure_native/cdn/v20240501preview/get_route.py +0 -320
  1457. pulumi_azure_native/cdn/v20240501preview/get_rule.py +0 -216
  1458. pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +0 -159
  1459. pulumi_azure_native/cdn/v20240501preview/get_secret.py +0 -172
  1460. pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +0 -172
  1461. pulumi_azure_native/cdn/v20240501preview/key_group.py +0 -232
  1462. pulumi_azure_native/cdn/v20240501preview/origin.py +0 -556
  1463. pulumi_azure_native/cdn/v20240501preview/origin_group.py +0 -345
  1464. pulumi_azure_native/cdn/v20240501preview/outputs.py +0 -7210
  1465. pulumi_azure_native/cdn/v20240501preview/policy.py +0 -436
  1466. pulumi_azure_native/cdn/v20240501preview/profile.py +0 -391
  1467. pulumi_azure_native/cdn/v20240501preview/route.py +0 -595
  1468. pulumi_azure_native/cdn/v20240501preview/rule.py +0 -356
  1469. pulumi_azure_native/cdn/v20240501preview/rule_set.py +0 -211
  1470. pulumi_azure_native/cdn/v20240501preview/secret.py +0 -241
  1471. pulumi_azure_native/cdn/v20240501preview/security_policy.py +0 -241
  1472. pulumi_azure_native/devcenter/list_skus_by_project.py +0 -94
  1473. pulumi_azure_native/devcenter/v20240601preview/__init__.py +0 -47
  1474. pulumi_azure_native/devcenter/v20240601preview/_enums.py +0 -209
  1475. pulumi_azure_native/devcenter/v20240601preview/_inputs.py +0 -595
  1476. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +0 -255
  1477. pulumi_azure_native/devcenter/v20240601preview/catalog.py +0 -363
  1478. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +0 -413
  1479. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +0 -447
  1480. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +0 -342
  1481. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +0 -253
  1482. pulumi_azure_native/devcenter/v20240601preview/gallery.py +0 -225
  1483. pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +0 -188
  1484. pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +0 -253
  1485. pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +0 -110
  1486. pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +0 -89
  1487. pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +0 -266
  1488. pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +0 -261
  1489. pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +0 -201
  1490. pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +0 -89
  1491. pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +0 -162
  1492. pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +0 -149
  1493. pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +0 -261
  1494. pulumi_azure_native/devcenter/v20240601preview/get_plan.py +0 -170
  1495. pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +0 -175
  1496. pulumi_azure_native/devcenter/v20240601preview/get_pool.py +0 -344
  1497. pulumi_azure_native/devcenter/v20240601preview/get_project.py +0 -248
  1498. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +0 -253
  1499. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +0 -89
  1500. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +0 -110
  1501. pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +0 -253
  1502. pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +0 -92
  1503. pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +0 -224
  1504. pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +0 -92
  1505. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +0 -448
  1506. pulumi_azure_native/devcenter/v20240601preview/outputs.py +0 -1447
  1507. pulumi_azure_native/devcenter/v20240601preview/plan.py +0 -263
  1508. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +0 -283
  1509. pulumi_azure_native/devcenter/v20240601preview/pool.py +0 -608
  1510. pulumi_azure_native/devcenter/v20240601preview/project.py +0 -418
  1511. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +0 -363
  1512. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +0 -439
  1513. pulumi_azure_native/devcenter/v20240601preview/schedule.py +0 -434
  1514. pulumi_azure_native/elastic/v20240615preview/__init__.py +0 -29
  1515. pulumi_azure_native/elastic/v20240615preview/_enums.py +0 -57
  1516. pulumi_azure_native/elastic/v20240615preview/_inputs.py +0 -826
  1517. pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +0 -92
  1518. pulumi_azure_native/elastic/v20240615preview/get_monitor.py +0 -183
  1519. pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +0 -123
  1520. pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +0 -123
  1521. pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +0 -84
  1522. pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +0 -71
  1523. pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +0 -65
  1524. pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +0 -136
  1525. pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +0 -79
  1526. pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +0 -92
  1527. pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +0 -157
  1528. pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +0 -92
  1529. pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +0 -91
  1530. pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +0 -92
  1531. pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +0 -79
  1532. pulumi_azure_native/elastic/v20240615preview/monitor.py +0 -311
  1533. pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +0 -206
  1534. pulumi_azure_native/elastic/v20240615preview/open_ai.py +0 -205
  1535. pulumi_azure_native/elastic/v20240615preview/outputs.py +0 -1752
  1536. pulumi_azure_native/elastic/v20240615preview/tag_rule.py +0 -216
  1537. pulumi_azure_native/keyvault/v20240401preview/__init__.py +0 -22
  1538. pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -242
  1539. pulumi_azure_native/keyvault/v20240401preview/_inputs.py +0 -1623
  1540. pulumi_azure_native/keyvault/v20240401preview/get_key.py +0 -250
  1541. pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +0 -183
  1542. pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +0 -227
  1543. pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +0 -188
  1544. pulumi_azure_native/keyvault/v20240401preview/get_secret.py +0 -149
  1545. pulumi_azure_native/keyvault/v20240401preview/get_vault.py +0 -157
  1546. pulumi_azure_native/keyvault/v20240401preview/key.py +0 -324
  1547. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +0 -310
  1548. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +0 -361
  1549. pulumi_azure_native/keyvault/v20240401preview/outputs.py +0 -2258
  1550. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +0 -256
  1551. pulumi_azure_native/keyvault/v20240401preview/secret.py +0 -245
  1552. pulumi_azure_native/keyvault/v20240401preview/vault.py +0 -254
  1553. pulumi_azure_native/kubernetes/v20240601preview/__init__.py +0 -13
  1554. pulumi_azure_native/kubernetes/v20240601preview/_enums.py +0 -76
  1555. pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +0 -305
  1556. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +0 -730
  1557. pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +0 -443
  1558. pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +0 -103
  1559. pulumi_azure_native/kubernetes/v20240601preview/outputs.py +0 -717
  1560. pulumi_azure_native/network/v20240101/__init__.py +0 -212
  1561. pulumi_azure_native/network/v20240101/_enums.py +0 -1771
  1562. pulumi_azure_native/network/v20240101/_inputs.py +0 -20903
  1563. pulumi_azure_native/network/v20240101/admin_rule.py +0 -558
  1564. pulumi_azure_native/network/v20240101/admin_rule_collection.py +0 -296
  1565. pulumi_azure_native/network/v20240101/application_gateway.py +0 -1251
  1566. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +0 -284
  1567. pulumi_azure_native/network/v20240101/application_security_group.py +0 -261
  1568. pulumi_azure_native/network/v20240101/azure_firewall.py +0 -612
  1569. pulumi_azure_native/network/v20240101/bastion_host.py +0 -680
  1570. pulumi_azure_native/network/v20240101/configuration_policy_group.py +0 -333
  1571. pulumi_azure_native/network/v20240101/connection_monitor.py +0 -574
  1572. pulumi_azure_native/network/v20240101/connectivity_configuration.py +0 -393
  1573. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +0 -642
  1574. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +0 -261
  1575. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +0 -262
  1576. pulumi_azure_native/network/v20240101/default_admin_rule.py +0 -410
  1577. pulumi_azure_native/network/v20240101/dscp_configuration.py +0 -487
  1578. pulumi_azure_native/network/v20240101/express_route_circuit.py +0 -715
  1579. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +0 -302
  1580. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +0 -411
  1581. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +0 -733
  1582. pulumi_azure_native/network/v20240101/express_route_connection.py +0 -421
  1583. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +0 -556
  1584. pulumi_azure_native/network/v20240101/express_route_gateway.py +0 -374
  1585. pulumi_azure_native/network/v20240101/express_route_port.py +0 -488
  1586. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +0 -263
  1587. pulumi_azure_native/network/v20240101/firewall_policy.py +0 -642
  1588. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +0 -496
  1589. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +0 -304
  1590. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +0 -285
  1591. pulumi_azure_native/network/v20240101/flow_log.py +0 -490
  1592. pulumi_azure_native/network/v20240101/get_active_sessions.py +0 -92
  1593. pulumi_azure_native/network/v20240101/get_admin_rule.py +0 -303
  1594. pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +0 -193
  1595. pulumi_azure_native/network/v20240101/get_application_gateway.py +0 -638
  1596. pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +0 -139
  1597. pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +0 -175
  1598. pulumi_azure_native/network/v20240101/get_application_security_group.py +0 -169
  1599. pulumi_azure_native/network/v20240101/get_azure_firewall.py +0 -326
  1600. pulumi_azure_native/network/v20240101/get_bastion_host.py +0 -336
  1601. pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +0 -98
  1602. pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +0 -188
  1603. pulumi_azure_native/network/v20240101/get_connection_monitor.py +0 -318
  1604. pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +0 -240
  1605. pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +0 -370
  1606. pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +0 -169
  1607. pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +0 -196
  1608. pulumi_azure_native/network/v20240101/get_default_admin_rule.py +0 -316
  1609. pulumi_azure_native/network/v20240101/get_dscp_configuration.py +0 -287
  1610. pulumi_azure_native/network/v20240101/get_express_route_circuit.py +0 -378
  1611. pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +0 -174
  1612. pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +0 -219
  1613. pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +0 -383
  1614. pulumi_azure_native/network/v20240101/get_express_route_connection.py +0 -201
  1615. pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +0 -305
  1616. pulumi_azure_native/network/v20240101/get_express_route_gateway.py +0 -209
  1617. pulumi_azure_native/network/v20240101/get_express_route_port.py +0 -313
  1618. pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +0 -174
  1619. pulumi_azure_native/network/v20240101/get_firewall_policy.py +0 -370
  1620. pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +0 -248
  1621. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +0 -175
  1622. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +0 -149
  1623. pulumi_azure_native/network/v20240101/get_flow_log.py +0 -266
  1624. pulumi_azure_native/network/v20240101/get_hub_route_table.py +0 -188
  1625. pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +0 -188
  1626. pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +0 -284
  1627. pulumi_azure_native/network/v20240101/get_ip_allocation.py +0 -240
  1628. pulumi_azure_native/network/v20240101/get_ip_group.py +0 -201
  1629. pulumi_azure_native/network/v20240101/get_load_balancer.py +0 -292
  1630. pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +0 -279
  1631. pulumi_azure_native/network/v20240101/get_local_network_gateway.py +0 -222
  1632. pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +0 -157
  1633. pulumi_azure_native/network/v20240101/get_nat_gateway.py +0 -253
  1634. pulumi_azure_native/network/v20240101/get_nat_rule.py +0 -214
  1635. pulumi_azure_native/network/v20240101/get_network_group.py +0 -175
  1636. pulumi_azure_native/network/v20240101/get_network_interface.py +0 -448
  1637. pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +0 -149
  1638. pulumi_azure_native/network/v20240101/get_network_manager.py +0 -222
  1639. pulumi_azure_native/network/v20240101/get_network_profile.py +0 -201
  1640. pulumi_azure_native/network/v20240101/get_network_security_group.py +0 -253
  1641. pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +0 -409
  1642. pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +0 -175
  1643. pulumi_azure_native/network/v20240101/get_network_watcher.py +0 -156
  1644. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +0 -248
  1645. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +0 -248
  1646. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +0 -88
  1647. pulumi_azure_native/network/v20240101/get_packet_capture.py +0 -253
  1648. pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +0 -136
  1649. pulumi_azure_native/network/v20240101/get_private_endpoint.py +0 -279
  1650. pulumi_azure_native/network/v20240101/get_private_link_service.py +0 -292
  1651. pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +0 -193
  1652. pulumi_azure_native/network/v20240101/get_public_ip_address.py +0 -396
  1653. pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +0 -318
  1654. pulumi_azure_native/network/v20240101/get_route.py +0 -187
  1655. pulumi_azure_native/network/v20240101/get_route_filter.py +0 -201
  1656. pulumi_azure_native/network/v20240101/get_route_filter_rule.py +0 -174
  1657. pulumi_azure_native/network/v20240101/get_route_map.py +0 -175
  1658. pulumi_azure_native/network/v20240101/get_route_table.py +0 -214
  1659. pulumi_azure_native/network/v20240101/get_routing_intent.py +0 -149
  1660. pulumi_azure_native/network/v20240101/get_scope_connection.py +0 -175
  1661. pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +0 -188
  1662. pulumi_azure_native/network/v20240101/get_security_partner_provider.py +0 -196
  1663. pulumi_azure_native/network/v20240101/get_security_rule.py +0 -331
  1664. pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +0 -240
  1665. pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +0 -174
  1666. pulumi_azure_native/network/v20240101/get_static_member.py +0 -180
  1667. pulumi_azure_native/network/v20240101/get_subnet.py +0 -401
  1668. pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +0 -152
  1669. pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +0 -162
  1670. pulumi_azure_native/network/v20240101/get_virtual_hub.py +0 -443
  1671. pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +0 -188
  1672. pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +0 -188
  1673. pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +0 -149
  1674. pulumi_azure_native/network/v20240101/get_virtual_network.py +0 -344
  1675. pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +0 -495
  1676. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +0 -84
  1677. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +0 -84
  1678. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +0 -495
  1679. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +0 -72
  1680. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +0 -79
  1681. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +0 -188
  1682. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +0 -72
  1683. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +0 -79
  1684. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +0 -169
  1685. pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +0 -383
  1686. pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +0 -222
  1687. pulumi_azure_native/network/v20240101/get_virtual_router.py +0 -227
  1688. pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +0 -161
  1689. pulumi_azure_native/network/v20240101/get_virtual_wan.py +0 -235
  1690. pulumi_azure_native/network/v20240101/get_vpn_connection.py +0 -357
  1691. pulumi_azure_native/network/v20240101/get_vpn_gateway.py +0 -261
  1692. pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +0 -82
  1693. pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +0 -326
  1694. pulumi_azure_native/network/v20240101/get_vpn_site.py +0 -274
  1695. pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +0 -248
  1696. pulumi_azure_native/network/v20240101/hub_route_table.py +0 -313
  1697. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +0 -371
  1698. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +0 -536
  1699. pulumi_azure_native/network/v20240101/ip_allocation.py +0 -431
  1700. pulumi_azure_native/network/v20240101/ip_group.py +0 -301
  1701. pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +0 -107
  1702. pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +0 -107
  1703. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +0 -119
  1704. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +0 -83
  1705. pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +0 -113
  1706. pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +0 -102
  1707. pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +0 -102
  1708. pulumi_azure_native/network/v20240101/load_balancer.py +0 -531
  1709. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +0 -460
  1710. pulumi_azure_native/network/v20240101/local_network_gateway.py +0 -379
  1711. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +0 -232
  1712. pulumi_azure_native/network/v20240101/nat_gateway.py +0 -419
  1713. pulumi_azure_native/network/v20240101/nat_rule.py +0 -391
  1714. pulumi_azure_native/network/v20240101/network_group.py +0 -244
  1715. pulumi_azure_native/network/v20240101/network_interface.py +0 -721
  1716. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +0 -265
  1717. pulumi_azure_native/network/v20240101/network_manager.py +0 -363
  1718. pulumi_azure_native/network/v20240101/network_profile.py +0 -303
  1719. pulumi_azure_native/network/v20240101/network_security_group.py +0 -365
  1720. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +0 -672
  1721. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +0 -361
  1722. pulumi_azure_native/network/v20240101/network_watcher.py +0 -251
  1723. pulumi_azure_native/network/v20240101/outputs.py +0 -31010
  1724. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +0 -438
  1725. pulumi_azure_native/network/v20240101/packet_capture.py +0 -491
  1726. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +0 -254
  1727. pulumi_azure_native/network/v20240101/private_endpoint.py +0 -496
  1728. pulumi_azure_native/network/v20240101/private_link_service.py +0 -487
  1729. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +0 -294
  1730. pulumi_azure_native/network/v20240101/public_ip_address.py +0 -738
  1731. pulumi_azure_native/network/v20240101/public_ip_prefix.py +0 -526
  1732. pulumi_azure_native/network/v20240101/route.py +0 -370
  1733. pulumi_azure_native/network/v20240101/route_filter.py +0 -306
  1734. pulumi_azure_native/network/v20240101/route_filter_rule.py +0 -343
  1735. pulumi_azure_native/network/v20240101/route_map.py +0 -304
  1736. pulumi_azure_native/network/v20240101/route_table.py +0 -335
  1737. pulumi_azure_native/network/v20240101/routing_intent.py +0 -264
  1738. pulumi_azure_native/network/v20240101/scope_connection.py +0 -282
  1739. pulumi_azure_native/network/v20240101/security_admin_configuration.py +0 -274
  1740. pulumi_azure_native/network/v20240101/security_partner_provider.py +0 -322
  1741. pulumi_azure_native/network/v20240101/security_rule.py +0 -694
  1742. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +0 -373
  1743. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +0 -339
  1744. pulumi_azure_native/network/v20240101/static_member.py +0 -265
  1745. pulumi_azure_native/network/v20240101/subnet.py +0 -729
  1746. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +0 -211
  1747. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +0 -293
  1748. pulumi_azure_native/network/v20240101/virtual_hub.py +0 -800
  1749. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +0 -332
  1750. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +0 -352
  1751. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +0 -283
  1752. pulumi_azure_native/network/v20240101/virtual_network.py +0 -636
  1753. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +0 -973
  1754. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +0 -915
  1755. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +0 -371
  1756. pulumi_azure_native/network/v20240101/virtual_network_peering.py +0 -788
  1757. pulumi_azure_native/network/v20240101/virtual_network_tap.py +0 -361
  1758. pulumi_azure_native/network/v20240101/virtual_router.py +0 -379
  1759. pulumi_azure_native/network/v20240101/virtual_router_peering.py +0 -291
  1760. pulumi_azure_native/network/v20240101/virtual_wan.py +0 -388
  1761. pulumi_azure_native/network/v20240101/vpn_connection.py +0 -691
  1762. pulumi_azure_native/network/v20240101/vpn_gateway.py +0 -473
  1763. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +0 -634
  1764. pulumi_azure_native/network/v20240101/vpn_site.py +0 -514
  1765. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +0 -382
  1766. pulumi_azure_native/signalrservice/v20240401preview/__init__.py +0 -23
  1767. pulumi_azure_native/signalrservice/v20240401preview/_enums.py +0 -102
  1768. pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +0 -1162
  1769. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +0 -497
  1770. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +0 -175
  1771. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +0 -162
  1772. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +0 -175
  1773. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +0 -204
  1774. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +0 -188
  1775. pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +0 -117
  1776. pulumi_azure_native/signalrservice/v20240401preview/outputs.py +0 -1733
  1777. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +0 -887
  1778. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +0 -284
  1779. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +0 -255
  1780. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +0 -265
  1781. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +0 -362
  1782. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +0 -294
  1783. pulumi_azure_native/webpubsub/v20240401preview/__init__.py +0 -25
  1784. pulumi_azure_native/webpubsub/v20240401preview/_enums.py +0 -97
  1785. pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +0 -1249
  1786. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +0 -453
  1787. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +0 -175
  1788. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +0 -162
  1789. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +0 -136
  1790. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +0 -175
  1791. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +0 -204
  1792. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +0 -188
  1793. pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +0 -117
  1794. pulumi_azure_native/webpubsub/v20240401preview/outputs.py +0 -1841
  1795. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +0 -780
  1796. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +0 -284
  1797. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +0 -255
  1798. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +0 -217
  1799. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +0 -265
  1800. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +0 -362
  1801. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +0 -294
  1802. /pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/__init__.py +0 -0
  1803. /pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/_enums.py +0 -0
  1804. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719213276.dist-info}/WHEEL +0 -0
  1805. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719213276.dist-info}/top_level.txt +0 -0
@@ -1,1623 +0,0 @@
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 ._enums import *
12
-
13
- __all__ = [
14
- 'AccessPolicyEntryArgs',
15
- 'ActionArgs',
16
- 'IPRuleArgs',
17
- 'KeyAttributesArgs',
18
- 'KeyPropertiesArgs',
19
- 'KeyReleasePolicyArgs',
20
- 'KeyRotationPolicyAttributesArgs',
21
- 'LifetimeActionArgs',
22
- 'MHSMGeoReplicatedRegionArgs',
23
- 'MHSMIPRuleArgs',
24
- 'MHSMNetworkRuleSetArgs',
25
- 'MHSMPrivateLinkServiceConnectionStateArgs',
26
- 'MHSMVirtualNetworkRuleArgs',
27
- 'ManagedHsmPropertiesArgs',
28
- 'ManagedHsmSkuArgs',
29
- 'ManagedServiceIdentityArgs',
30
- 'NetworkRuleSetArgs',
31
- 'PermissionsArgs',
32
- 'PrivateLinkServiceConnectionStateArgs',
33
- 'RotationPolicyArgs',
34
- 'SecretAttributesArgs',
35
- 'SecretPropertiesArgs',
36
- 'SkuArgs',
37
- 'TriggerArgs',
38
- 'VaultPropertiesArgs',
39
- 'VirtualNetworkRuleArgs',
40
- ]
41
-
42
- @pulumi.input_type
43
- class AccessPolicyEntryArgs:
44
- def __init__(__self__, *,
45
- object_id: pulumi.Input[str],
46
- permissions: pulumi.Input['PermissionsArgs'],
47
- tenant_id: pulumi.Input[str],
48
- application_id: Optional[pulumi.Input[str]] = None):
49
- """
50
- 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.
51
- :param pulumi.Input[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.
52
- :param pulumi.Input['PermissionsArgs'] permissions: Permissions the identity has for keys, secrets and certificates.
53
- :param pulumi.Input[str] tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
54
- :param pulumi.Input[str] application_id: Application ID of the client making request on behalf of a principal
55
- """
56
- pulumi.set(__self__, "object_id", object_id)
57
- pulumi.set(__self__, "permissions", permissions)
58
- pulumi.set(__self__, "tenant_id", tenant_id)
59
- if application_id is not None:
60
- pulumi.set(__self__, "application_id", application_id)
61
-
62
- @property
63
- @pulumi.getter(name="objectId")
64
- def object_id(self) -> pulumi.Input[str]:
65
- """
66
- 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.
67
- """
68
- return pulumi.get(self, "object_id")
69
-
70
- @object_id.setter
71
- def object_id(self, value: pulumi.Input[str]):
72
- pulumi.set(self, "object_id", value)
73
-
74
- @property
75
- @pulumi.getter
76
- def permissions(self) -> pulumi.Input['PermissionsArgs']:
77
- """
78
- Permissions the identity has for keys, secrets and certificates.
79
- """
80
- return pulumi.get(self, "permissions")
81
-
82
- @permissions.setter
83
- def permissions(self, value: pulumi.Input['PermissionsArgs']):
84
- pulumi.set(self, "permissions", value)
85
-
86
- @property
87
- @pulumi.getter(name="tenantId")
88
- def tenant_id(self) -> pulumi.Input[str]:
89
- """
90
- The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
91
- """
92
- return pulumi.get(self, "tenant_id")
93
-
94
- @tenant_id.setter
95
- def tenant_id(self, value: pulumi.Input[str]):
96
- pulumi.set(self, "tenant_id", value)
97
-
98
- @property
99
- @pulumi.getter(name="applicationId")
100
- def application_id(self) -> Optional[pulumi.Input[str]]:
101
- """
102
- Application ID of the client making request on behalf of a principal
103
- """
104
- return pulumi.get(self, "application_id")
105
-
106
- @application_id.setter
107
- def application_id(self, value: Optional[pulumi.Input[str]]):
108
- pulumi.set(self, "application_id", value)
109
-
110
-
111
- @pulumi.input_type
112
- class ActionArgs:
113
- def __init__(__self__, *,
114
- type: Optional[pulumi.Input['KeyRotationPolicyActionType']] = None):
115
- """
116
- :param pulumi.Input['KeyRotationPolicyActionType'] type: The type of action.
117
- """
118
- if type is not None:
119
- pulumi.set(__self__, "type", type)
120
-
121
- @property
122
- @pulumi.getter
123
- def type(self) -> Optional[pulumi.Input['KeyRotationPolicyActionType']]:
124
- """
125
- The type of action.
126
- """
127
- return pulumi.get(self, "type")
128
-
129
- @type.setter
130
- def type(self, value: Optional[pulumi.Input['KeyRotationPolicyActionType']]):
131
- pulumi.set(self, "type", value)
132
-
133
-
134
- @pulumi.input_type
135
- class IPRuleArgs:
136
- def __init__(__self__, *,
137
- value: pulumi.Input[str]):
138
- """
139
- A rule governing the accessibility of a vault from a specific ip address or ip range.
140
- :param pulumi.Input[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).
141
- """
142
- pulumi.set(__self__, "value", value)
143
-
144
- @property
145
- @pulumi.getter
146
- def value(self) -> pulumi.Input[str]:
147
- """
148
- 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).
149
- """
150
- return pulumi.get(self, "value")
151
-
152
- @value.setter
153
- def value(self, value: pulumi.Input[str]):
154
- pulumi.set(self, "value", value)
155
-
156
-
157
- @pulumi.input_type
158
- class KeyAttributesArgs:
159
- def __init__(__self__, *,
160
- enabled: Optional[pulumi.Input[bool]] = None,
161
- expires: Optional[pulumi.Input[float]] = None,
162
- exportable: Optional[pulumi.Input[bool]] = None,
163
- not_before: Optional[pulumi.Input[float]] = None):
164
- """
165
- The object attributes managed by the Azure Key Vault service.
166
- :param pulumi.Input[bool] enabled: Determines whether or not the object is enabled.
167
- :param pulumi.Input[float] expires: Expiry date in seconds since 1970-01-01T00:00:00Z.
168
- :param pulumi.Input[bool] exportable: Indicates if the private key can be exported.
169
- :param pulumi.Input[float] not_before: Not before date in seconds since 1970-01-01T00:00:00Z.
170
- """
171
- if enabled is not None:
172
- pulumi.set(__self__, "enabled", enabled)
173
- if expires is not None:
174
- pulumi.set(__self__, "expires", expires)
175
- if exportable is None:
176
- exportable = False
177
- if exportable is not None:
178
- pulumi.set(__self__, "exportable", exportable)
179
- if not_before is not None:
180
- pulumi.set(__self__, "not_before", not_before)
181
-
182
- @property
183
- @pulumi.getter
184
- def enabled(self) -> Optional[pulumi.Input[bool]]:
185
- """
186
- Determines whether or not the object is enabled.
187
- """
188
- return pulumi.get(self, "enabled")
189
-
190
- @enabled.setter
191
- def enabled(self, value: Optional[pulumi.Input[bool]]):
192
- pulumi.set(self, "enabled", value)
193
-
194
- @property
195
- @pulumi.getter
196
- def expires(self) -> Optional[pulumi.Input[float]]:
197
- """
198
- Expiry date in seconds since 1970-01-01T00:00:00Z.
199
- """
200
- return pulumi.get(self, "expires")
201
-
202
- @expires.setter
203
- def expires(self, value: Optional[pulumi.Input[float]]):
204
- pulumi.set(self, "expires", value)
205
-
206
- @property
207
- @pulumi.getter
208
- def exportable(self) -> Optional[pulumi.Input[bool]]:
209
- """
210
- Indicates if the private key can be exported.
211
- """
212
- return pulumi.get(self, "exportable")
213
-
214
- @exportable.setter
215
- def exportable(self, value: Optional[pulumi.Input[bool]]):
216
- pulumi.set(self, "exportable", value)
217
-
218
- @property
219
- @pulumi.getter(name="notBefore")
220
- def not_before(self) -> Optional[pulumi.Input[float]]:
221
- """
222
- Not before date in seconds since 1970-01-01T00:00:00Z.
223
- """
224
- return pulumi.get(self, "not_before")
225
-
226
- @not_before.setter
227
- def not_before(self, value: Optional[pulumi.Input[float]]):
228
- pulumi.set(self, "not_before", value)
229
-
230
-
231
- @pulumi.input_type
232
- class KeyPropertiesArgs:
233
- def __init__(__self__, *,
234
- attributes: Optional[pulumi.Input['KeyAttributesArgs']] = None,
235
- curve_name: Optional[pulumi.Input[Union[str, 'JsonWebKeyCurveName']]] = None,
236
- key_ops: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'JsonWebKeyOperation']]]]] = None,
237
- key_size: Optional[pulumi.Input[int]] = None,
238
- kty: Optional[pulumi.Input[Union[str, 'JsonWebKeyType']]] = None,
239
- release_policy: Optional[pulumi.Input['KeyReleasePolicyArgs']] = None,
240
- rotation_policy: Optional[pulumi.Input['RotationPolicyArgs']] = None):
241
- """
242
- The properties of the key.
243
- :param pulumi.Input['KeyAttributesArgs'] attributes: The attributes of the key.
244
- :param pulumi.Input[Union[str, 'JsonWebKeyCurveName']] curve_name: The elliptic curve name. For valid values, see JsonWebKeyCurveName.
245
- :param pulumi.Input[int] key_size: The key size in bits. For example: 2048, 3072, or 4096 for RSA.
246
- :param pulumi.Input[Union[str, 'JsonWebKeyType']] kty: The type of the key. For valid values, see JsonWebKeyType.
247
- :param pulumi.Input['KeyReleasePolicyArgs'] release_policy: Key release policy in response. It will be used for both output and input. Omitted if empty
248
- :param pulumi.Input['RotationPolicyArgs'] rotation_policy: Key rotation policy in response. It will be used for both output and input. Omitted if empty
249
- """
250
- if attributes is not None:
251
- pulumi.set(__self__, "attributes", attributes)
252
- if curve_name is not None:
253
- pulumi.set(__self__, "curve_name", curve_name)
254
- if key_ops is not None:
255
- pulumi.set(__self__, "key_ops", key_ops)
256
- if key_size is not None:
257
- pulumi.set(__self__, "key_size", key_size)
258
- if kty is not None:
259
- pulumi.set(__self__, "kty", kty)
260
- if release_policy is not None:
261
- pulumi.set(__self__, "release_policy", release_policy)
262
- if rotation_policy is not None:
263
- pulumi.set(__self__, "rotation_policy", rotation_policy)
264
-
265
- @property
266
- @pulumi.getter
267
- def attributes(self) -> Optional[pulumi.Input['KeyAttributesArgs']]:
268
- """
269
- The attributes of the key.
270
- """
271
- return pulumi.get(self, "attributes")
272
-
273
- @attributes.setter
274
- def attributes(self, value: Optional[pulumi.Input['KeyAttributesArgs']]):
275
- pulumi.set(self, "attributes", value)
276
-
277
- @property
278
- @pulumi.getter(name="curveName")
279
- def curve_name(self) -> Optional[pulumi.Input[Union[str, 'JsonWebKeyCurveName']]]:
280
- """
281
- The elliptic curve name. For valid values, see JsonWebKeyCurveName.
282
- """
283
- return pulumi.get(self, "curve_name")
284
-
285
- @curve_name.setter
286
- def curve_name(self, value: Optional[pulumi.Input[Union[str, 'JsonWebKeyCurveName']]]):
287
- pulumi.set(self, "curve_name", value)
288
-
289
- @property
290
- @pulumi.getter(name="keyOps")
291
- def key_ops(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'JsonWebKeyOperation']]]]]:
292
- return pulumi.get(self, "key_ops")
293
-
294
- @key_ops.setter
295
- def key_ops(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'JsonWebKeyOperation']]]]]):
296
- pulumi.set(self, "key_ops", value)
297
-
298
- @property
299
- @pulumi.getter(name="keySize")
300
- def key_size(self) -> Optional[pulumi.Input[int]]:
301
- """
302
- The key size in bits. For example: 2048, 3072, or 4096 for RSA.
303
- """
304
- return pulumi.get(self, "key_size")
305
-
306
- @key_size.setter
307
- def key_size(self, value: Optional[pulumi.Input[int]]):
308
- pulumi.set(self, "key_size", value)
309
-
310
- @property
311
- @pulumi.getter
312
- def kty(self) -> Optional[pulumi.Input[Union[str, 'JsonWebKeyType']]]:
313
- """
314
- The type of the key. For valid values, see JsonWebKeyType.
315
- """
316
- return pulumi.get(self, "kty")
317
-
318
- @kty.setter
319
- def kty(self, value: Optional[pulumi.Input[Union[str, 'JsonWebKeyType']]]):
320
- pulumi.set(self, "kty", value)
321
-
322
- @property
323
- @pulumi.getter(name="releasePolicy")
324
- def release_policy(self) -> Optional[pulumi.Input['KeyReleasePolicyArgs']]:
325
- """
326
- Key release policy in response. It will be used for both output and input. Omitted if empty
327
- """
328
- return pulumi.get(self, "release_policy")
329
-
330
- @release_policy.setter
331
- def release_policy(self, value: Optional[pulumi.Input['KeyReleasePolicyArgs']]):
332
- pulumi.set(self, "release_policy", value)
333
-
334
- @property
335
- @pulumi.getter(name="rotationPolicy")
336
- def rotation_policy(self) -> Optional[pulumi.Input['RotationPolicyArgs']]:
337
- """
338
- Key rotation policy in response. It will be used for both output and input. Omitted if empty
339
- """
340
- return pulumi.get(self, "rotation_policy")
341
-
342
- @rotation_policy.setter
343
- def rotation_policy(self, value: Optional[pulumi.Input['RotationPolicyArgs']]):
344
- pulumi.set(self, "rotation_policy", value)
345
-
346
-
347
- @pulumi.input_type
348
- class KeyReleasePolicyArgs:
349
- def __init__(__self__, *,
350
- content_type: Optional[pulumi.Input[str]] = None,
351
- data: Optional[pulumi.Input[str]] = None):
352
- """
353
- :param pulumi.Input[str] content_type: Content type and version of key release policy
354
- :param pulumi.Input[str] data: Blob encoding the policy rules under which the key can be released.
355
- """
356
- if content_type is None:
357
- content_type = 'application/json; charset=utf-8'
358
- if content_type is not None:
359
- pulumi.set(__self__, "content_type", content_type)
360
- if data is not None:
361
- pulumi.set(__self__, "data", data)
362
-
363
- @property
364
- @pulumi.getter(name="contentType")
365
- def content_type(self) -> Optional[pulumi.Input[str]]:
366
- """
367
- Content type and version of key release policy
368
- """
369
- return pulumi.get(self, "content_type")
370
-
371
- @content_type.setter
372
- def content_type(self, value: Optional[pulumi.Input[str]]):
373
- pulumi.set(self, "content_type", value)
374
-
375
- @property
376
- @pulumi.getter
377
- def data(self) -> Optional[pulumi.Input[str]]:
378
- """
379
- Blob encoding the policy rules under which the key can be released.
380
- """
381
- return pulumi.get(self, "data")
382
-
383
- @data.setter
384
- def data(self, value: Optional[pulumi.Input[str]]):
385
- pulumi.set(self, "data", value)
386
-
387
-
388
- @pulumi.input_type
389
- class KeyRotationPolicyAttributesArgs:
390
- def __init__(__self__, *,
391
- expiry_time: Optional[pulumi.Input[str]] = None):
392
- """
393
- :param pulumi.Input[str] expiry_time: The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
394
- """
395
- if expiry_time is not None:
396
- pulumi.set(__self__, "expiry_time", expiry_time)
397
-
398
- @property
399
- @pulumi.getter(name="expiryTime")
400
- def expiry_time(self) -> Optional[pulumi.Input[str]]:
401
- """
402
- The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
403
- """
404
- return pulumi.get(self, "expiry_time")
405
-
406
- @expiry_time.setter
407
- def expiry_time(self, value: Optional[pulumi.Input[str]]):
408
- pulumi.set(self, "expiry_time", value)
409
-
410
-
411
- @pulumi.input_type
412
- class LifetimeActionArgs:
413
- def __init__(__self__, *,
414
- action: Optional[pulumi.Input['ActionArgs']] = None,
415
- trigger: Optional[pulumi.Input['TriggerArgs']] = None):
416
- """
417
- :param pulumi.Input['ActionArgs'] action: The action of key rotation policy lifetimeAction.
418
- :param pulumi.Input['TriggerArgs'] trigger: The trigger of key rotation policy lifetimeAction.
419
- """
420
- if action is not None:
421
- pulumi.set(__self__, "action", action)
422
- if trigger is not None:
423
- pulumi.set(__self__, "trigger", trigger)
424
-
425
- @property
426
- @pulumi.getter
427
- def action(self) -> Optional[pulumi.Input['ActionArgs']]:
428
- """
429
- The action of key rotation policy lifetimeAction.
430
- """
431
- return pulumi.get(self, "action")
432
-
433
- @action.setter
434
- def action(self, value: Optional[pulumi.Input['ActionArgs']]):
435
- pulumi.set(self, "action", value)
436
-
437
- @property
438
- @pulumi.getter
439
- def trigger(self) -> Optional[pulumi.Input['TriggerArgs']]:
440
- """
441
- The trigger of key rotation policy lifetimeAction.
442
- """
443
- return pulumi.get(self, "trigger")
444
-
445
- @trigger.setter
446
- def trigger(self, value: Optional[pulumi.Input['TriggerArgs']]):
447
- pulumi.set(self, "trigger", value)
448
-
449
-
450
- @pulumi.input_type
451
- class MHSMGeoReplicatedRegionArgs:
452
- def __init__(__self__, *,
453
- is_primary: Optional[pulumi.Input[bool]] = None,
454
- name: Optional[pulumi.Input[str]] = None):
455
- """
456
- A region that this managed HSM Pool has been extended to.
457
- :param pulumi.Input[bool] is_primary: A boolean value that indicates whether the region is the primary region or a secondary region.
458
- :param pulumi.Input[str] name: Name of the geo replicated region.
459
- """
460
- if is_primary is not None:
461
- pulumi.set(__self__, "is_primary", is_primary)
462
- if name is not None:
463
- pulumi.set(__self__, "name", name)
464
-
465
- @property
466
- @pulumi.getter(name="isPrimary")
467
- def is_primary(self) -> Optional[pulumi.Input[bool]]:
468
- """
469
- A boolean value that indicates whether the region is the primary region or a secondary region.
470
- """
471
- return pulumi.get(self, "is_primary")
472
-
473
- @is_primary.setter
474
- def is_primary(self, value: Optional[pulumi.Input[bool]]):
475
- pulumi.set(self, "is_primary", value)
476
-
477
- @property
478
- @pulumi.getter
479
- def name(self) -> Optional[pulumi.Input[str]]:
480
- """
481
- Name of the geo replicated region.
482
- """
483
- return pulumi.get(self, "name")
484
-
485
- @name.setter
486
- def name(self, value: Optional[pulumi.Input[str]]):
487
- pulumi.set(self, "name", value)
488
-
489
-
490
- @pulumi.input_type
491
- class MHSMIPRuleArgs:
492
- def __init__(__self__, *,
493
- value: pulumi.Input[str]):
494
- """
495
- A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range.
496
- :param pulumi.Input[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).
497
- """
498
- pulumi.set(__self__, "value", value)
499
-
500
- @property
501
- @pulumi.getter
502
- def value(self) -> pulumi.Input[str]:
503
- """
504
- 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).
505
- """
506
- return pulumi.get(self, "value")
507
-
508
- @value.setter
509
- def value(self, value: pulumi.Input[str]):
510
- pulumi.set(self, "value", value)
511
-
512
-
513
- @pulumi.input_type
514
- class MHSMNetworkRuleSetArgs:
515
- def __init__(__self__, *,
516
- bypass: Optional[pulumi.Input[Union[str, 'NetworkRuleBypassOptions']]] = None,
517
- default_action: Optional[pulumi.Input[Union[str, 'NetworkRuleAction']]] = None,
518
- ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['MHSMIPRuleArgs']]]] = None,
519
- virtual_network_rules: Optional[pulumi.Input[Sequence[pulumi.Input['MHSMVirtualNetworkRuleArgs']]]] = None):
520
- """
521
- A set of rules governing the network accessibility of a managed hsm pool.
522
- :param pulumi.Input[Union[str, 'NetworkRuleBypassOptions']] bypass: Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
523
- :param pulumi.Input[Union[str, 'NetworkRuleAction']] 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.
524
- :param pulumi.Input[Sequence[pulumi.Input['MHSMIPRuleArgs']]] ip_rules: The list of IP address rules.
525
- :param pulumi.Input[Sequence[pulumi.Input['MHSMVirtualNetworkRuleArgs']]] virtual_network_rules: The list of virtual network rules.
526
- """
527
- if bypass is not None:
528
- pulumi.set(__self__, "bypass", bypass)
529
- if default_action is not None:
530
- pulumi.set(__self__, "default_action", default_action)
531
- if ip_rules is not None:
532
- pulumi.set(__self__, "ip_rules", ip_rules)
533
- if virtual_network_rules is not None:
534
- pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
535
-
536
- @property
537
- @pulumi.getter
538
- def bypass(self) -> Optional[pulumi.Input[Union[str, 'NetworkRuleBypassOptions']]]:
539
- """
540
- Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
541
- """
542
- return pulumi.get(self, "bypass")
543
-
544
- @bypass.setter
545
- def bypass(self, value: Optional[pulumi.Input[Union[str, 'NetworkRuleBypassOptions']]]):
546
- pulumi.set(self, "bypass", value)
547
-
548
- @property
549
- @pulumi.getter(name="defaultAction")
550
- def default_action(self) -> Optional[pulumi.Input[Union[str, 'NetworkRuleAction']]]:
551
- """
552
- The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
553
- """
554
- return pulumi.get(self, "default_action")
555
-
556
- @default_action.setter
557
- def default_action(self, value: Optional[pulumi.Input[Union[str, 'NetworkRuleAction']]]):
558
- pulumi.set(self, "default_action", value)
559
-
560
- @property
561
- @pulumi.getter(name="ipRules")
562
- def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MHSMIPRuleArgs']]]]:
563
- """
564
- The list of IP address rules.
565
- """
566
- return pulumi.get(self, "ip_rules")
567
-
568
- @ip_rules.setter
569
- def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MHSMIPRuleArgs']]]]):
570
- pulumi.set(self, "ip_rules", value)
571
-
572
- @property
573
- @pulumi.getter(name="virtualNetworkRules")
574
- def virtual_network_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MHSMVirtualNetworkRuleArgs']]]]:
575
- """
576
- The list of virtual network rules.
577
- """
578
- return pulumi.get(self, "virtual_network_rules")
579
-
580
- @virtual_network_rules.setter
581
- def virtual_network_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MHSMVirtualNetworkRuleArgs']]]]):
582
- pulumi.set(self, "virtual_network_rules", value)
583
-
584
-
585
- @pulumi.input_type
586
- class MHSMPrivateLinkServiceConnectionStateArgs:
587
- def __init__(__self__, *,
588
- actions_required: Optional[pulumi.Input[Union[str, 'ActionsRequired']]] = None,
589
- description: Optional[pulumi.Input[str]] = None,
590
- status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
591
- """
592
- An object that represents the approval state of the private link connection.
593
- :param pulumi.Input[Union[str, 'ActionsRequired']] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
594
- :param pulumi.Input[str] description: The reason for approval or rejection.
595
- :param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been approved, rejected or removed by the key vault owner.
596
- """
597
- if actions_required is not None:
598
- pulumi.set(__self__, "actions_required", actions_required)
599
- if description is not None:
600
- pulumi.set(__self__, "description", description)
601
- if status is not None:
602
- pulumi.set(__self__, "status", status)
603
-
604
- @property
605
- @pulumi.getter(name="actionsRequired")
606
- def actions_required(self) -> Optional[pulumi.Input[Union[str, 'ActionsRequired']]]:
607
- """
608
- A message indicating if changes on the service provider require any updates on the consumer.
609
- """
610
- return pulumi.get(self, "actions_required")
611
-
612
- @actions_required.setter
613
- def actions_required(self, value: Optional[pulumi.Input[Union[str, 'ActionsRequired']]]):
614
- pulumi.set(self, "actions_required", value)
615
-
616
- @property
617
- @pulumi.getter
618
- def description(self) -> Optional[pulumi.Input[str]]:
619
- """
620
- The reason for approval or rejection.
621
- """
622
- return pulumi.get(self, "description")
623
-
624
- @description.setter
625
- def description(self, value: Optional[pulumi.Input[str]]):
626
- pulumi.set(self, "description", value)
627
-
628
- @property
629
- @pulumi.getter
630
- def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
631
- """
632
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
633
- """
634
- return pulumi.get(self, "status")
635
-
636
- @status.setter
637
- def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
638
- pulumi.set(self, "status", value)
639
-
640
-
641
- @pulumi.input_type
642
- class MHSMVirtualNetworkRuleArgs:
643
- def __init__(__self__, *,
644
- id: pulumi.Input[str]):
645
- """
646
- A rule governing the accessibility of a managed hsm pool from a specific virtual network.
647
- :param pulumi.Input[str] id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
648
- """
649
- pulumi.set(__self__, "id", id)
650
-
651
- @property
652
- @pulumi.getter
653
- def id(self) -> pulumi.Input[str]:
654
- """
655
- Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
656
- """
657
- return pulumi.get(self, "id")
658
-
659
- @id.setter
660
- def id(self, value: pulumi.Input[str]):
661
- pulumi.set(self, "id", value)
662
-
663
-
664
- @pulumi.input_type
665
- class ManagedHsmPropertiesArgs:
666
- def __init__(__self__, *,
667
- create_mode: Optional[pulumi.Input['CreateMode']] = None,
668
- enable_purge_protection: Optional[pulumi.Input[bool]] = None,
669
- enable_soft_delete: Optional[pulumi.Input[bool]] = None,
670
- initial_admin_object_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
671
- network_acls: Optional[pulumi.Input['MHSMNetworkRuleSetArgs']] = None,
672
- public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
673
- regions: Optional[pulumi.Input[Sequence[pulumi.Input['MHSMGeoReplicatedRegionArgs']]]] = None,
674
- soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None,
675
- tenant_id: Optional[pulumi.Input[str]] = None):
676
- """
677
- Properties of the managed HSM Pool
678
- :param pulumi.Input['CreateMode'] create_mode: The create mode to indicate whether the resource is being created or is being recovered from a deleted resource.
679
- :param pulumi.Input[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.
680
- :param pulumi.Input[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.
681
- :param pulumi.Input[Sequence[pulumi.Input[str]]] initial_admin_object_ids: Array of initial administrators object ids for this managed hsm pool.
682
- :param pulumi.Input['MHSMNetworkRuleSetArgs'] network_acls: Rules governing the accessibility of the key vault from specific network locations.
683
- :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Control permission to the managed HSM from public networks.
684
- :param pulumi.Input[Sequence[pulumi.Input['MHSMGeoReplicatedRegionArgs']]] regions: List of all regions associated with the managed hsm pool.
685
- :param pulumi.Input[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.
686
- :param pulumi.Input[str] tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.
687
- """
688
- if create_mode is not None:
689
- pulumi.set(__self__, "create_mode", create_mode)
690
- if enable_purge_protection is None:
691
- enable_purge_protection = True
692
- if enable_purge_protection is not None:
693
- pulumi.set(__self__, "enable_purge_protection", enable_purge_protection)
694
- if enable_soft_delete is None:
695
- enable_soft_delete = True
696
- if enable_soft_delete is not None:
697
- pulumi.set(__self__, "enable_soft_delete", enable_soft_delete)
698
- if initial_admin_object_ids is not None:
699
- pulumi.set(__self__, "initial_admin_object_ids", initial_admin_object_ids)
700
- if network_acls is not None:
701
- pulumi.set(__self__, "network_acls", network_acls)
702
- if public_network_access is None:
703
- public_network_access = 'Enabled'
704
- if public_network_access is not None:
705
- pulumi.set(__self__, "public_network_access", public_network_access)
706
- if regions is not None:
707
- pulumi.set(__self__, "regions", regions)
708
- if soft_delete_retention_in_days is None:
709
- soft_delete_retention_in_days = 90
710
- if soft_delete_retention_in_days is not None:
711
- pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
712
- if tenant_id is not None:
713
- pulumi.set(__self__, "tenant_id", tenant_id)
714
-
715
- @property
716
- @pulumi.getter(name="createMode")
717
- def create_mode(self) -> Optional[pulumi.Input['CreateMode']]:
718
- """
719
- The create mode to indicate whether the resource is being created or is being recovered from a deleted resource.
720
- """
721
- return pulumi.get(self, "create_mode")
722
-
723
- @create_mode.setter
724
- def create_mode(self, value: Optional[pulumi.Input['CreateMode']]):
725
- pulumi.set(self, "create_mode", value)
726
-
727
- @property
728
- @pulumi.getter(name="enablePurgeProtection")
729
- def enable_purge_protection(self) -> Optional[pulumi.Input[bool]]:
730
- """
731
- 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.
732
- """
733
- return pulumi.get(self, "enable_purge_protection")
734
-
735
- @enable_purge_protection.setter
736
- def enable_purge_protection(self, value: Optional[pulumi.Input[bool]]):
737
- pulumi.set(self, "enable_purge_protection", value)
738
-
739
- @property
740
- @pulumi.getter(name="enableSoftDelete")
741
- def enable_soft_delete(self) -> Optional[pulumi.Input[bool]]:
742
- """
743
- 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.
744
- """
745
- return pulumi.get(self, "enable_soft_delete")
746
-
747
- @enable_soft_delete.setter
748
- def enable_soft_delete(self, value: Optional[pulumi.Input[bool]]):
749
- pulumi.set(self, "enable_soft_delete", value)
750
-
751
- @property
752
- @pulumi.getter(name="initialAdminObjectIds")
753
- def initial_admin_object_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
754
- """
755
- Array of initial administrators object ids for this managed hsm pool.
756
- """
757
- return pulumi.get(self, "initial_admin_object_ids")
758
-
759
- @initial_admin_object_ids.setter
760
- def initial_admin_object_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
761
- pulumi.set(self, "initial_admin_object_ids", value)
762
-
763
- @property
764
- @pulumi.getter(name="networkAcls")
765
- def network_acls(self) -> Optional[pulumi.Input['MHSMNetworkRuleSetArgs']]:
766
- """
767
- Rules governing the accessibility of the key vault from specific network locations.
768
- """
769
- return pulumi.get(self, "network_acls")
770
-
771
- @network_acls.setter
772
- def network_acls(self, value: Optional[pulumi.Input['MHSMNetworkRuleSetArgs']]):
773
- pulumi.set(self, "network_acls", value)
774
-
775
- @property
776
- @pulumi.getter(name="publicNetworkAccess")
777
- def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
778
- """
779
- Control permission to the managed HSM from public networks.
780
- """
781
- return pulumi.get(self, "public_network_access")
782
-
783
- @public_network_access.setter
784
- def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
785
- pulumi.set(self, "public_network_access", value)
786
-
787
- @property
788
- @pulumi.getter
789
- def regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MHSMGeoReplicatedRegionArgs']]]]:
790
- """
791
- List of all regions associated with the managed hsm pool.
792
- """
793
- return pulumi.get(self, "regions")
794
-
795
- @regions.setter
796
- def regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MHSMGeoReplicatedRegionArgs']]]]):
797
- pulumi.set(self, "regions", value)
798
-
799
- @property
800
- @pulumi.getter(name="softDeleteRetentionInDays")
801
- def soft_delete_retention_in_days(self) -> Optional[pulumi.Input[int]]:
802
- """
803
- 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.
804
- """
805
- return pulumi.get(self, "soft_delete_retention_in_days")
806
-
807
- @soft_delete_retention_in_days.setter
808
- def soft_delete_retention_in_days(self, value: Optional[pulumi.Input[int]]):
809
- pulumi.set(self, "soft_delete_retention_in_days", value)
810
-
811
- @property
812
- @pulumi.getter(name="tenantId")
813
- def tenant_id(self) -> Optional[pulumi.Input[str]]:
814
- """
815
- The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.
816
- """
817
- return pulumi.get(self, "tenant_id")
818
-
819
- @tenant_id.setter
820
- def tenant_id(self, value: Optional[pulumi.Input[str]]):
821
- pulumi.set(self, "tenant_id", value)
822
-
823
-
824
- @pulumi.input_type
825
- class ManagedHsmSkuArgs:
826
- def __init__(__self__, *,
827
- family: pulumi.Input[Union[str, 'ManagedHsmSkuFamily']],
828
- name: pulumi.Input['ManagedHsmSkuName']):
829
- """
830
- SKU details
831
- :param pulumi.Input[Union[str, 'ManagedHsmSkuFamily']] family: SKU Family of the managed HSM Pool
832
- :param pulumi.Input['ManagedHsmSkuName'] name: SKU of the managed HSM Pool
833
- """
834
- pulumi.set(__self__, "family", family)
835
- pulumi.set(__self__, "name", name)
836
-
837
- @property
838
- @pulumi.getter
839
- def family(self) -> pulumi.Input[Union[str, 'ManagedHsmSkuFamily']]:
840
- """
841
- SKU Family of the managed HSM Pool
842
- """
843
- return pulumi.get(self, "family")
844
-
845
- @family.setter
846
- def family(self, value: pulumi.Input[Union[str, 'ManagedHsmSkuFamily']]):
847
- pulumi.set(self, "family", value)
848
-
849
- @property
850
- @pulumi.getter
851
- def name(self) -> pulumi.Input['ManagedHsmSkuName']:
852
- """
853
- SKU of the managed HSM Pool
854
- """
855
- return pulumi.get(self, "name")
856
-
857
- @name.setter
858
- def name(self, value: pulumi.Input['ManagedHsmSkuName']):
859
- pulumi.set(self, "name", value)
860
-
861
-
862
- @pulumi.input_type
863
- class ManagedServiceIdentityArgs:
864
- def __init__(__self__, *,
865
- type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
866
- user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
867
- """
868
- Managed service identity (system assigned and/or user assigned identities)
869
- :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
870
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
871
- """
872
- pulumi.set(__self__, "type", type)
873
- if user_assigned_identities is not None:
874
- pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
875
-
876
- @property
877
- @pulumi.getter
878
- def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
879
- """
880
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
881
- """
882
- return pulumi.get(self, "type")
883
-
884
- @type.setter
885
- def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
886
- pulumi.set(self, "type", value)
887
-
888
- @property
889
- @pulumi.getter(name="userAssignedIdentities")
890
- def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
891
- """
892
- 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.
893
- """
894
- return pulumi.get(self, "user_assigned_identities")
895
-
896
- @user_assigned_identities.setter
897
- def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
898
- pulumi.set(self, "user_assigned_identities", value)
899
-
900
-
901
- @pulumi.input_type
902
- class NetworkRuleSetArgs:
903
- def __init__(__self__, *,
904
- bypass: Optional[pulumi.Input[Union[str, 'NetworkRuleBypassOptions']]] = None,
905
- default_action: Optional[pulumi.Input[Union[str, 'NetworkRuleAction']]] = None,
906
- ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]] = None,
907
- virtual_network_rules: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]] = None):
908
- """
909
- A set of rules governing the network accessibility of a vault.
910
- :param pulumi.Input[Union[str, 'NetworkRuleBypassOptions']] bypass: Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
911
- :param pulumi.Input[Union[str, 'NetworkRuleAction']] 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.
912
- :param pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]] ip_rules: The list of IP address rules.
913
- :param pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]] virtual_network_rules: The list of virtual network rules.
914
- """
915
- if bypass is not None:
916
- pulumi.set(__self__, "bypass", bypass)
917
- if default_action is not None:
918
- pulumi.set(__self__, "default_action", default_action)
919
- if ip_rules is not None:
920
- pulumi.set(__self__, "ip_rules", ip_rules)
921
- if virtual_network_rules is not None:
922
- pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
923
-
924
- @property
925
- @pulumi.getter
926
- def bypass(self) -> Optional[pulumi.Input[Union[str, 'NetworkRuleBypassOptions']]]:
927
- """
928
- Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
929
- """
930
- return pulumi.get(self, "bypass")
931
-
932
- @bypass.setter
933
- def bypass(self, value: Optional[pulumi.Input[Union[str, 'NetworkRuleBypassOptions']]]):
934
- pulumi.set(self, "bypass", value)
935
-
936
- @property
937
- @pulumi.getter(name="defaultAction")
938
- def default_action(self) -> Optional[pulumi.Input[Union[str, 'NetworkRuleAction']]]:
939
- """
940
- The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
941
- """
942
- return pulumi.get(self, "default_action")
943
-
944
- @default_action.setter
945
- def default_action(self, value: Optional[pulumi.Input[Union[str, 'NetworkRuleAction']]]):
946
- pulumi.set(self, "default_action", value)
947
-
948
- @property
949
- @pulumi.getter(name="ipRules")
950
- def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]:
951
- """
952
- The list of IP address rules.
953
- """
954
- return pulumi.get(self, "ip_rules")
955
-
956
- @ip_rules.setter
957
- def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]):
958
- pulumi.set(self, "ip_rules", value)
959
-
960
- @property
961
- @pulumi.getter(name="virtualNetworkRules")
962
- def virtual_network_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]]:
963
- """
964
- The list of virtual network rules.
965
- """
966
- return pulumi.get(self, "virtual_network_rules")
967
-
968
- @virtual_network_rules.setter
969
- def virtual_network_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualNetworkRuleArgs']]]]):
970
- pulumi.set(self, "virtual_network_rules", value)
971
-
972
-
973
- @pulumi.input_type
974
- class PermissionsArgs:
975
- def __init__(__self__, *,
976
- certificates: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CertificatePermissions']]]]] = None,
977
- keys: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'KeyPermissions']]]]] = None,
978
- secrets: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SecretPermissions']]]]] = None,
979
- storage: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'StoragePermissions']]]]] = None):
980
- """
981
- Permissions the identity has for keys, secrets, certificates and storage.
982
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'CertificatePermissions']]]] certificates: Permissions to certificates
983
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'KeyPermissions']]]] keys: Permissions to keys
984
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SecretPermissions']]]] secrets: Permissions to secrets
985
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'StoragePermissions']]]] storage: Permissions to storage accounts
986
- """
987
- if certificates is not None:
988
- pulumi.set(__self__, "certificates", certificates)
989
- if keys is not None:
990
- pulumi.set(__self__, "keys", keys)
991
- if secrets is not None:
992
- pulumi.set(__self__, "secrets", secrets)
993
- if storage is not None:
994
- pulumi.set(__self__, "storage", storage)
995
-
996
- @property
997
- @pulumi.getter
998
- def certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CertificatePermissions']]]]]:
999
- """
1000
- Permissions to certificates
1001
- """
1002
- return pulumi.get(self, "certificates")
1003
-
1004
- @certificates.setter
1005
- def certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CertificatePermissions']]]]]):
1006
- pulumi.set(self, "certificates", value)
1007
-
1008
- @property
1009
- @pulumi.getter
1010
- def keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'KeyPermissions']]]]]:
1011
- """
1012
- Permissions to keys
1013
- """
1014
- return pulumi.get(self, "keys")
1015
-
1016
- @keys.setter
1017
- def keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'KeyPermissions']]]]]):
1018
- pulumi.set(self, "keys", value)
1019
-
1020
- @property
1021
- @pulumi.getter
1022
- def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SecretPermissions']]]]]:
1023
- """
1024
- Permissions to secrets
1025
- """
1026
- return pulumi.get(self, "secrets")
1027
-
1028
- @secrets.setter
1029
- def secrets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SecretPermissions']]]]]):
1030
- pulumi.set(self, "secrets", value)
1031
-
1032
- @property
1033
- @pulumi.getter
1034
- def storage(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'StoragePermissions']]]]]:
1035
- """
1036
- Permissions to storage accounts
1037
- """
1038
- return pulumi.get(self, "storage")
1039
-
1040
- @storage.setter
1041
- def storage(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'StoragePermissions']]]]]):
1042
- pulumi.set(self, "storage", value)
1043
-
1044
-
1045
- @pulumi.input_type
1046
- class PrivateLinkServiceConnectionStateArgs:
1047
- def __init__(__self__, *,
1048
- actions_required: Optional[pulumi.Input[Union[str, 'ActionsRequired']]] = None,
1049
- description: Optional[pulumi.Input[str]] = None,
1050
- status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
1051
- """
1052
- An object that represents the approval state of the private link connection.
1053
- :param pulumi.Input[Union[str, 'ActionsRequired']] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1054
- :param pulumi.Input[str] description: The reason for approval or rejection.
1055
- :param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been approved, rejected or removed by the key vault owner.
1056
- """
1057
- if actions_required is not None:
1058
- pulumi.set(__self__, "actions_required", actions_required)
1059
- if description is not None:
1060
- pulumi.set(__self__, "description", description)
1061
- if status is not None:
1062
- pulumi.set(__self__, "status", status)
1063
-
1064
- @property
1065
- @pulumi.getter(name="actionsRequired")
1066
- def actions_required(self) -> Optional[pulumi.Input[Union[str, 'ActionsRequired']]]:
1067
- """
1068
- A message indicating if changes on the service provider require any updates on the consumer.
1069
- """
1070
- return pulumi.get(self, "actions_required")
1071
-
1072
- @actions_required.setter
1073
- def actions_required(self, value: Optional[pulumi.Input[Union[str, 'ActionsRequired']]]):
1074
- pulumi.set(self, "actions_required", value)
1075
-
1076
- @property
1077
- @pulumi.getter
1078
- def description(self) -> Optional[pulumi.Input[str]]:
1079
- """
1080
- The reason for approval or rejection.
1081
- """
1082
- return pulumi.get(self, "description")
1083
-
1084
- @description.setter
1085
- def description(self, value: Optional[pulumi.Input[str]]):
1086
- pulumi.set(self, "description", value)
1087
-
1088
- @property
1089
- @pulumi.getter
1090
- def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
1091
- """
1092
- Indicates whether the connection has been approved, rejected or removed by the key vault owner.
1093
- """
1094
- return pulumi.get(self, "status")
1095
-
1096
- @status.setter
1097
- def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
1098
- pulumi.set(self, "status", value)
1099
-
1100
-
1101
- @pulumi.input_type
1102
- class RotationPolicyArgs:
1103
- def __init__(__self__, *,
1104
- attributes: Optional[pulumi.Input['KeyRotationPolicyAttributesArgs']] = None,
1105
- lifetime_actions: Optional[pulumi.Input[Sequence[pulumi.Input['LifetimeActionArgs']]]] = None):
1106
- """
1107
- :param pulumi.Input['KeyRotationPolicyAttributesArgs'] attributes: The attributes of key rotation policy.
1108
- :param pulumi.Input[Sequence[pulumi.Input['LifetimeActionArgs']]] lifetime_actions: The lifetimeActions for key rotation action.
1109
- """
1110
- if attributes is not None:
1111
- pulumi.set(__self__, "attributes", attributes)
1112
- if lifetime_actions is not None:
1113
- pulumi.set(__self__, "lifetime_actions", lifetime_actions)
1114
-
1115
- @property
1116
- @pulumi.getter
1117
- def attributes(self) -> Optional[pulumi.Input['KeyRotationPolicyAttributesArgs']]:
1118
- """
1119
- The attributes of key rotation policy.
1120
- """
1121
- return pulumi.get(self, "attributes")
1122
-
1123
- @attributes.setter
1124
- def attributes(self, value: Optional[pulumi.Input['KeyRotationPolicyAttributesArgs']]):
1125
- pulumi.set(self, "attributes", value)
1126
-
1127
- @property
1128
- @pulumi.getter(name="lifetimeActions")
1129
- def lifetime_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LifetimeActionArgs']]]]:
1130
- """
1131
- The lifetimeActions for key rotation action.
1132
- """
1133
- return pulumi.get(self, "lifetime_actions")
1134
-
1135
- @lifetime_actions.setter
1136
- def lifetime_actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LifetimeActionArgs']]]]):
1137
- pulumi.set(self, "lifetime_actions", value)
1138
-
1139
-
1140
- @pulumi.input_type
1141
- class SecretAttributesArgs:
1142
- def __init__(__self__, *,
1143
- enabled: Optional[pulumi.Input[bool]] = None,
1144
- expires: Optional[pulumi.Input[int]] = None,
1145
- not_before: Optional[pulumi.Input[int]] = None):
1146
- """
1147
- The secret management attributes.
1148
- :param pulumi.Input[bool] enabled: Determines whether the object is enabled.
1149
- :param pulumi.Input[int] expires: Expiry date in seconds since 1970-01-01T00:00:00Z.
1150
- :param pulumi.Input[int] not_before: Not before date in seconds since 1970-01-01T00:00:00Z.
1151
- """
1152
- if enabled is not None:
1153
- pulumi.set(__self__, "enabled", enabled)
1154
- if expires is not None:
1155
- pulumi.set(__self__, "expires", expires)
1156
- if not_before is not None:
1157
- pulumi.set(__self__, "not_before", not_before)
1158
-
1159
- @property
1160
- @pulumi.getter
1161
- def enabled(self) -> Optional[pulumi.Input[bool]]:
1162
- """
1163
- Determines whether the object is enabled.
1164
- """
1165
- return pulumi.get(self, "enabled")
1166
-
1167
- @enabled.setter
1168
- def enabled(self, value: Optional[pulumi.Input[bool]]):
1169
- pulumi.set(self, "enabled", value)
1170
-
1171
- @property
1172
- @pulumi.getter
1173
- def expires(self) -> Optional[pulumi.Input[int]]:
1174
- """
1175
- Expiry date in seconds since 1970-01-01T00:00:00Z.
1176
- """
1177
- return pulumi.get(self, "expires")
1178
-
1179
- @expires.setter
1180
- def expires(self, value: Optional[pulumi.Input[int]]):
1181
- pulumi.set(self, "expires", value)
1182
-
1183
- @property
1184
- @pulumi.getter(name="notBefore")
1185
- def not_before(self) -> Optional[pulumi.Input[int]]:
1186
- """
1187
- Not before date in seconds since 1970-01-01T00:00:00Z.
1188
- """
1189
- return pulumi.get(self, "not_before")
1190
-
1191
- @not_before.setter
1192
- def not_before(self, value: Optional[pulumi.Input[int]]):
1193
- pulumi.set(self, "not_before", value)
1194
-
1195
-
1196
- @pulumi.input_type
1197
- class SecretPropertiesArgs:
1198
- def __init__(__self__, *,
1199
- attributes: Optional[pulumi.Input['SecretAttributesArgs']] = None,
1200
- content_type: Optional[pulumi.Input[str]] = None,
1201
- value: Optional[pulumi.Input[str]] = None):
1202
- """
1203
- Properties of the secret
1204
- :param pulumi.Input['SecretAttributesArgs'] attributes: The attributes of the secret.
1205
- :param pulumi.Input[str] content_type: The content type of the secret.
1206
- :param pulumi.Input[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.
1207
- """
1208
- if attributes is not None:
1209
- pulumi.set(__self__, "attributes", attributes)
1210
- if content_type is not None:
1211
- pulumi.set(__self__, "content_type", content_type)
1212
- if value is not None:
1213
- pulumi.set(__self__, "value", value)
1214
-
1215
- @property
1216
- @pulumi.getter
1217
- def attributes(self) -> Optional[pulumi.Input['SecretAttributesArgs']]:
1218
- """
1219
- The attributes of the secret.
1220
- """
1221
- return pulumi.get(self, "attributes")
1222
-
1223
- @attributes.setter
1224
- def attributes(self, value: Optional[pulumi.Input['SecretAttributesArgs']]):
1225
- pulumi.set(self, "attributes", value)
1226
-
1227
- @property
1228
- @pulumi.getter(name="contentType")
1229
- def content_type(self) -> Optional[pulumi.Input[str]]:
1230
- """
1231
- The content type of the secret.
1232
- """
1233
- return pulumi.get(self, "content_type")
1234
-
1235
- @content_type.setter
1236
- def content_type(self, value: Optional[pulumi.Input[str]]):
1237
- pulumi.set(self, "content_type", value)
1238
-
1239
- @property
1240
- @pulumi.getter
1241
- def value(self) -> Optional[pulumi.Input[str]]:
1242
- """
1243
- 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.
1244
- """
1245
- return pulumi.get(self, "value")
1246
-
1247
- @value.setter
1248
- def value(self, value: Optional[pulumi.Input[str]]):
1249
- pulumi.set(self, "value", value)
1250
-
1251
-
1252
- @pulumi.input_type
1253
- class SkuArgs:
1254
- def __init__(__self__, *,
1255
- family: pulumi.Input[Union[str, 'SkuFamily']],
1256
- name: pulumi.Input['SkuName']):
1257
- """
1258
- SKU details
1259
- :param pulumi.Input[Union[str, 'SkuFamily']] family: SKU family name
1260
- :param pulumi.Input['SkuName'] name: SKU name to specify whether the key vault is a standard vault or a premium vault.
1261
- """
1262
- pulumi.set(__self__, "family", family)
1263
- pulumi.set(__self__, "name", name)
1264
-
1265
- @property
1266
- @pulumi.getter
1267
- def family(self) -> pulumi.Input[Union[str, 'SkuFamily']]:
1268
- """
1269
- SKU family name
1270
- """
1271
- return pulumi.get(self, "family")
1272
-
1273
- @family.setter
1274
- def family(self, value: pulumi.Input[Union[str, 'SkuFamily']]):
1275
- pulumi.set(self, "family", value)
1276
-
1277
- @property
1278
- @pulumi.getter
1279
- def name(self) -> pulumi.Input['SkuName']:
1280
- """
1281
- SKU name to specify whether the key vault is a standard vault or a premium vault.
1282
- """
1283
- return pulumi.get(self, "name")
1284
-
1285
- @name.setter
1286
- def name(self, value: pulumi.Input['SkuName']):
1287
- pulumi.set(self, "name", value)
1288
-
1289
-
1290
- @pulumi.input_type
1291
- class TriggerArgs:
1292
- def __init__(__self__, *,
1293
- time_after_create: Optional[pulumi.Input[str]] = None,
1294
- time_before_expiry: Optional[pulumi.Input[str]] = None):
1295
- """
1296
- :param pulumi.Input[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'.
1297
- :param pulumi.Input[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'.
1298
- """
1299
- if time_after_create is not None:
1300
- pulumi.set(__self__, "time_after_create", time_after_create)
1301
- if time_before_expiry is not None:
1302
- pulumi.set(__self__, "time_before_expiry", time_before_expiry)
1303
-
1304
- @property
1305
- @pulumi.getter(name="timeAfterCreate")
1306
- def time_after_create(self) -> Optional[pulumi.Input[str]]:
1307
- """
1308
- 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'.
1309
- """
1310
- return pulumi.get(self, "time_after_create")
1311
-
1312
- @time_after_create.setter
1313
- def time_after_create(self, value: Optional[pulumi.Input[str]]):
1314
- pulumi.set(self, "time_after_create", value)
1315
-
1316
- @property
1317
- @pulumi.getter(name="timeBeforeExpiry")
1318
- def time_before_expiry(self) -> Optional[pulumi.Input[str]]:
1319
- """
1320
- The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1321
- """
1322
- return pulumi.get(self, "time_before_expiry")
1323
-
1324
- @time_before_expiry.setter
1325
- def time_before_expiry(self, value: Optional[pulumi.Input[str]]):
1326
- pulumi.set(self, "time_before_expiry", value)
1327
-
1328
-
1329
- @pulumi.input_type
1330
- class VaultPropertiesArgs:
1331
- def __init__(__self__, *,
1332
- sku: pulumi.Input['SkuArgs'],
1333
- tenant_id: pulumi.Input[str],
1334
- access_policies: Optional[pulumi.Input[Sequence[pulumi.Input['AccessPolicyEntryArgs']]]] = None,
1335
- create_mode: Optional[pulumi.Input['CreateMode']] = None,
1336
- enable_purge_protection: Optional[pulumi.Input[bool]] = None,
1337
- enable_rbac_authorization: Optional[pulumi.Input[bool]] = None,
1338
- enable_soft_delete: Optional[pulumi.Input[bool]] = None,
1339
- enabled_for_deployment: Optional[pulumi.Input[bool]] = None,
1340
- enabled_for_disk_encryption: Optional[pulumi.Input[bool]] = None,
1341
- enabled_for_template_deployment: Optional[pulumi.Input[bool]] = None,
1342
- network_acls: Optional[pulumi.Input['NetworkRuleSetArgs']] = None,
1343
- provisioning_state: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]] = None,
1344
- public_network_access: Optional[pulumi.Input[str]] = None,
1345
- soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None,
1346
- vault_uri: Optional[pulumi.Input[str]] = None):
1347
- """
1348
- Properties of the vault
1349
- :param pulumi.Input['SkuArgs'] sku: SKU details
1350
- :param pulumi.Input[str] tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
1351
- :param pulumi.Input[Sequence[pulumi.Input['AccessPolicyEntryArgs']]] 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.
1352
- 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.
1353
- :param pulumi.Input['CreateMode'] create_mode: The vault's create mode to indicate whether the vault need to be recovered or not.
1354
- :param pulumi.Input[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.
1355
- :param pulumi.Input[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.
1356
- :param pulumi.Input[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.
1357
- :param pulumi.Input[bool] enabled_for_deployment: Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
1358
- :param pulumi.Input[bool] enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
1359
- :param pulumi.Input[bool] enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
1360
- :param pulumi.Input['NetworkRuleSetArgs'] network_acls: Rules governing the accessibility of the key vault from specific network locations.
1361
- :param pulumi.Input[Union[str, 'VaultProvisioningState']] provisioning_state: Provisioning state of the vault.
1362
- :param pulumi.Input[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.
1363
- :param pulumi.Input[int] soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
1364
- :param pulumi.Input[str] vault_uri: The URI of the vault for performing operations on keys and secrets.
1365
- """
1366
- pulumi.set(__self__, "sku", sku)
1367
- pulumi.set(__self__, "tenant_id", tenant_id)
1368
- if access_policies is not None:
1369
- pulumi.set(__self__, "access_policies", access_policies)
1370
- if create_mode is not None:
1371
- pulumi.set(__self__, "create_mode", create_mode)
1372
- if enable_purge_protection is not None:
1373
- pulumi.set(__self__, "enable_purge_protection", enable_purge_protection)
1374
- if enable_rbac_authorization is None:
1375
- enable_rbac_authorization = False
1376
- if enable_rbac_authorization is not None:
1377
- pulumi.set(__self__, "enable_rbac_authorization", enable_rbac_authorization)
1378
- if enable_soft_delete is None:
1379
- enable_soft_delete = True
1380
- if enable_soft_delete is not None:
1381
- pulumi.set(__self__, "enable_soft_delete", enable_soft_delete)
1382
- if enabled_for_deployment is not None:
1383
- pulumi.set(__self__, "enabled_for_deployment", enabled_for_deployment)
1384
- if enabled_for_disk_encryption is not None:
1385
- pulumi.set(__self__, "enabled_for_disk_encryption", enabled_for_disk_encryption)
1386
- if enabled_for_template_deployment is not None:
1387
- pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
1388
- if network_acls is not None:
1389
- pulumi.set(__self__, "network_acls", network_acls)
1390
- if provisioning_state is not None:
1391
- pulumi.set(__self__, "provisioning_state", provisioning_state)
1392
- if public_network_access is None:
1393
- public_network_access = 'enabled'
1394
- if public_network_access is not None:
1395
- pulumi.set(__self__, "public_network_access", public_network_access)
1396
- if soft_delete_retention_in_days is None:
1397
- soft_delete_retention_in_days = 90
1398
- if soft_delete_retention_in_days is not None:
1399
- pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
1400
- if vault_uri is not None:
1401
- pulumi.set(__self__, "vault_uri", vault_uri)
1402
-
1403
- @property
1404
- @pulumi.getter
1405
- def sku(self) -> pulumi.Input['SkuArgs']:
1406
- """
1407
- SKU details
1408
- """
1409
- return pulumi.get(self, "sku")
1410
-
1411
- @sku.setter
1412
- def sku(self, value: pulumi.Input['SkuArgs']):
1413
- pulumi.set(self, "sku", value)
1414
-
1415
- @property
1416
- @pulumi.getter(name="tenantId")
1417
- def tenant_id(self) -> pulumi.Input[str]:
1418
- """
1419
- The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
1420
- """
1421
- return pulumi.get(self, "tenant_id")
1422
-
1423
- @tenant_id.setter
1424
- def tenant_id(self, value: pulumi.Input[str]):
1425
- pulumi.set(self, "tenant_id", value)
1426
-
1427
- @property
1428
- @pulumi.getter(name="accessPolicies")
1429
- def access_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessPolicyEntryArgs']]]]:
1430
- """
1431
- 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.
1432
- 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.
1433
- """
1434
- return pulumi.get(self, "access_policies")
1435
-
1436
- @access_policies.setter
1437
- def access_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessPolicyEntryArgs']]]]):
1438
- pulumi.set(self, "access_policies", value)
1439
-
1440
- @property
1441
- @pulumi.getter(name="createMode")
1442
- def create_mode(self) -> Optional[pulumi.Input['CreateMode']]:
1443
- """
1444
- The vault's create mode to indicate whether the vault need to be recovered or not.
1445
- """
1446
- return pulumi.get(self, "create_mode")
1447
-
1448
- @create_mode.setter
1449
- def create_mode(self, value: Optional[pulumi.Input['CreateMode']]):
1450
- pulumi.set(self, "create_mode", value)
1451
-
1452
- @property
1453
- @pulumi.getter(name="enablePurgeProtection")
1454
- def enable_purge_protection(self) -> Optional[pulumi.Input[bool]]:
1455
- """
1456
- 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.
1457
- """
1458
- return pulumi.get(self, "enable_purge_protection")
1459
-
1460
- @enable_purge_protection.setter
1461
- def enable_purge_protection(self, value: Optional[pulumi.Input[bool]]):
1462
- pulumi.set(self, "enable_purge_protection", value)
1463
-
1464
- @property
1465
- @pulumi.getter(name="enableRbacAuthorization")
1466
- def enable_rbac_authorization(self) -> Optional[pulumi.Input[bool]]:
1467
- """
1468
- 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.
1469
- """
1470
- return pulumi.get(self, "enable_rbac_authorization")
1471
-
1472
- @enable_rbac_authorization.setter
1473
- def enable_rbac_authorization(self, value: Optional[pulumi.Input[bool]]):
1474
- pulumi.set(self, "enable_rbac_authorization", value)
1475
-
1476
- @property
1477
- @pulumi.getter(name="enableSoftDelete")
1478
- def enable_soft_delete(self) -> Optional[pulumi.Input[bool]]:
1479
- """
1480
- 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.
1481
- """
1482
- return pulumi.get(self, "enable_soft_delete")
1483
-
1484
- @enable_soft_delete.setter
1485
- def enable_soft_delete(self, value: Optional[pulumi.Input[bool]]):
1486
- pulumi.set(self, "enable_soft_delete", value)
1487
-
1488
- @property
1489
- @pulumi.getter(name="enabledForDeployment")
1490
- def enabled_for_deployment(self) -> Optional[pulumi.Input[bool]]:
1491
- """
1492
- Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
1493
- """
1494
- return pulumi.get(self, "enabled_for_deployment")
1495
-
1496
- @enabled_for_deployment.setter
1497
- def enabled_for_deployment(self, value: Optional[pulumi.Input[bool]]):
1498
- pulumi.set(self, "enabled_for_deployment", value)
1499
-
1500
- @property
1501
- @pulumi.getter(name="enabledForDiskEncryption")
1502
- def enabled_for_disk_encryption(self) -> Optional[pulumi.Input[bool]]:
1503
- """
1504
- Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
1505
- """
1506
- return pulumi.get(self, "enabled_for_disk_encryption")
1507
-
1508
- @enabled_for_disk_encryption.setter
1509
- def enabled_for_disk_encryption(self, value: Optional[pulumi.Input[bool]]):
1510
- pulumi.set(self, "enabled_for_disk_encryption", value)
1511
-
1512
- @property
1513
- @pulumi.getter(name="enabledForTemplateDeployment")
1514
- def enabled_for_template_deployment(self) -> Optional[pulumi.Input[bool]]:
1515
- """
1516
- Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
1517
- """
1518
- return pulumi.get(self, "enabled_for_template_deployment")
1519
-
1520
- @enabled_for_template_deployment.setter
1521
- def enabled_for_template_deployment(self, value: Optional[pulumi.Input[bool]]):
1522
- pulumi.set(self, "enabled_for_template_deployment", value)
1523
-
1524
- @property
1525
- @pulumi.getter(name="networkAcls")
1526
- def network_acls(self) -> Optional[pulumi.Input['NetworkRuleSetArgs']]:
1527
- """
1528
- Rules governing the accessibility of the key vault from specific network locations.
1529
- """
1530
- return pulumi.get(self, "network_acls")
1531
-
1532
- @network_acls.setter
1533
- def network_acls(self, value: Optional[pulumi.Input['NetworkRuleSetArgs']]):
1534
- pulumi.set(self, "network_acls", value)
1535
-
1536
- @property
1537
- @pulumi.getter(name="provisioningState")
1538
- def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]:
1539
- """
1540
- Provisioning state of the vault.
1541
- """
1542
- return pulumi.get(self, "provisioning_state")
1543
-
1544
- @provisioning_state.setter
1545
- def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]):
1546
- pulumi.set(self, "provisioning_state", value)
1547
-
1548
- @property
1549
- @pulumi.getter(name="publicNetworkAccess")
1550
- def public_network_access(self) -> Optional[pulumi.Input[str]]:
1551
- """
1552
- 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.
1553
- """
1554
- return pulumi.get(self, "public_network_access")
1555
-
1556
- @public_network_access.setter
1557
- def public_network_access(self, value: Optional[pulumi.Input[str]]):
1558
- pulumi.set(self, "public_network_access", value)
1559
-
1560
- @property
1561
- @pulumi.getter(name="softDeleteRetentionInDays")
1562
- def soft_delete_retention_in_days(self) -> Optional[pulumi.Input[int]]:
1563
- """
1564
- softDelete data retention days. It accepts >=7 and <=90.
1565
- """
1566
- return pulumi.get(self, "soft_delete_retention_in_days")
1567
-
1568
- @soft_delete_retention_in_days.setter
1569
- def soft_delete_retention_in_days(self, value: Optional[pulumi.Input[int]]):
1570
- pulumi.set(self, "soft_delete_retention_in_days", value)
1571
-
1572
- @property
1573
- @pulumi.getter(name="vaultUri")
1574
- def vault_uri(self) -> Optional[pulumi.Input[str]]:
1575
- """
1576
- The URI of the vault for performing operations on keys and secrets.
1577
- """
1578
- return pulumi.get(self, "vault_uri")
1579
-
1580
- @vault_uri.setter
1581
- def vault_uri(self, value: Optional[pulumi.Input[str]]):
1582
- pulumi.set(self, "vault_uri", value)
1583
-
1584
-
1585
- @pulumi.input_type
1586
- class VirtualNetworkRuleArgs:
1587
- def __init__(__self__, *,
1588
- id: pulumi.Input[str],
1589
- ignore_missing_vnet_service_endpoint: Optional[pulumi.Input[bool]] = None):
1590
- """
1591
- A rule governing the accessibility of a vault from a specific virtual network.
1592
- :param pulumi.Input[str] id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
1593
- :param pulumi.Input[bool] ignore_missing_vnet_service_endpoint: Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
1594
- """
1595
- pulumi.set(__self__, "id", id)
1596
- if ignore_missing_vnet_service_endpoint is not None:
1597
- pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
1598
-
1599
- @property
1600
- @pulumi.getter
1601
- def id(self) -> pulumi.Input[str]:
1602
- """
1603
- Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
1604
- """
1605
- return pulumi.get(self, "id")
1606
-
1607
- @id.setter
1608
- def id(self, value: pulumi.Input[str]):
1609
- pulumi.set(self, "id", value)
1610
-
1611
- @property
1612
- @pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
1613
- def ignore_missing_vnet_service_endpoint(self) -> Optional[pulumi.Input[bool]]:
1614
- """
1615
- Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
1616
- """
1617
- return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
1618
-
1619
- @ignore_missing_vnet_service_endpoint.setter
1620
- def ignore_missing_vnet_service_endpoint(self, value: Optional[pulumi.Input[bool]]):
1621
- pulumi.set(self, "ignore_missing_vnet_service_endpoint", value)
1622
-
1623
-