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
|
@@ -18,13 +18,1404 @@ from . import outputs
|
|
|
18
18
|
from ._enums import *
|
|
19
19
|
|
|
20
20
|
__all__ = [
|
|
21
|
+
'CatalogClaimsItemResponse',
|
|
22
|
+
'ConditionsItemResponse',
|
|
23
|
+
'CustomPricePropertiesResponse',
|
|
24
|
+
'DiscountCustomPriceMultiCurrencyResponse',
|
|
25
|
+
'DiscountCustomPriceResponse',
|
|
26
|
+
'DiscountProductFamilyResponse',
|
|
27
|
+
'DiscountProductResponse',
|
|
28
|
+
'DiscountTypeProductSkuResponse',
|
|
29
|
+
'EntityTypeAffiliateDiscountResponse',
|
|
30
|
+
'EntityTypePrimaryDiscountResponse',
|
|
21
31
|
'ManagedServiceIdentityResponse',
|
|
32
|
+
'MarketSetPricesItemsResponse',
|
|
22
33
|
'PlanResponse',
|
|
34
|
+
'PriceGuaranteePropertiesResponse',
|
|
23
35
|
'SkuResponse',
|
|
24
36
|
'SystemDataResponse',
|
|
25
37
|
'UserAssignedIdentityResponse',
|
|
26
38
|
]
|
|
27
39
|
|
|
40
|
+
@pulumi.output_type
|
|
41
|
+
class CatalogClaimsItemResponse(dict):
|
|
42
|
+
"""
|
|
43
|
+
Catalog claim for a discount.
|
|
44
|
+
"""
|
|
45
|
+
@staticmethod
|
|
46
|
+
def __key_warning(key: str):
|
|
47
|
+
suggest = None
|
|
48
|
+
if key == "catalogClaimsItemType":
|
|
49
|
+
suggest = "catalog_claims_item_type"
|
|
50
|
+
|
|
51
|
+
if suggest:
|
|
52
|
+
pulumi.log.warn(f"Key '{key}' not found in CatalogClaimsItemResponse. Access the value via the '{suggest}' property getter instead.")
|
|
53
|
+
|
|
54
|
+
def __getitem__(self, key: str) -> Any:
|
|
55
|
+
CatalogClaimsItemResponse.__key_warning(key)
|
|
56
|
+
return super().__getitem__(key)
|
|
57
|
+
|
|
58
|
+
def get(self, key: str, default = None) -> Any:
|
|
59
|
+
CatalogClaimsItemResponse.__key_warning(key)
|
|
60
|
+
return super().get(key, default)
|
|
61
|
+
|
|
62
|
+
def __init__(__self__, *,
|
|
63
|
+
catalog_claims_item_type: Optional[builtins.str] = None,
|
|
64
|
+
value: Optional[builtins.str] = None):
|
|
65
|
+
"""
|
|
66
|
+
Catalog claim for a discount.
|
|
67
|
+
"""
|
|
68
|
+
if catalog_claims_item_type is not None:
|
|
69
|
+
pulumi.set(__self__, "catalog_claims_item_type", catalog_claims_item_type)
|
|
70
|
+
if value is not None:
|
|
71
|
+
pulumi.set(__self__, "value", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="catalogClaimsItemType")
|
|
75
|
+
def catalog_claims_item_type(self) -> Optional[builtins.str]:
|
|
76
|
+
return pulumi.get(self, "catalog_claims_item_type")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def value(self) -> Optional[builtins.str]:
|
|
81
|
+
return pulumi.get(self, "value")
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
@pulumi.output_type
|
|
85
|
+
class ConditionsItemResponse(dict):
|
|
86
|
+
"""
|
|
87
|
+
Condition for a discount.
|
|
88
|
+
"""
|
|
89
|
+
@staticmethod
|
|
90
|
+
def __key_warning(key: str):
|
|
91
|
+
suggest = None
|
|
92
|
+
if key == "conditionName":
|
|
93
|
+
suggest = "condition_name"
|
|
94
|
+
|
|
95
|
+
if suggest:
|
|
96
|
+
pulumi.log.warn(f"Key '{key}' not found in ConditionsItemResponse. Access the value via the '{suggest}' property getter instead.")
|
|
97
|
+
|
|
98
|
+
def __getitem__(self, key: str) -> Any:
|
|
99
|
+
ConditionsItemResponse.__key_warning(key)
|
|
100
|
+
return super().__getitem__(key)
|
|
101
|
+
|
|
102
|
+
def get(self, key: str, default = None) -> Any:
|
|
103
|
+
ConditionsItemResponse.__key_warning(key)
|
|
104
|
+
return super().get(key, default)
|
|
105
|
+
|
|
106
|
+
def __init__(__self__, *,
|
|
107
|
+
condition_name: Optional[builtins.str] = None,
|
|
108
|
+
type: Optional[builtins.str] = None,
|
|
109
|
+
value: Optional[Sequence[builtins.str]] = None):
|
|
110
|
+
"""
|
|
111
|
+
Condition for a discount.
|
|
112
|
+
:param Sequence[builtins.str] value: These items are open-ended strings.
|
|
113
|
+
"""
|
|
114
|
+
if condition_name is not None:
|
|
115
|
+
pulumi.set(__self__, "condition_name", condition_name)
|
|
116
|
+
if type is not None:
|
|
117
|
+
pulumi.set(__self__, "type", type)
|
|
118
|
+
if value is not None:
|
|
119
|
+
pulumi.set(__self__, "value", value)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="conditionName")
|
|
123
|
+
def condition_name(self) -> Optional[builtins.str]:
|
|
124
|
+
return pulumi.get(self, "condition_name")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def type(self) -> Optional[builtins.str]:
|
|
129
|
+
return pulumi.get(self, "type")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def value(self) -> Optional[Sequence[builtins.str]]:
|
|
134
|
+
"""
|
|
135
|
+
These items are open-ended strings.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "value")
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
@pulumi.output_type
|
|
141
|
+
class CustomPricePropertiesResponse(dict):
|
|
142
|
+
"""
|
|
143
|
+
Custom price properties for a given discount.
|
|
144
|
+
"""
|
|
145
|
+
@staticmethod
|
|
146
|
+
def __key_warning(key: str):
|
|
147
|
+
suggest = None
|
|
148
|
+
if key == "catalogClaims":
|
|
149
|
+
suggest = "catalog_claims"
|
|
150
|
+
elif key == "catalogId":
|
|
151
|
+
suggest = "catalog_id"
|
|
152
|
+
elif key == "marketSetPrices":
|
|
153
|
+
suggest = "market_set_prices"
|
|
154
|
+
elif key == "ruleType":
|
|
155
|
+
suggest = "rule_type"
|
|
156
|
+
elif key == "billingPeriod":
|
|
157
|
+
suggest = "billing_period"
|
|
158
|
+
elif key == "meterType":
|
|
159
|
+
suggest = "meter_type"
|
|
160
|
+
elif key == "termUnits":
|
|
161
|
+
suggest = "term_units"
|
|
162
|
+
|
|
163
|
+
if suggest:
|
|
164
|
+
pulumi.log.warn(f"Key '{key}' not found in CustomPricePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
165
|
+
|
|
166
|
+
def __getitem__(self, key: str) -> Any:
|
|
167
|
+
CustomPricePropertiesResponse.__key_warning(key)
|
|
168
|
+
return super().__getitem__(key)
|
|
169
|
+
|
|
170
|
+
def get(self, key: str, default = None) -> Any:
|
|
171
|
+
CustomPricePropertiesResponse.__key_warning(key)
|
|
172
|
+
return super().get(key, default)
|
|
173
|
+
|
|
174
|
+
def __init__(__self__, *,
|
|
175
|
+
catalog_claims: Sequence['outputs.CatalogClaimsItemResponse'],
|
|
176
|
+
catalog_id: builtins.str,
|
|
177
|
+
market_set_prices: Sequence['outputs.MarketSetPricesItemsResponse'],
|
|
178
|
+
rule_type: builtins.str,
|
|
179
|
+
billing_period: Optional[builtins.str] = None,
|
|
180
|
+
meter_type: Optional[builtins.str] = None,
|
|
181
|
+
term_units: Optional[builtins.str] = None):
|
|
182
|
+
"""
|
|
183
|
+
Custom price properties for a given discount.
|
|
184
|
+
:param Sequence['CatalogClaimsItemResponse'] 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.
|
|
185
|
+
:param builtins.str catalog_id: The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
|
|
186
|
+
:param Sequence['MarketSetPricesItemsResponse'] market_set_prices: The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
|
|
187
|
+
:param builtins.str rule_type: The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
|
|
188
|
+
:param 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.
|
|
189
|
+
:param 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.
|
|
190
|
+
:param 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.
|
|
191
|
+
"""
|
|
192
|
+
pulumi.set(__self__, "catalog_claims", catalog_claims)
|
|
193
|
+
pulumi.set(__self__, "catalog_id", catalog_id)
|
|
194
|
+
pulumi.set(__self__, "market_set_prices", market_set_prices)
|
|
195
|
+
pulumi.set(__self__, "rule_type", rule_type)
|
|
196
|
+
if billing_period is not None:
|
|
197
|
+
pulumi.set(__self__, "billing_period", billing_period)
|
|
198
|
+
if meter_type is not None:
|
|
199
|
+
pulumi.set(__self__, "meter_type", meter_type)
|
|
200
|
+
if term_units is not None:
|
|
201
|
+
pulumi.set(__self__, "term_units", term_units)
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter(name="catalogClaims")
|
|
205
|
+
def catalog_claims(self) -> Sequence['outputs.CatalogClaimsItemResponse']:
|
|
206
|
+
"""
|
|
207
|
+
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.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "catalog_claims")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="catalogId")
|
|
213
|
+
def catalog_id(self) -> builtins.str:
|
|
214
|
+
"""
|
|
215
|
+
The catalog instance where the priceable node lives. Validation: Required. No defined format, will vary per team.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "catalog_id")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="marketSetPrices")
|
|
221
|
+
def market_set_prices(self) -> Sequence['outputs.MarketSetPricesItemsResponse']:
|
|
222
|
+
"""
|
|
223
|
+
The set of market set prices of the priceable node. Validation: Required. Must contain at least one element.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "market_set_prices")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="ruleType")
|
|
229
|
+
def rule_type(self) -> builtins.str:
|
|
230
|
+
"""
|
|
231
|
+
The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "rule_type")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="billingPeriod")
|
|
237
|
+
def billing_period(self) -> Optional[builtins.str]:
|
|
238
|
+
"""
|
|
239
|
+
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.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "billing_period")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="meterType")
|
|
245
|
+
def meter_type(self) -> Optional[builtins.str]:
|
|
246
|
+
"""
|
|
247
|
+
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.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "meter_type")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="termUnits")
|
|
253
|
+
def term_units(self) -> Optional[builtins.str]:
|
|
254
|
+
"""
|
|
255
|
+
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.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "term_units")
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
@pulumi.output_type
|
|
261
|
+
class DiscountCustomPriceMultiCurrencyResponse(dict):
|
|
262
|
+
"""
|
|
263
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows multiple entries in marketSetPrices.
|
|
264
|
+
"""
|
|
265
|
+
@staticmethod
|
|
266
|
+
def __key_warning(key: str):
|
|
267
|
+
suggest = None
|
|
268
|
+
if key == "applyDiscountOn":
|
|
269
|
+
suggest = "apply_discount_on"
|
|
270
|
+
elif key == "discountType":
|
|
271
|
+
suggest = "discount_type"
|
|
272
|
+
elif key == "customPriceProperties":
|
|
273
|
+
suggest = "custom_price_properties"
|
|
274
|
+
elif key == "discountCombinationRule":
|
|
275
|
+
suggest = "discount_combination_rule"
|
|
276
|
+
elif key == "discountPercentage":
|
|
277
|
+
suggest = "discount_percentage"
|
|
278
|
+
elif key == "priceGuaranteeProperties":
|
|
279
|
+
suggest = "price_guarantee_properties"
|
|
280
|
+
elif key == "productFamilyName":
|
|
281
|
+
suggest = "product_family_name"
|
|
282
|
+
elif key == "productId":
|
|
283
|
+
suggest = "product_id"
|
|
284
|
+
elif key == "skuId":
|
|
285
|
+
suggest = "sku_id"
|
|
286
|
+
|
|
287
|
+
if suggest:
|
|
288
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscountCustomPriceMultiCurrencyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
289
|
+
|
|
290
|
+
def __getitem__(self, key: str) -> Any:
|
|
291
|
+
DiscountCustomPriceMultiCurrencyResponse.__key_warning(key)
|
|
292
|
+
return super().__getitem__(key)
|
|
293
|
+
|
|
294
|
+
def get(self, key: str, default = None) -> Any:
|
|
295
|
+
DiscountCustomPriceMultiCurrencyResponse.__key_warning(key)
|
|
296
|
+
return super().get(key, default)
|
|
297
|
+
|
|
298
|
+
def __init__(__self__, *,
|
|
299
|
+
apply_discount_on: builtins.str,
|
|
300
|
+
discount_type: builtins.str,
|
|
301
|
+
conditions: Optional[Sequence['outputs.ConditionsItemResponse']] = None,
|
|
302
|
+
custom_price_properties: Optional['outputs.CustomPricePropertiesResponse'] = None,
|
|
303
|
+
discount_combination_rule: Optional[builtins.str] = None,
|
|
304
|
+
discount_percentage: Optional[builtins.float] = None,
|
|
305
|
+
price_guarantee_properties: Optional['outputs.PriceGuaranteePropertiesResponse'] = None,
|
|
306
|
+
product_family_name: Optional[builtins.str] = None,
|
|
307
|
+
product_id: Optional[builtins.str] = None,
|
|
308
|
+
sku_id: Optional[builtins.str] = None):
|
|
309
|
+
"""
|
|
310
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows multiple entries in marketSetPrices.
|
|
311
|
+
:param builtins.str 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.
|
|
312
|
+
:param builtins.str discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
313
|
+
Expected value is 'CustomPriceMultiCurrency'.
|
|
314
|
+
:param Sequence['ConditionsItemResponse'] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
315
|
+
:param 'CustomPricePropertiesResponse' custom_price_properties: Custom price properties for a given discount.
|
|
316
|
+
:param builtins.str discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
317
|
+
:param builtins.float discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
318
|
+
:param 'PriceGuaranteePropertiesResponse' price_guarantee_properties: Set only in price guarantee scenario.
|
|
319
|
+
:param builtins.str product_family_name: Product family for which the discount is given. Validation: Optional
|
|
320
|
+
:param builtins.str product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
321
|
+
:param builtins.str sku_id: ResourceSku for the given discount. Validation: Optional.
|
|
322
|
+
"""
|
|
323
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
324
|
+
pulumi.set(__self__, "discount_type", 'CustomPriceMultiCurrency')
|
|
325
|
+
if conditions is not None:
|
|
326
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
327
|
+
if custom_price_properties is not None:
|
|
328
|
+
pulumi.set(__self__, "custom_price_properties", custom_price_properties)
|
|
329
|
+
if discount_combination_rule is not None:
|
|
330
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
331
|
+
if discount_percentage is not None:
|
|
332
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
333
|
+
if price_guarantee_properties is not None:
|
|
334
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
335
|
+
if product_family_name is not None:
|
|
336
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
337
|
+
if product_id is not None:
|
|
338
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
339
|
+
if sku_id is not None:
|
|
340
|
+
pulumi.set(__self__, "sku_id", sku_id)
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
344
|
+
def apply_discount_on(self) -> builtins.str:
|
|
345
|
+
"""
|
|
346
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
347
|
+
"""
|
|
348
|
+
return pulumi.get(self, "apply_discount_on")
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
@pulumi.getter(name="discountType")
|
|
352
|
+
def discount_type(self) -> builtins.str:
|
|
353
|
+
"""
|
|
354
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
355
|
+
Expected value is 'CustomPriceMultiCurrency'.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "discount_type")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter
|
|
361
|
+
def conditions(self) -> Optional[Sequence['outputs.ConditionsItemResponse']]:
|
|
362
|
+
"""
|
|
363
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "conditions")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="customPriceProperties")
|
|
369
|
+
def custom_price_properties(self) -> Optional['outputs.CustomPricePropertiesResponse']:
|
|
370
|
+
"""
|
|
371
|
+
Custom price properties for a given discount.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "custom_price_properties")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
377
|
+
def discount_combination_rule(self) -> Optional[builtins.str]:
|
|
378
|
+
"""
|
|
379
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="discountPercentage")
|
|
385
|
+
def discount_percentage(self) -> Optional[builtins.float]:
|
|
386
|
+
"""
|
|
387
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "discount_percentage")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
393
|
+
def price_guarantee_properties(self) -> Optional['outputs.PriceGuaranteePropertiesResponse']:
|
|
394
|
+
"""
|
|
395
|
+
Set only in price guarantee scenario.
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="productFamilyName")
|
|
401
|
+
def product_family_name(self) -> Optional[builtins.str]:
|
|
402
|
+
"""
|
|
403
|
+
Product family for which the discount is given. Validation: Optional
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "product_family_name")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="productId")
|
|
409
|
+
def product_id(self) -> Optional[builtins.str]:
|
|
410
|
+
"""
|
|
411
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "product_id")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="skuId")
|
|
417
|
+
def sku_id(self) -> Optional[builtins.str]:
|
|
418
|
+
"""
|
|
419
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "sku_id")
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
@pulumi.output_type
|
|
425
|
+
class DiscountCustomPriceResponse(dict):
|
|
426
|
+
"""
|
|
427
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows a single entry in marketSetPrices.
|
|
428
|
+
"""
|
|
429
|
+
@staticmethod
|
|
430
|
+
def __key_warning(key: str):
|
|
431
|
+
suggest = None
|
|
432
|
+
if key == "applyDiscountOn":
|
|
433
|
+
suggest = "apply_discount_on"
|
|
434
|
+
elif key == "discountType":
|
|
435
|
+
suggest = "discount_type"
|
|
436
|
+
elif key == "customPriceProperties":
|
|
437
|
+
suggest = "custom_price_properties"
|
|
438
|
+
elif key == "discountCombinationRule":
|
|
439
|
+
suggest = "discount_combination_rule"
|
|
440
|
+
elif key == "discountPercentage":
|
|
441
|
+
suggest = "discount_percentage"
|
|
442
|
+
elif key == "priceGuaranteeProperties":
|
|
443
|
+
suggest = "price_guarantee_properties"
|
|
444
|
+
elif key == "productFamilyName":
|
|
445
|
+
suggest = "product_family_name"
|
|
446
|
+
elif key == "productId":
|
|
447
|
+
suggest = "product_id"
|
|
448
|
+
elif key == "skuId":
|
|
449
|
+
suggest = "sku_id"
|
|
450
|
+
|
|
451
|
+
if suggest:
|
|
452
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscountCustomPriceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
453
|
+
|
|
454
|
+
def __getitem__(self, key: str) -> Any:
|
|
455
|
+
DiscountCustomPriceResponse.__key_warning(key)
|
|
456
|
+
return super().__getitem__(key)
|
|
457
|
+
|
|
458
|
+
def get(self, key: str, default = None) -> Any:
|
|
459
|
+
DiscountCustomPriceResponse.__key_warning(key)
|
|
460
|
+
return super().get(key, default)
|
|
461
|
+
|
|
462
|
+
def __init__(__self__, *,
|
|
463
|
+
apply_discount_on: builtins.str,
|
|
464
|
+
discount_type: builtins.str,
|
|
465
|
+
conditions: Optional[Sequence['outputs.ConditionsItemResponse']] = None,
|
|
466
|
+
custom_price_properties: Optional['outputs.CustomPricePropertiesResponse'] = None,
|
|
467
|
+
discount_combination_rule: Optional[builtins.str] = None,
|
|
468
|
+
discount_percentage: Optional[builtins.float] = None,
|
|
469
|
+
price_guarantee_properties: Optional['outputs.PriceGuaranteePropertiesResponse'] = None,
|
|
470
|
+
product_family_name: Optional[builtins.str] = None,
|
|
471
|
+
product_id: Optional[builtins.str] = None,
|
|
472
|
+
sku_id: Optional[builtins.str] = None):
|
|
473
|
+
"""
|
|
474
|
+
Discount type properties including product family name, product id, sku, and custom price properties. Allows a single entry in marketSetPrices.
|
|
475
|
+
:param builtins.str 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.
|
|
476
|
+
:param builtins.str discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
477
|
+
Expected value is 'CustomPrice'.
|
|
478
|
+
:param Sequence['ConditionsItemResponse'] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
479
|
+
:param 'CustomPricePropertiesResponse' custom_price_properties: Custom price properties for a given discount.
|
|
480
|
+
:param builtins.str discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
481
|
+
:param builtins.float discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
482
|
+
:param 'PriceGuaranteePropertiesResponse' price_guarantee_properties: Set only in price guarantee scenario.
|
|
483
|
+
:param builtins.str product_family_name: Product family for which the discount is given. Validation: Optional
|
|
484
|
+
:param builtins.str product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
485
|
+
:param builtins.str sku_id: ResourceSku for the given discount. Validation: Optional.
|
|
486
|
+
"""
|
|
487
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
488
|
+
pulumi.set(__self__, "discount_type", 'CustomPrice')
|
|
489
|
+
if conditions is not None:
|
|
490
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
491
|
+
if custom_price_properties is not None:
|
|
492
|
+
pulumi.set(__self__, "custom_price_properties", custom_price_properties)
|
|
493
|
+
if discount_combination_rule is not None:
|
|
494
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
495
|
+
if discount_percentage is not None:
|
|
496
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
497
|
+
if price_guarantee_properties is not None:
|
|
498
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
499
|
+
if product_family_name is not None:
|
|
500
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
501
|
+
if product_id is not None:
|
|
502
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
503
|
+
if sku_id is not None:
|
|
504
|
+
pulumi.set(__self__, "sku_id", sku_id)
|
|
505
|
+
|
|
506
|
+
@property
|
|
507
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
508
|
+
def apply_discount_on(self) -> builtins.str:
|
|
509
|
+
"""
|
|
510
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
511
|
+
"""
|
|
512
|
+
return pulumi.get(self, "apply_discount_on")
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter(name="discountType")
|
|
516
|
+
def discount_type(self) -> builtins.str:
|
|
517
|
+
"""
|
|
518
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
519
|
+
Expected value is 'CustomPrice'.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "discount_type")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def conditions(self) -> Optional[Sequence['outputs.ConditionsItemResponse']]:
|
|
526
|
+
"""
|
|
527
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "conditions")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="customPriceProperties")
|
|
533
|
+
def custom_price_properties(self) -> Optional['outputs.CustomPricePropertiesResponse']:
|
|
534
|
+
"""
|
|
535
|
+
Custom price properties for a given discount.
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "custom_price_properties")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
541
|
+
def discount_combination_rule(self) -> Optional[builtins.str]:
|
|
542
|
+
"""
|
|
543
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="discountPercentage")
|
|
549
|
+
def discount_percentage(self) -> Optional[builtins.float]:
|
|
550
|
+
"""
|
|
551
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "discount_percentage")
|
|
554
|
+
|
|
555
|
+
@property
|
|
556
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
557
|
+
def price_guarantee_properties(self) -> Optional['outputs.PriceGuaranteePropertiesResponse']:
|
|
558
|
+
"""
|
|
559
|
+
Set only in price guarantee scenario.
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter(name="productFamilyName")
|
|
565
|
+
def product_family_name(self) -> Optional[builtins.str]:
|
|
566
|
+
"""
|
|
567
|
+
Product family for which the discount is given. Validation: Optional
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "product_family_name")
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="productId")
|
|
573
|
+
def product_id(self) -> Optional[builtins.str]:
|
|
574
|
+
"""
|
|
575
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "product_id")
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter(name="skuId")
|
|
581
|
+
def sku_id(self) -> Optional[builtins.str]:
|
|
582
|
+
"""
|
|
583
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "sku_id")
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
@pulumi.output_type
|
|
589
|
+
class DiscountProductFamilyResponse(dict):
|
|
590
|
+
"""
|
|
591
|
+
Discount type properties including product family name
|
|
592
|
+
"""
|
|
593
|
+
@staticmethod
|
|
594
|
+
def __key_warning(key: str):
|
|
595
|
+
suggest = None
|
|
596
|
+
if key == "applyDiscountOn":
|
|
597
|
+
suggest = "apply_discount_on"
|
|
598
|
+
elif key == "discountType":
|
|
599
|
+
suggest = "discount_type"
|
|
600
|
+
elif key == "discountCombinationRule":
|
|
601
|
+
suggest = "discount_combination_rule"
|
|
602
|
+
elif key == "discountPercentage":
|
|
603
|
+
suggest = "discount_percentage"
|
|
604
|
+
elif key == "priceGuaranteeProperties":
|
|
605
|
+
suggest = "price_guarantee_properties"
|
|
606
|
+
elif key == "productFamilyName":
|
|
607
|
+
suggest = "product_family_name"
|
|
608
|
+
|
|
609
|
+
if suggest:
|
|
610
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscountProductFamilyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
611
|
+
|
|
612
|
+
def __getitem__(self, key: str) -> Any:
|
|
613
|
+
DiscountProductFamilyResponse.__key_warning(key)
|
|
614
|
+
return super().__getitem__(key)
|
|
615
|
+
|
|
616
|
+
def get(self, key: str, default = None) -> Any:
|
|
617
|
+
DiscountProductFamilyResponse.__key_warning(key)
|
|
618
|
+
return super().get(key, default)
|
|
619
|
+
|
|
620
|
+
def __init__(__self__, *,
|
|
621
|
+
apply_discount_on: builtins.str,
|
|
622
|
+
discount_type: builtins.str,
|
|
623
|
+
conditions: Optional[Sequence['outputs.ConditionsItemResponse']] = None,
|
|
624
|
+
discount_combination_rule: Optional[builtins.str] = None,
|
|
625
|
+
discount_percentage: Optional[builtins.float] = None,
|
|
626
|
+
price_guarantee_properties: Optional['outputs.PriceGuaranteePropertiesResponse'] = None,
|
|
627
|
+
product_family_name: Optional[builtins.str] = None):
|
|
628
|
+
"""
|
|
629
|
+
Discount type properties including product family name
|
|
630
|
+
:param builtins.str 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.
|
|
631
|
+
:param builtins.str discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
632
|
+
Expected value is 'ProductFamily'.
|
|
633
|
+
:param Sequence['ConditionsItemResponse'] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
634
|
+
:param builtins.str discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
635
|
+
:param builtins.float discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
636
|
+
:param 'PriceGuaranteePropertiesResponse' price_guarantee_properties: Set only in price guarantee scenario.
|
|
637
|
+
:param builtins.str product_family_name: Product family for which the discount is given. Validation: Optional
|
|
638
|
+
"""
|
|
639
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
640
|
+
pulumi.set(__self__, "discount_type", 'ProductFamily')
|
|
641
|
+
if conditions is not None:
|
|
642
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
643
|
+
if discount_combination_rule is not None:
|
|
644
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
645
|
+
if discount_percentage is not None:
|
|
646
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
647
|
+
if price_guarantee_properties is not None:
|
|
648
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
649
|
+
if product_family_name is not None:
|
|
650
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
651
|
+
|
|
652
|
+
@property
|
|
653
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
654
|
+
def apply_discount_on(self) -> builtins.str:
|
|
655
|
+
"""
|
|
656
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
657
|
+
"""
|
|
658
|
+
return pulumi.get(self, "apply_discount_on")
|
|
659
|
+
|
|
660
|
+
@property
|
|
661
|
+
@pulumi.getter(name="discountType")
|
|
662
|
+
def discount_type(self) -> builtins.str:
|
|
663
|
+
"""
|
|
664
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
665
|
+
Expected value is 'ProductFamily'.
|
|
666
|
+
"""
|
|
667
|
+
return pulumi.get(self, "discount_type")
|
|
668
|
+
|
|
669
|
+
@property
|
|
670
|
+
@pulumi.getter
|
|
671
|
+
def conditions(self) -> Optional[Sequence['outputs.ConditionsItemResponse']]:
|
|
672
|
+
"""
|
|
673
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
674
|
+
"""
|
|
675
|
+
return pulumi.get(self, "conditions")
|
|
676
|
+
|
|
677
|
+
@property
|
|
678
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
679
|
+
def discount_combination_rule(self) -> Optional[builtins.str]:
|
|
680
|
+
"""
|
|
681
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
682
|
+
"""
|
|
683
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
684
|
+
|
|
685
|
+
@property
|
|
686
|
+
@pulumi.getter(name="discountPercentage")
|
|
687
|
+
def discount_percentage(self) -> Optional[builtins.float]:
|
|
688
|
+
"""
|
|
689
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
690
|
+
"""
|
|
691
|
+
return pulumi.get(self, "discount_percentage")
|
|
692
|
+
|
|
693
|
+
@property
|
|
694
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
695
|
+
def price_guarantee_properties(self) -> Optional['outputs.PriceGuaranteePropertiesResponse']:
|
|
696
|
+
"""
|
|
697
|
+
Set only in price guarantee scenario.
|
|
698
|
+
"""
|
|
699
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter(name="productFamilyName")
|
|
703
|
+
def product_family_name(self) -> Optional[builtins.str]:
|
|
704
|
+
"""
|
|
705
|
+
Product family for which the discount is given. Validation: Optional
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "product_family_name")
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
@pulumi.output_type
|
|
711
|
+
class DiscountProductResponse(dict):
|
|
712
|
+
"""
|
|
713
|
+
Discount type properties including product family name and product id.
|
|
714
|
+
"""
|
|
715
|
+
@staticmethod
|
|
716
|
+
def __key_warning(key: str):
|
|
717
|
+
suggest = None
|
|
718
|
+
if key == "applyDiscountOn":
|
|
719
|
+
suggest = "apply_discount_on"
|
|
720
|
+
elif key == "discountType":
|
|
721
|
+
suggest = "discount_type"
|
|
722
|
+
elif key == "discountCombinationRule":
|
|
723
|
+
suggest = "discount_combination_rule"
|
|
724
|
+
elif key == "discountPercentage":
|
|
725
|
+
suggest = "discount_percentage"
|
|
726
|
+
elif key == "priceGuaranteeProperties":
|
|
727
|
+
suggest = "price_guarantee_properties"
|
|
728
|
+
elif key == "productFamilyName":
|
|
729
|
+
suggest = "product_family_name"
|
|
730
|
+
elif key == "productId":
|
|
731
|
+
suggest = "product_id"
|
|
732
|
+
|
|
733
|
+
if suggest:
|
|
734
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscountProductResponse. Access the value via the '{suggest}' property getter instead.")
|
|
735
|
+
|
|
736
|
+
def __getitem__(self, key: str) -> Any:
|
|
737
|
+
DiscountProductResponse.__key_warning(key)
|
|
738
|
+
return super().__getitem__(key)
|
|
739
|
+
|
|
740
|
+
def get(self, key: str, default = None) -> Any:
|
|
741
|
+
DiscountProductResponse.__key_warning(key)
|
|
742
|
+
return super().get(key, default)
|
|
743
|
+
|
|
744
|
+
def __init__(__self__, *,
|
|
745
|
+
apply_discount_on: builtins.str,
|
|
746
|
+
discount_type: builtins.str,
|
|
747
|
+
conditions: Optional[Sequence['outputs.ConditionsItemResponse']] = None,
|
|
748
|
+
discount_combination_rule: Optional[builtins.str] = None,
|
|
749
|
+
discount_percentage: Optional[builtins.float] = None,
|
|
750
|
+
price_guarantee_properties: Optional['outputs.PriceGuaranteePropertiesResponse'] = None,
|
|
751
|
+
product_family_name: Optional[builtins.str] = None,
|
|
752
|
+
product_id: Optional[builtins.str] = None):
|
|
753
|
+
"""
|
|
754
|
+
Discount type properties including product family name and product id.
|
|
755
|
+
:param builtins.str 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.
|
|
756
|
+
:param builtins.str discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
757
|
+
Expected value is 'Product'.
|
|
758
|
+
:param Sequence['ConditionsItemResponse'] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
759
|
+
:param builtins.str discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
760
|
+
:param builtins.float discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
761
|
+
:param 'PriceGuaranteePropertiesResponse' price_guarantee_properties: Set only in price guarantee scenario.
|
|
762
|
+
:param builtins.str product_family_name: Product family for which the discount is given. Validation: Optional
|
|
763
|
+
:param builtins.str product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
764
|
+
"""
|
|
765
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
766
|
+
pulumi.set(__self__, "discount_type", 'Product')
|
|
767
|
+
if conditions is not None:
|
|
768
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
769
|
+
if discount_combination_rule is not None:
|
|
770
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
771
|
+
if discount_percentage is not None:
|
|
772
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
773
|
+
if price_guarantee_properties is not None:
|
|
774
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
775
|
+
if product_family_name is not None:
|
|
776
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
777
|
+
if product_id is not None:
|
|
778
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
782
|
+
def apply_discount_on(self) -> builtins.str:
|
|
783
|
+
"""
|
|
784
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
785
|
+
"""
|
|
786
|
+
return pulumi.get(self, "apply_discount_on")
|
|
787
|
+
|
|
788
|
+
@property
|
|
789
|
+
@pulumi.getter(name="discountType")
|
|
790
|
+
def discount_type(self) -> builtins.str:
|
|
791
|
+
"""
|
|
792
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
793
|
+
Expected value is 'Product'.
|
|
794
|
+
"""
|
|
795
|
+
return pulumi.get(self, "discount_type")
|
|
796
|
+
|
|
797
|
+
@property
|
|
798
|
+
@pulumi.getter
|
|
799
|
+
def conditions(self) -> Optional[Sequence['outputs.ConditionsItemResponse']]:
|
|
800
|
+
"""
|
|
801
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
802
|
+
"""
|
|
803
|
+
return pulumi.get(self, "conditions")
|
|
804
|
+
|
|
805
|
+
@property
|
|
806
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
807
|
+
def discount_combination_rule(self) -> Optional[builtins.str]:
|
|
808
|
+
"""
|
|
809
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
810
|
+
"""
|
|
811
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
812
|
+
|
|
813
|
+
@property
|
|
814
|
+
@pulumi.getter(name="discountPercentage")
|
|
815
|
+
def discount_percentage(self) -> Optional[builtins.float]:
|
|
816
|
+
"""
|
|
817
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
818
|
+
"""
|
|
819
|
+
return pulumi.get(self, "discount_percentage")
|
|
820
|
+
|
|
821
|
+
@property
|
|
822
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
823
|
+
def price_guarantee_properties(self) -> Optional['outputs.PriceGuaranteePropertiesResponse']:
|
|
824
|
+
"""
|
|
825
|
+
Set only in price guarantee scenario.
|
|
826
|
+
"""
|
|
827
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
@pulumi.getter(name="productFamilyName")
|
|
831
|
+
def product_family_name(self) -> Optional[builtins.str]:
|
|
832
|
+
"""
|
|
833
|
+
Product family for which the discount is given. Validation: Optional
|
|
834
|
+
"""
|
|
835
|
+
return pulumi.get(self, "product_family_name")
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="productId")
|
|
839
|
+
def product_id(self) -> Optional[builtins.str]:
|
|
840
|
+
"""
|
|
841
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
842
|
+
"""
|
|
843
|
+
return pulumi.get(self, "product_id")
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
@pulumi.output_type
|
|
847
|
+
class DiscountTypeProductSkuResponse(dict):
|
|
848
|
+
"""
|
|
849
|
+
Discount type properties including product family name, product id, and sku id.
|
|
850
|
+
"""
|
|
851
|
+
@staticmethod
|
|
852
|
+
def __key_warning(key: str):
|
|
853
|
+
suggest = None
|
|
854
|
+
if key == "applyDiscountOn":
|
|
855
|
+
suggest = "apply_discount_on"
|
|
856
|
+
elif key == "discountType":
|
|
857
|
+
suggest = "discount_type"
|
|
858
|
+
elif key == "discountCombinationRule":
|
|
859
|
+
suggest = "discount_combination_rule"
|
|
860
|
+
elif key == "discountPercentage":
|
|
861
|
+
suggest = "discount_percentage"
|
|
862
|
+
elif key == "priceGuaranteeProperties":
|
|
863
|
+
suggest = "price_guarantee_properties"
|
|
864
|
+
elif key == "productFamilyName":
|
|
865
|
+
suggest = "product_family_name"
|
|
866
|
+
elif key == "productId":
|
|
867
|
+
suggest = "product_id"
|
|
868
|
+
elif key == "skuId":
|
|
869
|
+
suggest = "sku_id"
|
|
870
|
+
|
|
871
|
+
if suggest:
|
|
872
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscountTypeProductSkuResponse. Access the value via the '{suggest}' property getter instead.")
|
|
873
|
+
|
|
874
|
+
def __getitem__(self, key: str) -> Any:
|
|
875
|
+
DiscountTypeProductSkuResponse.__key_warning(key)
|
|
876
|
+
return super().__getitem__(key)
|
|
877
|
+
|
|
878
|
+
def get(self, key: str, default = None) -> Any:
|
|
879
|
+
DiscountTypeProductSkuResponse.__key_warning(key)
|
|
880
|
+
return super().get(key, default)
|
|
881
|
+
|
|
882
|
+
def __init__(__self__, *,
|
|
883
|
+
apply_discount_on: builtins.str,
|
|
884
|
+
discount_type: builtins.str,
|
|
885
|
+
conditions: Optional[Sequence['outputs.ConditionsItemResponse']] = None,
|
|
886
|
+
discount_combination_rule: Optional[builtins.str] = None,
|
|
887
|
+
discount_percentage: Optional[builtins.float] = None,
|
|
888
|
+
price_guarantee_properties: Optional['outputs.PriceGuaranteePropertiesResponse'] = None,
|
|
889
|
+
product_family_name: Optional[builtins.str] = None,
|
|
890
|
+
product_id: Optional[builtins.str] = None,
|
|
891
|
+
sku_id: Optional[builtins.str] = None):
|
|
892
|
+
"""
|
|
893
|
+
Discount type properties including product family name, product id, and sku id.
|
|
894
|
+
:param builtins.str 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.
|
|
895
|
+
:param builtins.str discount_type: Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
896
|
+
Expected value is 'Sku'.
|
|
897
|
+
:param Sequence['ConditionsItemResponse'] conditions: Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
898
|
+
:param builtins.str discount_combination_rule: The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
899
|
+
:param builtins.float discount_percentage: Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
900
|
+
:param 'PriceGuaranteePropertiesResponse' price_guarantee_properties: Set only in price guarantee scenario.
|
|
901
|
+
:param builtins.str product_family_name: Product family for which the discount is given. Validation: Optional
|
|
902
|
+
:param builtins.str product_id: Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
903
|
+
:param builtins.str sku_id: ResourceSku for the given discount. Validation: Optional.
|
|
904
|
+
"""
|
|
905
|
+
pulumi.set(__self__, "apply_discount_on", apply_discount_on)
|
|
906
|
+
pulumi.set(__self__, "discount_type", 'Sku')
|
|
907
|
+
if conditions is not None:
|
|
908
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
909
|
+
if discount_combination_rule is not None:
|
|
910
|
+
pulumi.set(__self__, "discount_combination_rule", discount_combination_rule)
|
|
911
|
+
if discount_percentage is not None:
|
|
912
|
+
pulumi.set(__self__, "discount_percentage", discount_percentage)
|
|
913
|
+
if price_guarantee_properties is not None:
|
|
914
|
+
pulumi.set(__self__, "price_guarantee_properties", price_guarantee_properties)
|
|
915
|
+
if product_family_name is not None:
|
|
916
|
+
pulumi.set(__self__, "product_family_name", product_family_name)
|
|
917
|
+
if product_id is not None:
|
|
918
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
919
|
+
if sku_id is not None:
|
|
920
|
+
pulumi.set(__self__, "sku_id", sku_id)
|
|
921
|
+
|
|
922
|
+
@property
|
|
923
|
+
@pulumi.getter(name="applyDiscountOn")
|
|
924
|
+
def apply_discount_on(self) -> builtins.str:
|
|
925
|
+
"""
|
|
926
|
+
The customer action on which the discount is applied. Supported values are Purchase, Consume, and Renew. Validation: Required, one of supported values.
|
|
927
|
+
"""
|
|
928
|
+
return pulumi.get(self, "apply_discount_on")
|
|
929
|
+
|
|
930
|
+
@property
|
|
931
|
+
@pulumi.getter(name="discountType")
|
|
932
|
+
def discount_type(self) -> builtins.str:
|
|
933
|
+
"""
|
|
934
|
+
Defines the type of discount. Supported values are ProductFamily, Product, Sku, CustomPrice, and CustomPriceMultiCurrency.
|
|
935
|
+
Expected value is 'Sku'.
|
|
936
|
+
"""
|
|
937
|
+
return pulumi.get(self, "discount_type")
|
|
938
|
+
|
|
939
|
+
@property
|
|
940
|
+
@pulumi.getter
|
|
941
|
+
def conditions(self) -> Optional[Sequence['outputs.ConditionsItemResponse']]:
|
|
942
|
+
"""
|
|
943
|
+
Array of conditions for the discount. Validation: Optional. Maximum length is 1000.
|
|
944
|
+
"""
|
|
945
|
+
return pulumi.get(self, "conditions")
|
|
946
|
+
|
|
947
|
+
@property
|
|
948
|
+
@pulumi.getter(name="discountCombinationRule")
|
|
949
|
+
def discount_combination_rule(self) -> Optional[builtins.str]:
|
|
950
|
+
"""
|
|
951
|
+
The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.
|
|
952
|
+
"""
|
|
953
|
+
return pulumi.get(self, "discount_combination_rule")
|
|
954
|
+
|
|
955
|
+
@property
|
|
956
|
+
@pulumi.getter(name="discountPercentage")
|
|
957
|
+
def discount_percentage(self) -> Optional[builtins.float]:
|
|
958
|
+
"""
|
|
959
|
+
Discount percentage provided for the customer. Validation: Required unless this is a price rule.
|
|
960
|
+
"""
|
|
961
|
+
return pulumi.get(self, "discount_percentage")
|
|
962
|
+
|
|
963
|
+
@property
|
|
964
|
+
@pulumi.getter(name="priceGuaranteeProperties")
|
|
965
|
+
def price_guarantee_properties(self) -> Optional['outputs.PriceGuaranteePropertiesResponse']:
|
|
966
|
+
"""
|
|
967
|
+
Set only in price guarantee scenario.
|
|
968
|
+
"""
|
|
969
|
+
return pulumi.get(self, "price_guarantee_properties")
|
|
970
|
+
|
|
971
|
+
@property
|
|
972
|
+
@pulumi.getter(name="productFamilyName")
|
|
973
|
+
def product_family_name(self) -> Optional[builtins.str]:
|
|
974
|
+
"""
|
|
975
|
+
Product family for which the discount is given. Validation: Optional
|
|
976
|
+
"""
|
|
977
|
+
return pulumi.get(self, "product_family_name")
|
|
978
|
+
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter(name="productId")
|
|
981
|
+
def product_id(self) -> Optional[builtins.str]:
|
|
982
|
+
"""
|
|
983
|
+
Product ID for which the discount is given. Validation: Optional. No specific format, example: DZH318Z09V6F
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "product_id")
|
|
986
|
+
|
|
987
|
+
@property
|
|
988
|
+
@pulumi.getter(name="skuId")
|
|
989
|
+
def sku_id(self) -> Optional[builtins.str]:
|
|
990
|
+
"""
|
|
991
|
+
ResourceSku for the given discount. Validation: Optional.
|
|
992
|
+
"""
|
|
993
|
+
return pulumi.get(self, "sku_id")
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
@pulumi.output_type
|
|
997
|
+
class EntityTypeAffiliateDiscountResponse(dict):
|
|
998
|
+
"""
|
|
999
|
+
Entity type for affiliate discounts
|
|
1000
|
+
"""
|
|
1001
|
+
@staticmethod
|
|
1002
|
+
def __key_warning(key: str):
|
|
1003
|
+
suggest = None
|
|
1004
|
+
if key == "benefitResourceId":
|
|
1005
|
+
suggest = "benefit_resource_id"
|
|
1006
|
+
elif key == "billingAccountResourceId":
|
|
1007
|
+
suggest = "billing_account_resource_id"
|
|
1008
|
+
elif key == "billingProfileResourceId":
|
|
1009
|
+
suggest = "billing_profile_resource_id"
|
|
1010
|
+
elif key == "customerResourceId":
|
|
1011
|
+
suggest = "customer_resource_id"
|
|
1012
|
+
elif key == "endAt":
|
|
1013
|
+
suggest = "end_at"
|
|
1014
|
+
elif key == "entityType":
|
|
1015
|
+
suggest = "entity_type"
|
|
1016
|
+
elif key == "primaryResourceId":
|
|
1017
|
+
suggest = "primary_resource_id"
|
|
1018
|
+
elif key == "productCode":
|
|
1019
|
+
suggest = "product_code"
|
|
1020
|
+
elif key == "provisioningState":
|
|
1021
|
+
suggest = "provisioning_state"
|
|
1022
|
+
elif key == "startAt":
|
|
1023
|
+
suggest = "start_at"
|
|
1024
|
+
elif key == "appliedScopeType":
|
|
1025
|
+
suggest = "applied_scope_type"
|
|
1026
|
+
elif key == "displayName":
|
|
1027
|
+
suggest = "display_name"
|
|
1028
|
+
elif key == "systemId":
|
|
1029
|
+
suggest = "system_id"
|
|
1030
|
+
|
|
1031
|
+
if suggest:
|
|
1032
|
+
pulumi.log.warn(f"Key '{key}' not found in EntityTypeAffiliateDiscountResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1033
|
+
|
|
1034
|
+
def __getitem__(self, key: str) -> Any:
|
|
1035
|
+
EntityTypeAffiliateDiscountResponse.__key_warning(key)
|
|
1036
|
+
return super().__getitem__(key)
|
|
1037
|
+
|
|
1038
|
+
def get(self, key: str, default = None) -> Any:
|
|
1039
|
+
EntityTypeAffiliateDiscountResponse.__key_warning(key)
|
|
1040
|
+
return super().get(key, default)
|
|
1041
|
+
|
|
1042
|
+
def __init__(__self__, *,
|
|
1043
|
+
benefit_resource_id: builtins.str,
|
|
1044
|
+
billing_account_resource_id: builtins.str,
|
|
1045
|
+
billing_profile_resource_id: builtins.str,
|
|
1046
|
+
customer_resource_id: builtins.str,
|
|
1047
|
+
end_at: builtins.str,
|
|
1048
|
+
entity_type: builtins.str,
|
|
1049
|
+
primary_resource_id: builtins.str,
|
|
1050
|
+
product_code: builtins.str,
|
|
1051
|
+
provisioning_state: builtins.str,
|
|
1052
|
+
start_at: builtins.str,
|
|
1053
|
+
status: builtins.str,
|
|
1054
|
+
applied_scope_type: Optional[builtins.str] = None,
|
|
1055
|
+
display_name: Optional[builtins.str] = None,
|
|
1056
|
+
system_id: Optional[builtins.str] = None):
|
|
1057
|
+
"""
|
|
1058
|
+
Entity type for affiliate discounts
|
|
1059
|
+
:param builtins.str benefit_resource_id: Fully-qualified identifier of the benefit under applicable benefit list.
|
|
1060
|
+
:param builtins.str billing_account_resource_id: Billing account resource id where the discount metadata is present.
|
|
1061
|
+
:param builtins.str billing_profile_resource_id: Billing profile resource id where the discount is scoped to.
|
|
1062
|
+
:param builtins.str customer_resource_id: Customer resource id where the discount is scoped to.
|
|
1063
|
+
:param 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.
|
|
1064
|
+
:param 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.
|
|
1065
|
+
Expected value is 'Affiliate'.
|
|
1066
|
+
:param builtins.str primary_resource_id: This will be present in the response if the primary has a resource ID
|
|
1067
|
+
:param builtins.str product_code: This is the catalog UPN for the product.
|
|
1068
|
+
:param builtins.str provisioning_state: The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
|
|
1069
|
+
:param builtins.str start_at: Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1070
|
+
:param builtins.str status: Represents the current status of the discount.
|
|
1071
|
+
:param builtins.str applied_scope_type: List of applied scopes supported for discounts.
|
|
1072
|
+
:param builtins.str display_name: This defines a user friendly display name for the discount.
|
|
1073
|
+
:param builtins.str system_id: This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1074
|
+
"""
|
|
1075
|
+
pulumi.set(__self__, "benefit_resource_id", benefit_resource_id)
|
|
1076
|
+
pulumi.set(__self__, "billing_account_resource_id", billing_account_resource_id)
|
|
1077
|
+
pulumi.set(__self__, "billing_profile_resource_id", billing_profile_resource_id)
|
|
1078
|
+
pulumi.set(__self__, "customer_resource_id", customer_resource_id)
|
|
1079
|
+
pulumi.set(__self__, "end_at", end_at)
|
|
1080
|
+
pulumi.set(__self__, "entity_type", 'Affiliate')
|
|
1081
|
+
pulumi.set(__self__, "primary_resource_id", primary_resource_id)
|
|
1082
|
+
pulumi.set(__self__, "product_code", product_code)
|
|
1083
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1084
|
+
pulumi.set(__self__, "start_at", start_at)
|
|
1085
|
+
pulumi.set(__self__, "status", status)
|
|
1086
|
+
if applied_scope_type is not None:
|
|
1087
|
+
pulumi.set(__self__, "applied_scope_type", applied_scope_type)
|
|
1088
|
+
if display_name is not None:
|
|
1089
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1090
|
+
if system_id is not None:
|
|
1091
|
+
pulumi.set(__self__, "system_id", system_id)
|
|
1092
|
+
|
|
1093
|
+
@property
|
|
1094
|
+
@pulumi.getter(name="benefitResourceId")
|
|
1095
|
+
def benefit_resource_id(self) -> builtins.str:
|
|
1096
|
+
"""
|
|
1097
|
+
Fully-qualified identifier of the benefit under applicable benefit list.
|
|
1098
|
+
"""
|
|
1099
|
+
return pulumi.get(self, "benefit_resource_id")
|
|
1100
|
+
|
|
1101
|
+
@property
|
|
1102
|
+
@pulumi.getter(name="billingAccountResourceId")
|
|
1103
|
+
def billing_account_resource_id(self) -> builtins.str:
|
|
1104
|
+
"""
|
|
1105
|
+
Billing account resource id where the discount metadata is present.
|
|
1106
|
+
"""
|
|
1107
|
+
return pulumi.get(self, "billing_account_resource_id")
|
|
1108
|
+
|
|
1109
|
+
@property
|
|
1110
|
+
@pulumi.getter(name="billingProfileResourceId")
|
|
1111
|
+
def billing_profile_resource_id(self) -> builtins.str:
|
|
1112
|
+
"""
|
|
1113
|
+
Billing profile resource id where the discount is scoped to.
|
|
1114
|
+
"""
|
|
1115
|
+
return pulumi.get(self, "billing_profile_resource_id")
|
|
1116
|
+
|
|
1117
|
+
@property
|
|
1118
|
+
@pulumi.getter(name="customerResourceId")
|
|
1119
|
+
def customer_resource_id(self) -> builtins.str:
|
|
1120
|
+
"""
|
|
1121
|
+
Customer resource id where the discount is scoped to.
|
|
1122
|
+
"""
|
|
1123
|
+
return pulumi.get(self, "customer_resource_id")
|
|
1124
|
+
|
|
1125
|
+
@property
|
|
1126
|
+
@pulumi.getter(name="endAt")
|
|
1127
|
+
def end_at(self) -> builtins.str:
|
|
1128
|
+
"""
|
|
1129
|
+
End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
|
|
1130
|
+
"""
|
|
1131
|
+
return pulumi.get(self, "end_at")
|
|
1132
|
+
|
|
1133
|
+
@property
|
|
1134
|
+
@pulumi.getter(name="entityType")
|
|
1135
|
+
def entity_type(self) -> builtins.str:
|
|
1136
|
+
"""
|
|
1137
|
+
This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1138
|
+
Expected value is 'Affiliate'.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "entity_type")
|
|
1141
|
+
|
|
1142
|
+
@property
|
|
1143
|
+
@pulumi.getter(name="primaryResourceId")
|
|
1144
|
+
def primary_resource_id(self) -> builtins.str:
|
|
1145
|
+
"""
|
|
1146
|
+
This will be present in the response if the primary has a resource ID
|
|
1147
|
+
"""
|
|
1148
|
+
return pulumi.get(self, "primary_resource_id")
|
|
1149
|
+
|
|
1150
|
+
@property
|
|
1151
|
+
@pulumi.getter(name="productCode")
|
|
1152
|
+
def product_code(self) -> builtins.str:
|
|
1153
|
+
"""
|
|
1154
|
+
This is the catalog UPN for the product.
|
|
1155
|
+
"""
|
|
1156
|
+
return pulumi.get(self, "product_code")
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter(name="provisioningState")
|
|
1160
|
+
def provisioning_state(self) -> builtins.str:
|
|
1161
|
+
"""
|
|
1162
|
+
The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "provisioning_state")
|
|
1165
|
+
|
|
1166
|
+
@property
|
|
1167
|
+
@pulumi.getter(name="startAt")
|
|
1168
|
+
def start_at(self) -> builtins.str:
|
|
1169
|
+
"""
|
|
1170
|
+
Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1171
|
+
"""
|
|
1172
|
+
return pulumi.get(self, "start_at")
|
|
1173
|
+
|
|
1174
|
+
@property
|
|
1175
|
+
@pulumi.getter
|
|
1176
|
+
def status(self) -> builtins.str:
|
|
1177
|
+
"""
|
|
1178
|
+
Represents the current status of the discount.
|
|
1179
|
+
"""
|
|
1180
|
+
return pulumi.get(self, "status")
|
|
1181
|
+
|
|
1182
|
+
@property
|
|
1183
|
+
@pulumi.getter(name="appliedScopeType")
|
|
1184
|
+
def applied_scope_type(self) -> Optional[builtins.str]:
|
|
1185
|
+
"""
|
|
1186
|
+
List of applied scopes supported for discounts.
|
|
1187
|
+
"""
|
|
1188
|
+
return pulumi.get(self, "applied_scope_type")
|
|
1189
|
+
|
|
1190
|
+
@property
|
|
1191
|
+
@pulumi.getter(name="displayName")
|
|
1192
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1193
|
+
"""
|
|
1194
|
+
This defines a user friendly display name for the discount.
|
|
1195
|
+
"""
|
|
1196
|
+
return pulumi.get(self, "display_name")
|
|
1197
|
+
|
|
1198
|
+
@property
|
|
1199
|
+
@pulumi.getter(name="systemId")
|
|
1200
|
+
def system_id(self) -> Optional[builtins.str]:
|
|
1201
|
+
"""
|
|
1202
|
+
This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1203
|
+
"""
|
|
1204
|
+
return pulumi.get(self, "system_id")
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
@pulumi.output_type
|
|
1208
|
+
class EntityTypePrimaryDiscountResponse(dict):
|
|
1209
|
+
"""
|
|
1210
|
+
Entity type for primary discounts
|
|
1211
|
+
"""
|
|
1212
|
+
@staticmethod
|
|
1213
|
+
def __key_warning(key: str):
|
|
1214
|
+
suggest = None
|
|
1215
|
+
if key == "benefitResourceId":
|
|
1216
|
+
suggest = "benefit_resource_id"
|
|
1217
|
+
elif key == "billingAccountResourceId":
|
|
1218
|
+
suggest = "billing_account_resource_id"
|
|
1219
|
+
elif key == "billingProfileResourceId":
|
|
1220
|
+
suggest = "billing_profile_resource_id"
|
|
1221
|
+
elif key == "customerResourceId":
|
|
1222
|
+
suggest = "customer_resource_id"
|
|
1223
|
+
elif key == "endAt":
|
|
1224
|
+
suggest = "end_at"
|
|
1225
|
+
elif key == "entityType":
|
|
1226
|
+
suggest = "entity_type"
|
|
1227
|
+
elif key == "productCode":
|
|
1228
|
+
suggest = "product_code"
|
|
1229
|
+
elif key == "provisioningState":
|
|
1230
|
+
suggest = "provisioning_state"
|
|
1231
|
+
elif key == "startAt":
|
|
1232
|
+
suggest = "start_at"
|
|
1233
|
+
elif key == "appliedScopeType":
|
|
1234
|
+
suggest = "applied_scope_type"
|
|
1235
|
+
elif key == "discountTypeProperties":
|
|
1236
|
+
suggest = "discount_type_properties"
|
|
1237
|
+
elif key == "displayName":
|
|
1238
|
+
suggest = "display_name"
|
|
1239
|
+
elif key == "systemId":
|
|
1240
|
+
suggest = "system_id"
|
|
1241
|
+
|
|
1242
|
+
if suggest:
|
|
1243
|
+
pulumi.log.warn(f"Key '{key}' not found in EntityTypePrimaryDiscountResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1244
|
+
|
|
1245
|
+
def __getitem__(self, key: str) -> Any:
|
|
1246
|
+
EntityTypePrimaryDiscountResponse.__key_warning(key)
|
|
1247
|
+
return super().__getitem__(key)
|
|
1248
|
+
|
|
1249
|
+
def get(self, key: str, default = None) -> Any:
|
|
1250
|
+
EntityTypePrimaryDiscountResponse.__key_warning(key)
|
|
1251
|
+
return super().get(key, default)
|
|
1252
|
+
|
|
1253
|
+
def __init__(__self__, *,
|
|
1254
|
+
benefit_resource_id: builtins.str,
|
|
1255
|
+
billing_account_resource_id: builtins.str,
|
|
1256
|
+
billing_profile_resource_id: builtins.str,
|
|
1257
|
+
customer_resource_id: builtins.str,
|
|
1258
|
+
end_at: builtins.str,
|
|
1259
|
+
entity_type: builtins.str,
|
|
1260
|
+
product_code: builtins.str,
|
|
1261
|
+
provisioning_state: builtins.str,
|
|
1262
|
+
start_at: builtins.str,
|
|
1263
|
+
status: builtins.str,
|
|
1264
|
+
applied_scope_type: Optional[builtins.str] = None,
|
|
1265
|
+
discount_type_properties: Optional[Any] = None,
|
|
1266
|
+
display_name: Optional[builtins.str] = None,
|
|
1267
|
+
system_id: Optional[builtins.str] = None):
|
|
1268
|
+
"""
|
|
1269
|
+
Entity type for primary discounts
|
|
1270
|
+
:param builtins.str benefit_resource_id: Fully-qualified identifier of the benefit under applicable benefit list.
|
|
1271
|
+
:param builtins.str billing_account_resource_id: Billing account resource id where the discount metadata is present.
|
|
1272
|
+
:param builtins.str billing_profile_resource_id: Billing profile resource id where the discount is scoped to.
|
|
1273
|
+
:param builtins.str customer_resource_id: Customer resource id where the discount is scoped to.
|
|
1274
|
+
:param 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.
|
|
1275
|
+
:param 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.
|
|
1276
|
+
Expected value is 'Primary'.
|
|
1277
|
+
:param builtins.str product_code: This is the catalog UPN for the product.
|
|
1278
|
+
:param builtins.str provisioning_state: The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
|
|
1279
|
+
:param builtins.str start_at: Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1280
|
+
:param builtins.str status: Represents the current status of the discount.
|
|
1281
|
+
:param builtins.str applied_scope_type: List of applied scopes supported for discounts.
|
|
1282
|
+
:param Union['DiscountCustomPriceResponse', 'DiscountCustomPriceMultiCurrencyResponse', 'DiscountProductResponse', 'DiscountProductFamilyResponse', 'DiscountTypeProductSkuResponse'] discount_type_properties: This defines the conditions for a given discount type.
|
|
1283
|
+
:param builtins.str display_name: This defines a user friendly display name for the discount.
|
|
1284
|
+
:param builtins.str system_id: This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1285
|
+
"""
|
|
1286
|
+
pulumi.set(__self__, "benefit_resource_id", benefit_resource_id)
|
|
1287
|
+
pulumi.set(__self__, "billing_account_resource_id", billing_account_resource_id)
|
|
1288
|
+
pulumi.set(__self__, "billing_profile_resource_id", billing_profile_resource_id)
|
|
1289
|
+
pulumi.set(__self__, "customer_resource_id", customer_resource_id)
|
|
1290
|
+
pulumi.set(__self__, "end_at", end_at)
|
|
1291
|
+
pulumi.set(__self__, "entity_type", 'Primary')
|
|
1292
|
+
pulumi.set(__self__, "product_code", product_code)
|
|
1293
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1294
|
+
pulumi.set(__self__, "start_at", start_at)
|
|
1295
|
+
pulumi.set(__self__, "status", status)
|
|
1296
|
+
if applied_scope_type is not None:
|
|
1297
|
+
pulumi.set(__self__, "applied_scope_type", applied_scope_type)
|
|
1298
|
+
if discount_type_properties is not None:
|
|
1299
|
+
pulumi.set(__self__, "discount_type_properties", discount_type_properties)
|
|
1300
|
+
if display_name is not None:
|
|
1301
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1302
|
+
if system_id is not None:
|
|
1303
|
+
pulumi.set(__self__, "system_id", system_id)
|
|
1304
|
+
|
|
1305
|
+
@property
|
|
1306
|
+
@pulumi.getter(name="benefitResourceId")
|
|
1307
|
+
def benefit_resource_id(self) -> builtins.str:
|
|
1308
|
+
"""
|
|
1309
|
+
Fully-qualified identifier of the benefit under applicable benefit list.
|
|
1310
|
+
"""
|
|
1311
|
+
return pulumi.get(self, "benefit_resource_id")
|
|
1312
|
+
|
|
1313
|
+
@property
|
|
1314
|
+
@pulumi.getter(name="billingAccountResourceId")
|
|
1315
|
+
def billing_account_resource_id(self) -> builtins.str:
|
|
1316
|
+
"""
|
|
1317
|
+
Billing account resource id where the discount metadata is present.
|
|
1318
|
+
"""
|
|
1319
|
+
return pulumi.get(self, "billing_account_resource_id")
|
|
1320
|
+
|
|
1321
|
+
@property
|
|
1322
|
+
@pulumi.getter(name="billingProfileResourceId")
|
|
1323
|
+
def billing_profile_resource_id(self) -> builtins.str:
|
|
1324
|
+
"""
|
|
1325
|
+
Billing profile resource id where the discount is scoped to.
|
|
1326
|
+
"""
|
|
1327
|
+
return pulumi.get(self, "billing_profile_resource_id")
|
|
1328
|
+
|
|
1329
|
+
@property
|
|
1330
|
+
@pulumi.getter(name="customerResourceId")
|
|
1331
|
+
def customer_resource_id(self) -> builtins.str:
|
|
1332
|
+
"""
|
|
1333
|
+
Customer resource id where the discount is scoped to.
|
|
1334
|
+
"""
|
|
1335
|
+
return pulumi.get(self, "customer_resource_id")
|
|
1336
|
+
|
|
1337
|
+
@property
|
|
1338
|
+
@pulumi.getter(name="endAt")
|
|
1339
|
+
def end_at(self) -> builtins.str:
|
|
1340
|
+
"""
|
|
1341
|
+
End date of the discount. No duration will be supported. Allowed value is any date greater than or equal to startDate.
|
|
1342
|
+
"""
|
|
1343
|
+
return pulumi.get(self, "end_at")
|
|
1344
|
+
|
|
1345
|
+
@property
|
|
1346
|
+
@pulumi.getter(name="entityType")
|
|
1347
|
+
def entity_type(self) -> builtins.str:
|
|
1348
|
+
"""
|
|
1349
|
+
This defines whether the entity being created is primary or affiliate. Supported values: primary, affiliate. Validation: Required, must match one of the 2 values.
|
|
1350
|
+
Expected value is 'Primary'.
|
|
1351
|
+
"""
|
|
1352
|
+
return pulumi.get(self, "entity_type")
|
|
1353
|
+
|
|
1354
|
+
@property
|
|
1355
|
+
@pulumi.getter(name="productCode")
|
|
1356
|
+
def product_code(self) -> builtins.str:
|
|
1357
|
+
"""
|
|
1358
|
+
This is the catalog UPN for the product.
|
|
1359
|
+
"""
|
|
1360
|
+
return pulumi.get(self, "product_code")
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter(name="provisioningState")
|
|
1364
|
+
def provisioning_state(self) -> builtins.str:
|
|
1365
|
+
"""
|
|
1366
|
+
The state of the resource. Supported values are Pending, Failed, Succeeded, Canceled.
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "provisioning_state")
|
|
1369
|
+
|
|
1370
|
+
@property
|
|
1371
|
+
@pulumi.getter(name="startAt")
|
|
1372
|
+
def start_at(self) -> builtins.str:
|
|
1373
|
+
"""
|
|
1374
|
+
Start date of the discount. Value is the date the discount started or will start in the future.
|
|
1375
|
+
"""
|
|
1376
|
+
return pulumi.get(self, "start_at")
|
|
1377
|
+
|
|
1378
|
+
@property
|
|
1379
|
+
@pulumi.getter
|
|
1380
|
+
def status(self) -> builtins.str:
|
|
1381
|
+
"""
|
|
1382
|
+
Represents the current status of the discount.
|
|
1383
|
+
"""
|
|
1384
|
+
return pulumi.get(self, "status")
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter(name="appliedScopeType")
|
|
1388
|
+
def applied_scope_type(self) -> Optional[builtins.str]:
|
|
1389
|
+
"""
|
|
1390
|
+
List of applied scopes supported for discounts.
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "applied_scope_type")
|
|
1393
|
+
|
|
1394
|
+
@property
|
|
1395
|
+
@pulumi.getter(name="discountTypeProperties")
|
|
1396
|
+
def discount_type_properties(self) -> Optional[Any]:
|
|
1397
|
+
"""
|
|
1398
|
+
This defines the conditions for a given discount type.
|
|
1399
|
+
"""
|
|
1400
|
+
return pulumi.get(self, "discount_type_properties")
|
|
1401
|
+
|
|
1402
|
+
@property
|
|
1403
|
+
@pulumi.getter(name="displayName")
|
|
1404
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1405
|
+
"""
|
|
1406
|
+
This defines a user friendly display name for the discount.
|
|
1407
|
+
"""
|
|
1408
|
+
return pulumi.get(self, "display_name")
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter(name="systemId")
|
|
1412
|
+
def system_id(self) -> Optional[builtins.str]:
|
|
1413
|
+
"""
|
|
1414
|
+
This is the globally unique identifier of the Discount which will not change for the lifetime of the Discount.
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "system_id")
|
|
1417
|
+
|
|
1418
|
+
|
|
28
1419
|
@pulumi.output_type
|
|
29
1420
|
class ManagedServiceIdentityResponse(dict):
|
|
30
1421
|
"""
|
|
@@ -102,6 +1493,46 @@ class ManagedServiceIdentityResponse(dict):
|
|
|
102
1493
|
return pulumi.get(self, "user_assigned_identities")
|
|
103
1494
|
|
|
104
1495
|
|
|
1496
|
+
@pulumi.output_type
|
|
1497
|
+
class MarketSetPricesItemsResponse(dict):
|
|
1498
|
+
"""
|
|
1499
|
+
Items in the MarketSetPrices array.
|
|
1500
|
+
"""
|
|
1501
|
+
def __init__(__self__, *,
|
|
1502
|
+
currency: builtins.str,
|
|
1503
|
+
markets: Sequence[builtins.str],
|
|
1504
|
+
value: builtins.float):
|
|
1505
|
+
"""
|
|
1506
|
+
Items in the MarketSetPrices array.
|
|
1507
|
+
:param builtins.str currency: The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
|
|
1508
|
+
:param 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.
|
|
1509
|
+
"""
|
|
1510
|
+
pulumi.set(__self__, "currency", currency)
|
|
1511
|
+
pulumi.set(__self__, "markets", markets)
|
|
1512
|
+
pulumi.set(__self__, "value", value)
|
|
1513
|
+
|
|
1514
|
+
@property
|
|
1515
|
+
@pulumi.getter
|
|
1516
|
+
def currency(self) -> builtins.str:
|
|
1517
|
+
"""
|
|
1518
|
+
The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
|
|
1519
|
+
"""
|
|
1520
|
+
return pulumi.get(self, "currency")
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
@pulumi.getter
|
|
1524
|
+
def markets(self) -> Sequence[builtins.str]:
|
|
1525
|
+
return pulumi.get(self, "markets")
|
|
1526
|
+
|
|
1527
|
+
@property
|
|
1528
|
+
@pulumi.getter
|
|
1529
|
+
def value(self) -> builtins.float:
|
|
1530
|
+
"""
|
|
1531
|
+
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.
|
|
1532
|
+
"""
|
|
1533
|
+
return pulumi.get(self, "value")
|
|
1534
|
+
|
|
1535
|
+
|
|
105
1536
|
@pulumi.output_type
|
|
106
1537
|
class PlanResponse(dict):
|
|
107
1538
|
"""
|
|
@@ -133,7 +1564,7 @@ class PlanResponse(dict):
|
|
|
133
1564
|
"""
|
|
134
1565
|
Plan for the resource.
|
|
135
1566
|
:param builtins.str name: A user defined name of the 3rd Party Artifact that is being procured.
|
|
136
|
-
:param 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.
|
|
1567
|
+
:param 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.
|
|
137
1568
|
:param builtins.str publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
|
|
138
1569
|
:param builtins.str promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
|
|
139
1570
|
:param builtins.str version: The version of the desired product/artifact.
|
|
@@ -158,7 +1589,7 @@ class PlanResponse(dict):
|
|
|
158
1589
|
@pulumi.getter
|
|
159
1590
|
def product(self) -> builtins.str:
|
|
160
1591
|
"""
|
|
161
|
-
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.
|
|
1592
|
+
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.
|
|
162
1593
|
"""
|
|
163
1594
|
return pulumi.get(self, "product")
|
|
164
1595
|
|
|
@@ -187,6 +1618,60 @@ class PlanResponse(dict):
|
|
|
187
1618
|
return pulumi.get(self, "version")
|
|
188
1619
|
|
|
189
1620
|
|
|
1621
|
+
@pulumi.output_type
|
|
1622
|
+
class PriceGuaranteePropertiesResponse(dict):
|
|
1623
|
+
"""
|
|
1624
|
+
Set only in price guarantee scenario.
|
|
1625
|
+
"""
|
|
1626
|
+
@staticmethod
|
|
1627
|
+
def __key_warning(key: str):
|
|
1628
|
+
suggest = None
|
|
1629
|
+
if key == "priceGuaranteeDate":
|
|
1630
|
+
suggest = "price_guarantee_date"
|
|
1631
|
+
elif key == "pricingPolicy":
|
|
1632
|
+
suggest = "pricing_policy"
|
|
1633
|
+
|
|
1634
|
+
if suggest:
|
|
1635
|
+
pulumi.log.warn(f"Key '{key}' not found in PriceGuaranteePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1636
|
+
|
|
1637
|
+
def __getitem__(self, key: str) -> Any:
|
|
1638
|
+
PriceGuaranteePropertiesResponse.__key_warning(key)
|
|
1639
|
+
return super().__getitem__(key)
|
|
1640
|
+
|
|
1641
|
+
def get(self, key: str, default = None) -> Any:
|
|
1642
|
+
PriceGuaranteePropertiesResponse.__key_warning(key)
|
|
1643
|
+
return super().get(key, default)
|
|
1644
|
+
|
|
1645
|
+
def __init__(__self__, *,
|
|
1646
|
+
price_guarantee_date: Optional[builtins.str] = None,
|
|
1647
|
+
pricing_policy: Optional[builtins.str] = None):
|
|
1648
|
+
"""
|
|
1649
|
+
Set only in price guarantee scenario.
|
|
1650
|
+
:param 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.
|
|
1651
|
+
:param builtins.str pricing_policy: Supported values: Protected, Locked
|
|
1652
|
+
"""
|
|
1653
|
+
if price_guarantee_date is not None:
|
|
1654
|
+
pulumi.set(__self__, "price_guarantee_date", price_guarantee_date)
|
|
1655
|
+
if pricing_policy is not None:
|
|
1656
|
+
pulumi.set(__self__, "pricing_policy", pricing_policy)
|
|
1657
|
+
|
|
1658
|
+
@property
|
|
1659
|
+
@pulumi.getter(name="priceGuaranteeDate")
|
|
1660
|
+
def price_guarantee_date(self) -> Optional[builtins.str]:
|
|
1661
|
+
"""
|
|
1662
|
+
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.
|
|
1663
|
+
"""
|
|
1664
|
+
return pulumi.get(self, "price_guarantee_date")
|
|
1665
|
+
|
|
1666
|
+
@property
|
|
1667
|
+
@pulumi.getter(name="pricingPolicy")
|
|
1668
|
+
def pricing_policy(self) -> Optional[builtins.str]:
|
|
1669
|
+
"""
|
|
1670
|
+
Supported values: Protected, Locked
|
|
1671
|
+
"""
|
|
1672
|
+
return pulumi.get(self, "pricing_policy")
|
|
1673
|
+
|
|
1674
|
+
|
|
190
1675
|
@pulumi.output_type
|
|
191
1676
|
class SkuResponse(dict):
|
|
192
1677
|
"""
|
|
@@ -203,7 +1688,7 @@ class SkuResponse(dict):
|
|
|
203
1688
|
:param builtins.str name: The name of the SKU. E.g. P3. It is typically a letter+number code
|
|
204
1689
|
:param 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.
|
|
205
1690
|
:param builtins.str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
206
|
-
:param 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.
|
|
1691
|
+
:param 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.
|
|
207
1692
|
:param builtins.str 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.
|
|
208
1693
|
"""
|
|
209
1694
|
pulumi.set(__self__, "name", name)
|
|
@@ -244,7 +1729,7 @@ class SkuResponse(dict):
|
|
|
244
1729
|
@pulumi.getter
|
|
245
1730
|
def size(self) -> Optional[builtins.str]:
|
|
246
1731
|
"""
|
|
247
|
-
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
1732
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
248
1733
|
"""
|
|
249
1734
|
return pulumi.get(self, "size")
|
|
250
1735
|
|