pulumi-azure-native 3.9.0a1757522298__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/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.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/RECORD +1169 -1153
- 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.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/top_level.txt +0 -0
|
@@ -17,16 +17,1572 @@ from .. import _utilities
|
|
|
17
17
|
from ._enums import *
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
20
|
+
'CatalogClaimsItemArgs',
|
|
21
|
+
'CatalogClaimsItemArgsDict',
|
|
22
|
+
'ConditionsItemArgs',
|
|
23
|
+
'ConditionsItemArgsDict',
|
|
24
|
+
'CustomPricePropertiesArgs',
|
|
25
|
+
'CustomPricePropertiesArgsDict',
|
|
26
|
+
'DiscountCustomPriceMultiCurrencyArgs',
|
|
27
|
+
'DiscountCustomPriceMultiCurrencyArgsDict',
|
|
28
|
+
'DiscountCustomPriceArgs',
|
|
29
|
+
'DiscountCustomPriceArgsDict',
|
|
30
|
+
'DiscountProductFamilyArgs',
|
|
31
|
+
'DiscountProductFamilyArgsDict',
|
|
32
|
+
'DiscountProductArgs',
|
|
33
|
+
'DiscountProductArgsDict',
|
|
34
|
+
'DiscountTypeProductSkuArgs',
|
|
35
|
+
'DiscountTypeProductSkuArgsDict',
|
|
36
|
+
'EntityTypeAffiliateDiscountArgs',
|
|
37
|
+
'EntityTypeAffiliateDiscountArgsDict',
|
|
38
|
+
'EntityTypePrimaryDiscountArgs',
|
|
39
|
+
'EntityTypePrimaryDiscountArgsDict',
|
|
20
40
|
'ManagedServiceIdentityArgs',
|
|
21
41
|
'ManagedServiceIdentityArgsDict',
|
|
42
|
+
'MarketSetPricesItemsArgs',
|
|
43
|
+
'MarketSetPricesItemsArgsDict',
|
|
22
44
|
'PlanArgs',
|
|
23
45
|
'PlanArgsDict',
|
|
46
|
+
'PriceGuaranteePropertiesArgs',
|
|
47
|
+
'PriceGuaranteePropertiesArgsDict',
|
|
24
48
|
'SkuArgs',
|
|
25
49
|
'SkuArgsDict',
|
|
26
50
|
]
|
|
27
51
|
|
|
28
52
|
MYPY = False
|
|
29
53
|
|
|
54
|
+
if not MYPY:
|
|
55
|
+
class CatalogClaimsItemArgsDict(TypedDict):
|
|
56
|
+
"""
|
|
57
|
+
Catalog claim for a discount.
|
|
58
|
+
"""
|
|
59
|
+
catalog_claims_item_type: NotRequired[pulumi.Input[builtins.str]]
|
|
60
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
61
|
+
elif False:
|
|
62
|
+
CatalogClaimsItemArgsDict: TypeAlias = Mapping[str, Any]
|
|
63
|
+
|
|
64
|
+
@pulumi.input_type
|
|
65
|
+
class CatalogClaimsItemArgs:
|
|
66
|
+
def __init__(__self__, *,
|
|
67
|
+
catalog_claims_item_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
68
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
69
|
+
"""
|
|
70
|
+
Catalog claim for a discount.
|
|
71
|
+
"""
|
|
72
|
+
if catalog_claims_item_type is not None:
|
|
73
|
+
pulumi.set(__self__, "catalog_claims_item_type", catalog_claims_item_type)
|
|
74
|
+
if value is not None:
|
|
75
|
+
pulumi.set(__self__, "value", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="catalogClaimsItemType")
|
|
79
|
+
def catalog_claims_item_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
80
|
+
return pulumi.get(self, "catalog_claims_item_type")
|
|
81
|
+
|
|
82
|
+
@catalog_claims_item_type.setter
|
|
83
|
+
def catalog_claims_item_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
84
|
+
pulumi.set(self, "catalog_claims_item_type", value)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
89
|
+
return pulumi.get(self, "value")
|
|
90
|
+
|
|
91
|
+
@value.setter
|
|
92
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
93
|
+
pulumi.set(self, "value", value)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
if not MYPY:
|
|
97
|
+
class ConditionsItemArgsDict(TypedDict):
|
|
98
|
+
"""
|
|
99
|
+
Condition for a discount.
|
|
100
|
+
"""
|
|
101
|
+
condition_name: NotRequired[pulumi.Input[builtins.str]]
|
|
102
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
103
|
+
value: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
104
|
+
"""
|
|
105
|
+
These items are open-ended strings.
|
|
106
|
+
"""
|
|
107
|
+
elif False:
|
|
108
|
+
ConditionsItemArgsDict: TypeAlias = Mapping[str, Any]
|
|
109
|
+
|
|
110
|
+
@pulumi.input_type
|
|
111
|
+
class ConditionsItemArgs:
|
|
112
|
+
def __init__(__self__, *,
|
|
113
|
+
condition_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
114
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
115
|
+
value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
116
|
+
"""
|
|
117
|
+
Condition for a discount.
|
|
118
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] value: These items are open-ended strings.
|
|
119
|
+
"""
|
|
120
|
+
if condition_name is not None:
|
|
121
|
+
pulumi.set(__self__, "condition_name", condition_name)
|
|
122
|
+
if type is not None:
|
|
123
|
+
pulumi.set(__self__, "type", type)
|
|
124
|
+
if value is not None:
|
|
125
|
+
pulumi.set(__self__, "value", value)
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter(name="conditionName")
|
|
129
|
+
def condition_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
130
|
+
return pulumi.get(self, "condition_name")
|
|
131
|
+
|
|
132
|
+
@condition_name.setter
|
|
133
|
+
def condition_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
134
|
+
pulumi.set(self, "condition_name", value)
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter
|
|
138
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
139
|
+
return pulumi.get(self, "type")
|
|
140
|
+
|
|
141
|
+
@type.setter
|
|
142
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
143
|
+
pulumi.set(self, "type", value)
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
148
|
+
"""
|
|
149
|
+
These items are open-ended strings.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "value")
|
|
152
|
+
|
|
153
|
+
@value.setter
|
|
154
|
+
def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
155
|
+
pulumi.set(self, "value", value)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
if not MYPY:
|
|
159
|
+
class CustomPricePropertiesArgsDict(TypedDict):
|
|
160
|
+
"""
|
|
161
|
+
Custom price properties for a given discount.
|
|
162
|
+
"""
|
|
163
|
+
catalog_claims: pulumi.Input[Sequence[pulumi.Input['CatalogClaimsItemArgsDict']]]
|
|
164
|
+
"""
|
|
165
|
+
The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
|
|
166
|
+
"""
|
|
167
|
+
catalog_id: pulumi.Input[builtins.str]
|
|
168
|
+
"""
|
|
169
|
+
The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
|
|
170
|
+
"""
|
|
171
|
+
market_set_prices: pulumi.Input[Sequence[pulumi.Input['MarketSetPricesItemsArgsDict']]]
|
|
172
|
+
"""
|
|
173
|
+
The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
|
|
174
|
+
"""
|
|
175
|
+
rule_type: pulumi.Input[Union[builtins.str, 'DiscountRuleType']]
|
|
176
|
+
"""
|
|
177
|
+
The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
|
|
178
|
+
"""
|
|
179
|
+
billing_period: NotRequired[pulumi.Input[builtins.str]]
|
|
180
|
+
"""
|
|
181
|
+
The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
|
|
182
|
+
"""
|
|
183
|
+
meter_type: NotRequired[pulumi.Input[builtins.str]]
|
|
184
|
+
"""
|
|
185
|
+
Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
|
|
186
|
+
"""
|
|
187
|
+
term_units: NotRequired[pulumi.Input[builtins.str]]
|
|
188
|
+
"""
|
|
189
|
+
The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
|
|
190
|
+
"""
|
|
191
|
+
elif False:
|
|
192
|
+
CustomPricePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
193
|
+
|
|
194
|
+
@pulumi.input_type
|
|
195
|
+
class CustomPricePropertiesArgs:
|
|
196
|
+
def __init__(__self__, *,
|
|
197
|
+
catalog_claims: pulumi.Input[Sequence[pulumi.Input['CatalogClaimsItemArgs']]],
|
|
198
|
+
catalog_id: pulumi.Input[builtins.str],
|
|
199
|
+
market_set_prices: pulumi.Input[Sequence[pulumi.Input['MarketSetPricesItemsArgs']]],
|
|
200
|
+
rule_type: pulumi.Input[Union[builtins.str, 'DiscountRuleType']],
|
|
201
|
+
billing_period: Optional[pulumi.Input[builtins.str]] = None,
|
|
202
|
+
meter_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
203
|
+
term_units: Optional[pulumi.Input[builtins.str]] = None):
|
|
204
|
+
"""
|
|
205
|
+
Custom price properties for a given discount.
|
|
206
|
+
:param pulumi.Input[Sequence[pulumi.Input['CatalogClaimsItemArgs']]] catalog_claims: The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
|
|
207
|
+
:param pulumi.Input[builtins.str] catalog_id: The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
|
|
208
|
+
:param pulumi.Input[Sequence[pulumi.Input['MarketSetPricesItemsArgs']]] market_set_prices: The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
|
|
209
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountRuleType']] rule_type: The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
|
|
210
|
+
:param pulumi.Input[builtins.str] billing_period: The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
|
|
211
|
+
:param pulumi.Input[builtins.str] meter_type: Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
|
|
212
|
+
:param pulumi.Input[builtins.str] term_units: The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
|
|
213
|
+
"""
|
|
214
|
+
pulumi.set(__self__, "catalog_claims", catalog_claims)
|
|
215
|
+
pulumi.set(__self__, "catalog_id", catalog_id)
|
|
216
|
+
pulumi.set(__self__, "market_set_prices", market_set_prices)
|
|
217
|
+
pulumi.set(__self__, "rule_type", rule_type)
|
|
218
|
+
if billing_period is not None:
|
|
219
|
+
pulumi.set(__self__, "billing_period", billing_period)
|
|
220
|
+
if meter_type is not None:
|
|
221
|
+
pulumi.set(__self__, "meter_type", meter_type)
|
|
222
|
+
if term_units is not None:
|
|
223
|
+
pulumi.set(__self__, "term_units", term_units)
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter(name="catalogClaims")
|
|
227
|
+
def catalog_claims(self) -> pulumi.Input[Sequence[pulumi.Input['CatalogClaimsItemArgs']]]:
|
|
228
|
+
"""
|
|
229
|
+
The set of BigCat claims. Validation: Required. Must contain AgreementType, NationalCloud, and PricingAudience claims. Additionally requires AccessPass claim when creating custom price with action == consume on the pricing instructions.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "catalog_claims")
|
|
232
|
+
|
|
233
|
+
@catalog_claims.setter
|
|
234
|
+
def catalog_claims(self, value: pulumi.Input[Sequence[pulumi.Input['CatalogClaimsItemArgs']]]):
|
|
235
|
+
pulumi.set(self, "catalog_claims", value)
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="catalogId")
|
|
239
|
+
def catalog_id(self) -> pulumi.Input[builtins.str]:
|
|
240
|
+
"""
|
|
241
|
+
The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "catalog_id")
|
|
244
|
+
|
|
245
|
+
@catalog_id.setter
|
|
246
|
+
def catalog_id(self, value: pulumi.Input[builtins.str]):
|
|
247
|
+
pulumi.set(self, "catalog_id", value)
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter(name="marketSetPrices")
|
|
251
|
+
def market_set_prices(self) -> pulumi.Input[Sequence[pulumi.Input['MarketSetPricesItemsArgs']]]:
|
|
252
|
+
"""
|
|
253
|
+
The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "market_set_prices")
|
|
256
|
+
|
|
257
|
+
@market_set_prices.setter
|
|
258
|
+
def market_set_prices(self, value: pulumi.Input[Sequence[pulumi.Input['MarketSetPricesItemsArgs']]]):
|
|
259
|
+
pulumi.set(self, "market_set_prices", value)
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter(name="ruleType")
|
|
263
|
+
def rule_type(self) -> pulumi.Input[Union[builtins.str, 'DiscountRuleType']]:
|
|
264
|
+
"""
|
|
265
|
+
The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "rule_type")
|
|
268
|
+
|
|
269
|
+
@rule_type.setter
|
|
270
|
+
def rule_type(self, value: pulumi.Input[Union[builtins.str, 'DiscountRuleType']]):
|
|
271
|
+
pulumi.set(self, "rule_type", value)
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="billingPeriod")
|
|
275
|
+
def billing_period(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
276
|
+
"""
|
|
277
|
+
The billing period of the priceable node. Validation: Optional, Maximum length 128 characters. Only allowed if the availability derived by market, product, sku, and claims has terms and at least one of those terms has a billing period. When specified, termUnits must be specified.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "billing_period")
|
|
280
|
+
|
|
281
|
+
@billing_period.setter
|
|
282
|
+
def billing_period(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
283
|
+
pulumi.set(self, "billing_period", value)
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
@pulumi.getter(name="meterType")
|
|
287
|
+
def meter_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
288
|
+
"""
|
|
289
|
+
Must be present if the market, product, sku, and claims, and optional term information resolves to multiple availabilities that only differ by meter type. Validation: Maximum length 128 characters.
|
|
290
|
+
"""
|
|
291
|
+
return pulumi.get(self, "meter_type")
|
|
292
|
+
|
|
293
|
+
@meter_type.setter
|
|
294
|
+
def meter_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
295
|
+
pulumi.set(self, "meter_type", value)
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="termUnits")
|
|
299
|
+
def term_units(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
300
|
+
"""
|
|
301
|
+
The term units for the priceable node. Validation: Optional, Maximum length 128 characters. Must be present if and only if the availability derived by market, product, sku, and claims has terms.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "term_units")
|
|
304
|
+
|
|
305
|
+
@term_units.setter
|
|
306
|
+
def term_units(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
307
|
+
pulumi.set(self, "term_units", value)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
if not MYPY:
|
|
311
|
+
class DiscountCustomPriceMultiCurrencyArgsDict(TypedDict):
|
|
312
|
+
"""
|
|
313
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows multiple entries in marketSetPrices.
|
|
314
|
+
"""
|
|
315
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]
|
|
316
|
+
"""
|
|
317
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
318
|
+
"""
|
|
319
|
+
discount_type: pulumi.Input[builtins.str]
|
|
320
|
+
"""
|
|
321
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
322
|
+
Expected value is 'CustomPriceMultiCurrency'.
|
|
323
|
+
"""
|
|
324
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgsDict']]]]
|
|
325
|
+
"""
|
|
326
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
327
|
+
"""
|
|
328
|
+
custom_price_properties: NotRequired[pulumi.Input['CustomPricePropertiesArgsDict']]
|
|
329
|
+
"""
|
|
330
|
+
Custom price properties for a given discount.
|
|
331
|
+
"""
|
|
332
|
+
discount_combination_rule: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]
|
|
333
|
+
"""
|
|
334
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
335
|
+
"""
|
|
336
|
+
discount_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
337
|
+
"""
|
|
338
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
339
|
+
"""
|
|
340
|
+
price_guarantee_properties: NotRequired[pulumi.Input['PriceGuaranteePropertiesArgsDict']]
|
|
341
|
+
"""
|
|
342
|
+
Set only in price guarantee scenario.
|
|
343
|
+
"""
|
|
344
|
+
product_family_name: NotRequired[pulumi.Input[builtins.str]]
|
|
345
|
+
"""
|
|
346
|
+
Product family for which the discount is given. Validation: Optional
|
|
347
|
+
"""
|
|
348
|
+
product_id: NotRequired[pulumi.Input[builtins.str]]
|
|
349
|
+
"""
|
|
350
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
351
|
+
"""
|
|
352
|
+
sku_id: NotRequired[pulumi.Input[builtins.str]]
|
|
353
|
+
"""
|
|
354
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
355
|
+
"""
|
|
356
|
+
elif False:
|
|
357
|
+
DiscountCustomPriceMultiCurrencyArgsDict: TypeAlias = Mapping[str, Any]
|
|
358
|
+
|
|
359
|
+
@pulumi.input_type
|
|
360
|
+
class DiscountCustomPriceMultiCurrencyArgs:
|
|
361
|
+
def __init__(__self__, *,
|
|
362
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']],
|
|
363
|
+
discount_type: pulumi.Input[builtins.str],
|
|
364
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]] = None,
|
|
365
|
+
custom_price_properties: Optional[pulumi.Input['CustomPricePropertiesArgs']] = None,
|
|
366
|
+
discount_combination_rule: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]] = None,
|
|
367
|
+
discount_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
|
368
|
+
price_guarantee_properties: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']] = None,
|
|
369
|
+
product_family_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
370
|
+
product_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
371
|
+
sku_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
372
|
+
"""
|
|
373
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows multiple entries in marketSetPrices.
|
|
374
|
+
:param pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']] apply_discount_on: The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
375
|
+
:param pulumi.Input[builtins.str] discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
376
|
+
Expected value is 'CustomPriceMultiCurrency'.
|
|
377
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
378
|
+
:param pulumi.Input['CustomPricePropertiesArgs'] custom_price_properties: Custom price properties for a given discount.
|
|
379
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']] discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
380
|
+
:param pulumi.Input[builtins.float] discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
381
|
+
:param pulumi.Input['PriceGuaranteePropertiesArgs'] price_guarantee_properties: Set only in price guarantee scenario.
|
|
382
|
+
:param pulumi.Input[builtins.str] product_family_name: Product family for which the discount is given. Validation: Optional
|
|
383
|
+
:param pulumi.Input[builtins.str] product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
384
|
+
:param pulumi.Input[builtins.str] sku_id: ResourceSku for the given discount. Validation: Optional.
|
|
385
|
+
"""
|
|
386
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
387
|
+
pulumi.set(__self__, "discount_type", 'CustomPriceMultiCurrency')
|
|
388
|
+
if conditions is not None:
|
|
389
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
390
|
+
if custom_price_properties is not None:
|
|
391
|
+
pulumi.set(__self__, "custom_price_properties", custom_price_properties)
|
|
392
|
+
if discount_combination_rule is not None:
|
|
393
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
394
|
+
if discount_percentage is not None:
|
|
395
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
396
|
+
if price_guarantee_properties is not None:
|
|
397
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
398
|
+
if product_family_name is not None:
|
|
399
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
400
|
+
if product_id is not None:
|
|
401
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
402
|
+
if sku_id is not None:
|
|
403
|
+
pulumi.set(__self__, "sku_id", sku_id)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
407
|
+
def apply_discount_on(self) -> pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]:
|
|
408
|
+
"""
|
|
409
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "apply_discount_on")
|
|
412
|
+
|
|
413
|
+
@apply_discount_on.setter
|
|
414
|
+
def apply_discount_on(self, value: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]):
|
|
415
|
+
pulumi.set(self, "apply_discount_on", value)
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter(name="discountType")
|
|
419
|
+
def discount_type(self) -> pulumi.Input[builtins.str]:
|
|
420
|
+
"""
|
|
421
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
422
|
+
Expected value is 'CustomPriceMultiCurrency'.
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "discount_type")
|
|
425
|
+
|
|
426
|
+
@discount_type.setter
|
|
427
|
+
def discount_type(self, value: pulumi.Input[builtins.str]):
|
|
428
|
+
pulumi.set(self, "discount_type", value)
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter
|
|
432
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]:
|
|
433
|
+
"""
|
|
434
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "conditions")
|
|
437
|
+
|
|
438
|
+
@conditions.setter
|
|
439
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]):
|
|
440
|
+
pulumi.set(self, "conditions", value)
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="customPriceProperties")
|
|
444
|
+
def custom_price_properties(self) -> Optional[pulumi.Input['CustomPricePropertiesArgs']]:
|
|
445
|
+
"""
|
|
446
|
+
Custom price properties for a given discount.
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "custom_price_properties")
|
|
449
|
+
|
|
450
|
+
@custom_price_properties.setter
|
|
451
|
+
def custom_price_properties(self, value: Optional[pulumi.Input['CustomPricePropertiesArgs']]):
|
|
452
|
+
pulumi.set(self, "custom_price_properties", value)
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
456
|
+
def discount_combination_rule(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]:
|
|
457
|
+
"""
|
|
458
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
461
|
+
|
|
462
|
+
@discount_combination_rule.setter
|
|
463
|
+
def discount_combination_rule(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]):
|
|
464
|
+
pulumi.set(self, "discount_combination_rule", value)
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="discountPercentage")
|
|
468
|
+
def discount_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
469
|
+
"""
|
|
470
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "discount_percentage")
|
|
473
|
+
|
|
474
|
+
@discount_percentage.setter
|
|
475
|
+
def discount_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
476
|
+
pulumi.set(self, "discount_percentage", value)
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
480
|
+
def price_guarantee_properties(self) -> Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]:
|
|
481
|
+
"""
|
|
482
|
+
Set only in price guarantee scenario.
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
485
|
+
|
|
486
|
+
@price_guarantee_properties.setter
|
|
487
|
+
def price_guarantee_properties(self, value: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]):
|
|
488
|
+
pulumi.set(self, "price_guarantee_properties", value)
|
|
489
|
+
|
|
490
|
+
@property
|
|
491
|
+
@pulumi.getter(name="productFamilyName")
|
|
492
|
+
def product_family_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
493
|
+
"""
|
|
494
|
+
Product family for which the discount is given. Validation: Optional
|
|
495
|
+
"""
|
|
496
|
+
return pulumi.get(self, "product_family_name")
|
|
497
|
+
|
|
498
|
+
@product_family_name.setter
|
|
499
|
+
def product_family_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
500
|
+
pulumi.set(self, "product_family_name", value)
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="productId")
|
|
504
|
+
def product_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
505
|
+
"""
|
|
506
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "product_id")
|
|
509
|
+
|
|
510
|
+
@product_id.setter
|
|
511
|
+
def product_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
512
|
+
pulumi.set(self, "product_id", value)
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter(name="skuId")
|
|
516
|
+
def sku_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
517
|
+
"""
|
|
518
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
519
|
+
"""
|
|
520
|
+
return pulumi.get(self, "sku_id")
|
|
521
|
+
|
|
522
|
+
@sku_id.setter
|
|
523
|
+
def sku_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
524
|
+
pulumi.set(self, "sku_id", value)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
if not MYPY:
|
|
528
|
+
class DiscountCustomPriceArgsDict(TypedDict):
|
|
529
|
+
"""
|
|
530
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows a single entry in marketSetPrices.
|
|
531
|
+
"""
|
|
532
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]
|
|
533
|
+
"""
|
|
534
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
535
|
+
"""
|
|
536
|
+
discount_type: pulumi.Input[builtins.str]
|
|
537
|
+
"""
|
|
538
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
539
|
+
Expected value is 'CustomPrice'.
|
|
540
|
+
"""
|
|
541
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgsDict']]]]
|
|
542
|
+
"""
|
|
543
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
544
|
+
"""
|
|
545
|
+
custom_price_properties: NotRequired[pulumi.Input['CustomPricePropertiesArgsDict']]
|
|
546
|
+
"""
|
|
547
|
+
Custom price properties for a given discount.
|
|
548
|
+
"""
|
|
549
|
+
discount_combination_rule: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]
|
|
550
|
+
"""
|
|
551
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
552
|
+
"""
|
|
553
|
+
discount_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
554
|
+
"""
|
|
555
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
556
|
+
"""
|
|
557
|
+
price_guarantee_properties: NotRequired[pulumi.Input['PriceGuaranteePropertiesArgsDict']]
|
|
558
|
+
"""
|
|
559
|
+
Set only in price guarantee scenario.
|
|
560
|
+
"""
|
|
561
|
+
product_family_name: NotRequired[pulumi.Input[builtins.str]]
|
|
562
|
+
"""
|
|
563
|
+
Product family for which the discount is given. Validation: Optional
|
|
564
|
+
"""
|
|
565
|
+
product_id: NotRequired[pulumi.Input[builtins.str]]
|
|
566
|
+
"""
|
|
567
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
568
|
+
"""
|
|
569
|
+
sku_id: NotRequired[pulumi.Input[builtins.str]]
|
|
570
|
+
"""
|
|
571
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
572
|
+
"""
|
|
573
|
+
elif False:
|
|
574
|
+
DiscountCustomPriceArgsDict: TypeAlias = Mapping[str, Any]
|
|
575
|
+
|
|
576
|
+
@pulumi.input_type
|
|
577
|
+
class DiscountCustomPriceArgs:
|
|
578
|
+
def __init__(__self__, *,
|
|
579
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']],
|
|
580
|
+
discount_type: pulumi.Input[builtins.str],
|
|
581
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]] = None,
|
|
582
|
+
custom_price_properties: Optional[pulumi.Input['CustomPricePropertiesArgs']] = None,
|
|
583
|
+
discount_combination_rule: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]] = None,
|
|
584
|
+
discount_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
|
585
|
+
price_guarantee_properties: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']] = None,
|
|
586
|
+
product_family_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
587
|
+
product_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
588
|
+
sku_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
589
|
+
"""
|
|
590
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows a single entry in marketSetPrices.
|
|
591
|
+
:param pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']] apply_discount_on: The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
592
|
+
:param pulumi.Input[builtins.str] discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
593
|
+
Expected value is 'CustomPrice'.
|
|
594
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
595
|
+
:param pulumi.Input['CustomPricePropertiesArgs'] custom_price_properties: Custom price properties for a given discount.
|
|
596
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']] discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
597
|
+
:param pulumi.Input[builtins.float] discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
598
|
+
:param pulumi.Input['PriceGuaranteePropertiesArgs'] price_guarantee_properties: Set only in price guarantee scenario.
|
|
599
|
+
:param pulumi.Input[builtins.str] product_family_name: Product family for which the discount is given. Validation: Optional
|
|
600
|
+
:param pulumi.Input[builtins.str] product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
601
|
+
:param pulumi.Input[builtins.str] sku_id: ResourceSku for the given discount. Validation: Optional.
|
|
602
|
+
"""
|
|
603
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
604
|
+
pulumi.set(__self__, "discount_type", 'CustomPrice')
|
|
605
|
+
if conditions is not None:
|
|
606
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
607
|
+
if custom_price_properties is not None:
|
|
608
|
+
pulumi.set(__self__, "custom_price_properties", custom_price_properties)
|
|
609
|
+
if discount_combination_rule is not None:
|
|
610
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
611
|
+
if discount_percentage is not None:
|
|
612
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
613
|
+
if price_guarantee_properties is not None:
|
|
614
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
615
|
+
if product_family_name is not None:
|
|
616
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
617
|
+
if product_id is not None:
|
|
618
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
619
|
+
if sku_id is not None:
|
|
620
|
+
pulumi.set(__self__, "sku_id", sku_id)
|
|
621
|
+
|
|
622
|
+
@property
|
|
623
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
624
|
+
def apply_discount_on(self) -> pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]:
|
|
625
|
+
"""
|
|
626
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
627
|
+
"""
|
|
628
|
+
return pulumi.get(self, "apply_discount_on")
|
|
629
|
+
|
|
630
|
+
@apply_discount_on.setter
|
|
631
|
+
def apply_discount_on(self, value: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]):
|
|
632
|
+
pulumi.set(self, "apply_discount_on", value)
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter(name="discountType")
|
|
636
|
+
def discount_type(self) -> pulumi.Input[builtins.str]:
|
|
637
|
+
"""
|
|
638
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
639
|
+
Expected value is 'CustomPrice'.
|
|
640
|
+
"""
|
|
641
|
+
return pulumi.get(self, "discount_type")
|
|
642
|
+
|
|
643
|
+
@discount_type.setter
|
|
644
|
+
def discount_type(self, value: pulumi.Input[builtins.str]):
|
|
645
|
+
pulumi.set(self, "discount_type", value)
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
@pulumi.getter
|
|
649
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]:
|
|
650
|
+
"""
|
|
651
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
652
|
+
"""
|
|
653
|
+
return pulumi.get(self, "conditions")
|
|
654
|
+
|
|
655
|
+
@conditions.setter
|
|
656
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]):
|
|
657
|
+
pulumi.set(self, "conditions", value)
|
|
658
|
+
|
|
659
|
+
@property
|
|
660
|
+
@pulumi.getter(name="customPriceProperties")
|
|
661
|
+
def custom_price_properties(self) -> Optional[pulumi.Input['CustomPricePropertiesArgs']]:
|
|
662
|
+
"""
|
|
663
|
+
Custom price properties for a given discount.
|
|
664
|
+
"""
|
|
665
|
+
return pulumi.get(self, "custom_price_properties")
|
|
666
|
+
|
|
667
|
+
@custom_price_properties.setter
|
|
668
|
+
def custom_price_properties(self, value: Optional[pulumi.Input['CustomPricePropertiesArgs']]):
|
|
669
|
+
pulumi.set(self, "custom_price_properties", value)
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
673
|
+
def discount_combination_rule(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]:
|
|
674
|
+
"""
|
|
675
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
676
|
+
"""
|
|
677
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
678
|
+
|
|
679
|
+
@discount_combination_rule.setter
|
|
680
|
+
def discount_combination_rule(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]):
|
|
681
|
+
pulumi.set(self, "discount_combination_rule", value)
|
|
682
|
+
|
|
683
|
+
@property
|
|
684
|
+
@pulumi.getter(name="discountPercentage")
|
|
685
|
+
def discount_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
686
|
+
"""
|
|
687
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
688
|
+
"""
|
|
689
|
+
return pulumi.get(self, "discount_percentage")
|
|
690
|
+
|
|
691
|
+
@discount_percentage.setter
|
|
692
|
+
def discount_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
693
|
+
pulumi.set(self, "discount_percentage", value)
|
|
694
|
+
|
|
695
|
+
@property
|
|
696
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
697
|
+
def price_guarantee_properties(self) -> Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]:
|
|
698
|
+
"""
|
|
699
|
+
Set only in price guarantee scenario.
|
|
700
|
+
"""
|
|
701
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
702
|
+
|
|
703
|
+
@price_guarantee_properties.setter
|
|
704
|
+
def price_guarantee_properties(self, value: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]):
|
|
705
|
+
pulumi.set(self, "price_guarantee_properties", value)
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter(name="productFamilyName")
|
|
709
|
+
def product_family_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
710
|
+
"""
|
|
711
|
+
Product family for which the discount is given. Validation: Optional
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "product_family_name")
|
|
714
|
+
|
|
715
|
+
@product_family_name.setter
|
|
716
|
+
def product_family_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
717
|
+
pulumi.set(self, "product_family_name", value)
|
|
718
|
+
|
|
719
|
+
@property
|
|
720
|
+
@pulumi.getter(name="productId")
|
|
721
|
+
def product_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
722
|
+
"""
|
|
723
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
724
|
+
"""
|
|
725
|
+
return pulumi.get(self, "product_id")
|
|
726
|
+
|
|
727
|
+
@product_id.setter
|
|
728
|
+
def product_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
729
|
+
pulumi.set(self, "product_id", value)
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter(name="skuId")
|
|
733
|
+
def sku_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
734
|
+
"""
|
|
735
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
736
|
+
"""
|
|
737
|
+
return pulumi.get(self, "sku_id")
|
|
738
|
+
|
|
739
|
+
@sku_id.setter
|
|
740
|
+
def sku_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
741
|
+
pulumi.set(self, "sku_id", value)
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
if not MYPY:
|
|
745
|
+
class DiscountProductFamilyArgsDict(TypedDict):
|
|
746
|
+
"""
|
|
747
|
+
Discount type properties including product family name
|
|
748
|
+
"""
|
|
749
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]
|
|
750
|
+
"""
|
|
751
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
752
|
+
"""
|
|
753
|
+
discount_type: pulumi.Input[builtins.str]
|
|
754
|
+
"""
|
|
755
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
756
|
+
Expected value is 'ProductFamily'.
|
|
757
|
+
"""
|
|
758
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgsDict']]]]
|
|
759
|
+
"""
|
|
760
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
761
|
+
"""
|
|
762
|
+
discount_combination_rule: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]
|
|
763
|
+
"""
|
|
764
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
765
|
+
"""
|
|
766
|
+
discount_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
767
|
+
"""
|
|
768
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
769
|
+
"""
|
|
770
|
+
price_guarantee_properties: NotRequired[pulumi.Input['PriceGuaranteePropertiesArgsDict']]
|
|
771
|
+
"""
|
|
772
|
+
Set only in price guarantee scenario.
|
|
773
|
+
"""
|
|
774
|
+
product_family_name: NotRequired[pulumi.Input[builtins.str]]
|
|
775
|
+
"""
|
|
776
|
+
Product family for which the discount is given. Validation: Optional
|
|
777
|
+
"""
|
|
778
|
+
elif False:
|
|
779
|
+
DiscountProductFamilyArgsDict: TypeAlias = Mapping[str, Any]
|
|
780
|
+
|
|
781
|
+
@pulumi.input_type
|
|
782
|
+
class DiscountProductFamilyArgs:
|
|
783
|
+
def __init__(__self__, *,
|
|
784
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']],
|
|
785
|
+
discount_type: pulumi.Input[builtins.str],
|
|
786
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]] = None,
|
|
787
|
+
discount_combination_rule: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]] = None,
|
|
788
|
+
discount_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
|
789
|
+
price_guarantee_properties: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']] = None,
|
|
790
|
+
product_family_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
791
|
+
"""
|
|
792
|
+
Discount type properties including product family name
|
|
793
|
+
:param pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']] apply_discount_on: The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
794
|
+
:param pulumi.Input[builtins.str] discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
795
|
+
Expected value is 'ProductFamily'.
|
|
796
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
797
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']] discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
798
|
+
:param pulumi.Input[builtins.float] discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
799
|
+
:param pulumi.Input['PriceGuaranteePropertiesArgs'] price_guarantee_properties: Set only in price guarantee scenario.
|
|
800
|
+
:param pulumi.Input[builtins.str] product_family_name: Product family for which the discount is given. Validation: Optional
|
|
801
|
+
"""
|
|
802
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
803
|
+
pulumi.set(__self__, "discount_type", 'ProductFamily')
|
|
804
|
+
if conditions is not None:
|
|
805
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
806
|
+
if discount_combination_rule is not None:
|
|
807
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
808
|
+
if discount_percentage is not None:
|
|
809
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
810
|
+
if price_guarantee_properties is not None:
|
|
811
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
812
|
+
if product_family_name is not None:
|
|
813
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
814
|
+
|
|
815
|
+
@property
|
|
816
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
817
|
+
def apply_discount_on(self) -> pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]:
|
|
818
|
+
"""
|
|
819
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
820
|
+
"""
|
|
821
|
+
return pulumi.get(self, "apply_discount_on")
|
|
822
|
+
|
|
823
|
+
@apply_discount_on.setter
|
|
824
|
+
def apply_discount_on(self, value: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]):
|
|
825
|
+
pulumi.set(self, "apply_discount_on", value)
|
|
826
|
+
|
|
827
|
+
@property
|
|
828
|
+
@pulumi.getter(name="discountType")
|
|
829
|
+
def discount_type(self) -> pulumi.Input[builtins.str]:
|
|
830
|
+
"""
|
|
831
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
832
|
+
Expected value is 'ProductFamily'.
|
|
833
|
+
"""
|
|
834
|
+
return pulumi.get(self, "discount_type")
|
|
835
|
+
|
|
836
|
+
@discount_type.setter
|
|
837
|
+
def discount_type(self, value: pulumi.Input[builtins.str]):
|
|
838
|
+
pulumi.set(self, "discount_type", value)
|
|
839
|
+
|
|
840
|
+
@property
|
|
841
|
+
@pulumi.getter
|
|
842
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]:
|
|
843
|
+
"""
|
|
844
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
845
|
+
"""
|
|
846
|
+
return pulumi.get(self, "conditions")
|
|
847
|
+
|
|
848
|
+
@conditions.setter
|
|
849
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]):
|
|
850
|
+
pulumi.set(self, "conditions", value)
|
|
851
|
+
|
|
852
|
+
@property
|
|
853
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
854
|
+
def discount_combination_rule(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]:
|
|
855
|
+
"""
|
|
856
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
857
|
+
"""
|
|
858
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
859
|
+
|
|
860
|
+
@discount_combination_rule.setter
|
|
861
|
+
def discount_combination_rule(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]):
|
|
862
|
+
pulumi.set(self, "discount_combination_rule", value)
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter(name="discountPercentage")
|
|
866
|
+
def discount_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
867
|
+
"""
|
|
868
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "discount_percentage")
|
|
871
|
+
|
|
872
|
+
@discount_percentage.setter
|
|
873
|
+
def discount_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
874
|
+
pulumi.set(self, "discount_percentage", value)
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
878
|
+
def price_guarantee_properties(self) -> Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]:
|
|
879
|
+
"""
|
|
880
|
+
Set only in price guarantee scenario.
|
|
881
|
+
"""
|
|
882
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
883
|
+
|
|
884
|
+
@price_guarantee_properties.setter
|
|
885
|
+
def price_guarantee_properties(self, value: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]):
|
|
886
|
+
pulumi.set(self, "price_guarantee_properties", value)
|
|
887
|
+
|
|
888
|
+
@property
|
|
889
|
+
@pulumi.getter(name="productFamilyName")
|
|
890
|
+
def product_family_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
891
|
+
"""
|
|
892
|
+
Product family for which the discount is given. Validation: Optional
|
|
893
|
+
"""
|
|
894
|
+
return pulumi.get(self, "product_family_name")
|
|
895
|
+
|
|
896
|
+
@product_family_name.setter
|
|
897
|
+
def product_family_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
898
|
+
pulumi.set(self, "product_family_name", value)
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
if not MYPY:
|
|
902
|
+
class DiscountProductArgsDict(TypedDict):
|
|
903
|
+
"""
|
|
904
|
+
Discount type properties including product family name and product id.
|
|
905
|
+
"""
|
|
906
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]
|
|
907
|
+
"""
|
|
908
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
909
|
+
"""
|
|
910
|
+
discount_type: pulumi.Input[builtins.str]
|
|
911
|
+
"""
|
|
912
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
913
|
+
Expected value is 'Product'.
|
|
914
|
+
"""
|
|
915
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgsDict']]]]
|
|
916
|
+
"""
|
|
917
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
918
|
+
"""
|
|
919
|
+
discount_combination_rule: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]
|
|
920
|
+
"""
|
|
921
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
922
|
+
"""
|
|
923
|
+
discount_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
924
|
+
"""
|
|
925
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
926
|
+
"""
|
|
927
|
+
price_guarantee_properties: NotRequired[pulumi.Input['PriceGuaranteePropertiesArgsDict']]
|
|
928
|
+
"""
|
|
929
|
+
Set only in price guarantee scenario.
|
|
930
|
+
"""
|
|
931
|
+
product_family_name: NotRequired[pulumi.Input[builtins.str]]
|
|
932
|
+
"""
|
|
933
|
+
Product family for which the discount is given. Validation: Optional
|
|
934
|
+
"""
|
|
935
|
+
product_id: NotRequired[pulumi.Input[builtins.str]]
|
|
936
|
+
"""
|
|
937
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
938
|
+
"""
|
|
939
|
+
elif False:
|
|
940
|
+
DiscountProductArgsDict: TypeAlias = Mapping[str, Any]
|
|
941
|
+
|
|
942
|
+
@pulumi.input_type
|
|
943
|
+
class DiscountProductArgs:
|
|
944
|
+
def __init__(__self__, *,
|
|
945
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']],
|
|
946
|
+
discount_type: pulumi.Input[builtins.str],
|
|
947
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]] = None,
|
|
948
|
+
discount_combination_rule: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]] = None,
|
|
949
|
+
discount_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
|
950
|
+
price_guarantee_properties: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']] = None,
|
|
951
|
+
product_family_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
952
|
+
product_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
953
|
+
"""
|
|
954
|
+
Discount type properties including product family name and product id.
|
|
955
|
+
:param pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']] apply_discount_on: The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
956
|
+
:param pulumi.Input[builtins.str] discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
957
|
+
Expected value is 'Product'.
|
|
958
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
959
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']] discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
960
|
+
:param pulumi.Input[builtins.float] discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
961
|
+
:param pulumi.Input['PriceGuaranteePropertiesArgs'] price_guarantee_properties: Set only in price guarantee scenario.
|
|
962
|
+
:param pulumi.Input[builtins.str] product_family_name: Product family for which the discount is given. Validation: Optional
|
|
963
|
+
:param pulumi.Input[builtins.str] product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
964
|
+
"""
|
|
965
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
966
|
+
pulumi.set(__self__, "discount_type", 'Product')
|
|
967
|
+
if conditions is not None:
|
|
968
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
969
|
+
if discount_combination_rule is not None:
|
|
970
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
971
|
+
if discount_percentage is not None:
|
|
972
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
973
|
+
if price_guarantee_properties is not None:
|
|
974
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
975
|
+
if product_family_name is not None:
|
|
976
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
977
|
+
if product_id is not None:
|
|
978
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
982
|
+
def apply_discount_on(self) -> pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]:
|
|
983
|
+
"""
|
|
984
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "apply_discount_on")
|
|
987
|
+
|
|
988
|
+
@apply_discount_on.setter
|
|
989
|
+
def apply_discount_on(self, value: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]):
|
|
990
|
+
pulumi.set(self, "apply_discount_on", value)
|
|
991
|
+
|
|
992
|
+
@property
|
|
993
|
+
@pulumi.getter(name="discountType")
|
|
994
|
+
def discount_type(self) -> pulumi.Input[builtins.str]:
|
|
995
|
+
"""
|
|
996
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
997
|
+
Expected value is 'Product'.
|
|
998
|
+
"""
|
|
999
|
+
return pulumi.get(self, "discount_type")
|
|
1000
|
+
|
|
1001
|
+
@discount_type.setter
|
|
1002
|
+
def discount_type(self, value: pulumi.Input[builtins.str]):
|
|
1003
|
+
pulumi.set(self, "discount_type", value)
|
|
1004
|
+
|
|
1005
|
+
@property
|
|
1006
|
+
@pulumi.getter
|
|
1007
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]:
|
|
1008
|
+
"""
|
|
1009
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
1010
|
+
"""
|
|
1011
|
+
return pulumi.get(self, "conditions")
|
|
1012
|
+
|
|
1013
|
+
@conditions.setter
|
|
1014
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]):
|
|
1015
|
+
pulumi.set(self, "conditions", value)
|
|
1016
|
+
|
|
1017
|
+
@property
|
|
1018
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
1019
|
+
def discount_combination_rule(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]:
|
|
1020
|
+
"""
|
|
1021
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
1022
|
+
"""
|
|
1023
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
1024
|
+
|
|
1025
|
+
@discount_combination_rule.setter
|
|
1026
|
+
def discount_combination_rule(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]):
|
|
1027
|
+
pulumi.set(self, "discount_combination_rule", value)
|
|
1028
|
+
|
|
1029
|
+
@property
|
|
1030
|
+
@pulumi.getter(name="discountPercentage")
|
|
1031
|
+
def discount_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
1032
|
+
"""
|
|
1033
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
1034
|
+
"""
|
|
1035
|
+
return pulumi.get(self, "discount_percentage")
|
|
1036
|
+
|
|
1037
|
+
@discount_percentage.setter
|
|
1038
|
+
def discount_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
1039
|
+
pulumi.set(self, "discount_percentage", value)
|
|
1040
|
+
|
|
1041
|
+
@property
|
|
1042
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
1043
|
+
def price_guarantee_properties(self) -> Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]:
|
|
1044
|
+
"""
|
|
1045
|
+
Set only in price guarantee scenario.
|
|
1046
|
+
"""
|
|
1047
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
1048
|
+
|
|
1049
|
+
@price_guarantee_properties.setter
|
|
1050
|
+
def price_guarantee_properties(self, value: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]):
|
|
1051
|
+
pulumi.set(self, "price_guarantee_properties", value)
|
|
1052
|
+
|
|
1053
|
+
@property
|
|
1054
|
+
@pulumi.getter(name="productFamilyName")
|
|
1055
|
+
def product_family_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1056
|
+
"""
|
|
1057
|
+
Product family for which the discount is given. Validation: Optional
|
|
1058
|
+
"""
|
|
1059
|
+
return pulumi.get(self, "product_family_name")
|
|
1060
|
+
|
|
1061
|
+
@product_family_name.setter
|
|
1062
|
+
def product_family_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1063
|
+
pulumi.set(self, "product_family_name", value)
|
|
1064
|
+
|
|
1065
|
+
@property
|
|
1066
|
+
@pulumi.getter(name="productId")
|
|
1067
|
+
def product_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1068
|
+
"""
|
|
1069
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
1070
|
+
"""
|
|
1071
|
+
return pulumi.get(self, "product_id")
|
|
1072
|
+
|
|
1073
|
+
@product_id.setter
|
|
1074
|
+
def product_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1075
|
+
pulumi.set(self, "product_id", value)
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
if not MYPY:
|
|
1079
|
+
class DiscountTypeProductSkuArgsDict(TypedDict):
|
|
1080
|
+
"""
|
|
1081
|
+
Discount type properties including product family name, product id, and sku id.
|
|
1082
|
+
"""
|
|
1083
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]
|
|
1084
|
+
"""
|
|
1085
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
1086
|
+
"""
|
|
1087
|
+
discount_type: pulumi.Input[builtins.str]
|
|
1088
|
+
"""
|
|
1089
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
1090
|
+
Expected value is 'Sku'.
|
|
1091
|
+
"""
|
|
1092
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgsDict']]]]
|
|
1093
|
+
"""
|
|
1094
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
1095
|
+
"""
|
|
1096
|
+
discount_combination_rule: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]
|
|
1097
|
+
"""
|
|
1098
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
1099
|
+
"""
|
|
1100
|
+
discount_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
1101
|
+
"""
|
|
1102
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
1103
|
+
"""
|
|
1104
|
+
price_guarantee_properties: NotRequired[pulumi.Input['PriceGuaranteePropertiesArgsDict']]
|
|
1105
|
+
"""
|
|
1106
|
+
Set only in price guarantee scenario.
|
|
1107
|
+
"""
|
|
1108
|
+
product_family_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1109
|
+
"""
|
|
1110
|
+
Product family for which the discount is given. Validation: Optional
|
|
1111
|
+
"""
|
|
1112
|
+
product_id: NotRequired[pulumi.Input[builtins.str]]
|
|
1113
|
+
"""
|
|
1114
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
1115
|
+
"""
|
|
1116
|
+
sku_id: NotRequired[pulumi.Input[builtins.str]]
|
|
1117
|
+
"""
|
|
1118
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
1119
|
+
"""
|
|
1120
|
+
elif False:
|
|
1121
|
+
DiscountTypeProductSkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
1122
|
+
|
|
1123
|
+
@pulumi.input_type
|
|
1124
|
+
class DiscountTypeProductSkuArgs:
|
|
1125
|
+
def __init__(__self__, *,
|
|
1126
|
+
apply_discount_on: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']],
|
|
1127
|
+
discount_type: pulumi.Input[builtins.str],
|
|
1128
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]] = None,
|
|
1129
|
+
discount_combination_rule: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]] = None,
|
|
1130
|
+
discount_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
|
1131
|
+
price_guarantee_properties: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']] = None,
|
|
1132
|
+
product_family_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1133
|
+
product_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
1134
|
+
sku_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
1135
|
+
"""
|
|
1136
|
+
Discount type properties including product family name, product id, and sku id.
|
|
1137
|
+
:param pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']] apply_discount_on: The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
1138
|
+
:param pulumi.Input[builtins.str] discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
1139
|
+
Expected value is 'Sku'.
|
|
1140
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
1141
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']] discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
1142
|
+
:param pulumi.Input[builtins.float] discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
1143
|
+
:param pulumi.Input['PriceGuaranteePropertiesArgs'] price_guarantee_properties: Set only in price guarantee scenario.
|
|
1144
|
+
:param pulumi.Input[builtins.str] product_family_name: Product family for which the discount is given. Validation: Optional
|
|
1145
|
+
:param pulumi.Input[builtins.str] product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
1146
|
+
:param pulumi.Input[builtins.str] sku_id: ResourceSku for the given discount. Validation: Optional.
|
|
1147
|
+
"""
|
|
1148
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
1149
|
+
pulumi.set(__self__, "discount_type", 'Sku')
|
|
1150
|
+
if conditions is not None:
|
|
1151
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
1152
|
+
if discount_combination_rule is not None:
|
|
1153
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
1154
|
+
if discount_percentage is not None:
|
|
1155
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
1156
|
+
if price_guarantee_properties is not None:
|
|
1157
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
1158
|
+
if product_family_name is not None:
|
|
1159
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
1160
|
+
if product_id is not None:
|
|
1161
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
1162
|
+
if sku_id is not None:
|
|
1163
|
+
pulumi.set(__self__, "sku_id", sku_id)
|
|
1164
|
+
|
|
1165
|
+
@property
|
|
1166
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
1167
|
+
def apply_discount_on(self) -> pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]:
|
|
1168
|
+
"""
|
|
1169
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
1170
|
+
"""
|
|
1171
|
+
return pulumi.get(self, "apply_discount_on")
|
|
1172
|
+
|
|
1173
|
+
@apply_discount_on.setter
|
|
1174
|
+
def apply_discount_on(self, value: pulumi.Input[Union[builtins.str, 'ApplyDiscountOn']]):
|
|
1175
|
+
pulumi.set(self, "apply_discount_on", value)
|
|
1176
|
+
|
|
1177
|
+
@property
|
|
1178
|
+
@pulumi.getter(name="discountType")
|
|
1179
|
+
def discount_type(self) -> pulumi.Input[builtins.str]:
|
|
1180
|
+
"""
|
|
1181
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
1182
|
+
Expected value is 'Sku'.
|
|
1183
|
+
"""
|
|
1184
|
+
return pulumi.get(self, "discount_type")
|
|
1185
|
+
|
|
1186
|
+
@discount_type.setter
|
|
1187
|
+
def discount_type(self, value: pulumi.Input[builtins.str]):
|
|
1188
|
+
pulumi.set(self, "discount_type", value)
|
|
1189
|
+
|
|
1190
|
+
@property
|
|
1191
|
+
@pulumi.getter
|
|
1192
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]:
|
|
1193
|
+
"""
|
|
1194
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
1195
|
+
"""
|
|
1196
|
+
return pulumi.get(self, "conditions")
|
|
1197
|
+
|
|
1198
|
+
@conditions.setter
|
|
1199
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConditionsItemArgs']]]]):
|
|
1200
|
+
pulumi.set(self, "conditions", value)
|
|
1201
|
+
|
|
1202
|
+
@property
|
|
1203
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
1204
|
+
def discount_combination_rule(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]:
|
|
1205
|
+
"""
|
|
1206
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
1209
|
+
|
|
1210
|
+
@discount_combination_rule.setter
|
|
1211
|
+
def discount_combination_rule(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountCombinationRule']]]):
|
|
1212
|
+
pulumi.set(self, "discount_combination_rule", value)
|
|
1213
|
+
|
|
1214
|
+
@property
|
|
1215
|
+
@pulumi.getter(name="discountPercentage")
|
|
1216
|
+
def discount_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
1217
|
+
"""
|
|
1218
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
1219
|
+
"""
|
|
1220
|
+
return pulumi.get(self, "discount_percentage")
|
|
1221
|
+
|
|
1222
|
+
@discount_percentage.setter
|
|
1223
|
+
def discount_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
1224
|
+
pulumi.set(self, "discount_percentage", value)
|
|
1225
|
+
|
|
1226
|
+
@property
|
|
1227
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
1228
|
+
def price_guarantee_properties(self) -> Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]:
|
|
1229
|
+
"""
|
|
1230
|
+
Set only in price guarantee scenario.
|
|
1231
|
+
"""
|
|
1232
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
1233
|
+
|
|
1234
|
+
@price_guarantee_properties.setter
|
|
1235
|
+
def price_guarantee_properties(self, value: Optional[pulumi.Input['PriceGuaranteePropertiesArgs']]):
|
|
1236
|
+
pulumi.set(self, "price_guarantee_properties", value)
|
|
1237
|
+
|
|
1238
|
+
@property
|
|
1239
|
+
@pulumi.getter(name="productFamilyName")
|
|
1240
|
+
def product_family_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1241
|
+
"""
|
|
1242
|
+
Product family for which the discount is given. Validation: Optional
|
|
1243
|
+
"""
|
|
1244
|
+
return pulumi.get(self, "product_family_name")
|
|
1245
|
+
|
|
1246
|
+
@product_family_name.setter
|
|
1247
|
+
def product_family_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1248
|
+
pulumi.set(self, "product_family_name", value)
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter(name="productId")
|
|
1252
|
+
def product_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1253
|
+
"""
|
|
1254
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
1255
|
+
"""
|
|
1256
|
+
return pulumi.get(self, "product_id")
|
|
1257
|
+
|
|
1258
|
+
@product_id.setter
|
|
1259
|
+
def product_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1260
|
+
pulumi.set(self, "product_id", value)
|
|
1261
|
+
|
|
1262
|
+
@property
|
|
1263
|
+
@pulumi.getter(name="skuId")
|
|
1264
|
+
def sku_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1265
|
+
"""
|
|
1266
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
1267
|
+
"""
|
|
1268
|
+
return pulumi.get(self, "sku_id")
|
|
1269
|
+
|
|
1270
|
+
@sku_id.setter
|
|
1271
|
+
def sku_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1272
|
+
pulumi.set(self, "sku_id", value)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
if not MYPY:
|
|
1276
|
+
class EntityTypeAffiliateDiscountArgsDict(TypedDict):
|
|
1277
|
+
"""
|
|
1278
|
+
Entity type for affiliate discounts
|
|
1279
|
+
"""
|
|
1280
|
+
entity_type: pulumi.Input[builtins.str]
|
|
1281
|
+
"""
|
|
1282
|
+
This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1283
|
+
Expected value is 'Affiliate'.
|
|
1284
|
+
"""
|
|
1285
|
+
product_code: pulumi.Input[builtins.str]
|
|
1286
|
+
"""
|
|
1287
|
+
This is the catalog UPN for the product.
|
|
1288
|
+
"""
|
|
1289
|
+
start_at: pulumi.Input[builtins.str]
|
|
1290
|
+
"""
|
|
1291
|
+
Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1292
|
+
"""
|
|
1293
|
+
applied_scope_type: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]]
|
|
1294
|
+
"""
|
|
1295
|
+
List of applied scopes supported for discounts.
|
|
1296
|
+
"""
|
|
1297
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1298
|
+
"""
|
|
1299
|
+
This defines a user friendly display name for the discount.
|
|
1300
|
+
"""
|
|
1301
|
+
system_id: NotRequired[pulumi.Input[builtins.str]]
|
|
1302
|
+
"""
|
|
1303
|
+
This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1304
|
+
"""
|
|
1305
|
+
elif False:
|
|
1306
|
+
EntityTypeAffiliateDiscountArgsDict: TypeAlias = Mapping[str, Any]
|
|
1307
|
+
|
|
1308
|
+
@pulumi.input_type
|
|
1309
|
+
class EntityTypeAffiliateDiscountArgs:
|
|
1310
|
+
def __init__(__self__, *,
|
|
1311
|
+
entity_type: pulumi.Input[builtins.str],
|
|
1312
|
+
product_code: pulumi.Input[builtins.str],
|
|
1313
|
+
start_at: pulumi.Input[builtins.str],
|
|
1314
|
+
applied_scope_type: Optional[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]] = None,
|
|
1315
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1316
|
+
system_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
1317
|
+
"""
|
|
1318
|
+
Entity type for affiliate discounts
|
|
1319
|
+
:param pulumi.Input[builtins.str] entity_type: This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1320
|
+
Expected value is 'Affiliate'.
|
|
1321
|
+
:param pulumi.Input[builtins.str] product_code: This is the catalog UPN for the product.
|
|
1322
|
+
:param pulumi.Input[builtins.str] start_at: Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1323
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']] applied_scope_type: List of applied scopes supported for discounts.
|
|
1324
|
+
:param pulumi.Input[builtins.str] display_name: This defines a user friendly display name for the discount.
|
|
1325
|
+
:param pulumi.Input[builtins.str] system_id: This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1326
|
+
"""
|
|
1327
|
+
pulumi.set(__self__, "entity_type", 'Affiliate')
|
|
1328
|
+
pulumi.set(__self__, "product_code", product_code)
|
|
1329
|
+
pulumi.set(__self__, "start_at", start_at)
|
|
1330
|
+
if applied_scope_type is not None:
|
|
1331
|
+
pulumi.set(__self__, "applied_scope_type", applied_scope_type)
|
|
1332
|
+
if display_name is not None:
|
|
1333
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1334
|
+
if system_id is not None:
|
|
1335
|
+
pulumi.set(__self__, "system_id", system_id)
|
|
1336
|
+
|
|
1337
|
+
@property
|
|
1338
|
+
@pulumi.getter(name="entityType")
|
|
1339
|
+
def entity_type(self) -> pulumi.Input[builtins.str]:
|
|
1340
|
+
"""
|
|
1341
|
+
This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1342
|
+
Expected value is 'Affiliate'.
|
|
1343
|
+
"""
|
|
1344
|
+
return pulumi.get(self, "entity_type")
|
|
1345
|
+
|
|
1346
|
+
@entity_type.setter
|
|
1347
|
+
def entity_type(self, value: pulumi.Input[builtins.str]):
|
|
1348
|
+
pulumi.set(self, "entity_type", value)
|
|
1349
|
+
|
|
1350
|
+
@property
|
|
1351
|
+
@pulumi.getter(name="productCode")
|
|
1352
|
+
def product_code(self) -> pulumi.Input[builtins.str]:
|
|
1353
|
+
"""
|
|
1354
|
+
This is the catalog UPN for the product.
|
|
1355
|
+
"""
|
|
1356
|
+
return pulumi.get(self, "product_code")
|
|
1357
|
+
|
|
1358
|
+
@product_code.setter
|
|
1359
|
+
def product_code(self, value: pulumi.Input[builtins.str]):
|
|
1360
|
+
pulumi.set(self, "product_code", value)
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter(name="startAt")
|
|
1364
|
+
def start_at(self) -> pulumi.Input[builtins.str]:
|
|
1365
|
+
"""
|
|
1366
|
+
Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "start_at")
|
|
1369
|
+
|
|
1370
|
+
@start_at.setter
|
|
1371
|
+
def start_at(self, value: pulumi.Input[builtins.str]):
|
|
1372
|
+
pulumi.set(self, "start_at", value)
|
|
1373
|
+
|
|
1374
|
+
@property
|
|
1375
|
+
@pulumi.getter(name="appliedScopeType")
|
|
1376
|
+
def applied_scope_type(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]]:
|
|
1377
|
+
"""
|
|
1378
|
+
List of applied scopes supported for discounts.
|
|
1379
|
+
"""
|
|
1380
|
+
return pulumi.get(self, "applied_scope_type")
|
|
1381
|
+
|
|
1382
|
+
@applied_scope_type.setter
|
|
1383
|
+
def applied_scope_type(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]]):
|
|
1384
|
+
pulumi.set(self, "applied_scope_type", value)
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter(name="displayName")
|
|
1388
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1389
|
+
"""
|
|
1390
|
+
This defines a user friendly display name for the discount.
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "display_name")
|
|
1393
|
+
|
|
1394
|
+
@display_name.setter
|
|
1395
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1396
|
+
pulumi.set(self, "display_name", value)
|
|
1397
|
+
|
|
1398
|
+
@property
|
|
1399
|
+
@pulumi.getter(name="systemId")
|
|
1400
|
+
def system_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1401
|
+
"""
|
|
1402
|
+
This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1403
|
+
"""
|
|
1404
|
+
return pulumi.get(self, "system_id")
|
|
1405
|
+
|
|
1406
|
+
@system_id.setter
|
|
1407
|
+
def system_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1408
|
+
pulumi.set(self, "system_id", value)
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
if not MYPY:
|
|
1412
|
+
class EntityTypePrimaryDiscountArgsDict(TypedDict):
|
|
1413
|
+
"""
|
|
1414
|
+
Entity type for primary discounts
|
|
1415
|
+
"""
|
|
1416
|
+
end_at: pulumi.Input[builtins.str]
|
|
1417
|
+
"""
|
|
1418
|
+
End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
|
|
1419
|
+
"""
|
|
1420
|
+
entity_type: pulumi.Input[builtins.str]
|
|
1421
|
+
"""
|
|
1422
|
+
This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1423
|
+
Expected value is 'Primary'.
|
|
1424
|
+
"""
|
|
1425
|
+
product_code: pulumi.Input[builtins.str]
|
|
1426
|
+
"""
|
|
1427
|
+
This is the catalog UPN for the product.
|
|
1428
|
+
"""
|
|
1429
|
+
start_at: pulumi.Input[builtins.str]
|
|
1430
|
+
"""
|
|
1431
|
+
Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1432
|
+
"""
|
|
1433
|
+
applied_scope_type: NotRequired[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]]
|
|
1434
|
+
"""
|
|
1435
|
+
List of applied scopes supported for discounts.
|
|
1436
|
+
"""
|
|
1437
|
+
discount_type_properties: NotRequired[pulumi.Input[Union['DiscountCustomPriceArgsDict', 'DiscountCustomPriceMultiCurrencyArgsDict', 'DiscountProductArgsDict', 'DiscountProductFamilyArgsDict', 'DiscountTypeProductSkuArgsDict']]]
|
|
1438
|
+
"""
|
|
1439
|
+
This defines the conditions for a given discount type.
|
|
1440
|
+
"""
|
|
1441
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1442
|
+
"""
|
|
1443
|
+
This defines a user friendly display name for the discount.
|
|
1444
|
+
"""
|
|
1445
|
+
system_id: NotRequired[pulumi.Input[builtins.str]]
|
|
1446
|
+
"""
|
|
1447
|
+
This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1448
|
+
"""
|
|
1449
|
+
elif False:
|
|
1450
|
+
EntityTypePrimaryDiscountArgsDict: TypeAlias = Mapping[str, Any]
|
|
1451
|
+
|
|
1452
|
+
@pulumi.input_type
|
|
1453
|
+
class EntityTypePrimaryDiscountArgs:
|
|
1454
|
+
def __init__(__self__, *,
|
|
1455
|
+
end_at: pulumi.Input[builtins.str],
|
|
1456
|
+
entity_type: pulumi.Input[builtins.str],
|
|
1457
|
+
product_code: pulumi.Input[builtins.str],
|
|
1458
|
+
start_at: pulumi.Input[builtins.str],
|
|
1459
|
+
applied_scope_type: Optional[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]] = None,
|
|
1460
|
+
discount_type_properties: Optional[pulumi.Input[Union['DiscountCustomPriceArgs', 'DiscountCustomPriceMultiCurrencyArgs', 'DiscountProductArgs', 'DiscountProductFamilyArgs', 'DiscountTypeProductSkuArgs']]] = None,
|
|
1461
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1462
|
+
system_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
1463
|
+
"""
|
|
1464
|
+
Entity type for primary discounts
|
|
1465
|
+
:param pulumi.Input[builtins.str] end_at: End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
|
|
1466
|
+
:param pulumi.Input[builtins.str] entity_type: This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1467
|
+
Expected value is 'Primary'.
|
|
1468
|
+
:param pulumi.Input[builtins.str] product_code: This is the catalog UPN for the product.
|
|
1469
|
+
:param pulumi.Input[builtins.str] start_at: Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1470
|
+
:param pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']] applied_scope_type: List of applied scopes supported for discounts.
|
|
1471
|
+
:param pulumi.Input[Union['DiscountCustomPriceArgs', 'DiscountCustomPriceMultiCurrencyArgs', 'DiscountProductArgs', 'DiscountProductFamilyArgs', 'DiscountTypeProductSkuArgs']] discount_type_properties: This defines the conditions for a given discount type.
|
|
1472
|
+
:param pulumi.Input[builtins.str] display_name: This defines a user friendly display name for the discount.
|
|
1473
|
+
:param pulumi.Input[builtins.str] system_id: This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1474
|
+
"""
|
|
1475
|
+
pulumi.set(__self__, "end_at", end_at)
|
|
1476
|
+
pulumi.set(__self__, "entity_type", 'Primary')
|
|
1477
|
+
pulumi.set(__self__, "product_code", product_code)
|
|
1478
|
+
pulumi.set(__self__, "start_at", start_at)
|
|
1479
|
+
if applied_scope_type is not None:
|
|
1480
|
+
pulumi.set(__self__, "applied_scope_type", applied_scope_type)
|
|
1481
|
+
if discount_type_properties is not None:
|
|
1482
|
+
pulumi.set(__self__, "discount_type_properties", discount_type_properties)
|
|
1483
|
+
if display_name is not None:
|
|
1484
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1485
|
+
if system_id is not None:
|
|
1486
|
+
pulumi.set(__self__, "system_id", system_id)
|
|
1487
|
+
|
|
1488
|
+
@property
|
|
1489
|
+
@pulumi.getter(name="endAt")
|
|
1490
|
+
def end_at(self) -> pulumi.Input[builtins.str]:
|
|
1491
|
+
"""
|
|
1492
|
+
End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
|
|
1493
|
+
"""
|
|
1494
|
+
return pulumi.get(self, "end_at")
|
|
1495
|
+
|
|
1496
|
+
@end_at.setter
|
|
1497
|
+
def end_at(self, value: pulumi.Input[builtins.str]):
|
|
1498
|
+
pulumi.set(self, "end_at", value)
|
|
1499
|
+
|
|
1500
|
+
@property
|
|
1501
|
+
@pulumi.getter(name="entityType")
|
|
1502
|
+
def entity_type(self) -> pulumi.Input[builtins.str]:
|
|
1503
|
+
"""
|
|
1504
|
+
This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1505
|
+
Expected value is 'Primary'.
|
|
1506
|
+
"""
|
|
1507
|
+
return pulumi.get(self, "entity_type")
|
|
1508
|
+
|
|
1509
|
+
@entity_type.setter
|
|
1510
|
+
def entity_type(self, value: pulumi.Input[builtins.str]):
|
|
1511
|
+
pulumi.set(self, "entity_type", value)
|
|
1512
|
+
|
|
1513
|
+
@property
|
|
1514
|
+
@pulumi.getter(name="productCode")
|
|
1515
|
+
def product_code(self) -> pulumi.Input[builtins.str]:
|
|
1516
|
+
"""
|
|
1517
|
+
This is the catalog UPN for the product.
|
|
1518
|
+
"""
|
|
1519
|
+
return pulumi.get(self, "product_code")
|
|
1520
|
+
|
|
1521
|
+
@product_code.setter
|
|
1522
|
+
def product_code(self, value: pulumi.Input[builtins.str]):
|
|
1523
|
+
pulumi.set(self, "product_code", value)
|
|
1524
|
+
|
|
1525
|
+
@property
|
|
1526
|
+
@pulumi.getter(name="startAt")
|
|
1527
|
+
def start_at(self) -> pulumi.Input[builtins.str]:
|
|
1528
|
+
"""
|
|
1529
|
+
Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1530
|
+
"""
|
|
1531
|
+
return pulumi.get(self, "start_at")
|
|
1532
|
+
|
|
1533
|
+
@start_at.setter
|
|
1534
|
+
def start_at(self, value: pulumi.Input[builtins.str]):
|
|
1535
|
+
pulumi.set(self, "start_at", value)
|
|
1536
|
+
|
|
1537
|
+
@property
|
|
1538
|
+
@pulumi.getter(name="appliedScopeType")
|
|
1539
|
+
def applied_scope_type(self) -> Optional[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]]:
|
|
1540
|
+
"""
|
|
1541
|
+
List of applied scopes supported for discounts.
|
|
1542
|
+
"""
|
|
1543
|
+
return pulumi.get(self, "applied_scope_type")
|
|
1544
|
+
|
|
1545
|
+
@applied_scope_type.setter
|
|
1546
|
+
def applied_scope_type(self, value: Optional[pulumi.Input[Union[builtins.str, 'DiscountAppliedScopeType']]]):
|
|
1547
|
+
pulumi.set(self, "applied_scope_type", value)
|
|
1548
|
+
|
|
1549
|
+
@property
|
|
1550
|
+
@pulumi.getter(name="discountTypeProperties")
|
|
1551
|
+
def discount_type_properties(self) -> Optional[pulumi.Input[Union['DiscountCustomPriceArgs', 'DiscountCustomPriceMultiCurrencyArgs', 'DiscountProductArgs', 'DiscountProductFamilyArgs', 'DiscountTypeProductSkuArgs']]]:
|
|
1552
|
+
"""
|
|
1553
|
+
This defines the conditions for a given discount type.
|
|
1554
|
+
"""
|
|
1555
|
+
return pulumi.get(self, "discount_type_properties")
|
|
1556
|
+
|
|
1557
|
+
@discount_type_properties.setter
|
|
1558
|
+
def discount_type_properties(self, value: Optional[pulumi.Input[Union['DiscountCustomPriceArgs', 'DiscountCustomPriceMultiCurrencyArgs', 'DiscountProductArgs', 'DiscountProductFamilyArgs', 'DiscountTypeProductSkuArgs']]]):
|
|
1559
|
+
pulumi.set(self, "discount_type_properties", value)
|
|
1560
|
+
|
|
1561
|
+
@property
|
|
1562
|
+
@pulumi.getter(name="displayName")
|
|
1563
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1564
|
+
"""
|
|
1565
|
+
This defines a user friendly display name for the discount.
|
|
1566
|
+
"""
|
|
1567
|
+
return pulumi.get(self, "display_name")
|
|
1568
|
+
|
|
1569
|
+
@display_name.setter
|
|
1570
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1571
|
+
pulumi.set(self, "display_name", value)
|
|
1572
|
+
|
|
1573
|
+
@property
|
|
1574
|
+
@pulumi.getter(name="systemId")
|
|
1575
|
+
def system_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1576
|
+
"""
|
|
1577
|
+
This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1578
|
+
"""
|
|
1579
|
+
return pulumi.get(self, "system_id")
|
|
1580
|
+
|
|
1581
|
+
@system_id.setter
|
|
1582
|
+
def system_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1583
|
+
pulumi.set(self, "system_id", value)
|
|
1584
|
+
|
|
1585
|
+
|
|
30
1586
|
if not MYPY:
|
|
31
1587
|
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
32
1588
|
"""
|
|
@@ -82,6 +1638,72 @@ class ManagedServiceIdentityArgs:
|
|
|
82
1638
|
pulumi.set(self, "user_assigned_identities", value)
|
|
83
1639
|
|
|
84
1640
|
|
|
1641
|
+
if not MYPY:
|
|
1642
|
+
class MarketSetPricesItemsArgsDict(TypedDict):
|
|
1643
|
+
"""
|
|
1644
|
+
Items in the MarketSetPrices array.
|
|
1645
|
+
"""
|
|
1646
|
+
currency: pulumi.Input[builtins.str]
|
|
1647
|
+
"""
|
|
1648
|
+
The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
|
|
1649
|
+
"""
|
|
1650
|
+
markets: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1651
|
+
value: pulumi.Input[builtins.float]
|
|
1652
|
+
"""
|
|
1653
|
+
The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
|
|
1654
|
+
"""
|
|
1655
|
+
elif False:
|
|
1656
|
+
MarketSetPricesItemsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1657
|
+
|
|
1658
|
+
@pulumi.input_type
|
|
1659
|
+
class MarketSetPricesItemsArgs:
|
|
1660
|
+
def __init__(__self__, *,
|
|
1661
|
+
currency: pulumi.Input[builtins.str],
|
|
1662
|
+
markets: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
1663
|
+
value: pulumi.Input[builtins.float]):
|
|
1664
|
+
"""
|
|
1665
|
+
Items in the MarketSetPrices array.
|
|
1666
|
+
:param pulumi.Input[builtins.str] currency: The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
|
|
1667
|
+
:param pulumi.Input[builtins.float] value: The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
|
|
1668
|
+
"""
|
|
1669
|
+
pulumi.set(__self__, "currency", currency)
|
|
1670
|
+
pulumi.set(__self__, "markets", markets)
|
|
1671
|
+
pulumi.set(__self__, "value", value)
|
|
1672
|
+
|
|
1673
|
+
@property
|
|
1674
|
+
@pulumi.getter
|
|
1675
|
+
def currency(self) -> pulumi.Input[builtins.str]:
|
|
1676
|
+
"""
|
|
1677
|
+
The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
|
|
1678
|
+
"""
|
|
1679
|
+
return pulumi.get(self, "currency")
|
|
1680
|
+
|
|
1681
|
+
@currency.setter
|
|
1682
|
+
def currency(self, value: pulumi.Input[builtins.str]):
|
|
1683
|
+
pulumi.set(self, "currency", value)
|
|
1684
|
+
|
|
1685
|
+
@property
|
|
1686
|
+
@pulumi.getter
|
|
1687
|
+
def markets(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1688
|
+
return pulumi.get(self, "markets")
|
|
1689
|
+
|
|
1690
|
+
@markets.setter
|
|
1691
|
+
def markets(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1692
|
+
pulumi.set(self, "markets", value)
|
|
1693
|
+
|
|
1694
|
+
@property
|
|
1695
|
+
@pulumi.getter
|
|
1696
|
+
def value(self) -> pulumi.Input[builtins.float]:
|
|
1697
|
+
"""
|
|
1698
|
+
The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
|
|
1699
|
+
"""
|
|
1700
|
+
return pulumi.get(self, "value")
|
|
1701
|
+
|
|
1702
|
+
@value.setter
|
|
1703
|
+
def value(self, value: pulumi.Input[builtins.float]):
|
|
1704
|
+
pulumi.set(self, "value", value)
|
|
1705
|
+
|
|
1706
|
+
|
|
85
1707
|
if not MYPY:
|
|
86
1708
|
class PlanArgsDict(TypedDict):
|
|
87
1709
|
"""
|
|
@@ -93,7 +1715,7 @@ if not MYPY:
|
|
|
93
1715
|
"""
|
|
94
1716
|
product: pulumi.Input[builtins.str]
|
|
95
1717
|
"""
|
|
96
|
-
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
1718
|
+
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
97
1719
|
"""
|
|
98
1720
|
publisher: pulumi.Input[builtins.str]
|
|
99
1721
|
"""
|
|
@@ -121,7 +1743,7 @@ class PlanArgs:
|
|
|
121
1743
|
"""
|
|
122
1744
|
Plan for the resource.
|
|
123
1745
|
:param pulumi.Input[builtins.str] name: A user defined name of the 3rd Party Artifact that is being procured.
|
|
124
|
-
:param pulumi.Input[builtins.str] product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
1746
|
+
:param pulumi.Input[builtins.str] product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
125
1747
|
:param pulumi.Input[builtins.str] publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
|
|
126
1748
|
:param pulumi.Input[builtins.str] promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
|
|
127
1749
|
:param pulumi.Input[builtins.str] version: The version of the desired product/artifact.
|
|
@@ -150,7 +1772,7 @@ class PlanArgs:
|
|
|
150
1772
|
@pulumi.getter
|
|
151
1773
|
def product(self) -> pulumi.Input[builtins.str]:
|
|
152
1774
|
"""
|
|
153
|
-
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
1775
|
+
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
154
1776
|
"""
|
|
155
1777
|
return pulumi.get(self, "product")
|
|
156
1778
|
|
|
@@ -195,6 +1817,62 @@ class PlanArgs:
|
|
|
195
1817
|
pulumi.set(self, "version", value)
|
|
196
1818
|
|
|
197
1819
|
|
|
1820
|
+
if not MYPY:
|
|
1821
|
+
class PriceGuaranteePropertiesArgsDict(TypedDict):
|
|
1822
|
+
"""
|
|
1823
|
+
Set only in price guarantee scenario.
|
|
1824
|
+
"""
|
|
1825
|
+
price_guarantee_date: NotRequired[pulumi.Input[builtins.str]]
|
|
1826
|
+
"""
|
|
1827
|
+
The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
|
|
1828
|
+
"""
|
|
1829
|
+
pricing_policy: NotRequired[pulumi.Input[Union[builtins.str, 'PricingPolicy']]]
|
|
1830
|
+
"""
|
|
1831
|
+
Supported values: Protected, Locked
|
|
1832
|
+
"""
|
|
1833
|
+
elif False:
|
|
1834
|
+
PriceGuaranteePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1835
|
+
|
|
1836
|
+
@pulumi.input_type
|
|
1837
|
+
class PriceGuaranteePropertiesArgs:
|
|
1838
|
+
def __init__(__self__, *,
|
|
1839
|
+
price_guarantee_date: Optional[pulumi.Input[builtins.str]] = None,
|
|
1840
|
+
pricing_policy: Optional[pulumi.Input[Union[builtins.str, 'PricingPolicy']]] = None):
|
|
1841
|
+
"""
|
|
1842
|
+
Set only in price guarantee scenario.
|
|
1843
|
+
:param pulumi.Input[builtins.str] price_guarantee_date: The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
|
|
1844
|
+
:param pulumi.Input[Union[builtins.str, 'PricingPolicy']] pricing_policy: Supported values: Protected, Locked
|
|
1845
|
+
"""
|
|
1846
|
+
if price_guarantee_date is not None:
|
|
1847
|
+
pulumi.set(__self__, "price_guarantee_date", price_guarantee_date)
|
|
1848
|
+
if pricing_policy is not None:
|
|
1849
|
+
pulumi.set(__self__, "pricing_policy", pricing_policy)
|
|
1850
|
+
|
|
1851
|
+
@property
|
|
1852
|
+
@pulumi.getter(name="priceGuaranteeDate")
|
|
1853
|
+
def price_guarantee_date(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1854
|
+
"""
|
|
1855
|
+
The date on which prices are to be used for guarantee calculation. Validation: expected to be 00 hours, Format: 2024-09-30T00:00:00Z. Must be in UTC.
|
|
1856
|
+
"""
|
|
1857
|
+
return pulumi.get(self, "price_guarantee_date")
|
|
1858
|
+
|
|
1859
|
+
@price_guarantee_date.setter
|
|
1860
|
+
def price_guarantee_date(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1861
|
+
pulumi.set(self, "price_guarantee_date", value)
|
|
1862
|
+
|
|
1863
|
+
@property
|
|
1864
|
+
@pulumi.getter(name="pricingPolicy")
|
|
1865
|
+
def pricing_policy(self) -> Optional[pulumi.Input[Union[builtins.str, 'PricingPolicy']]]:
|
|
1866
|
+
"""
|
|
1867
|
+
Supported values: Protected, Locked
|
|
1868
|
+
"""
|
|
1869
|
+
return pulumi.get(self, "pricing_policy")
|
|
1870
|
+
|
|
1871
|
+
@pricing_policy.setter
|
|
1872
|
+
def pricing_policy(self, value: Optional[pulumi.Input[Union[builtins.str, 'PricingPolicy']]]):
|
|
1873
|
+
pulumi.set(self, "pricing_policy", value)
|
|
1874
|
+
|
|
1875
|
+
|
|
198
1876
|
if not MYPY:
|
|
199
1877
|
class SkuArgsDict(TypedDict):
|
|
200
1878
|
"""
|
|
@@ -214,7 +1892,7 @@ if not MYPY:
|
|
|
214
1892
|
"""
|
|
215
1893
|
size: NotRequired[pulumi.Input[builtins.str]]
|
|
216
1894
|
"""
|
|
217
|
-
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1895
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
218
1896
|
"""
|
|
219
1897
|
tier: NotRequired[pulumi.Input['SkuTier']]
|
|
220
1898
|
"""
|
|
@@ -236,7 +1914,7 @@ class SkuArgs:
|
|
|
236
1914
|
:param pulumi.Input[builtins.str] name: The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
237
1915
|
:param pulumi.Input[builtins.int] capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
238
1916
|
:param pulumi.Input[builtins.str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
239
|
-
:param pulumi.Input[builtins.str] size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1917
|
+
:param pulumi.Input[builtins.str] size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
240
1918
|
:param pulumi.Input['SkuTier'] tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
241
1919
|
"""
|
|
242
1920
|
pulumi.set(__self__, "name", name)
|
|
@@ -289,7 +1967,7 @@ class SkuArgs:
|
|
|
289
1967
|
@pulumi.getter
|
|
290
1968
|
def size(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
291
1969
|
"""
|
|
292
|
-
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1970
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
293
1971
|
"""
|
|
294
1972
|
return pulumi.get(self, "size")
|
|
295
1973
|
|