pulumi-azure-native 3.1.0a1744113715__py3-none-any.whl → 3.2.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (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.0.dist-info}/METADATA +1 -1
  415. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/RECORD +417 -374
  416. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/WHEEL +0 -0
  417. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,7 @@ __all__ = [
18
18
  'AzureEnvironmentType',
19
19
  'AzureHybridUseBenefit',
20
20
  'AzureLocation',
21
+ 'AzureOffer',
21
22
  'AzureOfferCode',
22
23
  'AzurePricingTier',
23
24
  'AzureReservedInstance',
@@ -26,7 +27,9 @@ __all__ = [
26
27
  'AzureSqlInstanceType',
27
28
  'AzureSqlPurchaseModel',
28
29
  'AzureSqlServiceTier',
30
+ 'AzureSqlServiceTierV3',
29
31
  'AzureStorageRedundancy',
32
+ 'AzureTarget',
30
33
  'AzureVmCategory',
31
34
  'AzureVmFamily',
32
35
  'BusinessCaseCurrency',
@@ -58,6 +61,7 @@ __all__ = [
58
61
  'ResourceIdentityTypes',
59
62
  'SavingsOption',
60
63
  'SavingsOptions',
64
+ 'ScopeType',
61
65
  'SecretStoreType',
62
66
  'SqlServerLicense',
63
67
  'SqlServerLicenseType',
@@ -113,8 +117,17 @@ class AsyncCommitModeIntent(str, Enum):
113
117
  Gets or sets user preference indicating intent of async commit mode.
114
118
  """
115
119
  NONE = "None"
120
+ """
121
+ None - Async Commit Mode Intent
122
+ """
116
123
  HIGH_AVAILABILITY = "HighAvailability"
124
+ """
125
+ HighAvailability - Async Commit Mode Intent
126
+ """
117
127
  DISASTER_RECOVERY = "DisasterRecovery"
128
+ """
129
+ DisasterRecovery - Async Commit Mode Intent
130
+ """
118
131
 
119
132
 
120
133
  class AutomationArtifactStatus(str, Enum):
@@ -162,11 +175,29 @@ class AzureArcState(str, Enum):
162
175
 
163
176
 
164
177
  class AzureAvsNodeType(str, Enum):
178
+ """
179
+ Azure AVS Node type
180
+ """
165
181
  UNKNOWN = "Unknown"
182
+ """
183
+ Unknown Node type
184
+ """
166
185
  AV36 = "AV36"
186
+ """
187
+ AVS36 Node type
188
+ """
167
189
  AV36_P = "AV36P"
190
+ """
191
+ AV36P Node type
192
+ """
168
193
  AV52 = "AV52"
194
+ """
195
+ AV52 Node type
196
+ """
169
197
  AV64 = "AV64"
198
+ """
199
+ AV64 Node type
200
+ """
170
201
 
171
202
 
172
203
  class AzureCurrency(str, Enum):
@@ -174,41 +205,143 @@ class AzureCurrency(str, Enum):
174
205
  Currency in which prices should be reported.
175
206
  """
176
207
  UNKNOWN = "Unknown"
208
+ """
209
+ Unknown Currency for Azure
210
+ """
177
211
  USD = "USD"
212
+ """
213
+ USD Currency for Azure
214
+ """
178
215
  DKK = "DKK"
216
+ """
217
+ DKK Currency for Azure
218
+ """
179
219
  CAD = "CAD"
220
+ """
221
+ CAD Currency for Azure
222
+ """
180
223
  IDR = "IDR"
224
+ """
225
+ IDR Currency for Azure
226
+ """
181
227
  JPY = "JPY"
228
+ """
229
+ JPY Currency for Azure
230
+ """
182
231
  KRW = "KRW"
232
+ """
233
+ KRW Currency for Azure
234
+ """
183
235
  NZD = "NZD"
236
+ """
237
+ NZD Currency for Azure
238
+ """
184
239
  NOK = "NOK"
240
+ """
241
+ NOK Currency for Azure
242
+ """
185
243
  RUB = "RUB"
244
+ """
245
+ RUB Currency for Azure
246
+ """
186
247
  SAR = "SAR"
248
+ """
249
+ SAR Currency for Azure
250
+ """
187
251
  ZAR = "ZAR"
252
+ """
253
+ ZAR Currency for Azure
254
+ """
188
255
  SEK = "SEK"
256
+ """
257
+ SEK Currency for Azure
258
+ """
189
259
  TRY_ = "TRY"
260
+ """
261
+ TRY Currency for Azure
262
+ """
190
263
  GBP = "GBP"
264
+ """
265
+ GBP Currency for Azure
266
+ """
191
267
  MXN = "MXN"
268
+ """
269
+ MXN Currency for Azure
270
+ """
192
271
  MYR = "MYR"
272
+ """
273
+ MYR Currency for Azure
274
+ """
193
275
  INR = "INR"
276
+ """
277
+ INR Currency for Azure
278
+ """
194
279
  HKD = "HKD"
280
+ """
281
+ HKD Currency for Azure
282
+ """
195
283
  BRL = "BRL"
284
+ """
285
+ BRL Currency for Azure
286
+ """
196
287
  TWD = "TWD"
288
+ """
289
+ TWD Currency for Azure
290
+ """
197
291
  EUR = "EUR"
292
+ """
293
+ EUR Currency for Azure
294
+ """
198
295
  CHF = "CHF"
296
+ """
297
+ CHF Currency for Azure
298
+ """
199
299
  ARS = "ARS"
300
+ """
301
+ ARS Currency for Azure
302
+ """
200
303
  AUD = "AUD"
304
+ """
305
+ AUD Currency for Azure
306
+ """
201
307
  CNY = "CNY"
308
+ """
309
+ CNY Currency for Azure
310
+ """
202
311
 
203
312
 
204
313
  class AzureDiskType(str, Enum):
314
+ """
315
+ Azure Disk Type
316
+ """
205
317
  UNKNOWN = "Unknown"
318
+ """
319
+ Unknown Azure Disk Type
320
+ """
206
321
  STANDARD = "Standard"
322
+ """
323
+ Standard Azure Disk Type
324
+ """
207
325
  STANDARD_SSD = "StandardSSD"
326
+ """
327
+ StandardSSD Azure Disk Type
328
+ """
208
329
  PREMIUM = "Premium"
330
+ """
331
+ Premium Azure Disk Type
332
+ """
209
333
  STANDARD_OR_PREMIUM = "StandardOrPremium"
334
+ """
335
+ StandardOrPremium Azure Disk Type
336
+ """
210
337
  ULTRA = "Ultra"
338
+ """
339
+ Ultra Azure Disk Type
340
+ """
211
341
  PREMIUM_V2 = "PremiumV2"
342
+ """
343
+ PremiumV2 Azure Disk Type
344
+ """
212
345
 
213
346
 
214
347
  class AzureEnvironmentType(str, Enum):
@@ -235,8 +368,17 @@ class AzureHybridUseBenefit(str, Enum):
235
368
  benefit.
236
369
  """
237
370
  UNKNOWN = "Unknown"
371
+ """
372
+ Unknown Azure Hybrid Use Benefit
373
+ """
238
374
  YES = "Yes"
375
+ """
376
+ Yes Azure Hybrid Use Benefit
377
+ """
239
378
  NO = "No"
379
+ """
380
+ No Azure Hybrid Use Benefit
381
+ """
240
382
 
241
383
 
242
384
  class AzureLocation(str, Enum):
@@ -245,65 +387,323 @@ class AzureLocation(str, Enum):
245
387
  will be migrated.
246
388
  """
247
389
  UNKNOWN = "Unknown"
390
+ """
391
+ Unknown Location for Azure
392
+ """
248
393
  EAST_ASIA = "EastAsia"
394
+ """
395
+ EastAsia Location for Azure
396
+ """
249
397
  SOUTHEAST_ASIA = "SoutheastAsia"
398
+ """
399
+ SoutheastAsia Location for Azure
400
+ """
250
401
  AUSTRALIA_EAST = "AustraliaEast"
402
+ """
403
+ AustraliaEast Location for Azure
404
+ """
251
405
  AUSTRALIA_SOUTHEAST = "AustraliaSoutheast"
406
+ """
407
+ AustraliaSoutheast Location for Azure
408
+ """
252
409
  BRAZIL_SOUTH = "BrazilSouth"
410
+ """
411
+ BrazilSouth Location for Azure
412
+ """
253
413
  CANADA_CENTRAL = "CanadaCentral"
414
+ """
415
+ CanadaCentral Location for Azure
416
+ """
254
417
  CANADA_EAST = "CanadaEast"
418
+ """
419
+ CanadaEast Location for Azure
420
+ """
255
421
  WEST_EUROPE = "WestEurope"
422
+ """
423
+ WestEurope Location for Azure
424
+ """
256
425
  NORTH_EUROPE = "NorthEurope"
426
+ """
427
+ NorthEurope Location for Azure
428
+ """
257
429
  CENTRAL_INDIA = "CentralIndia"
430
+ """
431
+ CentralIndia Location for Azure
432
+ """
258
433
  SOUTH_INDIA = "SouthIndia"
434
+ """
435
+ SouthIndia Location for Azure
436
+ """
259
437
  WEST_INDIA = "WestIndia"
438
+ """
439
+ WestIndia Location for Azure
440
+ """
260
441
  JAPAN_EAST = "JapanEast"
442
+ """
443
+ JapanEast Location for Azure
444
+ """
261
445
  JAPAN_WEST = "JapanWest"
446
+ """
447
+ JapanWest Location for Azure
448
+ """
262
449
  KOREA_CENTRAL = "KoreaCentral"
450
+ """
451
+ KoreaCentral Location for Azure
452
+ """
263
453
  KOREA_SOUTH = "KoreaSouth"
454
+ """
455
+ KoreaSouth Location for Azure
456
+ """
264
457
  UK_WEST = "UkWest"
458
+ """
459
+ UkWest Location for Azure
460
+ """
265
461
  UK_SOUTH = "UkSouth"
462
+ """
463
+ UkSouth Location for Azure
464
+ """
266
465
  NORTH_CENTRAL_US = "NorthCentralUs"
466
+ """
467
+ NorthCentralUs Location for Azure
468
+ """
267
469
  EAST_US = "EastUs"
470
+ """
471
+ EastUs Location for Azure
472
+ """
268
473
  WEST_US2 = "WestUs2"
474
+ """
475
+ WestUs2 Location for Azure
476
+ """
269
477
  SOUTH_CENTRAL_US = "SouthCentralUs"
478
+ """
479
+ SouthCentralUs Location for Azure
480
+ """
270
481
  CENTRAL_US = "CentralUs"
482
+ """
483
+ CentralUs Location for Azure
484
+ """
271
485
  EAST_US2 = "EastUs2"
486
+ """
487
+ EastUs2 Location for Azure
488
+ """
272
489
  WEST_US = "WestUs"
490
+ """
491
+ WestUs Location for Azure
492
+ """
273
493
  WEST_CENTRAL_US = "WestCentralUs"
494
+ """
495
+ WestCentralUs Location for Azure
496
+ """
274
497
  GERMANY_CENTRAL = "GermanyCentral"
498
+ """
499
+ GermanyCentral Location for Azure
500
+ """
275
501
  GERMANY_NORTHEAST = "GermanyNortheast"
502
+ """
503
+ GermanyNortheast Location for Azure
504
+ """
276
505
  CHINA_NORTH = "ChinaNorth"
506
+ """
507
+ ChinaNorth Location for Azure
508
+ """
277
509
  CHINA_EAST = "ChinaEast"
510
+ """
511
+ ChinaEast Location for Azure
512
+ """
278
513
  US_GOV_ARIZONA = "USGovArizona"
514
+ """
515
+ USGovArizona Location for Azure
516
+ """
279
517
  US_GOV_TEXAS = "USGovTexas"
518
+ """
519
+ USGovTexas Location for Azure
520
+ """
280
521
  US_GOV_IOWA = "USGovIowa"
522
+ """
523
+ USGovIowa Location for Azure
524
+ """
281
525
  US_GOV_VIRGINIA = "USGovVirginia"
526
+ """
527
+ USGovVirginia Location for Azure
528
+ """
282
529
  US_DO_D_CENTRAL = "USDoDCentral"
530
+ """
531
+ USDoDCentral Location for Azure
532
+ """
283
533
  US_DO_D_EAST = "USDoDEast"
534
+ """
535
+ USDoDEast Location for Azure
536
+ """
284
537
  FRANCE_CENTRAL = "FranceCentral"
538
+ """
539
+ FranceCentral Location for Azure
540
+ """
285
541
  AUSTRALIA_CENTRAL = "AustraliaCentral"
542
+ """
543
+ AustraliaCentral Location for Azure
544
+ """
286
545
  SOUTH_AFRICA_NORTH = "SouthAfricaNorth"
546
+ """
547
+ SouthAfricaNorth Location for Azure
548
+ """
287
549
  FRANCE_SOUTH = "FranceSouth"
550
+ """
551
+ FranceSouth Location for Azure
552
+ """
288
553
  AUSTRALIA_CENTRAL2 = "AustraliaCentral2"
554
+ """
555
+ AustraliaCentral2 Location for Azure
556
+ """
289
557
  SOUTH_AFRICA_WEST = "SouthAfricaWest"
558
+ """
559
+ SouthAfricaWest Location for Azure
560
+ """
290
561
  GERMANY_NORTH = "GermanyNorth"
562
+ """
563
+ GermanyNorth Location for Azure
564
+ """
291
565
  GERMANY_WEST_CENTRAL = "GermanyWestCentral"
566
+ """
567
+ GermanyWestCentral Location for Azure
568
+ """
292
569
  NORWAY_EAST = "NorwayEast"
570
+ """
571
+ NorwayEast Location for Azure
572
+ """
293
573
  NORWAY_WEST = "NorwayWest"
574
+ """
575
+ NorwayWest Location for Azure
576
+ """
294
577
  CHINA_EAST2 = "ChinaEast2"
578
+ """
579
+ ChinaEast2 Location for Azure
580
+ """
295
581
  CHINA_NORTH2 = "ChinaNorth2"
582
+ """
583
+ ChinaNorth2 Location for Azure
584
+ """
296
585
  SWITZERLAND_NORTH = "SwitzerlandNorth"
586
+ """
587
+ SwitzerlandNorth Location for Azure
588
+ """
297
589
  SWITZERLAND_WEST = "SwitzerlandWest"
590
+ """
591
+ SwitzerlandWest Location for Azure
592
+ """
298
593
  UAE_NORTH = "UAENorth"
594
+ """
595
+ UAENorth Location for Azure
596
+ """
299
597
  UAE_CENTRAL = "UAECentral"
598
+ """
599
+ UAECentral Location for Azure
600
+ """
300
601
  US_NAT_EAST = "UsNatEast"
602
+ """
603
+ UsNatEast Location for Azure
604
+ """
301
605
  US_NAT_WEST = "UsNatWest"
606
+ """
607
+ UsNatWest Location for Azure
608
+ """
302
609
  US_SEC_EAST = "UsSecEast"
610
+ """
611
+ UsSecEast Location for Azure
612
+ """
303
613
  US_SEC_CENTRAL = "UsSecCentral"
614
+ """
615
+ UsSecCentral Location for Azure
616
+ """
304
617
  US_SEC_WEST = "UsSecWest"
618
+ """
619
+ UsSecWest Location for Azure
620
+ """
305
621
  SWEDEN_CENTRAL = "SwedenCentral"
622
+ """
623
+ SwedenCentral Location for Azure
624
+ """
306
625
  QATAR_CENTRAL = "QatarCentral"
626
+ """
627
+ QatarCentral Location for Azure
628
+ """
629
+ JIO_INDIA_WEST = "JioIndiaWest"
630
+ """
631
+ JioIndiaWest Location for Azure
632
+ """
633
+ ITALY_NORTH = "ItalyNorth"
634
+ """
635
+ ItalyNorth Location for Azure
636
+ """
637
+ POLAND_CENTRAL = "PolandCentral"
638
+ """
639
+ PolandCentral Location for Azure
640
+ """
641
+ ISRAEL_CENTRAL = "IsraelCentral"
642
+ """
643
+ IsraelCentral Location for Azure
644
+ """
645
+ MEXICO_CENTRAL = "MexicoCentral"
646
+ """
647
+ MexicoCentral Location for Azure
648
+ """
649
+ NEW_ZEALAND_NORTH = "NewZealandNorth"
650
+ """
651
+ NewZealandNorth Location for Azure
652
+ """
653
+ SPAIN_CENTRAL = "SpainCentral"
654
+ """
655
+ SpainCentral Location for Azure
656
+ """
657
+
658
+
659
+ class AzureOffer(str, Enum):
660
+ """
661
+ Gets or sets the Azure offer code.
662
+ """
663
+ UNKNOWN = "Unknown"
664
+ """
665
+ Unknown - Azure Offer
666
+ """
667
+ MSAZR0003_P = "MSAZR0003P"
668
+ """
669
+ MSAZR0003P Azure Offer
670
+ """
671
+ MSAZR0023_P = "MSAZR0023P"
672
+ """
673
+ MSAZR0023P Azure Offer
674
+ """
675
+ MSMCAZR0044_P = "MSMCAZR0044P"
676
+ """
677
+ MSMCAZR0044P Azure Offer
678
+ """
679
+ MSMCAZR0059_P = "MSMCAZR0059P"
680
+ """
681
+ MSMCAZR0059P Azure Offer
682
+ """
683
+ MSMCAZR0060_P = "MSMCAZR0060P"
684
+ """
685
+ MSMCAZR0060P Azure Offer
686
+ """
687
+ MSMCAZR0063_P = "MSMCAZR0063P"
688
+ """
689
+ MSMCAZR0063P Azure Offer
690
+ """
691
+ MSAZRUSGOV0003_P = "MSAZRUSGOV0003P"
692
+ """
693
+ MSAZRUSGOV0003P Azure Offer
694
+ """
695
+ EA = "EA"
696
+ """
697
+ EA Azure Offer
698
+ """
699
+ SAVINGS_PLAN1_YEAR = "SavingsPlan1Year"
700
+ """
701
+ SavingsPlan1Year Azure Offer
702
+ """
703
+ SAVINGS_PLAN3_YEAR = "SavingsPlan3Year"
704
+ """
705
+ SavingsPlan3Year Azure Offer
706
+ """
307
707
 
308
708
 
309
709
  class AzureOfferCode(str, Enum):
@@ -360,7 +760,13 @@ class AzurePricingTier(str, Enum):
360
760
  Gets or sets Azure Pricing Tier - Free, Basic, etc.
361
761
  """
362
762
  STANDARD = "Standard"
763
+ """
764
+ Standard Azure Pricing Tier
765
+ """
363
766
  BASIC = "Basic"
767
+ """
768
+ Basic Azure Pricing Tier
769
+ """
364
770
 
365
771
 
366
772
  class AzureReservedInstance(str, Enum):
@@ -374,10 +780,16 @@ class AzureReservedInstance(str, Enum):
374
780
 
375
781
  class AzureSecurityOfferingType(str, Enum):
376
782
  """
377
- Gets or sets a value indicating azure security offering type.
783
+ Azure security offering type.
378
784
  """
379
785
  NO = "NO"
786
+ """
787
+ NO - Azure Security Offering Type
788
+ """
380
789
  MDC = "MDC"
790
+ """
791
+ MDC - Azure Security Offering Type
792
+ """
381
793
 
382
794
 
383
795
  class AzureSqlDataBaseType(str, Enum):
@@ -385,9 +797,21 @@ class AzureSqlDataBaseType(str, Enum):
385
797
  Gets or sets the azure PAAS SQL instance type.
386
798
  """
387
799
  UNKNOWN = "Unknown"
800
+ """
801
+ Unknown Data Base Type
802
+ """
388
803
  AUTOMATIC = "Automatic"
804
+ """
805
+ Automatic Data Base Type
806
+ """
389
807
  SINGLE_DATABASE = "SingleDatabase"
808
+ """
809
+ SingleDatabase Data Base Type
810
+ """
390
811
  ELASTIC_POOL = "ElasticPool"
812
+ """
813
+ ElasticPool Data Base Type
814
+ """
391
815
 
392
816
 
393
817
  class AzureSqlInstanceType(str, Enum):
@@ -395,9 +819,21 @@ class AzureSqlInstanceType(str, Enum):
395
819
  Gets or sets the azure PAAS SQL instance type.
396
820
  """
397
821
  UNKNOWN = "Unknown"
822
+ """
823
+ Unknown Azure Sql Instance Type
824
+ """
398
825
  AUTOMATIC = "Automatic"
826
+ """
827
+ Automatic Azure Sql Instance Type
828
+ """
399
829
  SINGLE_INSTANCE = "SingleInstance"
830
+ """
831
+ SingleInstance Azure Sql Instance Type
832
+ """
400
833
  INSTANCE_POOLS = "InstancePools"
834
+ """
835
+ InstancePools Azure Sql Instance Type
836
+ """
401
837
 
402
838
 
403
839
  class AzureSqlPurchaseModel(str, Enum):
@@ -405,8 +841,17 @@ class AzureSqlPurchaseModel(str, Enum):
405
841
  Gets or sets the azure SQL purchase model.
406
842
  """
407
843
  UNKNOWN = "Unknown"
844
+ """
845
+ Unknown Purchase Model
846
+ """
408
847
  V_CORE = "VCore"
848
+ """
849
+ VCore Purchase Model
850
+ """
409
851
  DTU = "DTU"
852
+ """
853
+ DTU Purchase Model
854
+ """
410
855
 
411
856
 
412
857
  class AzureSqlServiceTier(str, Enum):
@@ -420,15 +865,118 @@ class AzureSqlServiceTier(str, Enum):
420
865
  HYPER_SCALE = "HyperScale"
421
866
 
422
867
 
868
+ class AzureSqlServiceTierV3(str, Enum):
869
+ """
870
+ Gets or sets the azure SQL service tier.
871
+ """
872
+ SQL_SERVICE_UNKNOWN = "SqlService_Unknown"
873
+ """
874
+ SqlService_Unknown Sql Service Tier V3
875
+ """
876
+ SQL_SERVICE_AUTOMATIC = "SqlService_Automatic"
877
+ """
878
+ SqlService_Automatic Sql Service Tier V3
879
+ """
880
+ SQL_SERVICE_GENERAL_PURPOSE = "SqlService_GeneralPurpose"
881
+ """
882
+ SqlService_GeneralPurpose Sql Service Tier V3
883
+ """
884
+ SQL_SERVICE_BUSINESS_CRITICAL = "SqlService_BusinessCritical"
885
+ """
886
+ SqlService_BusinessCritical Sql Service Tier V3
887
+ """
888
+ SQL_SERVICE_HYPER_SCALE = "SqlService_HyperScale"
889
+ """
890
+ SqlService_HyperScale Sql Service Tier V3
891
+ """
892
+
893
+
423
894
  class AzureStorageRedundancy(str, Enum):
424
895
  """
425
896
  Gets or sets the Azure Storage Redundancy. Example: Locally Redundant Storage.
426
897
  """
427
898
  UNKNOWN = "Unknown"
899
+ """
900
+ Unknown Azure Storage Redundancy
901
+ """
428
902
  LOCALLY_REDUNDANT = "LocallyRedundant"
903
+ """
904
+ LocallyRedundant Azure Storage Redundancy
905
+ """
429
906
  ZONE_REDUNDANT = "ZoneRedundant"
907
+ """
908
+ ZoneRedundant Azure Storage Redundancy
909
+ """
430
910
  GEO_REDUNDANT = "GeoRedundant"
911
+ """
912
+ GeoRedundant Azure Storage Redundancy
913
+ """
431
914
  READ_ACCESS_GEO_REDUNDANT = "ReadAccessGeoRedundant"
915
+ """
916
+ ReadAccessGeoRedundant Azure Storage Redundancy
917
+ """
918
+
919
+
920
+ class AzureTarget(str, Enum):
921
+ """
922
+ Azure Target
923
+ """
924
+ UNKNOWN = "Unknown"
925
+ """
926
+ Unknown - Azure Target
927
+ """
928
+ SQL_DATABASE = "SqlDatabase"
929
+ """
930
+ SqlDatabase - Azure Target
931
+ """
932
+ SQL_MI = "SqlMI"
933
+ """
934
+ SqlMI - Azure Target
935
+ """
936
+ FLEX_SERVER_PG = "FlexServerPG"
937
+ """
938
+ FlexServerPG - Azure Target
939
+ """
940
+ ORACLE_IAAS_VM = "OracleIaasVM"
941
+ """
942
+ OracleIaasVM - Azure Target
943
+ """
944
+ AZURE_SPRING_APPS = "AzureSpringApps"
945
+ """
946
+ AzureSpringApps - Azure Target
947
+ """
948
+ SAP_AZURE_INSTANCE = "SAPAzureInstance"
949
+ """
950
+ SAPAzureInstance - Azure Target
951
+ """
952
+ AKS = "AKS"
953
+ """
954
+ AKS - Azure Target
955
+ """
956
+ MY_SQL_AZURE_FLEX_SERVER = "MySQLAzureFlexServer"
957
+ """
958
+ MySQLAzureFlexServer - Azure Target
959
+ """
960
+ AZURE_SQLVM = "AzureSQLVM"
961
+ """
962
+ AzureSQLVM - Azure Target
963
+ """
964
+ AZURE_VM = "AzureVM"
965
+ """
966
+ AzureVM - Azure Target
967
+ """
968
+ AZURE_APP_SERVICE = "AzureAppService"
969
+ """
970
+ AzureAppService - Azure Target
971
+ """
972
+ AZURE_APP_SERVICE_CONTAINER = "AzureAppServiceContainer"
973
+ """
974
+ AzureAppServiceContainer - Azure Target
975
+ """
976
+ AVS = "Avs"
977
+ """
978
+ Avs - Azure Target
979
+ """
432
980
 
433
981
 
434
982
  class AzureVmCategory(str, Enum):
@@ -470,58 +1018,217 @@ class AzureVmCategory(str, Enum):
470
1018
 
471
1019
 
472
1020
  class AzureVmFamily(str, Enum):
1021
+ """
1022
+ Azure VM Family
1023
+ """
473
1024
  UNKNOWN = "Unknown"
1025
+ """
1026
+ Unknown - Azure VM Family
1027
+ """
474
1028
  BASIC_A0_A4 = "Basic_A0_A4"
1029
+ """
1030
+ Basic_A0_A4
1031
+ """
475
1032
  STANDARD_A0_A7 = "Standard_A0_A7"
1033
+ """
1034
+ Standard_A0_A7
1035
+ """
476
1036
  STANDARD_A8_A11 = "Standard_A8_A11"
1037
+ """
1038
+ Standard_A8_A11
1039
+ """
477
1040
  AV2_SERIES = "Av2_series"
1041
+ """
1042
+ Av2_series
1043
+ """
478
1044
  D_SERIES = "D_series"
1045
+ """
1046
+ D_series
1047
+ """
479
1048
  DV2_SERIES = "Dv2_series"
1049
+ """
1050
+ Dv2_series
1051
+ """
480
1052
  DS_SERIES = "DS_series"
1053
+ """
1054
+ DS_series
1055
+ """
481
1056
  D_SV2_SERIES = "DSv2_series"
1057
+ """
1058
+ DSv2_series
1059
+ """
482
1060
  F_SERIES = "F_series"
1061
+ """
1062
+ F_series
1063
+ """
483
1064
  FS_SERIES = "Fs_series"
1065
+ """
1066
+ Fs_series
1067
+ """
484
1068
  G_SERIES = "G_series"
1069
+ """
1070
+ G_series
1071
+ """
485
1072
  GS_SERIES = "GS_series"
1073
+ """
1074
+ GS_series
1075
+ """
486
1076
  H_SERIES = "H_series"
1077
+ """
1078
+ H_series
1079
+ """
487
1080
  LS_SERIES = "Ls_series"
1081
+ """
1082
+ Ls_series
1083
+ """
488
1084
  DSV3_SERIES = "Dsv3_series"
1085
+ """
1086
+ Dsv3_series
1087
+ """
489
1088
  DV3_SERIES = "Dv3_series"
1089
+ """
1090
+ Dv3_series
1091
+ """
490
1092
  FSV2_SERIES = "Fsv2_series"
1093
+ """
1094
+ Fsv2_series
1095
+ """
491
1096
  EV3_SERIES = "Ev3_series"
1097
+ """
1098
+ Ev3_series
1099
+ """
492
1100
  ESV3_SERIES = "Esv3_series"
1101
+ """
1102
+ Esv3_series
1103
+ """
493
1104
  M_SERIES = "M_series"
1105
+ """
1106
+ M_series
1107
+ """
494
1108
  DC_SERIES = "DC_Series"
1109
+ """
1110
+ DC_Series
1111
+ """
495
1112
  LSV2_SERIES = "Lsv2_series"
1113
+ """
1114
+ Lsv2_series
1115
+ """
496
1116
  EV4_SERIES = "Ev4_series"
1117
+ """
1118
+ Ev4_series
1119
+ """
497
1120
  ESV4_SERIES = "Esv4_series"
1121
+ """
1122
+ Esv4_series
1123
+ """
498
1124
  EDV4_SERIES = "Edv4_series"
1125
+ """
1126
+ Edv4_series
1127
+ """
499
1128
  EDSV4_SERIES = "Edsv4_series"
1129
+ """
1130
+ Edsv4_series
1131
+ """
500
1132
  DV4_SERIES = "Dv4_series"
1133
+ """
1134
+ Dv4_series
1135
+ """
501
1136
  DSV4_SERIES = "Dsv4_series"
1137
+ """
1138
+ Dsv4_series
1139
+ """
502
1140
  DDV4_SERIES = "Ddv4_series"
1141
+ """
1142
+ Ddv4_series
1143
+ """
503
1144
  DDSV4_SERIES = "Ddsv4_series"
1145
+ """
1146
+ Ddsv4_series
1147
+ """
504
1148
  EASV4_SERIES = "Easv4_series"
1149
+ """
1150
+ Easv4_series
1151
+ """
505
1152
  DASV4_SERIES = "Dasv4_series"
1153
+ """
1154
+ Dasv4_series
1155
+ """
506
1156
  MV2_SERIES = "Mv2_series"
1157
+ """
1158
+ Mv2_series
1159
+ """
507
1160
  EAV4_SERIES = "Eav4_series"
1161
+ """
1162
+ Eav4_series
1163
+ """
508
1164
  DAV4_SERIES = "Dav4_series"
1165
+ """
1166
+ Dav4_series
1167
+ """
509
1168
  MSV2_SERIES = "Msv2_series"
1169
+ """
1170
+ Msv2_series
1171
+ """
510
1172
  MDSV2_SERIES = "Mdsv2_series"
1173
+ """
1174
+ Mdsv2_series
1175
+ """
511
1176
  DV5_SERIES = "Dv5_series"
1177
+ """
1178
+ Dv5_series
1179
+ """
512
1180
  DSV5_SERIES = "Dsv5_series"
1181
+ """
1182
+ Dsv5_series
1183
+ """
513
1184
  DDV5_SERIES = "Ddv5_series"
1185
+ """
1186
+ Ddv5_series
1187
+ """
514
1188
  DDSV5_SERIES = "Ddsv5_series"
1189
+ """
1190
+ Ddsv5_series
1191
+ """
515
1192
  DASV5_SERIES = "Dasv5_series"
1193
+ """
1194
+ Dasv5_series
1195
+ """
516
1196
  DADSV5_SERIES = "Dadsv5_series"
1197
+ """
1198
+ Dadsv5_series
1199
+ """
517
1200
  EV5_SERIES = "Ev5_series"
1201
+ """
1202
+ Ev5_series
1203
+ """
518
1204
  ESV5_SERIES = "Esv5_series"
1205
+ """
1206
+ Esv5_series
1207
+ """
519
1208
  EDV5_SERIES = "Edv5_series"
1209
+ """
1210
+ Edv5_series
1211
+ """
520
1212
  EDSV5_SERIES = "Edsv5_series"
1213
+ """
1214
+ Edsv5_series
1215
+ """
521
1216
  EASV5_SERIES = "Easv5_series"
1217
+ """
1218
+ Easv5_series
1219
+ """
522
1220
  EADSV5_SERIES = "Eadsv5_series"
1221
+ """
1222
+ Eadsv5_series
1223
+ """
523
1224
  EBSV5_SERIES = "Ebsv5_series"
1225
+ """
1226
+ Ebsv5_series
1227
+ """
524
1228
  EBDSV5_SERIES = "Ebdsv5_series"
1229
+ """
1230
+ Ebdsv5_series
1231
+ """
525
1232
 
526
1233
 
527
1234
  class BusinessCaseCurrency(str, Enum):
@@ -639,9 +1346,21 @@ class ComputeTier(str, Enum):
639
1346
  Gets or sets the azure SQL compute tier.
640
1347
  """
641
1348
  UNKNOWN = "Unknown"
1349
+ """
1350
+ Unknown - Compute Tier
1351
+ """
642
1352
  AUTOMATIC = "Automatic"
1353
+ """
1354
+ Automatic - Compute Tier
1355
+ """
643
1356
  PROVISIONED = "Provisioned"
1357
+ """
1358
+ Provisioned - Compute Tier
1359
+ """
644
1360
  SERVERLESS = "Serverless"
1361
+ """
1362
+ Serverless - Compute Tier
1363
+ """
645
1364
 
646
1365
 
647
1366
  class ConfigurationType(str, Enum):
@@ -722,7 +1441,17 @@ class EnvironmentType(str, Enum):
722
1441
  Gets or sets user configurable setting to display the environment type.
723
1442
  """
724
1443
  PRODUCTION = "Production"
725
- TEST = "Test"
1444
+ """
1445
+ Production - Environment Type
1446
+ """
1447
+ UNKNOWN = "Unknown"
1448
+ """
1449
+ Unknown - Environment Type
1450
+ """
1451
+ DEV_TEST = "DevTest"
1452
+ """
1453
+ DevTest - Environment Type
1454
+ """
726
1455
 
727
1456
 
728
1457
  class ExternalStorageType(str, Enum):
@@ -809,15 +1538,23 @@ class HyperVLicenseType(str, Enum):
809
1538
 
810
1539
  class LicensingProgram(str, Enum):
811
1540
  """
812
- Gets or sets licensing program.
1541
+ Gets or sets the licensing program.
813
1542
  """
814
- DEFAULT = "Default"
1543
+ RETAIL = "Retail"
1544
+ """
1545
+ Retail/Pay as you go.
1546
+ """
1547
+ UNKNOWN = "Unknown"
815
1548
  """
816
- Default value. Indicates Pay As You Go.
1549
+ Not known
817
1550
  """
818
1551
  EA = "EA"
819
1552
  """
820
- Enterprise Agreement.
1553
+ Enterprise agreement.
1554
+ """
1555
+ MCA = "MCA"
1556
+ """
1557
+ Microsoft customer agreement.
821
1558
  """
822
1559
 
823
1560
 
@@ -868,8 +1605,17 @@ class MultiSubnetIntent(str, Enum):
868
1605
  Gets or sets user preference indicating intent of multi-subnet configuration.
869
1606
  """
870
1607
  NONE = "None"
1608
+ """
1609
+ None - Multi Subnet Intent
1610
+ """
871
1611
  HIGH_AVAILABILITY = "HighAvailability"
1612
+ """
1613
+ HighAvailability - Multi Subnet Intent
1614
+ """
872
1615
  DISASTER_RECOVERY = "DisasterRecovery"
1616
+ """
1617
+ DisasterRecovery - Multi Subnet Intent
1618
+ """
873
1619
 
874
1620
 
875
1621
  class OperatingSystemType(str, Enum):
@@ -892,8 +1638,17 @@ class OsLicense(str, Enum):
892
1638
  Gets or sets user configurable setting to display the azure hybrid use benefit.
893
1639
  """
894
1640
  UNKNOWN = "Unknown"
1641
+ """
1642
+ Unknown Os License
1643
+ """
895
1644
  YES = "Yes"
1645
+ """
1646
+ Yes Os License
1647
+ """
896
1648
  NO = "No"
1649
+ """
1650
+ No Os License
1651
+ """
897
1652
 
898
1653
 
899
1654
  class Percentile(str, Enum):
@@ -917,6 +1672,10 @@ class Percentile(str, Enum):
917
1672
  """
918
1673
  Percentile 99.
919
1674
  """
1675
+ PERCENTILE_UNKNOWN = "PercentileUnknown"
1676
+ """
1677
+ Percentile unknown.
1678
+ """
920
1679
 
921
1680
 
922
1681
  class PricingTier(str, Enum):
@@ -1028,27 +1787,45 @@ class SavingsOption(str, Enum):
1028
1787
 
1029
1788
  class SavingsOptions(str, Enum):
1030
1789
  """
1031
- Gets or sets savings options.
1790
+ Gets or sets the savings options.
1032
1791
  """
1033
1792
  NONE = "None"
1034
1793
  """
1035
- Savings Options is not applicable.
1794
+ No savings options.
1795
+ """
1796
+ RI1_YEAR = "RI1Year"
1797
+ """
1798
+ Reserved Instance for 1 year.
1799
+ """
1800
+ RI3_YEAR = "RI3Year"
1801
+ """
1802
+ Reserved Instance for 3 years.
1803
+ """
1804
+ SAVINGS_PLAN1_YEAR = "SavingsPlan1Year"
1805
+ """
1806
+ The savings plan for 1 year.
1807
+ """
1808
+ SAVINGS_PLAN3_YEAR = "SavingsPlan3Year"
1809
+ """
1810
+ The savings plan for 3 years.
1036
1811
  """
1037
- ONE_YEAR_SAVINGS = "OneYearSavings"
1812
+ CUSTOM_AZURE_OFFER_CODE = "CustomAzureOfferCode"
1038
1813
  """
1039
- One Year Savings Plan.
1814
+ Custom azure offer code.
1040
1815
  """
1041
- THREE_YEARS_SAVINGS = "ThreeYearsSavings"
1816
+
1817
+
1818
+ class ScopeType(str, Enum):
1042
1819
  """
1043
- Three Years Savings Plan.
1820
+ The scope type
1044
1821
  """
1045
- ONE_YEAR_RESERVED = "OneYearReserved"
1822
+ SERVER_GROUP_ID = "ServerGroupId"
1046
1823
  """
1047
- One Year Reserved Instances.
1824
+ ServerGroupId - Scope type
1048
1825
  """
1049
- THREE_YEARS_RESERVED = "ThreeYearsReserved"
1826
+ AZURE_RESOURCE_GRAPH_QUERY = "AzureResourceGraphQuery"
1050
1827
  """
1051
- Three Years Reserved Instances.
1828
+ AzureResourceGraphQuery - Scope type
1052
1829
  """
1053
1830
 
1054
1831
 
@@ -1064,8 +1841,17 @@ class SqlServerLicense(str, Enum):
1064
1841
  SQL server license.
1065
1842
  """
1066
1843
  UNKNOWN = "Unknown"
1844
+ """
1845
+ Unknown - Sql Server License
1846
+ """
1067
1847
  YES = "Yes"
1848
+ """
1849
+ Has Sql Server License
1850
+ """
1068
1851
  NO = "No"
1852
+ """
1853
+ No Sql Server License
1854
+ """
1069
1855
 
1070
1856
 
1071
1857
  class SqlServerLicenseType(str, Enum):