pulumi-azure-native 3.7.0a1755047742__py3-none-any.whl → 3.8.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.
- pulumi_azure_native/__init__.py +2 -0
- pulumi_azure_native/apimanagement/__init__.py +5 -0
- pulumi_azure_native/apimanagement/api.py +3 -3
- pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/api_gateway.py +3 -3
- pulumi_azure_native/apimanagement/api_gateway_config_connection.py +3 -3
- pulumi_azure_native/apimanagement/api_issue.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
- pulumi_azure_native/apimanagement/api_management_service.py +3 -3
- pulumi_azure_native/apimanagement/api_operation.py +3 -3
- pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_release.py +3 -3
- pulumi_azure_native/apimanagement/api_schema.py +3 -3
- pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
- pulumi_azure_native/apimanagement/api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/api_wiki.py +3 -3
- pulumi_azure_native/apimanagement/authorization.py +3 -3
- pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
- pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
- pulumi_azure_native/apimanagement/authorization_server.py +3 -3
- pulumi_azure_native/apimanagement/backend.py +3 -3
- pulumi_azure_native/apimanagement/cache.py +3 -3
- pulumi_azure_native/apimanagement/certificate.py +3 -3
- pulumi_azure_native/apimanagement/client_application.py +314 -0
- pulumi_azure_native/apimanagement/client_application_product_link.py +246 -0
- pulumi_azure_native/apimanagement/content_item.py +3 -3
- pulumi_azure_native/apimanagement/content_type.py +3 -3
- pulumi_azure_native/apimanagement/diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/documentation.py +3 -3
- pulumi_azure_native/apimanagement/email_template.py +3 -3
- pulumi_azure_native/apimanagement/gateway.py +3 -3
- pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
- pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
- pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
- pulumi_azure_native/apimanagement/get_api.py +2 -2
- pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_api_gateway.py +2 -2
- pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
- pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
- pulumi_azure_native/apimanagement/get_backend.py +2 -2
- pulumi_azure_native/apimanagement/get_cache.py +2 -2
- pulumi_azure_native/apimanagement/get_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_client_application.py +223 -0
- pulumi_azure_native/apimanagement/get_client_application_product_link.py +159 -0
- pulumi_azure_native/apimanagement/get_content_item.py +2 -2
- pulumi_azure_native/apimanagement/get_content_type.py +2 -2
- pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_documentation.py +2 -2
- pulumi_azure_native/apimanagement/get_email_template.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
- pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_group.py +2 -2
- pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_logger.py +2 -2
- pulumi_azure_native/apimanagement/get_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
- pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
- pulumi_azure_native/apimanagement/get_product.py +2 -2
- pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/get_user.py +2 -2
- pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_backend.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_logger.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/global_schema.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
- pulumi_azure_native/apimanagement/group.py +3 -3
- pulumi_azure_native/apimanagement/group_user.py +3 -3
- pulumi_azure_native/apimanagement/identity_provider.py +3 -3
- pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_client_application_secrets.py +98 -0
- pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
- pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
- pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/logger.py +3 -3
- pulumi_azure_native/apimanagement/named_value.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
- pulumi_azure_native/apimanagement/outputs.py +35 -0
- pulumi_azure_native/apimanagement/policy.py +3 -3
- pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
- pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
- pulumi_azure_native/apimanagement/product.py +3 -3
- pulumi_azure_native/apimanagement/product_api.py +3 -3
- pulumi_azure_native/apimanagement/product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/product_group.py +3 -3
- pulumi_azure_native/apimanagement/product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/product_policy.py +3 -3
- pulumi_azure_native/apimanagement/product_wiki.py +3 -3
- pulumi_azure_native/apimanagement/schema.py +1 -1
- pulumi_azure_native/apimanagement/subscription.py +3 -3
- pulumi_azure_native/apimanagement/tag.py +3 -3
- pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
- pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
- pulumi_azure_native/apimanagement/user.py +3 -3
- pulumi_azure_native/apimanagement/workspace.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/workspace_backend.py +3 -3
- pulumi_azure_native/apimanagement/workspace_certificate.py +3 -3
- pulumi_azure_native/apimanagement/workspace_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_logger.py +3 -3
- pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +6 -6
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +18 -18
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurefleet/fleet.py +3 -3
- pulumi_azure_native/azurefleet/get_fleet.py +2 -2
- pulumi_azure_native/config/__init__.pyi +11 -1
- pulumi_azure_native/config/vars.py +15 -1
- pulumi_azure_native/containerservice/deployment_safeguard.py +3 -3
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +2 -2
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- 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 +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- 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 +2 -2
- 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 +3 -3
- 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/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/edge/config_template.py +5 -1
- pulumi_azure_native/edge/configuration.py +5 -1
- pulumi_azure_native/edge/configuration_reference.py +5 -1
- pulumi_azure_native/edge/context.py +5 -1
- pulumi_azure_native/edge/diagnostic.py +5 -1
- pulumi_azure_native/edge/dynamic_configuration.py +5 -1
- pulumi_azure_native/edge/dynamic_configuration_version.py +5 -1
- pulumi_azure_native/edge/dynamic_schema.py +5 -1
- pulumi_azure_native/edge/dynamic_schema_version.py +26 -22
- pulumi_azure_native/edge/execution.py +5 -1
- pulumi_azure_native/edge/get_config_template.py +4 -0
- pulumi_azure_native/edge/get_configuration.py +4 -0
- pulumi_azure_native/edge/get_configuration_reference.py +4 -0
- pulumi_azure_native/edge/get_context.py +4 -0
- pulumi_azure_native/edge/get_diagnostic.py +4 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +4 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +4 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +4 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +10 -6
- pulumi_azure_native/edge/get_execution.py +4 -0
- pulumi_azure_native/edge/get_instance.py +4 -0
- pulumi_azure_native/edge/get_schema.py +4 -0
- pulumi_azure_native/edge/get_schema_version.py +4 -0
- pulumi_azure_native/edge/get_site_reference.py +4 -0
- pulumi_azure_native/edge/get_solution.py +4 -0
- pulumi_azure_native/edge/get_solution_template.py +4 -0
- pulumi_azure_native/edge/get_solution_version.py +4 -0
- pulumi_azure_native/edge/get_target.py +4 -0
- pulumi_azure_native/edge/get_workflow.py +4 -0
- pulumi_azure_native/edge/get_workflow_version.py +4 -0
- pulumi_azure_native/edge/instance.py +5 -1
- pulumi_azure_native/edge/schema.py +5 -1
- pulumi_azure_native/edge/schema_version.py +5 -1
- pulumi_azure_native/edge/site_reference.py +5 -1
- pulumi_azure_native/edge/solution.py +5 -1
- pulumi_azure_native/edge/solution_template.py +5 -1
- pulumi_azure_native/edge/solution_version.py +5 -1
- pulumi_azure_native/edge/target.py +5 -1
- pulumi_azure_native/edge/workflow.py +5 -1
- pulumi_azure_native/edge/workflow_version.py +5 -1
- pulumi_azure_native/healthdataaiservices/deid_service.py +0 -4
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -4
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -4
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -4
- pulumi_azure_native/loadtestservice/_enums.py +3 -3
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +25 -7
- pulumi_azure_native/loadtestservice/playwright_workspace.py +24 -10
- pulumi_azure_native/monitor/_enums.py +1 -1
- pulumi_azure_native/monitor/_inputs.py +23 -3
- pulumi_azure_native/monitor/get_scheduled_query_rule.py +6 -6
- pulumi_azure_native/monitor/outputs.py +16 -2
- pulumi_azure_native/monitor/scheduled_query_rule.py +12 -12
- 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_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_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_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/provider.py +43 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/redisenterprise/_enums.py +82 -5
- pulumi_azure_native/redisenterprise/_inputs.py +19 -19
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +7 -7
- pulumi_azure_native/redisenterprise/database.py +56 -17
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +6 -6
- pulumi_azure_native/redisenterprise/get_database.py +40 -12
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +8 -8
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +54 -12
- pulumi_azure_native/redisenterprise/list_database_keys.py +8 -8
- pulumi_azure_native/redisenterprise/outputs.py +125 -14
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +7 -7
- pulumi_azure_native/redisenterprise/redis_enterprise.py +63 -14
- pulumi_azure_native/search/_enums.py +121 -10
- pulumi_azure_native/search/_inputs.py +109 -69
- pulumi_azure_native/search/get_private_endpoint_connection.py +26 -12
- pulumi_azure_native/search/get_service.py +117 -19
- pulumi_azure_native/search/get_shared_private_link_resource.py +26 -12
- pulumi_azure_native/search/list_admin_key.py +9 -9
- pulumi_azure_native/search/list_query_key_by_search_service.py +10 -10
- pulumi_azure_native/search/outputs.py +303 -57
- pulumi_azure_native/search/private_endpoint_connection.py +26 -16
- pulumi_azure_native/search/service.py +179 -33
- pulumi_azure_native/search/shared_private_link_resource.py +26 -16
- pulumi_azure_native/servicefabric/application.py +3 -3
- pulumi_azure_native/servicefabric/application_type.py +3 -3
- pulumi_azure_native/servicefabric/application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/get_application.py +2 -2
- pulumi_azure_native/servicefabric/get_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_application_type_version.py +2 -2
- 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 +2 -2
- 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 +2 -2
- pulumi_azure_native/servicefabric/get_service.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +2 -2
- 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 +3 -3
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/RECORD +399 -394
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/top_level.txt +0 -0
|
@@ -88,7 +88,7 @@ class DeploymentSafeguard(pulumi.CustomResource):
|
|
|
88
88
|
|
|
89
89
|
Uses Azure REST API version 2025-04-02-preview.
|
|
90
90
|
|
|
91
|
-
Other available API versions: 2025-04-01, 2025-05-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
91
|
+
Other available API versions: 2025-04-01, 2025-05-02-preview, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
92
92
|
|
|
93
93
|
:param str resource_name: The name of the resource.
|
|
94
94
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -107,7 +107,7 @@ class DeploymentSafeguard(pulumi.CustomResource):
|
|
|
107
107
|
|
|
108
108
|
Uses Azure REST API version 2025-04-02-preview.
|
|
109
109
|
|
|
110
|
-
Other available API versions: 2025-04-01, 2025-05-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
110
|
+
Other available API versions: 2025-04-01, 2025-05-02-preview, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
111
111
|
|
|
112
112
|
:param str resource_name: The name of the resource.
|
|
113
113
|
:param DeploymentSafeguardArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -150,7 +150,7 @@ class DeploymentSafeguard(pulumi.CustomResource):
|
|
|
150
150
|
__props__.__dict__["system_data"] = None
|
|
151
151
|
__props__.__dict__["system_excluded_namespaces"] = None
|
|
152
152
|
__props__.__dict__["type"] = None
|
|
153
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice/v20250401:DeploymentSafeguard"), pulumi.Alias(type_="azure-native:containerservice/v20250402preview:DeploymentSafeguard"), pulumi.Alias(type_="azure-native:containerservice/v20250502preview:DeploymentSafeguard")])
|
|
153
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerservice/v20250401:DeploymentSafeguard"), pulumi.Alias(type_="azure-native:containerservice/v20250402preview:DeploymentSafeguard"), pulumi.Alias(type_="azure-native:containerservice/v20250502preview:DeploymentSafeguard"), pulumi.Alias(type_="azure-native:containerservice/v20250701:DeploymentSafeguard")])
|
|
154
154
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
155
155
|
super(DeploymentSafeguard, __self__).__init__(
|
|
156
156
|
'azure-native:containerservice:DeploymentSafeguard',
|
|
@@ -166,7 +166,7 @@ def get_deployment_safeguard(resource_uri: Optional[builtins.str] = None,
|
|
|
166
166
|
|
|
167
167
|
Uses Azure REST API version 2025-04-02-preview.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2025-04-01, 2025-05-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
169
|
+
Other available API versions: 2025-04-01, 2025-05-02-preview, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param builtins.str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
@@ -194,7 +194,7 @@ def get_deployment_safeguard_output(resource_uri: Optional[pulumi.Input[builtins
|
|
|
194
194
|
|
|
195
195
|
Uses Azure REST API version 2025-04-02-preview.
|
|
196
196
|
|
|
197
|
-
Other available API versions: 2025-04-01, 2025-05-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
197
|
+
Other available API versions: 2025-04-01, 2025-05-02-preview, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerservice [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
198
198
|
|
|
199
199
|
|
|
200
200
|
:param builtins.str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
@@ -225,7 +225,7 @@ class DatabaseMigrationsMongoToCosmosDbRUMongo(pulumi.CustomResource):
|
|
|
225
225
|
|
|
226
226
|
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.
|
|
227
227
|
|
|
228
|
-
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.
|
|
228
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
229
229
|
|
|
230
230
|
:param str resource_name: The name of the resource.
|
|
231
231
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -253,7 +253,7 @@ class DatabaseMigrationsMongoToCosmosDbRUMongo(pulumi.CustomResource):
|
|
|
253
253
|
|
|
254
254
|
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.
|
|
255
255
|
|
|
256
|
-
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.
|
|
256
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
257
257
|
|
|
258
258
|
:param str resource_name: The name of the resource.
|
|
259
259
|
:param DatabaseMigrationsMongoToCosmosDbRUMongoArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -316,7 +316,7 @@ class DatabaseMigrationsMongoToCosmosDbRUMongo(pulumi.CustomResource):
|
|
|
316
316
|
__props__.__dict__["started_on"] = None
|
|
317
317
|
__props__.__dict__["system_data"] = None
|
|
318
318
|
__props__.__dict__["type"] = None
|
|
319
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:DatabaseMigrationsMongoToCosmosDbRUMongo"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:DatabaseMigrationsMongoToCosmosDbRUMongo")])
|
|
319
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:DatabaseMigrationsMongoToCosmosDbRUMongo"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:DatabaseMigrationsMongoToCosmosDbRUMongo"), pulumi.Alias(type_="azure-native:datamigration/v20250630:DatabaseMigrationsMongoToCosmosDbRUMongo")])
|
|
320
320
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
321
321
|
super(DatabaseMigrationsMongoToCosmosDbRUMongo, __self__).__init__(
|
|
322
322
|
'azure-native:datamigration:DatabaseMigrationsMongoToCosmosDbRUMongo',
|
|
@@ -225,7 +225,7 @@ class DatabaseMigrationsMongoToCosmosDbvCoreMongo(pulumi.CustomResource):
|
|
|
225
225
|
|
|
226
226
|
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.
|
|
227
227
|
|
|
228
|
-
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.
|
|
228
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
229
229
|
|
|
230
230
|
:param str resource_name: The name of the resource.
|
|
231
231
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -253,7 +253,7 @@ class DatabaseMigrationsMongoToCosmosDbvCoreMongo(pulumi.CustomResource):
|
|
|
253
253
|
|
|
254
254
|
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.
|
|
255
255
|
|
|
256
|
-
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.
|
|
256
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
257
257
|
|
|
258
258
|
:param str resource_name: The name of the resource.
|
|
259
259
|
:param DatabaseMigrationsMongoToCosmosDbvCoreMongoArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -316,7 +316,7 @@ class DatabaseMigrationsMongoToCosmosDbvCoreMongo(pulumi.CustomResource):
|
|
|
316
316
|
__props__.__dict__["started_on"] = None
|
|
317
317
|
__props__.__dict__["system_data"] = None
|
|
318
318
|
__props__.__dict__["type"] = None
|
|
319
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:DatabaseMigrationsMongoToCosmosDbvCoreMongo"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:DatabaseMigrationsMongoToCosmosDbvCoreMongo")])
|
|
319
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:DatabaseMigrationsMongoToCosmosDbvCoreMongo"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:DatabaseMigrationsMongoToCosmosDbvCoreMongo"), pulumi.Alias(type_="azure-native:datamigration/v20250630:DatabaseMigrationsMongoToCosmosDbvCoreMongo")])
|
|
320
320
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
321
321
|
super(DatabaseMigrationsMongoToCosmosDbvCoreMongo, __self__).__init__(
|
|
322
322
|
'azure-native:datamigration:DatabaseMigrationsMongoToCosmosDbvCoreMongo',
|
|
@@ -101,7 +101,7 @@ class DatabaseMigrationsSqlDb(pulumi.CustomResource):
|
|
|
101
101
|
|
|
102
102
|
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.
|
|
103
103
|
|
|
104
|
-
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.
|
|
104
|
+
Other available API versions: 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
105
105
|
|
|
106
106
|
:param str resource_name: The name of the resource.
|
|
107
107
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -120,7 +120,7 @@ class DatabaseMigrationsSqlDb(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 2022-03-30-preview.
|
|
122
122
|
|
|
123
|
-
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.
|
|
123
|
+
Other available API versions: 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 DatabaseMigrationsSqlDbArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -162,7 +162,7 @@ class DatabaseMigrationsSqlDb(pulumi.CustomResource):
|
|
|
162
162
|
__props__.__dict__["name"] = None
|
|
163
163
|
__props__.__dict__["system_data"] = None
|
|
164
164
|
__props__.__dict__["type"] = None
|
|
165
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20220330preview:DatabaseMigrationsSqlDb"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:DatabaseMigrationsSqlDb"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:DatabaseMigrationsSqlDb")])
|
|
165
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20220330preview:DatabaseMigrationsSqlDb"), pulumi.Alias(type_="azure-native:datamigration/v20230715preview:DatabaseMigrationsSqlDb"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:DatabaseMigrationsSqlDb"), pulumi.Alias(type_="azure-native:datamigration/v20250630:DatabaseMigrationsSqlDb")])
|
|
166
166
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
167
167
|
super(DatabaseMigrationsSqlDb, __self__).__init__(
|
|
168
168
|
'azure-native:datamigration:DatabaseMigrationsSqlDb',
|
|
@@ -121,7 +121,7 @@ class File(pulumi.CustomResource):
|
|
|
121
121
|
|
|
122
122
|
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.
|
|
123
123
|
|
|
124
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
125
125
|
|
|
126
126
|
:param str resource_name: The name of the resource.
|
|
127
127
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -142,7 +142,7 @@ class File(pulumi.CustomResource):
|
|
|
142
142
|
|
|
143
143
|
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.
|
|
144
144
|
|
|
145
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
146
146
|
|
|
147
147
|
:param str resource_name: The name of the resource.
|
|
148
148
|
:param FileArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -189,7 +189,7 @@ class File(pulumi.CustomResource):
|
|
|
189
189
|
__props__.__dict__["name"] = None
|
|
190
190
|
__props__.__dict__["system_data"] = None
|
|
191
191
|
__props__.__dict__["type"] = None
|
|
192
|
-
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")])
|
|
192
|
+
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"), pulumi.Alias(type_="azure-native:datamigration/v20250630:File")])
|
|
193
193
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
194
194
|
super(File, __self__).__init__(
|
|
195
195
|
'azure-native:datamigration:File',
|
|
@@ -265,7 +265,7 @@ def get_database_migrations_mongo_to_cosmos_db_ru_mongo(migration_name: Optional
|
|
|
265
265
|
|
|
266
266
|
Uses Azure REST API version 2023-07-15-preview.
|
|
267
267
|
|
|
268
|
-
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
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
269
269
|
|
|
270
270
|
|
|
271
271
|
:param builtins.str migration_name: Name of the migration.
|
|
@@ -307,7 +307,7 @@ def get_database_migrations_mongo_to_cosmos_db_ru_mongo_output(migration_name: O
|
|
|
307
307
|
|
|
308
308
|
Uses Azure REST API version 2023-07-15-preview.
|
|
309
309
|
|
|
310
|
-
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
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
:param builtins.str migration_name: Name of the migration.
|
|
@@ -265,7 +265,7 @@ def get_database_migrations_mongo_to_cosmos_dbv_core_mongo(migration_name: Optio
|
|
|
265
265
|
|
|
266
266
|
Uses Azure REST API version 2023-07-15-preview.
|
|
267
267
|
|
|
268
|
-
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
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
269
269
|
|
|
270
270
|
|
|
271
271
|
:param builtins.str migration_name: Name of the migration.
|
|
@@ -307,7 +307,7 @@ def get_database_migrations_mongo_to_cosmos_dbv_core_mongo_output(migration_name
|
|
|
307
307
|
|
|
308
308
|
Uses Azure REST API version 2023-07-15-preview.
|
|
309
309
|
|
|
310
|
-
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
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
:param builtins.str migration_name: Name of the migration.
|
|
@@ -113,7 +113,7 @@ def get_database_migrations_sql_db(expand: Optional[builtins.str] = None,
|
|
|
113
113
|
|
|
114
114
|
Uses Azure REST API version 2023-07-15-preview.
|
|
115
115
|
|
|
116
|
-
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
|
+
Other available API versions: 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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
|
|
|
119
119
|
:param builtins.str expand: Complete migration details be included in the response.
|
|
@@ -148,7 +148,7 @@ def get_database_migrations_sql_db_output(expand: Optional[pulumi.Input[Optional
|
|
|
148
148
|
|
|
149
149
|
Uses Azure REST API version 2023-07-15-preview.
|
|
150
150
|
|
|
151
|
-
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
|
+
Other available API versions: 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
:param builtins.str expand: Complete migration details be included in the response.
|
|
@@ -133,7 +133,7 @@ def get_file(file_name: Optional[builtins.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, 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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 builtins.str file_name: Name of the File
|
|
@@ -167,7 +167,7 @@ def get_file_output(file_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
167
167
|
|
|
168
168
|
Uses Azure REST API version 2023-07-15-preview.
|
|
169
169
|
|
|
170
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param builtins.str file_name: Name of the File
|
|
@@ -155,7 +155,7 @@ def get_migration_service(migration_service_name: Optional[builtins.str] = None,
|
|
|
155
155
|
|
|
156
156
|
Uses Azure REST API version 2023-07-15-preview.
|
|
157
157
|
|
|
158
|
-
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
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
:param builtins.str migration_service_name: Name of the Migration Service.
|
|
@@ -185,7 +185,7 @@ def get_migration_service_output(migration_service_name: Optional[pulumi.Input[b
|
|
|
185
185
|
|
|
186
186
|
Uses Azure REST API version 2023-07-15-preview.
|
|
187
187
|
|
|
188
|
-
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
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
:param builtins.str migration_service_name: Name of the Migration Service.
|
|
@@ -222,7 +222,7 @@ def get_project(group_name: Optional[builtins.str] = None,
|
|
|
222
222
|
|
|
223
223
|
Uses Azure REST API version 2023-07-15-preview.
|
|
224
224
|
|
|
225
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
226
226
|
|
|
227
227
|
|
|
228
228
|
:param builtins.str group_name: Name of the resource group
|
|
@@ -262,7 +262,7 @@ def get_project_output(group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
262
262
|
|
|
263
263
|
Uses Azure REST API version 2023-07-15-preview.
|
|
264
264
|
|
|
265
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
266
266
|
|
|
267
267
|
|
|
268
268
|
:param builtins.str group_name: Name of the resource group
|
|
@@ -221,7 +221,7 @@ def get_service(group_name: Optional[builtins.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, 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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 builtins.str group_name: Name of the resource group
|
|
@@ -258,7 +258,7 @@ def get_service_output(group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
258
258
|
|
|
259
259
|
Uses Azure REST API version 2023-07-15-preview.
|
|
260
260
|
|
|
261
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
:param builtins.str group_name: Name of the resource group
|
|
@@ -133,7 +133,7 @@ def get_service_task(expand: Optional[builtins.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, 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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 builtins.str expand: Expand the response
|
|
@@ -167,7 +167,7 @@ def get_service_task_output(expand: Optional[pulumi.Input[Optional[builtins.str]
|
|
|
167
167
|
|
|
168
168
|
Uses Azure REST API version 2023-07-15-preview.
|
|
169
169
|
|
|
170
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param builtins.str expand: Expand the response
|
|
@@ -137,7 +137,7 @@ def get_sql_migration_service(resource_group_name: Optional[builtins.str] = None
|
|
|
137
137
|
|
|
138
138
|
Uses Azure REST API version 2023-07-15-preview.
|
|
139
139
|
|
|
140
|
-
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
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
:param builtins.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.
|
|
@@ -167,7 +167,7 @@ def get_sql_migration_service_output(resource_group_name: Optional[pulumi.Input[
|
|
|
167
167
|
|
|
168
168
|
Uses Azure REST API version 2023-07-15-preview.
|
|
169
169
|
|
|
170
|
-
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
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param builtins.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.
|
|
@@ -134,7 +134,7 @@ def get_task(expand: Optional[builtins.str] = None,
|
|
|
134
134
|
|
|
135
135
|
Uses Azure REST API version 2023-07-15-preview.
|
|
136
136
|
|
|
137
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
:param builtins.str expand: Expand the response
|
|
@@ -171,7 +171,7 @@ def get_task_output(expand: Optional[pulumi.Input[Optional[builtins.str]]] = Non
|
|
|
171
171
|
|
|
172
172
|
Uses Azure REST API version 2023-07-15-preview.
|
|
173
173
|
|
|
174
|
-
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
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
:param builtins.str expand: Expand the response
|
|
@@ -70,7 +70,7 @@ def list_sql_migration_service_auth_keys(resource_group_name: Optional[builtins.
|
|
|
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, 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
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 builtins.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_auth_keys_output(resource_group_name: Optional[pu
|
|
|
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, 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
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 builtins.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.
|
|
@@ -71,7 +71,7 @@ def list_sql_migration_service_monitoring_data(resource_group_name: Optional[bui
|
|
|
71
71
|
|
|
72
72
|
Uses Azure REST API version 2023-07-15-preview.
|
|
73
73
|
|
|
74
|
-
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
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
:param builtins.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.
|
|
@@ -94,7 +94,7 @@ def list_sql_migration_service_monitoring_data_output(resource_group_name: Optio
|
|
|
94
94
|
|
|
95
95
|
Uses Azure REST API version 2023-07-15-preview.
|
|
96
96
|
|
|
97
|
-
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
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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
98
|
|
|
99
99
|
|
|
100
100
|
:param builtins.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.
|
|
@@ -105,7 +105,7 @@ class MigrationService(pulumi.CustomResource):
|
|
|
105
105
|
|
|
106
106
|
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.
|
|
107
107
|
|
|
108
|
-
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.
|
|
108
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
109
109
|
|
|
110
110
|
:param str resource_name: The name of the resource.
|
|
111
111
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -125,7 +125,7 @@ class MigrationService(pulumi.CustomResource):
|
|
|
125
125
|
|
|
126
126
|
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.
|
|
127
127
|
|
|
128
|
-
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.
|
|
128
|
+
Other available API versions: 2025-03-15-preview, 2025-06-30. 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.
|
|
129
129
|
|
|
130
130
|
:param str resource_name: The name of the resource.
|
|
131
131
|
:param MigrationServiceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -167,7 +167,7 @@ class MigrationService(pulumi.CustomResource):
|
|
|
167
167
|
__props__.__dict__["provisioning_state"] = 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/v20230715preview:MigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:MigrationService")])
|
|
170
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datamigration/v20230715preview:MigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20250315preview:MigrationService"), pulumi.Alias(type_="azure-native:datamigration/v20250630:MigrationService")])
|
|
171
171
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
172
172
|
super(MigrationService, __self__).__init__(
|
|
173
173
|
'azure-native:datamigration:MigrationService',
|
|
@@ -215,7 +215,7 @@ class Project(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, 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.
|
|
218
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 Project(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, 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.
|
|
243
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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 ProjectArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -303,7 +303,7 @@ class Project(pulumi.CustomResource):
|
|
|
303
303
|
__props__.__dict__["provisioning_state"] = None
|
|
304
304
|
__props__.__dict__["system_data"] = None
|
|
305
305
|
__props__.__dict__["type"] = None
|
|
306
|
-
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")])
|
|
306
|
+
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"), pulumi.Alias(type_="azure-native:datamigration/v20250630:Project")])
|
|
307
307
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
308
308
|
super(Project, __self__).__init__(
|
|
309
309
|
'azure-native:datamigration:Project',
|
|
@@ -217,7 +217,7 @@ class Service(pulumi.CustomResource):
|
|
|
217
217
|
|
|
218
218
|
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.
|
|
219
219
|
|
|
220
|
-
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.
|
|
220
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
221
221
|
|
|
222
222
|
:param str resource_name: The name of the resource.
|
|
223
223
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -242,7 +242,7 @@ class Service(pulumi.CustomResource):
|
|
|
242
242
|
|
|
243
243
|
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.
|
|
244
244
|
|
|
245
|
-
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.
|
|
245
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
246
246
|
|
|
247
247
|
:param str resource_name: The name of the resource.
|
|
248
248
|
:param ServiceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -298,7 +298,7 @@ class Service(pulumi.CustomResource):
|
|
|
298
298
|
__props__.__dict__["provisioning_state"] = None
|
|
299
299
|
__props__.__dict__["system_data"] = None
|
|
300
300
|
__props__.__dict__["type"] = None
|
|
301
|
-
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")])
|
|
301
|
+
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"), pulumi.Alias(type_="azure-native:datamigration/v20250630:Service")])
|
|
302
302
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
303
303
|
super(Service, __self__).__init__(
|
|
304
304
|
'azure-native:datamigration:Service',
|
|
@@ -106,7 +106,7 @@ class ServiceTask(pulumi.CustomResource):
|
|
|
106
106
|
|
|
107
107
|
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.
|
|
108
108
|
|
|
109
|
-
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.
|
|
109
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
110
110
|
|
|
111
111
|
:param str resource_name: The name of the resource.
|
|
112
112
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -126,7 +126,7 @@ class ServiceTask(pulumi.CustomResource):
|
|
|
126
126
|
|
|
127
127
|
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.
|
|
128
128
|
|
|
129
|
-
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.
|
|
129
|
+
Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
130
130
|
|
|
131
131
|
:param str resource_name: The name of the resource.
|
|
132
132
|
:param ServiceTaskArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -169,7 +169,7 @@ class ServiceTask(pulumi.CustomResource):
|
|
|
169
169
|
__props__.__dict__["name"] = None
|
|
170
170
|
__props__.__dict__["system_data"] = None
|
|
171
171
|
__props__.__dict__["type"] = None
|
|
172
|
-
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")])
|
|
172
|
+
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"), pulumi.Alias(type_="azure-native:datamigration/v20250630:ServiceTask")])
|
|
173
173
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
174
174
|
super(ServiceTask, __self__).__init__(
|
|
175
175
|
'azure-native:datamigration:ServiceTask',
|
|
@@ -97,7 +97,7 @@ class SqlMigrationService(pulumi.CustomResource):
|
|
|
97
97
|
|
|
98
98
|
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.
|
|
99
99
|
|
|
100
|
-
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.
|
|
100
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
101
101
|
|
|
102
102
|
:param str resource_name: The name of the resource.
|
|
103
103
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -115,7 +115,7 @@ class SqlMigrationService(pulumi.CustomResource):
|
|
|
115
115
|
|
|
116
116
|
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.
|
|
117
117
|
|
|
118
|
-
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.
|
|
118
|
+
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. 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.
|
|
119
119
|
|
|
120
120
|
:param str resource_name: The name of the resource.
|
|
121
121
|
:param SqlMigrationServiceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -157,7 +157,7 @@ class SqlMigrationService(pulumi.CustomResource):
|
|
|
157
157
|
__props__.__dict__["provisioning_state"] = None
|
|
158
158
|
__props__.__dict__["system_data"] = None
|
|
159
159
|
__props__.__dict__["type"] = None
|
|
160
|
-
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")])
|
|
160
|
+
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"), pulumi.Alias(type_="azure-native:datamigration/v20250630:SqlMigrationService")])
|
|
161
161
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
162
162
|
super(SqlMigrationService, __self__).__init__(
|
|
163
163
|
'azure-native:datamigration:SqlMigrationService',
|