pulumi-azure-native 3.8.0a1756942349__py3-none-any.whl → 3.11.0a1761334446__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 +25 -34
- pulumi_azure_native/apimanagement/_enums.py +1 -1
- pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
- pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +3 -3
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_http_route_config.py +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +2 -2
- pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/http_route_config.py +3 -3
- pulumi_azure_native/app/java_component.py +3 -3
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
- pulumi_azure_native/app/logic_app.py +3 -3
- pulumi_azure_native/app/maintenance_configuration.py +3 -3
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/azurearcdata/_enums.py +135 -0
- pulumi_azure_native/azurearcdata/_inputs.py +729 -7
- pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
- pulumi_azure_native/azurearcdata/outputs.py +2070 -76
- pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
- pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
- pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
- pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
- pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
- pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
- pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
- pulumi_azure_native/azuredatatransfer/outputs.py +600 -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/batch/_enums.py +1 -1
- pulumi_azure_native/billingbenefits/_enums.py +55 -0
- pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
- pulumi_azure_native/billingbenefits/discount.py +26 -234
- pulumi_azure_native/billingbenefits/get_discount.py +12 -166
- pulumi_azure_native/billingbenefits/outputs.py +1489 -4
- pulumi_azure_native/cdn/__init__.py +6 -0
- pulumi_azure_native/cdn/_enums.py +85 -2
- pulumi_azure_native/cdn/_inputs.py +310 -99
- pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
- pulumi_azure_native/cdn/afd_endpoint.py +18 -18
- pulumi_azure_native/cdn/afd_origin.py +37 -38
- pulumi_azure_native/cdn/afd_origin_group.py +43 -14
- pulumi_azure_native/cdn/custom_domain.py +14 -14
- pulumi_azure_native/cdn/endpoint.py +20 -20
- pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
- pulumi_azure_native/cdn/get_afd_origin.py +15 -15
- pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
- pulumi_azure_native/cdn/get_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_endpoint.py +15 -15
- pulumi_azure_native/cdn/get_key_group.py +2 -2
- pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
- pulumi_azure_native/cdn/get_origin.py +12 -12
- pulumi_azure_native/cdn/get_origin_group.py +13 -13
- pulumi_azure_native/cdn/get_policy.py +14 -11
- pulumi_azure_native/cdn/get_profile.py +12 -12
- pulumi_azure_native/cdn/get_profile_agent.py +196 -0
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
- pulumi_azure_native/cdn/get_route.py +13 -13
- pulumi_azure_native/cdn/get_rule.py +16 -16
- pulumi_azure_native/cdn/get_rule_set.py +12 -12
- pulumi_azure_native/cdn/get_secret.py +12 -12
- pulumi_azure_native/cdn/get_security_policy.py +12 -12
- pulumi_azure_native/cdn/get_web_agent.py +246 -0
- pulumi_azure_native/cdn/key_group.py +3 -3
- pulumi_azure_native/cdn/knowledge_source.py +345 -0
- pulumi_azure_native/cdn/origin.py +17 -17
- pulumi_azure_native/cdn/origin_group.py +31 -32
- pulumi_azure_native/cdn/outputs.py +262 -82
- pulumi_azure_native/cdn/policy.py +18 -15
- pulumi_azure_native/cdn/profile.py +19 -19
- pulumi_azure_native/cdn/profile_agent.py +277 -0
- pulumi_azure_native/cdn/route.py +31 -32
- pulumi_azure_native/cdn/rule.py +50 -52
- pulumi_azure_native/cdn/rule_set.py +17 -17
- pulumi_azure_native/cdn/secret.py +14 -14
- pulumi_azure_native/cdn/security_policy.py +14 -14
- pulumi_azure_native/cdn/web_agent.py +352 -0
- pulumi_azure_native/cloudngfw/__init__.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/firewall.py +4 -4
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +6 -34
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +6 -34
- pulumi_azure_native/cloudngfw/get_post_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_pre_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +4 -4
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py → list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants.py} +17 -17
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_product_serial_number_status.py → list_palo_alto_networks_cloudngfw_operation_product_serial_number_status.py} +17 -17
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_support_info.py → list_palo_alto_networks_cloudngfw_operation_support_info.py} +19 -47
- pulumi_azure_native/cloudngfw/local_rule.py +4 -4
- pulumi_azure_native/cloudngfw/local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/post_rule.py +4 -4
- pulumi_azure_native/cloudngfw/pre_rule.py +4 -4
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +4 -4
- pulumi_azure_native/codesigning/certificate_profile.py +3 -3
- pulumi_azure_native/codesigning/code_signing_account.py +3 -3
- pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
- pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
- pulumi_azure_native/cognitiveservices/__init__.py +2 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_topic.py +200 -0
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/outputs.py +135 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +3 -3
- pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_topic.py +279 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/compute/_enums.py +1 -1
- pulumi_azure_native/compute/_inputs.py +19 -19
- pulumi_azure_native/compute/availability_set.py +3 -3
- pulumi_azure_native/compute/capacity_reservation.py +7 -7
- pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
- pulumi_azure_native/compute/dedicated_host.py +3 -3
- pulumi_azure_native/compute/dedicated_host_group.py +3 -3
- pulumi_azure_native/compute/get_availability_set.py +2 -2
- pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
- pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
- pulumi_azure_native/compute/get_dedicated_host.py +2 -2
- pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
- pulumi_azure_native/compute/get_image.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
- pulumi_azure_native/compute/get_restore_point.py +2 -2
- pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
- pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
- pulumi_azure_native/compute/image.py +3 -3
- pulumi_azure_native/compute/outputs.py +14 -14
- pulumi_azure_native/compute/proximity_placement_group.py +3 -3
- pulumi_azure_native/compute/restore_point.py +3 -3
- pulumi_azure_native/compute/restore_point_collection.py +3 -3
- pulumi_azure_native/compute/ssh_public_key.py +3 -3
- pulumi_azure_native/compute/virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
- pulumi_azure_native/confluent/connector.py +3 -3
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
- pulumi_azure_native/confluent/get_topic.py +2 -2
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
- pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
- pulumi_azure_native/confluent/topic.py +3 -3
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +30 -1
- pulumi_azure_native/containerinstance/_inputs.py +1153 -5
- pulumi_azure_native/containerinstance/cg_profile.py +47 -79
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
- pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/get_n_group.py +278 -0
- pulumi_azure_native/containerinstance/n_group.py +433 -0
- pulumi_azure_native/containerinstance/outputs.py +1044 -11
- pulumi_azure_native/containerservice/__init__.py +4 -0
- pulumi_azure_native/containerservice/_enums.py +33 -0
- pulumi_azure_native/containerservice/_inputs.py +581 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
- pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -0
- 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_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_node_customization.py +208 -0
- 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/identity_binding.py +5 -1
- pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
- 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/list_managed_namespace_credential.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/managed_namespace.py +3 -3
- pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
- pulumi_azure_native/containerservice/outputs.py +507 -22
- 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/dashboard/dashboard.py +5 -1
- pulumi_azure_native/dashboard/get_dashboard.py +4 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +33 -0
- pulumi_azure_native/datafactory/_inputs.py +200 -0
- pulumi_azure_native/datafactory/outputs.py +134 -0
- pulumi_azure_native/datamigration/__init__.py +4 -0
- pulumi_azure_native/datamigration/_enums.py +28 -0
- pulumi_azure_native/datamigration/_inputs.py +981 -56
- 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/database_migrations_sql_mi.py +236 -0
- pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
- 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_database_migrations_sql_mi.py +182 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
- 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/outputs.py +2194 -696
- 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/dataprotection/_inputs.py +3 -3
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/outputs.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/outputs.py +3 -3
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/dependencymap/__init__.py +2 -0
- pulumi_azure_native/dependencymap/_inputs.py +117 -0
- pulumi_azure_native/dependencymap/discovery_source.py +3 -3
- pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
- pulumi_azure_native/dependencymap/get_map.py +2 -2
- pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
- pulumi_azure_native/dependencymap/map.py +3 -3
- pulumi_azure_native/dependencymap/outputs.py +125 -0
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
- pulumi_azure_native/deviceregistry/namespace.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
- pulumi_azure_native/deviceregistry/schema.py +3 -3
- pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
- pulumi_azure_native/deviceregistry/schema_version.py +3 -3
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
- pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
- pulumi_azure_native/durabletask/get_scheduler.py +2 -2
- pulumi_azure_native/durabletask/get_task_hub.py +2 -2
- pulumi_azure_native/durabletask/retention_policy.py +5 -1
- pulumi_azure_native/durabletask/scheduler.py +3 -3
- pulumi_azure_native/durabletask/task_hub.py +3 -3
- pulumi_azure_native/edge/__init__.py +2 -0
- pulumi_azure_native/edge/_inputs.py +39 -2
- pulumi_azure_native/edge/get_schema_reference.py +180 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/outputs.py +55 -2
- pulumi_azure_native/edge/schema_reference.py +229 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/sites_by_service_group.py +3 -3
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
- pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
- pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
- pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
- pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
- pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
- pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
- pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
- pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
- pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
- pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
- pulumi_azure_native/iothub/certificate.py +3 -3
- pulumi_azure_native/iothub/get_certificate.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
- pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
- pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
- pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
- pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/akri_connector.py +5 -1
- pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +5 -1
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +4 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +4 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/machinelearningservices/_enums.py +24 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
- pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
- pulumi_azure_native/machinelearningservices/code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/compute.py +5 -5
- pulumi_azure_native/machinelearningservices/data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/datastore.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_job.py +4 -4
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/job.py +5 -5
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
- pulumi_azure_native/machinelearningservices/model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/outputs.py +209 -74
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
- pulumi_azure_native/machinelearningservices/registry.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/schedule.py +5 -5
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/workspace.py +84 -5
- pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +2 -2
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +3 -3
- pulumi_azure_native/monitor/__init__.py +16 -0
- pulumi_azure_native/monitor/_enums.py +260 -0
- pulumi_azure_native/monitor/_inputs.py +2492 -79
- pulumi_azure_native/monitor/authentication_setting.py +257 -0
- pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
- pulumi_azure_native/monitor/discovery_rule.py +258 -0
- pulumi_azure_native/monitor/entity.py +258 -0
- pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
- pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
- pulumi_azure_native/monitor/get_entity.py +174 -0
- pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
- pulumi_azure_native/monitor/get_issue.py +168 -0
- pulumi_azure_native/monitor/get_metric_alert.py +4 -0
- pulumi_azure_native/monitor/get_relationship.py +174 -0
- pulumi_azure_native/monitor/get_signal_definition.py +174 -0
- pulumi_azure_native/monitor/health_model.py +324 -0
- pulumi_azure_native/monitor/issue.py +277 -0
- pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
- pulumi_azure_native/monitor/list_issue_resources.py +118 -0
- pulumi_azure_native/monitor/metric_alert.py +5 -1
- pulumi_azure_native/monitor/outputs.py +2829 -100
- pulumi_azure_native/monitor/relationship.py +257 -0
- pulumi_azure_native/monitor/signal_definition.py +258 -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 +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_bucket.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_quota_report.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/network/__init__.py +2 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +2 -2
- pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
- pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_security_user_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_verifier_workspace.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
- pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +36 -0
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
- pulumi_azure_native/network/reachability_analysis_run.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/security_user_rule.py +3 -3
- pulumi_azure_native/network/security_user_rule_collection.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_cidr.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/verifier_workspace.py +3 -3
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/get_workspace.py +2 -2
- pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
- pulumi_azure_native/quantum/workspace.py +3 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redis/_enums.py +52 -1
- pulumi_azure_native/redis/_inputs.py +9 -9
- pulumi_azure_native/redis/access_policy.py +11 -0
- pulumi_azure_native/redis/access_policy_assignment.py +11 -0
- pulumi_azure_native/redis/firewall_rule.py +11 -0
- pulumi_azure_native/redis/get_access_policy.py +17 -2
- pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
- pulumi_azure_native/redis/get_firewall_rule.py +17 -2
- pulumi_azure_native/redis/get_linked_server.py +19 -4
- pulumi_azure_native/redis/get_patch_schedule.py +18 -4
- pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
- pulumi_azure_native/redis/get_redis.py +22 -8
- pulumi_azure_native/redis/linked_server.py +17 -6
- pulumi_azure_native/redis/list_redis_keys.py +2 -2
- pulumi_azure_native/redis/outputs.py +159 -22
- pulumi_azure_native/redis/patch_schedule.py +16 -6
- pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
- pulumi_azure_native/redis/redis.py +20 -14
- 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/list_redis_enterprise_skus_for_scaling.py +4 -0
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_namespace.py +7 -7
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
- pulumi_azure_native/relay/hybrid_connection.py +5 -5
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/relay/list_namespace_keys.py +2 -2
- pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
- pulumi_azure_native/relay/namespace.py +10 -10
- pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
- pulumi_azure_native/relay/outputs.py +4 -4
- pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
- pulumi_azure_native/relay/wcf_relay.py +5 -5
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
- pulumi_azure_native/resources/_enums.py +6 -0
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
- pulumi_azure_native/resources/outputs.py +6 -6
- pulumi_azure_native/search/_enums.py +9 -9
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +4 -4
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +15 -15
- pulumi_azure_native/search/shared_private_link_resource.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/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +10 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
- pulumi_azure_native/storagecache/auto_export_job.py +5 -1
- pulumi_azure_native/storagecache/auto_import_job.py +632 -0
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
- pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
- pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +3 -3
- pulumi_azure_native/storagecache/outputs.py +194 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +3 -3
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +7 -7
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storagesync/server_endpoint.py +12 -0
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
- pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/RECORD +1218 -1202
- pulumi_azure_native/hybriddata/__init__.py +0 -17
- pulumi_azure_native/hybriddata/_enums.py +0 -78
- pulumi_azure_native/hybriddata/_inputs.py +0 -214
- pulumi_azure_native/hybriddata/data_store.py +0 -345
- pulumi_azure_native/hybriddata/get_data_store.py +0 -210
- pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
- pulumi_azure_native/hybriddata/job_definition.py +0 -487
- pulumi_azure_native/hybriddata/outputs.py +0 -174
- pulumi_azure_native/storsimple/__init__.py +0 -34
- pulumi_azure_native/storsimple/_enums.py +0 -134
- pulumi_azure_native/storsimple/_inputs.py +0 -418
- pulumi_azure_native/storsimple/access_control_record.py +0 -265
- pulumi_azure_native/storsimple/backup_policy.py +0 -336
- pulumi_azure_native/storsimple/backup_schedule.py +0 -429
- pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
- pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
- pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
- pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
- pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
- pulumi_azure_native/storsimple/get_manager.py +0 -218
- pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
- pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
- pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
- pulumi_azure_native/storsimple/get_volume.py +0 -291
- pulumi_azure_native/storsimple/get_volume_container.py +0 -272
- pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
- pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
- pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
- pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
- pulumi_azure_native/storsimple/manager.py +0 -332
- pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
- pulumi_azure_native/storsimple/outputs.py +0 -750
- pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
- pulumi_azure_native/storsimple/volume.py +0 -457
- pulumi_azure_native/storsimple/volume_container.py +0 -405
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/top_level.txt +0 -0
|
@@ -19,6 +19,8 @@ from ._enums import *
|
|
|
19
19
|
|
|
20
20
|
__all__ = [
|
|
21
21
|
'AzureActiveDirectoryAppResponse',
|
|
22
|
+
'AzureBlobResponse',
|
|
23
|
+
'BackupConfigurationResponse',
|
|
22
24
|
'BackupFileInfoResponse',
|
|
23
25
|
'BackupSetInfoResponse',
|
|
24
26
|
'BlobShareResponse',
|
|
@@ -67,6 +69,8 @@ __all__ = [
|
|
|
67
69
|
'DatabaseFileInfoResponse',
|
|
68
70
|
'DatabaseInfoResponse',
|
|
69
71
|
'DatabaseMigrationPropertiesSqlDbResponse',
|
|
72
|
+
'DatabaseMigrationPropertiesSqlMiResponse',
|
|
73
|
+
'DatabaseMigrationPropertiesSqlVmResponse',
|
|
70
74
|
'DatabaseSummaryResultResponse',
|
|
71
75
|
'DatabaseTableResponse',
|
|
72
76
|
'ErrorInfoResponse',
|
|
@@ -90,6 +94,7 @@ __all__ = [
|
|
|
90
94
|
'GetUserTablesSqlTaskInputResponse',
|
|
91
95
|
'GetUserTablesSqlTaskOutputResponse',
|
|
92
96
|
'GetUserTablesSqlTaskPropertiesResponse',
|
|
97
|
+
'ManagedServiceIdentityResponse',
|
|
93
98
|
'MiSqlConnectionInfoResponse',
|
|
94
99
|
'MigrateMISyncCompleteCommandInputResponse',
|
|
95
100
|
'MigrateMISyncCompleteCommandOutputResponse',
|
|
@@ -166,6 +171,7 @@ __all__ = [
|
|
|
166
171
|
'MigrateSyncCompleteCommandPropertiesResponse',
|
|
167
172
|
'MigrationEligibilityInfoResponse',
|
|
168
173
|
'MigrationReportResultResponse',
|
|
174
|
+
'MigrationStatusDetailsResponse',
|
|
169
175
|
'MigrationValidationDatabaseSummaryResultResponse',
|
|
170
176
|
'MigrationValidationOptionsResponse',
|
|
171
177
|
'MigrationValidationResultResponse',
|
|
@@ -190,6 +196,7 @@ __all__ = [
|
|
|
190
196
|
'MySqlConnectionInfoResponse',
|
|
191
197
|
'NodeMonitoringDataResponse',
|
|
192
198
|
'ODataErrorResponse',
|
|
199
|
+
'OfflineConfigurationResponse',
|
|
193
200
|
'OracleConnectionInfoResponse',
|
|
194
201
|
'OrphanedUserInfoResponse',
|
|
195
202
|
'PostgreSqlConnectionInfoResponse',
|
|
@@ -202,14 +209,20 @@ __all__ = [
|
|
|
202
209
|
'SelectedCertificateInputResponse',
|
|
203
210
|
'ServerPropertiesResponse',
|
|
204
211
|
'ServiceSkuResponse',
|
|
212
|
+
'SourceLocationResponse',
|
|
213
|
+
'SqlBackupFileInfoResponse',
|
|
214
|
+
'SqlBackupSetInfoResponse',
|
|
205
215
|
'SqlConnectionInfoResponse',
|
|
206
216
|
'SqlConnectionInformationResponse',
|
|
207
217
|
'SqlDbMigrationStatusDetailsResponse',
|
|
208
218
|
'SqlDbOfflineConfigurationResponse',
|
|
219
|
+
'SqlFileShareResponse',
|
|
209
220
|
'SsisMigrationInfoResponse',
|
|
210
221
|
'StartMigrationScenarioServerRoleResultResponse',
|
|
211
222
|
'SyncMigrationDatabaseErrorEventResponse',
|
|
212
223
|
'SystemDataResponse',
|
|
224
|
+
'TargetLocationResponse',
|
|
225
|
+
'UserAssignedIdentityResponse',
|
|
213
226
|
'ValidateMigrationInputSqlServerSqlDbSyncTaskPropertiesResponse',
|
|
214
227
|
'ValidateMigrationInputSqlServerSqlMISyncTaskInputResponse',
|
|
215
228
|
'ValidateMigrationInputSqlServerSqlMISyncTaskOutputResponse',
|
|
@@ -308,6 +321,154 @@ class AzureActiveDirectoryAppResponse(dict):
|
|
|
308
321
|
return pulumi.get(self, "tenant_id")
|
|
309
322
|
|
|
310
323
|
|
|
324
|
+
@pulumi.output_type
|
|
325
|
+
class AzureBlobResponse(dict):
|
|
326
|
+
"""
|
|
327
|
+
Azure Blob Details
|
|
328
|
+
"""
|
|
329
|
+
@staticmethod
|
|
330
|
+
def __key_warning(key: str):
|
|
331
|
+
suggest = None
|
|
332
|
+
if key == "accountKey":
|
|
333
|
+
suggest = "account_key"
|
|
334
|
+
elif key == "authType":
|
|
335
|
+
suggest = "auth_type"
|
|
336
|
+
elif key == "blobContainerName":
|
|
337
|
+
suggest = "blob_container_name"
|
|
338
|
+
elif key == "storageAccountResourceId":
|
|
339
|
+
suggest = "storage_account_resource_id"
|
|
340
|
+
|
|
341
|
+
if suggest:
|
|
342
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureBlobResponse. Access the value via the '{suggest}' property getter instead.")
|
|
343
|
+
|
|
344
|
+
def __getitem__(self, key: str) -> Any:
|
|
345
|
+
AzureBlobResponse.__key_warning(key)
|
|
346
|
+
return super().__getitem__(key)
|
|
347
|
+
|
|
348
|
+
def get(self, key: str, default = None) -> Any:
|
|
349
|
+
AzureBlobResponse.__key_warning(key)
|
|
350
|
+
return super().get(key, default)
|
|
351
|
+
|
|
352
|
+
def __init__(__self__, *,
|
|
353
|
+
account_key: Optional[builtins.str] = None,
|
|
354
|
+
auth_type: Optional[builtins.str] = None,
|
|
355
|
+
blob_container_name: Optional[builtins.str] = None,
|
|
356
|
+
identity: Optional['outputs.ManagedServiceIdentityResponse'] = None,
|
|
357
|
+
storage_account_resource_id: Optional[builtins.str] = None):
|
|
358
|
+
"""
|
|
359
|
+
Azure Blob Details
|
|
360
|
+
:param builtins.str account_key: Storage Account Key.
|
|
361
|
+
:param builtins.str auth_type: Authentication type used for accessing Azure Blob Storage.
|
|
362
|
+
:param builtins.str blob_container_name: Blob container name where backups are stored.
|
|
363
|
+
:param 'ManagedServiceIdentityResponse' identity: Identity details for authentication using a Managed Identity.
|
|
364
|
+
:param builtins.str storage_account_resource_id: Resource Id of the storage account where backups are stored.
|
|
365
|
+
"""
|
|
366
|
+
if account_key is not None:
|
|
367
|
+
pulumi.set(__self__, "account_key", account_key)
|
|
368
|
+
if auth_type is not None:
|
|
369
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
370
|
+
if blob_container_name is not None:
|
|
371
|
+
pulumi.set(__self__, "blob_container_name", blob_container_name)
|
|
372
|
+
if identity is not None:
|
|
373
|
+
pulumi.set(__self__, "identity", identity)
|
|
374
|
+
if storage_account_resource_id is not None:
|
|
375
|
+
pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="accountKey")
|
|
379
|
+
def account_key(self) -> Optional[builtins.str]:
|
|
380
|
+
"""
|
|
381
|
+
Storage Account Key.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "account_key")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="authType")
|
|
387
|
+
def auth_type(self) -> Optional[builtins.str]:
|
|
388
|
+
"""
|
|
389
|
+
Authentication type used for accessing Azure Blob Storage.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "auth_type")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="blobContainerName")
|
|
395
|
+
def blob_container_name(self) -> Optional[builtins.str]:
|
|
396
|
+
"""
|
|
397
|
+
Blob container name where backups are stored.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "blob_container_name")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter
|
|
403
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
404
|
+
"""
|
|
405
|
+
Identity details for authentication using a Managed Identity.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "identity")
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="storageAccountResourceId")
|
|
411
|
+
def storage_account_resource_id(self) -> Optional[builtins.str]:
|
|
412
|
+
"""
|
|
413
|
+
Resource Id of the storage account where backups are stored.
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "storage_account_resource_id")
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
@pulumi.output_type
|
|
419
|
+
class BackupConfigurationResponse(dict):
|
|
420
|
+
"""
|
|
421
|
+
Backup Configuration
|
|
422
|
+
"""
|
|
423
|
+
@staticmethod
|
|
424
|
+
def __key_warning(key: str):
|
|
425
|
+
suggest = None
|
|
426
|
+
if key == "sourceLocation":
|
|
427
|
+
suggest = "source_location"
|
|
428
|
+
elif key == "targetLocation":
|
|
429
|
+
suggest = "target_location"
|
|
430
|
+
|
|
431
|
+
if suggest:
|
|
432
|
+
pulumi.log.warn(f"Key '{key}' not found in BackupConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
433
|
+
|
|
434
|
+
def __getitem__(self, key: str) -> Any:
|
|
435
|
+
BackupConfigurationResponse.__key_warning(key)
|
|
436
|
+
return super().__getitem__(key)
|
|
437
|
+
|
|
438
|
+
def get(self, key: str, default = None) -> Any:
|
|
439
|
+
BackupConfigurationResponse.__key_warning(key)
|
|
440
|
+
return super().get(key, default)
|
|
441
|
+
|
|
442
|
+
def __init__(__self__, *,
|
|
443
|
+
source_location: Optional['outputs.SourceLocationResponse'] = None,
|
|
444
|
+
target_location: Optional['outputs.TargetLocationResponse'] = None):
|
|
445
|
+
"""
|
|
446
|
+
Backup Configuration
|
|
447
|
+
:param 'SourceLocationResponse' source_location: Source location of backups.
|
|
448
|
+
:param 'TargetLocationResponse' target_location: Target location for copying backups.
|
|
449
|
+
"""
|
|
450
|
+
if source_location is not None:
|
|
451
|
+
pulumi.set(__self__, "source_location", source_location)
|
|
452
|
+
if target_location is not None:
|
|
453
|
+
pulumi.set(__self__, "target_location", target_location)
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="sourceLocation")
|
|
457
|
+
def source_location(self) -> Optional['outputs.SourceLocationResponse']:
|
|
458
|
+
"""
|
|
459
|
+
Source location of backups.
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "source_location")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="targetLocation")
|
|
465
|
+
def target_location(self) -> Optional['outputs.TargetLocationResponse']:
|
|
466
|
+
"""
|
|
467
|
+
Target location for copying backups.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "target_location")
|
|
470
|
+
|
|
471
|
+
|
|
311
472
|
@pulumi.output_type
|
|
312
473
|
class BackupFileInfoResponse(dict):
|
|
313
474
|
"""
|
|
@@ -4963,356 +5124,864 @@ class DatabaseMigrationPropertiesSqlDbResponse(dict):
|
|
|
4963
5124
|
|
|
4964
5125
|
|
|
4965
5126
|
@pulumi.output_type
|
|
4966
|
-
class
|
|
5127
|
+
class DatabaseMigrationPropertiesSqlMiResponse(dict):
|
|
4967
5128
|
"""
|
|
4968
|
-
|
|
5129
|
+
Database Migration Resource properties for SQL Managed Instance.
|
|
4969
5130
|
"""
|
|
4970
5131
|
@staticmethod
|
|
4971
5132
|
def __key_warning(key: str):
|
|
4972
5133
|
suggest = None
|
|
4973
5134
|
if key == "endedOn":
|
|
4974
5135
|
suggest = "ended_on"
|
|
4975
|
-
elif key == "
|
|
4976
|
-
suggest = "
|
|
4977
|
-
elif key == "
|
|
4978
|
-
suggest = "
|
|
4979
|
-
elif key == "
|
|
4980
|
-
suggest = "
|
|
4981
|
-
elif key == "
|
|
4982
|
-
suggest = "
|
|
4983
|
-
elif key == "
|
|
4984
|
-
suggest = "
|
|
5136
|
+
elif key == "migrationFailureError":
|
|
5137
|
+
suggest = "migration_failure_error"
|
|
5138
|
+
elif key == "migrationStatus":
|
|
5139
|
+
suggest = "migration_status"
|
|
5140
|
+
elif key == "migrationStatusDetails":
|
|
5141
|
+
suggest = "migration_status_details"
|
|
5142
|
+
elif key == "provisioningState":
|
|
5143
|
+
suggest = "provisioning_state"
|
|
5144
|
+
elif key == "sourceServerName":
|
|
5145
|
+
suggest = "source_server_name"
|
|
4985
5146
|
elif key == "startedOn":
|
|
4986
5147
|
suggest = "started_on"
|
|
4987
|
-
elif key == "
|
|
4988
|
-
suggest = "
|
|
5148
|
+
elif key == "backupConfiguration":
|
|
5149
|
+
suggest = "backup_configuration"
|
|
5150
|
+
elif key == "migrationOperationId":
|
|
5151
|
+
suggest = "migration_operation_id"
|
|
5152
|
+
elif key == "migrationService":
|
|
5153
|
+
suggest = "migration_service"
|
|
5154
|
+
elif key == "offlineConfiguration":
|
|
5155
|
+
suggest = "offline_configuration"
|
|
5156
|
+
elif key == "provisioningError":
|
|
5157
|
+
suggest = "provisioning_error"
|
|
5158
|
+
elif key == "sourceDatabaseName":
|
|
5159
|
+
suggest = "source_database_name"
|
|
5160
|
+
elif key == "sourceSqlConnection":
|
|
5161
|
+
suggest = "source_sql_connection"
|
|
5162
|
+
elif key == "targetDatabaseCollation":
|
|
5163
|
+
suggest = "target_database_collation"
|
|
4989
5164
|
|
|
4990
5165
|
if suggest:
|
|
4991
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
5166
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseMigrationPropertiesSqlMiResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4992
5167
|
|
|
4993
5168
|
def __getitem__(self, key: str) -> Any:
|
|
4994
|
-
|
|
5169
|
+
DatabaseMigrationPropertiesSqlMiResponse.__key_warning(key)
|
|
4995
5170
|
return super().__getitem__(key)
|
|
4996
5171
|
|
|
4997
5172
|
def get(self, key: str, default = None) -> Any:
|
|
4998
|
-
|
|
5173
|
+
DatabaseMigrationPropertiesSqlMiResponse.__key_warning(key)
|
|
4999
5174
|
return super().get(key, default)
|
|
5000
5175
|
|
|
5001
5176
|
def __init__(__self__, *,
|
|
5002
5177
|
ended_on: builtins.str,
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5178
|
+
kind: builtins.str,
|
|
5179
|
+
migration_failure_error: 'outputs.ErrorInfoResponse',
|
|
5180
|
+
migration_status: builtins.str,
|
|
5181
|
+
migration_status_details: 'outputs.MigrationStatusDetailsResponse',
|
|
5182
|
+
provisioning_state: builtins.str,
|
|
5183
|
+
source_server_name: builtins.str,
|
|
5009
5184
|
started_on: builtins.str,
|
|
5010
|
-
|
|
5011
|
-
|
|
5185
|
+
backup_configuration: Optional['outputs.BackupConfigurationResponse'] = None,
|
|
5186
|
+
migration_operation_id: Optional[builtins.str] = None,
|
|
5187
|
+
migration_service: Optional[builtins.str] = None,
|
|
5188
|
+
offline_configuration: Optional['outputs.OfflineConfigurationResponse'] = None,
|
|
5189
|
+
provisioning_error: Optional[builtins.str] = None,
|
|
5190
|
+
scope: Optional[builtins.str] = None,
|
|
5191
|
+
source_database_name: Optional[builtins.str] = None,
|
|
5192
|
+
source_sql_connection: Optional['outputs.SqlConnectionInformationResponse'] = None,
|
|
5193
|
+
target_database_collation: Optional[builtins.str] = None):
|
|
5012
5194
|
"""
|
|
5013
|
-
|
|
5014
|
-
:param builtins.str ended_on:
|
|
5015
|
-
:param builtins.str
|
|
5016
|
-
|
|
5017
|
-
:param
|
|
5018
|
-
:param builtins.str
|
|
5019
|
-
:param
|
|
5020
|
-
:param builtins.
|
|
5021
|
-
:param builtins.str
|
|
5022
|
-
:param builtins.str
|
|
5023
|
-
:param
|
|
5195
|
+
Database Migration Resource properties for SQL Managed Instance.
|
|
5196
|
+
:param builtins.str ended_on: Database migration end time.
|
|
5197
|
+
:param builtins.str kind:
|
|
5198
|
+
Expected value is 'SqlMi'.
|
|
5199
|
+
:param 'ErrorInfoResponse' migration_failure_error: Error details in case of migration failure.
|
|
5200
|
+
:param builtins.str migration_status: Migration status.
|
|
5201
|
+
:param 'MigrationStatusDetailsResponse' migration_status_details: Detailed migration status. Not included by default.
|
|
5202
|
+
:param builtins.str provisioning_state: Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.
|
|
5203
|
+
:param builtins.str source_server_name: Name of the source sql server.
|
|
5204
|
+
:param builtins.str started_on: Database migration start time.
|
|
5205
|
+
:param 'BackupConfigurationResponse' backup_configuration: Backup configuration info.
|
|
5206
|
+
:param builtins.str migration_operation_id: ID for current migration operation.
|
|
5207
|
+
:param builtins.str migration_service: Resource Id of the Migration Service.
|
|
5208
|
+
:param 'OfflineConfigurationResponse' offline_configuration: Offline configuration.
|
|
5209
|
+
:param builtins.str provisioning_error: Error message for migration provisioning failure, if any.
|
|
5210
|
+
:param builtins.str scope: Resource Id of the target resource.
|
|
5211
|
+
:param builtins.str source_database_name: Name of the source database.
|
|
5212
|
+
:param 'SqlConnectionInformationResponse' source_sql_connection: Source SQL Server connection details.
|
|
5213
|
+
:param builtins.str target_database_collation: Database collation to be used for the target database.
|
|
5024
5214
|
"""
|
|
5025
5215
|
pulumi.set(__self__, "ended_on", ended_on)
|
|
5026
|
-
pulumi.set(__self__, "
|
|
5027
|
-
pulumi.set(__self__, "
|
|
5028
|
-
pulumi.set(__self__, "
|
|
5029
|
-
pulumi.set(__self__, "
|
|
5030
|
-
pulumi.set(__self__, "
|
|
5031
|
-
pulumi.set(__self__, "
|
|
5216
|
+
pulumi.set(__self__, "kind", 'SqlMi')
|
|
5217
|
+
pulumi.set(__self__, "migration_failure_error", migration_failure_error)
|
|
5218
|
+
pulumi.set(__self__, "migration_status", migration_status)
|
|
5219
|
+
pulumi.set(__self__, "migration_status_details", migration_status_details)
|
|
5220
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
5221
|
+
pulumi.set(__self__, "source_server_name", source_server_name)
|
|
5032
5222
|
pulumi.set(__self__, "started_on", started_on)
|
|
5033
|
-
|
|
5034
|
-
|
|
5223
|
+
if backup_configuration is not None:
|
|
5224
|
+
pulumi.set(__self__, "backup_configuration", backup_configuration)
|
|
5225
|
+
if migration_operation_id is not None:
|
|
5226
|
+
pulumi.set(__self__, "migration_operation_id", migration_operation_id)
|
|
5227
|
+
if migration_service is not None:
|
|
5228
|
+
pulumi.set(__self__, "migration_service", migration_service)
|
|
5229
|
+
if offline_configuration is not None:
|
|
5230
|
+
pulumi.set(__self__, "offline_configuration", offline_configuration)
|
|
5231
|
+
if provisioning_error is not None:
|
|
5232
|
+
pulumi.set(__self__, "provisioning_error", provisioning_error)
|
|
5233
|
+
if scope is not None:
|
|
5234
|
+
pulumi.set(__self__, "scope", scope)
|
|
5235
|
+
if source_database_name is not None:
|
|
5236
|
+
pulumi.set(__self__, "source_database_name", source_database_name)
|
|
5237
|
+
if source_sql_connection is not None:
|
|
5238
|
+
pulumi.set(__self__, "source_sql_connection", source_sql_connection)
|
|
5239
|
+
if target_database_collation is not None:
|
|
5240
|
+
pulumi.set(__self__, "target_database_collation", target_database_collation)
|
|
5035
5241
|
|
|
5036
5242
|
@property
|
|
5037
5243
|
@pulumi.getter(name="endedOn")
|
|
5038
5244
|
def ended_on(self) -> builtins.str:
|
|
5039
5245
|
"""
|
|
5040
|
-
|
|
5246
|
+
Database migration end time.
|
|
5041
5247
|
"""
|
|
5042
5248
|
return pulumi.get(self, "ended_on")
|
|
5043
5249
|
|
|
5044
5250
|
@property
|
|
5045
|
-
@pulumi.getter
|
|
5046
|
-
def
|
|
5251
|
+
@pulumi.getter
|
|
5252
|
+
def kind(self) -> builtins.str:
|
|
5047
5253
|
"""
|
|
5048
|
-
|
|
5254
|
+
|
|
5255
|
+
Expected value is 'SqlMi'.
|
|
5049
5256
|
"""
|
|
5050
|
-
return pulumi.get(self, "
|
|
5257
|
+
return pulumi.get(self, "kind")
|
|
5051
5258
|
|
|
5052
5259
|
@property
|
|
5053
|
-
@pulumi.getter(name="
|
|
5054
|
-
def
|
|
5260
|
+
@pulumi.getter(name="migrationFailureError")
|
|
5261
|
+
def migration_failure_error(self) -> 'outputs.ErrorInfoResponse':
|
|
5055
5262
|
"""
|
|
5056
|
-
|
|
5263
|
+
Error details in case of migration failure.
|
|
5057
5264
|
"""
|
|
5058
|
-
return pulumi.get(self, "
|
|
5265
|
+
return pulumi.get(self, "migration_failure_error")
|
|
5059
5266
|
|
|
5060
5267
|
@property
|
|
5061
|
-
@pulumi.getter(name="
|
|
5062
|
-
def
|
|
5268
|
+
@pulumi.getter(name="migrationStatus")
|
|
5269
|
+
def migration_status(self) -> builtins.str:
|
|
5063
5270
|
"""
|
|
5064
|
-
|
|
5271
|
+
Migration status.
|
|
5065
5272
|
"""
|
|
5066
|
-
return pulumi.get(self, "
|
|
5273
|
+
return pulumi.get(self, "migration_status")
|
|
5067
5274
|
|
|
5068
5275
|
@property
|
|
5069
|
-
@pulumi.getter
|
|
5070
|
-
def
|
|
5276
|
+
@pulumi.getter(name="migrationStatusDetails")
|
|
5277
|
+
def migration_status_details(self) -> 'outputs.MigrationStatusDetailsResponse':
|
|
5071
5278
|
"""
|
|
5072
|
-
|
|
5279
|
+
Detailed migration status. Not included by default.
|
|
5073
5280
|
"""
|
|
5074
|
-
return pulumi.get(self, "
|
|
5281
|
+
return pulumi.get(self, "migration_status_details")
|
|
5075
5282
|
|
|
5076
5283
|
@property
|
|
5077
|
-
@pulumi.getter(name="
|
|
5078
|
-
def
|
|
5284
|
+
@pulumi.getter(name="provisioningState")
|
|
5285
|
+
def provisioning_state(self) -> builtins.str:
|
|
5079
5286
|
"""
|
|
5080
|
-
|
|
5287
|
+
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.
|
|
5081
5288
|
"""
|
|
5082
|
-
return pulumi.get(self, "
|
|
5289
|
+
return pulumi.get(self, "provisioning_state")
|
|
5083
5290
|
|
|
5084
5291
|
@property
|
|
5085
|
-
@pulumi.getter(name="
|
|
5086
|
-
def
|
|
5292
|
+
@pulumi.getter(name="sourceServerName")
|
|
5293
|
+
def source_server_name(self) -> builtins.str:
|
|
5087
5294
|
"""
|
|
5088
|
-
|
|
5295
|
+
Name of the source sql server.
|
|
5089
5296
|
"""
|
|
5090
|
-
return pulumi.get(self, "
|
|
5297
|
+
return pulumi.get(self, "source_server_name")
|
|
5091
5298
|
|
|
5092
5299
|
@property
|
|
5093
5300
|
@pulumi.getter(name="startedOn")
|
|
5094
5301
|
def started_on(self) -> builtins.str:
|
|
5095
5302
|
"""
|
|
5096
|
-
|
|
5303
|
+
Database migration start time.
|
|
5097
5304
|
"""
|
|
5098
5305
|
return pulumi.get(self, "started_on")
|
|
5099
5306
|
|
|
5100
5307
|
@property
|
|
5101
|
-
@pulumi.getter
|
|
5102
|
-
def
|
|
5308
|
+
@pulumi.getter(name="backupConfiguration")
|
|
5309
|
+
def backup_configuration(self) -> Optional['outputs.BackupConfigurationResponse']:
|
|
5103
5310
|
"""
|
|
5104
|
-
|
|
5311
|
+
Backup configuration info.
|
|
5105
5312
|
"""
|
|
5106
|
-
return pulumi.get(self, "
|
|
5313
|
+
return pulumi.get(self, "backup_configuration")
|
|
5107
5314
|
|
|
5108
5315
|
@property
|
|
5109
|
-
@pulumi.getter(name="
|
|
5110
|
-
def
|
|
5316
|
+
@pulumi.getter(name="migrationOperationId")
|
|
5317
|
+
def migration_operation_id(self) -> Optional[builtins.str]:
|
|
5111
5318
|
"""
|
|
5112
|
-
|
|
5319
|
+
ID for current migration operation.
|
|
5113
5320
|
"""
|
|
5114
|
-
return pulumi.get(self, "
|
|
5321
|
+
return pulumi.get(self, "migration_operation_id")
|
|
5115
5322
|
|
|
5323
|
+
@property
|
|
5324
|
+
@pulumi.getter(name="migrationService")
|
|
5325
|
+
def migration_service(self) -> Optional[builtins.str]:
|
|
5326
|
+
"""
|
|
5327
|
+
Resource Id of the Migration Service.
|
|
5328
|
+
"""
|
|
5329
|
+
return pulumi.get(self, "migration_service")
|
|
5116
5330
|
|
|
5117
|
-
@
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
Table properties
|
|
5121
|
-
"""
|
|
5122
|
-
@staticmethod
|
|
5123
|
-
def __key_warning(key: str):
|
|
5124
|
-
suggest = None
|
|
5125
|
-
if key == "hasRows":
|
|
5126
|
-
suggest = "has_rows"
|
|
5127
|
-
|
|
5128
|
-
if suggest:
|
|
5129
|
-
pulumi.log.warn(f"Key '{key}' not found in DatabaseTableResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5130
|
-
|
|
5131
|
-
def __getitem__(self, key: str) -> Any:
|
|
5132
|
-
DatabaseTableResponse.__key_warning(key)
|
|
5133
|
-
return super().__getitem__(key)
|
|
5134
|
-
|
|
5135
|
-
def get(self, key: str, default = None) -> Any:
|
|
5136
|
-
DatabaseTableResponse.__key_warning(key)
|
|
5137
|
-
return super().get(key, default)
|
|
5138
|
-
|
|
5139
|
-
def __init__(__self__, *,
|
|
5140
|
-
has_rows: builtins.bool,
|
|
5141
|
-
name: builtins.str):
|
|
5331
|
+
@property
|
|
5332
|
+
@pulumi.getter(name="offlineConfiguration")
|
|
5333
|
+
def offline_configuration(self) -> Optional['outputs.OfflineConfigurationResponse']:
|
|
5142
5334
|
"""
|
|
5143
|
-
|
|
5144
|
-
:param builtins.bool has_rows: Indicates whether table is empty or not
|
|
5145
|
-
:param builtins.str name: Schema-qualified name of the table
|
|
5335
|
+
Offline configuration.
|
|
5146
5336
|
"""
|
|
5147
|
-
pulumi.
|
|
5148
|
-
pulumi.set(__self__, "name", name)
|
|
5337
|
+
return pulumi.get(self, "offline_configuration")
|
|
5149
5338
|
|
|
5150
5339
|
@property
|
|
5151
|
-
@pulumi.getter(name="
|
|
5152
|
-
def
|
|
5340
|
+
@pulumi.getter(name="provisioningError")
|
|
5341
|
+
def provisioning_error(self) -> Optional[builtins.str]:
|
|
5153
5342
|
"""
|
|
5154
|
-
|
|
5343
|
+
Error message for migration provisioning failure, if any.
|
|
5155
5344
|
"""
|
|
5156
|
-
return pulumi.get(self, "
|
|
5345
|
+
return pulumi.get(self, "provisioning_error")
|
|
5157
5346
|
|
|
5158
5347
|
@property
|
|
5159
5348
|
@pulumi.getter
|
|
5160
|
-
def
|
|
5349
|
+
def scope(self) -> Optional[builtins.str]:
|
|
5161
5350
|
"""
|
|
5162
|
-
|
|
5351
|
+
Resource Id of the target resource.
|
|
5163
5352
|
"""
|
|
5164
|
-
return pulumi.get(self, "
|
|
5165
|
-
|
|
5353
|
+
return pulumi.get(self, "scope")
|
|
5166
5354
|
|
|
5167
|
-
@
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
Error details
|
|
5171
|
-
"""
|
|
5172
|
-
def __init__(__self__, *,
|
|
5173
|
-
code: builtins.str,
|
|
5174
|
-
message: builtins.str):
|
|
5355
|
+
@property
|
|
5356
|
+
@pulumi.getter(name="sourceDatabaseName")
|
|
5357
|
+
def source_database_name(self) -> Optional[builtins.str]:
|
|
5175
5358
|
"""
|
|
5176
|
-
|
|
5177
|
-
:param builtins.str code: Error code.
|
|
5178
|
-
:param builtins.str message: Error message.
|
|
5359
|
+
Name of the source database.
|
|
5179
5360
|
"""
|
|
5180
|
-
pulumi.
|
|
5181
|
-
pulumi.set(__self__, "message", message)
|
|
5361
|
+
return pulumi.get(self, "source_database_name")
|
|
5182
5362
|
|
|
5183
5363
|
@property
|
|
5184
|
-
@pulumi.getter
|
|
5185
|
-
def
|
|
5364
|
+
@pulumi.getter(name="sourceSqlConnection")
|
|
5365
|
+
def source_sql_connection(self) -> Optional['outputs.SqlConnectionInformationResponse']:
|
|
5186
5366
|
"""
|
|
5187
|
-
|
|
5367
|
+
Source SQL Server connection details.
|
|
5188
5368
|
"""
|
|
5189
|
-
return pulumi.get(self, "
|
|
5369
|
+
return pulumi.get(self, "source_sql_connection")
|
|
5190
5370
|
|
|
5191
5371
|
@property
|
|
5192
|
-
@pulumi.getter
|
|
5193
|
-
def
|
|
5372
|
+
@pulumi.getter(name="targetDatabaseCollation")
|
|
5373
|
+
def target_database_collation(self) -> Optional[builtins.str]:
|
|
5194
5374
|
"""
|
|
5195
|
-
|
|
5375
|
+
Database collation to be used for the target database.
|
|
5196
5376
|
"""
|
|
5197
|
-
return pulumi.get(self, "
|
|
5377
|
+
return pulumi.get(self, "target_database_collation")
|
|
5198
5378
|
|
|
5199
5379
|
|
|
5200
5380
|
@pulumi.output_type
|
|
5201
|
-
class
|
|
5381
|
+
class DatabaseMigrationPropertiesSqlVmResponse(dict):
|
|
5202
5382
|
"""
|
|
5203
|
-
|
|
5383
|
+
Database Migration Resource properties for SQL Virtual Machine.
|
|
5204
5384
|
"""
|
|
5205
5385
|
@staticmethod
|
|
5206
5386
|
def __key_warning(key: str):
|
|
5207
5387
|
suggest = None
|
|
5208
|
-
if key == "
|
|
5209
|
-
suggest = "
|
|
5210
|
-
elif key == "
|
|
5211
|
-
suggest = "
|
|
5212
|
-
elif key == "
|
|
5213
|
-
suggest = "
|
|
5214
|
-
elif key == "
|
|
5215
|
-
suggest = "
|
|
5216
|
-
elif key == "
|
|
5217
|
-
suggest = "
|
|
5218
|
-
elif key == "
|
|
5219
|
-
suggest = "
|
|
5388
|
+
if key == "endedOn":
|
|
5389
|
+
suggest = "ended_on"
|
|
5390
|
+
elif key == "migrationFailureError":
|
|
5391
|
+
suggest = "migration_failure_error"
|
|
5392
|
+
elif key == "migrationStatus":
|
|
5393
|
+
suggest = "migration_status"
|
|
5394
|
+
elif key == "migrationStatusDetails":
|
|
5395
|
+
suggest = "migration_status_details"
|
|
5396
|
+
elif key == "provisioningState":
|
|
5397
|
+
suggest = "provisioning_state"
|
|
5398
|
+
elif key == "sourceServerName":
|
|
5399
|
+
suggest = "source_server_name"
|
|
5400
|
+
elif key == "startedOn":
|
|
5401
|
+
suggest = "started_on"
|
|
5402
|
+
elif key == "backupConfiguration":
|
|
5403
|
+
suggest = "backup_configuration"
|
|
5404
|
+
elif key == "migrationOperationId":
|
|
5405
|
+
suggest = "migration_operation_id"
|
|
5406
|
+
elif key == "migrationService":
|
|
5407
|
+
suggest = "migration_service"
|
|
5408
|
+
elif key == "offlineConfiguration":
|
|
5409
|
+
suggest = "offline_configuration"
|
|
5410
|
+
elif key == "provisioningError":
|
|
5411
|
+
suggest = "provisioning_error"
|
|
5412
|
+
elif key == "sourceDatabaseName":
|
|
5413
|
+
suggest = "source_database_name"
|
|
5414
|
+
elif key == "sourceSqlConnection":
|
|
5415
|
+
suggest = "source_sql_connection"
|
|
5416
|
+
elif key == "targetDatabaseCollation":
|
|
5417
|
+
suggest = "target_database_collation"
|
|
5220
5418
|
|
|
5221
5419
|
if suggest:
|
|
5222
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
5420
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseMigrationPropertiesSqlVmResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5223
5421
|
|
|
5224
5422
|
def __getitem__(self, key: str) -> Any:
|
|
5225
|
-
|
|
5423
|
+
DatabaseMigrationPropertiesSqlVmResponse.__key_warning(key)
|
|
5226
5424
|
return super().__getitem__(key)
|
|
5227
5425
|
|
|
5228
5426
|
def get(self, key: str, default = None) -> Any:
|
|
5229
|
-
|
|
5427
|
+
DatabaseMigrationPropertiesSqlVmResponse.__key_warning(key)
|
|
5230
5428
|
return super().get(key, default)
|
|
5231
5429
|
|
|
5232
5430
|
def __init__(__self__, *,
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5431
|
+
ended_on: builtins.str,
|
|
5432
|
+
kind: builtins.str,
|
|
5433
|
+
migration_failure_error: 'outputs.ErrorInfoResponse',
|
|
5434
|
+
migration_status: builtins.str,
|
|
5435
|
+
migration_status_details: 'outputs.MigrationStatusDetailsResponse',
|
|
5436
|
+
provisioning_state: builtins.str,
|
|
5437
|
+
source_server_name: builtins.str,
|
|
5438
|
+
started_on: builtins.str,
|
|
5439
|
+
backup_configuration: Optional['outputs.BackupConfigurationResponse'] = None,
|
|
5440
|
+
migration_operation_id: Optional[builtins.str] = None,
|
|
5441
|
+
migration_service: Optional[builtins.str] = None,
|
|
5442
|
+
offline_configuration: Optional['outputs.OfflineConfigurationResponse'] = None,
|
|
5443
|
+
provisioning_error: Optional[builtins.str] = None,
|
|
5444
|
+
scope: Optional[builtins.str] = None,
|
|
5445
|
+
source_database_name: Optional[builtins.str] = None,
|
|
5446
|
+
source_sql_connection: Optional['outputs.SqlConnectionInformationResponse'] = None,
|
|
5447
|
+
target_database_collation: Optional[builtins.str] = None):
|
|
5239
5448
|
"""
|
|
5240
|
-
|
|
5241
|
-
:param builtins.
|
|
5242
|
-
:param builtins.
|
|
5243
|
-
|
|
5244
|
-
:param
|
|
5245
|
-
:param
|
|
5246
|
-
:param
|
|
5449
|
+
Database Migration Resource properties for SQL Virtual Machine.
|
|
5450
|
+
:param builtins.str ended_on: Database migration end time.
|
|
5451
|
+
:param builtins.str kind:
|
|
5452
|
+
Expected value is 'SqlVm'.
|
|
5453
|
+
:param 'ErrorInfoResponse' migration_failure_error: Error details in case of migration failure.
|
|
5454
|
+
:param builtins.str migration_status: Migration status.
|
|
5455
|
+
:param 'MigrationStatusDetailsResponse' migration_status_details: Detailed migration status. Not included by default.
|
|
5456
|
+
:param builtins.str provisioning_state: Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.
|
|
5457
|
+
:param builtins.str source_server_name: Name of the source sql server.
|
|
5458
|
+
:param builtins.str started_on: Database migration start time.
|
|
5459
|
+
:param 'BackupConfigurationResponse' backup_configuration: Backup configuration info.
|
|
5460
|
+
:param builtins.str migration_operation_id: ID for current migration operation.
|
|
5461
|
+
:param builtins.str migration_service: Resource Id of the Migration Service.
|
|
5462
|
+
:param 'OfflineConfigurationResponse' offline_configuration: Offline configuration.
|
|
5463
|
+
:param builtins.str provisioning_error: Error message for migration provisioning failure, if any.
|
|
5464
|
+
:param builtins.str scope: Resource Id of the target resource.
|
|
5465
|
+
:param builtins.str source_database_name: Name of the source database.
|
|
5466
|
+
:param 'SqlConnectionInformationResponse' source_sql_connection: Source SQL Server connection details.
|
|
5467
|
+
:param builtins.str target_database_collation: Database collation to be used for the target database.
|
|
5247
5468
|
"""
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
if
|
|
5257
|
-
pulumi.set(__self__, "
|
|
5258
|
-
if
|
|
5259
|
-
pulumi.set(__self__, "
|
|
5469
|
+
pulumi.set(__self__, "ended_on", ended_on)
|
|
5470
|
+
pulumi.set(__self__, "kind", 'SqlVm')
|
|
5471
|
+
pulumi.set(__self__, "migration_failure_error", migration_failure_error)
|
|
5472
|
+
pulumi.set(__self__, "migration_status", migration_status)
|
|
5473
|
+
pulumi.set(__self__, "migration_status_details", migration_status_details)
|
|
5474
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
5475
|
+
pulumi.set(__self__, "source_server_name", source_server_name)
|
|
5476
|
+
pulumi.set(__self__, "started_on", started_on)
|
|
5477
|
+
if backup_configuration is not None:
|
|
5478
|
+
pulumi.set(__self__, "backup_configuration", backup_configuration)
|
|
5479
|
+
if migration_operation_id is not None:
|
|
5480
|
+
pulumi.set(__self__, "migration_operation_id", migration_operation_id)
|
|
5481
|
+
if migration_service is not None:
|
|
5482
|
+
pulumi.set(__self__, "migration_service", migration_service)
|
|
5483
|
+
if offline_configuration is not None:
|
|
5484
|
+
pulumi.set(__self__, "offline_configuration", offline_configuration)
|
|
5485
|
+
if provisioning_error is not None:
|
|
5486
|
+
pulumi.set(__self__, "provisioning_error", provisioning_error)
|
|
5487
|
+
if scope is not None:
|
|
5488
|
+
pulumi.set(__self__, "scope", scope)
|
|
5489
|
+
if source_database_name is not None:
|
|
5490
|
+
pulumi.set(__self__, "source_database_name", source_database_name)
|
|
5491
|
+
if source_sql_connection is not None:
|
|
5492
|
+
pulumi.set(__self__, "source_sql_connection", source_sql_connection)
|
|
5493
|
+
if target_database_collation is not None:
|
|
5494
|
+
pulumi.set(__self__, "target_database_collation", target_database_collation)
|
|
5260
5495
|
|
|
5261
5496
|
@property
|
|
5262
|
-
@pulumi.getter(name="
|
|
5263
|
-
def
|
|
5497
|
+
@pulumi.getter(name="endedOn")
|
|
5498
|
+
def ended_on(self) -> builtins.str:
|
|
5264
5499
|
"""
|
|
5265
|
-
|
|
5500
|
+
Database migration end time.
|
|
5266
5501
|
"""
|
|
5267
|
-
return pulumi.get(self, "
|
|
5502
|
+
return pulumi.get(self, "ended_on")
|
|
5268
5503
|
|
|
5269
5504
|
@property
|
|
5270
|
-
@pulumi.getter
|
|
5271
|
-
def
|
|
5505
|
+
@pulumi.getter
|
|
5506
|
+
def kind(self) -> builtins.str:
|
|
5272
5507
|
"""
|
|
5273
|
-
|
|
5508
|
+
|
|
5509
|
+
Expected value is 'SqlVm'.
|
|
5274
5510
|
"""
|
|
5275
|
-
return pulumi.get(self, "
|
|
5511
|
+
return pulumi.get(self, "kind")
|
|
5276
5512
|
|
|
5277
5513
|
@property
|
|
5278
|
-
@pulumi.getter(name="
|
|
5279
|
-
def
|
|
5514
|
+
@pulumi.getter(name="migrationFailureError")
|
|
5515
|
+
def migration_failure_error(self) -> 'outputs.ErrorInfoResponse':
|
|
5280
5516
|
"""
|
|
5281
|
-
|
|
5517
|
+
Error details in case of migration failure.
|
|
5282
5518
|
"""
|
|
5283
|
-
return pulumi.get(self, "
|
|
5519
|
+
return pulumi.get(self, "migration_failure_error")
|
|
5284
5520
|
|
|
5285
5521
|
@property
|
|
5286
|
-
@pulumi.getter(name="
|
|
5287
|
-
def
|
|
5522
|
+
@pulumi.getter(name="migrationStatus")
|
|
5523
|
+
def migration_status(self) -> builtins.str:
|
|
5288
5524
|
"""
|
|
5289
|
-
|
|
5525
|
+
Migration status.
|
|
5290
5526
|
"""
|
|
5291
|
-
return pulumi.get(self, "
|
|
5527
|
+
return pulumi.get(self, "migration_status")
|
|
5292
5528
|
|
|
5293
5529
|
@property
|
|
5294
|
-
@pulumi.getter(name="
|
|
5295
|
-
def
|
|
5530
|
+
@pulumi.getter(name="migrationStatusDetails")
|
|
5531
|
+
def migration_status_details(self) -> 'outputs.MigrationStatusDetailsResponse':
|
|
5296
5532
|
"""
|
|
5297
|
-
|
|
5533
|
+
Detailed migration status. Not included by default.
|
|
5298
5534
|
"""
|
|
5299
|
-
return pulumi.get(self, "
|
|
5535
|
+
return pulumi.get(self, "migration_status_details")
|
|
5300
5536
|
|
|
5301
5537
|
@property
|
|
5302
|
-
@pulumi.getter(name="
|
|
5303
|
-
def
|
|
5538
|
+
@pulumi.getter(name="provisioningState")
|
|
5539
|
+
def provisioning_state(self) -> builtins.str:
|
|
5304
5540
|
"""
|
|
5305
|
-
|
|
5541
|
+
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.
|
|
5306
5542
|
"""
|
|
5307
|
-
return pulumi.get(self, "
|
|
5543
|
+
return pulumi.get(self, "provisioning_state")
|
|
5308
5544
|
|
|
5545
|
+
@property
|
|
5546
|
+
@pulumi.getter(name="sourceServerName")
|
|
5547
|
+
def source_server_name(self) -> builtins.str:
|
|
5548
|
+
"""
|
|
5549
|
+
Name of the source sql server.
|
|
5550
|
+
"""
|
|
5551
|
+
return pulumi.get(self, "source_server_name")
|
|
5309
5552
|
|
|
5310
|
-
@
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5553
|
+
@property
|
|
5554
|
+
@pulumi.getter(name="startedOn")
|
|
5555
|
+
def started_on(self) -> builtins.str:
|
|
5556
|
+
"""
|
|
5557
|
+
Database migration start time.
|
|
5558
|
+
"""
|
|
5559
|
+
return pulumi.get(self, "started_on")
|
|
5560
|
+
|
|
5561
|
+
@property
|
|
5562
|
+
@pulumi.getter(name="backupConfiguration")
|
|
5563
|
+
def backup_configuration(self) -> Optional['outputs.BackupConfigurationResponse']:
|
|
5564
|
+
"""
|
|
5565
|
+
Backup configuration info.
|
|
5566
|
+
"""
|
|
5567
|
+
return pulumi.get(self, "backup_configuration")
|
|
5568
|
+
|
|
5569
|
+
@property
|
|
5570
|
+
@pulumi.getter(name="migrationOperationId")
|
|
5571
|
+
def migration_operation_id(self) -> Optional[builtins.str]:
|
|
5572
|
+
"""
|
|
5573
|
+
ID for current migration operation.
|
|
5574
|
+
"""
|
|
5575
|
+
return pulumi.get(self, "migration_operation_id")
|
|
5576
|
+
|
|
5577
|
+
@property
|
|
5578
|
+
@pulumi.getter(name="migrationService")
|
|
5579
|
+
def migration_service(self) -> Optional[builtins.str]:
|
|
5580
|
+
"""
|
|
5581
|
+
Resource Id of the Migration Service.
|
|
5582
|
+
"""
|
|
5583
|
+
return pulumi.get(self, "migration_service")
|
|
5584
|
+
|
|
5585
|
+
@property
|
|
5586
|
+
@pulumi.getter(name="offlineConfiguration")
|
|
5587
|
+
def offline_configuration(self) -> Optional['outputs.OfflineConfigurationResponse']:
|
|
5588
|
+
"""
|
|
5589
|
+
Offline configuration.
|
|
5590
|
+
"""
|
|
5591
|
+
return pulumi.get(self, "offline_configuration")
|
|
5592
|
+
|
|
5593
|
+
@property
|
|
5594
|
+
@pulumi.getter(name="provisioningError")
|
|
5595
|
+
def provisioning_error(self) -> Optional[builtins.str]:
|
|
5596
|
+
"""
|
|
5597
|
+
Error message for migration provisioning failure, if any.
|
|
5598
|
+
"""
|
|
5599
|
+
return pulumi.get(self, "provisioning_error")
|
|
5600
|
+
|
|
5601
|
+
@property
|
|
5602
|
+
@pulumi.getter
|
|
5603
|
+
def scope(self) -> Optional[builtins.str]:
|
|
5604
|
+
"""
|
|
5605
|
+
Resource Id of the target resource.
|
|
5606
|
+
"""
|
|
5607
|
+
return pulumi.get(self, "scope")
|
|
5608
|
+
|
|
5609
|
+
@property
|
|
5610
|
+
@pulumi.getter(name="sourceDatabaseName")
|
|
5611
|
+
def source_database_name(self) -> Optional[builtins.str]:
|
|
5612
|
+
"""
|
|
5613
|
+
Name of the source database.
|
|
5614
|
+
"""
|
|
5615
|
+
return pulumi.get(self, "source_database_name")
|
|
5616
|
+
|
|
5617
|
+
@property
|
|
5618
|
+
@pulumi.getter(name="sourceSqlConnection")
|
|
5619
|
+
def source_sql_connection(self) -> Optional['outputs.SqlConnectionInformationResponse']:
|
|
5620
|
+
"""
|
|
5621
|
+
Source SQL Server connection details.
|
|
5622
|
+
"""
|
|
5623
|
+
return pulumi.get(self, "source_sql_connection")
|
|
5624
|
+
|
|
5625
|
+
@property
|
|
5626
|
+
@pulumi.getter(name="targetDatabaseCollation")
|
|
5627
|
+
def target_database_collation(self) -> Optional[builtins.str]:
|
|
5628
|
+
"""
|
|
5629
|
+
Database collation to be used for the target database.
|
|
5630
|
+
"""
|
|
5631
|
+
return pulumi.get(self, "target_database_collation")
|
|
5632
|
+
|
|
5633
|
+
|
|
5634
|
+
@pulumi.output_type
|
|
5635
|
+
class DatabaseSummaryResultResponse(dict):
|
|
5636
|
+
"""
|
|
5637
|
+
Summary of database results in the migration
|
|
5638
|
+
"""
|
|
5639
|
+
@staticmethod
|
|
5640
|
+
def __key_warning(key: str):
|
|
5641
|
+
suggest = None
|
|
5642
|
+
if key == "endedOn":
|
|
5643
|
+
suggest = "ended_on"
|
|
5644
|
+
elif key == "errorPrefix":
|
|
5645
|
+
suggest = "error_prefix"
|
|
5646
|
+
elif key == "itemsCompletedCount":
|
|
5647
|
+
suggest = "items_completed_count"
|
|
5648
|
+
elif key == "itemsCount":
|
|
5649
|
+
suggest = "items_count"
|
|
5650
|
+
elif key == "resultPrefix":
|
|
5651
|
+
suggest = "result_prefix"
|
|
5652
|
+
elif key == "sizeMB":
|
|
5653
|
+
suggest = "size_mb"
|
|
5654
|
+
elif key == "startedOn":
|
|
5655
|
+
suggest = "started_on"
|
|
5656
|
+
elif key == "statusMessage":
|
|
5657
|
+
suggest = "status_message"
|
|
5658
|
+
|
|
5659
|
+
if suggest:
|
|
5660
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseSummaryResultResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5661
|
+
|
|
5662
|
+
def __getitem__(self, key: str) -> Any:
|
|
5663
|
+
DatabaseSummaryResultResponse.__key_warning(key)
|
|
5664
|
+
return super().__getitem__(key)
|
|
5665
|
+
|
|
5666
|
+
def get(self, key: str, default = None) -> Any:
|
|
5667
|
+
DatabaseSummaryResultResponse.__key_warning(key)
|
|
5668
|
+
return super().get(key, default)
|
|
5669
|
+
|
|
5670
|
+
def __init__(__self__, *,
|
|
5671
|
+
ended_on: builtins.str,
|
|
5672
|
+
error_prefix: builtins.str,
|
|
5673
|
+
items_completed_count: builtins.float,
|
|
5674
|
+
items_count: builtins.float,
|
|
5675
|
+
name: builtins.str,
|
|
5676
|
+
result_prefix: builtins.str,
|
|
5677
|
+
size_mb: builtins.float,
|
|
5678
|
+
started_on: builtins.str,
|
|
5679
|
+
state: builtins.str,
|
|
5680
|
+
status_message: builtins.str):
|
|
5681
|
+
"""
|
|
5682
|
+
Summary of database results in the migration
|
|
5683
|
+
:param builtins.str ended_on: Migration end time
|
|
5684
|
+
:param builtins.str error_prefix: Wildcard string prefix to use for querying all errors of the item
|
|
5685
|
+
:param builtins.float items_completed_count: Number of successfully completed items
|
|
5686
|
+
:param builtins.float items_count: Number of items
|
|
5687
|
+
:param builtins.str name: Name of the item
|
|
5688
|
+
:param builtins.str result_prefix: Wildcard string prefix to use for querying all sub-tem results of the item
|
|
5689
|
+
:param builtins.float size_mb: Size of the database in megabytes
|
|
5690
|
+
:param builtins.str started_on: Migration start time
|
|
5691
|
+
:param builtins.str state: Current state of migration
|
|
5692
|
+
:param builtins.str status_message: Status message
|
|
5693
|
+
"""
|
|
5694
|
+
pulumi.set(__self__, "ended_on", ended_on)
|
|
5695
|
+
pulumi.set(__self__, "error_prefix", error_prefix)
|
|
5696
|
+
pulumi.set(__self__, "items_completed_count", items_completed_count)
|
|
5697
|
+
pulumi.set(__self__, "items_count", items_count)
|
|
5698
|
+
pulumi.set(__self__, "name", name)
|
|
5699
|
+
pulumi.set(__self__, "result_prefix", result_prefix)
|
|
5700
|
+
pulumi.set(__self__, "size_mb", size_mb)
|
|
5701
|
+
pulumi.set(__self__, "started_on", started_on)
|
|
5702
|
+
pulumi.set(__self__, "state", state)
|
|
5703
|
+
pulumi.set(__self__, "status_message", status_message)
|
|
5704
|
+
|
|
5705
|
+
@property
|
|
5706
|
+
@pulumi.getter(name="endedOn")
|
|
5707
|
+
def ended_on(self) -> builtins.str:
|
|
5708
|
+
"""
|
|
5709
|
+
Migration end time
|
|
5710
|
+
"""
|
|
5711
|
+
return pulumi.get(self, "ended_on")
|
|
5712
|
+
|
|
5713
|
+
@property
|
|
5714
|
+
@pulumi.getter(name="errorPrefix")
|
|
5715
|
+
def error_prefix(self) -> builtins.str:
|
|
5716
|
+
"""
|
|
5717
|
+
Wildcard string prefix to use for querying all errors of the item
|
|
5718
|
+
"""
|
|
5719
|
+
return pulumi.get(self, "error_prefix")
|
|
5720
|
+
|
|
5721
|
+
@property
|
|
5722
|
+
@pulumi.getter(name="itemsCompletedCount")
|
|
5723
|
+
def items_completed_count(self) -> builtins.float:
|
|
5724
|
+
"""
|
|
5725
|
+
Number of successfully completed items
|
|
5726
|
+
"""
|
|
5727
|
+
return pulumi.get(self, "items_completed_count")
|
|
5728
|
+
|
|
5729
|
+
@property
|
|
5730
|
+
@pulumi.getter(name="itemsCount")
|
|
5731
|
+
def items_count(self) -> builtins.float:
|
|
5732
|
+
"""
|
|
5733
|
+
Number of items
|
|
5734
|
+
"""
|
|
5735
|
+
return pulumi.get(self, "items_count")
|
|
5736
|
+
|
|
5737
|
+
@property
|
|
5738
|
+
@pulumi.getter
|
|
5739
|
+
def name(self) -> builtins.str:
|
|
5740
|
+
"""
|
|
5741
|
+
Name of the item
|
|
5742
|
+
"""
|
|
5743
|
+
return pulumi.get(self, "name")
|
|
5744
|
+
|
|
5745
|
+
@property
|
|
5746
|
+
@pulumi.getter(name="resultPrefix")
|
|
5747
|
+
def result_prefix(self) -> builtins.str:
|
|
5748
|
+
"""
|
|
5749
|
+
Wildcard string prefix to use for querying all sub-tem results of the item
|
|
5750
|
+
"""
|
|
5751
|
+
return pulumi.get(self, "result_prefix")
|
|
5752
|
+
|
|
5753
|
+
@property
|
|
5754
|
+
@pulumi.getter(name="sizeMB")
|
|
5755
|
+
def size_mb(self) -> builtins.float:
|
|
5756
|
+
"""
|
|
5757
|
+
Size of the database in megabytes
|
|
5758
|
+
"""
|
|
5759
|
+
return pulumi.get(self, "size_mb")
|
|
5760
|
+
|
|
5761
|
+
@property
|
|
5762
|
+
@pulumi.getter(name="startedOn")
|
|
5763
|
+
def started_on(self) -> builtins.str:
|
|
5764
|
+
"""
|
|
5765
|
+
Migration start time
|
|
5766
|
+
"""
|
|
5767
|
+
return pulumi.get(self, "started_on")
|
|
5768
|
+
|
|
5769
|
+
@property
|
|
5770
|
+
@pulumi.getter
|
|
5771
|
+
def state(self) -> builtins.str:
|
|
5772
|
+
"""
|
|
5773
|
+
Current state of migration
|
|
5774
|
+
"""
|
|
5775
|
+
return pulumi.get(self, "state")
|
|
5776
|
+
|
|
5777
|
+
@property
|
|
5778
|
+
@pulumi.getter(name="statusMessage")
|
|
5779
|
+
def status_message(self) -> builtins.str:
|
|
5780
|
+
"""
|
|
5781
|
+
Status message
|
|
5782
|
+
"""
|
|
5783
|
+
return pulumi.get(self, "status_message")
|
|
5784
|
+
|
|
5785
|
+
|
|
5786
|
+
@pulumi.output_type
|
|
5787
|
+
class DatabaseTableResponse(dict):
|
|
5788
|
+
"""
|
|
5789
|
+
Table properties
|
|
5790
|
+
"""
|
|
5791
|
+
@staticmethod
|
|
5792
|
+
def __key_warning(key: str):
|
|
5793
|
+
suggest = None
|
|
5794
|
+
if key == "hasRows":
|
|
5795
|
+
suggest = "has_rows"
|
|
5796
|
+
|
|
5797
|
+
if suggest:
|
|
5798
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseTableResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5799
|
+
|
|
5800
|
+
def __getitem__(self, key: str) -> Any:
|
|
5801
|
+
DatabaseTableResponse.__key_warning(key)
|
|
5802
|
+
return super().__getitem__(key)
|
|
5803
|
+
|
|
5804
|
+
def get(self, key: str, default = None) -> Any:
|
|
5805
|
+
DatabaseTableResponse.__key_warning(key)
|
|
5806
|
+
return super().get(key, default)
|
|
5807
|
+
|
|
5808
|
+
def __init__(__self__, *,
|
|
5809
|
+
has_rows: builtins.bool,
|
|
5810
|
+
name: builtins.str):
|
|
5811
|
+
"""
|
|
5812
|
+
Table properties
|
|
5813
|
+
:param builtins.bool has_rows: Indicates whether table is empty or not
|
|
5814
|
+
:param builtins.str name: Schema-qualified name of the table
|
|
5815
|
+
"""
|
|
5816
|
+
pulumi.set(__self__, "has_rows", has_rows)
|
|
5817
|
+
pulumi.set(__self__, "name", name)
|
|
5818
|
+
|
|
5819
|
+
@property
|
|
5820
|
+
@pulumi.getter(name="hasRows")
|
|
5821
|
+
def has_rows(self) -> builtins.bool:
|
|
5822
|
+
"""
|
|
5823
|
+
Indicates whether table is empty or not
|
|
5824
|
+
"""
|
|
5825
|
+
return pulumi.get(self, "has_rows")
|
|
5826
|
+
|
|
5827
|
+
@property
|
|
5828
|
+
@pulumi.getter
|
|
5829
|
+
def name(self) -> builtins.str:
|
|
5830
|
+
"""
|
|
5831
|
+
Schema-qualified name of the table
|
|
5832
|
+
"""
|
|
5833
|
+
return pulumi.get(self, "name")
|
|
5834
|
+
|
|
5835
|
+
|
|
5836
|
+
@pulumi.output_type
|
|
5837
|
+
class ErrorInfoResponse(dict):
|
|
5838
|
+
"""
|
|
5839
|
+
Error details
|
|
5840
|
+
"""
|
|
5841
|
+
def __init__(__self__, *,
|
|
5842
|
+
code: builtins.str,
|
|
5843
|
+
message: builtins.str):
|
|
5844
|
+
"""
|
|
5845
|
+
Error details
|
|
5846
|
+
:param builtins.str code: Error code.
|
|
5847
|
+
:param builtins.str message: Error message.
|
|
5848
|
+
"""
|
|
5849
|
+
pulumi.set(__self__, "code", code)
|
|
5850
|
+
pulumi.set(__self__, "message", message)
|
|
5851
|
+
|
|
5852
|
+
@property
|
|
5853
|
+
@pulumi.getter
|
|
5854
|
+
def code(self) -> builtins.str:
|
|
5855
|
+
"""
|
|
5856
|
+
Error code.
|
|
5857
|
+
"""
|
|
5858
|
+
return pulumi.get(self, "code")
|
|
5859
|
+
|
|
5860
|
+
@property
|
|
5861
|
+
@pulumi.getter
|
|
5862
|
+
def message(self) -> builtins.str:
|
|
5863
|
+
"""
|
|
5864
|
+
Error message.
|
|
5865
|
+
"""
|
|
5866
|
+
return pulumi.get(self, "message")
|
|
5867
|
+
|
|
5868
|
+
|
|
5869
|
+
@pulumi.output_type
|
|
5870
|
+
class ExecutionStatisticsResponse(dict):
|
|
5871
|
+
"""
|
|
5872
|
+
Description about the errors happen while performing migration validation
|
|
5873
|
+
"""
|
|
5874
|
+
@staticmethod
|
|
5875
|
+
def __key_warning(key: str):
|
|
5876
|
+
suggest = None
|
|
5877
|
+
if key == "cpuTimeMs":
|
|
5878
|
+
suggest = "cpu_time_ms"
|
|
5879
|
+
elif key == "elapsedTimeMs":
|
|
5880
|
+
suggest = "elapsed_time_ms"
|
|
5881
|
+
elif key == "executionCount":
|
|
5882
|
+
suggest = "execution_count"
|
|
5883
|
+
elif key == "hasErrors":
|
|
5884
|
+
suggest = "has_errors"
|
|
5885
|
+
elif key == "sqlErrors":
|
|
5886
|
+
suggest = "sql_errors"
|
|
5887
|
+
elif key == "waitStats":
|
|
5888
|
+
suggest = "wait_stats"
|
|
5889
|
+
|
|
5890
|
+
if suggest:
|
|
5891
|
+
pulumi.log.warn(f"Key '{key}' not found in ExecutionStatisticsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5892
|
+
|
|
5893
|
+
def __getitem__(self, key: str) -> Any:
|
|
5894
|
+
ExecutionStatisticsResponse.__key_warning(key)
|
|
5895
|
+
return super().__getitem__(key)
|
|
5896
|
+
|
|
5897
|
+
def get(self, key: str, default = None) -> Any:
|
|
5898
|
+
ExecutionStatisticsResponse.__key_warning(key)
|
|
5899
|
+
return super().get(key, default)
|
|
5900
|
+
|
|
5901
|
+
def __init__(__self__, *,
|
|
5902
|
+
cpu_time_ms: Optional[builtins.float] = None,
|
|
5903
|
+
elapsed_time_ms: Optional[builtins.float] = None,
|
|
5904
|
+
execution_count: Optional[builtins.float] = None,
|
|
5905
|
+
has_errors: Optional[builtins.bool] = None,
|
|
5906
|
+
sql_errors: Optional[Sequence[builtins.str]] = None,
|
|
5907
|
+
wait_stats: Optional[Mapping[str, 'outputs.WaitStatisticsResponse']] = None):
|
|
5908
|
+
"""
|
|
5909
|
+
Description about the errors happen while performing migration validation
|
|
5910
|
+
:param builtins.float cpu_time_ms: CPU Time in millisecond(s) for the query execution
|
|
5911
|
+
:param builtins.float elapsed_time_ms: Time taken in millisecond(s) for executing the query
|
|
5912
|
+
:param builtins.float execution_count: No. of query executions
|
|
5913
|
+
:param builtins.bool has_errors: Indicates whether the query resulted in an error
|
|
5914
|
+
:param Sequence[builtins.str] sql_errors: List of sql Errors
|
|
5915
|
+
:param Mapping[str, 'WaitStatisticsResponse'] wait_stats: Dictionary of sql query execution wait types and the respective statistics
|
|
5916
|
+
"""
|
|
5917
|
+
if cpu_time_ms is not None:
|
|
5918
|
+
pulumi.set(__self__, "cpu_time_ms", cpu_time_ms)
|
|
5919
|
+
if elapsed_time_ms is not None:
|
|
5920
|
+
pulumi.set(__self__, "elapsed_time_ms", elapsed_time_ms)
|
|
5921
|
+
if execution_count is not None:
|
|
5922
|
+
pulumi.set(__self__, "execution_count", execution_count)
|
|
5923
|
+
if has_errors is not None:
|
|
5924
|
+
pulumi.set(__self__, "has_errors", has_errors)
|
|
5925
|
+
if sql_errors is not None:
|
|
5926
|
+
pulumi.set(__self__, "sql_errors", sql_errors)
|
|
5927
|
+
if wait_stats is not None:
|
|
5928
|
+
pulumi.set(__self__, "wait_stats", wait_stats)
|
|
5929
|
+
|
|
5930
|
+
@property
|
|
5931
|
+
@pulumi.getter(name="cpuTimeMs")
|
|
5932
|
+
def cpu_time_ms(self) -> Optional[builtins.float]:
|
|
5933
|
+
"""
|
|
5934
|
+
CPU Time in millisecond(s) for the query execution
|
|
5935
|
+
"""
|
|
5936
|
+
return pulumi.get(self, "cpu_time_ms")
|
|
5937
|
+
|
|
5938
|
+
@property
|
|
5939
|
+
@pulumi.getter(name="elapsedTimeMs")
|
|
5940
|
+
def elapsed_time_ms(self) -> Optional[builtins.float]:
|
|
5941
|
+
"""
|
|
5942
|
+
Time taken in millisecond(s) for executing the query
|
|
5943
|
+
"""
|
|
5944
|
+
return pulumi.get(self, "elapsed_time_ms")
|
|
5945
|
+
|
|
5946
|
+
@property
|
|
5947
|
+
@pulumi.getter(name="executionCount")
|
|
5948
|
+
def execution_count(self) -> Optional[builtins.float]:
|
|
5949
|
+
"""
|
|
5950
|
+
No. of query executions
|
|
5951
|
+
"""
|
|
5952
|
+
return pulumi.get(self, "execution_count")
|
|
5953
|
+
|
|
5954
|
+
@property
|
|
5955
|
+
@pulumi.getter(name="hasErrors")
|
|
5956
|
+
def has_errors(self) -> Optional[builtins.bool]:
|
|
5957
|
+
"""
|
|
5958
|
+
Indicates whether the query resulted in an error
|
|
5959
|
+
"""
|
|
5960
|
+
return pulumi.get(self, "has_errors")
|
|
5961
|
+
|
|
5962
|
+
@property
|
|
5963
|
+
@pulumi.getter(name="sqlErrors")
|
|
5964
|
+
def sql_errors(self) -> Optional[Sequence[builtins.str]]:
|
|
5965
|
+
"""
|
|
5966
|
+
List of sql Errors
|
|
5967
|
+
"""
|
|
5968
|
+
return pulumi.get(self, "sql_errors")
|
|
5969
|
+
|
|
5970
|
+
@property
|
|
5971
|
+
@pulumi.getter(name="waitStats")
|
|
5972
|
+
def wait_stats(self) -> Optional[Mapping[str, 'outputs.WaitStatisticsResponse']]:
|
|
5973
|
+
"""
|
|
5974
|
+
Dictionary of sql query execution wait types and the respective statistics
|
|
5975
|
+
"""
|
|
5976
|
+
return pulumi.get(self, "wait_stats")
|
|
5977
|
+
|
|
5978
|
+
|
|
5979
|
+
@pulumi.output_type
|
|
5980
|
+
class FileShareResponse(dict):
|
|
5981
|
+
"""
|
|
5982
|
+
File share information with Path, Username, and Password.
|
|
5983
|
+
"""
|
|
5984
|
+
@staticmethod
|
|
5316
5985
|
def __key_warning(key: str):
|
|
5317
5986
|
suggest = None
|
|
5318
5987
|
if key == "userName":
|
|
@@ -6797,6 +7466,83 @@ class GetUserTablesSqlTaskPropertiesResponse(dict):
|
|
|
6797
7466
|
return pulumi.get(self, "task_id")
|
|
6798
7467
|
|
|
6799
7468
|
|
|
7469
|
+
@pulumi.output_type
|
|
7470
|
+
class ManagedServiceIdentityResponse(dict):
|
|
7471
|
+
"""
|
|
7472
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
7473
|
+
"""
|
|
7474
|
+
@staticmethod
|
|
7475
|
+
def __key_warning(key: str):
|
|
7476
|
+
suggest = None
|
|
7477
|
+
if key == "principalId":
|
|
7478
|
+
suggest = "principal_id"
|
|
7479
|
+
elif key == "tenantId":
|
|
7480
|
+
suggest = "tenant_id"
|
|
7481
|
+
elif key == "userAssignedIdentities":
|
|
7482
|
+
suggest = "user_assigned_identities"
|
|
7483
|
+
|
|
7484
|
+
if suggest:
|
|
7485
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7486
|
+
|
|
7487
|
+
def __getitem__(self, key: str) -> Any:
|
|
7488
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
7489
|
+
return super().__getitem__(key)
|
|
7490
|
+
|
|
7491
|
+
def get(self, key: str, default = None) -> Any:
|
|
7492
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
7493
|
+
return super().get(key, default)
|
|
7494
|
+
|
|
7495
|
+
def __init__(__self__, *,
|
|
7496
|
+
principal_id: builtins.str,
|
|
7497
|
+
tenant_id: builtins.str,
|
|
7498
|
+
type: builtins.str,
|
|
7499
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
7500
|
+
"""
|
|
7501
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
7502
|
+
:param builtins.str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
7503
|
+
:param builtins.str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
7504
|
+
:param builtins.str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
7505
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
7506
|
+
"""
|
|
7507
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
7508
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
7509
|
+
pulumi.set(__self__, "type", type)
|
|
7510
|
+
if user_assigned_identities is not None:
|
|
7511
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
7512
|
+
|
|
7513
|
+
@property
|
|
7514
|
+
@pulumi.getter(name="principalId")
|
|
7515
|
+
def principal_id(self) -> builtins.str:
|
|
7516
|
+
"""
|
|
7517
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
7518
|
+
"""
|
|
7519
|
+
return pulumi.get(self, "principal_id")
|
|
7520
|
+
|
|
7521
|
+
@property
|
|
7522
|
+
@pulumi.getter(name="tenantId")
|
|
7523
|
+
def tenant_id(self) -> builtins.str:
|
|
7524
|
+
"""
|
|
7525
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
7526
|
+
"""
|
|
7527
|
+
return pulumi.get(self, "tenant_id")
|
|
7528
|
+
|
|
7529
|
+
@property
|
|
7530
|
+
@pulumi.getter
|
|
7531
|
+
def type(self) -> builtins.str:
|
|
7532
|
+
"""
|
|
7533
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
7534
|
+
"""
|
|
7535
|
+
return pulumi.get(self, "type")
|
|
7536
|
+
|
|
7537
|
+
@property
|
|
7538
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
7539
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
7540
|
+
"""
|
|
7541
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
7542
|
+
"""
|
|
7543
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
7544
|
+
|
|
7545
|
+
|
|
6800
7546
|
@pulumi.output_type
|
|
6801
7547
|
class MiSqlConnectionInfoResponse(dict):
|
|
6802
7548
|
"""
|
|
@@ -16320,6 +17066,201 @@ class MigrationReportResultResponse(dict):
|
|
|
16320
17066
|
return pulumi.get(self, "report_url")
|
|
16321
17067
|
|
|
16322
17068
|
|
|
17069
|
+
@pulumi.output_type
|
|
17070
|
+
class MigrationStatusDetailsResponse(dict):
|
|
17071
|
+
"""
|
|
17072
|
+
Detailed status of current migration.
|
|
17073
|
+
"""
|
|
17074
|
+
@staticmethod
|
|
17075
|
+
def __key_warning(key: str):
|
|
17076
|
+
suggest = None
|
|
17077
|
+
if key == "activeBackupSets":
|
|
17078
|
+
suggest = "active_backup_sets"
|
|
17079
|
+
elif key == "blobContainerName":
|
|
17080
|
+
suggest = "blob_container_name"
|
|
17081
|
+
elif key == "completeRestoreErrorMessage":
|
|
17082
|
+
suggest = "complete_restore_error_message"
|
|
17083
|
+
elif key == "currentRestoringFilename":
|
|
17084
|
+
suggest = "current_restoring_filename"
|
|
17085
|
+
elif key == "fileUploadBlockingErrors":
|
|
17086
|
+
suggest = "file_upload_blocking_errors"
|
|
17087
|
+
elif key == "fullBackupSetInfo":
|
|
17088
|
+
suggest = "full_backup_set_info"
|
|
17089
|
+
elif key == "invalidFiles":
|
|
17090
|
+
suggest = "invalid_files"
|
|
17091
|
+
elif key == "isFullBackupRestored":
|
|
17092
|
+
suggest = "is_full_backup_restored"
|
|
17093
|
+
elif key == "lastRestoredBackupSetInfo":
|
|
17094
|
+
suggest = "last_restored_backup_set_info"
|
|
17095
|
+
elif key == "lastRestoredFilename":
|
|
17096
|
+
suggest = "last_restored_filename"
|
|
17097
|
+
elif key == "migrationState":
|
|
17098
|
+
suggest = "migration_state"
|
|
17099
|
+
elif key == "pendingLogBackupsCount":
|
|
17100
|
+
suggest = "pending_log_backups_count"
|
|
17101
|
+
elif key == "restoreBlockingReason":
|
|
17102
|
+
suggest = "restore_blocking_reason"
|
|
17103
|
+
|
|
17104
|
+
if suggest:
|
|
17105
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrationStatusDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
17106
|
+
|
|
17107
|
+
def __getitem__(self, key: str) -> Any:
|
|
17108
|
+
MigrationStatusDetailsResponse.__key_warning(key)
|
|
17109
|
+
return super().__getitem__(key)
|
|
17110
|
+
|
|
17111
|
+
def get(self, key: str, default = None) -> Any:
|
|
17112
|
+
MigrationStatusDetailsResponse.__key_warning(key)
|
|
17113
|
+
return super().get(key, default)
|
|
17114
|
+
|
|
17115
|
+
def __init__(__self__, *,
|
|
17116
|
+
active_backup_sets: Sequence['outputs.SqlBackupSetInfoResponse'],
|
|
17117
|
+
blob_container_name: builtins.str,
|
|
17118
|
+
complete_restore_error_message: builtins.str,
|
|
17119
|
+
current_restoring_filename: builtins.str,
|
|
17120
|
+
file_upload_blocking_errors: Sequence[builtins.str],
|
|
17121
|
+
full_backup_set_info: 'outputs.SqlBackupSetInfoResponse',
|
|
17122
|
+
invalid_files: Sequence[builtins.str],
|
|
17123
|
+
is_full_backup_restored: builtins.bool,
|
|
17124
|
+
last_restored_backup_set_info: 'outputs.SqlBackupSetInfoResponse',
|
|
17125
|
+
last_restored_filename: builtins.str,
|
|
17126
|
+
migration_state: builtins.str,
|
|
17127
|
+
pending_log_backups_count: builtins.int,
|
|
17128
|
+
restore_blocking_reason: builtins.str):
|
|
17129
|
+
"""
|
|
17130
|
+
Detailed status of current migration.
|
|
17131
|
+
:param Sequence['SqlBackupSetInfoResponse'] active_backup_sets: Backup sets that are currently active.
|
|
17132
|
+
:param builtins.str blob_container_name: Name of blob container.
|
|
17133
|
+
:param builtins.str complete_restore_error_message: Complete restore error message, if any
|
|
17134
|
+
:param builtins.str current_restoring_filename: File name that is currently being restored.
|
|
17135
|
+
:param Sequence[builtins.str] file_upload_blocking_errors: File upload blocking errors, if any.
|
|
17136
|
+
:param 'SqlBackupSetInfoResponse' full_backup_set_info: Details of full backup set.
|
|
17137
|
+
:param Sequence[builtins.str] invalid_files: Files that are not valid backup files.
|
|
17138
|
+
:param builtins.bool is_full_backup_restored: Whether full backup has been applied to the target database or not.
|
|
17139
|
+
:param 'SqlBackupSetInfoResponse' last_restored_backup_set_info: Last applied backup set information.
|
|
17140
|
+
:param builtins.str last_restored_filename: Last restored file name.
|
|
17141
|
+
:param builtins.str migration_state: Current State of Migration.
|
|
17142
|
+
:param builtins.int pending_log_backups_count: Total pending log backups.
|
|
17143
|
+
:param builtins.str restore_blocking_reason: Restore blocking reason, if any
|
|
17144
|
+
"""
|
|
17145
|
+
pulumi.set(__self__, "active_backup_sets", active_backup_sets)
|
|
17146
|
+
pulumi.set(__self__, "blob_container_name", blob_container_name)
|
|
17147
|
+
pulumi.set(__self__, "complete_restore_error_message", complete_restore_error_message)
|
|
17148
|
+
pulumi.set(__self__, "current_restoring_filename", current_restoring_filename)
|
|
17149
|
+
pulumi.set(__self__, "file_upload_blocking_errors", file_upload_blocking_errors)
|
|
17150
|
+
pulumi.set(__self__, "full_backup_set_info", full_backup_set_info)
|
|
17151
|
+
pulumi.set(__self__, "invalid_files", invalid_files)
|
|
17152
|
+
pulumi.set(__self__, "is_full_backup_restored", is_full_backup_restored)
|
|
17153
|
+
pulumi.set(__self__, "last_restored_backup_set_info", last_restored_backup_set_info)
|
|
17154
|
+
pulumi.set(__self__, "last_restored_filename", last_restored_filename)
|
|
17155
|
+
pulumi.set(__self__, "migration_state", migration_state)
|
|
17156
|
+
pulumi.set(__self__, "pending_log_backups_count", pending_log_backups_count)
|
|
17157
|
+
pulumi.set(__self__, "restore_blocking_reason", restore_blocking_reason)
|
|
17158
|
+
|
|
17159
|
+
@property
|
|
17160
|
+
@pulumi.getter(name="activeBackupSets")
|
|
17161
|
+
def active_backup_sets(self) -> Sequence['outputs.SqlBackupSetInfoResponse']:
|
|
17162
|
+
"""
|
|
17163
|
+
Backup sets that are currently active.
|
|
17164
|
+
"""
|
|
17165
|
+
return pulumi.get(self, "active_backup_sets")
|
|
17166
|
+
|
|
17167
|
+
@property
|
|
17168
|
+
@pulumi.getter(name="blobContainerName")
|
|
17169
|
+
def blob_container_name(self) -> builtins.str:
|
|
17170
|
+
"""
|
|
17171
|
+
Name of blob container.
|
|
17172
|
+
"""
|
|
17173
|
+
return pulumi.get(self, "blob_container_name")
|
|
17174
|
+
|
|
17175
|
+
@property
|
|
17176
|
+
@pulumi.getter(name="completeRestoreErrorMessage")
|
|
17177
|
+
def complete_restore_error_message(self) -> builtins.str:
|
|
17178
|
+
"""
|
|
17179
|
+
Complete restore error message, if any
|
|
17180
|
+
"""
|
|
17181
|
+
return pulumi.get(self, "complete_restore_error_message")
|
|
17182
|
+
|
|
17183
|
+
@property
|
|
17184
|
+
@pulumi.getter(name="currentRestoringFilename")
|
|
17185
|
+
def current_restoring_filename(self) -> builtins.str:
|
|
17186
|
+
"""
|
|
17187
|
+
File name that is currently being restored.
|
|
17188
|
+
"""
|
|
17189
|
+
return pulumi.get(self, "current_restoring_filename")
|
|
17190
|
+
|
|
17191
|
+
@property
|
|
17192
|
+
@pulumi.getter(name="fileUploadBlockingErrors")
|
|
17193
|
+
def file_upload_blocking_errors(self) -> Sequence[builtins.str]:
|
|
17194
|
+
"""
|
|
17195
|
+
File upload blocking errors, if any.
|
|
17196
|
+
"""
|
|
17197
|
+
return pulumi.get(self, "file_upload_blocking_errors")
|
|
17198
|
+
|
|
17199
|
+
@property
|
|
17200
|
+
@pulumi.getter(name="fullBackupSetInfo")
|
|
17201
|
+
def full_backup_set_info(self) -> 'outputs.SqlBackupSetInfoResponse':
|
|
17202
|
+
"""
|
|
17203
|
+
Details of full backup set.
|
|
17204
|
+
"""
|
|
17205
|
+
return pulumi.get(self, "full_backup_set_info")
|
|
17206
|
+
|
|
17207
|
+
@property
|
|
17208
|
+
@pulumi.getter(name="invalidFiles")
|
|
17209
|
+
def invalid_files(self) -> Sequence[builtins.str]:
|
|
17210
|
+
"""
|
|
17211
|
+
Files that are not valid backup files.
|
|
17212
|
+
"""
|
|
17213
|
+
return pulumi.get(self, "invalid_files")
|
|
17214
|
+
|
|
17215
|
+
@property
|
|
17216
|
+
@pulumi.getter(name="isFullBackupRestored")
|
|
17217
|
+
def is_full_backup_restored(self) -> builtins.bool:
|
|
17218
|
+
"""
|
|
17219
|
+
Whether full backup has been applied to the target database or not.
|
|
17220
|
+
"""
|
|
17221
|
+
return pulumi.get(self, "is_full_backup_restored")
|
|
17222
|
+
|
|
17223
|
+
@property
|
|
17224
|
+
@pulumi.getter(name="lastRestoredBackupSetInfo")
|
|
17225
|
+
def last_restored_backup_set_info(self) -> 'outputs.SqlBackupSetInfoResponse':
|
|
17226
|
+
"""
|
|
17227
|
+
Last applied backup set information.
|
|
17228
|
+
"""
|
|
17229
|
+
return pulumi.get(self, "last_restored_backup_set_info")
|
|
17230
|
+
|
|
17231
|
+
@property
|
|
17232
|
+
@pulumi.getter(name="lastRestoredFilename")
|
|
17233
|
+
def last_restored_filename(self) -> builtins.str:
|
|
17234
|
+
"""
|
|
17235
|
+
Last restored file name.
|
|
17236
|
+
"""
|
|
17237
|
+
return pulumi.get(self, "last_restored_filename")
|
|
17238
|
+
|
|
17239
|
+
@property
|
|
17240
|
+
@pulumi.getter(name="migrationState")
|
|
17241
|
+
def migration_state(self) -> builtins.str:
|
|
17242
|
+
"""
|
|
17243
|
+
Current State of Migration.
|
|
17244
|
+
"""
|
|
17245
|
+
return pulumi.get(self, "migration_state")
|
|
17246
|
+
|
|
17247
|
+
@property
|
|
17248
|
+
@pulumi.getter(name="pendingLogBackupsCount")
|
|
17249
|
+
def pending_log_backups_count(self) -> builtins.int:
|
|
17250
|
+
"""
|
|
17251
|
+
Total pending log backups.
|
|
17252
|
+
"""
|
|
17253
|
+
return pulumi.get(self, "pending_log_backups_count")
|
|
17254
|
+
|
|
17255
|
+
@property
|
|
17256
|
+
@pulumi.getter(name="restoreBlockingReason")
|
|
17257
|
+
def restore_blocking_reason(self) -> builtins.str:
|
|
17258
|
+
"""
|
|
17259
|
+
Restore blocking reason, if any
|
|
17260
|
+
"""
|
|
17261
|
+
return pulumi.get(self, "restore_blocking_reason")
|
|
17262
|
+
|
|
17263
|
+
|
|
16323
17264
|
@pulumi.output_type
|
|
16324
17265
|
class MigrationValidationDatabaseSummaryResultResponse(dict):
|
|
16325
17266
|
"""
|
|
@@ -18766,25 +19707,77 @@ class ODataErrorResponse(dict):
|
|
|
18766
19707
|
@pulumi.getter
|
|
18767
19708
|
def code(self) -> Optional[builtins.str]:
|
|
18768
19709
|
"""
|
|
18769
|
-
The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError'
|
|
19710
|
+
The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError'
|
|
19711
|
+
"""
|
|
19712
|
+
return pulumi.get(self, "code")
|
|
19713
|
+
|
|
19714
|
+
@property
|
|
19715
|
+
@pulumi.getter
|
|
19716
|
+
def details(self) -> Optional[Sequence['outputs.ODataErrorResponse']]:
|
|
19717
|
+
"""
|
|
19718
|
+
Inner errors that caused this error
|
|
19719
|
+
"""
|
|
19720
|
+
return pulumi.get(self, "details")
|
|
19721
|
+
|
|
19722
|
+
@property
|
|
19723
|
+
@pulumi.getter
|
|
19724
|
+
def message(self) -> Optional[builtins.str]:
|
|
19725
|
+
"""
|
|
19726
|
+
The human-readable description of the error
|
|
19727
|
+
"""
|
|
19728
|
+
return pulumi.get(self, "message")
|
|
19729
|
+
|
|
19730
|
+
|
|
19731
|
+
@pulumi.output_type
|
|
19732
|
+
class OfflineConfigurationResponse(dict):
|
|
19733
|
+
"""
|
|
19734
|
+
Offline configuration
|
|
19735
|
+
"""
|
|
19736
|
+
@staticmethod
|
|
19737
|
+
def __key_warning(key: str):
|
|
19738
|
+
suggest = None
|
|
19739
|
+
if key == "lastBackupName":
|
|
19740
|
+
suggest = "last_backup_name"
|
|
19741
|
+
|
|
19742
|
+
if suggest:
|
|
19743
|
+
pulumi.log.warn(f"Key '{key}' not found in OfflineConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19744
|
+
|
|
19745
|
+
def __getitem__(self, key: str) -> Any:
|
|
19746
|
+
OfflineConfigurationResponse.__key_warning(key)
|
|
19747
|
+
return super().__getitem__(key)
|
|
19748
|
+
|
|
19749
|
+
def get(self, key: str, default = None) -> Any:
|
|
19750
|
+
OfflineConfigurationResponse.__key_warning(key)
|
|
19751
|
+
return super().get(key, default)
|
|
19752
|
+
|
|
19753
|
+
def __init__(__self__, *,
|
|
19754
|
+
last_backup_name: Optional[builtins.str] = None,
|
|
19755
|
+
offline: Optional[builtins.bool] = None):
|
|
19756
|
+
"""
|
|
19757
|
+
Offline configuration
|
|
19758
|
+
:param builtins.str last_backup_name: Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share.
|
|
19759
|
+
:param builtins.bool offline: Offline migration
|
|
18770
19760
|
"""
|
|
18771
|
-
|
|
19761
|
+
if last_backup_name is not None:
|
|
19762
|
+
pulumi.set(__self__, "last_backup_name", last_backup_name)
|
|
19763
|
+
if offline is not None:
|
|
19764
|
+
pulumi.set(__self__, "offline", offline)
|
|
18772
19765
|
|
|
18773
19766
|
@property
|
|
18774
|
-
@pulumi.getter
|
|
18775
|
-
def
|
|
19767
|
+
@pulumi.getter(name="lastBackupName")
|
|
19768
|
+
def last_backup_name(self) -> Optional[builtins.str]:
|
|
18776
19769
|
"""
|
|
18777
|
-
|
|
19770
|
+
Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share.
|
|
18778
19771
|
"""
|
|
18779
|
-
return pulumi.get(self, "
|
|
19772
|
+
return pulumi.get(self, "last_backup_name")
|
|
18780
19773
|
|
|
18781
19774
|
@property
|
|
18782
19775
|
@pulumi.getter
|
|
18783
|
-
def
|
|
19776
|
+
def offline(self) -> Optional[builtins.bool]:
|
|
18784
19777
|
"""
|
|
18785
|
-
|
|
19778
|
+
Offline migration
|
|
18786
19779
|
"""
|
|
18787
|
-
return pulumi.get(self, "
|
|
19780
|
+
return pulumi.get(self, "offline")
|
|
18788
19781
|
|
|
18789
19782
|
|
|
18790
19783
|
@pulumi.output_type
|
|
@@ -19070,815 +20063,1179 @@ class PostgreSqlConnectionInfoResponse(dict):
|
|
|
19070
20063
|
@pulumi.getter
|
|
19071
20064
|
def port(self) -> builtins.int:
|
|
19072
20065
|
"""
|
|
19073
|
-
Port for Server
|
|
20066
|
+
Port for Server
|
|
20067
|
+
"""
|
|
20068
|
+
return pulumi.get(self, "port")
|
|
20069
|
+
|
|
20070
|
+
@property
|
|
20071
|
+
@pulumi.getter(name="serverName")
|
|
20072
|
+
def server_name(self) -> builtins.str:
|
|
20073
|
+
"""
|
|
20074
|
+
Name of the server
|
|
20075
|
+
"""
|
|
20076
|
+
return pulumi.get(self, "server_name")
|
|
20077
|
+
|
|
20078
|
+
@property
|
|
20079
|
+
@pulumi.getter
|
|
20080
|
+
def type(self) -> builtins.str:
|
|
20081
|
+
"""
|
|
20082
|
+
Type of connection info
|
|
20083
|
+
Expected value is 'PostgreSqlConnectionInfo'.
|
|
20084
|
+
"""
|
|
20085
|
+
return pulumi.get(self, "type")
|
|
20086
|
+
|
|
20087
|
+
@property
|
|
20088
|
+
@pulumi.getter(name="additionalSettings")
|
|
20089
|
+
def additional_settings(self) -> Optional[builtins.str]:
|
|
20090
|
+
"""
|
|
20091
|
+
Additional connection settings
|
|
20092
|
+
"""
|
|
20093
|
+
return pulumi.get(self, "additional_settings")
|
|
20094
|
+
|
|
20095
|
+
@property
|
|
20096
|
+
@pulumi.getter
|
|
20097
|
+
def authentication(self) -> Optional[builtins.str]:
|
|
20098
|
+
"""
|
|
20099
|
+
Authentication type to use for connection
|
|
20100
|
+
"""
|
|
20101
|
+
return pulumi.get(self, "authentication")
|
|
20102
|
+
|
|
20103
|
+
@property
|
|
20104
|
+
@pulumi.getter(name="dataSource")
|
|
20105
|
+
def data_source(self) -> Optional[builtins.str]:
|
|
20106
|
+
"""
|
|
20107
|
+
Data source
|
|
20108
|
+
"""
|
|
20109
|
+
return pulumi.get(self, "data_source")
|
|
20110
|
+
|
|
20111
|
+
@property
|
|
20112
|
+
@pulumi.getter(name="databaseName")
|
|
20113
|
+
def database_name(self) -> Optional[builtins.str]:
|
|
20114
|
+
"""
|
|
20115
|
+
Name of the database
|
|
20116
|
+
"""
|
|
20117
|
+
return pulumi.get(self, "database_name")
|
|
20118
|
+
|
|
20119
|
+
@property
|
|
20120
|
+
@pulumi.getter(name="encryptConnection")
|
|
20121
|
+
def encrypt_connection(self) -> Optional[builtins.bool]:
|
|
20122
|
+
"""
|
|
20123
|
+
Whether to encrypt the connection
|
|
20124
|
+
"""
|
|
20125
|
+
return pulumi.get(self, "encrypt_connection")
|
|
20126
|
+
|
|
20127
|
+
@property
|
|
20128
|
+
@pulumi.getter
|
|
20129
|
+
def password(self) -> Optional[builtins.str]:
|
|
20130
|
+
"""
|
|
20131
|
+
Password credential.
|
|
20132
|
+
"""
|
|
20133
|
+
return pulumi.get(self, "password")
|
|
20134
|
+
|
|
20135
|
+
@property
|
|
20136
|
+
@pulumi.getter(name="serverBrandVersion")
|
|
20137
|
+
def server_brand_version(self) -> Optional[builtins.str]:
|
|
20138
|
+
"""
|
|
20139
|
+
server brand version
|
|
20140
|
+
"""
|
|
20141
|
+
return pulumi.get(self, "server_brand_version")
|
|
20142
|
+
|
|
20143
|
+
@property
|
|
20144
|
+
@pulumi.getter(name="serverVersion")
|
|
20145
|
+
def server_version(self) -> Optional[builtins.str]:
|
|
20146
|
+
"""
|
|
20147
|
+
server version
|
|
20148
|
+
"""
|
|
20149
|
+
return pulumi.get(self, "server_version")
|
|
20150
|
+
|
|
20151
|
+
@property
|
|
20152
|
+
@pulumi.getter(name="trustServerCertificate")
|
|
20153
|
+
def trust_server_certificate(self) -> Optional[builtins.bool]:
|
|
20154
|
+
"""
|
|
20155
|
+
Whether to trust the server certificate
|
|
20156
|
+
"""
|
|
20157
|
+
return pulumi.get(self, "trust_server_certificate")
|
|
20158
|
+
|
|
20159
|
+
@property
|
|
20160
|
+
@pulumi.getter(name="userName")
|
|
20161
|
+
def user_name(self) -> Optional[builtins.str]:
|
|
20162
|
+
"""
|
|
20163
|
+
User name
|
|
20164
|
+
"""
|
|
20165
|
+
return pulumi.get(self, "user_name")
|
|
20166
|
+
|
|
20167
|
+
|
|
20168
|
+
@pulumi.output_type
|
|
20169
|
+
class ProjectFilePropertiesResponse(dict):
|
|
20170
|
+
"""
|
|
20171
|
+
Base class for file properties.
|
|
20172
|
+
"""
|
|
20173
|
+
@staticmethod
|
|
20174
|
+
def __key_warning(key: str):
|
|
20175
|
+
suggest = None
|
|
20176
|
+
if key == "lastModified":
|
|
20177
|
+
suggest = "last_modified"
|
|
20178
|
+
elif key == "filePath":
|
|
20179
|
+
suggest = "file_path"
|
|
20180
|
+
elif key == "mediaType":
|
|
20181
|
+
suggest = "media_type"
|
|
20182
|
+
|
|
20183
|
+
if suggest:
|
|
20184
|
+
pulumi.log.warn(f"Key '{key}' not found in ProjectFilePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
20185
|
+
|
|
20186
|
+
def __getitem__(self, key: str) -> Any:
|
|
20187
|
+
ProjectFilePropertiesResponse.__key_warning(key)
|
|
20188
|
+
return super().__getitem__(key)
|
|
20189
|
+
|
|
20190
|
+
def get(self, key: str, default = None) -> Any:
|
|
20191
|
+
ProjectFilePropertiesResponse.__key_warning(key)
|
|
20192
|
+
return super().get(key, default)
|
|
20193
|
+
|
|
20194
|
+
def __init__(__self__, *,
|
|
20195
|
+
last_modified: builtins.str,
|
|
20196
|
+
size: builtins.float,
|
|
20197
|
+
extension: Optional[builtins.str] = None,
|
|
20198
|
+
file_path: Optional[builtins.str] = None,
|
|
20199
|
+
media_type: Optional[builtins.str] = None):
|
|
20200
|
+
"""
|
|
20201
|
+
Base class for file properties.
|
|
20202
|
+
:param builtins.str last_modified: Modification DateTime.
|
|
20203
|
+
:param builtins.float size: File size.
|
|
20204
|
+
:param builtins.str extension: Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.
|
|
20205
|
+
:param builtins.str file_path: Relative path of this file resource. This property can be set when creating or updating the file resource.
|
|
20206
|
+
:param builtins.str media_type: File content type. This property can be modified to reflect the file content type.
|
|
20207
|
+
"""
|
|
20208
|
+
pulumi.set(__self__, "last_modified", last_modified)
|
|
20209
|
+
pulumi.set(__self__, "size", size)
|
|
20210
|
+
if extension is not None:
|
|
20211
|
+
pulumi.set(__self__, "extension", extension)
|
|
20212
|
+
if file_path is not None:
|
|
20213
|
+
pulumi.set(__self__, "file_path", file_path)
|
|
20214
|
+
if media_type is not None:
|
|
20215
|
+
pulumi.set(__self__, "media_type", media_type)
|
|
20216
|
+
|
|
20217
|
+
@property
|
|
20218
|
+
@pulumi.getter(name="lastModified")
|
|
20219
|
+
def last_modified(self) -> builtins.str:
|
|
20220
|
+
"""
|
|
20221
|
+
Modification DateTime.
|
|
20222
|
+
"""
|
|
20223
|
+
return pulumi.get(self, "last_modified")
|
|
20224
|
+
|
|
20225
|
+
@property
|
|
20226
|
+
@pulumi.getter
|
|
20227
|
+
def size(self) -> builtins.float:
|
|
20228
|
+
"""
|
|
20229
|
+
File size.
|
|
20230
|
+
"""
|
|
20231
|
+
return pulumi.get(self, "size")
|
|
20232
|
+
|
|
20233
|
+
@property
|
|
20234
|
+
@pulumi.getter
|
|
20235
|
+
def extension(self) -> Optional[builtins.str]:
|
|
20236
|
+
"""
|
|
20237
|
+
Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.
|
|
20238
|
+
"""
|
|
20239
|
+
return pulumi.get(self, "extension")
|
|
20240
|
+
|
|
20241
|
+
@property
|
|
20242
|
+
@pulumi.getter(name="filePath")
|
|
20243
|
+
def file_path(self) -> Optional[builtins.str]:
|
|
20244
|
+
"""
|
|
20245
|
+
Relative path of this file resource. This property can be set when creating or updating the file resource.
|
|
20246
|
+
"""
|
|
20247
|
+
return pulumi.get(self, "file_path")
|
|
20248
|
+
|
|
20249
|
+
@property
|
|
20250
|
+
@pulumi.getter(name="mediaType")
|
|
20251
|
+
def media_type(self) -> Optional[builtins.str]:
|
|
20252
|
+
"""
|
|
20253
|
+
File content type. This property can be modified to reflect the file content type.
|
|
20254
|
+
"""
|
|
20255
|
+
return pulumi.get(self, "media_type")
|
|
20256
|
+
|
|
20257
|
+
|
|
20258
|
+
@pulumi.output_type
|
|
20259
|
+
class QueryAnalysisValidationResultResponse(dict):
|
|
20260
|
+
"""
|
|
20261
|
+
Results for query analysis comparison between the source and target
|
|
20262
|
+
"""
|
|
20263
|
+
@staticmethod
|
|
20264
|
+
def __key_warning(key: str):
|
|
20265
|
+
suggest = None
|
|
20266
|
+
if key == "queryResults":
|
|
20267
|
+
suggest = "query_results"
|
|
20268
|
+
elif key == "validationErrors":
|
|
20269
|
+
suggest = "validation_errors"
|
|
20270
|
+
|
|
20271
|
+
if suggest:
|
|
20272
|
+
pulumi.log.warn(f"Key '{key}' not found in QueryAnalysisValidationResultResponse. Access the value via the '{suggest}' property getter instead.")
|
|
20273
|
+
|
|
20274
|
+
def __getitem__(self, key: str) -> Any:
|
|
20275
|
+
QueryAnalysisValidationResultResponse.__key_warning(key)
|
|
20276
|
+
return super().__getitem__(key)
|
|
20277
|
+
|
|
20278
|
+
def get(self, key: str, default = None) -> Any:
|
|
20279
|
+
QueryAnalysisValidationResultResponse.__key_warning(key)
|
|
20280
|
+
return super().get(key, default)
|
|
20281
|
+
|
|
20282
|
+
def __init__(__self__, *,
|
|
20283
|
+
query_results: Optional['outputs.QueryExecutionResultResponse'] = None,
|
|
20284
|
+
validation_errors: Optional['outputs.ValidationErrorResponse'] = None):
|
|
20285
|
+
"""
|
|
20286
|
+
Results for query analysis comparison between the source and target
|
|
20287
|
+
:param 'QueryExecutionResultResponse' query_results: List of queries executed and it's execution results in source and target
|
|
20288
|
+
:param 'ValidationErrorResponse' validation_errors: Errors that are part of the execution
|
|
20289
|
+
"""
|
|
20290
|
+
if query_results is not None:
|
|
20291
|
+
pulumi.set(__self__, "query_results", query_results)
|
|
20292
|
+
if validation_errors is not None:
|
|
20293
|
+
pulumi.set(__self__, "validation_errors", validation_errors)
|
|
20294
|
+
|
|
20295
|
+
@property
|
|
20296
|
+
@pulumi.getter(name="queryResults")
|
|
20297
|
+
def query_results(self) -> Optional['outputs.QueryExecutionResultResponse']:
|
|
20298
|
+
"""
|
|
20299
|
+
List of queries executed and it's execution results in source and target
|
|
20300
|
+
"""
|
|
20301
|
+
return pulumi.get(self, "query_results")
|
|
20302
|
+
|
|
20303
|
+
@property
|
|
20304
|
+
@pulumi.getter(name="validationErrors")
|
|
20305
|
+
def validation_errors(self) -> Optional['outputs.ValidationErrorResponse']:
|
|
20306
|
+
"""
|
|
20307
|
+
Errors that are part of the execution
|
|
19074
20308
|
"""
|
|
19075
|
-
return pulumi.get(self, "
|
|
20309
|
+
return pulumi.get(self, "validation_errors")
|
|
19076
20310
|
|
|
19077
|
-
|
|
19078
|
-
|
|
19079
|
-
|
|
20311
|
+
|
|
20312
|
+
@pulumi.output_type
|
|
20313
|
+
class QueryExecutionResultResponse(dict):
|
|
20314
|
+
"""
|
|
20315
|
+
Describes query analysis results for execution in source and target
|
|
20316
|
+
"""
|
|
20317
|
+
@staticmethod
|
|
20318
|
+
def __key_warning(key: str):
|
|
20319
|
+
suggest = None
|
|
20320
|
+
if key == "queryText":
|
|
20321
|
+
suggest = "query_text"
|
|
20322
|
+
elif key == "sourceResult":
|
|
20323
|
+
suggest = "source_result"
|
|
20324
|
+
elif key == "statementsInBatch":
|
|
20325
|
+
suggest = "statements_in_batch"
|
|
20326
|
+
elif key == "targetResult":
|
|
20327
|
+
suggest = "target_result"
|
|
20328
|
+
|
|
20329
|
+
if suggest:
|
|
20330
|
+
pulumi.log.warn(f"Key '{key}' not found in QueryExecutionResultResponse. Access the value via the '{suggest}' property getter instead.")
|
|
20331
|
+
|
|
20332
|
+
def __getitem__(self, key: str) -> Any:
|
|
20333
|
+
QueryExecutionResultResponse.__key_warning(key)
|
|
20334
|
+
return super().__getitem__(key)
|
|
20335
|
+
|
|
20336
|
+
def get(self, key: str, default = None) -> Any:
|
|
20337
|
+
QueryExecutionResultResponse.__key_warning(key)
|
|
20338
|
+
return super().get(key, default)
|
|
20339
|
+
|
|
20340
|
+
def __init__(__self__, *,
|
|
20341
|
+
query_text: Optional[builtins.str] = None,
|
|
20342
|
+
source_result: Optional['outputs.ExecutionStatisticsResponse'] = None,
|
|
20343
|
+
statements_in_batch: Optional[builtins.float] = None,
|
|
20344
|
+
target_result: Optional['outputs.ExecutionStatisticsResponse'] = None):
|
|
19080
20345
|
"""
|
|
19081
|
-
|
|
20346
|
+
Describes query analysis results for execution in source and target
|
|
20347
|
+
:param builtins.str query_text: Query text retrieved from the source server
|
|
20348
|
+
:param 'ExecutionStatisticsResponse' source_result: Query analysis result from the source
|
|
20349
|
+
:param builtins.float statements_in_batch: Total no. of statements in the batch
|
|
20350
|
+
:param 'ExecutionStatisticsResponse' target_result: Query analysis result from the target
|
|
19082
20351
|
"""
|
|
19083
|
-
|
|
20352
|
+
if query_text is not None:
|
|
20353
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
20354
|
+
if source_result is not None:
|
|
20355
|
+
pulumi.set(__self__, "source_result", source_result)
|
|
20356
|
+
if statements_in_batch is not None:
|
|
20357
|
+
pulumi.set(__self__, "statements_in_batch", statements_in_batch)
|
|
20358
|
+
if target_result is not None:
|
|
20359
|
+
pulumi.set(__self__, "target_result", target_result)
|
|
19084
20360
|
|
|
19085
20361
|
@property
|
|
19086
|
-
@pulumi.getter
|
|
19087
|
-
def
|
|
20362
|
+
@pulumi.getter(name="queryText")
|
|
20363
|
+
def query_text(self) -> Optional[builtins.str]:
|
|
19088
20364
|
"""
|
|
19089
|
-
|
|
19090
|
-
Expected value is 'PostgreSqlConnectionInfo'.
|
|
20365
|
+
Query text retrieved from the source server
|
|
19091
20366
|
"""
|
|
19092
|
-
return pulumi.get(self, "
|
|
20367
|
+
return pulumi.get(self, "query_text")
|
|
19093
20368
|
|
|
19094
20369
|
@property
|
|
19095
|
-
@pulumi.getter(name="
|
|
19096
|
-
def
|
|
20370
|
+
@pulumi.getter(name="sourceResult")
|
|
20371
|
+
def source_result(self) -> Optional['outputs.ExecutionStatisticsResponse']:
|
|
19097
20372
|
"""
|
|
19098
|
-
|
|
20373
|
+
Query analysis result from the source
|
|
19099
20374
|
"""
|
|
19100
|
-
return pulumi.get(self, "
|
|
20375
|
+
return pulumi.get(self, "source_result")
|
|
19101
20376
|
|
|
19102
20377
|
@property
|
|
19103
|
-
@pulumi.getter
|
|
19104
|
-
def
|
|
20378
|
+
@pulumi.getter(name="statementsInBatch")
|
|
20379
|
+
def statements_in_batch(self) -> Optional[builtins.float]:
|
|
19105
20380
|
"""
|
|
19106
|
-
|
|
20381
|
+
Total no. of statements in the batch
|
|
19107
20382
|
"""
|
|
19108
|
-
return pulumi.get(self, "
|
|
20383
|
+
return pulumi.get(self, "statements_in_batch")
|
|
19109
20384
|
|
|
19110
20385
|
@property
|
|
19111
|
-
@pulumi.getter(name="
|
|
19112
|
-
def
|
|
20386
|
+
@pulumi.getter(name="targetResult")
|
|
20387
|
+
def target_result(self) -> Optional['outputs.ExecutionStatisticsResponse']:
|
|
19113
20388
|
"""
|
|
19114
|
-
|
|
20389
|
+
Query analysis result from the target
|
|
19115
20390
|
"""
|
|
19116
|
-
return pulumi.get(self, "
|
|
20391
|
+
return pulumi.get(self, "target_result")
|
|
19117
20392
|
|
|
19118
|
-
|
|
19119
|
-
|
|
19120
|
-
|
|
20393
|
+
|
|
20394
|
+
@pulumi.output_type
|
|
20395
|
+
class ReportableExceptionResponse(dict):
|
|
20396
|
+
"""
|
|
20397
|
+
Exception object for all custom exceptions
|
|
20398
|
+
"""
|
|
20399
|
+
@staticmethod
|
|
20400
|
+
def __key_warning(key: str):
|
|
20401
|
+
suggest = None
|
|
20402
|
+
if key == "actionableMessage":
|
|
20403
|
+
suggest = "actionable_message"
|
|
20404
|
+
elif key == "filePath":
|
|
20405
|
+
suggest = "file_path"
|
|
20406
|
+
elif key == "hResult":
|
|
20407
|
+
suggest = "h_result"
|
|
20408
|
+
elif key == "lineNumber":
|
|
20409
|
+
suggest = "line_number"
|
|
20410
|
+
elif key == "stackTrace":
|
|
20411
|
+
suggest = "stack_trace"
|
|
20412
|
+
|
|
20413
|
+
if suggest:
|
|
20414
|
+
pulumi.log.warn(f"Key '{key}' not found in ReportableExceptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
20415
|
+
|
|
20416
|
+
def __getitem__(self, key: str) -> Any:
|
|
20417
|
+
ReportableExceptionResponse.__key_warning(key)
|
|
20418
|
+
return super().__getitem__(key)
|
|
20419
|
+
|
|
20420
|
+
def get(self, key: str, default = None) -> Any:
|
|
20421
|
+
ReportableExceptionResponse.__key_warning(key)
|
|
20422
|
+
return super().get(key, default)
|
|
20423
|
+
|
|
20424
|
+
def __init__(__self__, *,
|
|
20425
|
+
actionable_message: Optional[builtins.str] = None,
|
|
20426
|
+
file_path: Optional[builtins.str] = None,
|
|
20427
|
+
h_result: Optional[builtins.int] = None,
|
|
20428
|
+
line_number: Optional[builtins.str] = None,
|
|
20429
|
+
message: Optional[builtins.str] = None,
|
|
20430
|
+
stack_trace: Optional[builtins.str] = None):
|
|
19121
20431
|
"""
|
|
19122
|
-
|
|
20432
|
+
Exception object for all custom exceptions
|
|
20433
|
+
:param builtins.str actionable_message: Actionable steps for this exception
|
|
20434
|
+
:param builtins.str file_path: The path to the file where exception occurred
|
|
20435
|
+
:param builtins.int h_result: Coded numerical value that is assigned to a specific exception
|
|
20436
|
+
:param builtins.str line_number: The line number where exception occurred
|
|
20437
|
+
:param builtins.str message: Error message
|
|
20438
|
+
:param builtins.str stack_trace: Stack trace
|
|
19123
20439
|
"""
|
|
19124
|
-
|
|
20440
|
+
if actionable_message is not None:
|
|
20441
|
+
pulumi.set(__self__, "actionable_message", actionable_message)
|
|
20442
|
+
if file_path is not None:
|
|
20443
|
+
pulumi.set(__self__, "file_path", file_path)
|
|
20444
|
+
if h_result is not None:
|
|
20445
|
+
pulumi.set(__self__, "h_result", h_result)
|
|
20446
|
+
if line_number is not None:
|
|
20447
|
+
pulumi.set(__self__, "line_number", line_number)
|
|
20448
|
+
if message is not None:
|
|
20449
|
+
pulumi.set(__self__, "message", message)
|
|
20450
|
+
if stack_trace is not None:
|
|
20451
|
+
pulumi.set(__self__, "stack_trace", stack_trace)
|
|
19125
20452
|
|
|
19126
20453
|
@property
|
|
19127
|
-
@pulumi.getter(name="
|
|
19128
|
-
def
|
|
20454
|
+
@pulumi.getter(name="actionableMessage")
|
|
20455
|
+
def actionable_message(self) -> Optional[builtins.str]:
|
|
19129
20456
|
"""
|
|
19130
|
-
|
|
20457
|
+
Actionable steps for this exception
|
|
19131
20458
|
"""
|
|
19132
|
-
return pulumi.get(self, "
|
|
20459
|
+
return pulumi.get(self, "actionable_message")
|
|
19133
20460
|
|
|
19134
20461
|
@property
|
|
19135
|
-
@pulumi.getter
|
|
19136
|
-
def
|
|
20462
|
+
@pulumi.getter(name="filePath")
|
|
20463
|
+
def file_path(self) -> Optional[builtins.str]:
|
|
19137
20464
|
"""
|
|
19138
|
-
|
|
20465
|
+
The path to the file where exception occurred
|
|
19139
20466
|
"""
|
|
19140
|
-
return pulumi.get(self, "
|
|
20467
|
+
return pulumi.get(self, "file_path")
|
|
19141
20468
|
|
|
19142
20469
|
@property
|
|
19143
|
-
@pulumi.getter(name="
|
|
19144
|
-
def
|
|
20470
|
+
@pulumi.getter(name="hResult")
|
|
20471
|
+
def h_result(self) -> Optional[builtins.int]:
|
|
19145
20472
|
"""
|
|
19146
|
-
|
|
20473
|
+
Coded numerical value that is assigned to a specific exception
|
|
19147
20474
|
"""
|
|
19148
|
-
return pulumi.get(self, "
|
|
20475
|
+
return pulumi.get(self, "h_result")
|
|
19149
20476
|
|
|
19150
20477
|
@property
|
|
19151
|
-
@pulumi.getter(name="
|
|
19152
|
-
def
|
|
20478
|
+
@pulumi.getter(name="lineNumber")
|
|
20479
|
+
def line_number(self) -> Optional[builtins.str]:
|
|
19153
20480
|
"""
|
|
19154
|
-
|
|
20481
|
+
The line number where exception occurred
|
|
19155
20482
|
"""
|
|
19156
|
-
return pulumi.get(self, "
|
|
20483
|
+
return pulumi.get(self, "line_number")
|
|
19157
20484
|
|
|
19158
20485
|
@property
|
|
19159
|
-
@pulumi.getter
|
|
19160
|
-
def
|
|
20486
|
+
@pulumi.getter
|
|
20487
|
+
def message(self) -> Optional[builtins.str]:
|
|
19161
20488
|
"""
|
|
19162
|
-
|
|
20489
|
+
Error message
|
|
19163
20490
|
"""
|
|
19164
|
-
return pulumi.get(self, "
|
|
20491
|
+
return pulumi.get(self, "message")
|
|
19165
20492
|
|
|
19166
20493
|
@property
|
|
19167
|
-
@pulumi.getter(name="
|
|
19168
|
-
def
|
|
20494
|
+
@pulumi.getter(name="stackTrace")
|
|
20495
|
+
def stack_trace(self) -> Optional[builtins.str]:
|
|
19169
20496
|
"""
|
|
19170
|
-
|
|
20497
|
+
Stack trace
|
|
19171
20498
|
"""
|
|
19172
|
-
return pulumi.get(self, "
|
|
20499
|
+
return pulumi.get(self, "stack_trace")
|
|
19173
20500
|
|
|
19174
20501
|
|
|
19175
20502
|
@pulumi.output_type
|
|
19176
|
-
class
|
|
20503
|
+
class SchemaComparisonValidationResultResponse(dict):
|
|
19177
20504
|
"""
|
|
19178
|
-
|
|
20505
|
+
Results for schema comparison between the source and target
|
|
19179
20506
|
"""
|
|
19180
20507
|
@staticmethod
|
|
19181
20508
|
def __key_warning(key: str):
|
|
19182
20509
|
suggest = None
|
|
19183
|
-
if key == "
|
|
19184
|
-
suggest = "
|
|
19185
|
-
elif key == "
|
|
19186
|
-
suggest = "
|
|
19187
|
-
elif key == "
|
|
19188
|
-
suggest = "
|
|
20510
|
+
if key == "schemaDifferences":
|
|
20511
|
+
suggest = "schema_differences"
|
|
20512
|
+
elif key == "sourceDatabaseObjectCount":
|
|
20513
|
+
suggest = "source_database_object_count"
|
|
20514
|
+
elif key == "targetDatabaseObjectCount":
|
|
20515
|
+
suggest = "target_database_object_count"
|
|
20516
|
+
elif key == "validationErrors":
|
|
20517
|
+
suggest = "validation_errors"
|
|
19189
20518
|
|
|
19190
20519
|
if suggest:
|
|
19191
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20520
|
+
pulumi.log.warn(f"Key '{key}' not found in SchemaComparisonValidationResultResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19192
20521
|
|
|
19193
20522
|
def __getitem__(self, key: str) -> Any:
|
|
19194
|
-
|
|
20523
|
+
SchemaComparisonValidationResultResponse.__key_warning(key)
|
|
19195
20524
|
return super().__getitem__(key)
|
|
19196
20525
|
|
|
19197
20526
|
def get(self, key: str, default = None) -> Any:
|
|
19198
|
-
|
|
20527
|
+
SchemaComparisonValidationResultResponse.__key_warning(key)
|
|
19199
20528
|
return super().get(key, default)
|
|
19200
20529
|
|
|
19201
20530
|
def __init__(__self__, *,
|
|
19202
|
-
|
|
19203
|
-
|
|
19204
|
-
|
|
19205
|
-
|
|
19206
|
-
media_type: Optional[builtins.str] = None):
|
|
19207
|
-
"""
|
|
19208
|
-
Base class for file properties.
|
|
19209
|
-
:param builtins.str last_modified: Modification DateTime.
|
|
19210
|
-
:param builtins.float size: File size.
|
|
19211
|
-
:param builtins.str extension: Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.
|
|
19212
|
-
:param builtins.str file_path: Relative path of this file resource. This property can be set when creating or updating the file resource.
|
|
19213
|
-
:param builtins.str media_type: File content type. This property can be modified to reflect the file content type.
|
|
19214
|
-
"""
|
|
19215
|
-
pulumi.set(__self__, "last_modified", last_modified)
|
|
19216
|
-
pulumi.set(__self__, "size", size)
|
|
19217
|
-
if extension is not None:
|
|
19218
|
-
pulumi.set(__self__, "extension", extension)
|
|
19219
|
-
if file_path is not None:
|
|
19220
|
-
pulumi.set(__self__, "file_path", file_path)
|
|
19221
|
-
if media_type is not None:
|
|
19222
|
-
pulumi.set(__self__, "media_type", media_type)
|
|
19223
|
-
|
|
19224
|
-
@property
|
|
19225
|
-
@pulumi.getter(name="lastModified")
|
|
19226
|
-
def last_modified(self) -> builtins.str:
|
|
20531
|
+
schema_differences: Optional['outputs.SchemaComparisonValidationResultTypeResponse'] = None,
|
|
20532
|
+
source_database_object_count: Optional[Mapping[str, builtins.float]] = None,
|
|
20533
|
+
target_database_object_count: Optional[Mapping[str, builtins.float]] = None,
|
|
20534
|
+
validation_errors: Optional['outputs.ValidationErrorResponse'] = None):
|
|
19227
20535
|
"""
|
|
19228
|
-
|
|
20536
|
+
Results for schema comparison between the source and target
|
|
20537
|
+
:param 'SchemaComparisonValidationResultTypeResponse' schema_differences: List of schema differences between the source and target databases
|
|
20538
|
+
:param Mapping[str, builtins.float] source_database_object_count: Count of source database objects
|
|
20539
|
+
:param Mapping[str, builtins.float] target_database_object_count: Count of target database objects
|
|
20540
|
+
:param 'ValidationErrorResponse' validation_errors: List of errors that happened while performing schema compare validation
|
|
19229
20541
|
"""
|
|
19230
|
-
|
|
20542
|
+
if schema_differences is not None:
|
|
20543
|
+
pulumi.set(__self__, "schema_differences", schema_differences)
|
|
20544
|
+
if source_database_object_count is not None:
|
|
20545
|
+
pulumi.set(__self__, "source_database_object_count", source_database_object_count)
|
|
20546
|
+
if target_database_object_count is not None:
|
|
20547
|
+
pulumi.set(__self__, "target_database_object_count", target_database_object_count)
|
|
20548
|
+
if validation_errors is not None:
|
|
20549
|
+
pulumi.set(__self__, "validation_errors", validation_errors)
|
|
19231
20550
|
|
|
19232
20551
|
@property
|
|
19233
|
-
@pulumi.getter
|
|
19234
|
-
def
|
|
20552
|
+
@pulumi.getter(name="schemaDifferences")
|
|
20553
|
+
def schema_differences(self) -> Optional['outputs.SchemaComparisonValidationResultTypeResponse']:
|
|
19235
20554
|
"""
|
|
19236
|
-
|
|
20555
|
+
List of schema differences between the source and target databases
|
|
19237
20556
|
"""
|
|
19238
|
-
return pulumi.get(self, "
|
|
20557
|
+
return pulumi.get(self, "schema_differences")
|
|
19239
20558
|
|
|
19240
20559
|
@property
|
|
19241
|
-
@pulumi.getter
|
|
19242
|
-
def
|
|
20560
|
+
@pulumi.getter(name="sourceDatabaseObjectCount")
|
|
20561
|
+
def source_database_object_count(self) -> Optional[Mapping[str, builtins.float]]:
|
|
19243
20562
|
"""
|
|
19244
|
-
|
|
20563
|
+
Count of source database objects
|
|
19245
20564
|
"""
|
|
19246
|
-
return pulumi.get(self, "
|
|
20565
|
+
return pulumi.get(self, "source_database_object_count")
|
|
19247
20566
|
|
|
19248
20567
|
@property
|
|
19249
|
-
@pulumi.getter(name="
|
|
19250
|
-
def
|
|
20568
|
+
@pulumi.getter(name="targetDatabaseObjectCount")
|
|
20569
|
+
def target_database_object_count(self) -> Optional[Mapping[str, builtins.float]]:
|
|
19251
20570
|
"""
|
|
19252
|
-
|
|
20571
|
+
Count of target database objects
|
|
19253
20572
|
"""
|
|
19254
|
-
return pulumi.get(self, "
|
|
20573
|
+
return pulumi.get(self, "target_database_object_count")
|
|
19255
20574
|
|
|
19256
20575
|
@property
|
|
19257
|
-
@pulumi.getter(name="
|
|
19258
|
-
def
|
|
20576
|
+
@pulumi.getter(name="validationErrors")
|
|
20577
|
+
def validation_errors(self) -> Optional['outputs.ValidationErrorResponse']:
|
|
19259
20578
|
"""
|
|
19260
|
-
|
|
20579
|
+
List of errors that happened while performing schema compare validation
|
|
19261
20580
|
"""
|
|
19262
|
-
return pulumi.get(self, "
|
|
20581
|
+
return pulumi.get(self, "validation_errors")
|
|
19263
20582
|
|
|
19264
20583
|
|
|
19265
20584
|
@pulumi.output_type
|
|
19266
|
-
class
|
|
20585
|
+
class SchemaComparisonValidationResultTypeResponse(dict):
|
|
19267
20586
|
"""
|
|
19268
|
-
|
|
20587
|
+
Description about the errors happen while performing migration validation
|
|
19269
20588
|
"""
|
|
19270
20589
|
@staticmethod
|
|
19271
20590
|
def __key_warning(key: str):
|
|
19272
20591
|
suggest = None
|
|
19273
|
-
if key == "
|
|
19274
|
-
suggest = "
|
|
19275
|
-
elif key == "
|
|
19276
|
-
suggest = "
|
|
20592
|
+
if key == "objectName":
|
|
20593
|
+
suggest = "object_name"
|
|
20594
|
+
elif key == "objectType":
|
|
20595
|
+
suggest = "object_type"
|
|
20596
|
+
elif key == "updateAction":
|
|
20597
|
+
suggest = "update_action"
|
|
19277
20598
|
|
|
19278
20599
|
if suggest:
|
|
19279
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20600
|
+
pulumi.log.warn(f"Key '{key}' not found in SchemaComparisonValidationResultTypeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19280
20601
|
|
|
19281
20602
|
def __getitem__(self, key: str) -> Any:
|
|
19282
|
-
|
|
20603
|
+
SchemaComparisonValidationResultTypeResponse.__key_warning(key)
|
|
19283
20604
|
return super().__getitem__(key)
|
|
19284
20605
|
|
|
19285
20606
|
def get(self, key: str, default = None) -> Any:
|
|
19286
|
-
|
|
20607
|
+
SchemaComparisonValidationResultTypeResponse.__key_warning(key)
|
|
19287
20608
|
return super().get(key, default)
|
|
19288
20609
|
|
|
19289
20610
|
def __init__(__self__, *,
|
|
19290
|
-
|
|
19291
|
-
|
|
20611
|
+
object_name: Optional[builtins.str] = None,
|
|
20612
|
+
object_type: Optional[builtins.str] = None,
|
|
20613
|
+
update_action: Optional[builtins.str] = None):
|
|
19292
20614
|
"""
|
|
19293
|
-
|
|
19294
|
-
:param
|
|
19295
|
-
:param
|
|
20615
|
+
Description about the errors happen while performing migration validation
|
|
20616
|
+
:param builtins.str object_name: Name of the object that has the difference
|
|
20617
|
+
:param builtins.str object_type: Type of the object that has the difference. e.g (Table/View/StoredProcedure)
|
|
20618
|
+
:param builtins.str update_action: Update action type with respect to target
|
|
19296
20619
|
"""
|
|
19297
|
-
if
|
|
19298
|
-
pulumi.set(__self__, "
|
|
19299
|
-
if
|
|
19300
|
-
pulumi.set(__self__, "
|
|
20620
|
+
if object_name is not None:
|
|
20621
|
+
pulumi.set(__self__, "object_name", object_name)
|
|
20622
|
+
if object_type is not None:
|
|
20623
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
20624
|
+
if update_action is not None:
|
|
20625
|
+
pulumi.set(__self__, "update_action", update_action)
|
|
19301
20626
|
|
|
19302
20627
|
@property
|
|
19303
|
-
@pulumi.getter(name="
|
|
19304
|
-
def
|
|
20628
|
+
@pulumi.getter(name="objectName")
|
|
20629
|
+
def object_name(self) -> Optional[builtins.str]:
|
|
19305
20630
|
"""
|
|
19306
|
-
|
|
20631
|
+
Name of the object that has the difference
|
|
19307
20632
|
"""
|
|
19308
|
-
return pulumi.get(self, "
|
|
20633
|
+
return pulumi.get(self, "object_name")
|
|
19309
20634
|
|
|
19310
20635
|
@property
|
|
19311
|
-
@pulumi.getter(name="
|
|
19312
|
-
def
|
|
20636
|
+
@pulumi.getter(name="objectType")
|
|
20637
|
+
def object_type(self) -> Optional[builtins.str]:
|
|
19313
20638
|
"""
|
|
19314
|
-
|
|
20639
|
+
Type of the object that has the difference. e.g (Table/View/StoredProcedure)
|
|
19315
20640
|
"""
|
|
19316
|
-
return pulumi.get(self, "
|
|
20641
|
+
return pulumi.get(self, "object_type")
|
|
20642
|
+
|
|
20643
|
+
@property
|
|
20644
|
+
@pulumi.getter(name="updateAction")
|
|
20645
|
+
def update_action(self) -> Optional[builtins.str]:
|
|
20646
|
+
"""
|
|
20647
|
+
Update action type with respect to target
|
|
20648
|
+
"""
|
|
20649
|
+
return pulumi.get(self, "update_action")
|
|
19317
20650
|
|
|
19318
20651
|
|
|
19319
20652
|
@pulumi.output_type
|
|
19320
|
-
class
|
|
20653
|
+
class SelectedCertificateInputResponse(dict):
|
|
19321
20654
|
"""
|
|
19322
|
-
|
|
20655
|
+
Info for certificate to be exported for TDE enabled databases.
|
|
19323
20656
|
"""
|
|
19324
20657
|
@staticmethod
|
|
19325
20658
|
def __key_warning(key: str):
|
|
19326
20659
|
suggest = None
|
|
19327
|
-
if key == "
|
|
19328
|
-
suggest = "
|
|
19329
|
-
elif key == "sourceResult":
|
|
19330
|
-
suggest = "source_result"
|
|
19331
|
-
elif key == "statementsInBatch":
|
|
19332
|
-
suggest = "statements_in_batch"
|
|
19333
|
-
elif key == "targetResult":
|
|
19334
|
-
suggest = "target_result"
|
|
20660
|
+
if key == "certificateName":
|
|
20661
|
+
suggest = "certificate_name"
|
|
19335
20662
|
|
|
19336
20663
|
if suggest:
|
|
19337
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20664
|
+
pulumi.log.warn(f"Key '{key}' not found in SelectedCertificateInputResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19338
20665
|
|
|
19339
20666
|
def __getitem__(self, key: str) -> Any:
|
|
19340
|
-
|
|
20667
|
+
SelectedCertificateInputResponse.__key_warning(key)
|
|
19341
20668
|
return super().__getitem__(key)
|
|
19342
20669
|
|
|
19343
20670
|
def get(self, key: str, default = None) -> Any:
|
|
19344
|
-
|
|
20671
|
+
SelectedCertificateInputResponse.__key_warning(key)
|
|
19345
20672
|
return super().get(key, default)
|
|
19346
20673
|
|
|
19347
20674
|
def __init__(__self__, *,
|
|
19348
|
-
|
|
19349
|
-
|
|
19350
|
-
statements_in_batch: Optional[builtins.float] = None,
|
|
19351
|
-
target_result: Optional['outputs.ExecutionStatisticsResponse'] = None):
|
|
19352
|
-
"""
|
|
19353
|
-
Describes query analysis results for execution in source and target
|
|
19354
|
-
:param builtins.str query_text: Query text retrieved from the source server
|
|
19355
|
-
:param 'ExecutionStatisticsResponse' source_result: Query analysis result from the source
|
|
19356
|
-
:param builtins.float statements_in_batch: Total no. of statements in the batch
|
|
19357
|
-
:param 'ExecutionStatisticsResponse' target_result: Query analysis result from the target
|
|
19358
|
-
"""
|
|
19359
|
-
if query_text is not None:
|
|
19360
|
-
pulumi.set(__self__, "query_text", query_text)
|
|
19361
|
-
if source_result is not None:
|
|
19362
|
-
pulumi.set(__self__, "source_result", source_result)
|
|
19363
|
-
if statements_in_batch is not None:
|
|
19364
|
-
pulumi.set(__self__, "statements_in_batch", statements_in_batch)
|
|
19365
|
-
if target_result is not None:
|
|
19366
|
-
pulumi.set(__self__, "target_result", target_result)
|
|
19367
|
-
|
|
19368
|
-
@property
|
|
19369
|
-
@pulumi.getter(name="queryText")
|
|
19370
|
-
def query_text(self) -> Optional[builtins.str]:
|
|
19371
|
-
"""
|
|
19372
|
-
Query text retrieved from the source server
|
|
19373
|
-
"""
|
|
19374
|
-
return pulumi.get(self, "query_text")
|
|
19375
|
-
|
|
19376
|
-
@property
|
|
19377
|
-
@pulumi.getter(name="sourceResult")
|
|
19378
|
-
def source_result(self) -> Optional['outputs.ExecutionStatisticsResponse']:
|
|
20675
|
+
certificate_name: builtins.str,
|
|
20676
|
+
password: builtins.str):
|
|
19379
20677
|
"""
|
|
19380
|
-
|
|
20678
|
+
Info for certificate to be exported for TDE enabled databases.
|
|
20679
|
+
:param builtins.str certificate_name: Name of certificate to be exported.
|
|
20680
|
+
:param builtins.str password: Password to use for encrypting the exported certificate.
|
|
19381
20681
|
"""
|
|
19382
|
-
|
|
20682
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
20683
|
+
pulumi.set(__self__, "password", password)
|
|
19383
20684
|
|
|
19384
20685
|
@property
|
|
19385
|
-
@pulumi.getter(name="
|
|
19386
|
-
def
|
|
20686
|
+
@pulumi.getter(name="certificateName")
|
|
20687
|
+
def certificate_name(self) -> builtins.str:
|
|
19387
20688
|
"""
|
|
19388
|
-
|
|
20689
|
+
Name of certificate to be exported.
|
|
19389
20690
|
"""
|
|
19390
|
-
return pulumi.get(self, "
|
|
20691
|
+
return pulumi.get(self, "certificate_name")
|
|
19391
20692
|
|
|
19392
20693
|
@property
|
|
19393
|
-
@pulumi.getter
|
|
19394
|
-
def
|
|
20694
|
+
@pulumi.getter
|
|
20695
|
+
def password(self) -> builtins.str:
|
|
19395
20696
|
"""
|
|
19396
|
-
|
|
20697
|
+
Password to use for encrypting the exported certificate.
|
|
19397
20698
|
"""
|
|
19398
|
-
return pulumi.get(self, "
|
|
20699
|
+
return pulumi.get(self, "password")
|
|
19399
20700
|
|
|
19400
20701
|
|
|
19401
20702
|
@pulumi.output_type
|
|
19402
|
-
class
|
|
20703
|
+
class ServerPropertiesResponse(dict):
|
|
19403
20704
|
"""
|
|
19404
|
-
|
|
20705
|
+
Server properties for MySQL type source
|
|
19405
20706
|
"""
|
|
19406
20707
|
@staticmethod
|
|
19407
20708
|
def __key_warning(key: str):
|
|
19408
20709
|
suggest = None
|
|
19409
|
-
if key == "
|
|
19410
|
-
suggest = "
|
|
19411
|
-
elif key == "
|
|
19412
|
-
suggest = "
|
|
19413
|
-
elif key == "
|
|
19414
|
-
suggest = "
|
|
19415
|
-
elif key == "
|
|
19416
|
-
suggest = "
|
|
19417
|
-
elif key == "
|
|
19418
|
-
suggest = "
|
|
20710
|
+
if key == "serverDatabaseCount":
|
|
20711
|
+
suggest = "server_database_count"
|
|
20712
|
+
elif key == "serverEdition":
|
|
20713
|
+
suggest = "server_edition"
|
|
20714
|
+
elif key == "serverName":
|
|
20715
|
+
suggest = "server_name"
|
|
20716
|
+
elif key == "serverOperatingSystemVersion":
|
|
20717
|
+
suggest = "server_operating_system_version"
|
|
20718
|
+
elif key == "serverPlatform":
|
|
20719
|
+
suggest = "server_platform"
|
|
20720
|
+
elif key == "serverVersion":
|
|
20721
|
+
suggest = "server_version"
|
|
19419
20722
|
|
|
19420
20723
|
if suggest:
|
|
19421
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20724
|
+
pulumi.log.warn(f"Key '{key}' not found in ServerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19422
20725
|
|
|
19423
20726
|
def __getitem__(self, key: str) -> Any:
|
|
19424
|
-
|
|
20727
|
+
ServerPropertiesResponse.__key_warning(key)
|
|
19425
20728
|
return super().__getitem__(key)
|
|
19426
20729
|
|
|
19427
20730
|
def get(self, key: str, default = None) -> Any:
|
|
19428
|
-
|
|
20731
|
+
ServerPropertiesResponse.__key_warning(key)
|
|
19429
20732
|
return super().get(key, default)
|
|
19430
20733
|
|
|
19431
20734
|
def __init__(__self__, *,
|
|
19432
|
-
|
|
19433
|
-
|
|
19434
|
-
|
|
19435
|
-
|
|
19436
|
-
|
|
19437
|
-
|
|
20735
|
+
server_database_count: builtins.int,
|
|
20736
|
+
server_edition: builtins.str,
|
|
20737
|
+
server_name: builtins.str,
|
|
20738
|
+
server_operating_system_version: builtins.str,
|
|
20739
|
+
server_platform: builtins.str,
|
|
20740
|
+
server_version: builtins.str):
|
|
19438
20741
|
"""
|
|
19439
|
-
|
|
19440
|
-
:param builtins.
|
|
19441
|
-
:param builtins.str
|
|
19442
|
-
:param builtins.
|
|
19443
|
-
:param builtins.str
|
|
19444
|
-
:param builtins.str
|
|
19445
|
-
:param builtins.str
|
|
20742
|
+
Server properties for MySQL type source
|
|
20743
|
+
:param builtins.int server_database_count: Number of databases in the server
|
|
20744
|
+
:param builtins.str server_edition: Edition of the database server
|
|
20745
|
+
:param builtins.str server_name: Name of the server
|
|
20746
|
+
:param builtins.str server_operating_system_version: Version of the operating system
|
|
20747
|
+
:param builtins.str server_platform: Name of the server platform
|
|
20748
|
+
:param builtins.str server_version: Version of the database server
|
|
19446
20749
|
"""
|
|
19447
|
-
|
|
19448
|
-
|
|
19449
|
-
|
|
19450
|
-
|
|
19451
|
-
|
|
19452
|
-
|
|
19453
|
-
if line_number is not None:
|
|
19454
|
-
pulumi.set(__self__, "line_number", line_number)
|
|
19455
|
-
if message is not None:
|
|
19456
|
-
pulumi.set(__self__, "message", message)
|
|
19457
|
-
if stack_trace is not None:
|
|
19458
|
-
pulumi.set(__self__, "stack_trace", stack_trace)
|
|
20750
|
+
pulumi.set(__self__, "server_database_count", server_database_count)
|
|
20751
|
+
pulumi.set(__self__, "server_edition", server_edition)
|
|
20752
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
20753
|
+
pulumi.set(__self__, "server_operating_system_version", server_operating_system_version)
|
|
20754
|
+
pulumi.set(__self__, "server_platform", server_platform)
|
|
20755
|
+
pulumi.set(__self__, "server_version", server_version)
|
|
19459
20756
|
|
|
19460
20757
|
@property
|
|
19461
|
-
@pulumi.getter(name="
|
|
19462
|
-
def
|
|
20758
|
+
@pulumi.getter(name="serverDatabaseCount")
|
|
20759
|
+
def server_database_count(self) -> builtins.int:
|
|
19463
20760
|
"""
|
|
19464
|
-
|
|
20761
|
+
Number of databases in the server
|
|
19465
20762
|
"""
|
|
19466
|
-
return pulumi.get(self, "
|
|
20763
|
+
return pulumi.get(self, "server_database_count")
|
|
19467
20764
|
|
|
19468
20765
|
@property
|
|
19469
|
-
@pulumi.getter(name="
|
|
19470
|
-
def
|
|
20766
|
+
@pulumi.getter(name="serverEdition")
|
|
20767
|
+
def server_edition(self) -> builtins.str:
|
|
19471
20768
|
"""
|
|
19472
|
-
|
|
20769
|
+
Edition of the database server
|
|
19473
20770
|
"""
|
|
19474
|
-
return pulumi.get(self, "
|
|
20771
|
+
return pulumi.get(self, "server_edition")
|
|
19475
20772
|
|
|
19476
20773
|
@property
|
|
19477
|
-
@pulumi.getter(name="
|
|
19478
|
-
def
|
|
20774
|
+
@pulumi.getter(name="serverName")
|
|
20775
|
+
def server_name(self) -> builtins.str:
|
|
19479
20776
|
"""
|
|
19480
|
-
|
|
20777
|
+
Name of the server
|
|
19481
20778
|
"""
|
|
19482
|
-
return pulumi.get(self, "
|
|
20779
|
+
return pulumi.get(self, "server_name")
|
|
19483
20780
|
|
|
19484
20781
|
@property
|
|
19485
|
-
@pulumi.getter(name="
|
|
19486
|
-
def
|
|
20782
|
+
@pulumi.getter(name="serverOperatingSystemVersion")
|
|
20783
|
+
def server_operating_system_version(self) -> builtins.str:
|
|
19487
20784
|
"""
|
|
19488
|
-
|
|
20785
|
+
Version of the operating system
|
|
19489
20786
|
"""
|
|
19490
|
-
return pulumi.get(self, "
|
|
20787
|
+
return pulumi.get(self, "server_operating_system_version")
|
|
19491
20788
|
|
|
19492
20789
|
@property
|
|
19493
|
-
@pulumi.getter
|
|
19494
|
-
def
|
|
20790
|
+
@pulumi.getter(name="serverPlatform")
|
|
20791
|
+
def server_platform(self) -> builtins.str:
|
|
19495
20792
|
"""
|
|
19496
|
-
|
|
20793
|
+
Name of the server platform
|
|
19497
20794
|
"""
|
|
19498
|
-
return pulumi.get(self, "
|
|
20795
|
+
return pulumi.get(self, "server_platform")
|
|
19499
20796
|
|
|
19500
20797
|
@property
|
|
19501
|
-
@pulumi.getter(name="
|
|
19502
|
-
def
|
|
20798
|
+
@pulumi.getter(name="serverVersion")
|
|
20799
|
+
def server_version(self) -> builtins.str:
|
|
19503
20800
|
"""
|
|
19504
|
-
|
|
20801
|
+
Version of the database server
|
|
19505
20802
|
"""
|
|
19506
|
-
return pulumi.get(self, "
|
|
20803
|
+
return pulumi.get(self, "server_version")
|
|
19507
20804
|
|
|
19508
20805
|
|
|
19509
20806
|
@pulumi.output_type
|
|
19510
|
-
class
|
|
20807
|
+
class ServiceSkuResponse(dict):
|
|
19511
20808
|
"""
|
|
19512
|
-
|
|
20809
|
+
An Azure SKU instance
|
|
19513
20810
|
"""
|
|
19514
|
-
@staticmethod
|
|
19515
|
-
def __key_warning(key: str):
|
|
19516
|
-
suggest = None
|
|
19517
|
-
if key == "schemaDifferences":
|
|
19518
|
-
suggest = "schema_differences"
|
|
19519
|
-
elif key == "sourceDatabaseObjectCount":
|
|
19520
|
-
suggest = "source_database_object_count"
|
|
19521
|
-
elif key == "targetDatabaseObjectCount":
|
|
19522
|
-
suggest = "target_database_object_count"
|
|
19523
|
-
elif key == "validationErrors":
|
|
19524
|
-
suggest = "validation_errors"
|
|
19525
|
-
|
|
19526
|
-
if suggest:
|
|
19527
|
-
pulumi.log.warn(f"Key '{key}' not found in SchemaComparisonValidationResultResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19528
|
-
|
|
19529
|
-
def __getitem__(self, key: str) -> Any:
|
|
19530
|
-
SchemaComparisonValidationResultResponse.__key_warning(key)
|
|
19531
|
-
return super().__getitem__(key)
|
|
19532
|
-
|
|
19533
|
-
def get(self, key: str, default = None) -> Any:
|
|
19534
|
-
SchemaComparisonValidationResultResponse.__key_warning(key)
|
|
19535
|
-
return super().get(key, default)
|
|
19536
|
-
|
|
19537
20811
|
def __init__(__self__, *,
|
|
19538
|
-
|
|
19539
|
-
|
|
19540
|
-
|
|
19541
|
-
|
|
20812
|
+
capacity: Optional[builtins.int] = None,
|
|
20813
|
+
family: Optional[builtins.str] = None,
|
|
20814
|
+
name: Optional[builtins.str] = None,
|
|
20815
|
+
size: Optional[builtins.str] = None,
|
|
20816
|
+
tier: Optional[builtins.str] = None):
|
|
19542
20817
|
"""
|
|
19543
|
-
|
|
19544
|
-
:param
|
|
19545
|
-
:param
|
|
19546
|
-
:param
|
|
19547
|
-
:param
|
|
20818
|
+
An Azure SKU instance
|
|
20819
|
+
:param builtins.int capacity: The capacity of the SKU, if it supports scaling
|
|
20820
|
+
:param builtins.str family: The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines
|
|
20821
|
+
:param builtins.str name: The unique name of the SKU, such as 'P3'
|
|
20822
|
+
:param builtins.str size: The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines
|
|
20823
|
+
:param builtins.str tier: The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'
|
|
19548
20824
|
"""
|
|
19549
|
-
if
|
|
19550
|
-
pulumi.set(__self__, "
|
|
19551
|
-
if
|
|
19552
|
-
pulumi.set(__self__, "
|
|
19553
|
-
if
|
|
19554
|
-
pulumi.set(__self__, "
|
|
19555
|
-
if
|
|
19556
|
-
pulumi.set(__self__, "
|
|
20825
|
+
if capacity is not None:
|
|
20826
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
20827
|
+
if family is not None:
|
|
20828
|
+
pulumi.set(__self__, "family", family)
|
|
20829
|
+
if name is not None:
|
|
20830
|
+
pulumi.set(__self__, "name", name)
|
|
20831
|
+
if size is not None:
|
|
20832
|
+
pulumi.set(__self__, "size", size)
|
|
20833
|
+
if tier is not None:
|
|
20834
|
+
pulumi.set(__self__, "tier", tier)
|
|
19557
20835
|
|
|
19558
20836
|
@property
|
|
19559
|
-
@pulumi.getter
|
|
19560
|
-
def
|
|
20837
|
+
@pulumi.getter
|
|
20838
|
+
def capacity(self) -> Optional[builtins.int]:
|
|
19561
20839
|
"""
|
|
19562
|
-
|
|
20840
|
+
The capacity of the SKU, if it supports scaling
|
|
19563
20841
|
"""
|
|
19564
|
-
return pulumi.get(self, "
|
|
20842
|
+
return pulumi.get(self, "capacity")
|
|
19565
20843
|
|
|
19566
20844
|
@property
|
|
19567
|
-
@pulumi.getter
|
|
19568
|
-
def
|
|
20845
|
+
@pulumi.getter
|
|
20846
|
+
def family(self) -> Optional[builtins.str]:
|
|
19569
20847
|
"""
|
|
19570
|
-
|
|
20848
|
+
The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines
|
|
19571
20849
|
"""
|
|
19572
|
-
return pulumi.get(self, "
|
|
20850
|
+
return pulumi.get(self, "family")
|
|
19573
20851
|
|
|
19574
20852
|
@property
|
|
19575
|
-
@pulumi.getter
|
|
19576
|
-
def
|
|
20853
|
+
@pulumi.getter
|
|
20854
|
+
def name(self) -> Optional[builtins.str]:
|
|
19577
20855
|
"""
|
|
19578
|
-
|
|
20856
|
+
The unique name of the SKU, such as 'P3'
|
|
19579
20857
|
"""
|
|
19580
|
-
return pulumi.get(self, "
|
|
20858
|
+
return pulumi.get(self, "name")
|
|
19581
20859
|
|
|
19582
20860
|
@property
|
|
19583
|
-
@pulumi.getter
|
|
19584
|
-
def
|
|
20861
|
+
@pulumi.getter
|
|
20862
|
+
def size(self) -> Optional[builtins.str]:
|
|
19585
20863
|
"""
|
|
19586
|
-
|
|
20864
|
+
The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines
|
|
19587
20865
|
"""
|
|
19588
|
-
return pulumi.get(self, "
|
|
20866
|
+
return pulumi.get(self, "size")
|
|
20867
|
+
|
|
20868
|
+
@property
|
|
20869
|
+
@pulumi.getter
|
|
20870
|
+
def tier(self) -> Optional[builtins.str]:
|
|
20871
|
+
"""
|
|
20872
|
+
The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'
|
|
20873
|
+
"""
|
|
20874
|
+
return pulumi.get(self, "tier")
|
|
19589
20875
|
|
|
19590
20876
|
|
|
19591
20877
|
@pulumi.output_type
|
|
19592
|
-
class
|
|
20878
|
+
class SourceLocationResponse(dict):
|
|
19593
20879
|
"""
|
|
19594
|
-
|
|
20880
|
+
Source Location details of backups.
|
|
19595
20881
|
"""
|
|
19596
20882
|
@staticmethod
|
|
19597
20883
|
def __key_warning(key: str):
|
|
19598
20884
|
suggest = None
|
|
19599
|
-
if key == "
|
|
19600
|
-
suggest = "
|
|
19601
|
-
elif key == "
|
|
19602
|
-
suggest = "
|
|
19603
|
-
elif key == "
|
|
19604
|
-
suggest = "
|
|
20885
|
+
if key == "fileStorageType":
|
|
20886
|
+
suggest = "file_storage_type"
|
|
20887
|
+
elif key == "azureBlob":
|
|
20888
|
+
suggest = "azure_blob"
|
|
20889
|
+
elif key == "fileShare":
|
|
20890
|
+
suggest = "file_share"
|
|
19605
20891
|
|
|
19606
20892
|
if suggest:
|
|
19607
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20893
|
+
pulumi.log.warn(f"Key '{key}' not found in SourceLocationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19608
20894
|
|
|
19609
20895
|
def __getitem__(self, key: str) -> Any:
|
|
19610
|
-
|
|
20896
|
+
SourceLocationResponse.__key_warning(key)
|
|
19611
20897
|
return super().__getitem__(key)
|
|
19612
20898
|
|
|
19613
20899
|
def get(self, key: str, default = None) -> Any:
|
|
19614
|
-
|
|
20900
|
+
SourceLocationResponse.__key_warning(key)
|
|
19615
20901
|
return super().get(key, default)
|
|
19616
20902
|
|
|
19617
20903
|
def __init__(__self__, *,
|
|
19618
|
-
|
|
19619
|
-
|
|
19620
|
-
|
|
20904
|
+
file_storage_type: builtins.str,
|
|
20905
|
+
azure_blob: Optional['outputs.AzureBlobResponse'] = None,
|
|
20906
|
+
file_share: Optional['outputs.SqlFileShareResponse'] = None):
|
|
19621
20907
|
"""
|
|
19622
|
-
|
|
19623
|
-
:param builtins.str
|
|
19624
|
-
:param
|
|
19625
|
-
:param
|
|
20908
|
+
Source Location details of backups.
|
|
20909
|
+
:param builtins.str file_storage_type: Backup storage Type.
|
|
20910
|
+
:param 'AzureBlobResponse' azure_blob: Source Azure Blob.
|
|
20911
|
+
:param 'SqlFileShareResponse' file_share: Source File share.
|
|
19626
20912
|
"""
|
|
19627
|
-
|
|
19628
|
-
|
|
19629
|
-
|
|
19630
|
-
|
|
19631
|
-
|
|
19632
|
-
pulumi.set(__self__, "update_action", update_action)
|
|
20913
|
+
pulumi.set(__self__, "file_storage_type", file_storage_type)
|
|
20914
|
+
if azure_blob is not None:
|
|
20915
|
+
pulumi.set(__self__, "azure_blob", azure_blob)
|
|
20916
|
+
if file_share is not None:
|
|
20917
|
+
pulumi.set(__self__, "file_share", file_share)
|
|
19633
20918
|
|
|
19634
20919
|
@property
|
|
19635
|
-
@pulumi.getter(name="
|
|
19636
|
-
def
|
|
20920
|
+
@pulumi.getter(name="fileStorageType")
|
|
20921
|
+
def file_storage_type(self) -> builtins.str:
|
|
19637
20922
|
"""
|
|
19638
|
-
|
|
20923
|
+
Backup storage Type.
|
|
19639
20924
|
"""
|
|
19640
|
-
return pulumi.get(self, "
|
|
20925
|
+
return pulumi.get(self, "file_storage_type")
|
|
19641
20926
|
|
|
19642
20927
|
@property
|
|
19643
|
-
@pulumi.getter(name="
|
|
19644
|
-
def
|
|
20928
|
+
@pulumi.getter(name="azureBlob")
|
|
20929
|
+
def azure_blob(self) -> Optional['outputs.AzureBlobResponse']:
|
|
19645
20930
|
"""
|
|
19646
|
-
|
|
20931
|
+
Source Azure Blob.
|
|
19647
20932
|
"""
|
|
19648
|
-
return pulumi.get(self, "
|
|
20933
|
+
return pulumi.get(self, "azure_blob")
|
|
19649
20934
|
|
|
19650
20935
|
@property
|
|
19651
|
-
@pulumi.getter(name="
|
|
19652
|
-
def
|
|
20936
|
+
@pulumi.getter(name="fileShare")
|
|
20937
|
+
def file_share(self) -> Optional['outputs.SqlFileShareResponse']:
|
|
19653
20938
|
"""
|
|
19654
|
-
|
|
20939
|
+
Source File share.
|
|
19655
20940
|
"""
|
|
19656
|
-
return pulumi.get(self, "
|
|
20941
|
+
return pulumi.get(self, "file_share")
|
|
19657
20942
|
|
|
19658
20943
|
|
|
19659
20944
|
@pulumi.output_type
|
|
19660
|
-
class
|
|
20945
|
+
class SqlBackupFileInfoResponse(dict):
|
|
19661
20946
|
"""
|
|
19662
|
-
|
|
20947
|
+
Information of backup file
|
|
19663
20948
|
"""
|
|
19664
20949
|
@staticmethod
|
|
19665
20950
|
def __key_warning(key: str):
|
|
19666
20951
|
suggest = None
|
|
19667
|
-
if key == "
|
|
19668
|
-
suggest = "
|
|
20952
|
+
if key == "copyDuration":
|
|
20953
|
+
suggest = "copy_duration"
|
|
20954
|
+
elif key == "copyThroughput":
|
|
20955
|
+
suggest = "copy_throughput"
|
|
20956
|
+
elif key == "dataRead":
|
|
20957
|
+
suggest = "data_read"
|
|
20958
|
+
elif key == "dataWritten":
|
|
20959
|
+
suggest = "data_written"
|
|
20960
|
+
elif key == "familySequenceNumber":
|
|
20961
|
+
suggest = "family_sequence_number"
|
|
20962
|
+
elif key == "fileName":
|
|
20963
|
+
suggest = "file_name"
|
|
20964
|
+
elif key == "totalSize":
|
|
20965
|
+
suggest = "total_size"
|
|
19669
20966
|
|
|
19670
20967
|
if suggest:
|
|
19671
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
20968
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlBackupFileInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19672
20969
|
|
|
19673
20970
|
def __getitem__(self, key: str) -> Any:
|
|
19674
|
-
|
|
20971
|
+
SqlBackupFileInfoResponse.__key_warning(key)
|
|
19675
20972
|
return super().__getitem__(key)
|
|
19676
20973
|
|
|
19677
20974
|
def get(self, key: str, default = None) -> Any:
|
|
19678
|
-
|
|
20975
|
+
SqlBackupFileInfoResponse.__key_warning(key)
|
|
19679
20976
|
return super().get(key, default)
|
|
19680
20977
|
|
|
19681
|
-
def __init__(__self__, *,
|
|
19682
|
-
|
|
19683
|
-
|
|
20978
|
+
def __init__(__self__, *,
|
|
20979
|
+
copy_duration: builtins.int,
|
|
20980
|
+
copy_throughput: builtins.float,
|
|
20981
|
+
data_read: builtins.float,
|
|
20982
|
+
data_written: builtins.float,
|
|
20983
|
+
family_sequence_number: builtins.int,
|
|
20984
|
+
file_name: builtins.str,
|
|
20985
|
+
status: builtins.str,
|
|
20986
|
+
total_size: builtins.float):
|
|
20987
|
+
"""
|
|
20988
|
+
Information of backup file
|
|
20989
|
+
:param builtins.int copy_duration: Copy Duration in seconds
|
|
20990
|
+
:param builtins.float copy_throughput: Copy throughput in KBps
|
|
20991
|
+
:param builtins.float data_read: Bytes read
|
|
20992
|
+
:param builtins.float data_written: Bytes written
|
|
20993
|
+
:param builtins.int family_sequence_number: Media family sequence number
|
|
20994
|
+
:param builtins.str file_name: File name.
|
|
20995
|
+
:param builtins.str status: Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped)
|
|
20996
|
+
:param builtins.float total_size: File size in bytes
|
|
20997
|
+
"""
|
|
20998
|
+
pulumi.set(__self__, "copy_duration", copy_duration)
|
|
20999
|
+
pulumi.set(__self__, "copy_throughput", copy_throughput)
|
|
21000
|
+
pulumi.set(__self__, "data_read", data_read)
|
|
21001
|
+
pulumi.set(__self__, "data_written", data_written)
|
|
21002
|
+
pulumi.set(__self__, "family_sequence_number", family_sequence_number)
|
|
21003
|
+
pulumi.set(__self__, "file_name", file_name)
|
|
21004
|
+
pulumi.set(__self__, "status", status)
|
|
21005
|
+
pulumi.set(__self__, "total_size", total_size)
|
|
21006
|
+
|
|
21007
|
+
@property
|
|
21008
|
+
@pulumi.getter(name="copyDuration")
|
|
21009
|
+
def copy_duration(self) -> builtins.int:
|
|
21010
|
+
"""
|
|
21011
|
+
Copy Duration in seconds
|
|
21012
|
+
"""
|
|
21013
|
+
return pulumi.get(self, "copy_duration")
|
|
21014
|
+
|
|
21015
|
+
@property
|
|
21016
|
+
@pulumi.getter(name="copyThroughput")
|
|
21017
|
+
def copy_throughput(self) -> builtins.float:
|
|
21018
|
+
"""
|
|
21019
|
+
Copy throughput in KBps
|
|
21020
|
+
"""
|
|
21021
|
+
return pulumi.get(self, "copy_throughput")
|
|
21022
|
+
|
|
21023
|
+
@property
|
|
21024
|
+
@pulumi.getter(name="dataRead")
|
|
21025
|
+
def data_read(self) -> builtins.float:
|
|
21026
|
+
"""
|
|
21027
|
+
Bytes read
|
|
21028
|
+
"""
|
|
21029
|
+
return pulumi.get(self, "data_read")
|
|
21030
|
+
|
|
21031
|
+
@property
|
|
21032
|
+
@pulumi.getter(name="dataWritten")
|
|
21033
|
+
def data_written(self) -> builtins.float:
|
|
21034
|
+
"""
|
|
21035
|
+
Bytes written
|
|
21036
|
+
"""
|
|
21037
|
+
return pulumi.get(self, "data_written")
|
|
21038
|
+
|
|
21039
|
+
@property
|
|
21040
|
+
@pulumi.getter(name="familySequenceNumber")
|
|
21041
|
+
def family_sequence_number(self) -> builtins.int:
|
|
19684
21042
|
"""
|
|
19685
|
-
|
|
19686
|
-
:param builtins.str certificate_name: Name of certificate to be exported.
|
|
19687
|
-
:param builtins.str password: Password to use for encrypting the exported certificate.
|
|
21043
|
+
Media family sequence number
|
|
19688
21044
|
"""
|
|
19689
|
-
pulumi.
|
|
19690
|
-
pulumi.set(__self__, "password", password)
|
|
21045
|
+
return pulumi.get(self, "family_sequence_number")
|
|
19691
21046
|
|
|
19692
21047
|
@property
|
|
19693
|
-
@pulumi.getter(name="
|
|
19694
|
-
def
|
|
21048
|
+
@pulumi.getter(name="fileName")
|
|
21049
|
+
def file_name(self) -> builtins.str:
|
|
19695
21050
|
"""
|
|
19696
|
-
|
|
21051
|
+
File name.
|
|
19697
21052
|
"""
|
|
19698
|
-
return pulumi.get(self, "
|
|
21053
|
+
return pulumi.get(self, "file_name")
|
|
19699
21054
|
|
|
19700
21055
|
@property
|
|
19701
21056
|
@pulumi.getter
|
|
19702
|
-
def
|
|
21057
|
+
def status(self) -> builtins.str:
|
|
19703
21058
|
"""
|
|
19704
|
-
|
|
21059
|
+
Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped)
|
|
19705
21060
|
"""
|
|
19706
|
-
return pulumi.get(self, "
|
|
21061
|
+
return pulumi.get(self, "status")
|
|
21062
|
+
|
|
21063
|
+
@property
|
|
21064
|
+
@pulumi.getter(name="totalSize")
|
|
21065
|
+
def total_size(self) -> builtins.float:
|
|
21066
|
+
"""
|
|
21067
|
+
File size in bytes
|
|
21068
|
+
"""
|
|
21069
|
+
return pulumi.get(self, "total_size")
|
|
19707
21070
|
|
|
19708
21071
|
|
|
19709
21072
|
@pulumi.output_type
|
|
19710
|
-
class
|
|
21073
|
+
class SqlBackupSetInfoResponse(dict):
|
|
19711
21074
|
"""
|
|
19712
|
-
|
|
21075
|
+
Information of backup set
|
|
19713
21076
|
"""
|
|
19714
21077
|
@staticmethod
|
|
19715
21078
|
def __key_warning(key: str):
|
|
19716
21079
|
suggest = None
|
|
19717
|
-
if key == "
|
|
19718
|
-
suggest = "
|
|
19719
|
-
elif key == "
|
|
19720
|
-
suggest = "
|
|
19721
|
-
elif key == "
|
|
19722
|
-
suggest = "
|
|
19723
|
-
elif key == "
|
|
19724
|
-
suggest = "
|
|
19725
|
-
elif key == "
|
|
19726
|
-
suggest = "
|
|
19727
|
-
elif key == "
|
|
19728
|
-
suggest = "
|
|
21080
|
+
if key == "backupFinishDate":
|
|
21081
|
+
suggest = "backup_finish_date"
|
|
21082
|
+
elif key == "backupSetId":
|
|
21083
|
+
suggest = "backup_set_id"
|
|
21084
|
+
elif key == "backupStartDate":
|
|
21085
|
+
suggest = "backup_start_date"
|
|
21086
|
+
elif key == "backupType":
|
|
21087
|
+
suggest = "backup_type"
|
|
21088
|
+
elif key == "familyCount":
|
|
21089
|
+
suggest = "family_count"
|
|
21090
|
+
elif key == "firstLSN":
|
|
21091
|
+
suggest = "first_lsn"
|
|
21092
|
+
elif key == "hasBackupChecksums":
|
|
21093
|
+
suggest = "has_backup_checksums"
|
|
21094
|
+
elif key == "ignoreReasons":
|
|
21095
|
+
suggest = "ignore_reasons"
|
|
21096
|
+
elif key == "isBackupRestored":
|
|
21097
|
+
suggest = "is_backup_restored"
|
|
21098
|
+
elif key == "lastLSN":
|
|
21099
|
+
suggest = "last_lsn"
|
|
21100
|
+
elif key == "listOfBackupFiles":
|
|
21101
|
+
suggest = "list_of_backup_files"
|
|
19729
21102
|
|
|
19730
21103
|
if suggest:
|
|
19731
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
21104
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlBackupSetInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
19732
21105
|
|
|
19733
21106
|
def __getitem__(self, key: str) -> Any:
|
|
19734
|
-
|
|
21107
|
+
SqlBackupSetInfoResponse.__key_warning(key)
|
|
19735
21108
|
return super().__getitem__(key)
|
|
19736
21109
|
|
|
19737
21110
|
def get(self, key: str, default = None) -> Any:
|
|
19738
|
-
|
|
21111
|
+
SqlBackupSetInfoResponse.__key_warning(key)
|
|
19739
21112
|
return super().get(key, default)
|
|
19740
21113
|
|
|
19741
21114
|
def __init__(__self__, *,
|
|
19742
|
-
|
|
19743
|
-
|
|
19744
|
-
|
|
19745
|
-
|
|
19746
|
-
|
|
19747
|
-
|
|
21115
|
+
backup_finish_date: builtins.str,
|
|
21116
|
+
backup_set_id: builtins.str,
|
|
21117
|
+
backup_start_date: builtins.str,
|
|
21118
|
+
backup_type: builtins.str,
|
|
21119
|
+
family_count: builtins.int,
|
|
21120
|
+
first_lsn: builtins.str,
|
|
21121
|
+
has_backup_checksums: builtins.bool,
|
|
21122
|
+
ignore_reasons: Sequence[builtins.str],
|
|
21123
|
+
is_backup_restored: builtins.bool,
|
|
21124
|
+
last_lsn: builtins.str,
|
|
21125
|
+
list_of_backup_files: Sequence['outputs.SqlBackupFileInfoResponse']):
|
|
19748
21126
|
"""
|
|
19749
|
-
|
|
19750
|
-
:param builtins.
|
|
19751
|
-
:param builtins.str
|
|
19752
|
-
:param builtins.str
|
|
19753
|
-
:param builtins.str
|
|
19754
|
-
:param builtins.
|
|
19755
|
-
:param builtins.str
|
|
21127
|
+
Information of backup set
|
|
21128
|
+
:param builtins.str backup_finish_date: Backup end time.
|
|
21129
|
+
:param builtins.str backup_set_id: Backup set id.
|
|
21130
|
+
:param builtins.str backup_start_date: Backup start date.
|
|
21131
|
+
:param builtins.str backup_type: Backup type.
|
|
21132
|
+
:param builtins.int family_count: Media family count
|
|
21133
|
+
:param builtins.str first_lsn: First LSN of the backup set.
|
|
21134
|
+
:param builtins.bool has_backup_checksums: Has Backup Checksums
|
|
21135
|
+
:param Sequence[builtins.str] ignore_reasons: The reasons why the backup set is ignored
|
|
21136
|
+
:param builtins.bool is_backup_restored: Whether this backup set has been restored or not.
|
|
21137
|
+
:param builtins.str last_lsn: Last LSN of the backup set.
|
|
21138
|
+
:param Sequence['SqlBackupFileInfoResponse'] list_of_backup_files: List of files in the backup set.
|
|
19756
21139
|
"""
|
|
19757
|
-
pulumi.set(__self__, "
|
|
19758
|
-
pulumi.set(__self__, "
|
|
19759
|
-
pulumi.set(__self__, "
|
|
19760
|
-
pulumi.set(__self__, "
|
|
19761
|
-
pulumi.set(__self__, "
|
|
19762
|
-
pulumi.set(__self__, "
|
|
21140
|
+
pulumi.set(__self__, "backup_finish_date", backup_finish_date)
|
|
21141
|
+
pulumi.set(__self__, "backup_set_id", backup_set_id)
|
|
21142
|
+
pulumi.set(__self__, "backup_start_date", backup_start_date)
|
|
21143
|
+
pulumi.set(__self__, "backup_type", backup_type)
|
|
21144
|
+
pulumi.set(__self__, "family_count", family_count)
|
|
21145
|
+
pulumi.set(__self__, "first_lsn", first_lsn)
|
|
21146
|
+
pulumi.set(__self__, "has_backup_checksums", has_backup_checksums)
|
|
21147
|
+
pulumi.set(__self__, "ignore_reasons", ignore_reasons)
|
|
21148
|
+
pulumi.set(__self__, "is_backup_restored", is_backup_restored)
|
|
21149
|
+
pulumi.set(__self__, "last_lsn", last_lsn)
|
|
21150
|
+
pulumi.set(__self__, "list_of_backup_files", list_of_backup_files)
|
|
19763
21151
|
|
|
19764
21152
|
@property
|
|
19765
|
-
@pulumi.getter(name="
|
|
19766
|
-
def
|
|
21153
|
+
@pulumi.getter(name="backupFinishDate")
|
|
21154
|
+
def backup_finish_date(self) -> builtins.str:
|
|
19767
21155
|
"""
|
|
19768
|
-
|
|
21156
|
+
Backup end time.
|
|
19769
21157
|
"""
|
|
19770
|
-
return pulumi.get(self, "
|
|
21158
|
+
return pulumi.get(self, "backup_finish_date")
|
|
19771
21159
|
|
|
19772
21160
|
@property
|
|
19773
|
-
@pulumi.getter(name="
|
|
19774
|
-
def
|
|
21161
|
+
@pulumi.getter(name="backupSetId")
|
|
21162
|
+
def backup_set_id(self) -> builtins.str:
|
|
19775
21163
|
"""
|
|
19776
|
-
|
|
21164
|
+
Backup set id.
|
|
19777
21165
|
"""
|
|
19778
|
-
return pulumi.get(self, "
|
|
21166
|
+
return pulumi.get(self, "backup_set_id")
|
|
19779
21167
|
|
|
19780
21168
|
@property
|
|
19781
|
-
@pulumi.getter(name="
|
|
19782
|
-
def
|
|
21169
|
+
@pulumi.getter(name="backupStartDate")
|
|
21170
|
+
def backup_start_date(self) -> builtins.str:
|
|
19783
21171
|
"""
|
|
19784
|
-
|
|
21172
|
+
Backup start date.
|
|
19785
21173
|
"""
|
|
19786
|
-
return pulumi.get(self, "
|
|
21174
|
+
return pulumi.get(self, "backup_start_date")
|
|
19787
21175
|
|
|
19788
21176
|
@property
|
|
19789
|
-
@pulumi.getter(name="
|
|
19790
|
-
def
|
|
21177
|
+
@pulumi.getter(name="backupType")
|
|
21178
|
+
def backup_type(self) -> builtins.str:
|
|
19791
21179
|
"""
|
|
19792
|
-
|
|
21180
|
+
Backup type.
|
|
19793
21181
|
"""
|
|
19794
|
-
return pulumi.get(self, "
|
|
21182
|
+
return pulumi.get(self, "backup_type")
|
|
19795
21183
|
|
|
19796
21184
|
@property
|
|
19797
|
-
@pulumi.getter(name="
|
|
19798
|
-
def
|
|
21185
|
+
@pulumi.getter(name="familyCount")
|
|
21186
|
+
def family_count(self) -> builtins.int:
|
|
19799
21187
|
"""
|
|
19800
|
-
|
|
21188
|
+
Media family count
|
|
19801
21189
|
"""
|
|
19802
|
-
return pulumi.get(self, "
|
|
21190
|
+
return pulumi.get(self, "family_count")
|
|
19803
21191
|
|
|
19804
21192
|
@property
|
|
19805
|
-
@pulumi.getter(name="
|
|
19806
|
-
def
|
|
19807
|
-
"""
|
|
19808
|
-
Version of the database server
|
|
19809
|
-
"""
|
|
19810
|
-
return pulumi.get(self, "server_version")
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
@pulumi.output_type
|
|
19814
|
-
class ServiceSkuResponse(dict):
|
|
19815
|
-
"""
|
|
19816
|
-
An Azure SKU instance
|
|
19817
|
-
"""
|
|
19818
|
-
def __init__(__self__, *,
|
|
19819
|
-
capacity: Optional[builtins.int] = None,
|
|
19820
|
-
family: Optional[builtins.str] = None,
|
|
19821
|
-
name: Optional[builtins.str] = None,
|
|
19822
|
-
size: Optional[builtins.str] = None,
|
|
19823
|
-
tier: Optional[builtins.str] = None):
|
|
21193
|
+
@pulumi.getter(name="firstLSN")
|
|
21194
|
+
def first_lsn(self) -> builtins.str:
|
|
19824
21195
|
"""
|
|
19825
|
-
|
|
19826
|
-
:param builtins.int capacity: The capacity of the SKU, if it supports scaling
|
|
19827
|
-
:param builtins.str family: The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines
|
|
19828
|
-
:param builtins.str name: The unique name of the SKU, such as 'P3'
|
|
19829
|
-
:param builtins.str size: The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines
|
|
19830
|
-
:param builtins.str tier: The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'
|
|
21196
|
+
First LSN of the backup set.
|
|
19831
21197
|
"""
|
|
19832
|
-
|
|
19833
|
-
pulumi.set(__self__, "capacity", capacity)
|
|
19834
|
-
if family is not None:
|
|
19835
|
-
pulumi.set(__self__, "family", family)
|
|
19836
|
-
if name is not None:
|
|
19837
|
-
pulumi.set(__self__, "name", name)
|
|
19838
|
-
if size is not None:
|
|
19839
|
-
pulumi.set(__self__, "size", size)
|
|
19840
|
-
if tier is not None:
|
|
19841
|
-
pulumi.set(__self__, "tier", tier)
|
|
21198
|
+
return pulumi.get(self, "first_lsn")
|
|
19842
21199
|
|
|
19843
21200
|
@property
|
|
19844
|
-
@pulumi.getter
|
|
19845
|
-
def
|
|
21201
|
+
@pulumi.getter(name="hasBackupChecksums")
|
|
21202
|
+
def has_backup_checksums(self) -> builtins.bool:
|
|
19846
21203
|
"""
|
|
19847
|
-
|
|
21204
|
+
Has Backup Checksums
|
|
19848
21205
|
"""
|
|
19849
|
-
return pulumi.get(self, "
|
|
21206
|
+
return pulumi.get(self, "has_backup_checksums")
|
|
19850
21207
|
|
|
19851
21208
|
@property
|
|
19852
|
-
@pulumi.getter
|
|
19853
|
-
def
|
|
21209
|
+
@pulumi.getter(name="ignoreReasons")
|
|
21210
|
+
def ignore_reasons(self) -> Sequence[builtins.str]:
|
|
19854
21211
|
"""
|
|
19855
|
-
The
|
|
21212
|
+
The reasons why the backup set is ignored
|
|
19856
21213
|
"""
|
|
19857
|
-
return pulumi.get(self, "
|
|
21214
|
+
return pulumi.get(self, "ignore_reasons")
|
|
19858
21215
|
|
|
19859
21216
|
@property
|
|
19860
|
-
@pulumi.getter
|
|
19861
|
-
def
|
|
21217
|
+
@pulumi.getter(name="isBackupRestored")
|
|
21218
|
+
def is_backup_restored(self) -> builtins.bool:
|
|
19862
21219
|
"""
|
|
19863
|
-
|
|
21220
|
+
Whether this backup set has been restored or not.
|
|
19864
21221
|
"""
|
|
19865
|
-
return pulumi.get(self, "
|
|
21222
|
+
return pulumi.get(self, "is_backup_restored")
|
|
19866
21223
|
|
|
19867
21224
|
@property
|
|
19868
|
-
@pulumi.getter
|
|
19869
|
-
def
|
|
21225
|
+
@pulumi.getter(name="lastLSN")
|
|
21226
|
+
def last_lsn(self) -> builtins.str:
|
|
19870
21227
|
"""
|
|
19871
|
-
|
|
21228
|
+
Last LSN of the backup set.
|
|
19872
21229
|
"""
|
|
19873
|
-
return pulumi.get(self, "
|
|
21230
|
+
return pulumi.get(self, "last_lsn")
|
|
19874
21231
|
|
|
19875
21232
|
@property
|
|
19876
|
-
@pulumi.getter
|
|
19877
|
-
def
|
|
21233
|
+
@pulumi.getter(name="listOfBackupFiles")
|
|
21234
|
+
def list_of_backup_files(self) -> Sequence['outputs.SqlBackupFileInfoResponse']:
|
|
19878
21235
|
"""
|
|
19879
|
-
|
|
21236
|
+
List of files in the backup set.
|
|
19880
21237
|
"""
|
|
19881
|
-
return pulumi.get(self, "
|
|
21238
|
+
return pulumi.get(self, "list_of_backup_files")
|
|
19882
21239
|
|
|
19883
21240
|
|
|
19884
21241
|
@pulumi.output_type
|
|
@@ -20290,6 +21647,41 @@ class SqlDbOfflineConfigurationResponse(dict):
|
|
|
20290
21647
|
return pulumi.get(self, "offline")
|
|
20291
21648
|
|
|
20292
21649
|
|
|
21650
|
+
@pulumi.output_type
|
|
21651
|
+
class SqlFileShareResponse(dict):
|
|
21652
|
+
"""
|
|
21653
|
+
File share
|
|
21654
|
+
"""
|
|
21655
|
+
def __init__(__self__, *,
|
|
21656
|
+
path: Optional[builtins.str] = None,
|
|
21657
|
+
username: Optional[builtins.str] = None):
|
|
21658
|
+
"""
|
|
21659
|
+
File share
|
|
21660
|
+
:param builtins.str path: Location as SMB share or local drive where backups are placed.
|
|
21661
|
+
:param builtins.str username: Username to access the file share location for backups.
|
|
21662
|
+
"""
|
|
21663
|
+
if path is not None:
|
|
21664
|
+
pulumi.set(__self__, "path", path)
|
|
21665
|
+
if username is not None:
|
|
21666
|
+
pulumi.set(__self__, "username", username)
|
|
21667
|
+
|
|
21668
|
+
@property
|
|
21669
|
+
@pulumi.getter
|
|
21670
|
+
def path(self) -> Optional[builtins.str]:
|
|
21671
|
+
"""
|
|
21672
|
+
Location as SMB share or local drive where backups are placed.
|
|
21673
|
+
"""
|
|
21674
|
+
return pulumi.get(self, "path")
|
|
21675
|
+
|
|
21676
|
+
@property
|
|
21677
|
+
@pulumi.getter
|
|
21678
|
+
def username(self) -> Optional[builtins.str]:
|
|
21679
|
+
"""
|
|
21680
|
+
Username to access the file share location for backups.
|
|
21681
|
+
"""
|
|
21682
|
+
return pulumi.get(self, "username")
|
|
21683
|
+
|
|
21684
|
+
|
|
20293
21685
|
@pulumi.output_type
|
|
20294
21686
|
class SsisMigrationInfoResponse(dict):
|
|
20295
21687
|
"""
|
|
@@ -20564,6 +21956,112 @@ class SystemDataResponse(dict):
|
|
|
20564
21956
|
return pulumi.get(self, "last_modified_by_type")
|
|
20565
21957
|
|
|
20566
21958
|
|
|
21959
|
+
@pulumi.output_type
|
|
21960
|
+
class TargetLocationResponse(dict):
|
|
21961
|
+
"""
|
|
21962
|
+
Target Location details for optional copy of backups
|
|
21963
|
+
"""
|
|
21964
|
+
@staticmethod
|
|
21965
|
+
def __key_warning(key: str):
|
|
21966
|
+
suggest = None
|
|
21967
|
+
if key == "accountKey":
|
|
21968
|
+
suggest = "account_key"
|
|
21969
|
+
elif key == "storageAccountResourceId":
|
|
21970
|
+
suggest = "storage_account_resource_id"
|
|
21971
|
+
|
|
21972
|
+
if suggest:
|
|
21973
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetLocationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
21974
|
+
|
|
21975
|
+
def __getitem__(self, key: str) -> Any:
|
|
21976
|
+
TargetLocationResponse.__key_warning(key)
|
|
21977
|
+
return super().__getitem__(key)
|
|
21978
|
+
|
|
21979
|
+
def get(self, key: str, default = None) -> Any:
|
|
21980
|
+
TargetLocationResponse.__key_warning(key)
|
|
21981
|
+
return super().get(key, default)
|
|
21982
|
+
|
|
21983
|
+
def __init__(__self__, *,
|
|
21984
|
+
account_key: Optional[builtins.str] = None,
|
|
21985
|
+
storage_account_resource_id: Optional[builtins.str] = None):
|
|
21986
|
+
"""
|
|
21987
|
+
Target Location details for optional copy of backups
|
|
21988
|
+
:param builtins.str account_key: Storage Account Key.
|
|
21989
|
+
:param builtins.str storage_account_resource_id: Resource Id of the storage account copying backups.
|
|
21990
|
+
"""
|
|
21991
|
+
if account_key is not None:
|
|
21992
|
+
pulumi.set(__self__, "account_key", account_key)
|
|
21993
|
+
if storage_account_resource_id is not None:
|
|
21994
|
+
pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
|
|
21995
|
+
|
|
21996
|
+
@property
|
|
21997
|
+
@pulumi.getter(name="accountKey")
|
|
21998
|
+
def account_key(self) -> Optional[builtins.str]:
|
|
21999
|
+
"""
|
|
22000
|
+
Storage Account Key.
|
|
22001
|
+
"""
|
|
22002
|
+
return pulumi.get(self, "account_key")
|
|
22003
|
+
|
|
22004
|
+
@property
|
|
22005
|
+
@pulumi.getter(name="storageAccountResourceId")
|
|
22006
|
+
def storage_account_resource_id(self) -> Optional[builtins.str]:
|
|
22007
|
+
"""
|
|
22008
|
+
Resource Id of the storage account copying backups.
|
|
22009
|
+
"""
|
|
22010
|
+
return pulumi.get(self, "storage_account_resource_id")
|
|
22011
|
+
|
|
22012
|
+
|
|
22013
|
+
@pulumi.output_type
|
|
22014
|
+
class UserAssignedIdentityResponse(dict):
|
|
22015
|
+
"""
|
|
22016
|
+
User assigned identity properties
|
|
22017
|
+
"""
|
|
22018
|
+
@staticmethod
|
|
22019
|
+
def __key_warning(key: str):
|
|
22020
|
+
suggest = None
|
|
22021
|
+
if key == "clientId":
|
|
22022
|
+
suggest = "client_id"
|
|
22023
|
+
elif key == "principalId":
|
|
22024
|
+
suggest = "principal_id"
|
|
22025
|
+
|
|
22026
|
+
if suggest:
|
|
22027
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
22028
|
+
|
|
22029
|
+
def __getitem__(self, key: str) -> Any:
|
|
22030
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
22031
|
+
return super().__getitem__(key)
|
|
22032
|
+
|
|
22033
|
+
def get(self, key: str, default = None) -> Any:
|
|
22034
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
22035
|
+
return super().get(key, default)
|
|
22036
|
+
|
|
22037
|
+
def __init__(__self__, *,
|
|
22038
|
+
client_id: builtins.str,
|
|
22039
|
+
principal_id: builtins.str):
|
|
22040
|
+
"""
|
|
22041
|
+
User assigned identity properties
|
|
22042
|
+
:param builtins.str client_id: The client ID of the assigned identity.
|
|
22043
|
+
:param builtins.str principal_id: The principal ID of the assigned identity.
|
|
22044
|
+
"""
|
|
22045
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
22046
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
22047
|
+
|
|
22048
|
+
@property
|
|
22049
|
+
@pulumi.getter(name="clientId")
|
|
22050
|
+
def client_id(self) -> builtins.str:
|
|
22051
|
+
"""
|
|
22052
|
+
The client ID of the assigned identity.
|
|
22053
|
+
"""
|
|
22054
|
+
return pulumi.get(self, "client_id")
|
|
22055
|
+
|
|
22056
|
+
@property
|
|
22057
|
+
@pulumi.getter(name="principalId")
|
|
22058
|
+
def principal_id(self) -> builtins.str:
|
|
22059
|
+
"""
|
|
22060
|
+
The principal ID of the assigned identity.
|
|
22061
|
+
"""
|
|
22062
|
+
return pulumi.get(self, "principal_id")
|
|
22063
|
+
|
|
22064
|
+
|
|
20567
22065
|
@pulumi.output_type
|
|
20568
22066
|
class ValidateMigrationInputSqlServerSqlDbSyncTaskPropertiesResponse(dict):
|
|
20569
22067
|
"""
|