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.
- pulumi_azure_native/__init__.py +20 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/__init__.py +10 -0
- pulumi_azure_native/cognitiveservices/_enums.py +153 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
- pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
- pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
- pulumi_azure_native/cognitiveservices/get_project.py +223 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
- pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
- pulumi_azure_native/cognitiveservices/project.py +332 -0
- pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
- pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
- pulumi_azure_native/communication/__init__.py +2 -0
- pulumi_azure_native/communication/get_smtp_username.py +195 -0
- pulumi_azure_native/communication/smtp_username.py +294 -0
- pulumi_azure_native/compute/_enums.py +1 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +9 -0
- pulumi_azure_native/containerinstance/_inputs.py +82 -2
- pulumi_azure_native/containerinstance/cg_profile.py +835 -0
- pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
- pulumi_azure_native/containerinstance/outputs.py +169 -2
- pulumi_azure_native/containerregistry/agent_pool.py +5 -1
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_task.py +4 -0
- pulumi_azure_native/containerregistry/get_task_run.py +4 -0
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
- pulumi_azure_native/containerregistry/list_task_details.py +4 -0
- pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/task.py +5 -1
- pulumi_azure_native/containerregistry/task_run.py +5 -1
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +4 -0
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +5 -1
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/datareplication/__init__.py +6 -0
- pulumi_azure_native/datareplication/_enums.py +23 -0
- pulumi_azure_native/datareplication/_inputs.py +1005 -18
- pulumi_azure_native/datareplication/fabric_agent.py +234 -0
- pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
- pulumi_azure_native/datareplication/outputs.py +1063 -33
- pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
- pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
- pulumi_azure_native/devcenter/__init__.py +1 -0
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devhub/__init__.py +1 -0
- pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
- pulumi_azure_native/durabletask/__init__.py +3 -0
- pulumi_azure_native/durabletask/_enums.py +31 -0
- pulumi_azure_native/durabletask/_inputs.py +96 -0
- pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
- pulumi_azure_native/durabletask/get_scheduler.py +4 -0
- pulumi_azure_native/durabletask/get_task_hub.py +4 -0
- pulumi_azure_native/durabletask/outputs.py +109 -0
- pulumi_azure_native/durabletask/retention_policy.py +215 -0
- pulumi_azure_native/durabletask/scheduler.py +5 -1
- pulumi_azure_native/durabletask/task_hub.py +5 -1
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
- pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
- pulumi_azure_native/marketplace/private_store_collection.py +5 -1
- pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
- pulumi_azure_native/migrate/__init__.py +14 -0
- pulumi_azure_native/migrate/_enums.py +802 -16
- pulumi_azure_native/migrate/_inputs.py +2569 -116
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
- pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
- pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/outputs.py +2518 -164
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +2 -0
- pulumi_azure_native/netapp/_inputs.py +212 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +212 -0
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/powerplatform/_inputs.py +5 -63
- pulumi_azure_native/powerplatform/outputs.py +3 -56
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/servicefabric/application.py +5 -1
- pulumi_azure_native/servicefabric/application_type.py +5 -1
- pulumi_azure_native/servicefabric/application_type_version.py +5 -1
- pulumi_azure_native/servicefabric/get_application.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_service.py +4 -0
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +5 -1
- pulumi_azure_native/storageactions/_inputs.py +10 -10
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +21 -0
- pulumi_azure_native/storagecache/auto_export_job.py +504 -0
- pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/top_level.txt +0 -0
|
@@ -119,7 +119,7 @@ class File(pulumi.CustomResource):
|
|
|
119
119
|
|
|
120
120
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
121
121
|
|
|
122
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
122
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
123
123
|
|
|
124
124
|
:param str resource_name: The name of the resource.
|
|
125
125
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -140,7 +140,7 @@ class File(pulumi.CustomResource):
|
|
|
140
140
|
|
|
141
141
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
142
142
|
|
|
143
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
143
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
144
144
|
|
|
145
145
|
:param str resource_name: The name of the resource.
|
|
146
146
|
:param FileArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -187,7 +187,7 @@ class File(pulumi.CustomResource):
|
|
|
187
187
|
__props__.__dict__["name"] = None
|
|
188
188
|
__props__.__dict__["system_data"] = None
|
|
189
189
|
__props__.__dict__["type"] = None
|
|
190
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20180715preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20210630:File"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:File")])
|
|
190
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20180715preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20210630:File"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:File"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:File")])
|
|
191
191
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
192
192
|
super(File, __self__).__init__(
|
|
193
193
|
'azure-native:datamigration:File',
|
|
@@ -264,6 +264,8 @@ def get_database_migrations_mongo_to_cosmos_db_ru_mongo(migration_name: Optional
|
|
|
264
264
|
|
|
265
265
|
Uses Azure REST API version 2023-07-15-preview.
|
|
266
266
|
|
|
267
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
268
|
+
|
|
267
269
|
|
|
268
270
|
:param str migration_name: Name of the migration.
|
|
269
271
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -304,6 +306,8 @@ def get_database_migrations_mongo_to_cosmos_db_ru_mongo_output(migration_name: O
|
|
|
304
306
|
|
|
305
307
|
Uses Azure REST API version 2023-07-15-preview.
|
|
306
308
|
|
|
309
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
310
|
+
|
|
307
311
|
|
|
308
312
|
:param str migration_name: Name of the migration.
|
|
309
313
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -264,6 +264,8 @@ def get_database_migrations_mongo_to_cosmos_dbv_core_mongo(migration_name: Optio
|
|
|
264
264
|
|
|
265
265
|
Uses Azure REST API version 2023-07-15-preview.
|
|
266
266
|
|
|
267
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
268
|
+
|
|
267
269
|
|
|
268
270
|
:param str migration_name: Name of the migration.
|
|
269
271
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -304,6 +306,8 @@ def get_database_migrations_mongo_to_cosmos_dbv_core_mongo_output(migration_name
|
|
|
304
306
|
|
|
305
307
|
Uses Azure REST API version 2023-07-15-preview.
|
|
306
308
|
|
|
309
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
310
|
+
|
|
307
311
|
|
|
308
312
|
:param str migration_name: Name of the migration.
|
|
309
313
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -112,7 +112,7 @@ def get_database_migrations_sql_db(expand: Optional[str] = None,
|
|
|
112
112
|
|
|
113
113
|
Uses Azure REST API version 2023-07-15-preview.
|
|
114
114
|
|
|
115
|
-
Other available API versions: 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
115
|
+
Other available API versions: 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
:param str expand: Complete migration details be included in the response.
|
|
@@ -147,7 +147,7 @@ def get_database_migrations_sql_db_output(expand: Optional[pulumi.Input[Optional
|
|
|
147
147
|
|
|
148
148
|
Uses Azure REST API version 2023-07-15-preview.
|
|
149
149
|
|
|
150
|
-
Other available API versions: 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
150
|
+
Other available API versions: 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
:param str expand: Complete migration details be included in the response.
|
|
@@ -132,7 +132,7 @@ def get_file(file_name: Optional[str] = None,
|
|
|
132
132
|
|
|
133
133
|
Uses Azure REST API version 2023-07-15-preview.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
135
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str file_name: Name of the File
|
|
@@ -166,7 +166,7 @@ def get_file_output(file_name: Optional[pulumi.Input[str]] = None,
|
|
|
166
166
|
|
|
167
167
|
Uses Azure REST API version 2023-07-15-preview.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
169
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param str file_name: Name of the File
|
|
@@ -154,6 +154,8 @@ def get_migration_service(migration_service_name: Optional[str] = None,
|
|
|
154
154
|
|
|
155
155
|
Uses Azure REST API version 2023-07-15-preview.
|
|
156
156
|
|
|
157
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
158
|
+
|
|
157
159
|
|
|
158
160
|
:param str migration_service_name: Name of the Migration Service.
|
|
159
161
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -182,6 +184,8 @@ def get_migration_service_output(migration_service_name: Optional[pulumi.Input[s
|
|
|
182
184
|
|
|
183
185
|
Uses Azure REST API version 2023-07-15-preview.
|
|
184
186
|
|
|
187
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
188
|
+
|
|
185
189
|
|
|
186
190
|
:param str migration_service_name: Name of the Migration Service.
|
|
187
191
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -221,7 +221,7 @@ def get_project(group_name: Optional[str] = None,
|
|
|
221
221
|
|
|
222
222
|
Uses Azure REST API version 2023-07-15-preview.
|
|
223
223
|
|
|
224
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
224
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
225
225
|
|
|
226
226
|
|
|
227
227
|
:param str group_name: Name of the resource group
|
|
@@ -261,7 +261,7 @@ def get_project_output(group_name: Optional[pulumi.Input[str]] = None,
|
|
|
261
261
|
|
|
262
262
|
Uses Azure REST API version 2023-07-15-preview.
|
|
263
263
|
|
|
264
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
264
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
:param str group_name: Name of the resource group
|
|
@@ -220,7 +220,7 @@ def get_service(group_name: Optional[str] = None,
|
|
|
220
220
|
|
|
221
221
|
Uses Azure REST API version 2023-07-15-preview.
|
|
222
222
|
|
|
223
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
223
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
:param str group_name: Name of the resource group
|
|
@@ -257,7 +257,7 @@ def get_service_output(group_name: Optional[pulumi.Input[str]] = None,
|
|
|
257
257
|
|
|
258
258
|
Uses Azure REST API version 2023-07-15-preview.
|
|
259
259
|
|
|
260
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
260
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
261
261
|
|
|
262
262
|
|
|
263
263
|
:param str group_name: Name of the resource group
|
|
@@ -132,7 +132,7 @@ def get_service_task(expand: Optional[str] = None,
|
|
|
132
132
|
|
|
133
133
|
Uses Azure REST API version 2023-07-15-preview.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
135
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
:param str expand: Expand the response
|
|
@@ -166,7 +166,7 @@ def get_service_task_output(expand: Optional[pulumi.Input[Optional[str]]] = None
|
|
|
166
166
|
|
|
167
167
|
Uses Azure REST API version 2023-07-15-preview.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
169
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param str expand: Expand the response
|
|
@@ -136,7 +136,7 @@ def get_sql_migration_service(resource_group_name: Optional[str] = None,
|
|
|
136
136
|
|
|
137
137
|
Uses Azure REST API version 2023-07-15-preview.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
139
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -166,7 +166,7 @@ def get_sql_migration_service_output(resource_group_name: Optional[pulumi.Input[
|
|
|
166
166
|
|
|
167
167
|
Uses Azure REST API version 2023-07-15-preview.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
169
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -133,7 +133,7 @@ def get_task(expand: Optional[str] = None,
|
|
|
133
133
|
|
|
134
134
|
Uses Azure REST API version 2023-07-15-preview.
|
|
135
135
|
|
|
136
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
:param str expand: Expand the response
|
|
@@ -170,7 +170,7 @@ def get_task_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
170
170
|
|
|
171
171
|
Uses Azure REST API version 2023-07-15-preview.
|
|
172
172
|
|
|
173
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
173
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
:param str expand: Expand the response
|
|
@@ -69,7 +69,7 @@ def list_sql_migration_service_auth_keys(resource_group_name: Optional[str] = No
|
|
|
69
69
|
|
|
70
70
|
Uses Azure REST API version 2023-07-15-preview.
|
|
71
71
|
|
|
72
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
72
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -92,7 +92,7 @@ def list_sql_migration_service_auth_keys_output(resource_group_name: Optional[pu
|
|
|
92
92
|
|
|
93
93
|
Uses Azure REST API version 2023-07-15-preview.
|
|
94
94
|
|
|
95
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
95
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -70,7 +70,7 @@ def list_sql_migration_service_monitoring_data(resource_group_name: Optional[str
|
|
|
70
70
|
|
|
71
71
|
Uses Azure REST API version 2023-07-15-preview.
|
|
72
72
|
|
|
73
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
73
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -93,7 +93,7 @@ def list_sql_migration_service_monitoring_data_output(resource_group_name: Optio
|
|
|
93
93
|
|
|
94
94
|
Uses Azure REST API version 2023-07-15-preview.
|
|
95
95
|
|
|
96
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
96
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
:param str resource_group_name: Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
@@ -103,6 +103,8 @@ class MigrationService(pulumi.CustomResource):
|
|
|
103
103
|
|
|
104
104
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-15-preview.
|
|
105
105
|
|
|
106
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
|
+
|
|
106
108
|
:param str resource_name: The name of the resource.
|
|
107
109
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
108
110
|
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
@@ -121,6 +123,8 @@ class MigrationService(pulumi.CustomResource):
|
|
|
121
123
|
|
|
122
124
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-15-preview.
|
|
123
125
|
|
|
126
|
+
Other available API versions: 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
127
|
+
|
|
124
128
|
:param str resource_name: The name of the resource.
|
|
125
129
|
:param MigrationServiceArgs args: The arguments to use to populate this resource's properties.
|
|
126
130
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -161,7 +165,7 @@ class MigrationService(pulumi.CustomResource):
|
|
|
161
165
|
__props__.__dict__["provisioning_state"] = None
|
|
162
166
|
__props__.__dict__["system_data"] = None
|
|
163
167
|
__props__.__dict__["type"] = None
|
|
164
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:MigrationService")])
|
|
168
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:MigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:MigrationService")])
|
|
165
169
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
166
170
|
super(MigrationService, __self__).__init__(
|
|
167
171
|
'azure-native:datamigration:MigrationService',
|
|
@@ -213,7 +213,7 @@ class Project(pulumi.CustomResource):
|
|
|
213
213
|
|
|
214
214
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
215
215
|
|
|
216
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
216
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
217
217
|
|
|
218
218
|
:param str resource_name: The name of the resource.
|
|
219
219
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -238,7 +238,7 @@ class Project(pulumi.CustomResource):
|
|
|
238
238
|
|
|
239
239
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
240
240
|
|
|
241
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
241
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
242
242
|
|
|
243
243
|
:param str resource_name: The name of the resource.
|
|
244
244
|
:param ProjectArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -301,7 +301,7 @@ class Project(pulumi.CustomResource):
|
|
|
301
301
|
__props__.__dict__["provisioning_state"] = None
|
|
302
302
|
__props__.__dict__["system_data"] = None
|
|
303
303
|
__props__.__dict__["type"] = None
|
|
304
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20171115preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180315preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180331preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180419:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180715preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20210630:Project"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:Project")])
|
|
304
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20171115preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180315preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180331preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180419:Project"), pulumi.Alias(type_="azure-native:datamigration/v20180715preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20210630:Project"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:Project"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:Project")])
|
|
305
305
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
306
306
|
super(Project, __self__).__init__(
|
|
307
307
|
'azure-native:datamigration:Project',
|
|
@@ -215,7 +215,7 @@ class Service(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
217
217
|
|
|
218
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
218
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
219
219
|
|
|
220
220
|
:param str resource_name: The name of the resource.
|
|
221
221
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -240,7 +240,7 @@ class Service(pulumi.CustomResource):
|
|
|
240
240
|
|
|
241
241
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
242
242
|
|
|
243
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
243
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
244
244
|
|
|
245
245
|
:param str resource_name: The name of the resource.
|
|
246
246
|
:param ServiceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -296,7 +296,7 @@ class Service(pulumi.CustomResource):
|
|
|
296
296
|
__props__.__dict__["provisioning_state"] = None
|
|
297
297
|
__props__.__dict__["system_data"] = None
|
|
298
298
|
__props__.__dict__["type"] = None
|
|
299
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20171115preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180315preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180331preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180419:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180715preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20210630:Service"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:Service")])
|
|
299
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20171115preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180315preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180331preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180419:Service"), pulumi.Alias(type_="azure-native:datamigration/v20180715preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20210630:Service"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:Service"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:Service")])
|
|
300
300
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
301
301
|
super(Service, __self__).__init__(
|
|
302
302
|
'azure-native:datamigration:Service',
|
|
@@ -104,7 +104,7 @@ class ServiceTask(pulumi.CustomResource):
|
|
|
104
104
|
|
|
105
105
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
106
106
|
|
|
107
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
107
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
108
108
|
|
|
109
109
|
:param str resource_name: The name of the resource.
|
|
110
110
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -124,7 +124,7 @@ class ServiceTask(pulumi.CustomResource):
|
|
|
124
124
|
|
|
125
125
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
126
126
|
|
|
127
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
127
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
128
128
|
|
|
129
129
|
:param str resource_name: The name of the resource.
|
|
130
130
|
:param ServiceTaskArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -167,7 +167,7 @@ class ServiceTask(pulumi.CustomResource):
|
|
|
167
167
|
__props__.__dict__["name"] = None
|
|
168
168
|
__props__.__dict__["system_data"] = None
|
|
169
169
|
__props__.__dict__["type"] = None
|
|
170
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20180715preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20210630:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:ServiceTask")])
|
|
170
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20180715preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20210630:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:ServiceTask"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:ServiceTask")])
|
|
171
171
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
172
172
|
super(ServiceTask, __self__).__init__(
|
|
173
173
|
'azure-native:datamigration:ServiceTask',
|
|
@@ -95,7 +95,7 @@ class SqlMigrationService(pulumi.CustomResource):
|
|
|
95
95
|
|
|
96
96
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2022-03-30-preview.
|
|
97
97
|
|
|
98
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
98
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
99
99
|
|
|
100
100
|
:param str resource_name: The name of the resource.
|
|
101
101
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -113,7 +113,7 @@ class SqlMigrationService(pulumi.CustomResource):
|
|
|
113
113
|
|
|
114
114
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2022-03-30-preview.
|
|
115
115
|
|
|
116
|
-
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
116
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
117
117
|
|
|
118
118
|
:param str resource_name: The name of the resource.
|
|
119
119
|
:param SqlMigrationServiceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -155,7 +155,7 @@ class SqlMigrationService(pulumi.CustomResource):
|
|
|
155
155
|
__props__.__dict__["provisioning_state"] = None
|
|
156
156
|
__props__.__dict__["system_data"] = None
|
|
157
157
|
__props__.__dict__["type"] = None
|
|
158
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20211030preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:SqlMigrationService")])
|
|
158
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20211030preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:SqlMigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:SqlMigrationService")])
|
|
159
159
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
160
160
|
super(SqlMigrationService, __self__).__init__(
|
|
161
161
|
'azure-native:datamigration:SqlMigrationService',
|
|
@@ -120,7 +120,7 @@ class Task(pulumi.CustomResource):
|
|
|
120
120
|
|
|
121
121
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
122
122
|
|
|
123
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
123
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
124
124
|
|
|
125
125
|
:param str resource_name: The name of the resource.
|
|
126
126
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -141,7 +141,7 @@ class Task(pulumi.CustomResource):
|
|
|
141
141
|
|
|
142
142
|
Uses Azure REST API version 2023-07-15-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-30.
|
|
143
143
|
|
|
144
|
-
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
144
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
145
145
|
|
|
146
146
|
:param str resource_name: The name of the resource.
|
|
147
147
|
:param TaskArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -188,7 +188,7 @@ class Task(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["name"] = None
|
|
189
189
|
__props__.__dict__["system_data"] = None
|
|
190
190
|
__props__.__dict__["type"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20171115preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180315preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180331preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180419:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180715preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20210630:Task"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:Task")])
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20171115preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180315preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180331preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180419:Task"), pulumi.Alias(type_="azure-native:datamigration/v20180715preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20210630:Task"), pulumi.Alias(type_="azure-native:datamigration/v20211030preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20220130preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20220330preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:Task"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:Task")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(Task, __self__).__init__(
|
|
194
194
|
'azure-native:datamigration:Task',
|
|
@@ -8,13 +8,19 @@ import typing
|
|
|
8
8
|
from ._enums import *
|
|
9
9
|
from .dra import *
|
|
10
10
|
from .fabric import *
|
|
11
|
+
from .fabric_agent import *
|
|
11
12
|
from .get_dra import *
|
|
12
13
|
from .get_fabric import *
|
|
14
|
+
from .get_fabric_agent import *
|
|
13
15
|
from .get_policy import *
|
|
16
|
+
from .get_private_endpoint_connection import *
|
|
17
|
+
from .get_private_endpoint_connection_proxy import *
|
|
14
18
|
from .get_protected_item import *
|
|
15
19
|
from .get_replication_extension import *
|
|
16
20
|
from .get_vault import *
|
|
17
21
|
from .policy import *
|
|
22
|
+
from .private_endpoint_connection import *
|
|
23
|
+
from .private_endpoint_connection_proxy import *
|
|
18
24
|
from .protected_item import *
|
|
19
25
|
from .replication_extension import *
|
|
20
26
|
from .vault import *
|
|
@@ -5,11 +5,34 @@
|
|
|
5
5
|
from enum import Enum
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
|
+
'PrivateEndpointConnectionStatus',
|
|
8
9
|
'ReplicationVaultType',
|
|
9
10
|
'VMNicSelection',
|
|
10
11
|
]
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
class PrivateEndpointConnectionStatus(str, Enum):
|
|
15
|
+
"""
|
|
16
|
+
Gets or sets the status.
|
|
17
|
+
"""
|
|
18
|
+
APPROVED = "Approved"
|
|
19
|
+
"""
|
|
20
|
+
Approved Status.
|
|
21
|
+
"""
|
|
22
|
+
DISCONNECTED = "Disconnected"
|
|
23
|
+
"""
|
|
24
|
+
Disconnected Status.
|
|
25
|
+
"""
|
|
26
|
+
PENDING = "Pending"
|
|
27
|
+
"""
|
|
28
|
+
Pending Status.
|
|
29
|
+
"""
|
|
30
|
+
REJECTED = "Rejected"
|
|
31
|
+
"""
|
|
32
|
+
Rejected Status.
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
|
|
13
36
|
class ReplicationVaultType(str, Enum):
|
|
14
37
|
"""
|
|
15
38
|
Gets or sets the type of vault.
|