pulumi-azure-native 2.46.0a1718304255__py3-none-any.whl → 2.47.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (2533) hide show
  1. pulumi_azure_native/__init__.py +368 -26
  2. pulumi_azure_native/_utilities.py +35 -0
  3. pulumi_azure_native/app/__init__.py +10 -0
  4. pulumi_azure_native/app/_enums.py +46 -0
  5. pulumi_azure_native/app/_inputs.py +490 -0
  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_session_pool.py +488 -0
  17. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  18. pulumi_azure_native/app/dapr_component.py +3 -3
  19. pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
  20. pulumi_azure_native/app/dapr_subscription.py +3 -3
  21. pulumi_azure_native/app/dot_net_component.py +5 -1
  22. pulumi_azure_native/app/get_app_resiliency.py +2 -2
  23. pulumi_azure_native/app/get_build.py +2 -2
  24. pulumi_azure_native/app/get_builder.py +2 -2
  25. pulumi_azure_native/app/get_certificate.py +2 -2
  26. pulumi_azure_native/app/get_connected_environment.py +2 -2
  27. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  28. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  29. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  30. pulumi_azure_native/app/get_container_app.py +2 -2
  31. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  32. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  33. pulumi_azure_native/app/get_container_apps_session_pool.py +289 -0
  34. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  35. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  36. pulumi_azure_native/app/get_dapr_component.py +2 -2
  37. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  38. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  39. pulumi_azure_native/app/get_dot_net_component.py +4 -0
  40. pulumi_azure_native/app/get_java_component.py +4 -0
  41. pulumi_azure_native/app/get_job.py +2 -2
  42. pulumi_azure_native/app/get_logic_app.py +125 -0
  43. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  44. pulumi_azure_native/app/get_managed_environment.py +2 -2
  45. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  46. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +177 -0
  47. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  48. pulumi_azure_native/app/java_component.py +5 -1
  49. pulumi_azure_native/app/job.py +3 -3
  50. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  51. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  52. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  53. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  54. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  55. pulumi_azure_native/app/list_job_secrets.py +2 -2
  56. pulumi_azure_native/app/list_logic_app_workflows_connections.py +151 -0
  57. pulumi_azure_native/app/logic_app.py +187 -0
  58. pulumi_azure_native/app/managed_certificate.py +3 -3
  59. pulumi_azure_native/app/managed_environment.py +3 -3
  60. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +249 -0
  61. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  62. pulumi_azure_native/app/outputs.py +730 -0
  63. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  64. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  65. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  66. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  67. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  68. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  69. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  70. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  71. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  72. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  73. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  74. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  75. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  76. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  77. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  78. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  79. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  80. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  81. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  82. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  83. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  84. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  85. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  86. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  87. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  88. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  89. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  90. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  91. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  92. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  93. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  94. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  95. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  96. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  97. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  98. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  99. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  100. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  101. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  102. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  103. pulumi_azure_native/app/v20230501/job.py +1 -1
  104. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  105. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  106. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  107. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  108. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  109. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  110. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  111. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  112. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  113. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  114. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  115. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  116. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  117. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  118. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  119. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  120. pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
  121. pulumi_azure_native/app/v20230801preview/build.py +1 -1
  122. pulumi_azure_native/app/v20230801preview/builder.py +1 -1
  123. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  124. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  125. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  126. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  127. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  128. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  129. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  130. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  131. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  132. pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
  133. pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
  134. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  135. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  136. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  137. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  138. pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
  139. pulumi_azure_native/app/v20231102preview/build.py +1 -1
  140. pulumi_azure_native/app/v20231102preview/builder.py +1 -1
  141. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  142. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  143. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  144. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  145. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  146. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  147. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  148. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  149. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  150. pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
  151. pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
  152. pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
  153. pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
  154. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  155. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  156. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  157. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  158. pulumi_azure_native/app/v20240202preview/__init__.py +66 -0
  159. pulumi_azure_native/app/v20240202preview/_enums.py +346 -0
  160. pulumi_azure_native/app/v20240202preview/_inputs.py +9269 -0
  161. pulumi_azure_native/app/v20240202preview/app_resiliency.py +359 -0
  162. pulumi_azure_native/app/v20240202preview/build.py +294 -0
  163. pulumi_azure_native/app/v20240202preview/builder.py +322 -0
  164. pulumi_azure_native/app/v20240202preview/certificate.py +274 -0
  165. pulumi_azure_native/app/v20240202preview/connected_environment.py +370 -0
  166. pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +274 -0
  167. pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +451 -0
  168. pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +216 -0
  169. pulumi_azure_native/app/v20240202preview/container_app.py +584 -0
  170. pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +361 -0
  171. pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +486 -0
  172. pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +291 -0
  173. pulumi_azure_native/app/v20240202preview/dapr_component.py +451 -0
  174. pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +264 -0
  175. pulumi_azure_native/app/v20240202preview/dapr_subscription.py +388 -0
  176. pulumi_azure_native/app/v20240202preview/dot_net_component.py +283 -0
  177. pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +201 -0
  178. pulumi_azure_native/app/v20240202preview/get_build.py +214 -0
  179. pulumi_azure_native/app/v20240202preview/get_builder.py +196 -0
  180. pulumi_azure_native/{securitydevops/v20220901preview/get_git_hub_connector.py → app/v20240202preview/get_certificate.py} +30 -25
  181. pulumi_azure_native/app/v20240202preview/get_connected_environment.py +235 -0
  182. pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +162 -0
  183. pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +240 -0
  184. pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +136 -0
  185. pulumi_azure_native/app/v20240202preview/get_container_app.py +365 -0
  186. pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +170 -0
  187. pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +201 -0
  188. pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +287 -0
  189. pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +177 -0
  190. pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +61 -0
  191. pulumi_azure_native/app/v20240202preview/get_dapr_component.py +240 -0
  192. pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +154 -0
  193. pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +214 -0
  194. pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +175 -0
  195. pulumi_azure_native/app/v20240202preview/get_java_component.py +136 -0
  196. pulumi_azure_native/app/v20240202preview/get_job.py +261 -0
  197. pulumi_azure_native/app/v20240202preview/get_logic_app.py +123 -0
  198. pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +162 -0
  199. pulumi_azure_native/app/v20240202preview/get_managed_environment.py +445 -0
  200. pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +170 -0
  201. pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +175 -0
  202. pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +136 -0
  203. pulumi_azure_native/app/v20240202preview/java_component.py +214 -0
  204. pulumi_azure_native/app/v20240202preview/job.py +428 -0
  205. pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +96 -0
  206. pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +84 -0
  207. pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +227 -0
  208. pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +79 -0
  209. pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +84 -0
  210. pulumi_azure_native/app/v20240202preview/list_job_secrets.py +79 -0
  211. pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +149 -0
  212. pulumi_azure_native/app/v20240202preview/logic_app.py +185 -0
  213. pulumi_azure_native/app/v20240202preview/managed_certificate.py +274 -0
  214. pulumi_azure_native/app/v20240202preview/managed_environment.py +747 -0
  215. pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +247 -0
  216. pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +216 -0
  217. pulumi_azure_native/app/v20240202preview/outputs.py +11065 -0
  218. pulumi_azure_native/app/v20240301/certificate.py +1 -1
  219. pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
  220. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
  221. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
  222. pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
  223. pulumi_azure_native/app/v20240301/container_app.py +1 -1
  224. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
  225. pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
  226. pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
  227. pulumi_azure_native/app/v20240301/job.py +1 -1
  228. pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
  229. pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
  230. pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
  231. pulumi_azure_native/authorization/_inputs.py +16 -0
  232. pulumi_azure_native/authorization/outputs.py +14 -0
  233. pulumi_azure_native/authorization/v20230401/_inputs.py +16 -0
  234. pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +14 -1
  235. pulumi_azure_native/authorization/v20230401/outputs.py +14 -0
  236. pulumi_azure_native/authorization/v20230401/policy_assignment.py +29 -0
  237. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -1
  238. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -0
  239. pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +3 -3
  240. pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +8 -8
  241. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  242. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  243. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  244. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  245. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  246. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  247. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  248. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  249. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  250. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  251. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  252. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  253. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  254. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  255. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  256. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  257. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  258. pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +20 -0
  259. pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +102 -0
  260. pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +856 -0
  261. pulumi_azure_native/{securitydevops/v20220901preview/azure_dev_ops_connector.py → azuredatatransfer/v20240507/connection.py} +48 -38
  262. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +332 -0
  263. pulumi_azure_native/{securitydevops/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_connection.py} +30 -24
  264. pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +188 -0
  265. pulumi_azure_native/{securitydevops/v20220901preview/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_pipeline.py} +31 -23
  266. pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +80 -0
  267. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +92 -0
  268. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +92 -0
  269. pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +110 -0
  270. pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +2038 -0
  271. pulumi_azure_native/{securitydevops/azure_dev_ops_connector.py → azuredatatransfer/v20240507/pipeline.py} +52 -44
  272. pulumi_azure_native/cdn/__init__.py +3 -0
  273. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  274. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  275. pulumi_azure_native/cdn/afd_origin.py +3 -3
  276. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  277. pulumi_azure_native/cdn/custom_domain.py +3 -3
  278. pulumi_azure_native/cdn/endpoint.py +3 -3
  279. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  280. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  281. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  282. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  283. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  284. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  285. pulumi_azure_native/cdn/get_key_group.py +4 -0
  286. pulumi_azure_native/cdn/get_origin.py +2 -2
  287. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  288. pulumi_azure_native/cdn/get_policy.py +2 -2
  289. pulumi_azure_native/cdn/get_profile.py +2 -2
  290. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  291. pulumi_azure_native/cdn/get_route.py +2 -2
  292. pulumi_azure_native/cdn/get_rule.py +2 -2
  293. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  294. pulumi_azure_native/cdn/get_secret.py +2 -2
  295. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  296. pulumi_azure_native/cdn/key_group.py +5 -1
  297. pulumi_azure_native/cdn/origin.py +3 -3
  298. pulumi_azure_native/cdn/origin_group.py +3 -3
  299. pulumi_azure_native/cdn/policy.py +3 -3
  300. pulumi_azure_native/cdn/profile.py +3 -3
  301. pulumi_azure_native/cdn/route.py +3 -3
  302. pulumi_azure_native/cdn/rule.py +3 -3
  303. pulumi_azure_native/cdn/rule_set.py +3 -3
  304. pulumi_azure_native/cdn/secret.py +3 -3
  305. pulumi_azure_native/cdn/security_policy.py +3 -3
  306. pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
  307. pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
  308. pulumi_azure_native/cdn/v20200901/profile.py +1 -1
  309. pulumi_azure_native/cdn/v20200901/route.py +1 -1
  310. pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
  311. pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
  312. pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
  313. pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
  314. pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
  315. pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
  316. pulumi_azure_native/cdn/v20230501/origin.py +1 -1
  317. pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
  318. pulumi_azure_native/cdn/v20230501/policy.py +1 -1
  319. pulumi_azure_native/cdn/v20230501/profile.py +1 -1
  320. pulumi_azure_native/cdn/v20230501/route.py +1 -1
  321. pulumi_azure_native/cdn/v20230501/rule.py +1 -1
  322. pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
  323. pulumi_azure_native/cdn/v20230501/secret.py +1 -1
  324. pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
  325. pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
  326. pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
  327. pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
  328. pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
  329. pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
  330. pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
  331. pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
  332. pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
  333. pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
  334. pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
  335. pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
  336. pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
  337. pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
  338. pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
  339. pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
  340. pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
  341. pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
  342. pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
  343. pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
  344. pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
  345. pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
  346. pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
  347. pulumi_azure_native/cdn/v20240201/origin.py +1 -1
  348. pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
  349. pulumi_azure_native/cdn/v20240201/policy.py +1 -1
  350. pulumi_azure_native/cdn/v20240201/profile.py +1 -1
  351. pulumi_azure_native/cdn/v20240201/route.py +1 -1
  352. pulumi_azure_native/cdn/v20240201/rule.py +1 -1
  353. pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
  354. pulumi_azure_native/cdn/v20240201/secret.py +1 -1
  355. pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
  356. pulumi_azure_native/cdn/v20240501preview/__init__.py +43 -0
  357. pulumi_azure_native/cdn/v20240501preview/_enums.py +839 -0
  358. pulumi_azure_native/cdn/v20240501preview/_inputs.py +6013 -0
  359. pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +418 -0
  360. pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +338 -0
  361. pulumi_azure_native/cdn/v20240501preview/afd_origin.py +537 -0
  362. pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +329 -0
  363. pulumi_azure_native/cdn/v20240501preview/custom_domain.py +296 -0
  364. pulumi_azure_native/cdn/v20240501preview/endpoint.py +762 -0
  365. pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +276 -0
  366. pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +224 -0
  367. pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +294 -0
  368. pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +211 -0
  369. pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +219 -0
  370. pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +409 -0
  371. pulumi_azure_native/cdn/v20240501preview/get_key_group.py +159 -0
  372. pulumi_azure_native/cdn/v20240501preview/get_origin.py +310 -0
  373. pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +206 -0
  374. pulumi_azure_native/cdn/v20240501preview/get_policy.py +271 -0
  375. pulumi_azure_native/cdn/v20240501preview/get_profile.py +261 -0
  376. pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +78 -0
  377. pulumi_azure_native/cdn/v20240501preview/get_route.py +320 -0
  378. pulumi_azure_native/cdn/v20240501preview/get_rule.py +216 -0
  379. pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +159 -0
  380. pulumi_azure_native/cdn/v20240501preview/get_secret.py +172 -0
  381. pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +172 -0
  382. pulumi_azure_native/cdn/v20240501preview/key_group.py +232 -0
  383. pulumi_azure_native/cdn/v20240501preview/origin.py +556 -0
  384. pulumi_azure_native/cdn/v20240501preview/origin_group.py +345 -0
  385. pulumi_azure_native/cdn/v20240501preview/outputs.py +7210 -0
  386. pulumi_azure_native/cdn/v20240501preview/policy.py +436 -0
  387. pulumi_azure_native/cdn/v20240501preview/profile.py +391 -0
  388. pulumi_azure_native/cdn/v20240501preview/route.py +595 -0
  389. pulumi_azure_native/cdn/v20240501preview/rule.py +356 -0
  390. pulumi_azure_native/cdn/v20240501preview/rule_set.py +211 -0
  391. pulumi_azure_native/cdn/v20240501preview/secret.py +241 -0
  392. pulumi_azure_native/cdn/v20240501preview/security_policy.py +241 -0
  393. pulumi_azure_native/config/__init__.pyi +6 -1
  394. pulumi_azure_native/config/vars.py +8 -1
  395. pulumi_azure_native/containerservice/__init__.py +3 -0
  396. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  397. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  398. pulumi_azure_native/containerservice/get_load_balancer.py +4 -0
  399. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  400. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  401. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  402. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  403. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  404. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  405. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  406. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  407. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  408. pulumi_azure_native/containerservice/load_balancer.py +5 -1
  409. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  410. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  411. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  412. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  413. pulumi_azure_native/containerservice/snapshot.py +3 -3
  414. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  415. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  416. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  417. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  418. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  419. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  420. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  421. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  422. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  423. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  424. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  425. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  426. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  427. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  428. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  429. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  430. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  431. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  432. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  433. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  434. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  435. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  436. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  437. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  438. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  439. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  440. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  441. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  442. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  443. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  444. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  445. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  446. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  447. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  448. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  449. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  450. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  451. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  452. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  453. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  454. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  455. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  456. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  457. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  458. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  459. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  460. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  461. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  462. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  463. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  464. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  465. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  466. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  467. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  468. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  469. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  470. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  471. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  472. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  473. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  474. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  475. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  476. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  477. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  478. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  479. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  480. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  481. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  482. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  483. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  484. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  485. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  486. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  487. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  488. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  489. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  490. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  491. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  492. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  493. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  494. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  495. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  496. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  497. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  498. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  499. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  500. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  501. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  502. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  503. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  504. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  505. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  506. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  507. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  508. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  509. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  510. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  511. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  512. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  513. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  514. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  515. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  516. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  517. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  518. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  519. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  520. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  521. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  522. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  523. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  524. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  525. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  526. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  527. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  528. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  529. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  530. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  531. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  532. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  533. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  534. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  535. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  536. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  537. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  538. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  539. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  540. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  541. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  542. pulumi_azure_native/containerservice/v20240402preview/__init__.py +29 -0
  543. pulumi_azure_native/containerservice/v20240402preview/_enums.py +874 -0
  544. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +7030 -0
  545. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1686 -0
  546. pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +812 -0
  547. pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +201 -0
  548. pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +162 -0
  549. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +833 -0
  550. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +183 -0
  551. pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +149 -0
  552. pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +248 -0
  553. pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +162 -0
  554. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +84 -0
  555. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  556. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +89 -0
  557. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +363 -0
  558. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +274 -0
  559. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1590 -0
  560. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +292 -0
  561. pulumi_azure_native/containerservice/v20240402preview/outputs.py +8189 -0
  562. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +246 -0
  563. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +342 -0
  564. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +255 -0
  565. pulumi_azure_native/datafactory/_enums.py +1 -0
  566. pulumi_azure_native/datafactory/_inputs.py +139 -2
  567. pulumi_azure_native/datafactory/outputs.py +139 -2
  568. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  569. pulumi_azure_native/datafactory/v20180601/_inputs.py +139 -2
  570. pulumi_azure_native/datafactory/v20180601/outputs.py +139 -2
  571. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  572. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  573. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  574. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  575. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  576. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  577. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  578. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  579. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  580. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  581. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  582. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  583. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  584. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  585. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  586. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  587. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  588. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  589. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  590. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  591. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  592. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  593. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  594. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  595. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  596. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  597. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  598. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  599. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  600. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  601. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  602. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  603. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  604. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  605. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  606. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  607. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  608. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  609. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  610. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  611. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  612. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  613. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  614. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  615. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  616. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  617. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  618. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  619. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  620. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  621. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  622. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  623. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  624. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  625. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  626. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  627. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  628. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  629. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  630. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  631. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  632. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  633. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  634. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  635. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  636. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  637. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  638. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  639. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  640. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  641. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  642. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  643. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  644. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  645. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  646. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  647. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  648. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  649. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  650. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  651. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  652. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  653. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  654. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  655. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  656. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  657. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  658. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  659. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  660. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  661. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  662. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  663. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  664. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  665. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  666. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  667. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  668. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  669. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  670. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  671. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  672. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  673. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  674. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  675. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  676. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  677. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  678. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  679. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  680. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  681. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  682. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  683. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  684. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  685. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  686. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  687. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  688. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  689. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +33 -0
  690. pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +323 -0
  691. pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +1398 -0
  692. pulumi_azure_native/{securitydevops/v20220901preview/git_hub_connector.py → desktopvirtualization/v20240408preview/app_attach_package.py} +55 -53
  693. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +536 -0
  694. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +556 -0
  695. pulumi_azure_native/{securitydevops/get_git_hub_connector.py → desktopvirtualization/v20240408preview/get_app_attach_package.py} +26 -28
  696. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +305 -0
  697. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +326 -0
  698. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +599 -0
  699. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +104 -0
  700. pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +266 -0
  701. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +175 -0
  702. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +175 -0
  703. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +326 -0
  704. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +461 -0
  705. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +344 -0
  706. pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +313 -0
  707. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1128 -0
  708. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +505 -0
  709. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +1771 -0
  710. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +247 -0
  711. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +247 -0
  712. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +597 -0
  713. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +957 -0
  714. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +680 -0
  715. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +525 -0
  716. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  717. pulumi_azure_native/devcenter/__init__.py +4 -0
  718. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  719. pulumi_azure_native/devcenter/catalog.py +3 -3
  720. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  721. pulumi_azure_native/devcenter/dev_center.py +3 -3
  722. pulumi_azure_native/devcenter/encryption_set.py +5 -1
  723. pulumi_azure_native/devcenter/environment_type.py +3 -3
  724. pulumi_azure_native/devcenter/gallery.py +3 -3
  725. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  726. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  727. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  728. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  729. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  730. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  731. pulumi_azure_native/devcenter/get_encryption_set.py +4 -0
  732. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  733. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  734. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  735. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  736. pulumi_azure_native/devcenter/get_plan.py +4 -0
  737. pulumi_azure_native/devcenter/get_plan_member.py +4 -0
  738. pulumi_azure_native/devcenter/get_pool.py +2 -2
  739. pulumi_azure_native/devcenter/get_project.py +2 -2
  740. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  741. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  742. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  743. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  744. pulumi_azure_native/devcenter/get_project_inherited_settings.py +4 -0
  745. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  746. pulumi_azure_native/devcenter/list_skus_by_project.py +94 -0
  747. pulumi_azure_native/devcenter/network_connection.py +3 -3
  748. pulumi_azure_native/devcenter/outputs.py +138 -0
  749. pulumi_azure_native/devcenter/plan.py +5 -1
  750. pulumi_azure_native/devcenter/plan_member.py +5 -1
  751. pulumi_azure_native/devcenter/pool.py +3 -3
  752. pulumi_azure_native/devcenter/project.py +3 -3
  753. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  754. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  755. pulumi_azure_native/devcenter/schedule.py +3 -3
  756. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  757. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  758. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  759. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  760. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  761. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  762. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  763. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  764. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  765. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  766. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  767. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  768. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  769. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  770. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  771. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  772. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  773. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  774. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  775. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  776. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  777. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  778. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  779. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  780. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  781. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  782. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  783. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  784. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  785. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  786. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  787. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  788. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  789. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  790. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  791. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  792. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  793. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  794. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  795. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  796. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  797. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  798. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  799. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  800. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  801. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  802. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  803. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  804. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  805. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  806. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  807. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  808. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  809. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  810. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  811. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  812. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  813. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  814. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  815. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  816. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  817. pulumi_azure_native/devcenter/v20240601preview/__init__.py +47 -0
  818. pulumi_azure_native/devcenter/v20240601preview/_enums.py +209 -0
  819. pulumi_azure_native/devcenter/v20240601preview/_inputs.py +595 -0
  820. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +255 -0
  821. pulumi_azure_native/devcenter/v20240601preview/catalog.py +363 -0
  822. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +413 -0
  823. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +447 -0
  824. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +342 -0
  825. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +253 -0
  826. pulumi_azure_native/devcenter/v20240601preview/gallery.py +225 -0
  827. pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +188 -0
  828. pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +253 -0
  829. pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +110 -0
  830. pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +89 -0
  831. pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +266 -0
  832. pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +261 -0
  833. pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +201 -0
  834. pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +89 -0
  835. pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +162 -0
  836. pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +149 -0
  837. pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +261 -0
  838. pulumi_azure_native/devcenter/v20240601preview/get_plan.py +170 -0
  839. pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +175 -0
  840. pulumi_azure_native/devcenter/v20240601preview/get_pool.py +344 -0
  841. pulumi_azure_native/devcenter/v20240601preview/get_project.py +248 -0
  842. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +253 -0
  843. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +89 -0
  844. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +110 -0
  845. pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +253 -0
  846. pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +92 -0
  847. pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +224 -0
  848. pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +92 -0
  849. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +448 -0
  850. pulumi_azure_native/devcenter/v20240601preview/outputs.py +1447 -0
  851. pulumi_azure_native/{securitydevops/git_hub_connector.py → devcenter/v20240601preview/plan.py} +67 -58
  852. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +283 -0
  853. pulumi_azure_native/devcenter/v20240601preview/pool.py +608 -0
  854. pulumi_azure_native/devcenter/v20240601preview/project.py +418 -0
  855. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +363 -0
  856. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +439 -0
  857. pulumi_azure_native/devcenter/v20240601preview/schedule.py +434 -0
  858. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
  859. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  860. pulumi_azure_native/documentdb/v20240301preview/outputs.py +53 -92
  861. pulumi_azure_native/documentdb/v20240515/_enums.py +9 -0
  862. pulumi_azure_native/documentdb/v20240515/_inputs.py +248 -0
  863. pulumi_azure_native/documentdb/v20240515/service.py +16 -57
  864. pulumi_azure_native/elastic/__init__.py +3 -0
  865. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  866. pulumi_azure_native/elastic/get_monitor.py +2 -2
  867. pulumi_azure_native/elastic/get_monitored_subscription.py +4 -0
  868. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  869. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  870. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  871. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  872. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  873. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  874. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  875. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  876. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  877. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  878. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  879. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  880. pulumi_azure_native/elastic/monitor.py +3 -3
  881. pulumi_azure_native/elastic/monitored_subscription.py +5 -1
  882. pulumi_azure_native/elastic/open_ai.py +3 -3
  883. pulumi_azure_native/elastic/tag_rule.py +3 -3
  884. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  885. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  886. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  887. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  888. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  889. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  890. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  891. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  892. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  893. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  894. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  895. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  896. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  897. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  898. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  899. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  900. pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
  901. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
  902. pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
  903. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
  904. pulumi_azure_native/elastic/v20240615preview/__init__.py +29 -0
  905. pulumi_azure_native/elastic/v20240615preview/_enums.py +57 -0
  906. pulumi_azure_native/elastic/v20240615preview/_inputs.py +826 -0
  907. pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +92 -0
  908. pulumi_azure_native/elastic/v20240615preview/get_monitor.py +183 -0
  909. pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +123 -0
  910. pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +123 -0
  911. pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +84 -0
  912. pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +71 -0
  913. pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
  914. pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +136 -0
  915. pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +79 -0
  916. pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +92 -0
  917. pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +157 -0
  918. pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +92 -0
  919. pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +91 -0
  920. pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +92 -0
  921. pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +79 -0
  922. pulumi_azure_native/elastic/v20240615preview/monitor.py +311 -0
  923. pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +206 -0
  924. pulumi_azure_native/elastic/v20240615preview/open_ai.py +205 -0
  925. pulumi_azure_native/elastic/v20240615preview/outputs.py +1752 -0
  926. pulumi_azure_native/elastic/v20240615preview/tag_rule.py +216 -0
  927. pulumi_azure_native/hdinsight/__init__.py +3 -3
  928. pulumi_azure_native/hdinsight/cluster.py +2 -2
  929. pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
  930. pulumi_azure_native/hdinsight/get_cluster.py +2 -2
  931. pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
  932. pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
  933. pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
  934. pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
  935. pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
  936. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_inputs.py +56 -1
  937. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster.py +1 -1
  938. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/cluster_pool.py +1 -1
  939. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster.py +1 -1
  940. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/get_cluster_pool.py +1 -1
  941. pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/outputs.py +66 -1
  942. pulumi_azure_native/keyvault/__init__.py +3 -0
  943. pulumi_azure_native/keyvault/get_key.py +2 -2
  944. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  945. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  946. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  947. pulumi_azure_native/keyvault/get_secret.py +2 -2
  948. pulumi_azure_native/keyvault/get_vault.py +2 -2
  949. pulumi_azure_native/keyvault/key.py +3 -3
  950. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  951. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  952. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  953. pulumi_azure_native/keyvault/secret.py +3 -3
  954. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  955. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  956. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  957. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  958. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  959. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  960. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  961. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  962. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  963. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  964. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  965. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  966. pulumi_azure_native/keyvault/v20240401preview/__init__.py +22 -0
  967. pulumi_azure_native/keyvault/v20240401preview/_enums.py +242 -0
  968. pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1623 -0
  969. pulumi_azure_native/keyvault/v20240401preview/get_key.py +250 -0
  970. pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +183 -0
  971. pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +227 -0
  972. pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +188 -0
  973. pulumi_azure_native/keyvault/v20240401preview/get_secret.py +149 -0
  974. pulumi_azure_native/keyvault/v20240401preview/get_vault.py +157 -0
  975. pulumi_azure_native/keyvault/v20240401preview/key.py +324 -0
  976. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +310 -0
  977. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +361 -0
  978. pulumi_azure_native/keyvault/v20240401preview/outputs.py +2258 -0
  979. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +256 -0
  980. pulumi_azure_native/keyvault/v20240401preview/secret.py +245 -0
  981. pulumi_azure_native/keyvault/v20240401preview/vault.py +254 -0
  982. pulumi_azure_native/keyvault/vault.py +3 -3
  983. pulumi_azure_native/kubernetes/__init__.py +3 -0
  984. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  985. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  986. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  987. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  988. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  989. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  990. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  991. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  992. pulumi_azure_native/{securitydevops/v20220901preview → kubernetes/v20240601preview}/__init__.py +3 -4
  993. pulumi_azure_native/kubernetes/v20240601preview/_enums.py +76 -0
  994. pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +305 -0
  995. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +730 -0
  996. pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +443 -0
  997. pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +103 -0
  998. pulumi_azure_native/kubernetes/v20240601preview/outputs.py +717 -0
  999. pulumi_azure_native/machinelearningservices/_inputs.py +55 -0
  1000. pulumi_azure_native/machinelearningservices/connection_deployment.py +28 -7
  1001. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +12 -2
  1002. pulumi_azure_native/machinelearningservices/outputs.py +75 -0
  1003. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +21 -3
  1004. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +16 -2
  1005. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +76 -344
  1006. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +28 -7
  1007. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +28 -7
  1008. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +12 -2
  1009. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +12 -2
  1010. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +91 -395
  1011. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  1012. pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
  1013. pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
  1014. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  1015. pulumi_azure_native/monitor/v20231001preview/outputs.py +53 -92
  1016. pulumi_azure_native/netapp/__init__.py +3 -0
  1017. pulumi_azure_native/netapp/account.py +3 -3
  1018. pulumi_azure_native/netapp/backup.py +2 -2
  1019. pulumi_azure_native/netapp/backup_policy.py +3 -3
  1020. pulumi_azure_native/netapp/backup_vault.py +3 -3
  1021. pulumi_azure_native/netapp/get_account.py +2 -2
  1022. pulumi_azure_native/netapp/get_backup.py +2 -2
  1023. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  1024. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  1025. pulumi_azure_native/netapp/get_pool.py +2 -2
  1026. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  1027. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  1028. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  1029. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  1030. pulumi_azure_native/netapp/get_volume.py +2 -2
  1031. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  1032. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  1033. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  1034. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  1035. pulumi_azure_native/netapp/pool.py +3 -3
  1036. pulumi_azure_native/netapp/snapshot.py +3 -3
  1037. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  1038. pulumi_azure_native/netapp/subvolume.py +3 -3
  1039. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  1040. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  1041. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  1042. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  1043. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  1044. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  1045. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  1046. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  1047. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  1048. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  1049. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  1050. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  1051. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  1052. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  1053. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  1054. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  1055. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  1056. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  1057. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  1058. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  1059. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  1060. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  1061. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  1062. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  1063. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  1064. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  1065. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  1066. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  1067. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  1068. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  1069. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  1070. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  1071. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  1072. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  1073. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  1074. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  1075. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  1076. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  1077. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  1078. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  1079. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  1080. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  1081. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  1082. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  1083. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  1084. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  1085. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  1086. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  1087. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  1088. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  1089. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  1090. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  1091. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  1092. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  1093. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  1094. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  1095. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  1096. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  1097. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  1098. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  1099. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  1100. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  1101. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  1102. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  1103. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  1104. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  1105. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  1106. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  1107. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  1108. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  1109. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  1110. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  1111. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  1112. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  1113. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  1114. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  1115. pulumi_azure_native/netapp/v20231101preview/__init__.py +35 -0
  1116. pulumi_azure_native/netapp/v20231101preview/_enums.py +565 -0
  1117. pulumi_azure_native/netapp/v20231101preview/_inputs.py +2355 -0
  1118. pulumi_azure_native/netapp/v20231101preview/account.py +380 -0
  1119. pulumi_azure_native/netapp/v20231101preview/backup.py +397 -0
  1120. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +409 -0
  1121. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +253 -0
  1122. pulumi_azure_native/netapp/v20231101preview/get_account.py +248 -0
  1123. pulumi_azure_native/netapp/v20231101preview/get_backup.py +271 -0
  1124. pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +266 -0
  1125. pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +162 -0
  1126. pulumi_azure_native/netapp/v20231101preview/get_pool.py +279 -0
  1127. pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +185 -0
  1128. pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +240 -0
  1129. pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +185 -0
  1130. pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +249 -0
  1131. pulumi_azure_native/netapp/v20231101preview/get_volume.py +921 -0
  1132. pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +162 -0
  1133. pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +93 -0
  1134. pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +211 -0
  1135. pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +89 -0
  1136. pulumi_azure_native/netapp/v20231101preview/outputs.py +3148 -0
  1137. pulumi_azure_native/netapp/v20231101preview/pool.py +457 -0
  1138. pulumi_azure_native/netapp/v20231101preview/snapshot.py +286 -0
  1139. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +409 -0
  1140. pulumi_azure_native/netapp/v20231101preview/subvolume.py +324 -0
  1141. pulumi_azure_native/netapp/v20231101preview/volume.py +1702 -0
  1142. pulumi_azure_native/netapp/v20231101preview/volume_group.py +274 -0
  1143. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +383 -0
  1144. pulumi_azure_native/netapp/volume.py +3 -3
  1145. pulumi_azure_native/netapp/volume_group.py +3 -3
  1146. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  1147. pulumi_azure_native/network/__init__.py +3 -0
  1148. pulumi_azure_native/network/admin_rule.py +3 -3
  1149. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  1150. pulumi_azure_native/network/application_gateway.py +3 -3
  1151. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  1152. pulumi_azure_native/network/application_security_group.py +3 -3
  1153. pulumi_azure_native/network/azure_firewall.py +3 -3
  1154. pulumi_azure_native/network/bastion_host.py +3 -3
  1155. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  1156. pulumi_azure_native/network/connection_monitor.py +3 -3
  1157. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  1158. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  1159. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  1160. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  1161. pulumi_azure_native/network/default_admin_rule.py +1 -1
  1162. pulumi_azure_native/network/dscp_configuration.py +3 -3
  1163. pulumi_azure_native/network/express_route_circuit.py +3 -3
  1164. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  1165. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  1166. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  1167. pulumi_azure_native/network/express_route_connection.py +3 -3
  1168. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  1169. pulumi_azure_native/network/express_route_gateway.py +3 -3
  1170. pulumi_azure_native/network/express_route_port.py +3 -3
  1171. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  1172. pulumi_azure_native/network/firewall_policy.py +3 -3
  1173. pulumi_azure_native/network/firewall_policy_draft.py +5 -1
  1174. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  1175. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +5 -1
  1176. pulumi_azure_native/network/flow_log.py +3 -3
  1177. pulumi_azure_native/network/get_active_sessions.py +2 -2
  1178. pulumi_azure_native/network/get_admin_rule.py +2 -2
  1179. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  1180. pulumi_azure_native/network/get_application_gateway.py +2 -2
  1181. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  1182. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  1183. pulumi_azure_native/network/get_application_security_group.py +2 -2
  1184. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  1185. pulumi_azure_native/network/get_bastion_host.py +2 -2
  1186. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  1187. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  1188. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  1189. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  1190. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  1191. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  1192. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  1193. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  1194. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  1195. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  1196. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  1197. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  1198. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  1199. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  1200. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  1201. pulumi_azure_native/network/get_express_route_port.py +2 -2
  1202. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  1203. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  1204. pulumi_azure_native/network/get_firewall_policy_draft.py +4 -0
  1205. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  1206. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +4 -0
  1207. pulumi_azure_native/network/get_flow_log.py +2 -2
  1208. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  1209. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  1210. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  1211. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  1212. pulumi_azure_native/network/get_ip_group.py +2 -2
  1213. pulumi_azure_native/network/get_load_balancer.py +2 -2
  1214. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  1215. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  1216. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  1217. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  1218. pulumi_azure_native/network/get_nat_rule.py +2 -2
  1219. pulumi_azure_native/network/get_network_group.py +2 -2
  1220. pulumi_azure_native/network/get_network_interface.py +2 -2
  1221. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  1222. pulumi_azure_native/network/get_network_manager.py +2 -2
  1223. pulumi_azure_native/network/get_network_profile.py +2 -2
  1224. pulumi_azure_native/network/get_network_security_group.py +2 -2
  1225. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  1226. pulumi_azure_native/network/get_network_watcher.py +2 -2
  1227. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  1228. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  1229. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  1230. pulumi_azure_native/network/get_packet_capture.py +2 -2
  1231. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  1232. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  1233. pulumi_azure_native/network/get_private_link_service.py +2 -2
  1234. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  1235. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  1236. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  1237. pulumi_azure_native/network/get_route.py +2 -2
  1238. pulumi_azure_native/network/get_route_filter.py +2 -2
  1239. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  1240. pulumi_azure_native/network/get_route_map.py +2 -2
  1241. pulumi_azure_native/network/get_route_table.py +2 -2
  1242. pulumi_azure_native/network/get_routing_intent.py +2 -2
  1243. pulumi_azure_native/network/get_scope_connection.py +2 -2
  1244. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  1245. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  1246. pulumi_azure_native/network/get_security_rule.py +2 -2
  1247. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  1248. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  1249. pulumi_azure_native/network/get_static_member.py +2 -2
  1250. pulumi_azure_native/network/get_subnet.py +2 -2
  1251. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  1252. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  1253. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  1254. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  1255. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  1256. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  1257. pulumi_azure_native/network/get_virtual_network.py +2 -2
  1258. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  1259. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  1260. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  1261. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  1262. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  1263. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  1264. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  1265. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  1266. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  1267. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  1268. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  1269. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  1270. pulumi_azure_native/network/get_virtual_router.py +2 -2
  1271. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  1272. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  1273. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  1274. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  1275. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  1276. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  1277. pulumi_azure_native/network/get_vpn_site.py +2 -2
  1278. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  1279. pulumi_azure_native/network/hub_route_table.py +3 -3
  1280. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  1281. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  1282. pulumi_azure_native/network/interface_endpoint.py +1 -1
  1283. pulumi_azure_native/network/ip_allocation.py +3 -3
  1284. pulumi_azure_native/network/ip_group.py +3 -3
  1285. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  1286. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  1287. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  1288. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  1289. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  1290. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  1291. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  1292. pulumi_azure_native/network/load_balancer.py +3 -3
  1293. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  1294. pulumi_azure_native/network/local_network_gateway.py +3 -3
  1295. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  1296. pulumi_azure_native/network/nat_gateway.py +3 -3
  1297. pulumi_azure_native/network/nat_rule.py +3 -3
  1298. pulumi_azure_native/network/network_group.py +3 -3
  1299. pulumi_azure_native/network/network_interface.py +3 -3
  1300. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  1301. pulumi_azure_native/network/network_manager.py +3 -3
  1302. pulumi_azure_native/network/network_profile.py +3 -3
  1303. pulumi_azure_native/network/network_security_group.py +3 -3
  1304. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  1305. pulumi_azure_native/network/network_watcher.py +3 -3
  1306. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  1307. pulumi_azure_native/network/packet_capture.py +3 -3
  1308. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  1309. pulumi_azure_native/network/private_endpoint.py +3 -3
  1310. pulumi_azure_native/network/private_link_service.py +3 -3
  1311. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  1312. pulumi_azure_native/network/public_ip_address.py +3 -3
  1313. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  1314. pulumi_azure_native/network/route.py +3 -3
  1315. pulumi_azure_native/network/route_filter.py +3 -3
  1316. pulumi_azure_native/network/route_filter_rule.py +3 -3
  1317. pulumi_azure_native/network/route_map.py +3 -3
  1318. pulumi_azure_native/network/route_table.py +3 -3
  1319. pulumi_azure_native/network/routing_intent.py +3 -3
  1320. pulumi_azure_native/network/scope_connection.py +3 -3
  1321. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  1322. pulumi_azure_native/network/security_partner_provider.py +3 -3
  1323. pulumi_azure_native/network/security_rule.py +3 -3
  1324. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  1325. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  1326. pulumi_azure_native/network/static_member.py +3 -3
  1327. pulumi_azure_native/network/subnet.py +3 -3
  1328. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  1329. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  1330. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  1331. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  1332. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  1333. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  1334. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  1335. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  1336. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  1337. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  1338. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  1339. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  1340. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  1341. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  1342. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  1343. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  1344. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  1345. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  1346. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  1347. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  1348. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  1349. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  1350. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  1351. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  1352. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  1353. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  1354. pulumi_azure_native/network/v20190601/route.py +1 -1
  1355. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  1356. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  1357. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  1358. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  1359. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  1360. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  1361. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  1362. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  1363. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  1364. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  1365. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  1366. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  1367. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  1368. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  1369. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  1370. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  1371. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  1372. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  1373. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  1374. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  1375. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  1376. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  1377. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  1378. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  1379. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  1380. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  1381. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  1382. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  1383. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  1384. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  1385. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  1386. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  1387. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  1388. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  1389. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  1390. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  1391. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  1392. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  1393. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  1394. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  1395. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  1396. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  1397. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  1398. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  1399. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  1400. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  1401. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  1402. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  1403. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  1404. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  1405. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  1406. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  1407. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  1408. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  1409. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  1410. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  1411. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  1412. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  1413. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  1414. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  1415. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  1416. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  1417. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  1418. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  1419. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  1420. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  1421. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  1422. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  1423. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  1424. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  1425. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  1426. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  1427. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  1428. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  1429. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  1430. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  1431. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  1432. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  1433. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  1434. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  1435. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  1436. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  1437. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  1438. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  1439. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  1440. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  1441. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  1442. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  1443. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  1444. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  1445. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  1446. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  1447. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  1448. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  1449. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  1450. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  1451. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  1452. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  1453. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  1454. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  1455. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  1456. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  1457. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  1458. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  1459. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  1460. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  1461. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  1462. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  1463. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  1464. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  1465. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  1466. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  1467. pulumi_azure_native/network/v20230201/route.py +1 -1
  1468. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  1469. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  1470. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  1471. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  1472. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  1473. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  1474. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  1475. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  1476. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  1477. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  1478. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  1479. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  1480. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  1481. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  1482. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  1483. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  1484. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  1485. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  1486. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  1487. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  1488. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  1489. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  1490. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  1491. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  1492. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  1493. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  1494. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  1495. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  1496. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  1497. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  1498. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  1499. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  1500. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  1501. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  1502. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  1503. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  1504. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  1505. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  1506. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  1507. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  1508. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  1509. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  1510. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  1511. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  1512. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  1513. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  1514. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  1515. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  1516. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  1517. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  1518. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  1519. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  1520. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  1521. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  1522. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  1523. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  1524. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  1525. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  1526. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  1527. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  1528. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  1529. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  1530. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  1531. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  1532. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  1533. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  1534. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  1535. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  1536. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  1537. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  1538. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  1539. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  1540. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  1541. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  1542. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  1543. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  1544. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  1545. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  1546. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  1547. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  1548. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  1549. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  1550. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  1551. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  1552. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  1553. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  1554. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  1555. pulumi_azure_native/network/v20230401/route.py +1 -1
  1556. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  1557. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  1558. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  1559. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  1560. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  1561. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  1562. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  1563. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  1564. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  1565. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  1566. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  1567. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  1568. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  1569. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  1570. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  1571. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  1572. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  1573. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  1574. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  1575. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  1576. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  1577. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  1578. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  1579. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  1580. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  1581. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  1582. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  1583. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  1584. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  1585. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  1586. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  1587. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  1588. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  1589. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  1590. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  1591. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  1592. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  1593. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  1594. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  1595. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  1596. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  1597. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  1598. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  1599. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  1600. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  1601. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  1602. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  1603. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  1604. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  1605. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  1606. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  1607. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  1608. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  1609. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  1610. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  1611. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  1612. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  1613. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  1614. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  1615. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  1616. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  1617. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  1618. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  1619. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  1620. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  1621. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  1622. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  1623. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  1624. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  1625. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  1626. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  1627. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  1628. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  1629. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  1630. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  1631. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  1632. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  1633. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  1634. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  1635. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  1636. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  1637. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  1638. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  1639. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  1640. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  1641. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  1642. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  1643. pulumi_azure_native/network/v20230501/route.py +1 -1
  1644. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  1645. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  1646. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  1647. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  1648. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  1649. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  1650. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  1651. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  1652. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  1653. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  1654. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  1655. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  1656. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  1657. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  1658. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  1659. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  1660. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  1661. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  1662. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  1663. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  1664. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  1665. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  1666. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  1667. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  1668. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  1669. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  1670. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  1671. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  1672. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  1673. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  1674. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  1675. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  1676. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  1677. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  1678. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  1679. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  1680. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  1681. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  1682. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  1683. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  1684. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  1685. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  1686. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  1687. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  1688. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  1689. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  1690. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  1691. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  1692. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  1693. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  1694. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  1695. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  1696. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  1697. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  1698. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  1699. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  1700. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  1701. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  1702. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  1703. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  1704. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  1705. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  1706. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  1707. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  1708. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  1709. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1710. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1711. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1712. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1713. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1714. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1715. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1716. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1717. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1718. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1719. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1720. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1721. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1722. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1723. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1724. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1725. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1726. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1727. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1728. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1729. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1730. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1731. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1732. pulumi_azure_native/network/v20230601/route.py +1 -1
  1733. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1734. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1735. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1736. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1737. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1738. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1739. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1740. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1741. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1742. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1743. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1744. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1745. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1746. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1747. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1748. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1749. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1750. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1751. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1752. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1753. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1754. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1755. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1756. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1757. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1758. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1759. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1760. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1761. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1762. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1763. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1764. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1765. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1766. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1767. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1768. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1769. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1770. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1771. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1772. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1773. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1774. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1775. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1776. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1777. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1778. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1779. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1780. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1781. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1782. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1783. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1784. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1785. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1786. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1787. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1788. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1789. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1790. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1791. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1792. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1793. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1794. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1795. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1796. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1797. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1798. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1799. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1800. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1801. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1802. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1803. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1804. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1805. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1806. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1807. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1808. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1809. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1810. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1811. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1812. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1813. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1814. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1815. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1816. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1817. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1818. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1819. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1820. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1821. pulumi_azure_native/network/v20230901/route.py +1 -1
  1822. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1823. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1824. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1825. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1826. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1827. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1828. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1829. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1830. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1831. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1832. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1833. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1834. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1835. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1836. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1837. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1838. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1839. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1840. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1841. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1842. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1843. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1844. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1845. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1846. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1847. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1848. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1849. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1850. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1851. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1852. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1853. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1854. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1855. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1856. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1857. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1858. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1859. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1860. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1861. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1862. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1863. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1864. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1865. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1866. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1867. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1868. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1869. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1870. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1871. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1872. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1873. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1874. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1875. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1876. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1877. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1878. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1879. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1880. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1881. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1882. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1883. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1884. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1885. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1886. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1887. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1888. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1889. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1890. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1891. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1892. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1893. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1894. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1895. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1896. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1897. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1898. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1899. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1900. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1901. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1902. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1903. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1904. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1905. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1906. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1907. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1908. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1909. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1910. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1911. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1912. pulumi_azure_native/network/v20231101/route.py +1 -1
  1913. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1914. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1915. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1916. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1917. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1918. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1919. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1920. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1921. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1922. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1923. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1924. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1925. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1926. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1927. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1928. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1929. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1930. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1931. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1932. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1933. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1934. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1935. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1936. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1937. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1938. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1939. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1940. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1941. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1942. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1943. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1944. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1945. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1946. pulumi_azure_native/network/v20240101/__init__.py +212 -0
  1947. pulumi_azure_native/network/v20240101/_enums.py +1771 -0
  1948. pulumi_azure_native/network/v20240101/_inputs.py +20903 -0
  1949. pulumi_azure_native/network/v20240101/admin_rule.py +558 -0
  1950. pulumi_azure_native/network/v20240101/admin_rule_collection.py +296 -0
  1951. pulumi_azure_native/network/v20240101/application_gateway.py +1251 -0
  1952. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +284 -0
  1953. pulumi_azure_native/network/v20240101/application_security_group.py +261 -0
  1954. pulumi_azure_native/network/v20240101/azure_firewall.py +612 -0
  1955. pulumi_azure_native/network/v20240101/bastion_host.py +680 -0
  1956. pulumi_azure_native/network/v20240101/configuration_policy_group.py +333 -0
  1957. pulumi_azure_native/network/v20240101/connection_monitor.py +574 -0
  1958. pulumi_azure_native/network/v20240101/connectivity_configuration.py +393 -0
  1959. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +642 -0
  1960. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +261 -0
  1961. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +262 -0
  1962. pulumi_azure_native/network/v20240101/default_admin_rule.py +410 -0
  1963. pulumi_azure_native/network/v20240101/dscp_configuration.py +487 -0
  1964. pulumi_azure_native/network/v20240101/express_route_circuit.py +715 -0
  1965. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +302 -0
  1966. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +411 -0
  1967. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +733 -0
  1968. pulumi_azure_native/network/v20240101/express_route_connection.py +421 -0
  1969. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +556 -0
  1970. pulumi_azure_native/network/v20240101/express_route_gateway.py +374 -0
  1971. pulumi_azure_native/network/v20240101/express_route_port.py +488 -0
  1972. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +263 -0
  1973. pulumi_azure_native/network/v20240101/firewall_policy.py +642 -0
  1974. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +496 -0
  1975. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +304 -0
  1976. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +285 -0
  1977. pulumi_azure_native/network/v20240101/flow_log.py +490 -0
  1978. pulumi_azure_native/network/v20240101/get_active_sessions.py +92 -0
  1979. pulumi_azure_native/network/v20240101/get_admin_rule.py +303 -0
  1980. pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +193 -0
  1981. pulumi_azure_native/network/v20240101/get_application_gateway.py +638 -0
  1982. pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +139 -0
  1983. pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +175 -0
  1984. pulumi_azure_native/network/v20240101/get_application_security_group.py +169 -0
  1985. pulumi_azure_native/network/v20240101/get_azure_firewall.py +326 -0
  1986. pulumi_azure_native/network/v20240101/get_bastion_host.py +336 -0
  1987. pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +98 -0
  1988. pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +188 -0
  1989. pulumi_azure_native/network/v20240101/get_connection_monitor.py +318 -0
  1990. pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +240 -0
  1991. pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +370 -0
  1992. pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +169 -0
  1993. pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +196 -0
  1994. pulumi_azure_native/network/v20240101/get_default_admin_rule.py +316 -0
  1995. pulumi_azure_native/network/v20240101/get_dscp_configuration.py +287 -0
  1996. pulumi_azure_native/network/v20240101/get_express_route_circuit.py +378 -0
  1997. pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +174 -0
  1998. pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +219 -0
  1999. pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +383 -0
  2000. pulumi_azure_native/network/v20240101/get_express_route_connection.py +201 -0
  2001. pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +305 -0
  2002. pulumi_azure_native/network/v20240101/get_express_route_gateway.py +209 -0
  2003. pulumi_azure_native/network/v20240101/get_express_route_port.py +313 -0
  2004. pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +174 -0
  2005. pulumi_azure_native/network/v20240101/get_firewall_policy.py +370 -0
  2006. pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +248 -0
  2007. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +175 -0
  2008. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +149 -0
  2009. pulumi_azure_native/network/v20240101/get_flow_log.py +266 -0
  2010. pulumi_azure_native/network/v20240101/get_hub_route_table.py +188 -0
  2011. pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +188 -0
  2012. pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +284 -0
  2013. pulumi_azure_native/network/v20240101/get_ip_allocation.py +240 -0
  2014. pulumi_azure_native/network/v20240101/get_ip_group.py +201 -0
  2015. pulumi_azure_native/network/v20240101/get_load_balancer.py +292 -0
  2016. pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +279 -0
  2017. pulumi_azure_native/network/v20240101/get_local_network_gateway.py +222 -0
  2018. pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +157 -0
  2019. pulumi_azure_native/network/v20240101/get_nat_gateway.py +253 -0
  2020. pulumi_azure_native/network/v20240101/get_nat_rule.py +214 -0
  2021. pulumi_azure_native/network/v20240101/get_network_group.py +175 -0
  2022. pulumi_azure_native/network/v20240101/get_network_interface.py +448 -0
  2023. pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +149 -0
  2024. pulumi_azure_native/network/v20240101/get_network_manager.py +222 -0
  2025. pulumi_azure_native/network/v20240101/get_network_profile.py +201 -0
  2026. pulumi_azure_native/network/v20240101/get_network_security_group.py +253 -0
  2027. pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +409 -0
  2028. pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +175 -0
  2029. pulumi_azure_native/network/v20240101/get_network_watcher.py +156 -0
  2030. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +248 -0
  2031. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
  2032. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
  2033. pulumi_azure_native/network/v20240101/get_packet_capture.py +253 -0
  2034. pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +136 -0
  2035. pulumi_azure_native/network/v20240101/get_private_endpoint.py +279 -0
  2036. pulumi_azure_native/network/v20240101/get_private_link_service.py +292 -0
  2037. pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +193 -0
  2038. pulumi_azure_native/network/v20240101/get_public_ip_address.py +396 -0
  2039. pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +318 -0
  2040. pulumi_azure_native/network/v20240101/get_route.py +187 -0
  2041. pulumi_azure_native/network/v20240101/get_route_filter.py +201 -0
  2042. pulumi_azure_native/network/v20240101/get_route_filter_rule.py +174 -0
  2043. pulumi_azure_native/network/v20240101/get_route_map.py +175 -0
  2044. pulumi_azure_native/network/v20240101/get_route_table.py +214 -0
  2045. pulumi_azure_native/network/v20240101/get_routing_intent.py +149 -0
  2046. pulumi_azure_native/network/v20240101/get_scope_connection.py +175 -0
  2047. pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +188 -0
  2048. pulumi_azure_native/network/v20240101/get_security_partner_provider.py +196 -0
  2049. pulumi_azure_native/network/v20240101/get_security_rule.py +331 -0
  2050. pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +240 -0
  2051. pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +174 -0
  2052. pulumi_azure_native/network/v20240101/get_static_member.py +180 -0
  2053. pulumi_azure_native/network/v20240101/get_subnet.py +401 -0
  2054. pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +152 -0
  2055. pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +162 -0
  2056. pulumi_azure_native/network/v20240101/get_virtual_hub.py +443 -0
  2057. pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +188 -0
  2058. pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +188 -0
  2059. pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +149 -0
  2060. pulumi_azure_native/network/v20240101/get_virtual_network.py +344 -0
  2061. pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +495 -0
  2062. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +84 -0
  2063. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
  2064. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +495 -0
  2065. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  2066. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +79 -0
  2067. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +188 -0
  2068. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  2069. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
  2070. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
  2071. pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +383 -0
  2072. pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +222 -0
  2073. pulumi_azure_native/network/v20240101/get_virtual_router.py +227 -0
  2074. pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +161 -0
  2075. pulumi_azure_native/network/v20240101/get_virtual_wan.py +235 -0
  2076. pulumi_azure_native/network/v20240101/get_vpn_connection.py +357 -0
  2077. pulumi_azure_native/network/v20240101/get_vpn_gateway.py +261 -0
  2078. pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +82 -0
  2079. pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +326 -0
  2080. pulumi_azure_native/network/v20240101/get_vpn_site.py +274 -0
  2081. pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +248 -0
  2082. pulumi_azure_native/network/v20240101/hub_route_table.py +313 -0
  2083. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +371 -0
  2084. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +536 -0
  2085. pulumi_azure_native/network/v20240101/ip_allocation.py +431 -0
  2086. pulumi_azure_native/network/v20240101/ip_group.py +301 -0
  2087. pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +107 -0
  2088. pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +107 -0
  2089. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +119 -0
  2090. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
  2091. pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +113 -0
  2092. pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +102 -0
  2093. pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +102 -0
  2094. pulumi_azure_native/network/v20240101/load_balancer.py +531 -0
  2095. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +460 -0
  2096. pulumi_azure_native/network/v20240101/local_network_gateway.py +379 -0
  2097. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +232 -0
  2098. pulumi_azure_native/network/v20240101/nat_gateway.py +419 -0
  2099. pulumi_azure_native/network/v20240101/nat_rule.py +391 -0
  2100. pulumi_azure_native/network/v20240101/network_group.py +244 -0
  2101. pulumi_azure_native/network/v20240101/network_interface.py +721 -0
  2102. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +265 -0
  2103. pulumi_azure_native/network/v20240101/network_manager.py +363 -0
  2104. pulumi_azure_native/network/v20240101/network_profile.py +303 -0
  2105. pulumi_azure_native/network/v20240101/network_security_group.py +365 -0
  2106. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +672 -0
  2107. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +361 -0
  2108. pulumi_azure_native/network/v20240101/network_watcher.py +251 -0
  2109. pulumi_azure_native/network/v20240101/outputs.py +31010 -0
  2110. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +438 -0
  2111. pulumi_azure_native/network/v20240101/packet_capture.py +491 -0
  2112. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +254 -0
  2113. pulumi_azure_native/network/v20240101/private_endpoint.py +496 -0
  2114. pulumi_azure_native/network/v20240101/private_link_service.py +487 -0
  2115. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +294 -0
  2116. pulumi_azure_native/network/v20240101/public_ip_address.py +738 -0
  2117. pulumi_azure_native/network/v20240101/public_ip_prefix.py +526 -0
  2118. pulumi_azure_native/network/v20240101/route.py +370 -0
  2119. pulumi_azure_native/network/v20240101/route_filter.py +306 -0
  2120. pulumi_azure_native/network/v20240101/route_filter_rule.py +343 -0
  2121. pulumi_azure_native/network/v20240101/route_map.py +304 -0
  2122. pulumi_azure_native/network/v20240101/route_table.py +335 -0
  2123. pulumi_azure_native/network/v20240101/routing_intent.py +264 -0
  2124. pulumi_azure_native/network/v20240101/scope_connection.py +282 -0
  2125. pulumi_azure_native/network/v20240101/security_admin_configuration.py +274 -0
  2126. pulumi_azure_native/network/v20240101/security_partner_provider.py +322 -0
  2127. pulumi_azure_native/network/v20240101/security_rule.py +694 -0
  2128. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +373 -0
  2129. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +339 -0
  2130. pulumi_azure_native/network/v20240101/static_member.py +265 -0
  2131. pulumi_azure_native/network/v20240101/subnet.py +729 -0
  2132. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +211 -0
  2133. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +293 -0
  2134. pulumi_azure_native/network/v20240101/virtual_hub.py +800 -0
  2135. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +332 -0
  2136. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +352 -0
  2137. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +283 -0
  2138. pulumi_azure_native/network/v20240101/virtual_network.py +636 -0
  2139. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +973 -0
  2140. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +915 -0
  2141. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +371 -0
  2142. pulumi_azure_native/network/v20240101/virtual_network_peering.py +788 -0
  2143. pulumi_azure_native/network/v20240101/virtual_network_tap.py +361 -0
  2144. pulumi_azure_native/network/v20240101/virtual_router.py +379 -0
  2145. pulumi_azure_native/network/v20240101/virtual_router_peering.py +291 -0
  2146. pulumi_azure_native/network/v20240101/virtual_wan.py +388 -0
  2147. pulumi_azure_native/network/v20240101/vpn_connection.py +691 -0
  2148. pulumi_azure_native/network/v20240101/vpn_gateway.py +473 -0
  2149. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +634 -0
  2150. pulumi_azure_native/network/v20240101/vpn_site.py +514 -0
  2151. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +382 -0
  2152. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  2153. pulumi_azure_native/network/virtual_hub.py +3 -3
  2154. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  2155. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  2156. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  2157. pulumi_azure_native/network/virtual_network.py +3 -3
  2158. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  2159. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  2160. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  2161. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  2162. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  2163. pulumi_azure_native/network/virtual_router.py +3 -3
  2164. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  2165. pulumi_azure_native/network/virtual_wan.py +3 -3
  2166. pulumi_azure_native/network/vpn_connection.py +3 -3
  2167. pulumi_azure_native/network/vpn_gateway.py +3 -3
  2168. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  2169. pulumi_azure_native/network/vpn_site.py +3 -3
  2170. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  2171. pulumi_azure_native/pulumi-plugin.json +1 -1
  2172. pulumi_azure_native/purview/__init__.py +3 -0
  2173. pulumi_azure_native/purview/account.py +3 -3
  2174. pulumi_azure_native/purview/get_account.py +2 -2
  2175. pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
  2176. pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
  2177. pulumi_azure_native/purview/kafka_configuration.py +3 -3
  2178. pulumi_azure_native/purview/list_account_keys.py +2 -2
  2179. pulumi_azure_native/purview/list_feature_account.py +2 -2
  2180. pulumi_azure_native/purview/list_feature_subscription.py +2 -2
  2181. pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
  2182. pulumi_azure_native/purview/v20201201preview/account.py +1 -1
  2183. pulumi_azure_native/purview/v20210701/account.py +1 -1
  2184. pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
  2185. pulumi_azure_native/purview/v20211201/account.py +1 -1
  2186. pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
  2187. pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
  2188. pulumi_azure_native/purview/v20230501preview/account.py +1 -1
  2189. pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
  2190. pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
  2191. pulumi_azure_native/purview/v20240401preview/__init__.py +19 -0
  2192. pulumi_azure_native/purview/v20240401preview/_enums.py +107 -0
  2193. pulumi_azure_native/purview/v20240401preview/_inputs.py +245 -0
  2194. pulumi_azure_native/purview/v20240401preview/account.py +588 -0
  2195. pulumi_azure_native/purview/v20240401preview/get_account.py +404 -0
  2196. pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +211 -0
  2197. pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +162 -0
  2198. pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +390 -0
  2199. pulumi_azure_native/purview/v20240401preview/list_account_keys.py +91 -0
  2200. pulumi_azure_native/purview/v20240401preview/list_feature_account.py +83 -0
  2201. pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +78 -0
  2202. pulumi_azure_native/purview/v20240401preview/outputs.py +1140 -0
  2203. pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +255 -0
  2204. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  2205. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  2206. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  2207. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  2208. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  2209. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +4 -0
  2210. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  2211. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  2212. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  2213. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  2214. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  2215. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  2216. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  2217. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  2218. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  2219. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  2220. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +5 -1
  2221. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  2222. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  2223. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  2224. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  2225. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  2226. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  2227. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  2228. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  2229. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  2230. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  2231. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  2232. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  2233. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  2234. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  2235. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  2236. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  2237. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  2238. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  2239. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  2240. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  2241. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  2242. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  2243. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  2244. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  2245. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  2246. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  2247. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  2248. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  2249. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  2250. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  2251. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  2252. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  2253. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  2254. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  2255. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  2256. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  2257. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  2258. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  2259. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  2260. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  2261. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  2262. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  2263. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  2264. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  2265. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  2266. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  2267. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  2268. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  2269. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  2270. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  2271. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  2272. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  2273. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  2274. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  2275. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  2276. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  2277. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  2278. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  2279. pulumi_azure_native/recoveryservices/v20240401/__init__.py +22 -0
  2280. pulumi_azure_native/recoveryservices/v20240401/_enums.py +179 -0
  2281. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +15590 -7231
  2282. pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +141 -0
  2283. pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +146 -0
  2284. pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +146 -0
  2285. pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +136 -0
  2286. pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +146 -0
  2287. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +133 -0
  2288. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +146 -0
  2289. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +136 -0
  2290. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +141 -0
  2291. pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +146 -0
  2292. pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +141 -0
  2293. pulumi_azure_native/recoveryservices/v20240401/outputs.py +30462 -8186
  2294. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +215 -0
  2295. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +259 -0
  2296. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +258 -0
  2297. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +216 -0
  2298. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +258 -0
  2299. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +248 -0
  2300. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +258 -0
  2301. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +217 -0
  2302. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +237 -0
  2303. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +257 -0
  2304. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +236 -0
  2305. pulumi_azure_native/resourcegraph/__init__.py +9 -0
  2306. pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
  2307. pulumi_azure_native/resourcegraph/graph_query.py +3 -3
  2308. pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
  2309. pulumi_azure_native/{securitydevops/v20220901preview/_enums.py → resourcegraph/v20190401/__init__.py} +5 -10
  2310. pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +200 -0
  2311. pulumi_azure_native/resourcegraph/v20190401/graph_query.py +320 -0
  2312. pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
  2313. pulumi_azure_native/{securitydevops/_enums.py → resourcegraph/v20210301/__init__.py} +5 -10
  2314. pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +200 -0
  2315. pulumi_azure_native/resourcegraph/v20210301/graph_query.py +320 -0
  2316. pulumi_azure_native/resourcegraph/v20221001/__init__.py +9 -0
  2317. pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +200 -0
  2318. pulumi_azure_native/resourcegraph/v20221001/graph_query.py +320 -0
  2319. pulumi_azure_native/signalrservice/__init__.py +3 -0
  2320. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  2321. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  2322. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  2323. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  2324. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  2325. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  2326. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  2327. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  2328. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  2329. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  2330. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  2331. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  2332. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  2333. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  2334. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  2335. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  2336. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  2337. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  2338. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  2339. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  2340. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  2341. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  2342. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  2343. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  2344. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  2345. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  2346. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  2347. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  2348. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  2349. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  2350. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  2351. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  2352. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  2353. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  2354. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  2355. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  2356. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  2357. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  2358. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  2359. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  2360. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  2361. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  2362. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  2363. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  2364. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  2365. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  2366. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  2367. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  2368. pulumi_azure_native/signalrservice/v20240401preview/__init__.py +23 -0
  2369. pulumi_azure_native/signalrservice/v20240401preview/_enums.py +102 -0
  2370. pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +1162 -0
  2371. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +497 -0
  2372. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +175 -0
  2373. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +162 -0
  2374. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +175 -0
  2375. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +204 -0
  2376. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +188 -0
  2377. pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +117 -0
  2378. pulumi_azure_native/signalrservice/v20240401preview/outputs.py +1733 -0
  2379. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +887 -0
  2380. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +284 -0
  2381. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +255 -0
  2382. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +265 -0
  2383. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +362 -0
  2384. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +294 -0
  2385. pulumi_azure_native/storagemover/__init__.py +3 -0
  2386. pulumi_azure_native/storagemover/agent.py +3 -3
  2387. pulumi_azure_native/storagemover/endpoint.py +3 -3
  2388. pulumi_azure_native/storagemover/get_agent.py +2 -2
  2389. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  2390. pulumi_azure_native/storagemover/get_job_definition.py +2 -2
  2391. pulumi_azure_native/storagemover/get_project.py +2 -2
  2392. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  2393. pulumi_azure_native/storagemover/job_definition.py +3 -3
  2394. pulumi_azure_native/storagemover/project.py +3 -3
  2395. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  2396. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  2397. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  2398. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  2399. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  2400. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  2401. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  2402. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  2403. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  2404. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  2405. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  2406. pulumi_azure_native/storagemover/v20231001/agent.py +1 -1
  2407. pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
  2408. pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
  2409. pulumi_azure_native/storagemover/v20231001/project.py +1 -1
  2410. pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
  2411. pulumi_azure_native/storagemover/v20240701/__init__.py +20 -0
  2412. pulumi_azure_native/storagemover/v20240701/_enums.py +60 -0
  2413. pulumi_azure_native/storagemover/v20240701/_inputs.py +529 -0
  2414. pulumi_azure_native/storagemover/v20240701/agent.py +402 -0
  2415. pulumi_azure_native/storagemover/v20240701/endpoint.py +217 -0
  2416. pulumi_azure_native/storagemover/v20240701/get_agent.py +302 -0
  2417. pulumi_azure_native/storagemover/v20240701/get_endpoint.py +136 -0
  2418. pulumi_azure_native/storagemover/v20240701/get_job_definition.py +310 -0
  2419. pulumi_azure_native/storagemover/v20240701/get_project.py +149 -0
  2420. pulumi_azure_native/storagemover/v20240701/get_storage_mover.py +170 -0
  2421. pulumi_azure_native/storagemover/v20240701/job_definition.py +483 -0
  2422. pulumi_azure_native/storagemover/v20240701/outputs.py +774 -0
  2423. pulumi_azure_native/storagemover/v20240701/project.py +224 -0
  2424. pulumi_azure_native/storagemover/v20240701/storage_mover.py +261 -0
  2425. pulumi_azure_native/videoindexer/__init__.py +5 -0
  2426. pulumi_azure_native/videoindexer/_enums.py +10 -0
  2427. pulumi_azure_native/videoindexer/_inputs.py +57 -0
  2428. pulumi_azure_native/videoindexer/account.py +3 -3
  2429. pulumi_azure_native/videoindexer/get_account.py +2 -2
  2430. pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +177 -0
  2431. pulumi_azure_native/videoindexer/outputs.py +88 -0
  2432. pulumi_azure_native/videoindexer/private_endpoint_connection.py +249 -0
  2433. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  2434. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  2435. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  2436. pulumi_azure_native/videoindexer/v20240601preview/__init__.py +14 -0
  2437. pulumi_azure_native/videoindexer/v20240601preview/_enums.py +38 -0
  2438. pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +218 -0
  2439. pulumi_azure_native/videoindexer/v20240601preview/account.py +444 -0
  2440. pulumi_azure_native/videoindexer/v20240601preview/get_account.py +274 -0
  2441. pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +175 -0
  2442. pulumi_azure_native/videoindexer/v20240601preview/outputs.py +582 -0
  2443. pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +247 -0
  2444. pulumi_azure_native/webpubsub/__init__.py +3 -0
  2445. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  2446. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  2447. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  2448. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  2449. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  2450. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  2451. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  2452. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  2453. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  2454. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  2455. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  2456. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  2457. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  2458. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  2459. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  2460. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  2461. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  2462. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  2463. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  2464. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  2465. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  2466. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2467. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  2468. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2469. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  2470. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  2471. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  2472. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  2473. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2474. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  2475. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2476. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  2477. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  2478. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  2479. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  2480. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2481. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  2482. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2483. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  2484. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  2485. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  2486. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  2487. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  2488. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  2489. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  2490. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  2491. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  2492. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  2493. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  2494. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  2495. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  2496. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  2497. pulumi_azure_native/webpubsub/v20240401preview/__init__.py +25 -0
  2498. pulumi_azure_native/webpubsub/v20240401preview/_enums.py +97 -0
  2499. pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +1249 -0
  2500. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +453 -0
  2501. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +175 -0
  2502. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +162 -0
  2503. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +136 -0
  2504. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +175 -0
  2505. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +204 -0
  2506. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +188 -0
  2507. pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +117 -0
  2508. pulumi_azure_native/webpubsub/v20240401preview/outputs.py +1841 -0
  2509. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +780 -0
  2510. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +284 -0
  2511. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +255 -0
  2512. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +217 -0
  2513. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +265 -0
  2514. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +362 -0
  2515. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +294 -0
  2516. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  2517. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  2518. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  2519. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  2520. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  2521. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  2522. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  2523. {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/METADATA +2 -2
  2524. {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/RECORD +2528 -1949
  2525. {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/WHEEL +1 -1
  2526. pulumi_azure_native/securitydevops/__init__.py +0 -22
  2527. pulumi_azure_native/securitydevops/_inputs.py +0 -214
  2528. pulumi_azure_native/securitydevops/outputs.py +0 -377
  2529. pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +0 -214
  2530. pulumi_azure_native/securitydevops/v20220901preview/outputs.py +0 -377
  2531. /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/__init__.py +0 -0
  2532. /pulumi_azure_native/hdinsight/{v20240501 → v20240501preview}/_enums.py +0 -0
  2533. {pulumi_azure_native-2.46.0a1718304255.dist-info → pulumi_azure_native-2.47.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1771 @@
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
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'Access',
9
+ 'ActionType',
10
+ 'AddressPrefixType',
11
+ 'AdminRuleKind',
12
+ 'AdminState',
13
+ 'ApplicationGatewayClientRevocationOptions',
14
+ 'ApplicationGatewayCookieBasedAffinity',
15
+ 'ApplicationGatewayCustomErrorStatusCode',
16
+ 'ApplicationGatewayFirewallMode',
17
+ 'ApplicationGatewayFirewallRateLimitDuration',
18
+ 'ApplicationGatewayFirewallUserSessionVariable',
19
+ 'ApplicationGatewayLoadDistributionAlgorithm',
20
+ 'ApplicationGatewayProtocol',
21
+ 'ApplicationGatewayRedirectType',
22
+ 'ApplicationGatewayRequestRoutingRuleType',
23
+ 'ApplicationGatewaySkuFamily',
24
+ 'ApplicationGatewaySkuName',
25
+ 'ApplicationGatewaySslCipherSuite',
26
+ 'ApplicationGatewaySslPolicyName',
27
+ 'ApplicationGatewaySslPolicyType',
28
+ 'ApplicationGatewaySslProtocol',
29
+ 'ApplicationGatewayTier',
30
+ 'AuthorizationUseStatus',
31
+ 'AutoLearnPrivateRangesMode',
32
+ 'AzureFirewallApplicationRuleProtocolType',
33
+ 'AzureFirewallNatRCActionType',
34
+ 'AzureFirewallNetworkRuleProtocol',
35
+ 'AzureFirewallRCActionType',
36
+ 'AzureFirewallSkuName',
37
+ 'AzureFirewallSkuTier',
38
+ 'AzureFirewallThreatIntelMode',
39
+ 'BastionHostSkuName',
40
+ 'CommissionedState',
41
+ 'ConfigurationType',
42
+ 'ConnectionMonitorEndpointFilterItemType',
43
+ 'ConnectionMonitorEndpointFilterType',
44
+ 'ConnectionMonitorTestConfigurationProtocol',
45
+ 'ConnectivityTopology',
46
+ 'CoverageLevel',
47
+ 'CustomIpPrefixType',
48
+ 'DdosSettingsProtectionMode',
49
+ 'DeleteExistingPeering',
50
+ 'DeleteOptions',
51
+ 'DestinationPortBehavior',
52
+ 'DhGroup',
53
+ 'EndpointType',
54
+ 'ExpressRouteCircuitPeeringState',
55
+ 'ExpressRouteCircuitSkuFamily',
56
+ 'ExpressRouteCircuitSkuTier',
57
+ 'ExpressRouteLinkAdminState',
58
+ 'ExpressRouteLinkMacSecCipher',
59
+ 'ExpressRouteLinkMacSecSciState',
60
+ 'ExpressRoutePeeringState',
61
+ 'ExpressRoutePeeringType',
62
+ 'ExpressRoutePortsBillingType',
63
+ 'ExpressRoutePortsEncapsulation',
64
+ 'ExtendedLocationTypes',
65
+ 'FirewallPolicyFilterRuleCollectionActionType',
66
+ 'FirewallPolicyIDPSQuerySortOrder',
67
+ 'FirewallPolicyIntrusionDetectionProfileType',
68
+ 'FirewallPolicyIntrusionDetectionProtocol',
69
+ 'FirewallPolicyIntrusionDetectionStateType',
70
+ 'FirewallPolicyNatRuleCollectionActionType',
71
+ 'FirewallPolicyRuleApplicationProtocolType',
72
+ 'FirewallPolicyRuleCollectionType',
73
+ 'FirewallPolicyRuleNetworkProtocol',
74
+ 'FirewallPolicyRuleType',
75
+ 'FirewallPolicySkuTier',
76
+ 'FlowLogFormatType',
77
+ 'GatewayLoadBalancerTunnelInterfaceType',
78
+ 'GatewayLoadBalancerTunnelProtocol',
79
+ 'Geo',
80
+ 'GroupConnectivity',
81
+ 'HTTPConfigurationMethod',
82
+ 'HubRoutingPreference',
83
+ 'IPAllocationMethod',
84
+ 'IPVersion',
85
+ 'IkeEncryption',
86
+ 'IkeIntegrity',
87
+ 'IpAllocationType',
88
+ 'IpsecEncryption',
89
+ 'IpsecIntegrity',
90
+ 'IsGlobal',
91
+ 'LoadBalancerBackendAddressAdminState',
92
+ 'LoadBalancerOutboundRuleProtocol',
93
+ 'LoadBalancerSkuName',
94
+ 'LoadBalancerSkuTier',
95
+ 'LoadDistribution',
96
+ 'ManagedRuleEnabledState',
97
+ 'NatGatewaySkuName',
98
+ 'NetworkIntentPolicyBasedService',
99
+ 'NetworkInterfaceAuxiliaryMode',
100
+ 'NetworkInterfaceAuxiliarySku',
101
+ 'NetworkInterfaceMigrationPhase',
102
+ 'NetworkInterfaceNicType',
103
+ 'NextStep',
104
+ 'NicTypeInRequest',
105
+ 'OutputType',
106
+ 'OwaspCrsExclusionEntryMatchVariable',
107
+ 'OwaspCrsExclusionEntrySelectorMatchOperator',
108
+ 'PacketCaptureTargetType',
109
+ 'PcProtocol',
110
+ 'PfsGroup',
111
+ 'PreferredIPVersion',
112
+ 'PreferredRoutingGateway',
113
+ 'ProbeNoHealthyBackendsBehavior',
114
+ 'ProbeProtocol',
115
+ 'ProtocolType',
116
+ 'PublicIPAddressMigrationPhase',
117
+ 'PublicIPAddressSkuName',
118
+ 'PublicIPAddressSkuTier',
119
+ 'PublicIPPrefixSkuName',
120
+ 'PublicIPPrefixSkuTier',
121
+ 'PublicIpAddressDnsSettingsDomainNameLabelScope',
122
+ 'ResourceIdentityType',
123
+ 'RouteFilterRuleType',
124
+ 'RouteMapActionType',
125
+ 'RouteMapMatchCondition',
126
+ 'RouteNextHopType',
127
+ 'ScrubbingRuleEntryMatchOperator',
128
+ 'ScrubbingRuleEntryMatchVariable',
129
+ 'ScrubbingRuleEntryState',
130
+ 'SecurityConfigurationRuleAccess',
131
+ 'SecurityConfigurationRuleDirection',
132
+ 'SecurityConfigurationRuleProtocol',
133
+ 'SecurityProviderName',
134
+ 'SecurityRuleAccess',
135
+ 'SecurityRuleDirection',
136
+ 'SecurityRuleProtocol',
137
+ 'ServiceProviderProvisioningState',
138
+ 'SharingScope',
139
+ 'SyncMode',
140
+ 'TransportProtocol',
141
+ 'UseHubGateway',
142
+ 'VirtualNetworkEncryptionEnforcement',
143
+ 'VirtualNetworkGatewayConnectionMode',
144
+ 'VirtualNetworkGatewayConnectionProtocol',
145
+ 'VirtualNetworkGatewayConnectionType',
146
+ 'VirtualNetworkGatewaySkuName',
147
+ 'VirtualNetworkGatewaySkuTier',
148
+ 'VirtualNetworkGatewayType',
149
+ 'VirtualNetworkPeeringLevel',
150
+ 'VirtualNetworkPeeringState',
151
+ 'VirtualNetworkPrivateEndpointNetworkPolicies',
152
+ 'VirtualNetworkPrivateLinkServiceNetworkPolicies',
153
+ 'VnetLocalRouteOverrideCriteria',
154
+ 'VpnAuthenticationType',
155
+ 'VpnClientProtocol',
156
+ 'VpnGatewayGeneration',
157
+ 'VpnGatewayTunnelingProtocol',
158
+ 'VpnLinkConnectionMode',
159
+ 'VpnNatRuleMode',
160
+ 'VpnNatRuleType',
161
+ 'VpnPolicyMemberAttributeType',
162
+ 'VpnType',
163
+ 'WebApplicationFirewallAction',
164
+ 'WebApplicationFirewallEnabledState',
165
+ 'WebApplicationFirewallMatchVariable',
166
+ 'WebApplicationFirewallMode',
167
+ 'WebApplicationFirewallOperator',
168
+ 'WebApplicationFirewallRuleType',
169
+ 'WebApplicationFirewallScrubbingState',
170
+ 'WebApplicationFirewallState',
171
+ 'WebApplicationFirewallTransform',
172
+ ]
173
+
174
+
175
+ class Access(str, Enum):
176
+ """
177
+ The access type of the rule.
178
+ """
179
+ ALLOW = "Allow"
180
+ DENY = "Deny"
181
+
182
+
183
+ class ActionType(str, Enum):
184
+ """
185
+ Describes the override action to be applied when rule matches.
186
+ """
187
+ ANOMALY_SCORING = "AnomalyScoring"
188
+ ALLOW = "Allow"
189
+ BLOCK = "Block"
190
+ LOG = "Log"
191
+ JS_CHALLENGE = "JSChallenge"
192
+
193
+
194
+ class AddressPrefixType(str, Enum):
195
+ """
196
+ Address prefix type.
197
+ """
198
+ IP_PREFIX = "IPPrefix"
199
+ SERVICE_TAG = "ServiceTag"
200
+
201
+
202
+ class AdminRuleKind(str, Enum):
203
+ """
204
+ Whether the rule is custom or default.
205
+ """
206
+ CUSTOM = "Custom"
207
+ DEFAULT = "Default"
208
+
209
+
210
+ class AdminState(str, Enum):
211
+ """
212
+ Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
213
+ """
214
+ ENABLED = "Enabled"
215
+ DISABLED = "Disabled"
216
+
217
+
218
+ class ApplicationGatewayClientRevocationOptions(str, Enum):
219
+ """
220
+ Verify client certificate revocation status.
221
+ """
222
+ NONE = "None"
223
+ OCSP = "OCSP"
224
+
225
+
226
+ class ApplicationGatewayCookieBasedAffinity(str, Enum):
227
+ """
228
+ Cookie based affinity.
229
+ """
230
+ ENABLED = "Enabled"
231
+ DISABLED = "Disabled"
232
+
233
+
234
+ class ApplicationGatewayCustomErrorStatusCode(str, Enum):
235
+ """
236
+ Status code of the application gateway custom error.
237
+ """
238
+ HTTP_STATUS400 = "HttpStatus400"
239
+ HTTP_STATUS403 = "HttpStatus403"
240
+ HTTP_STATUS404 = "HttpStatus404"
241
+ HTTP_STATUS405 = "HttpStatus405"
242
+ HTTP_STATUS408 = "HttpStatus408"
243
+ HTTP_STATUS500 = "HttpStatus500"
244
+ HTTP_STATUS502 = "HttpStatus502"
245
+ HTTP_STATUS503 = "HttpStatus503"
246
+ HTTP_STATUS504 = "HttpStatus504"
247
+
248
+
249
+ class ApplicationGatewayFirewallMode(str, Enum):
250
+ """
251
+ Web application firewall mode.
252
+ """
253
+ DETECTION = "Detection"
254
+ PREVENTION = "Prevention"
255
+
256
+
257
+ class ApplicationGatewayFirewallRateLimitDuration(str, Enum):
258
+ """
259
+ Duration over which Rate Limit policy will be applied. Applies only when ruleType is RateLimitRule.
260
+ """
261
+ ONE_MIN = "OneMin"
262
+ FIVE_MINS = "FiveMins"
263
+
264
+
265
+ class ApplicationGatewayFirewallUserSessionVariable(str, Enum):
266
+ """
267
+ User Session clause variable.
268
+ """
269
+ CLIENT_ADDR = "ClientAddr"
270
+ GEO_LOCATION = "GeoLocation"
271
+ NONE = "None"
272
+
273
+
274
+ class ApplicationGatewayLoadDistributionAlgorithm(str, Enum):
275
+ """
276
+ Load Distribution Targets resource of an application gateway.
277
+ """
278
+ ROUND_ROBIN = "RoundRobin"
279
+ LEAST_CONNECTIONS = "LeastConnections"
280
+ IP_HASH = "IpHash"
281
+
282
+
283
+ class ApplicationGatewayProtocol(str, Enum):
284
+ """
285
+ The protocol used for the probe.
286
+ """
287
+ HTTP = "Http"
288
+ """
289
+ Supported for httpListeners and backendHttpSettingsCollection properties.
290
+ """
291
+ HTTPS = "Https"
292
+ """
293
+ Supported for httpListeners and backendHttpSettingsCollection properties.
294
+ """
295
+ TCP = "Tcp"
296
+ """
297
+ Supported for listeners and backendSettingsCollection properties.
298
+ """
299
+ TLS = "Tls"
300
+ """
301
+ Supported for listeners and backendSettingsCollection properties.
302
+ """
303
+
304
+
305
+ class ApplicationGatewayRedirectType(str, Enum):
306
+ """
307
+ HTTP redirection type.
308
+ """
309
+ PERMANENT = "Permanent"
310
+ FOUND = "Found"
311
+ SEE_OTHER = "SeeOther"
312
+ TEMPORARY = "Temporary"
313
+
314
+
315
+ class ApplicationGatewayRequestRoutingRuleType(str, Enum):
316
+ """
317
+ Rule type.
318
+ """
319
+ BASIC = "Basic"
320
+ PATH_BASED_ROUTING = "PathBasedRouting"
321
+
322
+
323
+ class ApplicationGatewaySkuFamily(str, Enum):
324
+ """
325
+ Family of an application gateway SKU.
326
+ """
327
+ GENERATION_1 = "Generation_1"
328
+ GENERATION_2 = "Generation_2"
329
+
330
+
331
+ class ApplicationGatewaySkuName(str, Enum):
332
+ """
333
+ Name of an application gateway SKU.
334
+ """
335
+ STANDARD_SMALL = "Standard_Small"
336
+ STANDARD_MEDIUM = "Standard_Medium"
337
+ STANDARD_LARGE = "Standard_Large"
338
+ WA_F_MEDIUM = "WAF_Medium"
339
+ WA_F_LARGE = "WAF_Large"
340
+ STANDARD_V2 = "Standard_v2"
341
+ WA_F_V2 = "WAF_v2"
342
+ BASIC = "Basic"
343
+
344
+
345
+ class ApplicationGatewaySslCipherSuite(str, Enum):
346
+ """
347
+ Ssl cipher suites enums.
348
+ """
349
+ TL_S_ECDH_E_RS_A_WIT_H_AE_S_256_CB_C_SHA384 = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
350
+ TL_S_ECDH_E_RS_A_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
351
+ TL_S_ECDH_E_RS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
352
+ TL_S_ECDH_E_RS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
353
+ TL_S_DH_E_RS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
354
+ TL_S_DH_E_RS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
355
+ TL_S_DH_E_RS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"
356
+ TL_S_DH_E_RS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_DHE_RSA_WITH_AES_128_CBC_SHA"
357
+ TL_S_RS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_RSA_WITH_AES_256_GCM_SHA384"
358
+ TL_S_RS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_RSA_WITH_AES_128_GCM_SHA256"
359
+ TL_S_RS_A_WIT_H_AE_S_256_CB_C_SHA256 = "TLS_RSA_WITH_AES_256_CBC_SHA256"
360
+ TL_S_RS_A_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_RSA_WITH_AES_128_CBC_SHA256"
361
+ TL_S_RS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_RSA_WITH_AES_256_CBC_SHA"
362
+ TL_S_RS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_RSA_WITH_AES_128_CBC_SHA"
363
+ TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
364
+ TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
365
+ TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_256_CB_C_SHA384 = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
366
+ TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
367
+ TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"
368
+ TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
369
+ TL_S_DH_E_DS_S_WIT_H_AE_S_256_CB_C_SHA256 = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256"
370
+ TL_S_DH_E_DS_S_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"
371
+ TL_S_DH_E_DS_S_WIT_H_AE_S_256_CB_C_SHA = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA"
372
+ TL_S_DH_E_DS_S_WIT_H_AE_S_128_CB_C_SHA = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA"
373
+ TL_S_RS_A_WIT_H_3_DE_S_ED_E_CB_C_SHA = "TLS_RSA_WITH_3DES_EDE_CBC_SHA"
374
+ TL_S_DH_E_DS_S_WIT_H_3_DE_S_ED_E_CB_C_SHA = "TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA"
375
+ TL_S_ECDH_E_RS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
376
+ TL_S_ECDH_E_RS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
377
+
378
+
379
+ class ApplicationGatewaySslPolicyName(str, Enum):
380
+ """
381
+ Name of Ssl predefined policy.
382
+ """
383
+ APP_GW_SSL_POLICY20150501 = "AppGwSslPolicy20150501"
384
+ APP_GW_SSL_POLICY20170401 = "AppGwSslPolicy20170401"
385
+ APP_GW_SSL_POLICY20170401_S = "AppGwSslPolicy20170401S"
386
+ APP_GW_SSL_POLICY20220101 = "AppGwSslPolicy20220101"
387
+ APP_GW_SSL_POLICY20220101_S = "AppGwSslPolicy20220101S"
388
+
389
+
390
+ class ApplicationGatewaySslPolicyType(str, Enum):
391
+ """
392
+ Type of Ssl Policy.
393
+ """
394
+ PREDEFINED = "Predefined"
395
+ CUSTOM = "Custom"
396
+ CUSTOM_V2 = "CustomV2"
397
+
398
+
399
+ class ApplicationGatewaySslProtocol(str, Enum):
400
+ """
401
+ Minimum version of Ssl protocol to be supported on application gateway.
402
+ """
403
+ TL_SV1_0 = "TLSv1_0"
404
+ TL_SV1_1 = "TLSv1_1"
405
+ TL_SV1_2 = "TLSv1_2"
406
+ TL_SV1_3 = "TLSv1_3"
407
+
408
+
409
+ class ApplicationGatewayTier(str, Enum):
410
+ """
411
+ Tier of an application gateway.
412
+ """
413
+ STANDARD = "Standard"
414
+ WAF = "WAF"
415
+ STANDARD_V2 = "Standard_v2"
416
+ WA_F_V2 = "WAF_v2"
417
+ BASIC = "Basic"
418
+
419
+
420
+ class AuthorizationUseStatus(str, Enum):
421
+ """
422
+ The authorization use status.
423
+ """
424
+ AVAILABLE = "Available"
425
+ IN_USE = "InUse"
426
+
427
+
428
+ class AutoLearnPrivateRangesMode(str, Enum):
429
+ """
430
+ The operation mode for automatically learning private ranges to not be SNAT
431
+ """
432
+ ENABLED = "Enabled"
433
+ DISABLED = "Disabled"
434
+
435
+
436
+ class AzureFirewallApplicationRuleProtocolType(str, Enum):
437
+ """
438
+ Protocol type.
439
+ """
440
+ HTTP = "Http"
441
+ HTTPS = "Https"
442
+ MSSQL = "Mssql"
443
+
444
+
445
+ class AzureFirewallNatRCActionType(str, Enum):
446
+ """
447
+ The type of action.
448
+ """
449
+ SNAT = "Snat"
450
+ DNAT = "Dnat"
451
+
452
+
453
+ class AzureFirewallNetworkRuleProtocol(str, Enum):
454
+ """
455
+ The protocol of a Network Rule resource.
456
+ """
457
+ TCP = "TCP"
458
+ UDP = "UDP"
459
+ ANY = "Any"
460
+ ICMP = "ICMP"
461
+
462
+
463
+ class AzureFirewallRCActionType(str, Enum):
464
+ """
465
+ The type of action.
466
+ """
467
+ ALLOW = "Allow"
468
+ DENY = "Deny"
469
+
470
+
471
+ class AzureFirewallSkuName(str, Enum):
472
+ """
473
+ Name of an Azure Firewall SKU.
474
+ """
475
+ AZF_W_V_NET = "AZFW_VNet"
476
+ AZF_W_HUB = "AZFW_Hub"
477
+
478
+
479
+ class AzureFirewallSkuTier(str, Enum):
480
+ """
481
+ Tier of an Azure Firewall.
482
+ """
483
+ STANDARD = "Standard"
484
+ PREMIUM = "Premium"
485
+ BASIC = "Basic"
486
+
487
+
488
+ class AzureFirewallThreatIntelMode(str, Enum):
489
+ """
490
+ The operation mode for Threat Intelligence.
491
+ """
492
+ ALERT = "Alert"
493
+ DENY = "Deny"
494
+ OFF = "Off"
495
+
496
+
497
+ class BastionHostSkuName(str, Enum):
498
+ """
499
+ The name of the sku of this Bastion Host.
500
+ """
501
+ BASIC = "Basic"
502
+ STANDARD = "Standard"
503
+ DEVELOPER = "Developer"
504
+ PREMIUM = "Premium"
505
+
506
+
507
+ class CommissionedState(str, Enum):
508
+ """
509
+ The commissioned state of the Custom IP Prefix.
510
+ """
511
+ PROVISIONING = "Provisioning"
512
+ PROVISIONED = "Provisioned"
513
+ COMMISSIONING = "Commissioning"
514
+ COMMISSIONED_NO_INTERNET_ADVERTISE = "CommissionedNoInternetAdvertise"
515
+ COMMISSIONED = "Commissioned"
516
+ DECOMMISSIONING = "Decommissioning"
517
+ DEPROVISIONING = "Deprovisioning"
518
+ DEPROVISIONED = "Deprovisioned"
519
+
520
+
521
+ class ConfigurationType(str, Enum):
522
+ """
523
+ Configuration Deployment Type.
524
+ """
525
+ SECURITY_ADMIN = "SecurityAdmin"
526
+ CONNECTIVITY = "Connectivity"
527
+
528
+
529
+ class ConnectionMonitorEndpointFilterItemType(str, Enum):
530
+ """
531
+ The type of item included in the filter. Currently only 'AgentAddress' is supported.
532
+ """
533
+ AGENT_ADDRESS = "AgentAddress"
534
+
535
+
536
+ class ConnectionMonitorEndpointFilterType(str, Enum):
537
+ """
538
+ The behavior of the endpoint filter. Currently only 'Include' is supported.
539
+ """
540
+ INCLUDE = "Include"
541
+
542
+
543
+ class ConnectionMonitorTestConfigurationProtocol(str, Enum):
544
+ """
545
+ The protocol to use in test evaluation.
546
+ """
547
+ TCP = "Tcp"
548
+ HTTP = "Http"
549
+ ICMP = "Icmp"
550
+
551
+
552
+ class ConnectivityTopology(str, Enum):
553
+ """
554
+ Connectivity topology type.
555
+ """
556
+ HUB_AND_SPOKE = "HubAndSpoke"
557
+ MESH = "Mesh"
558
+
559
+
560
+ class CoverageLevel(str, Enum):
561
+ """
562
+ Test coverage for the endpoint.
563
+ """
564
+ DEFAULT = "Default"
565
+ LOW = "Low"
566
+ BELOW_AVERAGE = "BelowAverage"
567
+ AVERAGE = "Average"
568
+ ABOVE_AVERAGE = "AboveAverage"
569
+ FULL = "Full"
570
+
571
+
572
+ class CustomIpPrefixType(str, Enum):
573
+ """
574
+ Type of custom IP prefix. Should be Singular, Parent, or Child.
575
+ """
576
+ SINGULAR = "Singular"
577
+ PARENT = "Parent"
578
+ CHILD = "Child"
579
+
580
+
581
+ class DdosSettingsProtectionMode(str, Enum):
582
+ """
583
+ The DDoS protection mode of the public IP
584
+ """
585
+ VIRTUAL_NETWORK_INHERITED = "VirtualNetworkInherited"
586
+ ENABLED = "Enabled"
587
+ DISABLED = "Disabled"
588
+
589
+
590
+ class DeleteExistingPeering(str, Enum):
591
+ """
592
+ Flag if need to remove current existing peerings.
593
+ """
594
+ FALSE = "False"
595
+ TRUE = "True"
596
+
597
+
598
+ class DeleteOptions(str, Enum):
599
+ """
600
+ Specify what happens to the public IP address when the VM using it is deleted
601
+ """
602
+ DELETE = "Delete"
603
+ DETACH = "Detach"
604
+
605
+
606
+ class DestinationPortBehavior(str, Enum):
607
+ """
608
+ Destination port behavior.
609
+ """
610
+ NONE = "None"
611
+ LISTEN_IF_AVAILABLE = "ListenIfAvailable"
612
+
613
+
614
+ class DhGroup(str, Enum):
615
+ """
616
+ The DH Group used in IKE Phase 1 for initial SA.
617
+ """
618
+ NONE = "None"
619
+ DH_GROUP1 = "DHGroup1"
620
+ DH_GROUP2 = "DHGroup2"
621
+ DH_GROUP14 = "DHGroup14"
622
+ DH_GROUP2048 = "DHGroup2048"
623
+ ECP256 = "ECP256"
624
+ ECP384 = "ECP384"
625
+ DH_GROUP24 = "DHGroup24"
626
+
627
+
628
+ class EndpointType(str, Enum):
629
+ """
630
+ The endpoint type.
631
+ """
632
+ AZURE_VM = "AzureVM"
633
+ AZURE_V_NET = "AzureVNet"
634
+ AZURE_SUBNET = "AzureSubnet"
635
+ EXTERNAL_ADDRESS = "ExternalAddress"
636
+ MMA_WORKSPACE_MACHINE = "MMAWorkspaceMachine"
637
+ MMA_WORKSPACE_NETWORK = "MMAWorkspaceNetwork"
638
+ AZURE_ARC_VM = "AzureArcVM"
639
+ AZURE_VMSS = "AzureVMSS"
640
+ AZURE_ARC_NETWORK = "AzureArcNetwork"
641
+
642
+
643
+ class ExpressRouteCircuitPeeringState(str, Enum):
644
+ """
645
+ The state of peering.
646
+ """
647
+ DISABLED = "Disabled"
648
+ ENABLED = "Enabled"
649
+
650
+
651
+ class ExpressRouteCircuitSkuFamily(str, Enum):
652
+ """
653
+ The family of the SKU.
654
+ """
655
+ UNLIMITED_DATA = "UnlimitedData"
656
+ METERED_DATA = "MeteredData"
657
+
658
+
659
+ class ExpressRouteCircuitSkuTier(str, Enum):
660
+ """
661
+ The tier of the SKU.
662
+ """
663
+ STANDARD = "Standard"
664
+ PREMIUM = "Premium"
665
+ BASIC = "Basic"
666
+ LOCAL = "Local"
667
+
668
+
669
+ class ExpressRouteLinkAdminState(str, Enum):
670
+ """
671
+ Administrative state of the physical port.
672
+ """
673
+ ENABLED = "Enabled"
674
+ DISABLED = "Disabled"
675
+
676
+
677
+ class ExpressRouteLinkMacSecCipher(str, Enum):
678
+ """
679
+ Mac security cipher.
680
+ """
681
+ GCM_AES256 = "GcmAes256"
682
+ GCM_AES128 = "GcmAes128"
683
+ GCM_AES_XPN128 = "GcmAesXpn128"
684
+ GCM_AES_XPN256 = "GcmAesXpn256"
685
+
686
+
687
+ class ExpressRouteLinkMacSecSciState(str, Enum):
688
+ """
689
+ Sci mode enabled/disabled.
690
+ """
691
+ DISABLED = "Disabled"
692
+ ENABLED = "Enabled"
693
+
694
+
695
+ class ExpressRoutePeeringState(str, Enum):
696
+ """
697
+ The peering state.
698
+ """
699
+ DISABLED = "Disabled"
700
+ ENABLED = "Enabled"
701
+
702
+
703
+ class ExpressRoutePeeringType(str, Enum):
704
+ """
705
+ The peering type.
706
+ """
707
+ AZURE_PUBLIC_PEERING = "AzurePublicPeering"
708
+ AZURE_PRIVATE_PEERING = "AzurePrivatePeering"
709
+ MICROSOFT_PEERING = "MicrosoftPeering"
710
+
711
+
712
+ class ExpressRoutePortsBillingType(str, Enum):
713
+ """
714
+ The billing type of the ExpressRoutePort resource.
715
+ """
716
+ METERED_DATA = "MeteredData"
717
+ UNLIMITED_DATA = "UnlimitedData"
718
+
719
+
720
+ class ExpressRoutePortsEncapsulation(str, Enum):
721
+ """
722
+ Encapsulation method on physical ports.
723
+ """
724
+ DOT1_Q = "Dot1Q"
725
+ QIN_Q = "QinQ"
726
+
727
+
728
+ class ExtendedLocationTypes(str, Enum):
729
+ """
730
+ The type of the extended location.
731
+ """
732
+ EDGE_ZONE = "EdgeZone"
733
+
734
+
735
+ class FirewallPolicyFilterRuleCollectionActionType(str, Enum):
736
+ """
737
+ The type of action.
738
+ """
739
+ ALLOW = "Allow"
740
+ DENY = "Deny"
741
+
742
+
743
+ class FirewallPolicyIDPSQuerySortOrder(str, Enum):
744
+ """
745
+ Describes if results should be in ascending/descending order
746
+ """
747
+ ASCENDING = "Ascending"
748
+ DESCENDING = "Descending"
749
+
750
+
751
+ class FirewallPolicyIntrusionDetectionProfileType(str, Enum):
752
+ """
753
+ IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy.
754
+ """
755
+ BASIC = "Basic"
756
+ STANDARD = "Standard"
757
+ ADVANCED = "Advanced"
758
+ EXTENDED = "Extended"
759
+
760
+
761
+ class FirewallPolicyIntrusionDetectionProtocol(str, Enum):
762
+ """
763
+ The rule bypass protocol.
764
+ """
765
+ TCP = "TCP"
766
+ UDP = "UDP"
767
+ ICMP = "ICMP"
768
+ ANY = "ANY"
769
+
770
+
771
+ class FirewallPolicyIntrusionDetectionStateType(str, Enum):
772
+ """
773
+ Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two.
774
+ """
775
+ OFF = "Off"
776
+ ALERT = "Alert"
777
+ DENY = "Deny"
778
+
779
+
780
+ class FirewallPolicyNatRuleCollectionActionType(str, Enum):
781
+ """
782
+ The type of action.
783
+ """
784
+ DNAT = "DNAT"
785
+
786
+
787
+ class FirewallPolicyRuleApplicationProtocolType(str, Enum):
788
+ """
789
+ Protocol type.
790
+ """
791
+ HTTP = "Http"
792
+ HTTPS = "Https"
793
+
794
+
795
+ class FirewallPolicyRuleCollectionType(str, Enum):
796
+ """
797
+ The type of the rule collection.
798
+ """
799
+ FIREWALL_POLICY_NAT_RULE_COLLECTION = "FirewallPolicyNatRuleCollection"
800
+ FIREWALL_POLICY_FILTER_RULE_COLLECTION = "FirewallPolicyFilterRuleCollection"
801
+
802
+
803
+ class FirewallPolicyRuleNetworkProtocol(str, Enum):
804
+ """
805
+ The Network protocol of a Rule.
806
+ """
807
+ TCP = "TCP"
808
+ UDP = "UDP"
809
+ ANY = "Any"
810
+ ICMP = "ICMP"
811
+
812
+
813
+ class FirewallPolicyRuleType(str, Enum):
814
+ """
815
+ Rule Type.
816
+ """
817
+ APPLICATION_RULE = "ApplicationRule"
818
+ NETWORK_RULE = "NetworkRule"
819
+ NAT_RULE = "NatRule"
820
+
821
+
822
+ class FirewallPolicySkuTier(str, Enum):
823
+ """
824
+ Tier of Firewall Policy.
825
+ """
826
+ STANDARD = "Standard"
827
+ PREMIUM = "Premium"
828
+ BASIC = "Basic"
829
+
830
+
831
+ class FlowLogFormatType(str, Enum):
832
+ """
833
+ The file type of flow log.
834
+ """
835
+ JSON = "JSON"
836
+
837
+
838
+ class GatewayLoadBalancerTunnelInterfaceType(str, Enum):
839
+ """
840
+ Traffic type of gateway load balancer tunnel interface.
841
+ """
842
+ NONE = "None"
843
+ INTERNAL = "Internal"
844
+ EXTERNAL = "External"
845
+
846
+
847
+ class GatewayLoadBalancerTunnelProtocol(str, Enum):
848
+ """
849
+ Protocol of gateway load balancer tunnel interface.
850
+ """
851
+ NONE = "None"
852
+ NATIVE = "Native"
853
+ VXLAN = "VXLAN"
854
+
855
+
856
+ class Geo(str, Enum):
857
+ """
858
+ The Geo for CIDR advertising. Should be an Geo code.
859
+ """
860
+ GLOBAL_ = "GLOBAL"
861
+ AFRI = "AFRI"
862
+ APAC = "APAC"
863
+ EURO = "EURO"
864
+ LATAM = "LATAM"
865
+ NAM = "NAM"
866
+ ME = "ME"
867
+ OCEANIA = "OCEANIA"
868
+ AQ = "AQ"
869
+
870
+
871
+ class GroupConnectivity(str, Enum):
872
+ """
873
+ Group connectivity type.
874
+ """
875
+ NONE = "None"
876
+ DIRECTLY_CONNECTED = "DirectlyConnected"
877
+
878
+
879
+ class HTTPConfigurationMethod(str, Enum):
880
+ """
881
+ The HTTP method to use.
882
+ """
883
+ GET = "Get"
884
+ POST = "Post"
885
+
886
+
887
+ class HubRoutingPreference(str, Enum):
888
+ """
889
+ The hubRoutingPreference of this VirtualHub.
890
+ """
891
+ EXPRESS_ROUTE = "ExpressRoute"
892
+ VPN_GATEWAY = "VpnGateway"
893
+ AS_PATH = "ASPath"
894
+
895
+
896
+ class IPAllocationMethod(str, Enum):
897
+ """
898
+ The private IP address allocation method.
899
+ """
900
+ STATIC = "Static"
901
+ DYNAMIC = "Dynamic"
902
+
903
+
904
+ class IPVersion(str, Enum):
905
+ """
906
+ Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.
907
+ """
908
+ I_PV4 = "IPv4"
909
+ I_PV6 = "IPv6"
910
+
911
+
912
+ class IkeEncryption(str, Enum):
913
+ """
914
+ The IKE encryption algorithm (IKE phase 2).
915
+ """
916
+ DES = "DES"
917
+ DES3 = "DES3"
918
+ AES128 = "AES128"
919
+ AES192 = "AES192"
920
+ AES256 = "AES256"
921
+ GCMAES256 = "GCMAES256"
922
+ GCMAES128 = "GCMAES128"
923
+
924
+
925
+ class IkeIntegrity(str, Enum):
926
+ """
927
+ The IKE integrity algorithm (IKE phase 2).
928
+ """
929
+ MD5 = "MD5"
930
+ SHA1 = "SHA1"
931
+ SHA256 = "SHA256"
932
+ SHA384 = "SHA384"
933
+ GCMAES256 = "GCMAES256"
934
+ GCMAES128 = "GCMAES128"
935
+
936
+
937
+ class IpAllocationType(str, Enum):
938
+ """
939
+ The type for the IpAllocation.
940
+ """
941
+ UNDEFINED = "Undefined"
942
+ HYPERNET = "Hypernet"
943
+
944
+
945
+ class IpsecEncryption(str, Enum):
946
+ """
947
+ The IPSec encryption algorithm (IKE phase 1).
948
+ """
949
+ NONE = "None"
950
+ DES = "DES"
951
+ DES3 = "DES3"
952
+ AES128 = "AES128"
953
+ AES192 = "AES192"
954
+ AES256 = "AES256"
955
+ GCMAES128 = "GCMAES128"
956
+ GCMAES192 = "GCMAES192"
957
+ GCMAES256 = "GCMAES256"
958
+
959
+
960
+ class IpsecIntegrity(str, Enum):
961
+ """
962
+ The IPSec integrity algorithm (IKE phase 1).
963
+ """
964
+ MD5 = "MD5"
965
+ SHA1 = "SHA1"
966
+ SHA256 = "SHA256"
967
+ GCMAES128 = "GCMAES128"
968
+ GCMAES192 = "GCMAES192"
969
+ GCMAES256 = "GCMAES256"
970
+
971
+
972
+ class IsGlobal(str, Enum):
973
+ """
974
+ Flag if global mesh is supported.
975
+ """
976
+ FALSE = "False"
977
+ TRUE = "True"
978
+
979
+
980
+ class LoadBalancerBackendAddressAdminState(str, Enum):
981
+ """
982
+ A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.
983
+ """
984
+ NONE = "None"
985
+ UP = "Up"
986
+ DOWN = "Down"
987
+
988
+
989
+ class LoadBalancerOutboundRuleProtocol(str, Enum):
990
+ """
991
+ The protocol for the outbound rule in load balancer.
992
+ """
993
+ TCP = "Tcp"
994
+ UDP = "Udp"
995
+ ALL = "All"
996
+
997
+
998
+ class LoadBalancerSkuName(str, Enum):
999
+ """
1000
+ Name of a load balancer SKU.
1001
+ """
1002
+ BASIC = "Basic"
1003
+ STANDARD = "Standard"
1004
+ GATEWAY = "Gateway"
1005
+
1006
+
1007
+ class LoadBalancerSkuTier(str, Enum):
1008
+ """
1009
+ Tier of a load balancer SKU.
1010
+ """
1011
+ REGIONAL = "Regional"
1012
+ GLOBAL_ = "Global"
1013
+
1014
+
1015
+ class LoadDistribution(str, Enum):
1016
+ """
1017
+ The load distribution policy for this rule.
1018
+ """
1019
+ DEFAULT = "Default"
1020
+ SOURCE_IP = "SourceIP"
1021
+ SOURCE_IP_PROTOCOL = "SourceIPProtocol"
1022
+
1023
+
1024
+ class ManagedRuleEnabledState(str, Enum):
1025
+ """
1026
+ The state of the managed rule. Defaults to Disabled if not specified.
1027
+ """
1028
+ DISABLED = "Disabled"
1029
+ ENABLED = "Enabled"
1030
+
1031
+
1032
+ class NatGatewaySkuName(str, Enum):
1033
+ """
1034
+ Name of Nat Gateway SKU.
1035
+ """
1036
+ STANDARD = "Standard"
1037
+
1038
+
1039
+ class NetworkIntentPolicyBasedService(str, Enum):
1040
+ """
1041
+ Network intent policy based services.
1042
+ """
1043
+ NONE = "None"
1044
+ ALL = "All"
1045
+ ALLOW_RULES_ONLY = "AllowRulesOnly"
1046
+
1047
+
1048
+ class NetworkInterfaceAuxiliaryMode(str, Enum):
1049
+ """
1050
+ Auxiliary mode of Network Interface resource.
1051
+ """
1052
+ NONE = "None"
1053
+ MAX_CONNECTIONS = "MaxConnections"
1054
+ FLOATING = "Floating"
1055
+ ACCELERATED_CONNECTIONS = "AcceleratedConnections"
1056
+
1057
+
1058
+ class NetworkInterfaceAuxiliarySku(str, Enum):
1059
+ """
1060
+ Auxiliary sku of Network Interface resource.
1061
+ """
1062
+ NONE = "None"
1063
+ A1 = "A1"
1064
+ A2 = "A2"
1065
+ A4 = "A4"
1066
+ A8 = "A8"
1067
+
1068
+
1069
+ class NetworkInterfaceMigrationPhase(str, Enum):
1070
+ """
1071
+ Migration phase of Network Interface resource.
1072
+ """
1073
+ NONE = "None"
1074
+ PREPARE = "Prepare"
1075
+ COMMIT = "Commit"
1076
+ ABORT = "Abort"
1077
+ COMMITTED = "Committed"
1078
+
1079
+
1080
+ class NetworkInterfaceNicType(str, Enum):
1081
+ """
1082
+ Type of Network Interface resource.
1083
+ """
1084
+ STANDARD = "Standard"
1085
+ ELASTIC = "Elastic"
1086
+
1087
+
1088
+ class NextStep(str, Enum):
1089
+ """
1090
+ Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.
1091
+ """
1092
+ UNKNOWN = "Unknown"
1093
+ CONTINUE_ = "Continue"
1094
+ TERMINATE = "Terminate"
1095
+
1096
+
1097
+ class NicTypeInRequest(str, Enum):
1098
+ """
1099
+ NIC type. This should be either PublicNic or PrivateNic.
1100
+ """
1101
+ PUBLIC_NIC = "PublicNic"
1102
+ PRIVATE_NIC = "PrivateNic"
1103
+
1104
+
1105
+ class OutputType(str, Enum):
1106
+ """
1107
+ Connection monitor output destination type. Currently, only "Workspace" is supported.
1108
+ """
1109
+ WORKSPACE = "Workspace"
1110
+
1111
+
1112
+ class OwaspCrsExclusionEntryMatchVariable(str, Enum):
1113
+ """
1114
+ The variable to be excluded.
1115
+ """
1116
+ REQUEST_HEADER_NAMES = "RequestHeaderNames"
1117
+ REQUEST_COOKIE_NAMES = "RequestCookieNames"
1118
+ REQUEST_ARG_NAMES = "RequestArgNames"
1119
+ REQUEST_HEADER_KEYS = "RequestHeaderKeys"
1120
+ REQUEST_HEADER_VALUES = "RequestHeaderValues"
1121
+ REQUEST_COOKIE_KEYS = "RequestCookieKeys"
1122
+ REQUEST_COOKIE_VALUES = "RequestCookieValues"
1123
+ REQUEST_ARG_KEYS = "RequestArgKeys"
1124
+ REQUEST_ARG_VALUES = "RequestArgValues"
1125
+
1126
+
1127
+ class OwaspCrsExclusionEntrySelectorMatchOperator(str, Enum):
1128
+ """
1129
+ When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
1130
+ """
1131
+ EQUALS = "Equals"
1132
+ CONTAINS = "Contains"
1133
+ STARTS_WITH = "StartsWith"
1134
+ ENDS_WITH = "EndsWith"
1135
+ EQUALS_ANY = "EqualsAny"
1136
+
1137
+
1138
+ class PacketCaptureTargetType(str, Enum):
1139
+ """
1140
+ Target type of the resource provided.
1141
+ """
1142
+ AZURE_VM = "AzureVM"
1143
+ AZURE_VMSS = "AzureVMSS"
1144
+
1145
+
1146
+ class PcProtocol(str, Enum):
1147
+ """
1148
+ Protocol to be filtered on.
1149
+ """
1150
+ TCP = "TCP"
1151
+ UDP = "UDP"
1152
+ ANY = "Any"
1153
+
1154
+
1155
+ class PfsGroup(str, Enum):
1156
+ """
1157
+ The Pfs Group used in IKE Phase 2 for new child SA.
1158
+ """
1159
+ NONE = "None"
1160
+ PFS1 = "PFS1"
1161
+ PFS2 = "PFS2"
1162
+ PFS2048 = "PFS2048"
1163
+ ECP256 = "ECP256"
1164
+ ECP384 = "ECP384"
1165
+ PFS24 = "PFS24"
1166
+ PFS14 = "PFS14"
1167
+ PFSMM = "PFSMM"
1168
+
1169
+
1170
+ class PreferredIPVersion(str, Enum):
1171
+ """
1172
+ The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.
1173
+ """
1174
+ I_PV4 = "IPv4"
1175
+ I_PV6 = "IPv6"
1176
+
1177
+
1178
+ class PreferredRoutingGateway(str, Enum):
1179
+ """
1180
+ The preferred gateway to route on-prem traffic
1181
+ """
1182
+ EXPRESS_ROUTE = "ExpressRoute"
1183
+ VPN_GATEWAY = "VpnGateway"
1184
+ NONE = "None"
1185
+
1186
+
1187
+ class ProbeNoHealthyBackendsBehavior(str, Enum):
1188
+ """
1189
+ Determines how new connections are handled by the load balancer when all backend instances are probed down.
1190
+ """
1191
+ ALL_PROBED_DOWN = "AllProbedDown"
1192
+ """
1193
+ No new flows will be sent to the backend pool.
1194
+ """
1195
+ ALL_PROBED_UP = "AllProbedUp"
1196
+ """
1197
+ When all backend instances are probed down, incoming packets will be sent to all instances.
1198
+ """
1199
+
1200
+
1201
+ class ProbeProtocol(str, Enum):
1202
+ """
1203
+ The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.
1204
+ """
1205
+ HTTP = "Http"
1206
+ TCP = "Tcp"
1207
+ HTTPS = "Https"
1208
+
1209
+
1210
+ class ProtocolType(str, Enum):
1211
+ """
1212
+ RNM supported protocol types.
1213
+ """
1214
+ DO_NOT_USE = "DoNotUse"
1215
+ ICMP = "Icmp"
1216
+ TCP = "Tcp"
1217
+ UDP = "Udp"
1218
+ GRE = "Gre"
1219
+ ESP = "Esp"
1220
+ AH = "Ah"
1221
+ VXLAN = "Vxlan"
1222
+ ALL = "All"
1223
+
1224
+
1225
+ class PublicIPAddressMigrationPhase(str, Enum):
1226
+ """
1227
+ Migration phase of Public IP Address.
1228
+ """
1229
+ NONE = "None"
1230
+ PREPARE = "Prepare"
1231
+ COMMIT = "Commit"
1232
+ ABORT = "Abort"
1233
+ COMMITTED = "Committed"
1234
+
1235
+
1236
+ class PublicIPAddressSkuName(str, Enum):
1237
+ """
1238
+ Name of a public IP address SKU.
1239
+ """
1240
+ BASIC = "Basic"
1241
+ STANDARD = "Standard"
1242
+
1243
+
1244
+ class PublicIPAddressSkuTier(str, Enum):
1245
+ """
1246
+ Tier of a public IP address SKU.
1247
+ """
1248
+ REGIONAL = "Regional"
1249
+ GLOBAL_ = "Global"
1250
+
1251
+
1252
+ class PublicIPPrefixSkuName(str, Enum):
1253
+ """
1254
+ Name of a public IP prefix SKU.
1255
+ """
1256
+ STANDARD = "Standard"
1257
+
1258
+
1259
+ class PublicIPPrefixSkuTier(str, Enum):
1260
+ """
1261
+ Tier of a public IP prefix SKU.
1262
+ """
1263
+ REGIONAL = "Regional"
1264
+ GLOBAL_ = "Global"
1265
+
1266
+
1267
+ class PublicIpAddressDnsSettingsDomainNameLabelScope(str, Enum):
1268
+ """
1269
+ The domain name label scope. If a domain name label and a domain name label scope are specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN.
1270
+ """
1271
+ TENANT_REUSE = "TenantReuse"
1272
+ SUBSCRIPTION_REUSE = "SubscriptionReuse"
1273
+ RESOURCE_GROUP_REUSE = "ResourceGroupReuse"
1274
+ NO_REUSE = "NoReuse"
1275
+
1276
+
1277
+ class ResourceIdentityType(str, Enum):
1278
+ """
1279
+ The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
1280
+ """
1281
+ SYSTEM_ASSIGNED = "SystemAssigned"
1282
+ USER_ASSIGNED = "UserAssigned"
1283
+ SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
1284
+ NONE = "None"
1285
+
1286
+
1287
+ class RouteFilterRuleType(str, Enum):
1288
+ """
1289
+ The rule type of the rule.
1290
+ """
1291
+ COMMUNITY = "Community"
1292
+
1293
+
1294
+ class RouteMapActionType(str, Enum):
1295
+ """
1296
+ Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'
1297
+ """
1298
+ UNKNOWN = "Unknown"
1299
+ REMOVE = "Remove"
1300
+ ADD = "Add"
1301
+ REPLACE = "Replace"
1302
+ DROP = "Drop"
1303
+
1304
+
1305
+ class RouteMapMatchCondition(str, Enum):
1306
+ """
1307
+ Match condition to apply RouteMap rules.
1308
+ """
1309
+ UNKNOWN = "Unknown"
1310
+ CONTAINS = "Contains"
1311
+ EQUALS = "Equals"
1312
+ NOT_CONTAINS = "NotContains"
1313
+ NOT_EQUALS = "NotEquals"
1314
+
1315
+
1316
+ class RouteNextHopType(str, Enum):
1317
+ """
1318
+ The type of Azure hop the packet should be sent to.
1319
+ """
1320
+ VIRTUAL_NETWORK_GATEWAY = "VirtualNetworkGateway"
1321
+ VNET_LOCAL = "VnetLocal"
1322
+ INTERNET = "Internet"
1323
+ VIRTUAL_APPLIANCE = "VirtualAppliance"
1324
+ NONE = "None"
1325
+
1326
+
1327
+ class ScrubbingRuleEntryMatchOperator(str, Enum):
1328
+ """
1329
+ When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
1330
+ """
1331
+ EQUALS = "Equals"
1332
+ EQUALS_ANY = "EqualsAny"
1333
+
1334
+
1335
+ class ScrubbingRuleEntryMatchVariable(str, Enum):
1336
+ """
1337
+ The variable to be scrubbed from the logs.
1338
+ """
1339
+ REQUEST_HEADER_NAMES = "RequestHeaderNames"
1340
+ REQUEST_COOKIE_NAMES = "RequestCookieNames"
1341
+ REQUEST_ARG_NAMES = "RequestArgNames"
1342
+ REQUEST_POST_ARG_NAMES = "RequestPostArgNames"
1343
+ REQUEST_JSON_ARG_NAMES = "RequestJSONArgNames"
1344
+ REQUEST_IP_ADDRESS = "RequestIPAddress"
1345
+
1346
+
1347
+ class ScrubbingRuleEntryState(str, Enum):
1348
+ """
1349
+ Defines the state of log scrubbing rule. Default value is Enabled.
1350
+ """
1351
+ ENABLED = "Enabled"
1352
+ DISABLED = "Disabled"
1353
+
1354
+
1355
+ class SecurityConfigurationRuleAccess(str, Enum):
1356
+ """
1357
+ Indicates the access allowed for this particular rule
1358
+ """
1359
+ ALLOW = "Allow"
1360
+ DENY = "Deny"
1361
+ ALWAYS_ALLOW = "AlwaysAllow"
1362
+
1363
+
1364
+ class SecurityConfigurationRuleDirection(str, Enum):
1365
+ """
1366
+ Indicates if the traffic matched against the rule in inbound or outbound.
1367
+ """
1368
+ INBOUND = "Inbound"
1369
+ OUTBOUND = "Outbound"
1370
+
1371
+
1372
+ class SecurityConfigurationRuleProtocol(str, Enum):
1373
+ """
1374
+ Network protocol this rule applies to.
1375
+ """
1376
+ TCP = "Tcp"
1377
+ UDP = "Udp"
1378
+ ICMP = "Icmp"
1379
+ ESP = "Esp"
1380
+ ANY = "Any"
1381
+ AH = "Ah"
1382
+
1383
+
1384
+ class SecurityProviderName(str, Enum):
1385
+ """
1386
+ The security provider name.
1387
+ """
1388
+ Z_SCALER = "ZScaler"
1389
+ I_BOSS = "IBoss"
1390
+ CHECKPOINT = "Checkpoint"
1391
+
1392
+
1393
+ class SecurityRuleAccess(str, Enum):
1394
+ """
1395
+ The network traffic is allowed or denied.
1396
+ """
1397
+ ALLOW = "Allow"
1398
+ DENY = "Deny"
1399
+
1400
+
1401
+ class SecurityRuleDirection(str, Enum):
1402
+ """
1403
+ The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
1404
+ """
1405
+ INBOUND = "Inbound"
1406
+ OUTBOUND = "Outbound"
1407
+
1408
+
1409
+ class SecurityRuleProtocol(str, Enum):
1410
+ """
1411
+ Network protocol this rule applies to.
1412
+ """
1413
+ TCP = "Tcp"
1414
+ UDP = "Udp"
1415
+ ICMP = "Icmp"
1416
+ ESP = "Esp"
1417
+ ASTERISK = "*"
1418
+ AH = "Ah"
1419
+
1420
+
1421
+ class ServiceProviderProvisioningState(str, Enum):
1422
+ """
1423
+ The ServiceProviderProvisioningState state of the resource.
1424
+ """
1425
+ NOT_PROVISIONED = "NotProvisioned"
1426
+ PROVISIONING = "Provisioning"
1427
+ PROVISIONED = "Provisioned"
1428
+ DEPROVISIONING = "Deprovisioning"
1429
+
1430
+
1431
+ class SharingScope(str, Enum):
1432
+ """
1433
+ Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. This property can only be set if defaultOutboundAccess is set to false, both properties can only be set if subnet is empty.
1434
+ """
1435
+ TENANT = "Tenant"
1436
+ DELEGATED_SERVICES = "DelegatedServices"
1437
+
1438
+
1439
+ class SyncMode(str, Enum):
1440
+ """
1441
+ Backend address synchronous mode for the backend pool
1442
+ """
1443
+ AUTOMATIC = "Automatic"
1444
+ MANUAL = "Manual"
1445
+
1446
+
1447
+ class TransportProtocol(str, Enum):
1448
+ """
1449
+ The reference to the transport protocol used by the load balancing rule.
1450
+ """
1451
+ UDP = "Udp"
1452
+ TCP = "Tcp"
1453
+ ALL = "All"
1454
+
1455
+
1456
+ class UseHubGateway(str, Enum):
1457
+ """
1458
+ Flag if need to use hub gateway.
1459
+ """
1460
+ FALSE = "False"
1461
+ TRUE = "True"
1462
+
1463
+
1464
+ class VirtualNetworkEncryptionEnforcement(str, Enum):
1465
+ """
1466
+ If the encrypted VNet allows VM that does not support encryption
1467
+ """
1468
+ DROP_UNENCRYPTED = "DropUnencrypted"
1469
+ ALLOW_UNENCRYPTED = "AllowUnencrypted"
1470
+
1471
+
1472
+ class VirtualNetworkGatewayConnectionMode(str, Enum):
1473
+ """
1474
+ The connection mode for this connection.
1475
+ """
1476
+ DEFAULT = "Default"
1477
+ RESPONDER_ONLY = "ResponderOnly"
1478
+ INITIATOR_ONLY = "InitiatorOnly"
1479
+
1480
+
1481
+ class VirtualNetworkGatewayConnectionProtocol(str, Enum):
1482
+ """
1483
+ Connection protocol used for this connection.
1484
+ """
1485
+ IK_EV2 = "IKEv2"
1486
+ IK_EV1 = "IKEv1"
1487
+
1488
+
1489
+ class VirtualNetworkGatewayConnectionType(str, Enum):
1490
+ """
1491
+ Gateway connection type.
1492
+ """
1493
+ IPSEC = "IPsec"
1494
+ VNET2_VNET = "Vnet2Vnet"
1495
+ EXPRESS_ROUTE = "ExpressRoute"
1496
+ VPN_CLIENT = "VPNClient"
1497
+
1498
+
1499
+ class VirtualNetworkGatewaySkuName(str, Enum):
1500
+ """
1501
+ Gateway SKU name.
1502
+ """
1503
+ BASIC = "Basic"
1504
+ HIGH_PERFORMANCE = "HighPerformance"
1505
+ STANDARD = "Standard"
1506
+ ULTRA_PERFORMANCE = "UltraPerformance"
1507
+ VPN_GW1 = "VpnGw1"
1508
+ VPN_GW2 = "VpnGw2"
1509
+ VPN_GW3 = "VpnGw3"
1510
+ VPN_GW4 = "VpnGw4"
1511
+ VPN_GW5 = "VpnGw5"
1512
+ VPN_GW1_AZ = "VpnGw1AZ"
1513
+ VPN_GW2_AZ = "VpnGw2AZ"
1514
+ VPN_GW3_AZ = "VpnGw3AZ"
1515
+ VPN_GW4_AZ = "VpnGw4AZ"
1516
+ VPN_GW5_AZ = "VpnGw5AZ"
1517
+ ER_GW1_AZ = "ErGw1AZ"
1518
+ ER_GW2_AZ = "ErGw2AZ"
1519
+ ER_GW3_AZ = "ErGw3AZ"
1520
+ ER_GW_SCALE = "ErGwScale"
1521
+
1522
+
1523
+ class VirtualNetworkGatewaySkuTier(str, Enum):
1524
+ """
1525
+ Gateway SKU tier.
1526
+ """
1527
+ BASIC = "Basic"
1528
+ HIGH_PERFORMANCE = "HighPerformance"
1529
+ STANDARD = "Standard"
1530
+ ULTRA_PERFORMANCE = "UltraPerformance"
1531
+ VPN_GW1 = "VpnGw1"
1532
+ VPN_GW2 = "VpnGw2"
1533
+ VPN_GW3 = "VpnGw3"
1534
+ VPN_GW4 = "VpnGw4"
1535
+ VPN_GW5 = "VpnGw5"
1536
+ VPN_GW1_AZ = "VpnGw1AZ"
1537
+ VPN_GW2_AZ = "VpnGw2AZ"
1538
+ VPN_GW3_AZ = "VpnGw3AZ"
1539
+ VPN_GW4_AZ = "VpnGw4AZ"
1540
+ VPN_GW5_AZ = "VpnGw5AZ"
1541
+ ER_GW1_AZ = "ErGw1AZ"
1542
+ ER_GW2_AZ = "ErGw2AZ"
1543
+ ER_GW3_AZ = "ErGw3AZ"
1544
+ ER_GW_SCALE = "ErGwScale"
1545
+
1546
+
1547
+ class VirtualNetworkGatewayType(str, Enum):
1548
+ """
1549
+ The type of this virtual network gateway.
1550
+ """
1551
+ VPN = "Vpn"
1552
+ EXPRESS_ROUTE = "ExpressRoute"
1553
+ LOCAL_GATEWAY = "LocalGateway"
1554
+
1555
+
1556
+ class VirtualNetworkPeeringLevel(str, Enum):
1557
+ """
1558
+ The peering sync status of the virtual network peering.
1559
+ """
1560
+ FULLY_IN_SYNC = "FullyInSync"
1561
+ REMOTE_NOT_IN_SYNC = "RemoteNotInSync"
1562
+ LOCAL_NOT_IN_SYNC = "LocalNotInSync"
1563
+ LOCAL_AND_REMOTE_NOT_IN_SYNC = "LocalAndRemoteNotInSync"
1564
+
1565
+
1566
+ class VirtualNetworkPeeringState(str, Enum):
1567
+ """
1568
+ The status of the virtual network peering.
1569
+ """
1570
+ INITIATED = "Initiated"
1571
+ CONNECTED = "Connected"
1572
+ DISCONNECTED = "Disconnected"
1573
+
1574
+
1575
+ class VirtualNetworkPrivateEndpointNetworkPolicies(str, Enum):
1576
+ """
1577
+ Enable or Disable apply network policies on private end point in the subnet.
1578
+ """
1579
+ ENABLED = "Enabled"
1580
+ DISABLED = "Disabled"
1581
+ NETWORK_SECURITY_GROUP_ENABLED = "NetworkSecurityGroupEnabled"
1582
+ ROUTE_TABLE_ENABLED = "RouteTableEnabled"
1583
+
1584
+
1585
+ class VirtualNetworkPrivateLinkServiceNetworkPolicies(str, Enum):
1586
+ """
1587
+ Enable or Disable apply network policies on private link service in the subnet.
1588
+ """
1589
+ ENABLED = "Enabled"
1590
+ DISABLED = "Disabled"
1591
+
1592
+
1593
+ class VnetLocalRouteOverrideCriteria(str, Enum):
1594
+ """
1595
+ Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
1596
+ """
1597
+ CONTAINS = "Contains"
1598
+ EQUAL = "Equal"
1599
+
1600
+
1601
+ class VpnAuthenticationType(str, Enum):
1602
+ """
1603
+ VPN authentication types enabled for the VpnServerConfiguration.
1604
+ """
1605
+ CERTIFICATE = "Certificate"
1606
+ RADIUS = "Radius"
1607
+ AAD = "AAD"
1608
+
1609
+
1610
+ class VpnClientProtocol(str, Enum):
1611
+ """
1612
+ VPN client protocol enabled for the virtual network gateway.
1613
+ """
1614
+ IKE_V2 = "IkeV2"
1615
+ SSTP = "SSTP"
1616
+ OPEN_VPN = "OpenVPN"
1617
+
1618
+
1619
+ class VpnGatewayGeneration(str, Enum):
1620
+ """
1621
+ The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
1622
+ """
1623
+ NONE = "None"
1624
+ GENERATION1 = "Generation1"
1625
+ GENERATION2 = "Generation2"
1626
+
1627
+
1628
+ class VpnGatewayTunnelingProtocol(str, Enum):
1629
+ """
1630
+ VPN protocol enabled for the VpnServerConfiguration.
1631
+ """
1632
+ IKE_V2 = "IkeV2"
1633
+ OPEN_VPN = "OpenVPN"
1634
+
1635
+
1636
+ class VpnLinkConnectionMode(str, Enum):
1637
+ """
1638
+ Vpn link connection mode.
1639
+ """
1640
+ DEFAULT = "Default"
1641
+ RESPONDER_ONLY = "ResponderOnly"
1642
+ INITIATOR_ONLY = "InitiatorOnly"
1643
+
1644
+
1645
+ class VpnNatRuleMode(str, Enum):
1646
+ """
1647
+ The Source NAT direction of a VPN NAT.
1648
+ """
1649
+ EGRESS_SNAT = "EgressSnat"
1650
+ INGRESS_SNAT = "IngressSnat"
1651
+
1652
+
1653
+ class VpnNatRuleType(str, Enum):
1654
+ """
1655
+ The type of NAT rule for VPN NAT.
1656
+ """
1657
+ STATIC = "Static"
1658
+ DYNAMIC = "Dynamic"
1659
+
1660
+
1661
+ class VpnPolicyMemberAttributeType(str, Enum):
1662
+ """
1663
+ The Vpn Policy member attribute type.
1664
+ """
1665
+ CERTIFICATE_GROUP_ID = "CertificateGroupId"
1666
+ AAD_GROUP_ID = "AADGroupId"
1667
+ RADIUS_AZURE_GROUP_ID = "RadiusAzureGroupId"
1668
+
1669
+
1670
+ class VpnType(str, Enum):
1671
+ """
1672
+ The type of this virtual network gateway.
1673
+ """
1674
+ POLICY_BASED = "PolicyBased"
1675
+ ROUTE_BASED = "RouteBased"
1676
+
1677
+
1678
+ class WebApplicationFirewallAction(str, Enum):
1679
+ """
1680
+ Type of Actions.
1681
+ """
1682
+ ALLOW = "Allow"
1683
+ BLOCK = "Block"
1684
+ LOG = "Log"
1685
+ JS_CHALLENGE = "JSChallenge"
1686
+
1687
+
1688
+ class WebApplicationFirewallEnabledState(str, Enum):
1689
+ """
1690
+ The state of the policy.
1691
+ """
1692
+ DISABLED = "Disabled"
1693
+ ENABLED = "Enabled"
1694
+
1695
+
1696
+ class WebApplicationFirewallMatchVariable(str, Enum):
1697
+ """
1698
+ Match Variable.
1699
+ """
1700
+ REMOTE_ADDR = "RemoteAddr"
1701
+ REQUEST_METHOD = "RequestMethod"
1702
+ QUERY_STRING = "QueryString"
1703
+ POST_ARGS = "PostArgs"
1704
+ REQUEST_URI = "RequestUri"
1705
+ REQUEST_HEADERS = "RequestHeaders"
1706
+ REQUEST_BODY = "RequestBody"
1707
+ REQUEST_COOKIES = "RequestCookies"
1708
+
1709
+
1710
+ class WebApplicationFirewallMode(str, Enum):
1711
+ """
1712
+ The mode of the policy.
1713
+ """
1714
+ PREVENTION = "Prevention"
1715
+ DETECTION = "Detection"
1716
+
1717
+
1718
+ class WebApplicationFirewallOperator(str, Enum):
1719
+ """
1720
+ The operator to be matched.
1721
+ """
1722
+ IP_MATCH = "IPMatch"
1723
+ EQUAL = "Equal"
1724
+ CONTAINS = "Contains"
1725
+ LESS_THAN = "LessThan"
1726
+ GREATER_THAN = "GreaterThan"
1727
+ LESS_THAN_OR_EQUAL = "LessThanOrEqual"
1728
+ GREATER_THAN_OR_EQUAL = "GreaterThanOrEqual"
1729
+ BEGINS_WITH = "BeginsWith"
1730
+ ENDS_WITH = "EndsWith"
1731
+ REGEX = "Regex"
1732
+ GEO_MATCH = "GeoMatch"
1733
+ ANY = "Any"
1734
+
1735
+
1736
+ class WebApplicationFirewallRuleType(str, Enum):
1737
+ """
1738
+ The rule type.
1739
+ """
1740
+ MATCH_RULE = "MatchRule"
1741
+ RATE_LIMIT_RULE = "RateLimitRule"
1742
+ INVALID = "Invalid"
1743
+
1744
+
1745
+ class WebApplicationFirewallScrubbingState(str, Enum):
1746
+ """
1747
+ State of the log scrubbing config. Default value is Enabled.
1748
+ """
1749
+ DISABLED = "Disabled"
1750
+ ENABLED = "Enabled"
1751
+
1752
+
1753
+ class WebApplicationFirewallState(str, Enum):
1754
+ """
1755
+ Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
1756
+ """
1757
+ DISABLED = "Disabled"
1758
+ ENABLED = "Enabled"
1759
+
1760
+
1761
+ class WebApplicationFirewallTransform(str, Enum):
1762
+ """
1763
+ Transforms applied before matching.
1764
+ """
1765
+ UPPERCASE = "Uppercase"
1766
+ LOWERCASE = "Lowercase"
1767
+ TRIM = "Trim"
1768
+ URL_DECODE = "UrlDecode"
1769
+ URL_ENCODE = "UrlEncode"
1770
+ REMOVE_NULLS = "RemoveNulls"
1771
+ HTML_ENTITY_DECODE = "HtmlEntityDecode"