pulumi-azure-native 2.46.0a1718025681__py3-none-any.whl → 2.46.0a1718982238__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 (734) hide show
  1. pulumi_azure_native/__init__.py +129 -22
  2. pulumi_azure_native/authorization/_inputs.py +16 -0
  3. pulumi_azure_native/authorization/outputs.py +14 -0
  4. pulumi_azure_native/authorization/v20230401/_inputs.py +16 -0
  5. pulumi_azure_native/authorization/v20230401/get_policy_assignment.py +14 -1
  6. pulumi_azure_native/authorization/v20230401/outputs.py +14 -0
  7. pulumi_azure_native/authorization/v20230401/policy_assignment.py +29 -0
  8. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -1
  9. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -0
  10. pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +3 -3
  11. pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +8 -8
  12. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  13. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  14. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  15. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  16. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  17. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  18. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  19. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  20. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  21. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  22. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  23. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  24. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  25. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  26. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  27. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  28. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  29. pulumi_azure_native/azuredatatransfer/v20240507/__init__.py +20 -0
  30. pulumi_azure_native/azuredatatransfer/v20240507/_enums.py +102 -0
  31. pulumi_azure_native/azuredatatransfer/v20240507/_inputs.py +856 -0
  32. pulumi_azure_native/{securitydevops/v20220901preview/azure_dev_ops_connector.py → azuredatatransfer/v20240507/connection.py} +48 -38
  33. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +332 -0
  34. pulumi_azure_native/{securitydevops/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_connection.py} +30 -24
  35. pulumi_azure_native/azuredatatransfer/v20240507/get_flow.py +188 -0
  36. pulumi_azure_native/{securitydevops/v20220901preview/get_azure_dev_ops_connector.py → azuredatatransfer/v20240507/get_pipeline.py} +31 -23
  37. pulumi_azure_native/azuredatatransfer/v20240507/list_azure_data_transfer_approved_schemas.py +80 -0
  38. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_connection.py +92 -0
  39. pulumi_azure_native/azuredatatransfer/v20240507/list_list_pending_flow.py +92 -0
  40. pulumi_azure_native/azuredatatransfer/v20240507/list_list_schema.py +110 -0
  41. pulumi_azure_native/azuredatatransfer/v20240507/outputs.py +2038 -0
  42. pulumi_azure_native/{securitydevops/azure_dev_ops_connector.py → azuredatatransfer/v20240507/pipeline.py} +52 -44
  43. pulumi_azure_native/containerservice/__init__.py +3 -0
  44. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  45. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  46. pulumi_azure_native/containerservice/get_load_balancer.py +4 -0
  47. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  48. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  49. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  50. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  51. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  52. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  53. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  54. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  55. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  56. pulumi_azure_native/containerservice/load_balancer.py +5 -1
  57. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  58. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  59. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  60. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  61. pulumi_azure_native/containerservice/snapshot.py +3 -3
  62. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  63. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  64. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  66. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  68. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  73. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  74. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  78. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  80. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  81. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  82. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  83. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  84. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  90. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  92. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  93. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  94. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  95. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  96. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  97. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  99. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  100. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  101. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  102. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  103. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  104. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  105. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  106. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  107. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  108. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  109. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  111. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  112. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  113. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  115. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  116. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  117. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  118. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  119. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  120. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  121. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  122. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  123. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  124. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  125. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  126. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  134. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  135. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  136. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  137. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  138. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  139. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  151. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  152. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  153. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  161. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  162. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  164. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  165. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  166. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  175. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  176. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  177. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  178. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  179. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  180. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  181. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  182. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  184. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  185. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  186. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  187. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  188. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  189. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  190. pulumi_azure_native/containerservice/v20240402preview/__init__.py +29 -0
  191. pulumi_azure_native/containerservice/v20240402preview/_enums.py +874 -0
  192. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +7030 -0
  193. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1686 -0
  194. pulumi_azure_native/containerservice/v20240402preview/get_agent_pool.py +812 -0
  195. pulumi_azure_native/containerservice/v20240402preview/get_load_balancer.py +201 -0
  196. pulumi_azure_native/containerservice/v20240402preview/get_maintenance_configuration.py +162 -0
  197. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster.py +833 -0
  198. pulumi_azure_native/containerservice/v20240402preview/get_managed_cluster_snapshot.py +183 -0
  199. pulumi_azure_native/containerservice/v20240402preview/get_private_endpoint_connection.py +149 -0
  200. pulumi_azure_native/containerservice/v20240402preview/get_snapshot.py +248 -0
  201. pulumi_azure_native/containerservice/v20240402preview/get_trusted_access_role_binding.py +162 -0
  202. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_admin_credentials.py +84 -0
  203. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  204. pulumi_azure_native/containerservice/v20240402preview/list_managed_cluster_user_credentials.py +89 -0
  205. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +363 -0
  206. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +274 -0
  207. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1590 -0
  208. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +292 -0
  209. pulumi_azure_native/containerservice/v20240402preview/outputs.py +8189 -0
  210. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +246 -0
  211. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +342 -0
  212. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +255 -0
  213. pulumi_azure_native/datafactory/_enums.py +1 -0
  214. pulumi_azure_native/datafactory/_inputs.py +139 -2
  215. pulumi_azure_native/datafactory/outputs.py +139 -2
  216. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  217. pulumi_azure_native/datafactory/v20180601/_inputs.py +139 -2
  218. pulumi_azure_native/datafactory/v20180601/outputs.py +139 -2
  219. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  220. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  221. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  222. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  223. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  224. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  225. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  226. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  227. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  228. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  229. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  230. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  231. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  232. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  233. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  234. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  235. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  236. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  237. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  238. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  239. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  240. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  241. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  242. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  252. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  253. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  254. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  255. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  256. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  257. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  258. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  259. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  260. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  261. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  262. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  263. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  264. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  265. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  266. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  267. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  268. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  331. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  332. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  333. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  334. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  335. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  336. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  337. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +33 -0
  338. pulumi_azure_native/desktopvirtualization/v20240408preview/_enums.py +323 -0
  339. pulumi_azure_native/desktopvirtualization/v20240408preview/_inputs.py +1398 -0
  340. pulumi_azure_native/{securitydevops/v20220901preview/git_hub_connector.py → desktopvirtualization/v20240408preview/app_attach_package.py} +55 -53
  341. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +536 -0
  342. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +556 -0
  343. pulumi_azure_native/{securitydevops/v20220901preview/get_git_hub_connector.py → desktopvirtualization/v20240408preview/get_app_attach_package.py} +25 -25
  344. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application.py +305 -0
  345. pulumi_azure_native/desktopvirtualization/v20240408preview/get_application_group.py +326 -0
  346. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool.py +599 -0
  347. pulumi_azure_native/desktopvirtualization/v20240408preview/get_host_pool_registration_token.py +104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240408preview/get_msix_package.py +266 -0
  349. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_host_pool.py +175 -0
  350. pulumi_azure_native/desktopvirtualization/v20240408preview/get_private_endpoint_connection_by_workspace.py +175 -0
  351. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan.py +326 -0
  352. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_personal_schedule.py +461 -0
  353. pulumi_azure_native/desktopvirtualization/v20240408preview/get_scaling_plan_pooled_schedule.py +344 -0
  354. pulumi_azure_native/desktopvirtualization/v20240408preview/get_workspace.py +313 -0
  355. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1128 -0
  356. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +505 -0
  357. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +1771 -0
  358. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +247 -0
  359. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +247 -0
  360. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +597 -0
  361. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +957 -0
  362. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +680 -0
  363. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +525 -0
  364. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  365. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +1 -1
  366. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  367. pulumi_azure_native/documentdb/v20240301preview/outputs.py +53 -92
  368. pulumi_azure_native/documentdb/v20240515/_enums.py +9 -0
  369. pulumi_azure_native/documentdb/v20240515/_inputs.py +248 -0
  370. pulumi_azure_native/documentdb/v20240515/service.py +16 -57
  371. pulumi_azure_native/machinelearningservices/_inputs.py +55 -0
  372. pulumi_azure_native/machinelearningservices/connection_deployment.py +28 -7
  373. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +12 -2
  374. pulumi_azure_native/machinelearningservices/outputs.py +75 -0
  375. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +21 -3
  376. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +16 -2
  377. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +76 -344
  378. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +28 -7
  379. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +28 -7
  380. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +12 -2
  381. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +12 -2
  382. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +91 -395
  383. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  384. pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py +1 -1
  385. pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py +2 -2
  386. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  387. pulumi_azure_native/monitor/v20231001preview/outputs.py +53 -92
  388. pulumi_azure_native/netapp/__init__.py +3 -0
  389. pulumi_azure_native/netapp/account.py +3 -3
  390. pulumi_azure_native/netapp/backup.py +2 -2
  391. pulumi_azure_native/netapp/backup_policy.py +3 -3
  392. pulumi_azure_native/netapp/backup_vault.py +3 -3
  393. pulumi_azure_native/netapp/get_account.py +2 -2
  394. pulumi_azure_native/netapp/get_backup.py +2 -2
  395. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  396. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  397. pulumi_azure_native/netapp/get_pool.py +2 -2
  398. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  399. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  400. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  401. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  402. pulumi_azure_native/netapp/get_volume.py +2 -2
  403. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  404. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  405. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  406. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  407. pulumi_azure_native/netapp/pool.py +3 -3
  408. pulumi_azure_native/netapp/snapshot.py +3 -3
  409. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  410. pulumi_azure_native/netapp/subvolume.py +3 -3
  411. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  412. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  413. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  414. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  415. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  416. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  417. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  418. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  419. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  420. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  421. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  422. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  423. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  424. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  425. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  426. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  427. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  428. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  429. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  430. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  431. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  432. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  433. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  434. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  435. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  436. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  437. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  438. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  439. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  440. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  441. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  442. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  443. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  444. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  445. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  446. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  447. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  448. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  449. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  450. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  451. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  452. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  453. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  454. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  455. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  456. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  457. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  458. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  459. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  460. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  461. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  462. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  463. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  464. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  465. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  466. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  467. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  468. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  469. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  470. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  471. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  472. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  473. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  474. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  475. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  476. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  477. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  478. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  479. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  480. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  481. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  482. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  483. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  484. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  485. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  486. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  487. pulumi_azure_native/netapp/v20231101preview/__init__.py +35 -0
  488. pulumi_azure_native/netapp/v20231101preview/_enums.py +565 -0
  489. pulumi_azure_native/netapp/v20231101preview/_inputs.py +2355 -0
  490. pulumi_azure_native/netapp/v20231101preview/account.py +380 -0
  491. pulumi_azure_native/netapp/v20231101preview/backup.py +397 -0
  492. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +409 -0
  493. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +253 -0
  494. pulumi_azure_native/netapp/v20231101preview/get_account.py +248 -0
  495. pulumi_azure_native/netapp/v20231101preview/get_backup.py +271 -0
  496. pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py +266 -0
  497. pulumi_azure_native/netapp/v20231101preview/get_backup_vault.py +162 -0
  498. pulumi_azure_native/netapp/v20231101preview/get_pool.py +279 -0
  499. pulumi_azure_native/netapp/v20231101preview/get_snapshot.py +185 -0
  500. pulumi_azure_native/netapp/v20231101preview/get_snapshot_policy.py +240 -0
  501. pulumi_azure_native/netapp/v20231101preview/get_subvolume.py +185 -0
  502. pulumi_azure_native/netapp/v20231101preview/get_subvolume_metadata.py +249 -0
  503. pulumi_azure_native/netapp/v20231101preview/get_volume.py +921 -0
  504. pulumi_azure_native/netapp/v20231101preview/get_volume_group.py +162 -0
  505. pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py +93 -0
  506. pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py +211 -0
  507. pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py +89 -0
  508. pulumi_azure_native/netapp/v20231101preview/outputs.py +3148 -0
  509. pulumi_azure_native/netapp/v20231101preview/pool.py +457 -0
  510. pulumi_azure_native/netapp/v20231101preview/snapshot.py +286 -0
  511. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +409 -0
  512. pulumi_azure_native/netapp/v20231101preview/subvolume.py +324 -0
  513. pulumi_azure_native/netapp/v20231101preview/volume.py +1702 -0
  514. pulumi_azure_native/netapp/v20231101preview/volume_group.py +274 -0
  515. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +383 -0
  516. pulumi_azure_native/netapp/volume.py +3 -3
  517. pulumi_azure_native/netapp/volume_group.py +3 -3
  518. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  519. pulumi_azure_native/pulumi-plugin.json +1 -1
  520. pulumi_azure_native/purview/__init__.py +3 -0
  521. pulumi_azure_native/purview/account.py +3 -3
  522. pulumi_azure_native/purview/get_account.py +2 -2
  523. pulumi_azure_native/purview/get_kafka_configuration.py +2 -2
  524. pulumi_azure_native/purview/get_private_endpoint_connection.py +2 -2
  525. pulumi_azure_native/purview/kafka_configuration.py +3 -3
  526. pulumi_azure_native/purview/list_account_keys.py +2 -2
  527. pulumi_azure_native/purview/list_feature_account.py +2 -2
  528. pulumi_azure_native/purview/list_feature_subscription.py +2 -2
  529. pulumi_azure_native/purview/private_endpoint_connection.py +3 -3
  530. pulumi_azure_native/purview/v20201201preview/account.py +1 -1
  531. pulumi_azure_native/purview/v20210701/account.py +1 -1
  532. pulumi_azure_native/purview/v20210701/private_endpoint_connection.py +1 -1
  533. pulumi_azure_native/purview/v20211201/account.py +1 -1
  534. pulumi_azure_native/purview/v20211201/kafka_configuration.py +1 -1
  535. pulumi_azure_native/purview/v20211201/private_endpoint_connection.py +1 -1
  536. pulumi_azure_native/purview/v20230501preview/account.py +1 -1
  537. pulumi_azure_native/purview/v20230501preview/kafka_configuration.py +1 -1
  538. pulumi_azure_native/purview/v20230501preview/private_endpoint_connection.py +1 -1
  539. pulumi_azure_native/purview/v20240401preview/__init__.py +19 -0
  540. pulumi_azure_native/purview/v20240401preview/_enums.py +107 -0
  541. pulumi_azure_native/purview/v20240401preview/_inputs.py +245 -0
  542. pulumi_azure_native/purview/v20240401preview/account.py +588 -0
  543. pulumi_azure_native/purview/v20240401preview/get_account.py +404 -0
  544. pulumi_azure_native/purview/v20240401preview/get_kafka_configuration.py +211 -0
  545. pulumi_azure_native/purview/v20240401preview/get_private_endpoint_connection.py +162 -0
  546. pulumi_azure_native/purview/v20240401preview/kafka_configuration.py +390 -0
  547. pulumi_azure_native/purview/v20240401preview/list_account_keys.py +91 -0
  548. pulumi_azure_native/purview/v20240401preview/list_feature_account.py +83 -0
  549. pulumi_azure_native/purview/v20240401preview/list_feature_subscription.py +78 -0
  550. pulumi_azure_native/purview/v20240401preview/outputs.py +1140 -0
  551. pulumi_azure_native/purview/v20240401preview/private_endpoint_connection.py +255 -0
  552. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  553. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  554. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  555. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  556. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  557. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +4 -0
  558. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  559. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  560. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  561. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  562. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  563. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  564. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  565. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  566. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  567. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  568. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +5 -1
  569. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  570. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  571. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  572. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  573. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  574. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  575. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  576. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  577. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  578. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  579. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  580. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  581. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  582. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  583. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  584. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  585. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  586. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  587. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  588. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  589. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  590. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  591. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  592. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  593. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  594. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  595. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  596. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  597. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  598. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  599. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  600. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  601. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  602. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  603. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  604. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  605. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  606. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  607. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  608. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  609. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  610. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  611. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  612. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  613. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  614. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  615. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  616. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  617. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  618. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  619. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  620. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  621. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  622. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  623. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  624. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  625. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  626. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  627. pulumi_azure_native/recoveryservices/v20240401/__init__.py +22 -0
  628. pulumi_azure_native/recoveryservices/v20240401/_enums.py +179 -0
  629. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +15590 -7231
  630. pulumi_azure_native/recoveryservices/v20240401/get_replication_fabric.py +141 -0
  631. pulumi_azure_native/recoveryservices/v20240401/get_replication_migration_item.py +146 -0
  632. pulumi_azure_native/recoveryservices/v20240401/get_replication_network_mapping.py +146 -0
  633. pulumi_azure_native/recoveryservices/v20240401/get_replication_policy.py +136 -0
  634. pulumi_azure_native/recoveryservices/v20240401/get_replication_protected_item.py +146 -0
  635. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_cluster.py +133 -0
  636. pulumi_azure_native/recoveryservices/v20240401/get_replication_protection_container_mapping.py +146 -0
  637. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_plan.py +136 -0
  638. pulumi_azure_native/recoveryservices/v20240401/get_replication_recovery_services_provider.py +141 -0
  639. pulumi_azure_native/recoveryservices/v20240401/get_replication_storage_classification_mapping.py +146 -0
  640. pulumi_azure_native/recoveryservices/v20240401/get_replicationv_center.py +141 -0
  641. pulumi_azure_native/recoveryservices/v20240401/outputs.py +30462 -8186
  642. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +215 -0
  643. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +259 -0
  644. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +258 -0
  645. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +216 -0
  646. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +258 -0
  647. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +248 -0
  648. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +258 -0
  649. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +217 -0
  650. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +237 -0
  651. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +257 -0
  652. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +236 -0
  653. pulumi_azure_native/resourcegraph/__init__.py +9 -0
  654. pulumi_azure_native/resourcegraph/get_graph_query.py +2 -2
  655. pulumi_azure_native/resourcegraph/graph_query.py +3 -3
  656. pulumi_azure_native/resourcegraph/v20180901preview/graph_query.py +1 -1
  657. pulumi_azure_native/{securitydevops/_enums.py → resourcegraph/v20190401/__init__.py} +5 -10
  658. pulumi_azure_native/resourcegraph/v20190401/get_graph_query.py +200 -0
  659. pulumi_azure_native/resourcegraph/v20190401/graph_query.py +320 -0
  660. pulumi_azure_native/resourcegraph/v20200401preview/graph_query.py +1 -1
  661. pulumi_azure_native/{securitydevops/v20220901preview/_enums.py → resourcegraph/v20210301/__init__.py} +5 -10
  662. pulumi_azure_native/resourcegraph/v20210301/get_graph_query.py +200 -0
  663. pulumi_azure_native/resourcegraph/v20210301/graph_query.py +320 -0
  664. pulumi_azure_native/resourcegraph/v20221001/__init__.py +9 -0
  665. pulumi_azure_native/resourcegraph/v20221001/get_graph_query.py +200 -0
  666. pulumi_azure_native/resourcegraph/v20221001/graph_query.py +320 -0
  667. pulumi_azure_native/storagemover/__init__.py +3 -0
  668. pulumi_azure_native/storagemover/agent.py +3 -3
  669. pulumi_azure_native/storagemover/endpoint.py +3 -3
  670. pulumi_azure_native/storagemover/get_agent.py +2 -2
  671. pulumi_azure_native/storagemover/get_endpoint.py +2 -2
  672. pulumi_azure_native/storagemover/get_job_definition.py +2 -2
  673. pulumi_azure_native/storagemover/get_project.py +2 -2
  674. pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
  675. pulumi_azure_native/storagemover/job_definition.py +3 -3
  676. pulumi_azure_native/storagemover/project.py +3 -3
  677. pulumi_azure_native/storagemover/storage_mover.py +3 -3
  678. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  679. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  680. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  681. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  682. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  683. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  684. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  685. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  686. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  687. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  688. pulumi_azure_native/storagemover/v20231001/agent.py +1 -1
  689. pulumi_azure_native/storagemover/v20231001/endpoint.py +1 -1
  690. pulumi_azure_native/storagemover/v20231001/job_definition.py +1 -1
  691. pulumi_azure_native/storagemover/v20231001/project.py +1 -1
  692. pulumi_azure_native/storagemover/v20231001/storage_mover.py +1 -1
  693. pulumi_azure_native/storagemover/v20240701/__init__.py +20 -0
  694. pulumi_azure_native/storagemover/v20240701/_enums.py +60 -0
  695. pulumi_azure_native/storagemover/v20240701/_inputs.py +529 -0
  696. pulumi_azure_native/storagemover/v20240701/agent.py +402 -0
  697. pulumi_azure_native/storagemover/v20240701/endpoint.py +217 -0
  698. pulumi_azure_native/storagemover/v20240701/get_agent.py +302 -0
  699. pulumi_azure_native/storagemover/v20240701/get_endpoint.py +136 -0
  700. pulumi_azure_native/storagemover/v20240701/get_job_definition.py +310 -0
  701. pulumi_azure_native/storagemover/v20240701/get_project.py +149 -0
  702. pulumi_azure_native/{securitydevops/get_git_hub_connector.py → storagemover/v20240701/get_storage_mover.py} +46 -35
  703. pulumi_azure_native/storagemover/v20240701/job_definition.py +483 -0
  704. pulumi_azure_native/storagemover/v20240701/outputs.py +774 -0
  705. pulumi_azure_native/storagemover/v20240701/project.py +224 -0
  706. pulumi_azure_native/{securitydevops/git_hub_connector.py → storagemover/v20240701/storage_mover.py} +63 -56
  707. pulumi_azure_native/videoindexer/__init__.py +5 -0
  708. pulumi_azure_native/videoindexer/_enums.py +10 -0
  709. pulumi_azure_native/videoindexer/_inputs.py +57 -0
  710. pulumi_azure_native/videoindexer/account.py +3 -3
  711. pulumi_azure_native/videoindexer/get_account.py +2 -2
  712. pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +177 -0
  713. pulumi_azure_native/videoindexer/outputs.py +88 -0
  714. pulumi_azure_native/videoindexer/private_endpoint_connection.py +249 -0
  715. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  716. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  717. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  718. pulumi_azure_native/{securitydevops/v20220901preview → videoindexer/v20240601preview}/__init__.py +4 -4
  719. pulumi_azure_native/videoindexer/v20240601preview/_enums.py +38 -0
  720. pulumi_azure_native/videoindexer/v20240601preview/_inputs.py +218 -0
  721. pulumi_azure_native/videoindexer/v20240601preview/account.py +444 -0
  722. pulumi_azure_native/videoindexer/v20240601preview/get_account.py +274 -0
  723. pulumi_azure_native/videoindexer/v20240601preview/get_private_endpoint_connection.py +175 -0
  724. pulumi_azure_native/videoindexer/v20240601preview/outputs.py +582 -0
  725. pulumi_azure_native/videoindexer/v20240601preview/private_endpoint_connection.py +247 -0
  726. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/METADATA +1 -1
  727. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/RECORD +729 -584
  728. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/WHEEL +1 -1
  729. pulumi_azure_native/securitydevops/__init__.py +0 -22
  730. pulumi_azure_native/securitydevops/_inputs.py +0 -214
  731. pulumi_azure_native/securitydevops/outputs.py +0 -377
  732. pulumi_azure_native/securitydevops/v20220901preview/_inputs.py +0 -214
  733. pulumi_azure_native/securitydevops/v20220901preview/outputs.py +0 -377
  734. {pulumi_azure_native-2.46.0a1718025681.dist-info → pulumi_azure_native-2.46.0a1718982238.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,921 @@
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
+
13
+ __all__ = [
14
+ 'GetVolumeResult',
15
+ 'AwaitableGetVolumeResult',
16
+ 'get_volume',
17
+ 'get_volume_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetVolumeResult:
22
+ """
23
+ Volume resource
24
+ """
25
+ def __init__(__self__, accept_grow_capacity_pool_for_short_term_clone_split=None, actual_throughput_mibps=None, avs_data_store=None, backup_id=None, baremetal_tenant_id=None, capacity_pool_resource_id=None, clone_progress=None, cool_access=None, cool_access_retrieval_policy=None, coolness_period=None, creation_token=None, data_protection=None, data_store_resource_id=None, default_group_quota_in_ki_bs=None, default_user_quota_in_ki_bs=None, delete_base_snapshot=None, enable_subvolumes=None, encrypted=None, encryption_key_source=None, etag=None, export_policy=None, file_access_logs=None, file_system_id=None, id=None, inherited_size_in_bytes=None, is_default_quota_enabled=None, is_large_volume=None, is_restoring=None, kerberos_enabled=None, key_vault_private_endpoint_resource_id=None, language=None, ldap_enabled=None, location=None, maximum_number_of_files=None, mount_targets=None, name=None, network_features=None, network_sibling_set_id=None, originating_resource_id=None, placement_rules=None, protocol_types=None, provisioned_availability_zone=None, provisioning_state=None, proximity_placement_group=None, security_style=None, service_level=None, smb_access_based_enumeration=None, smb_continuously_available=None, smb_encryption=None, smb_non_browsable=None, snapshot_directory_visible=None, snapshot_id=None, storage_to_network_proximity=None, subnet_id=None, system_data=None, t2_network=None, tags=None, throughput_mibps=None, type=None, unix_permissions=None, usage_threshold=None, volume_group_name=None, volume_spec_name=None, volume_type=None, zones=None):
26
+ if accept_grow_capacity_pool_for_short_term_clone_split and not isinstance(accept_grow_capacity_pool_for_short_term_clone_split, str):
27
+ raise TypeError("Expected argument 'accept_grow_capacity_pool_for_short_term_clone_split' to be a str")
28
+ pulumi.set(__self__, "accept_grow_capacity_pool_for_short_term_clone_split", accept_grow_capacity_pool_for_short_term_clone_split)
29
+ if actual_throughput_mibps and not isinstance(actual_throughput_mibps, float):
30
+ raise TypeError("Expected argument 'actual_throughput_mibps' to be a float")
31
+ pulumi.set(__self__, "actual_throughput_mibps", actual_throughput_mibps)
32
+ if avs_data_store and not isinstance(avs_data_store, str):
33
+ raise TypeError("Expected argument 'avs_data_store' to be a str")
34
+ pulumi.set(__self__, "avs_data_store", avs_data_store)
35
+ if backup_id and not isinstance(backup_id, str):
36
+ raise TypeError("Expected argument 'backup_id' to be a str")
37
+ pulumi.set(__self__, "backup_id", backup_id)
38
+ if baremetal_tenant_id and not isinstance(baremetal_tenant_id, str):
39
+ raise TypeError("Expected argument 'baremetal_tenant_id' to be a str")
40
+ pulumi.set(__self__, "baremetal_tenant_id", baremetal_tenant_id)
41
+ if capacity_pool_resource_id and not isinstance(capacity_pool_resource_id, str):
42
+ raise TypeError("Expected argument 'capacity_pool_resource_id' to be a str")
43
+ pulumi.set(__self__, "capacity_pool_resource_id", capacity_pool_resource_id)
44
+ if clone_progress and not isinstance(clone_progress, int):
45
+ raise TypeError("Expected argument 'clone_progress' to be a int")
46
+ pulumi.set(__self__, "clone_progress", clone_progress)
47
+ if cool_access and not isinstance(cool_access, bool):
48
+ raise TypeError("Expected argument 'cool_access' to be a bool")
49
+ pulumi.set(__self__, "cool_access", cool_access)
50
+ if cool_access_retrieval_policy and not isinstance(cool_access_retrieval_policy, str):
51
+ raise TypeError("Expected argument 'cool_access_retrieval_policy' to be a str")
52
+ pulumi.set(__self__, "cool_access_retrieval_policy", cool_access_retrieval_policy)
53
+ if coolness_period and not isinstance(coolness_period, int):
54
+ raise TypeError("Expected argument 'coolness_period' to be a int")
55
+ pulumi.set(__self__, "coolness_period", coolness_period)
56
+ if creation_token and not isinstance(creation_token, str):
57
+ raise TypeError("Expected argument 'creation_token' to be a str")
58
+ pulumi.set(__self__, "creation_token", creation_token)
59
+ if data_protection and not isinstance(data_protection, dict):
60
+ raise TypeError("Expected argument 'data_protection' to be a dict")
61
+ pulumi.set(__self__, "data_protection", data_protection)
62
+ if data_store_resource_id and not isinstance(data_store_resource_id, list):
63
+ raise TypeError("Expected argument 'data_store_resource_id' to be a list")
64
+ pulumi.set(__self__, "data_store_resource_id", data_store_resource_id)
65
+ if default_group_quota_in_ki_bs and not isinstance(default_group_quota_in_ki_bs, float):
66
+ raise TypeError("Expected argument 'default_group_quota_in_ki_bs' to be a float")
67
+ pulumi.set(__self__, "default_group_quota_in_ki_bs", default_group_quota_in_ki_bs)
68
+ if default_user_quota_in_ki_bs and not isinstance(default_user_quota_in_ki_bs, float):
69
+ raise TypeError("Expected argument 'default_user_quota_in_ki_bs' to be a float")
70
+ pulumi.set(__self__, "default_user_quota_in_ki_bs", default_user_quota_in_ki_bs)
71
+ if delete_base_snapshot and not isinstance(delete_base_snapshot, bool):
72
+ raise TypeError("Expected argument 'delete_base_snapshot' to be a bool")
73
+ pulumi.set(__self__, "delete_base_snapshot", delete_base_snapshot)
74
+ if enable_subvolumes and not isinstance(enable_subvolumes, str):
75
+ raise TypeError("Expected argument 'enable_subvolumes' to be a str")
76
+ pulumi.set(__self__, "enable_subvolumes", enable_subvolumes)
77
+ if encrypted and not isinstance(encrypted, bool):
78
+ raise TypeError("Expected argument 'encrypted' to be a bool")
79
+ pulumi.set(__self__, "encrypted", encrypted)
80
+ if encryption_key_source and not isinstance(encryption_key_source, str):
81
+ raise TypeError("Expected argument 'encryption_key_source' to be a str")
82
+ pulumi.set(__self__, "encryption_key_source", encryption_key_source)
83
+ if etag and not isinstance(etag, str):
84
+ raise TypeError("Expected argument 'etag' to be a str")
85
+ pulumi.set(__self__, "etag", etag)
86
+ if export_policy and not isinstance(export_policy, dict):
87
+ raise TypeError("Expected argument 'export_policy' to be a dict")
88
+ pulumi.set(__self__, "export_policy", export_policy)
89
+ if file_access_logs and not isinstance(file_access_logs, str):
90
+ raise TypeError("Expected argument 'file_access_logs' to be a str")
91
+ pulumi.set(__self__, "file_access_logs", file_access_logs)
92
+ if file_system_id and not isinstance(file_system_id, str):
93
+ raise TypeError("Expected argument 'file_system_id' to be a str")
94
+ pulumi.set(__self__, "file_system_id", file_system_id)
95
+ if id and not isinstance(id, str):
96
+ raise TypeError("Expected argument 'id' to be a str")
97
+ pulumi.set(__self__, "id", id)
98
+ if inherited_size_in_bytes and not isinstance(inherited_size_in_bytes, float):
99
+ raise TypeError("Expected argument 'inherited_size_in_bytes' to be a float")
100
+ pulumi.set(__self__, "inherited_size_in_bytes", inherited_size_in_bytes)
101
+ if is_default_quota_enabled and not isinstance(is_default_quota_enabled, bool):
102
+ raise TypeError("Expected argument 'is_default_quota_enabled' to be a bool")
103
+ pulumi.set(__self__, "is_default_quota_enabled", is_default_quota_enabled)
104
+ if is_large_volume and not isinstance(is_large_volume, bool):
105
+ raise TypeError("Expected argument 'is_large_volume' to be a bool")
106
+ pulumi.set(__self__, "is_large_volume", is_large_volume)
107
+ if is_restoring and not isinstance(is_restoring, bool):
108
+ raise TypeError("Expected argument 'is_restoring' to be a bool")
109
+ pulumi.set(__self__, "is_restoring", is_restoring)
110
+ if kerberos_enabled and not isinstance(kerberos_enabled, bool):
111
+ raise TypeError("Expected argument 'kerberos_enabled' to be a bool")
112
+ pulumi.set(__self__, "kerberos_enabled", kerberos_enabled)
113
+ if key_vault_private_endpoint_resource_id and not isinstance(key_vault_private_endpoint_resource_id, str):
114
+ raise TypeError("Expected argument 'key_vault_private_endpoint_resource_id' to be a str")
115
+ pulumi.set(__self__, "key_vault_private_endpoint_resource_id", key_vault_private_endpoint_resource_id)
116
+ if language and not isinstance(language, str):
117
+ raise TypeError("Expected argument 'language' to be a str")
118
+ pulumi.set(__self__, "language", language)
119
+ if ldap_enabled and not isinstance(ldap_enabled, bool):
120
+ raise TypeError("Expected argument 'ldap_enabled' to be a bool")
121
+ pulumi.set(__self__, "ldap_enabled", ldap_enabled)
122
+ if location and not isinstance(location, str):
123
+ raise TypeError("Expected argument 'location' to be a str")
124
+ pulumi.set(__self__, "location", location)
125
+ if maximum_number_of_files and not isinstance(maximum_number_of_files, float):
126
+ raise TypeError("Expected argument 'maximum_number_of_files' to be a float")
127
+ pulumi.set(__self__, "maximum_number_of_files", maximum_number_of_files)
128
+ if mount_targets and not isinstance(mount_targets, list):
129
+ raise TypeError("Expected argument 'mount_targets' to be a list")
130
+ pulumi.set(__self__, "mount_targets", mount_targets)
131
+ if name and not isinstance(name, str):
132
+ raise TypeError("Expected argument 'name' to be a str")
133
+ pulumi.set(__self__, "name", name)
134
+ if network_features and not isinstance(network_features, str):
135
+ raise TypeError("Expected argument 'network_features' to be a str")
136
+ pulumi.set(__self__, "network_features", network_features)
137
+ if network_sibling_set_id and not isinstance(network_sibling_set_id, str):
138
+ raise TypeError("Expected argument 'network_sibling_set_id' to be a str")
139
+ pulumi.set(__self__, "network_sibling_set_id", network_sibling_set_id)
140
+ if originating_resource_id and not isinstance(originating_resource_id, str):
141
+ raise TypeError("Expected argument 'originating_resource_id' to be a str")
142
+ pulumi.set(__self__, "originating_resource_id", originating_resource_id)
143
+ if placement_rules and not isinstance(placement_rules, list):
144
+ raise TypeError("Expected argument 'placement_rules' to be a list")
145
+ pulumi.set(__self__, "placement_rules", placement_rules)
146
+ if protocol_types and not isinstance(protocol_types, list):
147
+ raise TypeError("Expected argument 'protocol_types' to be a list")
148
+ pulumi.set(__self__, "protocol_types", protocol_types)
149
+ if provisioned_availability_zone and not isinstance(provisioned_availability_zone, str):
150
+ raise TypeError("Expected argument 'provisioned_availability_zone' to be a str")
151
+ pulumi.set(__self__, "provisioned_availability_zone", provisioned_availability_zone)
152
+ if provisioning_state and not isinstance(provisioning_state, str):
153
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
154
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
155
+ if proximity_placement_group and not isinstance(proximity_placement_group, str):
156
+ raise TypeError("Expected argument 'proximity_placement_group' to be a str")
157
+ pulumi.set(__self__, "proximity_placement_group", proximity_placement_group)
158
+ if security_style and not isinstance(security_style, str):
159
+ raise TypeError("Expected argument 'security_style' to be a str")
160
+ pulumi.set(__self__, "security_style", security_style)
161
+ if service_level and not isinstance(service_level, str):
162
+ raise TypeError("Expected argument 'service_level' to be a str")
163
+ pulumi.set(__self__, "service_level", service_level)
164
+ if smb_access_based_enumeration and not isinstance(smb_access_based_enumeration, str):
165
+ raise TypeError("Expected argument 'smb_access_based_enumeration' to be a str")
166
+ pulumi.set(__self__, "smb_access_based_enumeration", smb_access_based_enumeration)
167
+ if smb_continuously_available and not isinstance(smb_continuously_available, bool):
168
+ raise TypeError("Expected argument 'smb_continuously_available' to be a bool")
169
+ pulumi.set(__self__, "smb_continuously_available", smb_continuously_available)
170
+ if smb_encryption and not isinstance(smb_encryption, bool):
171
+ raise TypeError("Expected argument 'smb_encryption' to be a bool")
172
+ pulumi.set(__self__, "smb_encryption", smb_encryption)
173
+ if smb_non_browsable and not isinstance(smb_non_browsable, str):
174
+ raise TypeError("Expected argument 'smb_non_browsable' to be a str")
175
+ pulumi.set(__self__, "smb_non_browsable", smb_non_browsable)
176
+ if snapshot_directory_visible and not isinstance(snapshot_directory_visible, bool):
177
+ raise TypeError("Expected argument 'snapshot_directory_visible' to be a bool")
178
+ pulumi.set(__self__, "snapshot_directory_visible", snapshot_directory_visible)
179
+ if snapshot_id and not isinstance(snapshot_id, str):
180
+ raise TypeError("Expected argument 'snapshot_id' to be a str")
181
+ pulumi.set(__self__, "snapshot_id", snapshot_id)
182
+ if storage_to_network_proximity and not isinstance(storage_to_network_proximity, str):
183
+ raise TypeError("Expected argument 'storage_to_network_proximity' to be a str")
184
+ pulumi.set(__self__, "storage_to_network_proximity", storage_to_network_proximity)
185
+ if subnet_id and not isinstance(subnet_id, str):
186
+ raise TypeError("Expected argument 'subnet_id' to be a str")
187
+ pulumi.set(__self__, "subnet_id", subnet_id)
188
+ if system_data and not isinstance(system_data, dict):
189
+ raise TypeError("Expected argument 'system_data' to be a dict")
190
+ pulumi.set(__self__, "system_data", system_data)
191
+ if t2_network and not isinstance(t2_network, str):
192
+ raise TypeError("Expected argument 't2_network' to be a str")
193
+ pulumi.set(__self__, "t2_network", t2_network)
194
+ if tags and not isinstance(tags, dict):
195
+ raise TypeError("Expected argument 'tags' to be a dict")
196
+ pulumi.set(__self__, "tags", tags)
197
+ if throughput_mibps and not isinstance(throughput_mibps, float):
198
+ raise TypeError("Expected argument 'throughput_mibps' to be a float")
199
+ pulumi.set(__self__, "throughput_mibps", throughput_mibps)
200
+ if type and not isinstance(type, str):
201
+ raise TypeError("Expected argument 'type' to be a str")
202
+ pulumi.set(__self__, "type", type)
203
+ if unix_permissions and not isinstance(unix_permissions, str):
204
+ raise TypeError("Expected argument 'unix_permissions' to be a str")
205
+ pulumi.set(__self__, "unix_permissions", unix_permissions)
206
+ if usage_threshold and not isinstance(usage_threshold, float):
207
+ raise TypeError("Expected argument 'usage_threshold' to be a float")
208
+ pulumi.set(__self__, "usage_threshold", usage_threshold)
209
+ if volume_group_name and not isinstance(volume_group_name, str):
210
+ raise TypeError("Expected argument 'volume_group_name' to be a str")
211
+ pulumi.set(__self__, "volume_group_name", volume_group_name)
212
+ if volume_spec_name and not isinstance(volume_spec_name, str):
213
+ raise TypeError("Expected argument 'volume_spec_name' to be a str")
214
+ pulumi.set(__self__, "volume_spec_name", volume_spec_name)
215
+ if volume_type and not isinstance(volume_type, str):
216
+ raise TypeError("Expected argument 'volume_type' to be a str")
217
+ pulumi.set(__self__, "volume_type", volume_type)
218
+ if zones and not isinstance(zones, list):
219
+ raise TypeError("Expected argument 'zones' to be a list")
220
+ pulumi.set(__self__, "zones", zones)
221
+
222
+ @property
223
+ @pulumi.getter(name="acceptGrowCapacityPoolForShortTermCloneSplit")
224
+ def accept_grow_capacity_pool_for_short_term_clone_split(self) -> Optional[str]:
225
+ """
226
+ 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.
227
+ """
228
+ return pulumi.get(self, "accept_grow_capacity_pool_for_short_term_clone_split")
229
+
230
+ @property
231
+ @pulumi.getter(name="actualThroughputMibps")
232
+ def actual_throughput_mibps(self) -> float:
233
+ """
234
+ Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
235
+ """
236
+ return pulumi.get(self, "actual_throughput_mibps")
237
+
238
+ @property
239
+ @pulumi.getter(name="avsDataStore")
240
+ def avs_data_store(self) -> Optional[str]:
241
+ """
242
+ Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
243
+ """
244
+ return pulumi.get(self, "avs_data_store")
245
+
246
+ @property
247
+ @pulumi.getter(name="backupId")
248
+ def backup_id(self) -> Optional[str]:
249
+ """
250
+ Resource identifier used to identify the Backup.
251
+ """
252
+ return pulumi.get(self, "backup_id")
253
+
254
+ @property
255
+ @pulumi.getter(name="baremetalTenantId")
256
+ def baremetal_tenant_id(self) -> str:
257
+ """
258
+ Unique Baremetal Tenant Identifier.
259
+ """
260
+ return pulumi.get(self, "baremetal_tenant_id")
261
+
262
+ @property
263
+ @pulumi.getter(name="capacityPoolResourceId")
264
+ def capacity_pool_resource_id(self) -> Optional[str]:
265
+ """
266
+ Pool Resource Id used in case of creating a volume through volume group
267
+ """
268
+ return pulumi.get(self, "capacity_pool_resource_id")
269
+
270
+ @property
271
+ @pulumi.getter(name="cloneProgress")
272
+ def clone_progress(self) -> int:
273
+ """
274
+ 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.
275
+ """
276
+ return pulumi.get(self, "clone_progress")
277
+
278
+ @property
279
+ @pulumi.getter(name="coolAccess")
280
+ def cool_access(self) -> Optional[bool]:
281
+ """
282
+ Specifies whether Cool Access(tiering) is enabled for the volume.
283
+ """
284
+ return pulumi.get(self, "cool_access")
285
+
286
+ @property
287
+ @pulumi.getter(name="coolAccessRetrievalPolicy")
288
+ def cool_access_retrieval_policy(self) -> Optional[str]:
289
+ """
290
+ 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:
291
+ Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
292
+ OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
293
+ Never - No client-driven data is pulled from cool tier to standard storage.
294
+ """
295
+ return pulumi.get(self, "cool_access_retrieval_policy")
296
+
297
+ @property
298
+ @pulumi.getter(name="coolnessPeriod")
299
+ def coolness_period(self) -> Optional[int]:
300
+ """
301
+ Specifies the number of days after which data that is not accessed by clients will be tiered.
302
+ """
303
+ return pulumi.get(self, "coolness_period")
304
+
305
+ @property
306
+ @pulumi.getter(name="creationToken")
307
+ def creation_token(self) -> str:
308
+ """
309
+ A unique file path for the volume. Used when creating mount targets
310
+ """
311
+ return pulumi.get(self, "creation_token")
312
+
313
+ @property
314
+ @pulumi.getter(name="dataProtection")
315
+ def data_protection(self) -> Optional['outputs.VolumePropertiesResponseDataProtection']:
316
+ """
317
+ DataProtection type volumes include an object containing details of the replication
318
+ """
319
+ return pulumi.get(self, "data_protection")
320
+
321
+ @property
322
+ @pulumi.getter(name="dataStoreResourceId")
323
+ def data_store_resource_id(self) -> Sequence[str]:
324
+ """
325
+ Data store resource unique identifier
326
+ """
327
+ return pulumi.get(self, "data_store_resource_id")
328
+
329
+ @property
330
+ @pulumi.getter(name="defaultGroupQuotaInKiBs")
331
+ def default_group_quota_in_ki_bs(self) -> Optional[float]:
332
+ """
333
+ Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
334
+ """
335
+ return pulumi.get(self, "default_group_quota_in_ki_bs")
336
+
337
+ @property
338
+ @pulumi.getter(name="defaultUserQuotaInKiBs")
339
+ def default_user_quota_in_ki_bs(self) -> Optional[float]:
340
+ """
341
+ Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
342
+ """
343
+ return pulumi.get(self, "default_user_quota_in_ki_bs")
344
+
345
+ @property
346
+ @pulumi.getter(name="deleteBaseSnapshot")
347
+ def delete_base_snapshot(self) -> Optional[bool]:
348
+ """
349
+ If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
350
+ """
351
+ return pulumi.get(self, "delete_base_snapshot")
352
+
353
+ @property
354
+ @pulumi.getter(name="enableSubvolumes")
355
+ def enable_subvolumes(self) -> Optional[str]:
356
+ """
357
+ Flag indicating whether subvolume operations are enabled on the volume
358
+ """
359
+ return pulumi.get(self, "enable_subvolumes")
360
+
361
+ @property
362
+ @pulumi.getter
363
+ def encrypted(self) -> bool:
364
+ """
365
+ Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
366
+ """
367
+ return pulumi.get(self, "encrypted")
368
+
369
+ @property
370
+ @pulumi.getter(name="encryptionKeySource")
371
+ def encryption_key_source(self) -> Optional[str]:
372
+ """
373
+ 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'
374
+ """
375
+ return pulumi.get(self, "encryption_key_source")
376
+
377
+ @property
378
+ @pulumi.getter
379
+ def etag(self) -> str:
380
+ """
381
+ A unique read-only string that changes whenever the resource is updated.
382
+ """
383
+ return pulumi.get(self, "etag")
384
+
385
+ @property
386
+ @pulumi.getter(name="exportPolicy")
387
+ def export_policy(self) -> Optional['outputs.VolumePropertiesResponseExportPolicy']:
388
+ """
389
+ Set of export policy rules
390
+ """
391
+ return pulumi.get(self, "export_policy")
392
+
393
+ @property
394
+ @pulumi.getter(name="fileAccessLogs")
395
+ def file_access_logs(self) -> str:
396
+ """
397
+ Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
398
+ """
399
+ return pulumi.get(self, "file_access_logs")
400
+
401
+ @property
402
+ @pulumi.getter(name="fileSystemId")
403
+ def file_system_id(self) -> str:
404
+ """
405
+ Unique FileSystem Identifier.
406
+ """
407
+ return pulumi.get(self, "file_system_id")
408
+
409
+ @property
410
+ @pulumi.getter
411
+ def id(self) -> str:
412
+ """
413
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
414
+ """
415
+ return pulumi.get(self, "id")
416
+
417
+ @property
418
+ @pulumi.getter(name="inheritedSizeInBytes")
419
+ def inherited_size_in_bytes(self) -> float:
420
+ """
421
+ Space shared by short term clone volume with parent volume in bytes.
422
+ """
423
+ return pulumi.get(self, "inherited_size_in_bytes")
424
+
425
+ @property
426
+ @pulumi.getter(name="isDefaultQuotaEnabled")
427
+ def is_default_quota_enabled(self) -> Optional[bool]:
428
+ """
429
+ Specifies if default quota is enabled for the volume.
430
+ """
431
+ return pulumi.get(self, "is_default_quota_enabled")
432
+
433
+ @property
434
+ @pulumi.getter(name="isLargeVolume")
435
+ def is_large_volume(self) -> Optional[bool]:
436
+ """
437
+ Specifies whether volume is a Large Volume or Regular Volume.
438
+ """
439
+ return pulumi.get(self, "is_large_volume")
440
+
441
+ @property
442
+ @pulumi.getter(name="isRestoring")
443
+ def is_restoring(self) -> Optional[bool]:
444
+ """
445
+ Restoring
446
+ """
447
+ return pulumi.get(self, "is_restoring")
448
+
449
+ @property
450
+ @pulumi.getter(name="kerberosEnabled")
451
+ def kerberos_enabled(self) -> Optional[bool]:
452
+ """
453
+ Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
454
+ """
455
+ return pulumi.get(self, "kerberos_enabled")
456
+
457
+ @property
458
+ @pulumi.getter(name="keyVaultPrivateEndpointResourceId")
459
+ def key_vault_private_endpoint_resource_id(self) -> Optional[str]:
460
+ """
461
+ The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
462
+ """
463
+ return pulumi.get(self, "key_vault_private_endpoint_resource_id")
464
+
465
+ @property
466
+ @pulumi.getter
467
+ def language(self) -> Optional[str]:
468
+ """
469
+ Language supported for volume.
470
+ """
471
+ return pulumi.get(self, "language")
472
+
473
+ @property
474
+ @pulumi.getter(name="ldapEnabled")
475
+ def ldap_enabled(self) -> Optional[bool]:
476
+ """
477
+ Specifies whether LDAP is enabled or not for a given NFS volume.
478
+ """
479
+ return pulumi.get(self, "ldap_enabled")
480
+
481
+ @property
482
+ @pulumi.getter
483
+ def location(self) -> str:
484
+ """
485
+ The geo-location where the resource lives
486
+ """
487
+ return pulumi.get(self, "location")
488
+
489
+ @property
490
+ @pulumi.getter(name="maximumNumberOfFiles")
491
+ def maximum_number_of_files(self) -> float:
492
+ """
493
+ 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.
494
+ """
495
+ return pulumi.get(self, "maximum_number_of_files")
496
+
497
+ @property
498
+ @pulumi.getter(name="mountTargets")
499
+ def mount_targets(self) -> Sequence['outputs.MountTargetPropertiesResponse']:
500
+ """
501
+ List of mount targets
502
+ """
503
+ return pulumi.get(self, "mount_targets")
504
+
505
+ @property
506
+ @pulumi.getter
507
+ def name(self) -> str:
508
+ """
509
+ The name of the resource
510
+ """
511
+ return pulumi.get(self, "name")
512
+
513
+ @property
514
+ @pulumi.getter(name="networkFeatures")
515
+ def network_features(self) -> Optional[str]:
516
+ """
517
+ Network features available to the volume, or current state of update.
518
+ """
519
+ return pulumi.get(self, "network_features")
520
+
521
+ @property
522
+ @pulumi.getter(name="networkSiblingSetId")
523
+ def network_sibling_set_id(self) -> str:
524
+ """
525
+ Network Sibling Set ID for the the group of volumes sharing networking resources.
526
+ """
527
+ return pulumi.get(self, "network_sibling_set_id")
528
+
529
+ @property
530
+ @pulumi.getter(name="originatingResourceId")
531
+ def originating_resource_id(self) -> str:
532
+ """
533
+ Id of the snapshot or backup that the volume is restored from.
534
+ """
535
+ return pulumi.get(self, "originating_resource_id")
536
+
537
+ @property
538
+ @pulumi.getter(name="placementRules")
539
+ def placement_rules(self) -> Optional[Sequence['outputs.PlacementKeyValuePairsResponse']]:
540
+ """
541
+ Application specific placement rules for the particular volume
542
+ """
543
+ return pulumi.get(self, "placement_rules")
544
+
545
+ @property
546
+ @pulumi.getter(name="protocolTypes")
547
+ def protocol_types(self) -> Optional[Sequence[str]]:
548
+ """
549
+ Set of protocol types, default NFSv3, CIFS for SMB protocol
550
+ """
551
+ return pulumi.get(self, "protocol_types")
552
+
553
+ @property
554
+ @pulumi.getter(name="provisionedAvailabilityZone")
555
+ def provisioned_availability_zone(self) -> str:
556
+ """
557
+ The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
558
+ """
559
+ return pulumi.get(self, "provisioned_availability_zone")
560
+
561
+ @property
562
+ @pulumi.getter(name="provisioningState")
563
+ def provisioning_state(self) -> str:
564
+ """
565
+ Azure lifecycle management
566
+ """
567
+ return pulumi.get(self, "provisioning_state")
568
+
569
+ @property
570
+ @pulumi.getter(name="proximityPlacementGroup")
571
+ def proximity_placement_group(self) -> Optional[str]:
572
+ """
573
+ Proximity placement group associated with the volume
574
+ """
575
+ return pulumi.get(self, "proximity_placement_group")
576
+
577
+ @property
578
+ @pulumi.getter(name="securityStyle")
579
+ def security_style(self) -> Optional[str]:
580
+ """
581
+ The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
582
+ """
583
+ return pulumi.get(self, "security_style")
584
+
585
+ @property
586
+ @pulumi.getter(name="serviceLevel")
587
+ def service_level(self) -> Optional[str]:
588
+ """
589
+ The service level of the file system
590
+ """
591
+ return pulumi.get(self, "service_level")
592
+
593
+ @property
594
+ @pulumi.getter(name="smbAccessBasedEnumeration")
595
+ def smb_access_based_enumeration(self) -> Optional[str]:
596
+ """
597
+ Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
598
+ """
599
+ return pulumi.get(self, "smb_access_based_enumeration")
600
+
601
+ @property
602
+ @pulumi.getter(name="smbContinuouslyAvailable")
603
+ def smb_continuously_available(self) -> Optional[bool]:
604
+ """
605
+ Enables continuously available share property for smb volume. Only applicable for SMB volume
606
+ """
607
+ return pulumi.get(self, "smb_continuously_available")
608
+
609
+ @property
610
+ @pulumi.getter(name="smbEncryption")
611
+ def smb_encryption(self) -> Optional[bool]:
612
+ """
613
+ Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
614
+ """
615
+ return pulumi.get(self, "smb_encryption")
616
+
617
+ @property
618
+ @pulumi.getter(name="smbNonBrowsable")
619
+ def smb_non_browsable(self) -> Optional[str]:
620
+ """
621
+ Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
622
+ """
623
+ return pulumi.get(self, "smb_non_browsable")
624
+
625
+ @property
626
+ @pulumi.getter(name="snapshotDirectoryVisible")
627
+ def snapshot_directory_visible(self) -> Optional[bool]:
628
+ """
629
+ 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).
630
+ """
631
+ return pulumi.get(self, "snapshot_directory_visible")
632
+
633
+ @property
634
+ @pulumi.getter(name="snapshotId")
635
+ def snapshot_id(self) -> Optional[str]:
636
+ """
637
+ Resource identifier used to identify the Snapshot.
638
+ """
639
+ return pulumi.get(self, "snapshot_id")
640
+
641
+ @property
642
+ @pulumi.getter(name="storageToNetworkProximity")
643
+ def storage_to_network_proximity(self) -> str:
644
+ """
645
+ Provides storage to network proximity information for the volume.
646
+ """
647
+ return pulumi.get(self, "storage_to_network_proximity")
648
+
649
+ @property
650
+ @pulumi.getter(name="subnetId")
651
+ def subnet_id(self) -> str:
652
+ """
653
+ The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
654
+ """
655
+ return pulumi.get(self, "subnet_id")
656
+
657
+ @property
658
+ @pulumi.getter(name="systemData")
659
+ def system_data(self) -> 'outputs.SystemDataResponse':
660
+ """
661
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
662
+ """
663
+ return pulumi.get(self, "system_data")
664
+
665
+ @property
666
+ @pulumi.getter(name="t2Network")
667
+ def t2_network(self) -> str:
668
+ """
669
+ T2 network information
670
+ """
671
+ return pulumi.get(self, "t2_network")
672
+
673
+ @property
674
+ @pulumi.getter
675
+ def tags(self) -> Optional[Mapping[str, str]]:
676
+ """
677
+ Resource tags.
678
+ """
679
+ return pulumi.get(self, "tags")
680
+
681
+ @property
682
+ @pulumi.getter(name="throughputMibps")
683
+ def throughput_mibps(self) -> Optional[float]:
684
+ return pulumi.get(self, "throughput_mibps")
685
+
686
+ @property
687
+ @pulumi.getter
688
+ def type(self) -> str:
689
+ """
690
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
691
+ """
692
+ return pulumi.get(self, "type")
693
+
694
+ @property
695
+ @pulumi.getter(name="unixPermissions")
696
+ def unix_permissions(self) -> Optional[str]:
697
+ """
698
+ 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.
699
+ """
700
+ return pulumi.get(self, "unix_permissions")
701
+
702
+ @property
703
+ @pulumi.getter(name="usageThreshold")
704
+ def usage_threshold(self) -> float:
705
+ """
706
+ 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.
707
+ """
708
+ return pulumi.get(self, "usage_threshold")
709
+
710
+ @property
711
+ @pulumi.getter(name="volumeGroupName")
712
+ def volume_group_name(self) -> str:
713
+ """
714
+ Volume Group Name
715
+ """
716
+ return pulumi.get(self, "volume_group_name")
717
+
718
+ @property
719
+ @pulumi.getter(name="volumeSpecName")
720
+ def volume_spec_name(self) -> Optional[str]:
721
+ """
722
+ Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
723
+ """
724
+ return pulumi.get(self, "volume_spec_name")
725
+
726
+ @property
727
+ @pulumi.getter(name="volumeType")
728
+ def volume_type(self) -> Optional[str]:
729
+ """
730
+ 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
731
+ """
732
+ return pulumi.get(self, "volume_type")
733
+
734
+ @property
735
+ @pulumi.getter
736
+ def zones(self) -> Optional[Sequence[str]]:
737
+ """
738
+ Availability Zone
739
+ """
740
+ return pulumi.get(self, "zones")
741
+
742
+
743
+ class AwaitableGetVolumeResult(GetVolumeResult):
744
+ # pylint: disable=using-constant-test
745
+ def __await__(self):
746
+ if False:
747
+ yield self
748
+ return GetVolumeResult(
749
+ accept_grow_capacity_pool_for_short_term_clone_split=self.accept_grow_capacity_pool_for_short_term_clone_split,
750
+ actual_throughput_mibps=self.actual_throughput_mibps,
751
+ avs_data_store=self.avs_data_store,
752
+ backup_id=self.backup_id,
753
+ baremetal_tenant_id=self.baremetal_tenant_id,
754
+ capacity_pool_resource_id=self.capacity_pool_resource_id,
755
+ clone_progress=self.clone_progress,
756
+ cool_access=self.cool_access,
757
+ cool_access_retrieval_policy=self.cool_access_retrieval_policy,
758
+ coolness_period=self.coolness_period,
759
+ creation_token=self.creation_token,
760
+ data_protection=self.data_protection,
761
+ data_store_resource_id=self.data_store_resource_id,
762
+ default_group_quota_in_ki_bs=self.default_group_quota_in_ki_bs,
763
+ default_user_quota_in_ki_bs=self.default_user_quota_in_ki_bs,
764
+ delete_base_snapshot=self.delete_base_snapshot,
765
+ enable_subvolumes=self.enable_subvolumes,
766
+ encrypted=self.encrypted,
767
+ encryption_key_source=self.encryption_key_source,
768
+ etag=self.etag,
769
+ export_policy=self.export_policy,
770
+ file_access_logs=self.file_access_logs,
771
+ file_system_id=self.file_system_id,
772
+ id=self.id,
773
+ inherited_size_in_bytes=self.inherited_size_in_bytes,
774
+ is_default_quota_enabled=self.is_default_quota_enabled,
775
+ is_large_volume=self.is_large_volume,
776
+ is_restoring=self.is_restoring,
777
+ kerberos_enabled=self.kerberos_enabled,
778
+ key_vault_private_endpoint_resource_id=self.key_vault_private_endpoint_resource_id,
779
+ language=self.language,
780
+ ldap_enabled=self.ldap_enabled,
781
+ location=self.location,
782
+ maximum_number_of_files=self.maximum_number_of_files,
783
+ mount_targets=self.mount_targets,
784
+ name=self.name,
785
+ network_features=self.network_features,
786
+ network_sibling_set_id=self.network_sibling_set_id,
787
+ originating_resource_id=self.originating_resource_id,
788
+ placement_rules=self.placement_rules,
789
+ protocol_types=self.protocol_types,
790
+ provisioned_availability_zone=self.provisioned_availability_zone,
791
+ provisioning_state=self.provisioning_state,
792
+ proximity_placement_group=self.proximity_placement_group,
793
+ security_style=self.security_style,
794
+ service_level=self.service_level,
795
+ smb_access_based_enumeration=self.smb_access_based_enumeration,
796
+ smb_continuously_available=self.smb_continuously_available,
797
+ smb_encryption=self.smb_encryption,
798
+ smb_non_browsable=self.smb_non_browsable,
799
+ snapshot_directory_visible=self.snapshot_directory_visible,
800
+ snapshot_id=self.snapshot_id,
801
+ storage_to_network_proximity=self.storage_to_network_proximity,
802
+ subnet_id=self.subnet_id,
803
+ system_data=self.system_data,
804
+ t2_network=self.t2_network,
805
+ tags=self.tags,
806
+ throughput_mibps=self.throughput_mibps,
807
+ type=self.type,
808
+ unix_permissions=self.unix_permissions,
809
+ usage_threshold=self.usage_threshold,
810
+ volume_group_name=self.volume_group_name,
811
+ volume_spec_name=self.volume_spec_name,
812
+ volume_type=self.volume_type,
813
+ zones=self.zones)
814
+
815
+
816
+ def get_volume(account_name: Optional[str] = None,
817
+ pool_name: Optional[str] = None,
818
+ resource_group_name: Optional[str] = None,
819
+ volume_name: Optional[str] = None,
820
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVolumeResult:
821
+ """
822
+ Get the details of the specified volume
823
+
824
+
825
+ :param str account_name: The name of the NetApp account
826
+ :param str pool_name: The name of the capacity pool
827
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
828
+ :param str volume_name: The name of the volume
829
+ """
830
+ __args__ = dict()
831
+ __args__['accountName'] = account_name
832
+ __args__['poolName'] = pool_name
833
+ __args__['resourceGroupName'] = resource_group_name
834
+ __args__['volumeName'] = volume_name
835
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
836
+ __ret__ = pulumi.runtime.invoke('azure-native:netapp/v20231101preview:getVolume', __args__, opts=opts, typ=GetVolumeResult).value
837
+
838
+ return AwaitableGetVolumeResult(
839
+ accept_grow_capacity_pool_for_short_term_clone_split=pulumi.get(__ret__, 'accept_grow_capacity_pool_for_short_term_clone_split'),
840
+ actual_throughput_mibps=pulumi.get(__ret__, 'actual_throughput_mibps'),
841
+ avs_data_store=pulumi.get(__ret__, 'avs_data_store'),
842
+ backup_id=pulumi.get(__ret__, 'backup_id'),
843
+ baremetal_tenant_id=pulumi.get(__ret__, 'baremetal_tenant_id'),
844
+ capacity_pool_resource_id=pulumi.get(__ret__, 'capacity_pool_resource_id'),
845
+ clone_progress=pulumi.get(__ret__, 'clone_progress'),
846
+ cool_access=pulumi.get(__ret__, 'cool_access'),
847
+ cool_access_retrieval_policy=pulumi.get(__ret__, 'cool_access_retrieval_policy'),
848
+ coolness_period=pulumi.get(__ret__, 'coolness_period'),
849
+ creation_token=pulumi.get(__ret__, 'creation_token'),
850
+ data_protection=pulumi.get(__ret__, 'data_protection'),
851
+ data_store_resource_id=pulumi.get(__ret__, 'data_store_resource_id'),
852
+ default_group_quota_in_ki_bs=pulumi.get(__ret__, 'default_group_quota_in_ki_bs'),
853
+ default_user_quota_in_ki_bs=pulumi.get(__ret__, 'default_user_quota_in_ki_bs'),
854
+ delete_base_snapshot=pulumi.get(__ret__, 'delete_base_snapshot'),
855
+ enable_subvolumes=pulumi.get(__ret__, 'enable_subvolumes'),
856
+ encrypted=pulumi.get(__ret__, 'encrypted'),
857
+ encryption_key_source=pulumi.get(__ret__, 'encryption_key_source'),
858
+ etag=pulumi.get(__ret__, 'etag'),
859
+ export_policy=pulumi.get(__ret__, 'export_policy'),
860
+ file_access_logs=pulumi.get(__ret__, 'file_access_logs'),
861
+ file_system_id=pulumi.get(__ret__, 'file_system_id'),
862
+ id=pulumi.get(__ret__, 'id'),
863
+ inherited_size_in_bytes=pulumi.get(__ret__, 'inherited_size_in_bytes'),
864
+ is_default_quota_enabled=pulumi.get(__ret__, 'is_default_quota_enabled'),
865
+ is_large_volume=pulumi.get(__ret__, 'is_large_volume'),
866
+ is_restoring=pulumi.get(__ret__, 'is_restoring'),
867
+ kerberos_enabled=pulumi.get(__ret__, 'kerberos_enabled'),
868
+ key_vault_private_endpoint_resource_id=pulumi.get(__ret__, 'key_vault_private_endpoint_resource_id'),
869
+ language=pulumi.get(__ret__, 'language'),
870
+ ldap_enabled=pulumi.get(__ret__, 'ldap_enabled'),
871
+ location=pulumi.get(__ret__, 'location'),
872
+ maximum_number_of_files=pulumi.get(__ret__, 'maximum_number_of_files'),
873
+ mount_targets=pulumi.get(__ret__, 'mount_targets'),
874
+ name=pulumi.get(__ret__, 'name'),
875
+ network_features=pulumi.get(__ret__, 'network_features'),
876
+ network_sibling_set_id=pulumi.get(__ret__, 'network_sibling_set_id'),
877
+ originating_resource_id=pulumi.get(__ret__, 'originating_resource_id'),
878
+ placement_rules=pulumi.get(__ret__, 'placement_rules'),
879
+ protocol_types=pulumi.get(__ret__, 'protocol_types'),
880
+ provisioned_availability_zone=pulumi.get(__ret__, 'provisioned_availability_zone'),
881
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
882
+ proximity_placement_group=pulumi.get(__ret__, 'proximity_placement_group'),
883
+ security_style=pulumi.get(__ret__, 'security_style'),
884
+ service_level=pulumi.get(__ret__, 'service_level'),
885
+ smb_access_based_enumeration=pulumi.get(__ret__, 'smb_access_based_enumeration'),
886
+ smb_continuously_available=pulumi.get(__ret__, 'smb_continuously_available'),
887
+ smb_encryption=pulumi.get(__ret__, 'smb_encryption'),
888
+ smb_non_browsable=pulumi.get(__ret__, 'smb_non_browsable'),
889
+ snapshot_directory_visible=pulumi.get(__ret__, 'snapshot_directory_visible'),
890
+ snapshot_id=pulumi.get(__ret__, 'snapshot_id'),
891
+ storage_to_network_proximity=pulumi.get(__ret__, 'storage_to_network_proximity'),
892
+ subnet_id=pulumi.get(__ret__, 'subnet_id'),
893
+ system_data=pulumi.get(__ret__, 'system_data'),
894
+ t2_network=pulumi.get(__ret__, 't2_network'),
895
+ tags=pulumi.get(__ret__, 'tags'),
896
+ throughput_mibps=pulumi.get(__ret__, 'throughput_mibps'),
897
+ type=pulumi.get(__ret__, 'type'),
898
+ unix_permissions=pulumi.get(__ret__, 'unix_permissions'),
899
+ usage_threshold=pulumi.get(__ret__, 'usage_threshold'),
900
+ volume_group_name=pulumi.get(__ret__, 'volume_group_name'),
901
+ volume_spec_name=pulumi.get(__ret__, 'volume_spec_name'),
902
+ volume_type=pulumi.get(__ret__, 'volume_type'),
903
+ zones=pulumi.get(__ret__, 'zones'))
904
+
905
+
906
+ @_utilities.lift_output_func(get_volume)
907
+ def get_volume_output(account_name: Optional[pulumi.Input[str]] = None,
908
+ pool_name: Optional[pulumi.Input[str]] = None,
909
+ resource_group_name: Optional[pulumi.Input[str]] = None,
910
+ volume_name: Optional[pulumi.Input[str]] = None,
911
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVolumeResult]:
912
+ """
913
+ Get the details of the specified volume
914
+
915
+
916
+ :param str account_name: The name of the NetApp account
917
+ :param str pool_name: The name of the capacity pool
918
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
919
+ :param str volume_name: The name of the volume
920
+ """
921
+ ...