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,3148 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AccountEncryptionResponse',
16
+ 'ActiveDirectoryResponse',
17
+ 'DailyScheduleResponse',
18
+ 'EncryptionIdentityResponse',
19
+ 'ExportPolicyRuleResponse',
20
+ 'HourlyScheduleResponse',
21
+ 'KeyVaultPropertiesResponse',
22
+ 'LdapSearchScopeOptResponse',
23
+ 'ManagedServiceIdentityResponse',
24
+ 'MonthlyScheduleResponse',
25
+ 'MountTargetPropertiesResponse',
26
+ 'PlacementKeyValuePairsResponse',
27
+ 'RemotePathResponse',
28
+ 'ReplicationObjectResponse',
29
+ 'ReplicationResponse',
30
+ 'SystemDataResponse',
31
+ 'UserAssignedIdentityResponse',
32
+ 'VolumeBackupPropertiesResponse',
33
+ 'VolumeBackupsResponse',
34
+ 'VolumeGroupMetaDataResponse',
35
+ 'VolumeGroupVolumePropertiesResponse',
36
+ 'VolumePropertiesResponseDataProtection',
37
+ 'VolumePropertiesResponseExportPolicy',
38
+ 'VolumeRelocationPropertiesResponse',
39
+ 'VolumeSnapshotPropertiesResponse',
40
+ 'WeeklyScheduleResponse',
41
+ ]
42
+
43
+ @pulumi.output_type
44
+ class AccountEncryptionResponse(dict):
45
+ """
46
+ Encryption settings
47
+ """
48
+ @staticmethod
49
+ def __key_warning(key: str):
50
+ suggest = None
51
+ if key == "keySource":
52
+ suggest = "key_source"
53
+ elif key == "keyVaultProperties":
54
+ suggest = "key_vault_properties"
55
+
56
+ if suggest:
57
+ pulumi.log.warn(f"Key '{key}' not found in AccountEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
58
+
59
+ def __getitem__(self, key: str) -> Any:
60
+ AccountEncryptionResponse.__key_warning(key)
61
+ return super().__getitem__(key)
62
+
63
+ def get(self, key: str, default = None) -> Any:
64
+ AccountEncryptionResponse.__key_warning(key)
65
+ return super().get(key, default)
66
+
67
+ def __init__(__self__, *,
68
+ identity: Optional['outputs.EncryptionIdentityResponse'] = None,
69
+ key_source: Optional[str] = None,
70
+ key_vault_properties: Optional['outputs.KeyVaultPropertiesResponse'] = None):
71
+ """
72
+ Encryption settings
73
+ :param 'EncryptionIdentityResponse' identity: Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'.
74
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault
75
+ :param 'KeyVaultPropertiesResponse' key_vault_properties: Properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'.
76
+ """
77
+ if identity is not None:
78
+ pulumi.set(__self__, "identity", identity)
79
+ if key_source is None:
80
+ key_source = 'Microsoft.NetApp'
81
+ if key_source is not None:
82
+ pulumi.set(__self__, "key_source", key_source)
83
+ if key_vault_properties is not None:
84
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def identity(self) -> Optional['outputs.EncryptionIdentityResponse']:
89
+ """
90
+ Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'.
91
+ """
92
+ return pulumi.get(self, "identity")
93
+
94
+ @property
95
+ @pulumi.getter(name="keySource")
96
+ def key_source(self) -> Optional[str]:
97
+ """
98
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault
99
+ """
100
+ return pulumi.get(self, "key_source")
101
+
102
+ @property
103
+ @pulumi.getter(name="keyVaultProperties")
104
+ def key_vault_properties(self) -> Optional['outputs.KeyVaultPropertiesResponse']:
105
+ """
106
+ Properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'.
107
+ """
108
+ return pulumi.get(self, "key_vault_properties")
109
+
110
+
111
+ @pulumi.output_type
112
+ class ActiveDirectoryResponse(dict):
113
+ """
114
+ Active Directory
115
+ """
116
+ @staticmethod
117
+ def __key_warning(key: str):
118
+ suggest = None
119
+ if key == "statusDetails":
120
+ suggest = "status_details"
121
+ elif key == "activeDirectoryId":
122
+ suggest = "active_directory_id"
123
+ elif key == "adName":
124
+ suggest = "ad_name"
125
+ elif key == "aesEncryption":
126
+ suggest = "aes_encryption"
127
+ elif key == "allowLocalNfsUsersWithLdap":
128
+ suggest = "allow_local_nfs_users_with_ldap"
129
+ elif key == "backupOperators":
130
+ suggest = "backup_operators"
131
+ elif key == "encryptDCConnections":
132
+ suggest = "encrypt_dc_connections"
133
+ elif key == "kdcIP":
134
+ suggest = "kdc_ip"
135
+ elif key == "ldapOverTLS":
136
+ suggest = "ldap_over_tls"
137
+ elif key == "ldapSearchScope":
138
+ suggest = "ldap_search_scope"
139
+ elif key == "ldapSigning":
140
+ suggest = "ldap_signing"
141
+ elif key == "organizationalUnit":
142
+ suggest = "organizational_unit"
143
+ elif key == "preferredServersForLdapClient":
144
+ suggest = "preferred_servers_for_ldap_client"
145
+ elif key == "securityOperators":
146
+ suggest = "security_operators"
147
+ elif key == "serverRootCACertificate":
148
+ suggest = "server_root_ca_certificate"
149
+ elif key == "smbServerName":
150
+ suggest = "smb_server_name"
151
+
152
+ if suggest:
153
+ pulumi.log.warn(f"Key '{key}' not found in ActiveDirectoryResponse. Access the value via the '{suggest}' property getter instead.")
154
+
155
+ def __getitem__(self, key: str) -> Any:
156
+ ActiveDirectoryResponse.__key_warning(key)
157
+ return super().__getitem__(key)
158
+
159
+ def get(self, key: str, default = None) -> Any:
160
+ ActiveDirectoryResponse.__key_warning(key)
161
+ return super().get(key, default)
162
+
163
+ def __init__(__self__, *,
164
+ status: str,
165
+ status_details: str,
166
+ active_directory_id: Optional[str] = None,
167
+ ad_name: Optional[str] = None,
168
+ administrators: Optional[Sequence[str]] = None,
169
+ aes_encryption: Optional[bool] = None,
170
+ allow_local_nfs_users_with_ldap: Optional[bool] = None,
171
+ backup_operators: Optional[Sequence[str]] = None,
172
+ dns: Optional[str] = None,
173
+ domain: Optional[str] = None,
174
+ encrypt_dc_connections: Optional[bool] = None,
175
+ kdc_ip: Optional[str] = None,
176
+ ldap_over_tls: Optional[bool] = None,
177
+ ldap_search_scope: Optional['outputs.LdapSearchScopeOptResponse'] = None,
178
+ ldap_signing: Optional[bool] = None,
179
+ organizational_unit: Optional[str] = None,
180
+ password: Optional[str] = None,
181
+ preferred_servers_for_ldap_client: Optional[str] = None,
182
+ security_operators: Optional[Sequence[str]] = None,
183
+ server_root_ca_certificate: Optional[str] = None,
184
+ site: Optional[str] = None,
185
+ smb_server_name: Optional[str] = None,
186
+ username: Optional[str] = None):
187
+ """
188
+ Active Directory
189
+ :param str status: Status of the Active Directory
190
+ :param str status_details: Any details in regards to the Status of the Active Directory
191
+ :param str active_directory_id: Id of the Active Directory
192
+ :param str ad_name: Name of the active directory machine. This optional parameter is used only while creating kerberos volume
193
+ :param Sequence[str] administrators: Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier
194
+ :param bool aes_encryption: If enabled, AES encryption will be enabled for SMB communication.
195
+ :param bool allow_local_nfs_users_with_ldap: If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes.
196
+ :param Sequence[str] backup_operators: Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier
197
+ :param str dns: Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain
198
+ :param str domain: Name of the Active Directory domain
199
+ :param bool encrypt_dc_connections: If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.
200
+ :param str kdc_ip: kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume.
201
+ :param bool ldap_over_tls: Specifies whether or not the LDAP traffic needs to be secured via TLS.
202
+ :param 'LdapSearchScopeOptResponse' ldap_search_scope: LDAP Search scope options
203
+ :param bool ldap_signing: Specifies whether or not the LDAP traffic needs to be signed.
204
+ :param str organizational_unit: The Organizational Unit (OU) within the Windows Active Directory
205
+ :param str password: Plain text password of Active Directory domain administrator, value is masked in the response
206
+ :param str preferred_servers_for_ldap_client: Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed.
207
+ :param Sequence[str] security_operators: Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier
208
+ :param str server_root_ca_certificate: When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes.
209
+ :param str site: The Active Directory site the service will limit Domain Controller discovery to
210
+ :param str smb_server_name: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes
211
+ :param str username: A domain user account with permission to create machine accounts
212
+ """
213
+ pulumi.set(__self__, "status", status)
214
+ pulumi.set(__self__, "status_details", status_details)
215
+ if active_directory_id is not None:
216
+ pulumi.set(__self__, "active_directory_id", active_directory_id)
217
+ if ad_name is not None:
218
+ pulumi.set(__self__, "ad_name", ad_name)
219
+ if administrators is not None:
220
+ pulumi.set(__self__, "administrators", administrators)
221
+ if aes_encryption is not None:
222
+ pulumi.set(__self__, "aes_encryption", aes_encryption)
223
+ if allow_local_nfs_users_with_ldap is not None:
224
+ pulumi.set(__self__, "allow_local_nfs_users_with_ldap", allow_local_nfs_users_with_ldap)
225
+ if backup_operators is not None:
226
+ pulumi.set(__self__, "backup_operators", backup_operators)
227
+ if dns is not None:
228
+ pulumi.set(__self__, "dns", dns)
229
+ if domain is not None:
230
+ pulumi.set(__self__, "domain", domain)
231
+ if encrypt_dc_connections is not None:
232
+ pulumi.set(__self__, "encrypt_dc_connections", encrypt_dc_connections)
233
+ if kdc_ip is not None:
234
+ pulumi.set(__self__, "kdc_ip", kdc_ip)
235
+ if ldap_over_tls is not None:
236
+ pulumi.set(__self__, "ldap_over_tls", ldap_over_tls)
237
+ if ldap_search_scope is not None:
238
+ pulumi.set(__self__, "ldap_search_scope", ldap_search_scope)
239
+ if ldap_signing is not None:
240
+ pulumi.set(__self__, "ldap_signing", ldap_signing)
241
+ if organizational_unit is None:
242
+ organizational_unit = 'CN=Computers'
243
+ if organizational_unit is not None:
244
+ pulumi.set(__self__, "organizational_unit", organizational_unit)
245
+ if password is not None:
246
+ pulumi.set(__self__, "password", password)
247
+ if preferred_servers_for_ldap_client is not None:
248
+ pulumi.set(__self__, "preferred_servers_for_ldap_client", preferred_servers_for_ldap_client)
249
+ if security_operators is not None:
250
+ pulumi.set(__self__, "security_operators", security_operators)
251
+ if server_root_ca_certificate is not None:
252
+ pulumi.set(__self__, "server_root_ca_certificate", server_root_ca_certificate)
253
+ if site is not None:
254
+ pulumi.set(__self__, "site", site)
255
+ if smb_server_name is not None:
256
+ pulumi.set(__self__, "smb_server_name", smb_server_name)
257
+ if username is not None:
258
+ pulumi.set(__self__, "username", username)
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def status(self) -> str:
263
+ """
264
+ Status of the Active Directory
265
+ """
266
+ return pulumi.get(self, "status")
267
+
268
+ @property
269
+ @pulumi.getter(name="statusDetails")
270
+ def status_details(self) -> str:
271
+ """
272
+ Any details in regards to the Status of the Active Directory
273
+ """
274
+ return pulumi.get(self, "status_details")
275
+
276
+ @property
277
+ @pulumi.getter(name="activeDirectoryId")
278
+ def active_directory_id(self) -> Optional[str]:
279
+ """
280
+ Id of the Active Directory
281
+ """
282
+ return pulumi.get(self, "active_directory_id")
283
+
284
+ @property
285
+ @pulumi.getter(name="adName")
286
+ def ad_name(self) -> Optional[str]:
287
+ """
288
+ Name of the active directory machine. This optional parameter is used only while creating kerberos volume
289
+ """
290
+ return pulumi.get(self, "ad_name")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def administrators(self) -> Optional[Sequence[str]]:
295
+ """
296
+ Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier
297
+ """
298
+ return pulumi.get(self, "administrators")
299
+
300
+ @property
301
+ @pulumi.getter(name="aesEncryption")
302
+ def aes_encryption(self) -> Optional[bool]:
303
+ """
304
+ If enabled, AES encryption will be enabled for SMB communication.
305
+ """
306
+ return pulumi.get(self, "aes_encryption")
307
+
308
+ @property
309
+ @pulumi.getter(name="allowLocalNfsUsersWithLdap")
310
+ def allow_local_nfs_users_with_ldap(self) -> Optional[bool]:
311
+ """
312
+ If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes.
313
+ """
314
+ return pulumi.get(self, "allow_local_nfs_users_with_ldap")
315
+
316
+ @property
317
+ @pulumi.getter(name="backupOperators")
318
+ def backup_operators(self) -> Optional[Sequence[str]]:
319
+ """
320
+ Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier
321
+ """
322
+ return pulumi.get(self, "backup_operators")
323
+
324
+ @property
325
+ @pulumi.getter
326
+ def dns(self) -> Optional[str]:
327
+ """
328
+ Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain
329
+ """
330
+ return pulumi.get(self, "dns")
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def domain(self) -> Optional[str]:
335
+ """
336
+ Name of the Active Directory domain
337
+ """
338
+ return pulumi.get(self, "domain")
339
+
340
+ @property
341
+ @pulumi.getter(name="encryptDCConnections")
342
+ def encrypt_dc_connections(self) -> Optional[bool]:
343
+ """
344
+ If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.
345
+ """
346
+ return pulumi.get(self, "encrypt_dc_connections")
347
+
348
+ @property
349
+ @pulumi.getter(name="kdcIP")
350
+ def kdc_ip(self) -> Optional[str]:
351
+ """
352
+ kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume.
353
+ """
354
+ return pulumi.get(self, "kdc_ip")
355
+
356
+ @property
357
+ @pulumi.getter(name="ldapOverTLS")
358
+ def ldap_over_tls(self) -> Optional[bool]:
359
+ """
360
+ Specifies whether or not the LDAP traffic needs to be secured via TLS.
361
+ """
362
+ return pulumi.get(self, "ldap_over_tls")
363
+
364
+ @property
365
+ @pulumi.getter(name="ldapSearchScope")
366
+ def ldap_search_scope(self) -> Optional['outputs.LdapSearchScopeOptResponse']:
367
+ """
368
+ LDAP Search scope options
369
+ """
370
+ return pulumi.get(self, "ldap_search_scope")
371
+
372
+ @property
373
+ @pulumi.getter(name="ldapSigning")
374
+ def ldap_signing(self) -> Optional[bool]:
375
+ """
376
+ Specifies whether or not the LDAP traffic needs to be signed.
377
+ """
378
+ return pulumi.get(self, "ldap_signing")
379
+
380
+ @property
381
+ @pulumi.getter(name="organizationalUnit")
382
+ def organizational_unit(self) -> Optional[str]:
383
+ """
384
+ The Organizational Unit (OU) within the Windows Active Directory
385
+ """
386
+ return pulumi.get(self, "organizational_unit")
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def password(self) -> Optional[str]:
391
+ """
392
+ Plain text password of Active Directory domain administrator, value is masked in the response
393
+ """
394
+ return pulumi.get(self, "password")
395
+
396
+ @property
397
+ @pulumi.getter(name="preferredServersForLdapClient")
398
+ def preferred_servers_for_ldap_client(self) -> Optional[str]:
399
+ """
400
+ Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed.
401
+ """
402
+ return pulumi.get(self, "preferred_servers_for_ldap_client")
403
+
404
+ @property
405
+ @pulumi.getter(name="securityOperators")
406
+ def security_operators(self) -> Optional[Sequence[str]]:
407
+ """
408
+ Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier
409
+ """
410
+ return pulumi.get(self, "security_operators")
411
+
412
+ @property
413
+ @pulumi.getter(name="serverRootCACertificate")
414
+ def server_root_ca_certificate(self) -> Optional[str]:
415
+ """
416
+ When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes.
417
+ """
418
+ return pulumi.get(self, "server_root_ca_certificate")
419
+
420
+ @property
421
+ @pulumi.getter
422
+ def site(self) -> Optional[str]:
423
+ """
424
+ The Active Directory site the service will limit Domain Controller discovery to
425
+ """
426
+ return pulumi.get(self, "site")
427
+
428
+ @property
429
+ @pulumi.getter(name="smbServerName")
430
+ def smb_server_name(self) -> Optional[str]:
431
+ """
432
+ NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes
433
+ """
434
+ return pulumi.get(self, "smb_server_name")
435
+
436
+ @property
437
+ @pulumi.getter
438
+ def username(self) -> Optional[str]:
439
+ """
440
+ A domain user account with permission to create machine accounts
441
+ """
442
+ return pulumi.get(self, "username")
443
+
444
+
445
+ @pulumi.output_type
446
+ class DailyScheduleResponse(dict):
447
+ """
448
+ Daily Schedule properties
449
+ """
450
+ @staticmethod
451
+ def __key_warning(key: str):
452
+ suggest = None
453
+ if key == "snapshotsToKeep":
454
+ suggest = "snapshots_to_keep"
455
+ elif key == "usedBytes":
456
+ suggest = "used_bytes"
457
+
458
+ if suggest:
459
+ pulumi.log.warn(f"Key '{key}' not found in DailyScheduleResponse. Access the value via the '{suggest}' property getter instead.")
460
+
461
+ def __getitem__(self, key: str) -> Any:
462
+ DailyScheduleResponse.__key_warning(key)
463
+ return super().__getitem__(key)
464
+
465
+ def get(self, key: str, default = None) -> Any:
466
+ DailyScheduleResponse.__key_warning(key)
467
+ return super().get(key, default)
468
+
469
+ def __init__(__self__, *,
470
+ hour: Optional[int] = None,
471
+ minute: Optional[int] = None,
472
+ snapshots_to_keep: Optional[int] = None,
473
+ used_bytes: Optional[float] = None):
474
+ """
475
+ Daily Schedule properties
476
+ :param int hour: Indicates which hour in UTC timezone a snapshot should be taken
477
+ :param int minute: Indicates which minute snapshot should be taken
478
+ :param int snapshots_to_keep: Daily snapshot count to keep
479
+ :param float used_bytes: Resource size in bytes, current storage usage for the volume in bytes
480
+ """
481
+ if hour is not None:
482
+ pulumi.set(__self__, "hour", hour)
483
+ if minute is not None:
484
+ pulumi.set(__self__, "minute", minute)
485
+ if snapshots_to_keep is not None:
486
+ pulumi.set(__self__, "snapshots_to_keep", snapshots_to_keep)
487
+ if used_bytes is not None:
488
+ pulumi.set(__self__, "used_bytes", used_bytes)
489
+
490
+ @property
491
+ @pulumi.getter
492
+ def hour(self) -> Optional[int]:
493
+ """
494
+ Indicates which hour in UTC timezone a snapshot should be taken
495
+ """
496
+ return pulumi.get(self, "hour")
497
+
498
+ @property
499
+ @pulumi.getter
500
+ def minute(self) -> Optional[int]:
501
+ """
502
+ Indicates which minute snapshot should be taken
503
+ """
504
+ return pulumi.get(self, "minute")
505
+
506
+ @property
507
+ @pulumi.getter(name="snapshotsToKeep")
508
+ def snapshots_to_keep(self) -> Optional[int]:
509
+ """
510
+ Daily snapshot count to keep
511
+ """
512
+ return pulumi.get(self, "snapshots_to_keep")
513
+
514
+ @property
515
+ @pulumi.getter(name="usedBytes")
516
+ def used_bytes(self) -> Optional[float]:
517
+ """
518
+ Resource size in bytes, current storage usage for the volume in bytes
519
+ """
520
+ return pulumi.get(self, "used_bytes")
521
+
522
+
523
+ @pulumi.output_type
524
+ class EncryptionIdentityResponse(dict):
525
+ """
526
+ Identity used to authenticate with key vault.
527
+ """
528
+ @staticmethod
529
+ def __key_warning(key: str):
530
+ suggest = None
531
+ if key == "principalId":
532
+ suggest = "principal_id"
533
+ elif key == "userAssignedIdentity":
534
+ suggest = "user_assigned_identity"
535
+
536
+ if suggest:
537
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionIdentityResponse. Access the value via the '{suggest}' property getter instead.")
538
+
539
+ def __getitem__(self, key: str) -> Any:
540
+ EncryptionIdentityResponse.__key_warning(key)
541
+ return super().__getitem__(key)
542
+
543
+ def get(self, key: str, default = None) -> Any:
544
+ EncryptionIdentityResponse.__key_warning(key)
545
+ return super().get(key, default)
546
+
547
+ def __init__(__self__, *,
548
+ principal_id: str,
549
+ user_assigned_identity: Optional[str] = None):
550
+ """
551
+ Identity used to authenticate with key vault.
552
+ :param str principal_id: The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.
553
+ :param str user_assigned_identity: The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.
554
+ """
555
+ pulumi.set(__self__, "principal_id", principal_id)
556
+ if user_assigned_identity is not None:
557
+ pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
558
+
559
+ @property
560
+ @pulumi.getter(name="principalId")
561
+ def principal_id(self) -> str:
562
+ """
563
+ The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.
564
+ """
565
+ return pulumi.get(self, "principal_id")
566
+
567
+ @property
568
+ @pulumi.getter(name="userAssignedIdentity")
569
+ def user_assigned_identity(self) -> Optional[str]:
570
+ """
571
+ The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.
572
+ """
573
+ return pulumi.get(self, "user_assigned_identity")
574
+
575
+
576
+ @pulumi.output_type
577
+ class ExportPolicyRuleResponse(dict):
578
+ """
579
+ Volume Export Policy Rule
580
+ """
581
+ @staticmethod
582
+ def __key_warning(key: str):
583
+ suggest = None
584
+ if key == "allowedClients":
585
+ suggest = "allowed_clients"
586
+ elif key == "chownMode":
587
+ suggest = "chown_mode"
588
+ elif key == "hasRootAccess":
589
+ suggest = "has_root_access"
590
+ elif key == "kerberos5ReadOnly":
591
+ suggest = "kerberos5_read_only"
592
+ elif key == "kerberos5ReadWrite":
593
+ suggest = "kerberos5_read_write"
594
+ elif key == "kerberos5iReadOnly":
595
+ suggest = "kerberos5i_read_only"
596
+ elif key == "kerberos5iReadWrite":
597
+ suggest = "kerberos5i_read_write"
598
+ elif key == "kerberos5pReadOnly":
599
+ suggest = "kerberos5p_read_only"
600
+ elif key == "kerberos5pReadWrite":
601
+ suggest = "kerberos5p_read_write"
602
+ elif key == "ruleIndex":
603
+ suggest = "rule_index"
604
+ elif key == "unixReadOnly":
605
+ suggest = "unix_read_only"
606
+ elif key == "unixReadWrite":
607
+ suggest = "unix_read_write"
608
+
609
+ if suggest:
610
+ pulumi.log.warn(f"Key '{key}' not found in ExportPolicyRuleResponse. Access the value via the '{suggest}' property getter instead.")
611
+
612
+ def __getitem__(self, key: str) -> Any:
613
+ ExportPolicyRuleResponse.__key_warning(key)
614
+ return super().__getitem__(key)
615
+
616
+ def get(self, key: str, default = None) -> Any:
617
+ ExportPolicyRuleResponse.__key_warning(key)
618
+ return super().get(key, default)
619
+
620
+ def __init__(__self__, *,
621
+ allowed_clients: Optional[str] = None,
622
+ chown_mode: Optional[str] = None,
623
+ cifs: Optional[bool] = None,
624
+ has_root_access: Optional[bool] = None,
625
+ kerberos5_read_only: Optional[bool] = None,
626
+ kerberos5_read_write: Optional[bool] = None,
627
+ kerberos5i_read_only: Optional[bool] = None,
628
+ kerberos5i_read_write: Optional[bool] = None,
629
+ kerberos5p_read_only: Optional[bool] = None,
630
+ kerberos5p_read_write: Optional[bool] = None,
631
+ nfsv3: Optional[bool] = None,
632
+ nfsv41: Optional[bool] = None,
633
+ rule_index: Optional[int] = None,
634
+ unix_read_only: Optional[bool] = None,
635
+ unix_read_write: Optional[bool] = None):
636
+ """
637
+ Volume Export Policy Rule
638
+ :param str allowed_clients: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
639
+ :param str chown_mode: This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
640
+ :param bool cifs: Allows CIFS protocol
641
+ :param bool has_root_access: Has root access to volume
642
+ :param bool kerberos5_read_only: Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
643
+ :param bool kerberos5_read_write: Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
644
+ :param bool kerberos5i_read_only: Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
645
+ :param bool kerberos5i_read_write: Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
646
+ :param bool kerberos5p_read_only: Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
647
+ :param bool kerberos5p_read_write: Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
648
+ :param bool nfsv3: Allows NFSv3 protocol. Enable only for NFSv3 type volumes
649
+ :param bool nfsv41: Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
650
+ :param int rule_index: Order index
651
+ :param bool unix_read_only: Read only access
652
+ :param bool unix_read_write: Read and write access
653
+ """
654
+ if allowed_clients is not None:
655
+ pulumi.set(__self__, "allowed_clients", allowed_clients)
656
+ if chown_mode is None:
657
+ chown_mode = 'Restricted'
658
+ if chown_mode is not None:
659
+ pulumi.set(__self__, "chown_mode", chown_mode)
660
+ if cifs is not None:
661
+ pulumi.set(__self__, "cifs", cifs)
662
+ if has_root_access is None:
663
+ has_root_access = True
664
+ if has_root_access is not None:
665
+ pulumi.set(__self__, "has_root_access", has_root_access)
666
+ if kerberos5_read_only is None:
667
+ kerberos5_read_only = False
668
+ if kerberos5_read_only is not None:
669
+ pulumi.set(__self__, "kerberos5_read_only", kerberos5_read_only)
670
+ if kerberos5_read_write is None:
671
+ kerberos5_read_write = False
672
+ if kerberos5_read_write is not None:
673
+ pulumi.set(__self__, "kerberos5_read_write", kerberos5_read_write)
674
+ if kerberos5i_read_only is None:
675
+ kerberos5i_read_only = False
676
+ if kerberos5i_read_only is not None:
677
+ pulumi.set(__self__, "kerberos5i_read_only", kerberos5i_read_only)
678
+ if kerberos5i_read_write is None:
679
+ kerberos5i_read_write = False
680
+ if kerberos5i_read_write is not None:
681
+ pulumi.set(__self__, "kerberos5i_read_write", kerberos5i_read_write)
682
+ if kerberos5p_read_only is None:
683
+ kerberos5p_read_only = False
684
+ if kerberos5p_read_only is not None:
685
+ pulumi.set(__self__, "kerberos5p_read_only", kerberos5p_read_only)
686
+ if kerberos5p_read_write is None:
687
+ kerberos5p_read_write = False
688
+ if kerberos5p_read_write is not None:
689
+ pulumi.set(__self__, "kerberos5p_read_write", kerberos5p_read_write)
690
+ if nfsv3 is not None:
691
+ pulumi.set(__self__, "nfsv3", nfsv3)
692
+ if nfsv41 is not None:
693
+ pulumi.set(__self__, "nfsv41", nfsv41)
694
+ if rule_index is not None:
695
+ pulumi.set(__self__, "rule_index", rule_index)
696
+ if unix_read_only is not None:
697
+ pulumi.set(__self__, "unix_read_only", unix_read_only)
698
+ if unix_read_write is not None:
699
+ pulumi.set(__self__, "unix_read_write", unix_read_write)
700
+
701
+ @property
702
+ @pulumi.getter(name="allowedClients")
703
+ def allowed_clients(self) -> Optional[str]:
704
+ """
705
+ Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
706
+ """
707
+ return pulumi.get(self, "allowed_clients")
708
+
709
+ @property
710
+ @pulumi.getter(name="chownMode")
711
+ def chown_mode(self) -> Optional[str]:
712
+ """
713
+ This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
714
+ """
715
+ return pulumi.get(self, "chown_mode")
716
+
717
+ @property
718
+ @pulumi.getter
719
+ def cifs(self) -> Optional[bool]:
720
+ """
721
+ Allows CIFS protocol
722
+ """
723
+ return pulumi.get(self, "cifs")
724
+
725
+ @property
726
+ @pulumi.getter(name="hasRootAccess")
727
+ def has_root_access(self) -> Optional[bool]:
728
+ """
729
+ Has root access to volume
730
+ """
731
+ return pulumi.get(self, "has_root_access")
732
+
733
+ @property
734
+ @pulumi.getter(name="kerberos5ReadOnly")
735
+ def kerberos5_read_only(self) -> Optional[bool]:
736
+ """
737
+ Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
738
+ """
739
+ return pulumi.get(self, "kerberos5_read_only")
740
+
741
+ @property
742
+ @pulumi.getter(name="kerberos5ReadWrite")
743
+ def kerberos5_read_write(self) -> Optional[bool]:
744
+ """
745
+ Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
746
+ """
747
+ return pulumi.get(self, "kerberos5_read_write")
748
+
749
+ @property
750
+ @pulumi.getter(name="kerberos5iReadOnly")
751
+ def kerberos5i_read_only(self) -> Optional[bool]:
752
+ """
753
+ Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
754
+ """
755
+ return pulumi.get(self, "kerberos5i_read_only")
756
+
757
+ @property
758
+ @pulumi.getter(name="kerberos5iReadWrite")
759
+ def kerberos5i_read_write(self) -> Optional[bool]:
760
+ """
761
+ Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
762
+ """
763
+ return pulumi.get(self, "kerberos5i_read_write")
764
+
765
+ @property
766
+ @pulumi.getter(name="kerberos5pReadOnly")
767
+ def kerberos5p_read_only(self) -> Optional[bool]:
768
+ """
769
+ Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
770
+ """
771
+ return pulumi.get(self, "kerberos5p_read_only")
772
+
773
+ @property
774
+ @pulumi.getter(name="kerberos5pReadWrite")
775
+ def kerberos5p_read_write(self) -> Optional[bool]:
776
+ """
777
+ Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
778
+ """
779
+ return pulumi.get(self, "kerberos5p_read_write")
780
+
781
+ @property
782
+ @pulumi.getter
783
+ def nfsv3(self) -> Optional[bool]:
784
+ """
785
+ Allows NFSv3 protocol. Enable only for NFSv3 type volumes
786
+ """
787
+ return pulumi.get(self, "nfsv3")
788
+
789
+ @property
790
+ @pulumi.getter
791
+ def nfsv41(self) -> Optional[bool]:
792
+ """
793
+ Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
794
+ """
795
+ return pulumi.get(self, "nfsv41")
796
+
797
+ @property
798
+ @pulumi.getter(name="ruleIndex")
799
+ def rule_index(self) -> Optional[int]:
800
+ """
801
+ Order index
802
+ """
803
+ return pulumi.get(self, "rule_index")
804
+
805
+ @property
806
+ @pulumi.getter(name="unixReadOnly")
807
+ def unix_read_only(self) -> Optional[bool]:
808
+ """
809
+ Read only access
810
+ """
811
+ return pulumi.get(self, "unix_read_only")
812
+
813
+ @property
814
+ @pulumi.getter(name="unixReadWrite")
815
+ def unix_read_write(self) -> Optional[bool]:
816
+ """
817
+ Read and write access
818
+ """
819
+ return pulumi.get(self, "unix_read_write")
820
+
821
+
822
+ @pulumi.output_type
823
+ class HourlyScheduleResponse(dict):
824
+ """
825
+ Hourly Schedule properties
826
+ """
827
+ @staticmethod
828
+ def __key_warning(key: str):
829
+ suggest = None
830
+ if key == "snapshotsToKeep":
831
+ suggest = "snapshots_to_keep"
832
+ elif key == "usedBytes":
833
+ suggest = "used_bytes"
834
+
835
+ if suggest:
836
+ pulumi.log.warn(f"Key '{key}' not found in HourlyScheduleResponse. Access the value via the '{suggest}' property getter instead.")
837
+
838
+ def __getitem__(self, key: str) -> Any:
839
+ HourlyScheduleResponse.__key_warning(key)
840
+ return super().__getitem__(key)
841
+
842
+ def get(self, key: str, default = None) -> Any:
843
+ HourlyScheduleResponse.__key_warning(key)
844
+ return super().get(key, default)
845
+
846
+ def __init__(__self__, *,
847
+ minute: Optional[int] = None,
848
+ snapshots_to_keep: Optional[int] = None,
849
+ used_bytes: Optional[float] = None):
850
+ """
851
+ Hourly Schedule properties
852
+ :param int minute: Indicates which minute snapshot should be taken
853
+ :param int snapshots_to_keep: Hourly snapshot count to keep
854
+ :param float used_bytes: Resource size in bytes, current storage usage for the volume in bytes
855
+ """
856
+ if minute is not None:
857
+ pulumi.set(__self__, "minute", minute)
858
+ if snapshots_to_keep is not None:
859
+ pulumi.set(__self__, "snapshots_to_keep", snapshots_to_keep)
860
+ if used_bytes is not None:
861
+ pulumi.set(__self__, "used_bytes", used_bytes)
862
+
863
+ @property
864
+ @pulumi.getter
865
+ def minute(self) -> Optional[int]:
866
+ """
867
+ Indicates which minute snapshot should be taken
868
+ """
869
+ return pulumi.get(self, "minute")
870
+
871
+ @property
872
+ @pulumi.getter(name="snapshotsToKeep")
873
+ def snapshots_to_keep(self) -> Optional[int]:
874
+ """
875
+ Hourly snapshot count to keep
876
+ """
877
+ return pulumi.get(self, "snapshots_to_keep")
878
+
879
+ @property
880
+ @pulumi.getter(name="usedBytes")
881
+ def used_bytes(self) -> Optional[float]:
882
+ """
883
+ Resource size in bytes, current storage usage for the volume in bytes
884
+ """
885
+ return pulumi.get(self, "used_bytes")
886
+
887
+
888
+ @pulumi.output_type
889
+ class KeyVaultPropertiesResponse(dict):
890
+ """
891
+ Properties of key vault.
892
+ """
893
+ @staticmethod
894
+ def __key_warning(key: str):
895
+ suggest = None
896
+ if key == "keyName":
897
+ suggest = "key_name"
898
+ elif key == "keyVaultId":
899
+ suggest = "key_vault_id"
900
+ elif key == "keyVaultResourceId":
901
+ suggest = "key_vault_resource_id"
902
+ elif key == "keyVaultUri":
903
+ suggest = "key_vault_uri"
904
+
905
+ if suggest:
906
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
907
+
908
+ def __getitem__(self, key: str) -> Any:
909
+ KeyVaultPropertiesResponse.__key_warning(key)
910
+ return super().__getitem__(key)
911
+
912
+ def get(self, key: str, default = None) -> Any:
913
+ KeyVaultPropertiesResponse.__key_warning(key)
914
+ return super().get(key, default)
915
+
916
+ def __init__(__self__, *,
917
+ key_name: str,
918
+ key_vault_id: str,
919
+ key_vault_resource_id: str,
920
+ key_vault_uri: str,
921
+ status: str):
922
+ """
923
+ Properties of key vault.
924
+ :param str key_name: The name of KeyVault key.
925
+ :param str key_vault_id: UUID v4 used to identify the Azure Key Vault configuration
926
+ :param str key_vault_resource_id: The resource ID of KeyVault.
927
+ :param str key_vault_uri: The Uri of KeyVault.
928
+ :param str status: Status of the KeyVault connection.
929
+ """
930
+ pulumi.set(__self__, "key_name", key_name)
931
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
932
+ pulumi.set(__self__, "key_vault_resource_id", key_vault_resource_id)
933
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
934
+ pulumi.set(__self__, "status", status)
935
+
936
+ @property
937
+ @pulumi.getter(name="keyName")
938
+ def key_name(self) -> str:
939
+ """
940
+ The name of KeyVault key.
941
+ """
942
+ return pulumi.get(self, "key_name")
943
+
944
+ @property
945
+ @pulumi.getter(name="keyVaultId")
946
+ def key_vault_id(self) -> str:
947
+ """
948
+ UUID v4 used to identify the Azure Key Vault configuration
949
+ """
950
+ return pulumi.get(self, "key_vault_id")
951
+
952
+ @property
953
+ @pulumi.getter(name="keyVaultResourceId")
954
+ def key_vault_resource_id(self) -> str:
955
+ """
956
+ The resource ID of KeyVault.
957
+ """
958
+ return pulumi.get(self, "key_vault_resource_id")
959
+
960
+ @property
961
+ @pulumi.getter(name="keyVaultUri")
962
+ def key_vault_uri(self) -> str:
963
+ """
964
+ The Uri of KeyVault.
965
+ """
966
+ return pulumi.get(self, "key_vault_uri")
967
+
968
+ @property
969
+ @pulumi.getter
970
+ def status(self) -> str:
971
+ """
972
+ Status of the KeyVault connection.
973
+ """
974
+ return pulumi.get(self, "status")
975
+
976
+
977
+ @pulumi.output_type
978
+ class LdapSearchScopeOptResponse(dict):
979
+ """
980
+ LDAP search scope
981
+ """
982
+ @staticmethod
983
+ def __key_warning(key: str):
984
+ suggest = None
985
+ if key == "groupDN":
986
+ suggest = "group_dn"
987
+ elif key == "groupMembershipFilter":
988
+ suggest = "group_membership_filter"
989
+ elif key == "userDN":
990
+ suggest = "user_dn"
991
+
992
+ if suggest:
993
+ pulumi.log.warn(f"Key '{key}' not found in LdapSearchScopeOptResponse. Access the value via the '{suggest}' property getter instead.")
994
+
995
+ def __getitem__(self, key: str) -> Any:
996
+ LdapSearchScopeOptResponse.__key_warning(key)
997
+ return super().__getitem__(key)
998
+
999
+ def get(self, key: str, default = None) -> Any:
1000
+ LdapSearchScopeOptResponse.__key_warning(key)
1001
+ return super().get(key, default)
1002
+
1003
+ def __init__(__self__, *,
1004
+ group_dn: Optional[str] = None,
1005
+ group_membership_filter: Optional[str] = None,
1006
+ user_dn: Optional[str] = None):
1007
+ """
1008
+ LDAP search scope
1009
+ :param str group_dn: This specifies the group DN, which overrides the base DN for group lookups.
1010
+ :param str group_membership_filter: This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server.
1011
+ :param str user_dn: This specifies the user DN, which overrides the base DN for user lookups.
1012
+ """
1013
+ if group_dn is not None:
1014
+ pulumi.set(__self__, "group_dn", group_dn)
1015
+ if group_membership_filter is not None:
1016
+ pulumi.set(__self__, "group_membership_filter", group_membership_filter)
1017
+ if user_dn is not None:
1018
+ pulumi.set(__self__, "user_dn", user_dn)
1019
+
1020
+ @property
1021
+ @pulumi.getter(name="groupDN")
1022
+ def group_dn(self) -> Optional[str]:
1023
+ """
1024
+ This specifies the group DN, which overrides the base DN for group lookups.
1025
+ """
1026
+ return pulumi.get(self, "group_dn")
1027
+
1028
+ @property
1029
+ @pulumi.getter(name="groupMembershipFilter")
1030
+ def group_membership_filter(self) -> Optional[str]:
1031
+ """
1032
+ This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server.
1033
+ """
1034
+ return pulumi.get(self, "group_membership_filter")
1035
+
1036
+ @property
1037
+ @pulumi.getter(name="userDN")
1038
+ def user_dn(self) -> Optional[str]:
1039
+ """
1040
+ This specifies the user DN, which overrides the base DN for user lookups.
1041
+ """
1042
+ return pulumi.get(self, "user_dn")
1043
+
1044
+
1045
+ @pulumi.output_type
1046
+ class ManagedServiceIdentityResponse(dict):
1047
+ """
1048
+ Managed service identity (system assigned and/or user assigned identities)
1049
+ """
1050
+ @staticmethod
1051
+ def __key_warning(key: str):
1052
+ suggest = None
1053
+ if key == "principalId":
1054
+ suggest = "principal_id"
1055
+ elif key == "tenantId":
1056
+ suggest = "tenant_id"
1057
+ elif key == "userAssignedIdentities":
1058
+ suggest = "user_assigned_identities"
1059
+
1060
+ if suggest:
1061
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1062
+
1063
+ def __getitem__(self, key: str) -> Any:
1064
+ ManagedServiceIdentityResponse.__key_warning(key)
1065
+ return super().__getitem__(key)
1066
+
1067
+ def get(self, key: str, default = None) -> Any:
1068
+ ManagedServiceIdentityResponse.__key_warning(key)
1069
+ return super().get(key, default)
1070
+
1071
+ def __init__(__self__, *,
1072
+ principal_id: str,
1073
+ tenant_id: str,
1074
+ type: str,
1075
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1076
+ """
1077
+ Managed service identity (system assigned and/or user assigned identities)
1078
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1079
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1080
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1081
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1082
+ """
1083
+ pulumi.set(__self__, "principal_id", principal_id)
1084
+ pulumi.set(__self__, "tenant_id", tenant_id)
1085
+ pulumi.set(__self__, "type", type)
1086
+ if user_assigned_identities is not None:
1087
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1088
+
1089
+ @property
1090
+ @pulumi.getter(name="principalId")
1091
+ def principal_id(self) -> str:
1092
+ """
1093
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1094
+ """
1095
+ return pulumi.get(self, "principal_id")
1096
+
1097
+ @property
1098
+ @pulumi.getter(name="tenantId")
1099
+ def tenant_id(self) -> str:
1100
+ """
1101
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1102
+ """
1103
+ return pulumi.get(self, "tenant_id")
1104
+
1105
+ @property
1106
+ @pulumi.getter
1107
+ def type(self) -> str:
1108
+ """
1109
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1110
+ """
1111
+ return pulumi.get(self, "type")
1112
+
1113
+ @property
1114
+ @pulumi.getter(name="userAssignedIdentities")
1115
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1116
+ """
1117
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1118
+ """
1119
+ return pulumi.get(self, "user_assigned_identities")
1120
+
1121
+
1122
+ @pulumi.output_type
1123
+ class MonthlyScheduleResponse(dict):
1124
+ """
1125
+ Monthly Schedule properties
1126
+ """
1127
+ @staticmethod
1128
+ def __key_warning(key: str):
1129
+ suggest = None
1130
+ if key == "daysOfMonth":
1131
+ suggest = "days_of_month"
1132
+ elif key == "snapshotsToKeep":
1133
+ suggest = "snapshots_to_keep"
1134
+ elif key == "usedBytes":
1135
+ suggest = "used_bytes"
1136
+
1137
+ if suggest:
1138
+ pulumi.log.warn(f"Key '{key}' not found in MonthlyScheduleResponse. Access the value via the '{suggest}' property getter instead.")
1139
+
1140
+ def __getitem__(self, key: str) -> Any:
1141
+ MonthlyScheduleResponse.__key_warning(key)
1142
+ return super().__getitem__(key)
1143
+
1144
+ def get(self, key: str, default = None) -> Any:
1145
+ MonthlyScheduleResponse.__key_warning(key)
1146
+ return super().get(key, default)
1147
+
1148
+ def __init__(__self__, *,
1149
+ days_of_month: Optional[str] = None,
1150
+ hour: Optional[int] = None,
1151
+ minute: Optional[int] = None,
1152
+ snapshots_to_keep: Optional[int] = None,
1153
+ used_bytes: Optional[float] = None):
1154
+ """
1155
+ Monthly Schedule properties
1156
+ :param str days_of_month: Indicates which days of the month snapshot should be taken. A comma delimited string.
1157
+ :param int hour: Indicates which hour in UTC timezone a snapshot should be taken
1158
+ :param int minute: Indicates which minute snapshot should be taken
1159
+ :param int snapshots_to_keep: Monthly snapshot count to keep
1160
+ :param float used_bytes: Resource size in bytes, current storage usage for the volume in bytes
1161
+ """
1162
+ if days_of_month is not None:
1163
+ pulumi.set(__self__, "days_of_month", days_of_month)
1164
+ if hour is not None:
1165
+ pulumi.set(__self__, "hour", hour)
1166
+ if minute is not None:
1167
+ pulumi.set(__self__, "minute", minute)
1168
+ if snapshots_to_keep is not None:
1169
+ pulumi.set(__self__, "snapshots_to_keep", snapshots_to_keep)
1170
+ if used_bytes is not None:
1171
+ pulumi.set(__self__, "used_bytes", used_bytes)
1172
+
1173
+ @property
1174
+ @pulumi.getter(name="daysOfMonth")
1175
+ def days_of_month(self) -> Optional[str]:
1176
+ """
1177
+ Indicates which days of the month snapshot should be taken. A comma delimited string.
1178
+ """
1179
+ return pulumi.get(self, "days_of_month")
1180
+
1181
+ @property
1182
+ @pulumi.getter
1183
+ def hour(self) -> Optional[int]:
1184
+ """
1185
+ Indicates which hour in UTC timezone a snapshot should be taken
1186
+ """
1187
+ return pulumi.get(self, "hour")
1188
+
1189
+ @property
1190
+ @pulumi.getter
1191
+ def minute(self) -> Optional[int]:
1192
+ """
1193
+ Indicates which minute snapshot should be taken
1194
+ """
1195
+ return pulumi.get(self, "minute")
1196
+
1197
+ @property
1198
+ @pulumi.getter(name="snapshotsToKeep")
1199
+ def snapshots_to_keep(self) -> Optional[int]:
1200
+ """
1201
+ Monthly snapshot count to keep
1202
+ """
1203
+ return pulumi.get(self, "snapshots_to_keep")
1204
+
1205
+ @property
1206
+ @pulumi.getter(name="usedBytes")
1207
+ def used_bytes(self) -> Optional[float]:
1208
+ """
1209
+ Resource size in bytes, current storage usage for the volume in bytes
1210
+ """
1211
+ return pulumi.get(self, "used_bytes")
1212
+
1213
+
1214
+ @pulumi.output_type
1215
+ class MountTargetPropertiesResponse(dict):
1216
+ """
1217
+ Mount target properties
1218
+ """
1219
+ @staticmethod
1220
+ def __key_warning(key: str):
1221
+ suggest = None
1222
+ if key == "fileSystemId":
1223
+ suggest = "file_system_id"
1224
+ elif key == "ipAddress":
1225
+ suggest = "ip_address"
1226
+ elif key == "mountTargetId":
1227
+ suggest = "mount_target_id"
1228
+ elif key == "smbServerFqdn":
1229
+ suggest = "smb_server_fqdn"
1230
+
1231
+ if suggest:
1232
+ pulumi.log.warn(f"Key '{key}' not found in MountTargetPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1233
+
1234
+ def __getitem__(self, key: str) -> Any:
1235
+ MountTargetPropertiesResponse.__key_warning(key)
1236
+ return super().__getitem__(key)
1237
+
1238
+ def get(self, key: str, default = None) -> Any:
1239
+ MountTargetPropertiesResponse.__key_warning(key)
1240
+ return super().get(key, default)
1241
+
1242
+ def __init__(__self__, *,
1243
+ file_system_id: str,
1244
+ ip_address: str,
1245
+ mount_target_id: str,
1246
+ smb_server_fqdn: Optional[str] = None):
1247
+ """
1248
+ Mount target properties
1249
+ :param str file_system_id: UUID v4 used to identify the MountTarget
1250
+ :param str ip_address: The mount target's IPv4 address
1251
+ :param str mount_target_id: UUID v4 used to identify the MountTarget
1252
+ :param str smb_server_fqdn: The SMB server's Fully Qualified Domain Name, FQDN
1253
+ """
1254
+ pulumi.set(__self__, "file_system_id", file_system_id)
1255
+ pulumi.set(__self__, "ip_address", ip_address)
1256
+ pulumi.set(__self__, "mount_target_id", mount_target_id)
1257
+ if smb_server_fqdn is not None:
1258
+ pulumi.set(__self__, "smb_server_fqdn", smb_server_fqdn)
1259
+
1260
+ @property
1261
+ @pulumi.getter(name="fileSystemId")
1262
+ def file_system_id(self) -> str:
1263
+ """
1264
+ UUID v4 used to identify the MountTarget
1265
+ """
1266
+ return pulumi.get(self, "file_system_id")
1267
+
1268
+ @property
1269
+ @pulumi.getter(name="ipAddress")
1270
+ def ip_address(self) -> str:
1271
+ """
1272
+ The mount target's IPv4 address
1273
+ """
1274
+ return pulumi.get(self, "ip_address")
1275
+
1276
+ @property
1277
+ @pulumi.getter(name="mountTargetId")
1278
+ def mount_target_id(self) -> str:
1279
+ """
1280
+ UUID v4 used to identify the MountTarget
1281
+ """
1282
+ return pulumi.get(self, "mount_target_id")
1283
+
1284
+ @property
1285
+ @pulumi.getter(name="smbServerFqdn")
1286
+ def smb_server_fqdn(self) -> Optional[str]:
1287
+ """
1288
+ The SMB server's Fully Qualified Domain Name, FQDN
1289
+ """
1290
+ return pulumi.get(self, "smb_server_fqdn")
1291
+
1292
+
1293
+ @pulumi.output_type
1294
+ class PlacementKeyValuePairsResponse(dict):
1295
+ """
1296
+ Application specific parameters for the placement of volumes in the volume group
1297
+ """
1298
+ def __init__(__self__, *,
1299
+ key: str,
1300
+ value: str):
1301
+ """
1302
+ Application specific parameters for the placement of volumes in the volume group
1303
+ :param str key: Key for an application specific parameter for the placement of volumes in the volume group
1304
+ :param str value: Value for an application specific parameter for the placement of volumes in the volume group
1305
+ """
1306
+ pulumi.set(__self__, "key", key)
1307
+ pulumi.set(__self__, "value", value)
1308
+
1309
+ @property
1310
+ @pulumi.getter
1311
+ def key(self) -> str:
1312
+ """
1313
+ Key for an application specific parameter for the placement of volumes in the volume group
1314
+ """
1315
+ return pulumi.get(self, "key")
1316
+
1317
+ @property
1318
+ @pulumi.getter
1319
+ def value(self) -> str:
1320
+ """
1321
+ Value for an application specific parameter for the placement of volumes in the volume group
1322
+ """
1323
+ return pulumi.get(self, "value")
1324
+
1325
+
1326
+ @pulumi.output_type
1327
+ class RemotePathResponse(dict):
1328
+ """
1329
+ The full path to a volume that is to be migrated into ANF. Required for Migration volumes
1330
+ """
1331
+ @staticmethod
1332
+ def __key_warning(key: str):
1333
+ suggest = None
1334
+ if key == "externalHostName":
1335
+ suggest = "external_host_name"
1336
+ elif key == "serverName":
1337
+ suggest = "server_name"
1338
+ elif key == "volumeName":
1339
+ suggest = "volume_name"
1340
+
1341
+ if suggest:
1342
+ pulumi.log.warn(f"Key '{key}' not found in RemotePathResponse. Access the value via the '{suggest}' property getter instead.")
1343
+
1344
+ def __getitem__(self, key: str) -> Any:
1345
+ RemotePathResponse.__key_warning(key)
1346
+ return super().__getitem__(key)
1347
+
1348
+ def get(self, key: str, default = None) -> Any:
1349
+ RemotePathResponse.__key_warning(key)
1350
+ return super().get(key, default)
1351
+
1352
+ def __init__(__self__, *,
1353
+ external_host_name: str,
1354
+ server_name: str,
1355
+ volume_name: str):
1356
+ """
1357
+ The full path to a volume that is to be migrated into ANF. Required for Migration volumes
1358
+ :param str external_host_name: The Path to a ONTAP Host
1359
+ :param str server_name: The name of a server on the ONTAP Host
1360
+ :param str volume_name: The name of a volume on the server
1361
+ """
1362
+ pulumi.set(__self__, "external_host_name", external_host_name)
1363
+ pulumi.set(__self__, "server_name", server_name)
1364
+ pulumi.set(__self__, "volume_name", volume_name)
1365
+
1366
+ @property
1367
+ @pulumi.getter(name="externalHostName")
1368
+ def external_host_name(self) -> str:
1369
+ """
1370
+ The Path to a ONTAP Host
1371
+ """
1372
+ return pulumi.get(self, "external_host_name")
1373
+
1374
+ @property
1375
+ @pulumi.getter(name="serverName")
1376
+ def server_name(self) -> str:
1377
+ """
1378
+ The name of a server on the ONTAP Host
1379
+ """
1380
+ return pulumi.get(self, "server_name")
1381
+
1382
+ @property
1383
+ @pulumi.getter(name="volumeName")
1384
+ def volume_name(self) -> str:
1385
+ """
1386
+ The name of a volume on the server
1387
+ """
1388
+ return pulumi.get(self, "volume_name")
1389
+
1390
+
1391
+ @pulumi.output_type
1392
+ class ReplicationObjectResponse(dict):
1393
+ """
1394
+ Replication properties
1395
+ """
1396
+ @staticmethod
1397
+ def __key_warning(key: str):
1398
+ suggest = None
1399
+ if key == "remoteVolumeResourceId":
1400
+ suggest = "remote_volume_resource_id"
1401
+ elif key == "replicationId":
1402
+ suggest = "replication_id"
1403
+ elif key == "endpointType":
1404
+ suggest = "endpoint_type"
1405
+ elif key == "remotePath":
1406
+ suggest = "remote_path"
1407
+ elif key == "remoteVolumeRegion":
1408
+ suggest = "remote_volume_region"
1409
+ elif key == "replicationSchedule":
1410
+ suggest = "replication_schedule"
1411
+
1412
+ if suggest:
1413
+ pulumi.log.warn(f"Key '{key}' not found in ReplicationObjectResponse. Access the value via the '{suggest}' property getter instead.")
1414
+
1415
+ def __getitem__(self, key: str) -> Any:
1416
+ ReplicationObjectResponse.__key_warning(key)
1417
+ return super().__getitem__(key)
1418
+
1419
+ def get(self, key: str, default = None) -> Any:
1420
+ ReplicationObjectResponse.__key_warning(key)
1421
+ return super().get(key, default)
1422
+
1423
+ def __init__(__self__, *,
1424
+ remote_volume_resource_id: str,
1425
+ replication_id: str,
1426
+ endpoint_type: Optional[str] = None,
1427
+ remote_path: Optional['outputs.RemotePathResponse'] = None,
1428
+ remote_volume_region: Optional[str] = None,
1429
+ replication_schedule: Optional[str] = None):
1430
+ """
1431
+ Replication properties
1432
+ :param str remote_volume_resource_id: The resource ID of the remote volume. Required for cross region and cross zone replication
1433
+ :param str replication_id: Id
1434
+ :param str endpoint_type: Indicates whether the local volume is the source or destination for the Volume Replication
1435
+ :param 'RemotePathResponse' remote_path: The full path to a volume that is to be migrated into ANF. Required for Migration volumes
1436
+ :param str remote_volume_region: The remote region for the other end of the Volume Replication.
1437
+ :param str replication_schedule: Schedule
1438
+ """
1439
+ pulumi.set(__self__, "remote_volume_resource_id", remote_volume_resource_id)
1440
+ pulumi.set(__self__, "replication_id", replication_id)
1441
+ if endpoint_type is not None:
1442
+ pulumi.set(__self__, "endpoint_type", endpoint_type)
1443
+ if remote_path is not None:
1444
+ pulumi.set(__self__, "remote_path", remote_path)
1445
+ if remote_volume_region is not None:
1446
+ pulumi.set(__self__, "remote_volume_region", remote_volume_region)
1447
+ if replication_schedule is not None:
1448
+ pulumi.set(__self__, "replication_schedule", replication_schedule)
1449
+
1450
+ @property
1451
+ @pulumi.getter(name="remoteVolumeResourceId")
1452
+ def remote_volume_resource_id(self) -> str:
1453
+ """
1454
+ The resource ID of the remote volume. Required for cross region and cross zone replication
1455
+ """
1456
+ return pulumi.get(self, "remote_volume_resource_id")
1457
+
1458
+ @property
1459
+ @pulumi.getter(name="replicationId")
1460
+ def replication_id(self) -> str:
1461
+ """
1462
+ Id
1463
+ """
1464
+ return pulumi.get(self, "replication_id")
1465
+
1466
+ @property
1467
+ @pulumi.getter(name="endpointType")
1468
+ def endpoint_type(self) -> Optional[str]:
1469
+ """
1470
+ Indicates whether the local volume is the source or destination for the Volume Replication
1471
+ """
1472
+ return pulumi.get(self, "endpoint_type")
1473
+
1474
+ @property
1475
+ @pulumi.getter(name="remotePath")
1476
+ def remote_path(self) -> Optional['outputs.RemotePathResponse']:
1477
+ """
1478
+ The full path to a volume that is to be migrated into ANF. Required for Migration volumes
1479
+ """
1480
+ return pulumi.get(self, "remote_path")
1481
+
1482
+ @property
1483
+ @pulumi.getter(name="remoteVolumeRegion")
1484
+ def remote_volume_region(self) -> Optional[str]:
1485
+ """
1486
+ The remote region for the other end of the Volume Replication.
1487
+ """
1488
+ return pulumi.get(self, "remote_volume_region")
1489
+
1490
+ @property
1491
+ @pulumi.getter(name="replicationSchedule")
1492
+ def replication_schedule(self) -> Optional[str]:
1493
+ """
1494
+ Schedule
1495
+ """
1496
+ return pulumi.get(self, "replication_schedule")
1497
+
1498
+
1499
+ @pulumi.output_type
1500
+ class ReplicationResponse(dict):
1501
+ """
1502
+ Replication properties
1503
+ """
1504
+ def __init__(__self__, *,
1505
+ remote_volume_resource_id: str,
1506
+ replication_id: str,
1507
+ endpoint_type: Optional[str] = None,
1508
+ remote_volume_region: Optional[str] = None,
1509
+ replication_schedule: Optional[str] = None):
1510
+ """
1511
+ Replication properties
1512
+ :param str remote_volume_resource_id: The resource ID of the remote volume.
1513
+ :param str replication_id: UUID v4 used to identify the replication.
1514
+ :param str endpoint_type: Indicates whether the local volume is the source or destination for the Volume Replication
1515
+ :param str remote_volume_region: The remote region for the other end of the Volume Replication.
1516
+ :param str replication_schedule: Schedule
1517
+ """
1518
+ pulumi.set(__self__, "remote_volume_resource_id", remote_volume_resource_id)
1519
+ pulumi.set(__self__, "replication_id", replication_id)
1520
+ if endpoint_type is not None:
1521
+ pulumi.set(__self__, "endpoint_type", endpoint_type)
1522
+ if remote_volume_region is not None:
1523
+ pulumi.set(__self__, "remote_volume_region", remote_volume_region)
1524
+ if replication_schedule is not None:
1525
+ pulumi.set(__self__, "replication_schedule", replication_schedule)
1526
+
1527
+ @property
1528
+ @pulumi.getter(name="remoteVolumeResourceId")
1529
+ def remote_volume_resource_id(self) -> str:
1530
+ """
1531
+ The resource ID of the remote volume.
1532
+ """
1533
+ return pulumi.get(self, "remote_volume_resource_id")
1534
+
1535
+ @property
1536
+ @pulumi.getter(name="replicationId")
1537
+ def replication_id(self) -> str:
1538
+ """
1539
+ UUID v4 used to identify the replication.
1540
+ """
1541
+ return pulumi.get(self, "replication_id")
1542
+
1543
+ @property
1544
+ @pulumi.getter(name="endpointType")
1545
+ def endpoint_type(self) -> Optional[str]:
1546
+ """
1547
+ Indicates whether the local volume is the source or destination for the Volume Replication
1548
+ """
1549
+ return pulumi.get(self, "endpoint_type")
1550
+
1551
+ @property
1552
+ @pulumi.getter(name="remoteVolumeRegion")
1553
+ def remote_volume_region(self) -> Optional[str]:
1554
+ """
1555
+ The remote region for the other end of the Volume Replication.
1556
+ """
1557
+ return pulumi.get(self, "remote_volume_region")
1558
+
1559
+ @property
1560
+ @pulumi.getter(name="replicationSchedule")
1561
+ def replication_schedule(self) -> Optional[str]:
1562
+ """
1563
+ Schedule
1564
+ """
1565
+ return pulumi.get(self, "replication_schedule")
1566
+
1567
+
1568
+ @pulumi.output_type
1569
+ class SystemDataResponse(dict):
1570
+ """
1571
+ Metadata pertaining to creation and last modification of the resource.
1572
+ """
1573
+ @staticmethod
1574
+ def __key_warning(key: str):
1575
+ suggest = None
1576
+ if key == "createdAt":
1577
+ suggest = "created_at"
1578
+ elif key == "createdBy":
1579
+ suggest = "created_by"
1580
+ elif key == "createdByType":
1581
+ suggest = "created_by_type"
1582
+ elif key == "lastModifiedAt":
1583
+ suggest = "last_modified_at"
1584
+ elif key == "lastModifiedBy":
1585
+ suggest = "last_modified_by"
1586
+ elif key == "lastModifiedByType":
1587
+ suggest = "last_modified_by_type"
1588
+
1589
+ if suggest:
1590
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1591
+
1592
+ def __getitem__(self, key: str) -> Any:
1593
+ SystemDataResponse.__key_warning(key)
1594
+ return super().__getitem__(key)
1595
+
1596
+ def get(self, key: str, default = None) -> Any:
1597
+ SystemDataResponse.__key_warning(key)
1598
+ return super().get(key, default)
1599
+
1600
+ def __init__(__self__, *,
1601
+ created_at: Optional[str] = None,
1602
+ created_by: Optional[str] = None,
1603
+ created_by_type: Optional[str] = None,
1604
+ last_modified_at: Optional[str] = None,
1605
+ last_modified_by: Optional[str] = None,
1606
+ last_modified_by_type: Optional[str] = None):
1607
+ """
1608
+ Metadata pertaining to creation and last modification of the resource.
1609
+ :param str created_at: The timestamp of resource creation (UTC).
1610
+ :param str created_by: The identity that created the resource.
1611
+ :param str created_by_type: The type of identity that created the resource.
1612
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1613
+ :param str last_modified_by: The identity that last modified the resource.
1614
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1615
+ """
1616
+ if created_at is not None:
1617
+ pulumi.set(__self__, "created_at", created_at)
1618
+ if created_by is not None:
1619
+ pulumi.set(__self__, "created_by", created_by)
1620
+ if created_by_type is not None:
1621
+ pulumi.set(__self__, "created_by_type", created_by_type)
1622
+ if last_modified_at is not None:
1623
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1624
+ if last_modified_by is not None:
1625
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1626
+ if last_modified_by_type is not None:
1627
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1628
+
1629
+ @property
1630
+ @pulumi.getter(name="createdAt")
1631
+ def created_at(self) -> Optional[str]:
1632
+ """
1633
+ The timestamp of resource creation (UTC).
1634
+ """
1635
+ return pulumi.get(self, "created_at")
1636
+
1637
+ @property
1638
+ @pulumi.getter(name="createdBy")
1639
+ def created_by(self) -> Optional[str]:
1640
+ """
1641
+ The identity that created the resource.
1642
+ """
1643
+ return pulumi.get(self, "created_by")
1644
+
1645
+ @property
1646
+ @pulumi.getter(name="createdByType")
1647
+ def created_by_type(self) -> Optional[str]:
1648
+ """
1649
+ The type of identity that created the resource.
1650
+ """
1651
+ return pulumi.get(self, "created_by_type")
1652
+
1653
+ @property
1654
+ @pulumi.getter(name="lastModifiedAt")
1655
+ def last_modified_at(self) -> Optional[str]:
1656
+ """
1657
+ The timestamp of resource last modification (UTC)
1658
+ """
1659
+ return pulumi.get(self, "last_modified_at")
1660
+
1661
+ @property
1662
+ @pulumi.getter(name="lastModifiedBy")
1663
+ def last_modified_by(self) -> Optional[str]:
1664
+ """
1665
+ The identity that last modified the resource.
1666
+ """
1667
+ return pulumi.get(self, "last_modified_by")
1668
+
1669
+ @property
1670
+ @pulumi.getter(name="lastModifiedByType")
1671
+ def last_modified_by_type(self) -> Optional[str]:
1672
+ """
1673
+ The type of identity that last modified the resource.
1674
+ """
1675
+ return pulumi.get(self, "last_modified_by_type")
1676
+
1677
+
1678
+ @pulumi.output_type
1679
+ class UserAssignedIdentityResponse(dict):
1680
+ """
1681
+ User assigned identity properties
1682
+ """
1683
+ @staticmethod
1684
+ def __key_warning(key: str):
1685
+ suggest = None
1686
+ if key == "clientId":
1687
+ suggest = "client_id"
1688
+ elif key == "principalId":
1689
+ suggest = "principal_id"
1690
+
1691
+ if suggest:
1692
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1693
+
1694
+ def __getitem__(self, key: str) -> Any:
1695
+ UserAssignedIdentityResponse.__key_warning(key)
1696
+ return super().__getitem__(key)
1697
+
1698
+ def get(self, key: str, default = None) -> Any:
1699
+ UserAssignedIdentityResponse.__key_warning(key)
1700
+ return super().get(key, default)
1701
+
1702
+ def __init__(__self__, *,
1703
+ client_id: str,
1704
+ principal_id: str):
1705
+ """
1706
+ User assigned identity properties
1707
+ :param str client_id: The client ID of the assigned identity.
1708
+ :param str principal_id: The principal ID of the assigned identity.
1709
+ """
1710
+ pulumi.set(__self__, "client_id", client_id)
1711
+ pulumi.set(__self__, "principal_id", principal_id)
1712
+
1713
+ @property
1714
+ @pulumi.getter(name="clientId")
1715
+ def client_id(self) -> str:
1716
+ """
1717
+ The client ID of the assigned identity.
1718
+ """
1719
+ return pulumi.get(self, "client_id")
1720
+
1721
+ @property
1722
+ @pulumi.getter(name="principalId")
1723
+ def principal_id(self) -> str:
1724
+ """
1725
+ The principal ID of the assigned identity.
1726
+ """
1727
+ return pulumi.get(self, "principal_id")
1728
+
1729
+
1730
+ @pulumi.output_type
1731
+ class VolumeBackupPropertiesResponse(dict):
1732
+ """
1733
+ Volume Backup Properties
1734
+ """
1735
+ @staticmethod
1736
+ def __key_warning(key: str):
1737
+ suggest = None
1738
+ if key == "backupPolicyId":
1739
+ suggest = "backup_policy_id"
1740
+ elif key == "backupVaultId":
1741
+ suggest = "backup_vault_id"
1742
+ elif key == "policyEnforced":
1743
+ suggest = "policy_enforced"
1744
+
1745
+ if suggest:
1746
+ pulumi.log.warn(f"Key '{key}' not found in VolumeBackupPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1747
+
1748
+ def __getitem__(self, key: str) -> Any:
1749
+ VolumeBackupPropertiesResponse.__key_warning(key)
1750
+ return super().__getitem__(key)
1751
+
1752
+ def get(self, key: str, default = None) -> Any:
1753
+ VolumeBackupPropertiesResponse.__key_warning(key)
1754
+ return super().get(key, default)
1755
+
1756
+ def __init__(__self__, *,
1757
+ backup_policy_id: Optional[str] = None,
1758
+ backup_vault_id: Optional[str] = None,
1759
+ policy_enforced: Optional[bool] = None):
1760
+ """
1761
+ Volume Backup Properties
1762
+ :param str backup_policy_id: Backup Policy Resource ID
1763
+ :param str backup_vault_id: Backup Vault Resource ID
1764
+ :param bool policy_enforced: Policy Enforced
1765
+ """
1766
+ if backup_policy_id is not None:
1767
+ pulumi.set(__self__, "backup_policy_id", backup_policy_id)
1768
+ if backup_vault_id is not None:
1769
+ pulumi.set(__self__, "backup_vault_id", backup_vault_id)
1770
+ if policy_enforced is not None:
1771
+ pulumi.set(__self__, "policy_enforced", policy_enforced)
1772
+
1773
+ @property
1774
+ @pulumi.getter(name="backupPolicyId")
1775
+ def backup_policy_id(self) -> Optional[str]:
1776
+ """
1777
+ Backup Policy Resource ID
1778
+ """
1779
+ return pulumi.get(self, "backup_policy_id")
1780
+
1781
+ @property
1782
+ @pulumi.getter(name="backupVaultId")
1783
+ def backup_vault_id(self) -> Optional[str]:
1784
+ """
1785
+ Backup Vault Resource ID
1786
+ """
1787
+ return pulumi.get(self, "backup_vault_id")
1788
+
1789
+ @property
1790
+ @pulumi.getter(name="policyEnforced")
1791
+ def policy_enforced(self) -> Optional[bool]:
1792
+ """
1793
+ Policy Enforced
1794
+ """
1795
+ return pulumi.get(self, "policy_enforced")
1796
+
1797
+
1798
+ @pulumi.output_type
1799
+ class VolumeBackupsResponse(dict):
1800
+ """
1801
+ Volume details using the backup policy
1802
+ """
1803
+ @staticmethod
1804
+ def __key_warning(key: str):
1805
+ suggest = None
1806
+ if key == "backupsCount":
1807
+ suggest = "backups_count"
1808
+ elif key == "policyEnabled":
1809
+ suggest = "policy_enabled"
1810
+ elif key == "volumeName":
1811
+ suggest = "volume_name"
1812
+ elif key == "volumeResourceId":
1813
+ suggest = "volume_resource_id"
1814
+
1815
+ if suggest:
1816
+ pulumi.log.warn(f"Key '{key}' not found in VolumeBackupsResponse. Access the value via the '{suggest}' property getter instead.")
1817
+
1818
+ def __getitem__(self, key: str) -> Any:
1819
+ VolumeBackupsResponse.__key_warning(key)
1820
+ return super().__getitem__(key)
1821
+
1822
+ def get(self, key: str, default = None) -> Any:
1823
+ VolumeBackupsResponse.__key_warning(key)
1824
+ return super().get(key, default)
1825
+
1826
+ def __init__(__self__, *,
1827
+ backups_count: Optional[int] = None,
1828
+ policy_enabled: Optional[bool] = None,
1829
+ volume_name: Optional[str] = None,
1830
+ volume_resource_id: Optional[str] = None):
1831
+ """
1832
+ Volume details using the backup policy
1833
+ :param int backups_count: Total count of backups for volume
1834
+ :param bool policy_enabled: Policy enabled
1835
+ :param str volume_name: Volume name
1836
+ :param str volume_resource_id: ResourceId used to identify the Volume
1837
+ """
1838
+ if backups_count is not None:
1839
+ pulumi.set(__self__, "backups_count", backups_count)
1840
+ if policy_enabled is not None:
1841
+ pulumi.set(__self__, "policy_enabled", policy_enabled)
1842
+ if volume_name is not None:
1843
+ pulumi.set(__self__, "volume_name", volume_name)
1844
+ if volume_resource_id is not None:
1845
+ pulumi.set(__self__, "volume_resource_id", volume_resource_id)
1846
+
1847
+ @property
1848
+ @pulumi.getter(name="backupsCount")
1849
+ def backups_count(self) -> Optional[int]:
1850
+ """
1851
+ Total count of backups for volume
1852
+ """
1853
+ return pulumi.get(self, "backups_count")
1854
+
1855
+ @property
1856
+ @pulumi.getter(name="policyEnabled")
1857
+ def policy_enabled(self) -> Optional[bool]:
1858
+ """
1859
+ Policy enabled
1860
+ """
1861
+ return pulumi.get(self, "policy_enabled")
1862
+
1863
+ @property
1864
+ @pulumi.getter(name="volumeName")
1865
+ def volume_name(self) -> Optional[str]:
1866
+ """
1867
+ Volume name
1868
+ """
1869
+ return pulumi.get(self, "volume_name")
1870
+
1871
+ @property
1872
+ @pulumi.getter(name="volumeResourceId")
1873
+ def volume_resource_id(self) -> Optional[str]:
1874
+ """
1875
+ ResourceId used to identify the Volume
1876
+ """
1877
+ return pulumi.get(self, "volume_resource_id")
1878
+
1879
+
1880
+ @pulumi.output_type
1881
+ class VolumeGroupMetaDataResponse(dict):
1882
+ """
1883
+ Volume group properties
1884
+ """
1885
+ @staticmethod
1886
+ def __key_warning(key: str):
1887
+ suggest = None
1888
+ if key == "volumesCount":
1889
+ suggest = "volumes_count"
1890
+ elif key == "applicationIdentifier":
1891
+ suggest = "application_identifier"
1892
+ elif key == "applicationType":
1893
+ suggest = "application_type"
1894
+ elif key == "globalPlacementRules":
1895
+ suggest = "global_placement_rules"
1896
+ elif key == "groupDescription":
1897
+ suggest = "group_description"
1898
+
1899
+ if suggest:
1900
+ pulumi.log.warn(f"Key '{key}' not found in VolumeGroupMetaDataResponse. Access the value via the '{suggest}' property getter instead.")
1901
+
1902
+ def __getitem__(self, key: str) -> Any:
1903
+ VolumeGroupMetaDataResponse.__key_warning(key)
1904
+ return super().__getitem__(key)
1905
+
1906
+ def get(self, key: str, default = None) -> Any:
1907
+ VolumeGroupMetaDataResponse.__key_warning(key)
1908
+ return super().get(key, default)
1909
+
1910
+ def __init__(__self__, *,
1911
+ volumes_count: float,
1912
+ application_identifier: Optional[str] = None,
1913
+ application_type: Optional[str] = None,
1914
+ global_placement_rules: Optional[Sequence['outputs.PlacementKeyValuePairsResponse']] = None,
1915
+ group_description: Optional[str] = None):
1916
+ """
1917
+ Volume group properties
1918
+ :param float volumes_count: Number of volumes in volume group
1919
+ :param str application_identifier: Application specific identifier
1920
+ :param str application_type: Application Type
1921
+ :param Sequence['PlacementKeyValuePairsResponse'] global_placement_rules: Application specific placement rules for the volume group
1922
+ :param str group_description: Group Description
1923
+ """
1924
+ pulumi.set(__self__, "volumes_count", volumes_count)
1925
+ if application_identifier is not None:
1926
+ pulumi.set(__self__, "application_identifier", application_identifier)
1927
+ if application_type is not None:
1928
+ pulumi.set(__self__, "application_type", application_type)
1929
+ if global_placement_rules is not None:
1930
+ pulumi.set(__self__, "global_placement_rules", global_placement_rules)
1931
+ if group_description is not None:
1932
+ pulumi.set(__self__, "group_description", group_description)
1933
+
1934
+ @property
1935
+ @pulumi.getter(name="volumesCount")
1936
+ def volumes_count(self) -> float:
1937
+ """
1938
+ Number of volumes in volume group
1939
+ """
1940
+ return pulumi.get(self, "volumes_count")
1941
+
1942
+ @property
1943
+ @pulumi.getter(name="applicationIdentifier")
1944
+ def application_identifier(self) -> Optional[str]:
1945
+ """
1946
+ Application specific identifier
1947
+ """
1948
+ return pulumi.get(self, "application_identifier")
1949
+
1950
+ @property
1951
+ @pulumi.getter(name="applicationType")
1952
+ def application_type(self) -> Optional[str]:
1953
+ """
1954
+ Application Type
1955
+ """
1956
+ return pulumi.get(self, "application_type")
1957
+
1958
+ @property
1959
+ @pulumi.getter(name="globalPlacementRules")
1960
+ def global_placement_rules(self) -> Optional[Sequence['outputs.PlacementKeyValuePairsResponse']]:
1961
+ """
1962
+ Application specific placement rules for the volume group
1963
+ """
1964
+ return pulumi.get(self, "global_placement_rules")
1965
+
1966
+ @property
1967
+ @pulumi.getter(name="groupDescription")
1968
+ def group_description(self) -> Optional[str]:
1969
+ """
1970
+ Group Description
1971
+ """
1972
+ return pulumi.get(self, "group_description")
1973
+
1974
+
1975
+ @pulumi.output_type
1976
+ class VolumeGroupVolumePropertiesResponse(dict):
1977
+ """
1978
+ Volume resource
1979
+ """
1980
+ @staticmethod
1981
+ def __key_warning(key: str):
1982
+ suggest = None
1983
+ if key == "actualThroughputMibps":
1984
+ suggest = "actual_throughput_mibps"
1985
+ elif key == "baremetalTenantId":
1986
+ suggest = "baremetal_tenant_id"
1987
+ elif key == "cloneProgress":
1988
+ suggest = "clone_progress"
1989
+ elif key == "creationToken":
1990
+ suggest = "creation_token"
1991
+ elif key == "dataStoreResourceId":
1992
+ suggest = "data_store_resource_id"
1993
+ elif key == "fileAccessLogs":
1994
+ suggest = "file_access_logs"
1995
+ elif key == "fileSystemId":
1996
+ suggest = "file_system_id"
1997
+ elif key == "inheritedSizeInBytes":
1998
+ suggest = "inherited_size_in_bytes"
1999
+ elif key == "maximumNumberOfFiles":
2000
+ suggest = "maximum_number_of_files"
2001
+ elif key == "mountTargets":
2002
+ suggest = "mount_targets"
2003
+ elif key == "networkSiblingSetId":
2004
+ suggest = "network_sibling_set_id"
2005
+ elif key == "originatingResourceId":
2006
+ suggest = "originating_resource_id"
2007
+ elif key == "provisionedAvailabilityZone":
2008
+ suggest = "provisioned_availability_zone"
2009
+ elif key == "provisioningState":
2010
+ suggest = "provisioning_state"
2011
+ elif key == "storageToNetworkProximity":
2012
+ suggest = "storage_to_network_proximity"
2013
+ elif key == "subnetId":
2014
+ suggest = "subnet_id"
2015
+ elif key == "t2Network":
2016
+ suggest = "t2_network"
2017
+ elif key == "usageThreshold":
2018
+ suggest = "usage_threshold"
2019
+ elif key == "volumeGroupName":
2020
+ suggest = "volume_group_name"
2021
+ elif key == "acceptGrowCapacityPoolForShortTermCloneSplit":
2022
+ suggest = "accept_grow_capacity_pool_for_short_term_clone_split"
2023
+ elif key == "avsDataStore":
2024
+ suggest = "avs_data_store"
2025
+ elif key == "backupId":
2026
+ suggest = "backup_id"
2027
+ elif key == "capacityPoolResourceId":
2028
+ suggest = "capacity_pool_resource_id"
2029
+ elif key == "coolAccess":
2030
+ suggest = "cool_access"
2031
+ elif key == "coolAccessRetrievalPolicy":
2032
+ suggest = "cool_access_retrieval_policy"
2033
+ elif key == "coolnessPeriod":
2034
+ suggest = "coolness_period"
2035
+ elif key == "dataProtection":
2036
+ suggest = "data_protection"
2037
+ elif key == "defaultGroupQuotaInKiBs":
2038
+ suggest = "default_group_quota_in_ki_bs"
2039
+ elif key == "defaultUserQuotaInKiBs":
2040
+ suggest = "default_user_quota_in_ki_bs"
2041
+ elif key == "deleteBaseSnapshot":
2042
+ suggest = "delete_base_snapshot"
2043
+ elif key == "enableSubvolumes":
2044
+ suggest = "enable_subvolumes"
2045
+ elif key == "encryptionKeySource":
2046
+ suggest = "encryption_key_source"
2047
+ elif key == "exportPolicy":
2048
+ suggest = "export_policy"
2049
+ elif key == "isDefaultQuotaEnabled":
2050
+ suggest = "is_default_quota_enabled"
2051
+ elif key == "isLargeVolume":
2052
+ suggest = "is_large_volume"
2053
+ elif key == "isRestoring":
2054
+ suggest = "is_restoring"
2055
+ elif key == "kerberosEnabled":
2056
+ suggest = "kerberos_enabled"
2057
+ elif key == "keyVaultPrivateEndpointResourceId":
2058
+ suggest = "key_vault_private_endpoint_resource_id"
2059
+ elif key == "ldapEnabled":
2060
+ suggest = "ldap_enabled"
2061
+ elif key == "networkFeatures":
2062
+ suggest = "network_features"
2063
+ elif key == "placementRules":
2064
+ suggest = "placement_rules"
2065
+ elif key == "protocolTypes":
2066
+ suggest = "protocol_types"
2067
+ elif key == "proximityPlacementGroup":
2068
+ suggest = "proximity_placement_group"
2069
+ elif key == "securityStyle":
2070
+ suggest = "security_style"
2071
+ elif key == "serviceLevel":
2072
+ suggest = "service_level"
2073
+ elif key == "smbAccessBasedEnumeration":
2074
+ suggest = "smb_access_based_enumeration"
2075
+ elif key == "smbContinuouslyAvailable":
2076
+ suggest = "smb_continuously_available"
2077
+ elif key == "smbEncryption":
2078
+ suggest = "smb_encryption"
2079
+ elif key == "smbNonBrowsable":
2080
+ suggest = "smb_non_browsable"
2081
+ elif key == "snapshotDirectoryVisible":
2082
+ suggest = "snapshot_directory_visible"
2083
+ elif key == "snapshotId":
2084
+ suggest = "snapshot_id"
2085
+ elif key == "throughputMibps":
2086
+ suggest = "throughput_mibps"
2087
+ elif key == "unixPermissions":
2088
+ suggest = "unix_permissions"
2089
+ elif key == "volumeSpecName":
2090
+ suggest = "volume_spec_name"
2091
+ elif key == "volumeType":
2092
+ suggest = "volume_type"
2093
+
2094
+ if suggest:
2095
+ pulumi.log.warn(f"Key '{key}' not found in VolumeGroupVolumePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2096
+
2097
+ def __getitem__(self, key: str) -> Any:
2098
+ VolumeGroupVolumePropertiesResponse.__key_warning(key)
2099
+ return super().__getitem__(key)
2100
+
2101
+ def get(self, key: str, default = None) -> Any:
2102
+ VolumeGroupVolumePropertiesResponse.__key_warning(key)
2103
+ return super().get(key, default)
2104
+
2105
+ def __init__(__self__, *,
2106
+ actual_throughput_mibps: float,
2107
+ baremetal_tenant_id: str,
2108
+ clone_progress: int,
2109
+ creation_token: str,
2110
+ data_store_resource_id: Sequence[str],
2111
+ encrypted: bool,
2112
+ file_access_logs: Optional[str] = None,
2113
+ file_system_id: str,
2114
+ id: str,
2115
+ inherited_size_in_bytes: float,
2116
+ maximum_number_of_files: float,
2117
+ mount_targets: Sequence['outputs.MountTargetPropertiesResponse'],
2118
+ network_sibling_set_id: str,
2119
+ originating_resource_id: str,
2120
+ provisioned_availability_zone: str,
2121
+ provisioning_state: str,
2122
+ storage_to_network_proximity: str,
2123
+ subnet_id: str,
2124
+ t2_network: str,
2125
+ type: str,
2126
+ usage_threshold: Optional[float] = None,
2127
+ volume_group_name: str,
2128
+ accept_grow_capacity_pool_for_short_term_clone_split: Optional[str] = None,
2129
+ avs_data_store: Optional[str] = None,
2130
+ backup_id: Optional[str] = None,
2131
+ capacity_pool_resource_id: Optional[str] = None,
2132
+ cool_access: Optional[bool] = None,
2133
+ cool_access_retrieval_policy: Optional[str] = None,
2134
+ coolness_period: Optional[int] = None,
2135
+ data_protection: Optional['outputs.VolumePropertiesResponseDataProtection'] = None,
2136
+ default_group_quota_in_ki_bs: Optional[float] = None,
2137
+ default_user_quota_in_ki_bs: Optional[float] = None,
2138
+ delete_base_snapshot: Optional[bool] = None,
2139
+ enable_subvolumes: Optional[str] = None,
2140
+ encryption_key_source: Optional[str] = None,
2141
+ export_policy: Optional['outputs.VolumePropertiesResponseExportPolicy'] = None,
2142
+ is_default_quota_enabled: Optional[bool] = None,
2143
+ is_large_volume: Optional[bool] = None,
2144
+ is_restoring: Optional[bool] = None,
2145
+ kerberos_enabled: Optional[bool] = None,
2146
+ key_vault_private_endpoint_resource_id: Optional[str] = None,
2147
+ language: Optional[str] = None,
2148
+ ldap_enabled: Optional[bool] = None,
2149
+ name: Optional[str] = None,
2150
+ network_features: Optional[str] = None,
2151
+ placement_rules: Optional[Sequence['outputs.PlacementKeyValuePairsResponse']] = None,
2152
+ protocol_types: Optional[Sequence[str]] = None,
2153
+ proximity_placement_group: Optional[str] = None,
2154
+ security_style: Optional[str] = None,
2155
+ service_level: Optional[str] = None,
2156
+ smb_access_based_enumeration: Optional[str] = None,
2157
+ smb_continuously_available: Optional[bool] = None,
2158
+ smb_encryption: Optional[bool] = None,
2159
+ smb_non_browsable: Optional[str] = None,
2160
+ snapshot_directory_visible: Optional[bool] = None,
2161
+ snapshot_id: Optional[str] = None,
2162
+ tags: Optional[Mapping[str, str]] = None,
2163
+ throughput_mibps: Optional[float] = None,
2164
+ unix_permissions: Optional[str] = None,
2165
+ volume_spec_name: Optional[str] = None,
2166
+ volume_type: Optional[str] = None,
2167
+ zones: Optional[Sequence[str]] = None):
2168
+ """
2169
+ Volume resource
2170
+ :param float actual_throughput_mibps: Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
2171
+ :param str baremetal_tenant_id: Unique Baremetal Tenant Identifier.
2172
+ :param int clone_progress: When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
2173
+ :param str creation_token: A unique file path for the volume. Used when creating mount targets
2174
+ :param Sequence[str] data_store_resource_id: Data store resource unique identifier
2175
+ :param bool encrypted: Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
2176
+ :param str file_access_logs: Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
2177
+ :param str file_system_id: Unique FileSystem Identifier.
2178
+ :param str id: Resource Id
2179
+ :param float inherited_size_in_bytes: Space shared by short term clone volume with parent volume in bytes.
2180
+ :param float maximum_number_of_files: Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
2181
+ :param Sequence['MountTargetPropertiesResponse'] mount_targets: List of mount targets
2182
+ :param str network_sibling_set_id: Network Sibling Set ID for the the group of volumes sharing networking resources.
2183
+ :param str originating_resource_id: Id of the snapshot or backup that the volume is restored from.
2184
+ :param str provisioned_availability_zone: The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
2185
+ :param str provisioning_state: Azure lifecycle management
2186
+ :param str storage_to_network_proximity: Provides storage to network proximity information for the volume.
2187
+ :param str subnet_id: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
2188
+ :param str t2_network: T2 network information
2189
+ :param str type: Resource type
2190
+ :param float usage_threshold: Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
2191
+ :param str volume_group_name: Volume Group Name
2192
+ :param str accept_grow_capacity_pool_for_short_term_clone_split: While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
2193
+ :param str avs_data_store: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
2194
+ :param str backup_id: Resource identifier used to identify the Backup.
2195
+ :param str capacity_pool_resource_id: Pool Resource Id used in case of creating a volume through volume group
2196
+ :param bool cool_access: Specifies whether Cool Access(tiering) is enabled for the volume.
2197
+ :param str cool_access_retrieval_policy: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
2198
+ Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
2199
+ OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
2200
+ Never - No client-driven data is pulled from cool tier to standard storage.
2201
+ :param int coolness_period: Specifies the number of days after which data that is not accessed by clients will be tiered.
2202
+ :param 'VolumePropertiesResponseDataProtection' data_protection: DataProtection type volumes include an object containing details of the replication
2203
+ :param float default_group_quota_in_ki_bs: Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
2204
+ :param float default_user_quota_in_ki_bs: Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
2205
+ :param bool delete_base_snapshot: If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
2206
+ :param str enable_subvolumes: Flag indicating whether subvolume operations are enabled on the volume
2207
+ :param str encryption_key_source: Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
2208
+ :param 'VolumePropertiesResponseExportPolicy' export_policy: Set of export policy rules
2209
+ :param bool is_default_quota_enabled: Specifies if default quota is enabled for the volume.
2210
+ :param bool is_large_volume: Specifies whether volume is a Large Volume or Regular Volume.
2211
+ :param bool is_restoring: Restoring
2212
+ :param bool kerberos_enabled: Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
2213
+ :param str key_vault_private_endpoint_resource_id: The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
2214
+ :param str language: Language supported for volume.
2215
+ :param bool ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume.
2216
+ :param str name: Resource name
2217
+ :param str network_features: Network features available to the volume, or current state of update.
2218
+ :param Sequence['PlacementKeyValuePairsResponse'] placement_rules: Application specific placement rules for the particular volume
2219
+ :param Sequence[str] protocol_types: Set of protocol types, default NFSv3, CIFS for SMB protocol
2220
+ :param str proximity_placement_group: Proximity placement group associated with the volume
2221
+ :param str security_style: The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
2222
+ :param str service_level: The service level of the file system
2223
+ :param str smb_access_based_enumeration: Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
2224
+ :param bool smb_continuously_available: Enables continuously available share property for smb volume. Only applicable for SMB volume
2225
+ :param bool smb_encryption: Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
2226
+ :param str smb_non_browsable: Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
2227
+ :param bool snapshot_directory_visible: If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
2228
+ :param str snapshot_id: Resource identifier used to identify the Snapshot.
2229
+ :param Mapping[str, str] tags: Resource tags
2230
+ :param str unix_permissions: UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
2231
+ :param str volume_spec_name: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
2232
+ :param str volume_type: What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
2233
+ :param Sequence[str] zones: Availability Zone
2234
+ """
2235
+ pulumi.set(__self__, "actual_throughput_mibps", actual_throughput_mibps)
2236
+ pulumi.set(__self__, "baremetal_tenant_id", baremetal_tenant_id)
2237
+ pulumi.set(__self__, "clone_progress", clone_progress)
2238
+ pulumi.set(__self__, "creation_token", creation_token)
2239
+ pulumi.set(__self__, "data_store_resource_id", data_store_resource_id)
2240
+ pulumi.set(__self__, "encrypted", encrypted)
2241
+ if file_access_logs is None:
2242
+ file_access_logs = 'Disabled'
2243
+ pulumi.set(__self__, "file_access_logs", file_access_logs)
2244
+ pulumi.set(__self__, "file_system_id", file_system_id)
2245
+ pulumi.set(__self__, "id", id)
2246
+ pulumi.set(__self__, "inherited_size_in_bytes", inherited_size_in_bytes)
2247
+ pulumi.set(__self__, "maximum_number_of_files", maximum_number_of_files)
2248
+ pulumi.set(__self__, "mount_targets", mount_targets)
2249
+ pulumi.set(__self__, "network_sibling_set_id", network_sibling_set_id)
2250
+ pulumi.set(__self__, "originating_resource_id", originating_resource_id)
2251
+ pulumi.set(__self__, "provisioned_availability_zone", provisioned_availability_zone)
2252
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2253
+ pulumi.set(__self__, "storage_to_network_proximity", storage_to_network_proximity)
2254
+ pulumi.set(__self__, "subnet_id", subnet_id)
2255
+ pulumi.set(__self__, "t2_network", t2_network)
2256
+ pulumi.set(__self__, "type", type)
2257
+ if usage_threshold is None:
2258
+ usage_threshold = 107374182400
2259
+ pulumi.set(__self__, "usage_threshold", usage_threshold)
2260
+ pulumi.set(__self__, "volume_group_name", volume_group_name)
2261
+ if accept_grow_capacity_pool_for_short_term_clone_split is not None:
2262
+ pulumi.set(__self__, "accept_grow_capacity_pool_for_short_term_clone_split", accept_grow_capacity_pool_for_short_term_clone_split)
2263
+ if avs_data_store is None:
2264
+ avs_data_store = 'Disabled'
2265
+ if avs_data_store is not None:
2266
+ pulumi.set(__self__, "avs_data_store", avs_data_store)
2267
+ if backup_id is not None:
2268
+ pulumi.set(__self__, "backup_id", backup_id)
2269
+ if capacity_pool_resource_id is not None:
2270
+ pulumi.set(__self__, "capacity_pool_resource_id", capacity_pool_resource_id)
2271
+ if cool_access is None:
2272
+ cool_access = False
2273
+ if cool_access is not None:
2274
+ pulumi.set(__self__, "cool_access", cool_access)
2275
+ if cool_access_retrieval_policy is not None:
2276
+ pulumi.set(__self__, "cool_access_retrieval_policy", cool_access_retrieval_policy)
2277
+ if coolness_period is not None:
2278
+ pulumi.set(__self__, "coolness_period", coolness_period)
2279
+ if data_protection is not None:
2280
+ pulumi.set(__self__, "data_protection", data_protection)
2281
+ if default_group_quota_in_ki_bs is None:
2282
+ default_group_quota_in_ki_bs = 0
2283
+ if default_group_quota_in_ki_bs is not None:
2284
+ pulumi.set(__self__, "default_group_quota_in_ki_bs", default_group_quota_in_ki_bs)
2285
+ if default_user_quota_in_ki_bs is None:
2286
+ default_user_quota_in_ki_bs = 0
2287
+ if default_user_quota_in_ki_bs is not None:
2288
+ pulumi.set(__self__, "default_user_quota_in_ki_bs", default_user_quota_in_ki_bs)
2289
+ if delete_base_snapshot is not None:
2290
+ pulumi.set(__self__, "delete_base_snapshot", delete_base_snapshot)
2291
+ if enable_subvolumes is None:
2292
+ enable_subvolumes = 'Disabled'
2293
+ if enable_subvolumes is not None:
2294
+ pulumi.set(__self__, "enable_subvolumes", enable_subvolumes)
2295
+ if encryption_key_source is None:
2296
+ encryption_key_source = 'Microsoft.NetApp'
2297
+ if encryption_key_source is not None:
2298
+ pulumi.set(__self__, "encryption_key_source", encryption_key_source)
2299
+ if export_policy is not None:
2300
+ pulumi.set(__self__, "export_policy", export_policy)
2301
+ if is_default_quota_enabled is None:
2302
+ is_default_quota_enabled = False
2303
+ if is_default_quota_enabled is not None:
2304
+ pulumi.set(__self__, "is_default_quota_enabled", is_default_quota_enabled)
2305
+ if is_large_volume is None:
2306
+ is_large_volume = False
2307
+ if is_large_volume is not None:
2308
+ pulumi.set(__self__, "is_large_volume", is_large_volume)
2309
+ if is_restoring is not None:
2310
+ pulumi.set(__self__, "is_restoring", is_restoring)
2311
+ if kerberos_enabled is None:
2312
+ kerberos_enabled = False
2313
+ if kerberos_enabled is not None:
2314
+ pulumi.set(__self__, "kerberos_enabled", kerberos_enabled)
2315
+ if key_vault_private_endpoint_resource_id is not None:
2316
+ pulumi.set(__self__, "key_vault_private_endpoint_resource_id", key_vault_private_endpoint_resource_id)
2317
+ if language is not None:
2318
+ pulumi.set(__self__, "language", language)
2319
+ if ldap_enabled is None:
2320
+ ldap_enabled = False
2321
+ if ldap_enabled is not None:
2322
+ pulumi.set(__self__, "ldap_enabled", ldap_enabled)
2323
+ if name is not None:
2324
+ pulumi.set(__self__, "name", name)
2325
+ if network_features is not None:
2326
+ pulumi.set(__self__, "network_features", network_features)
2327
+ if placement_rules is not None:
2328
+ pulumi.set(__self__, "placement_rules", placement_rules)
2329
+ if protocol_types is not None:
2330
+ pulumi.set(__self__, "protocol_types", protocol_types)
2331
+ if proximity_placement_group is not None:
2332
+ pulumi.set(__self__, "proximity_placement_group", proximity_placement_group)
2333
+ if security_style is None:
2334
+ security_style = 'unix'
2335
+ if security_style is not None:
2336
+ pulumi.set(__self__, "security_style", security_style)
2337
+ if service_level is not None:
2338
+ pulumi.set(__self__, "service_level", service_level)
2339
+ if smb_access_based_enumeration is not None:
2340
+ pulumi.set(__self__, "smb_access_based_enumeration", smb_access_based_enumeration)
2341
+ if smb_continuously_available is None:
2342
+ smb_continuously_available = False
2343
+ if smb_continuously_available is not None:
2344
+ pulumi.set(__self__, "smb_continuously_available", smb_continuously_available)
2345
+ if smb_encryption is None:
2346
+ smb_encryption = False
2347
+ if smb_encryption is not None:
2348
+ pulumi.set(__self__, "smb_encryption", smb_encryption)
2349
+ if smb_non_browsable is not None:
2350
+ pulumi.set(__self__, "smb_non_browsable", smb_non_browsable)
2351
+ if snapshot_directory_visible is None:
2352
+ snapshot_directory_visible = True
2353
+ if snapshot_directory_visible is not None:
2354
+ pulumi.set(__self__, "snapshot_directory_visible", snapshot_directory_visible)
2355
+ if snapshot_id is not None:
2356
+ pulumi.set(__self__, "snapshot_id", snapshot_id)
2357
+ if tags is not None:
2358
+ pulumi.set(__self__, "tags", tags)
2359
+ if throughput_mibps is not None:
2360
+ pulumi.set(__self__, "throughput_mibps", throughput_mibps)
2361
+ if unix_permissions is not None:
2362
+ pulumi.set(__self__, "unix_permissions", unix_permissions)
2363
+ if volume_spec_name is not None:
2364
+ pulumi.set(__self__, "volume_spec_name", volume_spec_name)
2365
+ if volume_type is not None:
2366
+ pulumi.set(__self__, "volume_type", volume_type)
2367
+ if zones is not None:
2368
+ pulumi.set(__self__, "zones", zones)
2369
+
2370
+ @property
2371
+ @pulumi.getter(name="actualThroughputMibps")
2372
+ def actual_throughput_mibps(self) -> float:
2373
+ """
2374
+ Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
2375
+ """
2376
+ return pulumi.get(self, "actual_throughput_mibps")
2377
+
2378
+ @property
2379
+ @pulumi.getter(name="baremetalTenantId")
2380
+ def baremetal_tenant_id(self) -> str:
2381
+ """
2382
+ Unique Baremetal Tenant Identifier.
2383
+ """
2384
+ return pulumi.get(self, "baremetal_tenant_id")
2385
+
2386
+ @property
2387
+ @pulumi.getter(name="cloneProgress")
2388
+ def clone_progress(self) -> int:
2389
+ """
2390
+ When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
2391
+ """
2392
+ return pulumi.get(self, "clone_progress")
2393
+
2394
+ @property
2395
+ @pulumi.getter(name="creationToken")
2396
+ def creation_token(self) -> str:
2397
+ """
2398
+ A unique file path for the volume. Used when creating mount targets
2399
+ """
2400
+ return pulumi.get(self, "creation_token")
2401
+
2402
+ @property
2403
+ @pulumi.getter(name="dataStoreResourceId")
2404
+ def data_store_resource_id(self) -> Sequence[str]:
2405
+ """
2406
+ Data store resource unique identifier
2407
+ """
2408
+ return pulumi.get(self, "data_store_resource_id")
2409
+
2410
+ @property
2411
+ @pulumi.getter
2412
+ def encrypted(self) -> bool:
2413
+ """
2414
+ Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
2415
+ """
2416
+ return pulumi.get(self, "encrypted")
2417
+
2418
+ @property
2419
+ @pulumi.getter(name="fileAccessLogs")
2420
+ def file_access_logs(self) -> str:
2421
+ """
2422
+ Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
2423
+ """
2424
+ return pulumi.get(self, "file_access_logs")
2425
+
2426
+ @property
2427
+ @pulumi.getter(name="fileSystemId")
2428
+ def file_system_id(self) -> str:
2429
+ """
2430
+ Unique FileSystem Identifier.
2431
+ """
2432
+ return pulumi.get(self, "file_system_id")
2433
+
2434
+ @property
2435
+ @pulumi.getter
2436
+ def id(self) -> str:
2437
+ """
2438
+ Resource Id
2439
+ """
2440
+ return pulumi.get(self, "id")
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="inheritedSizeInBytes")
2444
+ def inherited_size_in_bytes(self) -> float:
2445
+ """
2446
+ Space shared by short term clone volume with parent volume in bytes.
2447
+ """
2448
+ return pulumi.get(self, "inherited_size_in_bytes")
2449
+
2450
+ @property
2451
+ @pulumi.getter(name="maximumNumberOfFiles")
2452
+ def maximum_number_of_files(self) -> float:
2453
+ """
2454
+ Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
2455
+ """
2456
+ return pulumi.get(self, "maximum_number_of_files")
2457
+
2458
+ @property
2459
+ @pulumi.getter(name="mountTargets")
2460
+ def mount_targets(self) -> Sequence['outputs.MountTargetPropertiesResponse']:
2461
+ """
2462
+ List of mount targets
2463
+ """
2464
+ return pulumi.get(self, "mount_targets")
2465
+
2466
+ @property
2467
+ @pulumi.getter(name="networkSiblingSetId")
2468
+ def network_sibling_set_id(self) -> str:
2469
+ """
2470
+ Network Sibling Set ID for the the group of volumes sharing networking resources.
2471
+ """
2472
+ return pulumi.get(self, "network_sibling_set_id")
2473
+
2474
+ @property
2475
+ @pulumi.getter(name="originatingResourceId")
2476
+ def originating_resource_id(self) -> str:
2477
+ """
2478
+ Id of the snapshot or backup that the volume is restored from.
2479
+ """
2480
+ return pulumi.get(self, "originating_resource_id")
2481
+
2482
+ @property
2483
+ @pulumi.getter(name="provisionedAvailabilityZone")
2484
+ def provisioned_availability_zone(self) -> str:
2485
+ """
2486
+ The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
2487
+ """
2488
+ return pulumi.get(self, "provisioned_availability_zone")
2489
+
2490
+ @property
2491
+ @pulumi.getter(name="provisioningState")
2492
+ def provisioning_state(self) -> str:
2493
+ """
2494
+ Azure lifecycle management
2495
+ """
2496
+ return pulumi.get(self, "provisioning_state")
2497
+
2498
+ @property
2499
+ @pulumi.getter(name="storageToNetworkProximity")
2500
+ def storage_to_network_proximity(self) -> str:
2501
+ """
2502
+ Provides storage to network proximity information for the volume.
2503
+ """
2504
+ return pulumi.get(self, "storage_to_network_proximity")
2505
+
2506
+ @property
2507
+ @pulumi.getter(name="subnetId")
2508
+ def subnet_id(self) -> str:
2509
+ """
2510
+ The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
2511
+ """
2512
+ return pulumi.get(self, "subnet_id")
2513
+
2514
+ @property
2515
+ @pulumi.getter(name="t2Network")
2516
+ def t2_network(self) -> str:
2517
+ """
2518
+ T2 network information
2519
+ """
2520
+ return pulumi.get(self, "t2_network")
2521
+
2522
+ @property
2523
+ @pulumi.getter
2524
+ def type(self) -> str:
2525
+ """
2526
+ Resource type
2527
+ """
2528
+ return pulumi.get(self, "type")
2529
+
2530
+ @property
2531
+ @pulumi.getter(name="usageThreshold")
2532
+ def usage_threshold(self) -> float:
2533
+ """
2534
+ Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
2535
+ """
2536
+ return pulumi.get(self, "usage_threshold")
2537
+
2538
+ @property
2539
+ @pulumi.getter(name="volumeGroupName")
2540
+ def volume_group_name(self) -> str:
2541
+ """
2542
+ Volume Group Name
2543
+ """
2544
+ return pulumi.get(self, "volume_group_name")
2545
+
2546
+ @property
2547
+ @pulumi.getter(name="acceptGrowCapacityPoolForShortTermCloneSplit")
2548
+ def accept_grow_capacity_pool_for_short_term_clone_split(self) -> Optional[str]:
2549
+ """
2550
+ While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
2551
+ """
2552
+ return pulumi.get(self, "accept_grow_capacity_pool_for_short_term_clone_split")
2553
+
2554
+ @property
2555
+ @pulumi.getter(name="avsDataStore")
2556
+ def avs_data_store(self) -> Optional[str]:
2557
+ """
2558
+ Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
2559
+ """
2560
+ return pulumi.get(self, "avs_data_store")
2561
+
2562
+ @property
2563
+ @pulumi.getter(name="backupId")
2564
+ def backup_id(self) -> Optional[str]:
2565
+ """
2566
+ Resource identifier used to identify the Backup.
2567
+ """
2568
+ return pulumi.get(self, "backup_id")
2569
+
2570
+ @property
2571
+ @pulumi.getter(name="capacityPoolResourceId")
2572
+ def capacity_pool_resource_id(self) -> Optional[str]:
2573
+ """
2574
+ Pool Resource Id used in case of creating a volume through volume group
2575
+ """
2576
+ return pulumi.get(self, "capacity_pool_resource_id")
2577
+
2578
+ @property
2579
+ @pulumi.getter(name="coolAccess")
2580
+ def cool_access(self) -> Optional[bool]:
2581
+ """
2582
+ Specifies whether Cool Access(tiering) is enabled for the volume.
2583
+ """
2584
+ return pulumi.get(self, "cool_access")
2585
+
2586
+ @property
2587
+ @pulumi.getter(name="coolAccessRetrievalPolicy")
2588
+ def cool_access_retrieval_policy(self) -> Optional[str]:
2589
+ """
2590
+ coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
2591
+ Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
2592
+ OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
2593
+ Never - No client-driven data is pulled from cool tier to standard storage.
2594
+ """
2595
+ return pulumi.get(self, "cool_access_retrieval_policy")
2596
+
2597
+ @property
2598
+ @pulumi.getter(name="coolnessPeriod")
2599
+ def coolness_period(self) -> Optional[int]:
2600
+ """
2601
+ Specifies the number of days after which data that is not accessed by clients will be tiered.
2602
+ """
2603
+ return pulumi.get(self, "coolness_period")
2604
+
2605
+ @property
2606
+ @pulumi.getter(name="dataProtection")
2607
+ def data_protection(self) -> Optional['outputs.VolumePropertiesResponseDataProtection']:
2608
+ """
2609
+ DataProtection type volumes include an object containing details of the replication
2610
+ """
2611
+ return pulumi.get(self, "data_protection")
2612
+
2613
+ @property
2614
+ @pulumi.getter(name="defaultGroupQuotaInKiBs")
2615
+ def default_group_quota_in_ki_bs(self) -> Optional[float]:
2616
+ """
2617
+ Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
2618
+ """
2619
+ return pulumi.get(self, "default_group_quota_in_ki_bs")
2620
+
2621
+ @property
2622
+ @pulumi.getter(name="defaultUserQuotaInKiBs")
2623
+ def default_user_quota_in_ki_bs(self) -> Optional[float]:
2624
+ """
2625
+ Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
2626
+ """
2627
+ return pulumi.get(self, "default_user_quota_in_ki_bs")
2628
+
2629
+ @property
2630
+ @pulumi.getter(name="deleteBaseSnapshot")
2631
+ def delete_base_snapshot(self) -> Optional[bool]:
2632
+ """
2633
+ If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
2634
+ """
2635
+ return pulumi.get(self, "delete_base_snapshot")
2636
+
2637
+ @property
2638
+ @pulumi.getter(name="enableSubvolumes")
2639
+ def enable_subvolumes(self) -> Optional[str]:
2640
+ """
2641
+ Flag indicating whether subvolume operations are enabled on the volume
2642
+ """
2643
+ return pulumi.get(self, "enable_subvolumes")
2644
+
2645
+ @property
2646
+ @pulumi.getter(name="encryptionKeySource")
2647
+ def encryption_key_source(self) -> Optional[str]:
2648
+ """
2649
+ Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
2650
+ """
2651
+ return pulumi.get(self, "encryption_key_source")
2652
+
2653
+ @property
2654
+ @pulumi.getter(name="exportPolicy")
2655
+ def export_policy(self) -> Optional['outputs.VolumePropertiesResponseExportPolicy']:
2656
+ """
2657
+ Set of export policy rules
2658
+ """
2659
+ return pulumi.get(self, "export_policy")
2660
+
2661
+ @property
2662
+ @pulumi.getter(name="isDefaultQuotaEnabled")
2663
+ def is_default_quota_enabled(self) -> Optional[bool]:
2664
+ """
2665
+ Specifies if default quota is enabled for the volume.
2666
+ """
2667
+ return pulumi.get(self, "is_default_quota_enabled")
2668
+
2669
+ @property
2670
+ @pulumi.getter(name="isLargeVolume")
2671
+ def is_large_volume(self) -> Optional[bool]:
2672
+ """
2673
+ Specifies whether volume is a Large Volume or Regular Volume.
2674
+ """
2675
+ return pulumi.get(self, "is_large_volume")
2676
+
2677
+ @property
2678
+ @pulumi.getter(name="isRestoring")
2679
+ def is_restoring(self) -> Optional[bool]:
2680
+ """
2681
+ Restoring
2682
+ """
2683
+ return pulumi.get(self, "is_restoring")
2684
+
2685
+ @property
2686
+ @pulumi.getter(name="kerberosEnabled")
2687
+ def kerberos_enabled(self) -> Optional[bool]:
2688
+ """
2689
+ Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
2690
+ """
2691
+ return pulumi.get(self, "kerberos_enabled")
2692
+
2693
+ @property
2694
+ @pulumi.getter(name="keyVaultPrivateEndpointResourceId")
2695
+ def key_vault_private_endpoint_resource_id(self) -> Optional[str]:
2696
+ """
2697
+ The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
2698
+ """
2699
+ return pulumi.get(self, "key_vault_private_endpoint_resource_id")
2700
+
2701
+ @property
2702
+ @pulumi.getter
2703
+ def language(self) -> Optional[str]:
2704
+ """
2705
+ Language supported for volume.
2706
+ """
2707
+ return pulumi.get(self, "language")
2708
+
2709
+ @property
2710
+ @pulumi.getter(name="ldapEnabled")
2711
+ def ldap_enabled(self) -> Optional[bool]:
2712
+ """
2713
+ Specifies whether LDAP is enabled or not for a given NFS volume.
2714
+ """
2715
+ return pulumi.get(self, "ldap_enabled")
2716
+
2717
+ @property
2718
+ @pulumi.getter
2719
+ def name(self) -> Optional[str]:
2720
+ """
2721
+ Resource name
2722
+ """
2723
+ return pulumi.get(self, "name")
2724
+
2725
+ @property
2726
+ @pulumi.getter(name="networkFeatures")
2727
+ def network_features(self) -> Optional[str]:
2728
+ """
2729
+ Network features available to the volume, or current state of update.
2730
+ """
2731
+ return pulumi.get(self, "network_features")
2732
+
2733
+ @property
2734
+ @pulumi.getter(name="placementRules")
2735
+ def placement_rules(self) -> Optional[Sequence['outputs.PlacementKeyValuePairsResponse']]:
2736
+ """
2737
+ Application specific placement rules for the particular volume
2738
+ """
2739
+ return pulumi.get(self, "placement_rules")
2740
+
2741
+ @property
2742
+ @pulumi.getter(name="protocolTypes")
2743
+ def protocol_types(self) -> Optional[Sequence[str]]:
2744
+ """
2745
+ Set of protocol types, default NFSv3, CIFS for SMB protocol
2746
+ """
2747
+ return pulumi.get(self, "protocol_types")
2748
+
2749
+ @property
2750
+ @pulumi.getter(name="proximityPlacementGroup")
2751
+ def proximity_placement_group(self) -> Optional[str]:
2752
+ """
2753
+ Proximity placement group associated with the volume
2754
+ """
2755
+ return pulumi.get(self, "proximity_placement_group")
2756
+
2757
+ @property
2758
+ @pulumi.getter(name="securityStyle")
2759
+ def security_style(self) -> Optional[str]:
2760
+ """
2761
+ The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
2762
+ """
2763
+ return pulumi.get(self, "security_style")
2764
+
2765
+ @property
2766
+ @pulumi.getter(name="serviceLevel")
2767
+ def service_level(self) -> Optional[str]:
2768
+ """
2769
+ The service level of the file system
2770
+ """
2771
+ return pulumi.get(self, "service_level")
2772
+
2773
+ @property
2774
+ @pulumi.getter(name="smbAccessBasedEnumeration")
2775
+ def smb_access_based_enumeration(self) -> Optional[str]:
2776
+ """
2777
+ Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
2778
+ """
2779
+ return pulumi.get(self, "smb_access_based_enumeration")
2780
+
2781
+ @property
2782
+ @pulumi.getter(name="smbContinuouslyAvailable")
2783
+ def smb_continuously_available(self) -> Optional[bool]:
2784
+ """
2785
+ Enables continuously available share property for smb volume. Only applicable for SMB volume
2786
+ """
2787
+ return pulumi.get(self, "smb_continuously_available")
2788
+
2789
+ @property
2790
+ @pulumi.getter(name="smbEncryption")
2791
+ def smb_encryption(self) -> Optional[bool]:
2792
+ """
2793
+ Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
2794
+ """
2795
+ return pulumi.get(self, "smb_encryption")
2796
+
2797
+ @property
2798
+ @pulumi.getter(name="smbNonBrowsable")
2799
+ def smb_non_browsable(self) -> Optional[str]:
2800
+ """
2801
+ Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
2802
+ """
2803
+ return pulumi.get(self, "smb_non_browsable")
2804
+
2805
+ @property
2806
+ @pulumi.getter(name="snapshotDirectoryVisible")
2807
+ def snapshot_directory_visible(self) -> Optional[bool]:
2808
+ """
2809
+ If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
2810
+ """
2811
+ return pulumi.get(self, "snapshot_directory_visible")
2812
+
2813
+ @property
2814
+ @pulumi.getter(name="snapshotId")
2815
+ def snapshot_id(self) -> Optional[str]:
2816
+ """
2817
+ Resource identifier used to identify the Snapshot.
2818
+ """
2819
+ return pulumi.get(self, "snapshot_id")
2820
+
2821
+ @property
2822
+ @pulumi.getter
2823
+ def tags(self) -> Optional[Mapping[str, str]]:
2824
+ """
2825
+ Resource tags
2826
+ """
2827
+ return pulumi.get(self, "tags")
2828
+
2829
+ @property
2830
+ @pulumi.getter(name="throughputMibps")
2831
+ def throughput_mibps(self) -> Optional[float]:
2832
+ return pulumi.get(self, "throughput_mibps")
2833
+
2834
+ @property
2835
+ @pulumi.getter(name="unixPermissions")
2836
+ def unix_permissions(self) -> Optional[str]:
2837
+ """
2838
+ UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
2839
+ """
2840
+ return pulumi.get(self, "unix_permissions")
2841
+
2842
+ @property
2843
+ @pulumi.getter(name="volumeSpecName")
2844
+ def volume_spec_name(self) -> Optional[str]:
2845
+ """
2846
+ Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
2847
+ """
2848
+ return pulumi.get(self, "volume_spec_name")
2849
+
2850
+ @property
2851
+ @pulumi.getter(name="volumeType")
2852
+ def volume_type(self) -> Optional[str]:
2853
+ """
2854
+ What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
2855
+ """
2856
+ return pulumi.get(self, "volume_type")
2857
+
2858
+ @property
2859
+ @pulumi.getter
2860
+ def zones(self) -> Optional[Sequence[str]]:
2861
+ """
2862
+ Availability Zone
2863
+ """
2864
+ return pulumi.get(self, "zones")
2865
+
2866
+
2867
+ @pulumi.output_type
2868
+ class VolumePropertiesResponseDataProtection(dict):
2869
+ """
2870
+ DataProtection type volumes include an object containing details of the replication
2871
+ """
2872
+ @staticmethod
2873
+ def __key_warning(key: str):
2874
+ suggest = None
2875
+ if key == "volumeRelocation":
2876
+ suggest = "volume_relocation"
2877
+
2878
+ if suggest:
2879
+ pulumi.log.warn(f"Key '{key}' not found in VolumePropertiesResponseDataProtection. Access the value via the '{suggest}' property getter instead.")
2880
+
2881
+ def __getitem__(self, key: str) -> Any:
2882
+ VolumePropertiesResponseDataProtection.__key_warning(key)
2883
+ return super().__getitem__(key)
2884
+
2885
+ def get(self, key: str, default = None) -> Any:
2886
+ VolumePropertiesResponseDataProtection.__key_warning(key)
2887
+ return super().get(key, default)
2888
+
2889
+ def __init__(__self__, *,
2890
+ backup: Optional['outputs.VolumeBackupPropertiesResponse'] = None,
2891
+ replication: Optional['outputs.ReplicationObjectResponse'] = None,
2892
+ snapshot: Optional['outputs.VolumeSnapshotPropertiesResponse'] = None,
2893
+ volume_relocation: Optional['outputs.VolumeRelocationPropertiesResponse'] = None):
2894
+ """
2895
+ DataProtection type volumes include an object containing details of the replication
2896
+ :param 'VolumeBackupPropertiesResponse' backup: Backup Properties
2897
+ :param 'ReplicationObjectResponse' replication: Replication properties
2898
+ :param 'VolumeSnapshotPropertiesResponse' snapshot: Snapshot properties.
2899
+ :param 'VolumeRelocationPropertiesResponse' volume_relocation: VolumeRelocation properties
2900
+ """
2901
+ if backup is not None:
2902
+ pulumi.set(__self__, "backup", backup)
2903
+ if replication is not None:
2904
+ pulumi.set(__self__, "replication", replication)
2905
+ if snapshot is not None:
2906
+ pulumi.set(__self__, "snapshot", snapshot)
2907
+ if volume_relocation is not None:
2908
+ pulumi.set(__self__, "volume_relocation", volume_relocation)
2909
+
2910
+ @property
2911
+ @pulumi.getter
2912
+ def backup(self) -> Optional['outputs.VolumeBackupPropertiesResponse']:
2913
+ """
2914
+ Backup Properties
2915
+ """
2916
+ return pulumi.get(self, "backup")
2917
+
2918
+ @property
2919
+ @pulumi.getter
2920
+ def replication(self) -> Optional['outputs.ReplicationObjectResponse']:
2921
+ """
2922
+ Replication properties
2923
+ """
2924
+ return pulumi.get(self, "replication")
2925
+
2926
+ @property
2927
+ @pulumi.getter
2928
+ def snapshot(self) -> Optional['outputs.VolumeSnapshotPropertiesResponse']:
2929
+ """
2930
+ Snapshot properties.
2931
+ """
2932
+ return pulumi.get(self, "snapshot")
2933
+
2934
+ @property
2935
+ @pulumi.getter(name="volumeRelocation")
2936
+ def volume_relocation(self) -> Optional['outputs.VolumeRelocationPropertiesResponse']:
2937
+ """
2938
+ VolumeRelocation properties
2939
+ """
2940
+ return pulumi.get(self, "volume_relocation")
2941
+
2942
+
2943
+ @pulumi.output_type
2944
+ class VolumePropertiesResponseExportPolicy(dict):
2945
+ """
2946
+ Set of export policy rules
2947
+ """
2948
+ def __init__(__self__, *,
2949
+ rules: Optional[Sequence['outputs.ExportPolicyRuleResponse']] = None):
2950
+ """
2951
+ Set of export policy rules
2952
+ :param Sequence['ExportPolicyRuleResponse'] rules: Export policy rule
2953
+ """
2954
+ if rules is not None:
2955
+ pulumi.set(__self__, "rules", rules)
2956
+
2957
+ @property
2958
+ @pulumi.getter
2959
+ def rules(self) -> Optional[Sequence['outputs.ExportPolicyRuleResponse']]:
2960
+ """
2961
+ Export policy rule
2962
+ """
2963
+ return pulumi.get(self, "rules")
2964
+
2965
+
2966
+ @pulumi.output_type
2967
+ class VolumeRelocationPropertiesResponse(dict):
2968
+ """
2969
+ Volume relocation properties
2970
+ """
2971
+ @staticmethod
2972
+ def __key_warning(key: str):
2973
+ suggest = None
2974
+ if key == "readyToBeFinalized":
2975
+ suggest = "ready_to_be_finalized"
2976
+ elif key == "relocationRequested":
2977
+ suggest = "relocation_requested"
2978
+
2979
+ if suggest:
2980
+ pulumi.log.warn(f"Key '{key}' not found in VolumeRelocationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2981
+
2982
+ def __getitem__(self, key: str) -> Any:
2983
+ VolumeRelocationPropertiesResponse.__key_warning(key)
2984
+ return super().__getitem__(key)
2985
+
2986
+ def get(self, key: str, default = None) -> Any:
2987
+ VolumeRelocationPropertiesResponse.__key_warning(key)
2988
+ return super().get(key, default)
2989
+
2990
+ def __init__(__self__, *,
2991
+ ready_to_be_finalized: bool,
2992
+ relocation_requested: Optional[bool] = None):
2993
+ """
2994
+ Volume relocation properties
2995
+ :param bool ready_to_be_finalized: Has relocation finished and is ready to be cleaned up
2996
+ :param bool relocation_requested: Has relocation been requested for this volume
2997
+ """
2998
+ pulumi.set(__self__, "ready_to_be_finalized", ready_to_be_finalized)
2999
+ if relocation_requested is not None:
3000
+ pulumi.set(__self__, "relocation_requested", relocation_requested)
3001
+
3002
+ @property
3003
+ @pulumi.getter(name="readyToBeFinalized")
3004
+ def ready_to_be_finalized(self) -> bool:
3005
+ """
3006
+ Has relocation finished and is ready to be cleaned up
3007
+ """
3008
+ return pulumi.get(self, "ready_to_be_finalized")
3009
+
3010
+ @property
3011
+ @pulumi.getter(name="relocationRequested")
3012
+ def relocation_requested(self) -> Optional[bool]:
3013
+ """
3014
+ Has relocation been requested for this volume
3015
+ """
3016
+ return pulumi.get(self, "relocation_requested")
3017
+
3018
+
3019
+ @pulumi.output_type
3020
+ class VolumeSnapshotPropertiesResponse(dict):
3021
+ """
3022
+ Volume Snapshot Properties
3023
+ """
3024
+ @staticmethod
3025
+ def __key_warning(key: str):
3026
+ suggest = None
3027
+ if key == "snapshotPolicyId":
3028
+ suggest = "snapshot_policy_id"
3029
+
3030
+ if suggest:
3031
+ pulumi.log.warn(f"Key '{key}' not found in VolumeSnapshotPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3032
+
3033
+ def __getitem__(self, key: str) -> Any:
3034
+ VolumeSnapshotPropertiesResponse.__key_warning(key)
3035
+ return super().__getitem__(key)
3036
+
3037
+ def get(self, key: str, default = None) -> Any:
3038
+ VolumeSnapshotPropertiesResponse.__key_warning(key)
3039
+ return super().get(key, default)
3040
+
3041
+ def __init__(__self__, *,
3042
+ snapshot_policy_id: Optional[str] = None):
3043
+ """
3044
+ Volume Snapshot Properties
3045
+ :param str snapshot_policy_id: Snapshot Policy ResourceId
3046
+ """
3047
+ if snapshot_policy_id is not None:
3048
+ pulumi.set(__self__, "snapshot_policy_id", snapshot_policy_id)
3049
+
3050
+ @property
3051
+ @pulumi.getter(name="snapshotPolicyId")
3052
+ def snapshot_policy_id(self) -> Optional[str]:
3053
+ """
3054
+ Snapshot Policy ResourceId
3055
+ """
3056
+ return pulumi.get(self, "snapshot_policy_id")
3057
+
3058
+
3059
+ @pulumi.output_type
3060
+ class WeeklyScheduleResponse(dict):
3061
+ """
3062
+ Weekly Schedule properties, make a snapshot every week at a specific day or days
3063
+ """
3064
+ @staticmethod
3065
+ def __key_warning(key: str):
3066
+ suggest = None
3067
+ if key == "snapshotsToKeep":
3068
+ suggest = "snapshots_to_keep"
3069
+ elif key == "usedBytes":
3070
+ suggest = "used_bytes"
3071
+
3072
+ if suggest:
3073
+ pulumi.log.warn(f"Key '{key}' not found in WeeklyScheduleResponse. Access the value via the '{suggest}' property getter instead.")
3074
+
3075
+ def __getitem__(self, key: str) -> Any:
3076
+ WeeklyScheduleResponse.__key_warning(key)
3077
+ return super().__getitem__(key)
3078
+
3079
+ def get(self, key: str, default = None) -> Any:
3080
+ WeeklyScheduleResponse.__key_warning(key)
3081
+ return super().get(key, default)
3082
+
3083
+ def __init__(__self__, *,
3084
+ day: Optional[str] = None,
3085
+ hour: Optional[int] = None,
3086
+ minute: Optional[int] = None,
3087
+ snapshots_to_keep: Optional[int] = None,
3088
+ used_bytes: Optional[float] = None):
3089
+ """
3090
+ Weekly Schedule properties, make a snapshot every week at a specific day or days
3091
+ :param str day: Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english
3092
+ :param int hour: Indicates which hour in UTC timezone a snapshot should be taken
3093
+ :param int minute: Indicates which minute snapshot should be taken
3094
+ :param int snapshots_to_keep: Weekly snapshot count to keep
3095
+ :param float used_bytes: Resource size in bytes, current storage usage for the volume in bytes
3096
+ """
3097
+ if day is not None:
3098
+ pulumi.set(__self__, "day", day)
3099
+ if hour is not None:
3100
+ pulumi.set(__self__, "hour", hour)
3101
+ if minute is not None:
3102
+ pulumi.set(__self__, "minute", minute)
3103
+ if snapshots_to_keep is not None:
3104
+ pulumi.set(__self__, "snapshots_to_keep", snapshots_to_keep)
3105
+ if used_bytes is not None:
3106
+ pulumi.set(__self__, "used_bytes", used_bytes)
3107
+
3108
+ @property
3109
+ @pulumi.getter
3110
+ def day(self) -> Optional[str]:
3111
+ """
3112
+ Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english
3113
+ """
3114
+ return pulumi.get(self, "day")
3115
+
3116
+ @property
3117
+ @pulumi.getter
3118
+ def hour(self) -> Optional[int]:
3119
+ """
3120
+ Indicates which hour in UTC timezone a snapshot should be taken
3121
+ """
3122
+ return pulumi.get(self, "hour")
3123
+
3124
+ @property
3125
+ @pulumi.getter
3126
+ def minute(self) -> Optional[int]:
3127
+ """
3128
+ Indicates which minute snapshot should be taken
3129
+ """
3130
+ return pulumi.get(self, "minute")
3131
+
3132
+ @property
3133
+ @pulumi.getter(name="snapshotsToKeep")
3134
+ def snapshots_to_keep(self) -> Optional[int]:
3135
+ """
3136
+ Weekly snapshot count to keep
3137
+ """
3138
+ return pulumi.get(self, "snapshots_to_keep")
3139
+
3140
+ @property
3141
+ @pulumi.getter(name="usedBytes")
3142
+ def used_bytes(self) -> Optional[float]:
3143
+ """
3144
+ Resource size in bytes, current storage usage for the volume in bytes
3145
+ """
3146
+ return pulumi.get(self, "used_bytes")
3147
+
3148
+