pulumi-azure-native 3.1.0a1744113715__py3-none-any.whl → 3.2.0a1744649622__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 (417) hide show
  1. pulumi_azure_native/__init__.py +20 -0
  2. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  3. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  4. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  5. pulumi_azure_native/azurestackhci/extension.py +3 -3
  6. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  14. pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
  15. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  16. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  17. pulumi_azure_native/azurestackhci/update.py +3 -3
  18. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  19. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  20. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  21. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  22. pulumi_azure_native/cdn/afd_origin.py +3 -3
  23. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  24. pulumi_azure_native/cdn/custom_domain.py +3 -3
  25. pulumi_azure_native/cdn/endpoint.py +3 -3
  26. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  27. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  28. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  29. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  30. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  31. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  32. pulumi_azure_native/cdn/get_origin.py +2 -2
  33. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  34. pulumi_azure_native/cdn/get_policy.py +2 -2
  35. pulumi_azure_native/cdn/get_profile.py +2 -2
  36. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  37. pulumi_azure_native/cdn/get_route.py +2 -2
  38. pulumi_azure_native/cdn/get_rule.py +2 -2
  39. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  40. pulumi_azure_native/cdn/get_secret.py +2 -2
  41. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  42. pulumi_azure_native/cdn/origin.py +3 -3
  43. pulumi_azure_native/cdn/origin_group.py +3 -3
  44. pulumi_azure_native/cdn/policy.py +3 -3
  45. pulumi_azure_native/cdn/profile.py +3 -3
  46. pulumi_azure_native/cdn/route.py +3 -3
  47. pulumi_azure_native/cdn/rule.py +3 -3
  48. pulumi_azure_native/cdn/rule_set.py +3 -3
  49. pulumi_azure_native/cdn/secret.py +3 -3
  50. pulumi_azure_native/cdn/security_policy.py +3 -3
  51. pulumi_azure_native/cognitiveservices/__init__.py +10 -0
  52. pulumi_azure_native/cognitiveservices/_enums.py +153 -0
  53. pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
  54. pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
  55. pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
  56. pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
  57. pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
  58. pulumi_azure_native/cognitiveservices/get_project.py +223 -0
  59. pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
  60. pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
  61. pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
  62. pulumi_azure_native/cognitiveservices/project.py +332 -0
  63. pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
  64. pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
  65. pulumi_azure_native/communication/__init__.py +2 -0
  66. pulumi_azure_native/communication/get_smtp_username.py +195 -0
  67. pulumi_azure_native/communication/smtp_username.py +294 -0
  68. pulumi_azure_native/compute/_enums.py +1 -0
  69. pulumi_azure_native/containerinstance/__init__.py +2 -0
  70. pulumi_azure_native/containerinstance/_enums.py +9 -0
  71. pulumi_azure_native/containerinstance/_inputs.py +82 -2
  72. pulumi_azure_native/containerinstance/cg_profile.py +835 -0
  73. pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
  74. pulumi_azure_native/containerinstance/outputs.py +169 -2
  75. pulumi_azure_native/containerregistry/agent_pool.py +5 -1
  76. pulumi_azure_native/containerregistry/archife.py +3 -3
  77. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  78. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  79. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  80. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  81. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  82. pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
  83. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  84. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  85. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  86. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  87. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  88. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  89. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  90. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  91. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  92. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  93. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  94. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  95. pulumi_azure_native/containerregistry/get_task.py +4 -0
  96. pulumi_azure_native/containerregistry/get_task_run.py +4 -0
  97. pulumi_azure_native/containerregistry/get_token.py +2 -2
  98. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  99. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  100. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  101. pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
  102. pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
  103. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  104. pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
  105. pulumi_azure_native/containerregistry/list_task_details.py +4 -0
  106. pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
  107. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  108. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  109. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  110. pulumi_azure_native/containerregistry/registry.py +3 -3
  111. pulumi_azure_native/containerregistry/replication.py +3 -3
  112. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  113. pulumi_azure_native/containerregistry/task.py +5 -1
  114. pulumi_azure_native/containerregistry/task_run.py +5 -1
  115. pulumi_azure_native/containerregistry/token.py +3 -3
  116. pulumi_azure_native/containerregistry/webhook.py +3 -3
  117. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  118. pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
  119. pulumi_azure_native/containerservice/fleet.py +3 -3
  120. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  121. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  122. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  123. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
  124. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  125. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  126. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  127. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  128. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  129. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  130. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  131. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  132. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  133. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  134. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  135. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  136. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  137. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  138. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  139. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  140. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  141. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  142. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  143. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  144. pulumi_azure_native/containerservice/snapshot.py +3 -3
  145. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  146. pulumi_azure_native/containerservice/update_run.py +3 -3
  147. pulumi_azure_native/costmanagement/budget.py +3 -3
  148. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  149. pulumi_azure_native/costmanagement/export.py +3 -3
  150. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  151. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  152. pulumi_azure_native/costmanagement/get_export.py +2 -2
  153. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  154. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  155. pulumi_azure_native/costmanagement/get_view.py +2 -2
  156. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  157. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  158. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  159. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  160. pulumi_azure_native/costmanagement/view.py +3 -3
  161. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  162. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
  163. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
  164. pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
  165. pulumi_azure_native/datamigration/file.py +3 -3
  166. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
  167. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
  168. pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
  169. pulumi_azure_native/datamigration/get_file.py +2 -2
  170. pulumi_azure_native/datamigration/get_migration_service.py +4 -0
  171. pulumi_azure_native/datamigration/get_project.py +2 -2
  172. pulumi_azure_native/datamigration/get_service.py +2 -2
  173. pulumi_azure_native/datamigration/get_service_task.py +2 -2
  174. pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
  175. pulumi_azure_native/datamigration/get_task.py +2 -2
  176. pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
  177. pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
  178. pulumi_azure_native/datamigration/migration_service.py +5 -1
  179. pulumi_azure_native/datamigration/project.py +3 -3
  180. pulumi_azure_native/datamigration/service.py +3 -3
  181. pulumi_azure_native/datamigration/service_task.py +3 -3
  182. pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
  183. pulumi_azure_native/datamigration/task.py +3 -3
  184. pulumi_azure_native/datareplication/__init__.py +6 -0
  185. pulumi_azure_native/datareplication/_enums.py +23 -0
  186. pulumi_azure_native/datareplication/_inputs.py +1005 -18
  187. pulumi_azure_native/datareplication/fabric_agent.py +234 -0
  188. pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
  189. pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
  190. pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
  191. pulumi_azure_native/datareplication/outputs.py +1063 -33
  192. pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
  193. pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
  194. pulumi_azure_native/devcenter/__init__.py +1 -0
  195. pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
  196. pulumi_azure_native/devhub/__init__.py +1 -0
  197. pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
  198. pulumi_azure_native/durabletask/__init__.py +3 -0
  199. pulumi_azure_native/durabletask/_enums.py +31 -0
  200. pulumi_azure_native/durabletask/_inputs.py +96 -0
  201. pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
  202. pulumi_azure_native/durabletask/get_scheduler.py +4 -0
  203. pulumi_azure_native/durabletask/get_task_hub.py +4 -0
  204. pulumi_azure_native/durabletask/outputs.py +109 -0
  205. pulumi_azure_native/durabletask/retention_policy.py +215 -0
  206. pulumi_azure_native/durabletask/scheduler.py +5 -1
  207. pulumi_azure_native/durabletask/task_hub.py +5 -1
  208. pulumi_azure_native/elasticsan/elastic_san.py +3 -3
  209. pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
  210. pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
  211. pulumi_azure_native/elasticsan/get_volume.py +2 -2
  212. pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
  213. pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
  214. pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
  215. pulumi_azure_native/elasticsan/volume.py +3 -3
  216. pulumi_azure_native/elasticsan/volume_group.py +3 -3
  217. pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
  218. pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
  219. pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
  220. pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
  221. pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
  222. pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
  223. pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
  224. pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
  225. pulumi_azure_native/marketplace/private_store_collection.py +5 -1
  226. pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
  227. pulumi_azure_native/migrate/__init__.py +14 -0
  228. pulumi_azure_native/migrate/_enums.py +802 -16
  229. pulumi_azure_native/migrate/_inputs.py +2569 -116
  230. pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
  231. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  232. pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
  233. pulumi_azure_native/migrate/business_case_operation.py +3 -3
  234. pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
  235. pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
  236. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  237. pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
  238. pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
  239. pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
  240. pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
  241. pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
  242. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  243. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  244. pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
  245. pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
  246. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  247. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  248. pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
  249. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  250. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  251. pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
  252. pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
  253. pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
  254. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  255. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  256. pulumi_azure_native/migrate/import_collector.py +1 -1
  257. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  258. pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
  259. pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
  260. pulumi_azure_native/migrate/outputs.py +2518 -164
  261. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  262. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  263. pulumi_azure_native/migrate/project.py +1 -1
  264. pulumi_azure_native/migrate/server_collector.py +1 -1
  265. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  266. pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
  267. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  268. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  269. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  270. pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
  271. pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
  272. pulumi_azure_native/netapp/__init__.py +2 -0
  273. pulumi_azure_native/netapp/_inputs.py +212 -0
  274. pulumi_azure_native/netapp/account.py +3 -3
  275. pulumi_azure_native/netapp/backup.py +3 -3
  276. pulumi_azure_native/netapp/backup_policy.py +3 -3
  277. pulumi_azure_native/netapp/backup_vault.py +3 -3
  278. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  279. pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
  280. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  281. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  282. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  283. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  284. pulumi_azure_native/netapp/get_account.py +2 -2
  285. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  286. pulumi_azure_native/netapp/get_backup.py +2 -2
  287. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  288. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  289. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  290. pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
  291. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  292. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  293. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  294. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  295. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  296. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  297. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  298. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  299. pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
  300. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  301. pulumi_azure_native/netapp/outputs.py +212 -0
  302. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  303. pulumi_azure_native/netapp/volume_group.py +3 -3
  304. pulumi_azure_native/powerplatform/_inputs.py +5 -63
  305. pulumi_azure_native/powerplatform/outputs.py +3 -56
  306. pulumi_azure_native/pulumi-plugin.json +1 -1
  307. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  308. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  309. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  310. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  311. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  312. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  313. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  314. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  315. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  316. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  317. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
  318. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  319. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  320. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  321. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  322. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  323. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  324. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  325. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  326. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  327. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  328. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  329. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  330. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  331. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  332. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  333. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  334. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  335. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
  336. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  337. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  338. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  339. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  340. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  341. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  342. pulumi_azure_native/recoveryservices/vault.py +3 -3
  343. pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
  344. pulumi_azure_native/redisenterprise/database.py +3 -3
  345. pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
  346. pulumi_azure_native/redisenterprise/get_database.py +2 -2
  347. pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
  348. pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
  349. pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
  350. pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
  351. pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
  352. pulumi_azure_native/resources/deployment.py +3 -3
  353. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  354. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  355. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  356. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  357. pulumi_azure_native/resources/get_deployment.py +2 -2
  358. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  359. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  360. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  361. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  362. pulumi_azure_native/resources/get_resource.py +2 -2
  363. pulumi_azure_native/resources/get_resource_group.py +2 -2
  364. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  365. pulumi_azure_native/resources/resource.py +3 -3
  366. pulumi_azure_native/resources/resource_group.py +3 -3
  367. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  368. pulumi_azure_native/scvmm/availability_set.py +3 -3
  369. pulumi_azure_native/scvmm/cloud.py +3 -3
  370. pulumi_azure_native/scvmm/get_availability_set.py +2 -2
  371. pulumi_azure_native/scvmm/get_cloud.py +2 -2
  372. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  373. pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
  374. pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
  375. pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
  376. pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
  377. pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
  378. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  379. pulumi_azure_native/scvmm/inventory_item.py +3 -3
  380. pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
  381. pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
  382. pulumi_azure_native/scvmm/virtual_network.py +3 -3
  383. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
  384. pulumi_azure_native/scvmm/vmm_server.py +3 -3
  385. pulumi_azure_native/security/defender_for_storage.py +3 -3
  386. pulumi_azure_native/security/get_defender_for_storage.py +2 -2
  387. pulumi_azure_native/servicefabric/application.py +5 -1
  388. pulumi_azure_native/servicefabric/application_type.py +5 -1
  389. pulumi_azure_native/servicefabric/application_type_version.py +5 -1
  390. pulumi_azure_native/servicefabric/get_application.py +4 -0
  391. pulumi_azure_native/servicefabric/get_application_type.py +4 -0
  392. pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
  393. pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
  394. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  395. pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
  396. pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
  397. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  398. pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
  399. pulumi_azure_native/servicefabric/get_service.py +4 -0
  400. pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
  401. pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
  402. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  403. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  404. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  405. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  406. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  407. pulumi_azure_native/servicefabric/node_type.py +3 -3
  408. pulumi_azure_native/servicefabric/service.py +5 -1
  409. pulumi_azure_native/storageactions/_inputs.py +10 -10
  410. pulumi_azure_native/storagecache/__init__.py +2 -0
  411. pulumi_azure_native/storagecache/_enums.py +21 -0
  412. pulumi_azure_native/storagecache/auto_export_job.py +504 -0
  413. pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
  414. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/METADATA +1 -1
  415. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/RECORD +417 -374
  416. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/WHEEL +0 -0
  417. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,362 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['CapacityPoolBucketArgs', 'CapacityPoolBucket']
20
+
21
+ @pulumi.input_type
22
+ class CapacityPoolBucketArgs:
23
+ def __init__(__self__, *,
24
+ account_name: pulumi.Input[str],
25
+ pool_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ volume_name: pulumi.Input[str],
28
+ bucket_name: Optional[pulumi.Input[str]] = None,
29
+ file_system_user: Optional[pulumi.Input['FileSystemUserArgs']] = None,
30
+ path: Optional[pulumi.Input[str]] = None,
31
+ server: Optional[pulumi.Input['BucketServerPropertiesArgs']] = None):
32
+ """
33
+ The set of arguments for constructing a CapacityPoolBucket resource.
34
+ :param pulumi.Input[str] account_name: The name of the NetApp account
35
+ :param pulumi.Input[str] pool_name: The name of the capacity pool
36
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
37
+ :param pulumi.Input[str] volume_name: The name of the volume
38
+ :param pulumi.Input[str] bucket_name: The name of the bucket
39
+ :param pulumi.Input['FileSystemUserArgs'] file_system_user: File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
40
+ :param pulumi.Input[str] path: The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
41
+ :param pulumi.Input['BucketServerPropertiesArgs'] server: Properties of the server managing the lifecycle of volume buckets
42
+ """
43
+ pulumi.set(__self__, "account_name", account_name)
44
+ pulumi.set(__self__, "pool_name", pool_name)
45
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
46
+ pulumi.set(__self__, "volume_name", volume_name)
47
+ if bucket_name is not None:
48
+ pulumi.set(__self__, "bucket_name", bucket_name)
49
+ if file_system_user is not None:
50
+ pulumi.set(__self__, "file_system_user", file_system_user)
51
+ if path is None:
52
+ path = '/'
53
+ if path is not None:
54
+ pulumi.set(__self__, "path", path)
55
+ if server is not None:
56
+ pulumi.set(__self__, "server", server)
57
+
58
+ @property
59
+ @pulumi.getter(name="accountName")
60
+ def account_name(self) -> pulumi.Input[str]:
61
+ """
62
+ The name of the NetApp account
63
+ """
64
+ return pulumi.get(self, "account_name")
65
+
66
+ @account_name.setter
67
+ def account_name(self, value: pulumi.Input[str]):
68
+ pulumi.set(self, "account_name", value)
69
+
70
+ @property
71
+ @pulumi.getter(name="poolName")
72
+ def pool_name(self) -> pulumi.Input[str]:
73
+ """
74
+ The name of the capacity pool
75
+ """
76
+ return pulumi.get(self, "pool_name")
77
+
78
+ @pool_name.setter
79
+ def pool_name(self, value: pulumi.Input[str]):
80
+ pulumi.set(self, "pool_name", value)
81
+
82
+ @property
83
+ @pulumi.getter(name="resourceGroupName")
84
+ def resource_group_name(self) -> pulumi.Input[str]:
85
+ """
86
+ The name of the resource group. The name is case insensitive.
87
+ """
88
+ return pulumi.get(self, "resource_group_name")
89
+
90
+ @resource_group_name.setter
91
+ def resource_group_name(self, value: pulumi.Input[str]):
92
+ pulumi.set(self, "resource_group_name", value)
93
+
94
+ @property
95
+ @pulumi.getter(name="volumeName")
96
+ def volume_name(self) -> pulumi.Input[str]:
97
+ """
98
+ The name of the volume
99
+ """
100
+ return pulumi.get(self, "volume_name")
101
+
102
+ @volume_name.setter
103
+ def volume_name(self, value: pulumi.Input[str]):
104
+ pulumi.set(self, "volume_name", value)
105
+
106
+ @property
107
+ @pulumi.getter(name="bucketName")
108
+ def bucket_name(self) -> Optional[pulumi.Input[str]]:
109
+ """
110
+ The name of the bucket
111
+ """
112
+ return pulumi.get(self, "bucket_name")
113
+
114
+ @bucket_name.setter
115
+ def bucket_name(self, value: Optional[pulumi.Input[str]]):
116
+ pulumi.set(self, "bucket_name", value)
117
+
118
+ @property
119
+ @pulumi.getter(name="fileSystemUser")
120
+ def file_system_user(self) -> Optional[pulumi.Input['FileSystemUserArgs']]:
121
+ """
122
+ File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
123
+ """
124
+ return pulumi.get(self, "file_system_user")
125
+
126
+ @file_system_user.setter
127
+ def file_system_user(self, value: Optional[pulumi.Input['FileSystemUserArgs']]):
128
+ pulumi.set(self, "file_system_user", value)
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def path(self) -> Optional[pulumi.Input[str]]:
133
+ """
134
+ The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
135
+ """
136
+ return pulumi.get(self, "path")
137
+
138
+ @path.setter
139
+ def path(self, value: Optional[pulumi.Input[str]]):
140
+ pulumi.set(self, "path", value)
141
+
142
+ @property
143
+ @pulumi.getter
144
+ def server(self) -> Optional[pulumi.Input['BucketServerPropertiesArgs']]:
145
+ """
146
+ Properties of the server managing the lifecycle of volume buckets
147
+ """
148
+ return pulumi.get(self, "server")
149
+
150
+ @server.setter
151
+ def server(self, value: Optional[pulumi.Input['BucketServerPropertiesArgs']]):
152
+ pulumi.set(self, "server", value)
153
+
154
+
155
+ class CapacityPoolBucket(pulumi.CustomResource):
156
+ @overload
157
+ def __init__(__self__,
158
+ resource_name: str,
159
+ opts: Optional[pulumi.ResourceOptions] = None,
160
+ account_name: Optional[pulumi.Input[str]] = None,
161
+ bucket_name: Optional[pulumi.Input[str]] = None,
162
+ file_system_user: Optional[pulumi.Input[Union['FileSystemUserArgs', 'FileSystemUserArgsDict']]] = None,
163
+ path: Optional[pulumi.Input[str]] = None,
164
+ pool_name: Optional[pulumi.Input[str]] = None,
165
+ resource_group_name: Optional[pulumi.Input[str]] = None,
166
+ server: Optional[pulumi.Input[Union['BucketServerPropertiesArgs', 'BucketServerPropertiesArgsDict']]] = None,
167
+ volume_name: Optional[pulumi.Input[str]] = None,
168
+ __props__=None):
169
+ """
170
+ Bucket resource
171
+
172
+ Uses Azure REST API version 2025-01-01-preview.
173
+
174
+ :param str resource_name: The name of the resource.
175
+ :param pulumi.ResourceOptions opts: Options for the resource.
176
+ :param pulumi.Input[str] account_name: The name of the NetApp account
177
+ :param pulumi.Input[str] bucket_name: The name of the bucket
178
+ :param pulumi.Input[Union['FileSystemUserArgs', 'FileSystemUserArgsDict']] file_system_user: File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
179
+ :param pulumi.Input[str] path: The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
180
+ :param pulumi.Input[str] pool_name: The name of the capacity pool
181
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
182
+ :param pulumi.Input[Union['BucketServerPropertiesArgs', 'BucketServerPropertiesArgsDict']] server: Properties of the server managing the lifecycle of volume buckets
183
+ :param pulumi.Input[str] volume_name: The name of the volume
184
+ """
185
+ ...
186
+ @overload
187
+ def __init__(__self__,
188
+ resource_name: str,
189
+ args: CapacityPoolBucketArgs,
190
+ opts: Optional[pulumi.ResourceOptions] = None):
191
+ """
192
+ Bucket resource
193
+
194
+ Uses Azure REST API version 2025-01-01-preview.
195
+
196
+ :param str resource_name: The name of the resource.
197
+ :param CapacityPoolBucketArgs args: The arguments to use to populate this resource's properties.
198
+ :param pulumi.ResourceOptions opts: Options for the resource.
199
+ """
200
+ ...
201
+ def __init__(__self__, resource_name: str, *args, **kwargs):
202
+ resource_args, opts = _utilities.get_resource_args_opts(CapacityPoolBucketArgs, pulumi.ResourceOptions, *args, **kwargs)
203
+ if resource_args is not None:
204
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
205
+ else:
206
+ __self__._internal_init(resource_name, *args, **kwargs)
207
+
208
+ def _internal_init(__self__,
209
+ resource_name: str,
210
+ opts: Optional[pulumi.ResourceOptions] = None,
211
+ account_name: Optional[pulumi.Input[str]] = None,
212
+ bucket_name: Optional[pulumi.Input[str]] = None,
213
+ file_system_user: Optional[pulumi.Input[Union['FileSystemUserArgs', 'FileSystemUserArgsDict']]] = None,
214
+ path: Optional[pulumi.Input[str]] = None,
215
+ pool_name: Optional[pulumi.Input[str]] = None,
216
+ resource_group_name: Optional[pulumi.Input[str]] = None,
217
+ server: Optional[pulumi.Input[Union['BucketServerPropertiesArgs', 'BucketServerPropertiesArgsDict']]] = None,
218
+ volume_name: Optional[pulumi.Input[str]] = None,
219
+ __props__=None):
220
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
221
+ if not isinstance(opts, pulumi.ResourceOptions):
222
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
223
+ if opts.id is None:
224
+ if __props__ is not None:
225
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
226
+ __props__ = CapacityPoolBucketArgs.__new__(CapacityPoolBucketArgs)
227
+
228
+ if account_name is None and not opts.urn:
229
+ raise TypeError("Missing required property 'account_name'")
230
+ __props__.__dict__["account_name"] = account_name
231
+ __props__.__dict__["bucket_name"] = bucket_name
232
+ __props__.__dict__["file_system_user"] = file_system_user
233
+ if path is None:
234
+ path = '/'
235
+ __props__.__dict__["path"] = path
236
+ if pool_name is None and not opts.urn:
237
+ raise TypeError("Missing required property 'pool_name'")
238
+ __props__.__dict__["pool_name"] = pool_name
239
+ if resource_group_name is None and not opts.urn:
240
+ raise TypeError("Missing required property 'resource_group_name'")
241
+ __props__.__dict__["resource_group_name"] = resource_group_name
242
+ __props__.__dict__["server"] = server
243
+ if volume_name is None and not opts.urn:
244
+ raise TypeError("Missing required property 'volume_name'")
245
+ __props__.__dict__["volume_name"] = volume_name
246
+ __props__.__dict__["azure_api_version"] = None
247
+ __props__.__dict__["name"] = None
248
+ __props__.__dict__["provisioning_state"] = None
249
+ __props__.__dict__["status"] = None
250
+ __props__.__dict__["system_data"] = None
251
+ __props__.__dict__["type"] = None
252
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20250101preview:CapacityPoolBucket")])
253
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
254
+ super(CapacityPoolBucket, __self__).__init__(
255
+ 'azure-native:netapp:CapacityPoolBucket',
256
+ resource_name,
257
+ __props__,
258
+ opts)
259
+
260
+ @staticmethod
261
+ def get(resource_name: str,
262
+ id: pulumi.Input[str],
263
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'CapacityPoolBucket':
264
+ """
265
+ Get an existing CapacityPoolBucket resource's state with the given name, id, and optional extra
266
+ properties used to qualify the lookup.
267
+
268
+ :param str resource_name: The unique name of the resulting resource.
269
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
270
+ :param pulumi.ResourceOptions opts: Options for the resource.
271
+ """
272
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
273
+
274
+ __props__ = CapacityPoolBucketArgs.__new__(CapacityPoolBucketArgs)
275
+
276
+ __props__.__dict__["azure_api_version"] = None
277
+ __props__.__dict__["file_system_user"] = None
278
+ __props__.__dict__["name"] = None
279
+ __props__.__dict__["path"] = None
280
+ __props__.__dict__["provisioning_state"] = None
281
+ __props__.__dict__["server"] = None
282
+ __props__.__dict__["status"] = None
283
+ __props__.__dict__["system_data"] = None
284
+ __props__.__dict__["type"] = None
285
+ return CapacityPoolBucket(resource_name, opts=opts, __props__=__props__)
286
+
287
+ @property
288
+ @pulumi.getter(name="azureApiVersion")
289
+ def azure_api_version(self) -> pulumi.Output[str]:
290
+ """
291
+ The Azure API version of the resource.
292
+ """
293
+ return pulumi.get(self, "azure_api_version")
294
+
295
+ @property
296
+ @pulumi.getter(name="fileSystemUser")
297
+ def file_system_user(self) -> pulumi.Output[Optional['outputs.FileSystemUserResponse']]:
298
+ """
299
+ File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
300
+ """
301
+ return pulumi.get(self, "file_system_user")
302
+
303
+ @property
304
+ @pulumi.getter
305
+ def name(self) -> pulumi.Output[str]:
306
+ """
307
+ The name of the resource
308
+ """
309
+ return pulumi.get(self, "name")
310
+
311
+ @property
312
+ @pulumi.getter
313
+ def path(self) -> pulumi.Output[Optional[str]]:
314
+ """
315
+ The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
316
+ """
317
+ return pulumi.get(self, "path")
318
+
319
+ @property
320
+ @pulumi.getter(name="provisioningState")
321
+ def provisioning_state(self) -> pulumi.Output[str]:
322
+ """
323
+ Provisioning state of the resource
324
+ """
325
+ return pulumi.get(self, "provisioning_state")
326
+
327
+ @property
328
+ @pulumi.getter
329
+ def server(self) -> pulumi.Output[Optional['outputs.BucketServerPropertiesResponse']]:
330
+ """
331
+ Properties of the server managing the lifecycle of volume buckets
332
+ """
333
+ return pulumi.get(self, "server")
334
+
335
+ @property
336
+ @pulumi.getter
337
+ def status(self) -> pulumi.Output[str]:
338
+ """
339
+ The bucket credentials status. There states:
340
+
341
+ "NoCredentialsSet": Access and Secret key pair have not been generated.
342
+ "CredentialsExpired": Access and Secret key pair have expired.
343
+ "Active": The certificate has been installed and credentials are unexpired.
344
+ """
345
+ return pulumi.get(self, "status")
346
+
347
+ @property
348
+ @pulumi.getter(name="systemData")
349
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
350
+ """
351
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
352
+ """
353
+ return pulumi.get(self, "system_data")
354
+
355
+ @property
356
+ @pulumi.getter
357
+ def type(self) -> pulumi.Output[str]:
358
+ """
359
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
360
+ """
361
+ return pulumi.get(self, "type")
362
+
@@ -134,7 +134,7 @@ class CapacityPoolSnapshot(pulumi.CustomResource):
134
134
 
135
135
  Uses Azure REST API version 2024-09-01.
136
136
 
137
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
137
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
138
138
 
139
139
  :param str resource_name: The name of the resource.
140
140
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -156,7 +156,7 @@ class CapacityPoolSnapshot(pulumi.CustomResource):
156
156
 
157
157
  Uses Azure REST API version 2024-09-01.
158
158
 
159
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
160
160
 
161
161
  :param str resource_name: The name of the resource.
162
162
  :param CapacityPoolSnapshotArgs args: The arguments to use to populate this resource's properties.
@@ -209,7 +209,7 @@ class CapacityPoolSnapshot(pulumi.CustomResource):
209
209
  __props__.__dict__["snapshot_id"] = None
210
210
  __props__.__dict__["system_data"] = None
211
211
  __props__.__dict__["type"] = None
212
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190601:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190801:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20191001:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20191101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200201:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200301:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200601:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200801:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200901:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20201101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20201201:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210201:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210401:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210601:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210801:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20211001:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240101:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240901:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp:Snapshot")])
212
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190601:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20190801:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20191001:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20191101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200201:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200301:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200601:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200801:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20200901:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20201101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20201201:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210201:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210401:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210601:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20210801:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20211001:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240101:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20240901:Snapshot"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20250101:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:CapacityPoolSnapshot"), pulumi.Alias(type_="azure-native:netapp:Snapshot")])
213
213
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
214
214
  super(CapacityPoolSnapshot, __self__).__init__(
215
215
  'azure-native:netapp:CapacityPoolSnapshot',
@@ -168,7 +168,7 @@ class CapacityPoolSubvolume(pulumi.CustomResource):
168
168
 
169
169
  Uses Azure REST API version 2024-09-01.
170
170
 
171
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
171
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
172
172
 
173
173
  :param str resource_name: The name of the resource.
174
174
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -192,7 +192,7 @@ class CapacityPoolSubvolume(pulumi.CustomResource):
192
192
 
193
193
  Uses Azure REST API version 2024-09-01.
194
194
 
195
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
195
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
196
196
 
197
197
  :param str resource_name: The name of the resource.
198
198
  :param CapacityPoolSubvolumeArgs args: The arguments to use to populate this resource's properties.
@@ -247,7 +247,7 @@ class CapacityPoolSubvolume(pulumi.CustomResource):
247
247
  __props__.__dict__["provisioning_state"] = None
248
248
  __props__.__dict__["system_data"] = None
249
249
  __props__.__dict__["type"] = None
250
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20211001:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240101:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240901:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp:Subvolume")])
250
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20211001:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240101:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20240901:Subvolume"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20250101:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:CapacityPoolSubvolume"), pulumi.Alias(type_="azure-native:netapp:Subvolume")])
251
251
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
252
252
  super(CapacityPoolSubvolume, __self__).__init__(
253
253
  'azure-native:netapp:CapacityPoolSubvolume',
@@ -846,7 +846,7 @@ class CapacityPoolVolume(pulumi.CustomResource):
846
846
 
847
847
  Uses Azure REST API version 2024-09-01.
848
848
 
849
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
849
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
850
850
 
851
851
  :param str resource_name: The name of the resource.
852
852
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -910,7 +910,7 @@ class CapacityPoolVolume(pulumi.CustomResource):
910
910
 
911
911
  Uses Azure REST API version 2024-09-01.
912
912
 
913
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
913
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
914
914
 
915
915
  :param str resource_name: The name of the resource.
916
916
  :param CapacityPoolVolumeArgs args: The arguments to use to populate this resource's properties.
@@ -1092,7 +1092,7 @@ class CapacityPoolVolume(pulumi.CustomResource):
1092
1092
  __props__.__dict__["t2_network"] = None
1093
1093
  __props__.__dict__["type"] = None
1094
1094
  __props__.__dict__["volume_group_name"] = None
1095
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190601:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190801:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20191001:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20191101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200201:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200301:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200601:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200801:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200901:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20201101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20201201:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210201:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210401:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210601:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210801:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20211001:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20211001:Volume"), pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20231101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240301:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240901:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp:Volume")])
1095
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190601:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20190801:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20191001:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20191101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200201:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200301:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200601:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200801:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20200901:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20201101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20201201:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210201:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210401:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210601:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20210801:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20211001:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20211001:Volume"), pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20221101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20231101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240301:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20240901:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20250101:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:CapacityPoolVolume"), pulumi.Alias(type_="azure-native:netapp:Volume")])
1096
1096
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
1097
1097
  super(CapacityPoolVolume, __self__).__init__(
1098
1098
  'azure-native:netapp:CapacityPoolVolume',
@@ -203,7 +203,7 @@ class CapacityPoolVolumeQuotaRule(pulumi.CustomResource):
203
203
 
204
204
  Uses Azure REST API version 2024-09-01.
205
205
 
206
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
206
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
207
207
 
208
208
  :param str resource_name: The name of the resource.
209
209
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -229,7 +229,7 @@ class CapacityPoolVolumeQuotaRule(pulumi.CustomResource):
229
229
 
230
230
  Uses Azure REST API version 2024-09-01.
231
231
 
232
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
232
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
233
233
 
234
234
  :param str resource_name: The name of the resource.
235
235
  :param CapacityPoolVolumeQuotaRuleArgs args: The arguments to use to populate this resource's properties.
@@ -288,7 +288,7 @@ class CapacityPoolVolumeQuotaRule(pulumi.CustomResource):
288
288
  __props__.__dict__["provisioning_state"] = None
289
289
  __props__.__dict__["system_data"] = None
290
290
  __props__.__dict__["type"] = None
291
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240101:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240901:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp:VolumeQuotaRule")])
291
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20220101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20220301:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20220501:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20220901:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240101:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240901:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240901:VolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20240901preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20250101:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp/v20250101preview:CapacityPoolVolumeQuotaRule"), pulumi.Alias(type_="azure-native:netapp:VolumeQuotaRule")])
292
292
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
293
293
  super(CapacityPoolVolumeQuotaRule, __self__).__init__(
294
294
  'azure-native:netapp:CapacityPoolVolumeQuotaRule',
@@ -202,7 +202,7 @@ def get_account(account_name: Optional[str] = None,
202
202
 
203
203
  Uses Azure REST API version 2024-09-01.
204
204
 
205
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
205
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
206
206
 
207
207
 
208
208
  :param str account_name: The name of the NetApp account
@@ -236,7 +236,7 @@ def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
236
236
 
237
237
  Uses Azure REST API version 2024-09-01.
238
238
 
239
- Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
239
+ Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
240
240
 
241
241
 
242
242
  :param str account_name: The name of the NetApp account
@@ -94,7 +94,7 @@ def get_account_change_key_vault_information(account_name: Optional[str] = None,
94
94
 
95
95
  Uses Azure REST API version 2024-09-01.
96
96
 
97
- Other available API versions: 2023-11-01-preview, 2024-03-01-preview, 2024-05-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
97
+ Other available API versions: 2023-11-01-preview, 2024-03-01-preview, 2024-05-01-preview, 2024-07-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
98
98
 
99
99
 
100
100
  :param str account_name: The name of the NetApp account
@@ -119,7 +119,7 @@ def get_account_change_key_vault_information_output(account_name: Optional[pulum
119
119
 
120
120
  Uses Azure REST API version 2024-09-01.
121
121
 
122
- Other available API versions: 2023-11-01-preview, 2024-03-01-preview, 2024-05-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
122
+ Other available API versions: 2023-11-01-preview, 2024-03-01-preview, 2024-05-01-preview, 2024-07-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
123
 
124
124
 
125
125
  :param str account_name: The name of the NetApp account
@@ -240,7 +240,7 @@ def get_backup(account_name: Optional[str] = None,
240
240
 
241
241
  Uses Azure REST API version 2024-09-01.
242
242
 
243
- Other available API versions: 2022-11-01-preview, 2023-05-01-preview, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
243
+ Other available API versions: 2022-11-01-preview, 2023-05-01-preview, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
244
244
 
245
245
 
246
246
  :param str account_name: The name of the NetApp account
@@ -283,7 +283,7 @@ def get_backup_output(account_name: Optional[pulumi.Input[str]] = None,
283
283
 
284
284
  Uses Azure REST API version 2024-09-01.
285
285
 
286
- Other available API versions: 2022-11-01-preview, 2023-05-01-preview, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
286
+ Other available API versions: 2022-11-01-preview, 2023-05-01-preview, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native netapp [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
287
287
 
288
288
 
289
289
  :param str account_name: The name of the NetApp account