pulumi-azure-native 3.6.0a1751063629__py3-none-any.whl → 3.6.0a1754062012__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 +97 -29
- pulumi_azure_native/aad/domain_service.py +5 -1
- pulumi_azure_native/aad/get_domain_service.py +4 -0
- pulumi_azure_native/aad/get_ou_container.py +4 -0
- pulumi_azure_native/aad/ou_container.py +5 -1
- pulumi_azure_native/advisor/assessment.py +3 -3
- pulumi_azure_native/advisor/get_assessment.py +2 -2
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/app/_enums.py +15 -13
- pulumi_azure_native/app/_inputs.py +616 -343
- pulumi_azure_native/app/certificate.py +4 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +4 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +14 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +4 -4
- pulumi_azure_native/app/get_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environment.py +5 -5
- pulumi_azure_native/app/get_connected_environments_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +5 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +5 -5
- pulumi_azure_native/app/get_container_app.py +20 -6
- pulumi_azure_native/app/get_container_app_auth_token.py +5 -5
- pulumi_azure_native/app/get_container_apps_auth_config.py +5 -5
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +5 -5
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +5 -5
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +5 -5
- pulumi_azure_native/app/get_managed_certificate.py +5 -5
- pulumi_azure_native/app/get_managed_environment.py +20 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +5 -5
- pulumi_azure_native/app/get_managed_environments_storage.py +5 -5
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +34 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +460 -293
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/azuredatatransfer/__init__.py +1 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +102 -0
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +347 -4
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +3 -3
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/botservice/_inputs.py +62 -59
- pulumi_azure_native/botservice/bot.py +24 -14
- pulumi_azure_native/botservice/bot_connection.py +15 -5
- pulumi_azure_native/botservice/channel.py +24 -14
- pulumi_azure_native/botservice/get_bot.py +23 -9
- pulumi_azure_native/botservice/get_bot_connection.py +20 -6
- pulumi_azure_native/botservice/get_channel.py +23 -9
- pulumi_azure_native/botservice/get_private_endpoint_connection.py +17 -3
- pulumi_azure_native/botservice/list_bot_connection_with_secrets.py +20 -6
- pulumi_azure_native/botservice/list_channel_with_keys.py +23 -9
- pulumi_azure_native/botservice/outputs.py +354 -201
- pulumi_azure_native/botservice/private_endpoint_connection.py +13 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
- pulumi_azure_native/cloudhealth/__init__.py +23 -0
- pulumi_azure_native/cloudhealth/_enums.py +244 -0
- pulumi_azure_native/cloudhealth/_inputs.py +2241 -0
- pulumi_azure_native/cloudhealth/authentication_setting.py +236 -0
- pulumi_azure_native/cloudhealth/discovery_rule.py +237 -0
- pulumi_azure_native/cloudhealth/entity.py +237 -0
- pulumi_azure_native/cloudhealth/get_authentication_setting.py +168 -0
- pulumi_azure_native/cloudhealth/get_discovery_rule.py +168 -0
- pulumi_azure_native/cloudhealth/get_entity.py +168 -0
- pulumi_azure_native/cloudhealth/get_health_model.py +204 -0
- pulumi_azure_native/cloudhealth/get_relationship.py +168 -0
- pulumi_azure_native/cloudhealth/get_signal_definition.py +168 -0
- pulumi_azure_native/cloudhealth/health_model.py +303 -0
- pulumi_azure_native/cloudhealth/outputs.py +2267 -0
- pulumi_azure_native/cloudhealth/relationship.py +236 -0
- pulumi_azure_native/cloudhealth/signal_definition.py +237 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/account_connection.py +5 -1
- 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 +4 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +4 -0
- 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 +4 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +4 -0
- 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_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +5 -1
- pulumi_azure_native/cognitiveservices/project_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/project_connection.py +5 -1
- 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/shared_commitment_plan.py +3 -3
- pulumi_azure_native/communication/communication_service.py +3 -3
- pulumi_azure_native/communication/domain.py +3 -3
- pulumi_azure_native/communication/email_service.py +3 -3
- pulumi_azure_native/communication/get_communication_service.py +2 -2
- pulumi_azure_native/communication/get_domain.py +2 -2
- pulumi_azure_native/communication/get_email_service.py +2 -2
- pulumi_azure_native/communication/get_sender_username.py +2 -2
- pulumi_azure_native/communication/get_smtp_username.py +4 -0
- pulumi_azure_native/communication/get_suppression_list.py +2 -2
- pulumi_azure_native/communication/get_suppression_list_address.py +2 -2
- pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
- pulumi_azure_native/communication/sender_username.py +3 -3
- pulumi_azure_native/communication/smtp_username.py +5 -1
- pulumi_azure_native/communication/suppression_list.py +3 -3
- pulumi_azure_native/communication/suppression_list_address.py +3 -3
- pulumi_azure_native/compute/_enums.py +12 -12
- pulumi_azure_native/compute/_inputs.py +135 -128
- pulumi_azure_native/compute/availability_set.py +23 -13
- pulumi_azure_native/compute/capacity_reservation.py +27 -17
- pulumi_azure_native/compute/capacity_reservation_group.py +27 -17
- pulumi_azure_native/compute/dedicated_host.py +26 -16
- pulumi_azure_native/compute/dedicated_host_group.py +28 -18
- pulumi_azure_native/compute/disk.py +34 -24
- pulumi_azure_native/compute/disk_access.py +26 -16
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +18 -8
- pulumi_azure_native/compute/disk_encryption_set.py +26 -16
- pulumi_azure_native/compute/gallery.py +26 -16
- pulumi_azure_native/compute/gallery_application.py +29 -19
- pulumi_azure_native/compute/gallery_application_version.py +32 -22
- pulumi_azure_native/compute/gallery_image.py +29 -19
- pulumi_azure_native/compute/gallery_image_version.py +32 -22
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +29 -19
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +32 -22
- pulumi_azure_native/compute/get_availability_set.py +22 -8
- pulumi_azure_native/compute/get_capacity_reservation.py +23 -9
- pulumi_azure_native/compute/get_capacity_reservation_group.py +23 -9
- pulumi_azure_native/compute/get_dedicated_host.py +22 -8
- pulumi_azure_native/compute/get_dedicated_host_group.py +24 -10
- pulumi_azure_native/compute/get_disk.py +25 -11
- pulumi_azure_native/compute/get_disk_access.py +24 -10
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +22 -8
- pulumi_azure_native/compute/get_disk_encryption_set.py +24 -10
- pulumi_azure_native/compute/get_gallery.py +22 -8
- pulumi_azure_native/compute/get_gallery_application.py +24 -10
- pulumi_azure_native/compute/get_gallery_application_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_image.py +24 -10
- pulumi_azure_native/compute/get_gallery_image_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +24 -10
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +26 -12
- pulumi_azure_native/compute/get_image.py +22 -8
- 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 +24 -10
- pulumi_azure_native/compute/get_restore_point.py +20 -6
- pulumi_azure_native/compute/get_restore_point_collection.py +22 -8
- pulumi_azure_native/compute/get_snapshot.py +25 -11
- pulumi_azure_native/compute/get_ssh_public_key.py +23 -8
- pulumi_azure_native/compute/get_virtual_machine.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_extension.py +25 -11
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +31 -17
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +5 -5
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +24 -10
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +33 -19
- pulumi_azure_native/compute/image.py +23 -13
- pulumi_azure_native/compute/outputs.py +269 -169
- pulumi_azure_native/compute/proximity_placement_group.py +28 -18
- pulumi_azure_native/compute/restore_point.py +15 -5
- pulumi_azure_native/compute/restore_point_collection.py +23 -13
- pulumi_azure_native/compute/snapshot.py +34 -24
- pulumi_azure_native/compute/ssh_public_key.py +24 -13
- pulumi_azure_native/compute/virtual_machine.py +27 -17
- pulumi_azure_native/compute/virtual_machine_extension.py +27 -17
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +46 -44
- pulumi_azure_native/compute/virtual_machine_scale_set.py +30 -20
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +10 -10
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +26 -16
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +4 -4
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +49 -47
- pulumi_azure_native/computeschedule/__init__.py +13 -0
- pulumi_azure_native/computeschedule/_enums.py +210 -0
- pulumi_azure_native/computeschedule/_inputs.py +544 -0
- pulumi_azure_native/computeschedule/get_scheduled_action.py +190 -0
- pulumi_azure_native/computeschedule/outputs.py +553 -0
- pulumi_azure_native/computeschedule/scheduled_action.py +274 -0
- pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
- pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
- pulumi_azure_native/confidentialledger/ledger.py +3 -3
- pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
- pulumi_azure_native/confluent/_inputs.py +6 -6
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +11 -11
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +23 -9
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +23 -9
- pulumi_azure_native/confluent/get_topic.py +20 -6
- 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 +4 -4
- 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 +4 -4
- pulumi_azure_native/confluent/list_access_users.py +4 -4
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +15 -15
- pulumi_azure_native/confluent/organization_cluster_by_id.py +17 -65
- pulumi_azure_native/confluent/organization_environment_by_id.py +17 -65
- pulumi_azure_native/confluent/outputs.py +6 -6
- pulumi_azure_native/confluent/topic.py +12 -2
- pulumi_azure_native/connectedcache/__init__.py +5 -0
- pulumi_azure_native/connectedcache/_inputs.py +6 -6
- pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +5 -1
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_tls_certificate_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_customer.py +4 -0
- pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/isp_customer.py +5 -1
- pulumi_azure_native/connectedcache/outputs.py +508 -4
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +5 -0
- pulumi_azure_native/containerservice/_enums.py +16 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/deployment_safeguard.py +259 -0
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +216 -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 +214 -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/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 +102 -0
- 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 +309 -0
- 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/cosmosdb/_inputs.py +58 -0
- pulumi_azure_native/cosmosdb/fleetspace_account.py +31 -59
- pulumi_azure_native/cosmosdb/get_fleetspace_account.py +15 -29
- pulumi_azure_native/cosmosdb/outputs.py +55 -0
- pulumi_azure_native/dashboard/__init__.py +2 -0
- pulumi_azure_native/dashboard/dashboard.py +253 -0
- pulumi_azure_native/{media/get_track.py → dashboard/get_dashboard.py} +67 -55
- 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/_inputs.py +392 -54
- pulumi_azure_native/datafactory/outputs.py +262 -22
- pulumi_azure_native/datafactory/pipeline.py +7 -7
- 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/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/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/_enums.py +27 -27
- pulumi_azure_native/dbforpostgresql/_inputs.py +150 -150
- pulumi_azure_native/dbforpostgresql/administrator.py +18 -18
- pulumi_azure_native/dbforpostgresql/backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/configuration.py +22 -22
- pulumi_azure_native/dbforpostgresql/database.py +11 -11
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +13 -13
- pulumi_azure_native/dbforpostgresql/get_administrator.py +9 -9
- pulumi_azure_native/dbforpostgresql/get_backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/get_configuration.py +16 -16
- pulumi_azure_native/dbforpostgresql/get_database.py +6 -6
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +7 -7
- pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_migration.py +35 -35
- pulumi_azure_native/dbforpostgresql/get_server.py +23 -23
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +8 -8
- pulumi_azure_native/dbforpostgresql/migration.py +98 -98
- pulumi_azure_native/dbforpostgresql/outputs.py +196 -196
- pulumi_azure_native/dbforpostgresql/server.py +76 -76
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +14 -14
- pulumi_azure_native/dependencymap/discovery_source.py +5 -1
- pulumi_azure_native/dependencymap/get_discovery_source.py +4 -0
- pulumi_azure_native/dependencymap/get_map.py +4 -0
- pulumi_azure_native/dependencymap/map.py +5 -1
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +4 -0
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +4 -0
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +10 -0
- pulumi_azure_native/deviceregistry/_enums.py +108 -0
- pulumi_azure_native/deviceregistry/_inputs.py +3328 -95
- 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 +232 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +644 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +406 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +546 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +336 -0
- pulumi_azure_native/deviceregistry/get_schema.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_registry.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_version.py +4 -0
- pulumi_azure_native/deviceregistry/namespace.py +323 -0
- pulumi_azure_native/deviceregistry/namespace_asset.py +1130 -0
- pulumi_azure_native/deviceregistry/namespace_device.py +620 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +1005 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +569 -0
- pulumi_azure_native/deviceregistry/outputs.py +3209 -79
- pulumi_azure_native/deviceregistry/schema.py +5 -1
- pulumi_azure_native/deviceregistry/schema_registry.py +5 -1
- pulumi_azure_native/deviceregistry/schema_version.py +5 -1
- pulumi_azure_native/devtestlab/_enums.py +2 -2
- pulumi_azure_native/devtestlab/artifact_source.py +6 -6
- pulumi_azure_native/devtestlab/custom_image.py +6 -6
- pulumi_azure_native/devtestlab/disk.py +6 -6
- pulumi_azure_native/devtestlab/environment.py +6 -6
- pulumi_azure_native/devtestlab/formula.py +6 -6
- pulumi_azure_native/devtestlab/get_artifact_source.py +4 -4
- pulumi_azure_native/devtestlab/get_custom_image.py +4 -4
- pulumi_azure_native/devtestlab/get_disk.py +4 -4
- pulumi_azure_native/devtestlab/get_environment.py +4 -4
- pulumi_azure_native/devtestlab/get_formula.py +4 -4
- pulumi_azure_native/devtestlab/get_global_schedule.py +4 -4
- pulumi_azure_native/devtestlab/get_lab.py +4 -4
- pulumi_azure_native/devtestlab/get_notification_channel.py +4 -4
- pulumi_azure_native/devtestlab/get_policy.py +8 -8
- pulumi_azure_native/devtestlab/get_schedule.py +6 -6
- pulumi_azure_native/devtestlab/get_secret.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric_schedule.py +10 -10
- pulumi_azure_native/devtestlab/get_service_runner.py +4 -4
- pulumi_azure_native/devtestlab/get_user.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_rdp_file_contents.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +8 -8
- pulumi_azure_native/devtestlab/get_virtual_network.py +4 -4
- pulumi_azure_native/devtestlab/global_schedule.py +6 -6
- pulumi_azure_native/devtestlab/lab.py +11 -11
- pulumi_azure_native/devtestlab/list_lab_vhds.py +5 -5
- pulumi_azure_native/devtestlab/list_schedule_applicable.py +9 -9
- pulumi_azure_native/devtestlab/list_service_fabric_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/notification_channel.py +6 -6
- pulumi_azure_native/devtestlab/policy.py +12 -12
- pulumi_azure_native/devtestlab/schedule.py +9 -9
- pulumi_azure_native/devtestlab/secret.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric_schedule.py +15 -15
- pulumi_azure_native/devtestlab/service_runner.py +6 -6
- pulumi_azure_native/devtestlab/user.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine_schedule.py +12 -12
- pulumi_azure_native/devtestlab/virtual_network.py +6 -6
- pulumi_azure_native/dns/dnssec_config.py +3 -3
- pulumi_azure_native/dns/get_dnssec_config.py +4 -4
- pulumi_azure_native/dns/get_record_set.py +18 -4
- pulumi_azure_native/dns/get_zone.py +5 -5
- pulumi_azure_native/dns/outputs.py +2 -2
- pulumi_azure_native/dns/record_set.py +12 -2
- pulumi_azure_native/dns/zone.py +7 -7
- 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 +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +5 -1
- pulumi_azure_native/dnsresolver/dns_security_rule.py +5 -1
- 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 +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +4 -0
- 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 +4 -0
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/domainregistration/domain.py +3 -3
- pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
- pulumi_azure_native/domainregistration/get_domain.py +2 -2
- pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
- pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
- pulumi_azure_native/edge/__init__.py +41 -0
- pulumi_azure_native/edge/_enums.py +94 -0
- pulumi_azure_native/edge/_inputs.py +1501 -149
- pulumi_azure_native/edge/config_template.py +283 -0
- pulumi_azure_native/edge/configuration.py +253 -0
- pulumi_azure_native/edge/configuration_reference.py +215 -0
- pulumi_azure_native/edge/context.py +274 -0
- pulumi_azure_native/edge/diagnostic.py +294 -0
- pulumi_azure_native/edge/dynamic_configuration.py +236 -0
- pulumi_azure_native/edge/dynamic_configuration_version.py +257 -0
- pulumi_azure_native/edge/dynamic_schema.py +226 -0
- pulumi_azure_native/edge/dynamic_schema_version.py +267 -0
- pulumi_azure_native/edge/execution.py +318 -0
- pulumi_azure_native/edge/get_config_template.py +204 -0
- pulumi_azure_native/edge/get_configuration.py +190 -0
- pulumi_azure_native/edge/get_configuration_reference.py +162 -0
- pulumi_azure_native/edge/get_context.py +190 -0
- pulumi_azure_native/edge/get_diagnostic.py +218 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +168 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +174 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +182 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +188 -0
- pulumi_azure_native/edge/get_execution.py +208 -0
- pulumi_azure_native/edge/get_instance.py +202 -0
- pulumi_azure_native/edge/get_schema.py +204 -0
- pulumi_azure_native/edge/get_schema_version.py +182 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_site_reference.py +168 -0
- pulumi_azure_native/edge/get_sites_by_service_group.py +4 -0
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/get_solution.py +196 -0
- pulumi_azure_native/edge/get_solution_template.py +204 -0
- pulumi_azure_native/edge/get_solution_version.py +202 -0
- pulumi_azure_native/edge/get_target.py +218 -0
- pulumi_azure_native/edge/get_workflow.py +196 -0
- pulumi_azure_native/edge/get_workflow_version.py +202 -0
- pulumi_azure_native/edge/instance.py +297 -0
- pulumi_azure_native/edge/outputs.py +2837 -189
- pulumi_azure_native/edge/schema.py +263 -0
- pulumi_azure_native/edge/schema_version.py +246 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/site_reference.py +236 -0
- pulumi_azure_native/edge/sites_by_service_group.py +5 -1
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/edge/solution.py +257 -0
- pulumi_azure_native/edge/solution_template.py +284 -0
- pulumi_azure_native/edge/solution_version.py +297 -0
- pulumi_azure_native/edge/target.py +313 -0
- pulumi_azure_native/edge/workflow.py +257 -0
- pulumi_azure_native/edge/workflow_version.py +297 -0
- pulumi_azure_native/edgeorder/list_products_and_configuration_product_families.py +2 -2
- pulumi_azure_native/edgeorder/list_products_and_configurations.py +2 -2
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_list_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +3 -3
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_destination.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -4
- pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +8 -8
- pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +26 -25
- pulumi_azure_native/guestconfiguration/outputs.py +6 -6
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +2 -2
- pulumi_azure_native/healthbot/bot.py +3 -3
- pulumi_azure_native/healthbot/get_bot.py +2 -2
- pulumi_azure_native/healthbot/list_bot_secrets.py +2 -2
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/__init__.py +8 -0
- pulumi_azure_native/iotoperations/_enums.py +237 -1
- pulumi_azure_native/iotoperations/_inputs.py +7367 -3169
- pulumi_azure_native/iotoperations/akri_connector.py +268 -0
- pulumi_azure_native/iotoperations/akri_connector_template.py +266 -0
- 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 +287 -0
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +188 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +182 -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 +188 -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 +182 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/outputs.py +5997 -2422
- pulumi_azure_native/iotoperations/registry_endpoint.py +266 -0
- pulumi_azure_native/loadtestservice/__init__.py +2 -0
- pulumi_azure_native/loadtestservice/_enums.py +16 -0
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +232 -0
- pulumi_azure_native/loadtestservice/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/playwright_workspace.py +330 -0
- pulumi_azure_native/machinelearningservices/__init__.py +2 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +53 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/capability_host.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_capability_host.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_outbound_rule.py +171 -0
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_connection_all_models.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/outbound_rule.py +259 -0
- pulumi_azure_native/machinelearningservices/outputs.py +139 -0
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/maintenance/configuration_assignment.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignment_parent.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py +8 -8
- pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_configuration_assignment.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignment_parent.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py +7 -7
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +12 -12
- pulumi_azure_native/maintenance/maintenance_configuration.py +17 -17
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/mongocluster/__init__.py +2 -0
- pulumi_azure_native/mongocluster/_enums.py +40 -0
- pulumi_azure_native/mongocluster/_inputs.py +210 -0
- 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 +168 -0
- 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/outputs.py +176 -0
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +237 -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 +5 -1
- 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 +4 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/get_network_manager_routing_configuration.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/network_manager_routing_configuration.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/notificationhubs/_inputs.py +9 -9
- pulumi_azure_native/notificationhubs/get_namespace.py +4 -4
- pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +4 -2
- pulumi_azure_native/notificationhubs/list_namespace_keys.py +3 -3
- pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +3 -3
- pulumi_azure_native/notificationhubs/namespace.py +10 -2
- pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/outputs.py +10 -10
- pulumi_azure_native/onlineexperimentation/__init__.py +2 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +11 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +115 -0
- pulumi_azure_native/onlineexperimentation/get_online_experimentation_workspace.py +4 -0
- pulumi_azure_native/onlineexperimentation/get_private_endpoint_connection.py +168 -0
- pulumi_azure_native/onlineexperimentation/online_experimentation_workspace.py +5 -1
- pulumi_azure_native/onlineexperimentation/outputs.py +168 -0
- pulumi_azure_native/onlineexperimentation/private_endpoint_connection.py +237 -0
- pulumi_azure_native/orbital/__init__.py +2 -0
- pulumi_azure_native/orbital/_enums.py +48 -0
- pulumi_azure_native/orbital/_inputs.py +119 -0
- pulumi_azure_native/orbital/geo_catalog.py +307 -0
- pulumi_azure_native/orbital/get_geo_catalog.py +208 -0
- pulumi_azure_native/orbital/outputs.py +214 -0
- pulumi_azure_native/peering/connection_monitor_test.py +5 -1
- pulumi_azure_native/peering/get_connection_monitor_test.py +4 -0
- pulumi_azure_native/peering/get_peer_asn.py +4 -0
- pulumi_azure_native/peering/get_peering.py +4 -0
- pulumi_azure_native/peering/get_peering_service.py +4 -0
- pulumi_azure_native/peering/get_prefix.py +4 -0
- pulumi_azure_native/peering/get_registered_asn.py +4 -0
- pulumi_azure_native/peering/get_registered_prefix.py +4 -0
- pulumi_azure_native/peering/peer_asn.py +5 -1
- pulumi_azure_native/peering/peering.py +5 -1
- pulumi_azure_native/peering/peering_service.py +5 -1
- pulumi_azure_native/peering/prefix.py +5 -1
- pulumi_azure_native/peering/registered_asn.py +5 -1
- pulumi_azure_native/peering/registered_prefix.py +5 -1
- pulumi_azure_native/powerbidedicated/_enums.py +0 -12
- pulumi_azure_native/powerbidedicated/_inputs.py +0 -138
- pulumi_azure_native/powerbidedicated/auto_scale_v_core.py +16 -35
- pulumi_azure_native/powerbidedicated/capacity_details.py +19 -38
- pulumi_azure_native/powerbidedicated/get_auto_scale_v_core.py +9 -9
- pulumi_azure_native/powerbidedicated/get_capacity_details.py +9 -9
- pulumi_azure_native/powerbidedicated/outputs.py +10 -10
- pulumi_azure_native/privatedns/get_private_record_set.py +21 -7
- pulumi_azure_native/privatedns/get_private_zone.py +20 -5
- pulumi_azure_native/privatedns/get_virtual_network_link.py +19 -5
- pulumi_azure_native/privatedns/outputs.py +111 -0
- pulumi_azure_native/privatedns/private_record_set.py +20 -10
- pulumi_azure_native/privatedns/private_zone.py +15 -4
- pulumi_azure_native/privatedns/virtual_network_link.py +14 -4
- pulumi_azure_native/providerhub/__init__.py +6 -0
- pulumi_azure_native/providerhub/_enums.py +625 -17
- pulumi_azure_native/providerhub/_inputs.py +8443 -1196
- pulumi_azure_native/providerhub/authorized_application.py +204 -0
- pulumi_azure_native/providerhub/custom_rollout.py +213 -0
- pulumi_azure_native/providerhub/default_rollout.py +7 -7
- pulumi_azure_native/providerhub/get_authorized_application.py +156 -0
- pulumi_azure_native/providerhub/get_custom_rollout.py +159 -0
- pulumi_azure_native/providerhub/get_default_rollout.py +9 -8
- pulumi_azure_native/providerhub/get_notification_registration.py +9 -8
- pulumi_azure_native/providerhub/get_provider_monitor_setting.py +184 -0
- pulumi_azure_native/providerhub/get_provider_registration.py +24 -6
- pulumi_azure_native/providerhub/get_resource_type_registration.py +24 -6
- pulumi_azure_native/providerhub/get_skus.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/providerhub/notification_registration.py +7 -7
- pulumi_azure_native/providerhub/operation_by_provider_registration.py +18 -3
- pulumi_azure_native/providerhub/outputs.py +7550 -1680
- pulumi_azure_native/providerhub/provider_monitor_setting.py +246 -0
- pulumi_azure_native/providerhub/provider_registration.py +42 -5
- pulumi_azure_native/providerhub/resource_type_registration.py +42 -5
- pulumi_azure_native/providerhub/skus.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- 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_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/security/assessment.py +3 -3
- pulumi_azure_native/security/assessment_metadata_in_subscription.py +3 -3
- pulumi_azure_native/security/assessments_metadata_subscription.py +1 -1
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_assessment.py +2 -2
- pulumi_azure_native/security/get_assessment_metadata_in_subscription.py +2 -2
- 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/servicebus/get_namespace.py +1 -1
- pulumi_azure_native/servicebus/namespace.py +4 -4
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/sql/__init__.py +2 -0
- pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/data_masking_policy.py +3 -3
- pulumi_azure_native/sql/database.py +3 -3
- pulumi_azure_native/sql/database_advisor.py +3 -3
- pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/distributed_availability_group.py +3 -3
- pulumi_azure_native/sql/elastic_pool.py +3 -3
- pulumi_azure_native/sql/encryption_protector.py +3 -3
- pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/failover_group.py +3 -3
- pulumi_azure_native/sql/firewall_rule.py +3 -3
- pulumi_azure_native/sql/geo_backup_policy.py +3 -3
- pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
- pulumi_azure_native/sql/get_database.py +2 -2
- pulumi_azure_native/sql/get_database_advisor.py +2 -2
- pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
- pulumi_azure_native/sql/get_elastic_pool.py +2 -2
- pulumi_azure_native/sql/get_encryption_protector.py +2 -2
- pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_failover_group.py +2 -2
- pulumi_azure_native/sql/get_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
- pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
- pulumi_azure_native/sql/get_instance_pool.py +2 -2
- pulumi_azure_native/sql/get_job.py +2 -2
- pulumi_azure_native/sql/get_job_agent.py +2 -2
- pulumi_azure_native/sql/get_job_credential.py +2 -2
- pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
- pulumi_azure_native/sql/get_job_step.py +2 -2
- pulumi_azure_native/sql/get_job_target_group.py +2 -2
- pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_database.py +2 -2
- pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_managed_instance.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_replication_link.py +2 -2
- pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_server.py +2 -2
- pulumi_azure_native/sql/get_server_advisor.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_server_key.py +2 -2
- pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
- pulumi_azure_native/sql/get_server_trust_group.py +2 -2
- pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
- pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
- pulumi_azure_native/sql/get_sync_agent.py +2 -2
- pulumi_azure_native/sql/get_sync_group.py +2 -2
- pulumi_azure_native/sql/get_sync_member.py +2 -2
- pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
- pulumi_azure_native/sql/get_virtual_cluster.py +203 -0
- pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
- pulumi_azure_native/sql/get_workload_classifier.py +2 -2
- pulumi_azure_native/sql/get_workload_group.py +2 -2
- pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
- pulumi_azure_native/sql/instance_failover_group.py +3 -3
- pulumi_azure_native/sql/instance_pool.py +3 -3
- pulumi_azure_native/sql/job.py +3 -3
- pulumi_azure_native/sql/job_agent.py +3 -3
- pulumi_azure_native/sql/job_credential.py +3 -3
- pulumi_azure_native/sql/job_private_endpoint.py +3 -3
- pulumi_azure_native/sql/job_step.py +3 -3
- pulumi_azure_native/sql/job_target_group.py +3 -3
- pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_database.py +3 -3
- pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/managed_instance.py +3 -3
- pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
- pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/managed_instance_key.py +3 -3
- pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
- pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
- pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/replication_link.py +3 -3
- pulumi_azure_native/sql/sensitivity_label.py +3 -3
- pulumi_azure_native/sql/server.py +3 -3
- pulumi_azure_native/sql/server_advisor.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/server_dns_alias.py +3 -3
- pulumi_azure_native/sql/server_key.py +3 -3
- pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/server_trust_certificate.py +3 -3
- pulumi_azure_native/sql/server_trust_group.py +3 -3
- pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
- pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
- pulumi_azure_native/sql/sync_agent.py +3 -3
- pulumi_azure_native/sql/sync_group.py +3 -3
- pulumi_azure_native/sql/sync_member.py +3 -3
- pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
- pulumi_azure_native/sql/virtual_cluster.py +281 -0
- pulumi_azure_native/sql/virtual_network_rule.py +3 -3
- pulumi_azure_native/sql/workload_classifier.py +3 -3
- pulumi_azure_native/sql/workload_group.py +3 -3
- pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +10 -10
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +10 -10
- pulumi_azure_native/storage/_inputs.py +3 -3
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +2 -2
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/outputs.py +2 -2
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +3 -3
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storagediscovery/__init__.py +13 -0
- pulumi_azure_native/storagediscovery/_enums.py +38 -0
- pulumi_azure_native/storagediscovery/_inputs.py +217 -0
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +190 -0
- pulumi_azure_native/storagediscovery/outputs.py +302 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +274 -0
- pulumi_azure_native/storagemover/_inputs.py +5 -5
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/get_agent.py +1 -1
- pulumi_azure_native/storagemover/outputs.py +5 -5
- pulumi_azure_native/trafficmanager/endpoint.py +3 -3
- pulumi_azure_native/trafficmanager/get_endpoint.py +2 -2
- pulumi_azure_native/trafficmanager/get_profile.py +2 -2
- pulumi_azure_native/trafficmanager/get_traffic_manager_user_metrics_key.py +2 -2
- pulumi_azure_native/trafficmanager/profile.py +3 -3
- pulumi_azure_native/trafficmanager/traffic_manager_user_metrics_key.py +3 -3
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/app_service_environment.py +3 -3
- pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
- pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/app_service_plan.py +3 -3
- pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
- pulumi_azure_native/web/certificate.py +3 -3
- pulumi_azure_native/web/get_app_service_environment.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_app_service_plan.py +2 -2
- pulumi_azure_native/web/get_certificate.py +2 -2
- pulumi_azure_native/web/get_kube_environment.py +2 -2
- pulumi_azure_native/web/get_site_certificate.py +476 -0
- pulumi_azure_native/web/get_site_certificate_slot.py +482 -0
- pulumi_azure_native/web/get_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
- pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
- pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
- pulumi_azure_native/web/get_web_app.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_function.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
- pulumi_azure_native/web/kube_environment.py +3 -3
- pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
- pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
- pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_secrets.py +2 -2
- pulumi_azure_native/web/list_static_site_users.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
- pulumi_azure_native/web/site_certificate.py +644 -0
- pulumi_azure_native/web/site_certificate_slot.py +665 -0
- pulumi_azure_native/web/static_site.py +3 -3
- pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_custom_domain.py +3 -3
- pulumi_azure_native/web/static_site_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
- pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
- pulumi_azure_native/web/web_app.py +3 -3
- pulumi_azure_native/web/web_app_application_settings.py +3 -3
- pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
- pulumi_azure_native/web/web_app_deployment.py +3 -3
- pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_function.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
- pulumi_azure_native/web/web_app_metadata.py +3 -3
- pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_container.py +3 -3
- pulumi_azure_native/web/web_app_site_container_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_extension.py +3 -3
- pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
- pulumi_azure_native/web/web_app_source_control.py +3 -3
- pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- pulumi_azure_native/widget/__init__.py +12 -0
- pulumi_azure_native/widget/_inputs.py +100 -0
- pulumi_azure_native/widget/employee.py +277 -0
- pulumi_azure_native/widget/get_employee.py +194 -0
- pulumi_azure_native/widget/outputs.py +207 -0
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/RECORD +1665 -1581
- pulumi_azure_native/media/__init__.py +0 -50
- pulumi_azure_native/media/_enums.py +0 -1021
- pulumi_azure_native/media/_inputs.py +0 -11024
- pulumi_azure_native/media/account_filter.py +0 -299
- pulumi_azure_native/media/asset.py +0 -395
- pulumi_azure_native/media/asset_filter.py +0 -320
- pulumi_azure_native/media/content_key_policy.py +0 -301
- pulumi_azure_native/media/get_account_filter.py +0 -200
- pulumi_azure_native/media/get_asset.py +0 -284
- pulumi_azure_native/media/get_asset_encryption_key.py +0 -116
- pulumi_azure_native/media/get_asset_filter.py +0 -206
- pulumi_azure_native/media/get_content_key_policy.py +0 -228
- pulumi_azure_native/media/get_content_key_policy_properties_with_secrets.py +0 -158
- pulumi_azure_native/media/get_job.py +0 -304
- pulumi_azure_native/media/get_live_event.py +0 -368
- pulumi_azure_native/media/get_live_event_status.py +0 -98
- pulumi_azure_native/media/get_live_event_stream_events.py +0 -98
- pulumi_azure_native/media/get_live_event_track_ingest_heartbeats.py +0 -98
- pulumi_azure_native/media/get_live_output.py +0 -318
- pulumi_azure_native/media/get_media_service.py +0 -317
- pulumi_azure_native/media/get_private_endpoint_connection.py +0 -184
- pulumi_azure_native/media/get_streaming_endpoint.py +0 -424
- pulumi_azure_native/media/get_streaming_locator.py +0 -298
- pulumi_azure_native/media/get_streaming_policy.py +0 -242
- pulumi_azure_native/media/get_transform.py +0 -214
- pulumi_azure_native/media/job.py +0 -430
- pulumi_azure_native/media/list_asset_container_sas.py +0 -114
- pulumi_azure_native/media/list_asset_streaming_locators.py +0 -102
- pulumi_azure_native/media/list_media_service_edge_policies.py +0 -96
- pulumi_azure_native/media/list_media_service_keys.py +0 -147
- pulumi_azure_native/media/list_streaming_locator_content_keys.py +0 -102
- pulumi_azure_native/media/list_streaming_locator_paths.py +0 -116
- pulumi_azure_native/media/live_event.py +0 -592
- pulumi_azure_native/media/live_output.py +0 -477
- pulumi_azure_native/media/media_service.py +0 -478
- pulumi_azure_native/media/outputs.py +0 -10674
- pulumi_azure_native/media/private_endpoint_connection.py +0 -246
- pulumi_azure_native/media/streaming_endpoint.py +0 -669
- pulumi_azure_native/media/streaming_locator.py +0 -484
- pulumi_azure_native/media/streaming_policy.py +0 -367
- pulumi_azure_native/media/track.py +0 -262
- pulumi_azure_native/media/transform.py +0 -291
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1751063629.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/top_level.txt +0 -0
|
@@ -15,331 +15,2979 @@ else:
|
|
|
15
15
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
16
|
from .. import _utilities
|
|
17
17
|
from . import outputs
|
|
18
|
+
from ._enums import *
|
|
18
19
|
|
|
19
20
|
__all__ = [
|
|
21
|
+
'AvailableSolutionTemplateVersionResponse',
|
|
22
|
+
'AzureResourceManagerCommonTypesExtendedLocationResponse',
|
|
23
|
+
'CapabilityResponse',
|
|
24
|
+
'ComponentStatusResponse',
|
|
25
|
+
'ConfigTemplatePropertiesResponse',
|
|
26
|
+
'ConfigurationPropertiesResponse',
|
|
27
|
+
'ConfigurationReferencePropertiesResponse',
|
|
28
|
+
'ContextPropertiesResponse',
|
|
29
|
+
'DeploymentStatusResponse',
|
|
30
|
+
'DiagnosticPropertiesResponse',
|
|
31
|
+
'DynamicConfigurationPropertiesResponse',
|
|
32
|
+
'DynamicConfigurationVersionPropertiesResponse',
|
|
33
|
+
'DynamicSchemaPropertiesResponse',
|
|
34
|
+
'ErrorActionResponse',
|
|
35
|
+
'ErrorAdditionalInfoResponse',
|
|
36
|
+
'ErrorDetailResponse',
|
|
37
|
+
'ExecutionPropertiesResponse',
|
|
38
|
+
'ExecutionStatusResponse',
|
|
39
|
+
'HierarchyResponse',
|
|
40
|
+
'InstancePropertiesResponse',
|
|
41
|
+
'ReconciliationPolicyPropertiesResponse',
|
|
42
|
+
'SchemaPropertiesResponse',
|
|
43
|
+
'SchemaVersionPropertiesResponse',
|
|
20
44
|
'SiteAddressPropertiesResponse',
|
|
21
45
|
'SitePropertiesResponse',
|
|
46
|
+
'SiteReferencePropertiesResponse',
|
|
47
|
+
'SolutionDependencyResponse',
|
|
48
|
+
'SolutionPropertiesResponse',
|
|
49
|
+
'SolutionTemplatePropertiesResponse',
|
|
50
|
+
'SolutionVersionPropertiesResponse',
|
|
51
|
+
'StageSpecResponse',
|
|
52
|
+
'StageStatusResponse',
|
|
22
53
|
'SystemDataResponse',
|
|
54
|
+
'TargetPropertiesResponse',
|
|
55
|
+
'TargetStatusResponse',
|
|
56
|
+
'TaskOptionResponse',
|
|
57
|
+
'TaskSpecResponse',
|
|
58
|
+
'WorkflowPropertiesResponse',
|
|
59
|
+
'WorkflowVersionPropertiesResponse',
|
|
23
60
|
]
|
|
24
61
|
|
|
62
|
+
@pulumi.output_type
|
|
63
|
+
class AvailableSolutionTemplateVersionResponse(dict):
|
|
64
|
+
"""
|
|
65
|
+
Available Solution template Version along with latest revision
|
|
66
|
+
"""
|
|
67
|
+
@staticmethod
|
|
68
|
+
def __key_warning(key: str):
|
|
69
|
+
suggest = None
|
|
70
|
+
if key == "isConfigured":
|
|
71
|
+
suggest = "is_configured"
|
|
72
|
+
elif key == "latestConfigRevision":
|
|
73
|
+
suggest = "latest_config_revision"
|
|
74
|
+
elif key == "solutionTemplateVersion":
|
|
75
|
+
suggest = "solution_template_version"
|
|
76
|
+
|
|
77
|
+
if suggest:
|
|
78
|
+
pulumi.log.warn(f"Key '{key}' not found in AvailableSolutionTemplateVersionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
79
|
+
|
|
80
|
+
def __getitem__(self, key: str) -> Any:
|
|
81
|
+
AvailableSolutionTemplateVersionResponse.__key_warning(key)
|
|
82
|
+
return super().__getitem__(key)
|
|
83
|
+
|
|
84
|
+
def get(self, key: str, default = None) -> Any:
|
|
85
|
+
AvailableSolutionTemplateVersionResponse.__key_warning(key)
|
|
86
|
+
return super().get(key, default)
|
|
87
|
+
|
|
88
|
+
def __init__(__self__, *,
|
|
89
|
+
is_configured: builtins.bool,
|
|
90
|
+
latest_config_revision: builtins.str,
|
|
91
|
+
solution_template_version: builtins.str):
|
|
92
|
+
"""
|
|
93
|
+
Available Solution template Version along with latest revision
|
|
94
|
+
:param builtins.bool is_configured: Has this solution template version been configured
|
|
95
|
+
:param builtins.str latest_config_revision: Latest Configuration Revision
|
|
96
|
+
:param builtins.str solution_template_version: Solution template Version
|
|
97
|
+
"""
|
|
98
|
+
pulumi.set(__self__, "is_configured", is_configured)
|
|
99
|
+
pulumi.set(__self__, "latest_config_revision", latest_config_revision)
|
|
100
|
+
pulumi.set(__self__, "solution_template_version", solution_template_version)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="isConfigured")
|
|
104
|
+
def is_configured(self) -> builtins.bool:
|
|
105
|
+
"""
|
|
106
|
+
Has this solution template version been configured
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "is_configured")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="latestConfigRevision")
|
|
112
|
+
def latest_config_revision(self) -> builtins.str:
|
|
113
|
+
"""
|
|
114
|
+
Latest Configuration Revision
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "latest_config_revision")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="solutionTemplateVersion")
|
|
120
|
+
def solution_template_version(self) -> builtins.str:
|
|
121
|
+
"""
|
|
122
|
+
Solution template Version
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "solution_template_version")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
@pulumi.output_type
|
|
128
|
+
class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
|
|
129
|
+
"""
|
|
130
|
+
The complex type of the extended location.
|
|
131
|
+
"""
|
|
132
|
+
def __init__(__self__, *,
|
|
133
|
+
name: builtins.str,
|
|
134
|
+
type: builtins.str):
|
|
135
|
+
"""
|
|
136
|
+
The complex type of the extended location.
|
|
137
|
+
:param builtins.str name: The name of the extended location.
|
|
138
|
+
:param builtins.str type: The type of the extended location.
|
|
139
|
+
"""
|
|
140
|
+
pulumi.set(__self__, "name", name)
|
|
141
|
+
pulumi.set(__self__, "type", type)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter
|
|
145
|
+
def name(self) -> builtins.str:
|
|
146
|
+
"""
|
|
147
|
+
The name of the extended location.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "name")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter
|
|
153
|
+
def type(self) -> builtins.str:
|
|
154
|
+
"""
|
|
155
|
+
The type of the extended location.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "type")
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
@pulumi.output_type
|
|
161
|
+
class CapabilityResponse(dict):
|
|
162
|
+
"""
|
|
163
|
+
Capability, to match in Solution Templates & Targets
|
|
164
|
+
"""
|
|
165
|
+
def __init__(__self__, *,
|
|
166
|
+
description: builtins.str,
|
|
167
|
+
name: builtins.str,
|
|
168
|
+
state: Optional[builtins.str] = None):
|
|
169
|
+
"""
|
|
170
|
+
Capability, to match in Solution Templates & Targets
|
|
171
|
+
:param builtins.str description: Description of Capability
|
|
172
|
+
:param builtins.str name: Name of Capability
|
|
173
|
+
:param builtins.str state: State of resource
|
|
174
|
+
"""
|
|
175
|
+
pulumi.set(__self__, "description", description)
|
|
176
|
+
pulumi.set(__self__, "name", name)
|
|
177
|
+
if state is not None:
|
|
178
|
+
pulumi.set(__self__, "state", state)
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def description(self) -> builtins.str:
|
|
183
|
+
"""
|
|
184
|
+
Description of Capability
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "description")
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter
|
|
190
|
+
def name(self) -> builtins.str:
|
|
191
|
+
"""
|
|
192
|
+
Name of Capability
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "name")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter
|
|
198
|
+
def state(self) -> Optional[builtins.str]:
|
|
199
|
+
"""
|
|
200
|
+
State of resource
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "state")
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
@pulumi.output_type
|
|
206
|
+
class ComponentStatusResponse(dict):
|
|
207
|
+
"""
|
|
208
|
+
Component Status
|
|
209
|
+
"""
|
|
210
|
+
def __init__(__self__, *,
|
|
211
|
+
name: Optional[builtins.str] = None,
|
|
212
|
+
status: Optional[builtins.str] = None):
|
|
213
|
+
"""
|
|
214
|
+
Component Status
|
|
215
|
+
:param builtins.str name: Component name
|
|
216
|
+
:param builtins.str status: Component status
|
|
217
|
+
"""
|
|
218
|
+
if name is not None:
|
|
219
|
+
pulumi.set(__self__, "name", name)
|
|
220
|
+
if status is not None:
|
|
221
|
+
pulumi.set(__self__, "status", status)
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def name(self) -> Optional[builtins.str]:
|
|
226
|
+
"""
|
|
227
|
+
Component name
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "name")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def status(self) -> Optional[builtins.str]:
|
|
234
|
+
"""
|
|
235
|
+
Component status
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "status")
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
@pulumi.output_type
|
|
241
|
+
class ConfigTemplatePropertiesResponse(dict):
|
|
242
|
+
"""
|
|
243
|
+
Config Template Properties
|
|
244
|
+
"""
|
|
245
|
+
@staticmethod
|
|
246
|
+
def __key_warning(key: str):
|
|
247
|
+
suggest = None
|
|
248
|
+
if key == "latestVersion":
|
|
249
|
+
suggest = "latest_version"
|
|
250
|
+
elif key == "provisioningState":
|
|
251
|
+
suggest = "provisioning_state"
|
|
252
|
+
|
|
253
|
+
if suggest:
|
|
254
|
+
pulumi.log.warn(f"Key '{key}' not found in ConfigTemplatePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
255
|
+
|
|
256
|
+
def __getitem__(self, key: str) -> Any:
|
|
257
|
+
ConfigTemplatePropertiesResponse.__key_warning(key)
|
|
258
|
+
return super().__getitem__(key)
|
|
259
|
+
|
|
260
|
+
def get(self, key: str, default = None) -> Any:
|
|
261
|
+
ConfigTemplatePropertiesResponse.__key_warning(key)
|
|
262
|
+
return super().get(key, default)
|
|
263
|
+
|
|
264
|
+
def __init__(__self__, *,
|
|
265
|
+
description: builtins.str,
|
|
266
|
+
latest_version: builtins.str,
|
|
267
|
+
provisioning_state: builtins.str):
|
|
268
|
+
"""
|
|
269
|
+
Config Template Properties
|
|
270
|
+
:param builtins.str description: Description of config template
|
|
271
|
+
:param builtins.str latest_version: Latest config template version
|
|
272
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
273
|
+
"""
|
|
274
|
+
pulumi.set(__self__, "description", description)
|
|
275
|
+
pulumi.set(__self__, "latest_version", latest_version)
|
|
276
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter
|
|
280
|
+
def description(self) -> builtins.str:
|
|
281
|
+
"""
|
|
282
|
+
Description of config template
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "description")
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter(name="latestVersion")
|
|
288
|
+
def latest_version(self) -> builtins.str:
|
|
289
|
+
"""
|
|
290
|
+
Latest config template version
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "latest_version")
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="provisioningState")
|
|
296
|
+
def provisioning_state(self) -> builtins.str:
|
|
297
|
+
"""
|
|
298
|
+
Provisioning state of resource
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "provisioning_state")
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
@pulumi.output_type
|
|
304
|
+
class ConfigurationPropertiesResponse(dict):
|
|
305
|
+
"""
|
|
306
|
+
Configuration Properties
|
|
307
|
+
"""
|
|
308
|
+
@staticmethod
|
|
309
|
+
def __key_warning(key: str):
|
|
310
|
+
suggest = None
|
|
311
|
+
if key == "provisioningState":
|
|
312
|
+
suggest = "provisioning_state"
|
|
313
|
+
|
|
314
|
+
if suggest:
|
|
315
|
+
pulumi.log.warn(f"Key '{key}' not found in ConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
316
|
+
|
|
317
|
+
def __getitem__(self, key: str) -> Any:
|
|
318
|
+
ConfigurationPropertiesResponse.__key_warning(key)
|
|
319
|
+
return super().__getitem__(key)
|
|
320
|
+
|
|
321
|
+
def get(self, key: str, default = None) -> Any:
|
|
322
|
+
ConfigurationPropertiesResponse.__key_warning(key)
|
|
323
|
+
return super().get(key, default)
|
|
324
|
+
|
|
325
|
+
def __init__(__self__, *,
|
|
326
|
+
provisioning_state: builtins.str):
|
|
327
|
+
"""
|
|
328
|
+
Configuration Properties
|
|
329
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
330
|
+
"""
|
|
331
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="provisioningState")
|
|
335
|
+
def provisioning_state(self) -> builtins.str:
|
|
336
|
+
"""
|
|
337
|
+
Provisioning state of resource
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "provisioning_state")
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
@pulumi.output_type
|
|
343
|
+
class ConfigurationReferencePropertiesResponse(dict):
|
|
344
|
+
"""
|
|
345
|
+
Properties for ConfigurationReference Resource
|
|
346
|
+
"""
|
|
347
|
+
@staticmethod
|
|
348
|
+
def __key_warning(key: str):
|
|
349
|
+
suggest = None
|
|
350
|
+
if key == "provisioningState":
|
|
351
|
+
suggest = "provisioning_state"
|
|
352
|
+
elif key == "configurationResourceId":
|
|
353
|
+
suggest = "configuration_resource_id"
|
|
354
|
+
|
|
355
|
+
if suggest:
|
|
356
|
+
pulumi.log.warn(f"Key '{key}' not found in ConfigurationReferencePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
357
|
+
|
|
358
|
+
def __getitem__(self, key: str) -> Any:
|
|
359
|
+
ConfigurationReferencePropertiesResponse.__key_warning(key)
|
|
360
|
+
return super().__getitem__(key)
|
|
361
|
+
|
|
362
|
+
def get(self, key: str, default = None) -> Any:
|
|
363
|
+
ConfigurationReferencePropertiesResponse.__key_warning(key)
|
|
364
|
+
return super().get(key, default)
|
|
365
|
+
|
|
366
|
+
def __init__(__self__, *,
|
|
367
|
+
provisioning_state: builtins.str,
|
|
368
|
+
configuration_resource_id: Optional[builtins.str] = None):
|
|
369
|
+
"""
|
|
370
|
+
Properties for ConfigurationReference Resource
|
|
371
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
372
|
+
:param builtins.str configuration_resource_id: ArmId of Configuration resource
|
|
373
|
+
"""
|
|
374
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
375
|
+
if configuration_resource_id is not None:
|
|
376
|
+
pulumi.set(__self__, "configuration_resource_id", configuration_resource_id)
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="provisioningState")
|
|
380
|
+
def provisioning_state(self) -> builtins.str:
|
|
381
|
+
"""
|
|
382
|
+
The status of the last operation.
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "provisioning_state")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="configurationResourceId")
|
|
388
|
+
def configuration_resource_id(self) -> Optional[builtins.str]:
|
|
389
|
+
"""
|
|
390
|
+
ArmId of Configuration resource
|
|
391
|
+
"""
|
|
392
|
+
return pulumi.get(self, "configuration_resource_id")
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
@pulumi.output_type
|
|
396
|
+
class ContextPropertiesResponse(dict):
|
|
397
|
+
"""
|
|
398
|
+
Context Properties
|
|
399
|
+
"""
|
|
400
|
+
@staticmethod
|
|
401
|
+
def __key_warning(key: str):
|
|
402
|
+
suggest = None
|
|
403
|
+
if key == "provisioningState":
|
|
404
|
+
suggest = "provisioning_state"
|
|
405
|
+
|
|
406
|
+
if suggest:
|
|
407
|
+
pulumi.log.warn(f"Key '{key}' not found in ContextPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
408
|
+
|
|
409
|
+
def __getitem__(self, key: str) -> Any:
|
|
410
|
+
ContextPropertiesResponse.__key_warning(key)
|
|
411
|
+
return super().__getitem__(key)
|
|
412
|
+
|
|
413
|
+
def get(self, key: str, default = None) -> Any:
|
|
414
|
+
ContextPropertiesResponse.__key_warning(key)
|
|
415
|
+
return super().get(key, default)
|
|
416
|
+
|
|
417
|
+
def __init__(__self__, *,
|
|
418
|
+
capabilities: Sequence['outputs.CapabilityResponse'],
|
|
419
|
+
hierarchies: Sequence['outputs.HierarchyResponse'],
|
|
420
|
+
provisioning_state: builtins.str):
|
|
421
|
+
"""
|
|
422
|
+
Context Properties
|
|
423
|
+
:param Sequence['CapabilityResponse'] capabilities: List of Capabilities
|
|
424
|
+
:param Sequence['HierarchyResponse'] hierarchies: List of Hierarchies
|
|
425
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
426
|
+
"""
|
|
427
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
428
|
+
pulumi.set(__self__, "hierarchies", hierarchies)
|
|
429
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter
|
|
433
|
+
def capabilities(self) -> Sequence['outputs.CapabilityResponse']:
|
|
434
|
+
"""
|
|
435
|
+
List of Capabilities
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "capabilities")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter
|
|
441
|
+
def hierarchies(self) -> Sequence['outputs.HierarchyResponse']:
|
|
442
|
+
"""
|
|
443
|
+
List of Hierarchies
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "hierarchies")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="provisioningState")
|
|
449
|
+
def provisioning_state(self) -> builtins.str:
|
|
450
|
+
"""
|
|
451
|
+
Provisioning state of resource
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "provisioning_state")
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
@pulumi.output_type
|
|
457
|
+
class DeploymentStatusResponse(dict):
|
|
458
|
+
"""
|
|
459
|
+
Deployment Status
|
|
460
|
+
"""
|
|
461
|
+
@staticmethod
|
|
462
|
+
def __key_warning(key: str):
|
|
463
|
+
suggest = None
|
|
464
|
+
if key == "expectedRunningJobId":
|
|
465
|
+
suggest = "expected_running_job_id"
|
|
466
|
+
elif key == "lastModified":
|
|
467
|
+
suggest = "last_modified"
|
|
468
|
+
elif key == "runningJobId":
|
|
469
|
+
suggest = "running_job_id"
|
|
470
|
+
elif key == "statusDetails":
|
|
471
|
+
suggest = "status_details"
|
|
472
|
+
elif key == "targetStatuses":
|
|
473
|
+
suggest = "target_statuses"
|
|
474
|
+
|
|
475
|
+
if suggest:
|
|
476
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
477
|
+
|
|
478
|
+
def __getitem__(self, key: str) -> Any:
|
|
479
|
+
DeploymentStatusResponse.__key_warning(key)
|
|
480
|
+
return super().__getitem__(key)
|
|
481
|
+
|
|
482
|
+
def get(self, key: str, default = None) -> Any:
|
|
483
|
+
DeploymentStatusResponse.__key_warning(key)
|
|
484
|
+
return super().get(key, default)
|
|
485
|
+
|
|
486
|
+
def __init__(__self__, *,
|
|
487
|
+
deployed: Optional[builtins.int] = None,
|
|
488
|
+
expected_running_job_id: Optional[builtins.int] = None,
|
|
489
|
+
generation: Optional[builtins.int] = None,
|
|
490
|
+
last_modified: Optional[builtins.str] = None,
|
|
491
|
+
running_job_id: Optional[builtins.int] = None,
|
|
492
|
+
status: Optional[builtins.str] = None,
|
|
493
|
+
status_details: Optional[builtins.str] = None,
|
|
494
|
+
target_statuses: Optional[Sequence['outputs.TargetStatusResponse']] = None):
|
|
495
|
+
"""
|
|
496
|
+
Deployment Status
|
|
497
|
+
:param builtins.int deployed: Indicates if Instance is deployed
|
|
498
|
+
:param builtins.int expected_running_job_id: The expected running job id
|
|
499
|
+
:param builtins.int generation: Deployment Generation
|
|
500
|
+
:param builtins.str last_modified: The lastModified of the Status
|
|
501
|
+
:param builtins.int running_job_id: The running job id
|
|
502
|
+
:param builtins.str status: Deployment status
|
|
503
|
+
:param builtins.str status_details: Status details
|
|
504
|
+
:param Sequence['TargetStatusResponse'] target_statuses: Target resource statuses
|
|
505
|
+
"""
|
|
506
|
+
if deployed is not None:
|
|
507
|
+
pulumi.set(__self__, "deployed", deployed)
|
|
508
|
+
if expected_running_job_id is not None:
|
|
509
|
+
pulumi.set(__self__, "expected_running_job_id", expected_running_job_id)
|
|
510
|
+
if generation is not None:
|
|
511
|
+
pulumi.set(__self__, "generation", generation)
|
|
512
|
+
if last_modified is not None:
|
|
513
|
+
pulumi.set(__self__, "last_modified", last_modified)
|
|
514
|
+
if running_job_id is not None:
|
|
515
|
+
pulumi.set(__self__, "running_job_id", running_job_id)
|
|
516
|
+
if status is not None:
|
|
517
|
+
pulumi.set(__self__, "status", status)
|
|
518
|
+
if status_details is not None:
|
|
519
|
+
pulumi.set(__self__, "status_details", status_details)
|
|
520
|
+
if target_statuses is not None:
|
|
521
|
+
pulumi.set(__self__, "target_statuses", target_statuses)
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def deployed(self) -> Optional[builtins.int]:
|
|
526
|
+
"""
|
|
527
|
+
Indicates if Instance is deployed
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "deployed")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="expectedRunningJobId")
|
|
533
|
+
def expected_running_job_id(self) -> Optional[builtins.int]:
|
|
534
|
+
"""
|
|
535
|
+
The expected running job id
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "expected_running_job_id")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter
|
|
541
|
+
def generation(self) -> Optional[builtins.int]:
|
|
542
|
+
"""
|
|
543
|
+
Deployment Generation
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "generation")
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="lastModified")
|
|
549
|
+
def last_modified(self) -> Optional[builtins.str]:
|
|
550
|
+
"""
|
|
551
|
+
The lastModified of the Status
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "last_modified")
|
|
554
|
+
|
|
555
|
+
@property
|
|
556
|
+
@pulumi.getter(name="runningJobId")
|
|
557
|
+
def running_job_id(self) -> Optional[builtins.int]:
|
|
558
|
+
"""
|
|
559
|
+
The running job id
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "running_job_id")
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter
|
|
565
|
+
def status(self) -> Optional[builtins.str]:
|
|
566
|
+
"""
|
|
567
|
+
Deployment status
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "status")
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="statusDetails")
|
|
573
|
+
def status_details(self) -> Optional[builtins.str]:
|
|
574
|
+
"""
|
|
575
|
+
Status details
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "status_details")
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter(name="targetStatuses")
|
|
581
|
+
def target_statuses(self) -> Optional[Sequence['outputs.TargetStatusResponse']]:
|
|
582
|
+
"""
|
|
583
|
+
Target resource statuses
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "target_statuses")
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
@pulumi.output_type
|
|
589
|
+
class DiagnosticPropertiesResponse(dict):
|
|
590
|
+
"""
|
|
591
|
+
The properties of a Diagnostic resource.
|
|
592
|
+
"""
|
|
593
|
+
@staticmethod
|
|
594
|
+
def __key_warning(key: str):
|
|
595
|
+
suggest = None
|
|
596
|
+
if key == "provisioningState":
|
|
597
|
+
suggest = "provisioning_state"
|
|
598
|
+
|
|
599
|
+
if suggest:
|
|
600
|
+
pulumi.log.warn(f"Key '{key}' not found in DiagnosticPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
601
|
+
|
|
602
|
+
def __getitem__(self, key: str) -> Any:
|
|
603
|
+
DiagnosticPropertiesResponse.__key_warning(key)
|
|
604
|
+
return super().__getitem__(key)
|
|
605
|
+
|
|
606
|
+
def get(self, key: str, default = None) -> Any:
|
|
607
|
+
DiagnosticPropertiesResponse.__key_warning(key)
|
|
608
|
+
return super().get(key, default)
|
|
609
|
+
|
|
610
|
+
def __init__(__self__, *,
|
|
611
|
+
provisioning_state: builtins.str):
|
|
612
|
+
"""
|
|
613
|
+
The properties of a Diagnostic resource.
|
|
614
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
615
|
+
"""
|
|
616
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
617
|
+
|
|
618
|
+
@property
|
|
619
|
+
@pulumi.getter(name="provisioningState")
|
|
620
|
+
def provisioning_state(self) -> builtins.str:
|
|
621
|
+
"""
|
|
622
|
+
The status of the last operation.
|
|
623
|
+
"""
|
|
624
|
+
return pulumi.get(self, "provisioning_state")
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
@pulumi.output_type
|
|
628
|
+
class DynamicConfigurationPropertiesResponse(dict):
|
|
629
|
+
"""
|
|
630
|
+
Dynamic Configuration Properties
|
|
631
|
+
"""
|
|
632
|
+
@staticmethod
|
|
633
|
+
def __key_warning(key: str):
|
|
634
|
+
suggest = None
|
|
635
|
+
if key == "currentVersion":
|
|
636
|
+
suggest = "current_version"
|
|
637
|
+
elif key == "dynamicConfigurationModel":
|
|
638
|
+
suggest = "dynamic_configuration_model"
|
|
639
|
+
elif key == "dynamicConfigurationType":
|
|
640
|
+
suggest = "dynamic_configuration_type"
|
|
641
|
+
elif key == "provisioningState":
|
|
642
|
+
suggest = "provisioning_state"
|
|
643
|
+
|
|
644
|
+
if suggest:
|
|
645
|
+
pulumi.log.warn(f"Key '{key}' not found in DynamicConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
646
|
+
|
|
647
|
+
def __getitem__(self, key: str) -> Any:
|
|
648
|
+
DynamicConfigurationPropertiesResponse.__key_warning(key)
|
|
649
|
+
return super().__getitem__(key)
|
|
650
|
+
|
|
651
|
+
def get(self, key: str, default = None) -> Any:
|
|
652
|
+
DynamicConfigurationPropertiesResponse.__key_warning(key)
|
|
653
|
+
return super().get(key, default)
|
|
654
|
+
|
|
655
|
+
def __init__(__self__, *,
|
|
656
|
+
current_version: builtins.str,
|
|
657
|
+
dynamic_configuration_model: builtins.str,
|
|
658
|
+
dynamic_configuration_type: builtins.str,
|
|
659
|
+
provisioning_state: builtins.str):
|
|
660
|
+
"""
|
|
661
|
+
Dynamic Configuration Properties
|
|
662
|
+
:param builtins.str current_version: Current Version of dynamic configuration
|
|
663
|
+
:param builtins.str dynamic_configuration_model: Type of dynamic configuration model
|
|
664
|
+
:param builtins.str dynamic_configuration_type: Type of dynamic configuration
|
|
665
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
666
|
+
"""
|
|
667
|
+
pulumi.set(__self__, "current_version", current_version)
|
|
668
|
+
pulumi.set(__self__, "dynamic_configuration_model", dynamic_configuration_model)
|
|
669
|
+
pulumi.set(__self__, "dynamic_configuration_type", dynamic_configuration_type)
|
|
670
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter(name="currentVersion")
|
|
674
|
+
def current_version(self) -> builtins.str:
|
|
675
|
+
"""
|
|
676
|
+
Current Version of dynamic configuration
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "current_version")
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter(name="dynamicConfigurationModel")
|
|
682
|
+
def dynamic_configuration_model(self) -> builtins.str:
|
|
683
|
+
"""
|
|
684
|
+
Type of dynamic configuration model
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "dynamic_configuration_model")
|
|
687
|
+
|
|
688
|
+
@property
|
|
689
|
+
@pulumi.getter(name="dynamicConfigurationType")
|
|
690
|
+
def dynamic_configuration_type(self) -> builtins.str:
|
|
691
|
+
"""
|
|
692
|
+
Type of dynamic configuration
|
|
693
|
+
"""
|
|
694
|
+
return pulumi.get(self, "dynamic_configuration_type")
|
|
695
|
+
|
|
696
|
+
@property
|
|
697
|
+
@pulumi.getter(name="provisioningState")
|
|
698
|
+
def provisioning_state(self) -> builtins.str:
|
|
699
|
+
"""
|
|
700
|
+
Provisioning state of resource
|
|
701
|
+
"""
|
|
702
|
+
return pulumi.get(self, "provisioning_state")
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
@pulumi.output_type
|
|
706
|
+
class DynamicConfigurationVersionPropertiesResponse(dict):
|
|
707
|
+
"""
|
|
708
|
+
Dynamic Configuration Properties
|
|
709
|
+
"""
|
|
710
|
+
@staticmethod
|
|
711
|
+
def __key_warning(key: str):
|
|
712
|
+
suggest = None
|
|
713
|
+
if key == "provisioningState":
|
|
714
|
+
suggest = "provisioning_state"
|
|
715
|
+
elif key == "schemaId":
|
|
716
|
+
suggest = "schema_id"
|
|
717
|
+
|
|
718
|
+
if suggest:
|
|
719
|
+
pulumi.log.warn(f"Key '{key}' not found in DynamicConfigurationVersionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
720
|
+
|
|
721
|
+
def __getitem__(self, key: str) -> Any:
|
|
722
|
+
DynamicConfigurationVersionPropertiesResponse.__key_warning(key)
|
|
723
|
+
return super().__getitem__(key)
|
|
724
|
+
|
|
725
|
+
def get(self, key: str, default = None) -> Any:
|
|
726
|
+
DynamicConfigurationVersionPropertiesResponse.__key_warning(key)
|
|
727
|
+
return super().get(key, default)
|
|
728
|
+
|
|
729
|
+
def __init__(__self__, *,
|
|
730
|
+
provisioning_state: builtins.str,
|
|
731
|
+
schema_id: builtins.str,
|
|
732
|
+
values: builtins.str):
|
|
733
|
+
"""
|
|
734
|
+
Dynamic Configuration Properties
|
|
735
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
736
|
+
:param builtins.str schema_id: Schema Id for configuration
|
|
737
|
+
:param builtins.str values: Values of configuration version
|
|
738
|
+
"""
|
|
739
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
740
|
+
pulumi.set(__self__, "schema_id", schema_id)
|
|
741
|
+
pulumi.set(__self__, "values", values)
|
|
742
|
+
|
|
743
|
+
@property
|
|
744
|
+
@pulumi.getter(name="provisioningState")
|
|
745
|
+
def provisioning_state(self) -> builtins.str:
|
|
746
|
+
"""
|
|
747
|
+
Provisioning state of resource
|
|
748
|
+
"""
|
|
749
|
+
return pulumi.get(self, "provisioning_state")
|
|
750
|
+
|
|
751
|
+
@property
|
|
752
|
+
@pulumi.getter(name="schemaId")
|
|
753
|
+
def schema_id(self) -> builtins.str:
|
|
754
|
+
"""
|
|
755
|
+
Schema Id for configuration
|
|
756
|
+
"""
|
|
757
|
+
return pulumi.get(self, "schema_id")
|
|
758
|
+
|
|
759
|
+
@property
|
|
760
|
+
@pulumi.getter
|
|
761
|
+
def values(self) -> builtins.str:
|
|
762
|
+
"""
|
|
763
|
+
Values of configuration version
|
|
764
|
+
"""
|
|
765
|
+
return pulumi.get(self, "values")
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
@pulumi.output_type
|
|
769
|
+
class DynamicSchemaPropertiesResponse(dict):
|
|
770
|
+
"""
|
|
771
|
+
DynamicSchema Properties
|
|
772
|
+
"""
|
|
773
|
+
@staticmethod
|
|
774
|
+
def __key_warning(key: str):
|
|
775
|
+
suggest = None
|
|
776
|
+
if key == "configurationModel":
|
|
777
|
+
suggest = "configuration_model"
|
|
778
|
+
elif key == "configurationType":
|
|
779
|
+
suggest = "configuration_type"
|
|
780
|
+
elif key == "provisioningState":
|
|
781
|
+
suggest = "provisioning_state"
|
|
782
|
+
|
|
783
|
+
if suggest:
|
|
784
|
+
pulumi.log.warn(f"Key '{key}' not found in DynamicSchemaPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
785
|
+
|
|
786
|
+
def __getitem__(self, key: str) -> Any:
|
|
787
|
+
DynamicSchemaPropertiesResponse.__key_warning(key)
|
|
788
|
+
return super().__getitem__(key)
|
|
789
|
+
|
|
790
|
+
def get(self, key: str, default = None) -> Any:
|
|
791
|
+
DynamicSchemaPropertiesResponse.__key_warning(key)
|
|
792
|
+
return super().get(key, default)
|
|
793
|
+
|
|
794
|
+
def __init__(__self__, *,
|
|
795
|
+
configuration_model: builtins.str,
|
|
796
|
+
configuration_type: builtins.str,
|
|
797
|
+
provisioning_state: builtins.str):
|
|
798
|
+
"""
|
|
799
|
+
DynamicSchema Properties
|
|
800
|
+
:param builtins.str configuration_model: Type of configuration model
|
|
801
|
+
:param builtins.str configuration_type: Type of configuration
|
|
802
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
803
|
+
"""
|
|
804
|
+
pulumi.set(__self__, "configuration_model", configuration_model)
|
|
805
|
+
pulumi.set(__self__, "configuration_type", configuration_type)
|
|
806
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
807
|
+
|
|
808
|
+
@property
|
|
809
|
+
@pulumi.getter(name="configurationModel")
|
|
810
|
+
def configuration_model(self) -> builtins.str:
|
|
811
|
+
"""
|
|
812
|
+
Type of configuration model
|
|
813
|
+
"""
|
|
814
|
+
return pulumi.get(self, "configuration_model")
|
|
815
|
+
|
|
816
|
+
@property
|
|
817
|
+
@pulumi.getter(name="configurationType")
|
|
818
|
+
def configuration_type(self) -> builtins.str:
|
|
819
|
+
"""
|
|
820
|
+
Type of configuration
|
|
821
|
+
"""
|
|
822
|
+
return pulumi.get(self, "configuration_type")
|
|
823
|
+
|
|
824
|
+
@property
|
|
825
|
+
@pulumi.getter(name="provisioningState")
|
|
826
|
+
def provisioning_state(self) -> builtins.str:
|
|
827
|
+
"""
|
|
828
|
+
Provisioning state of resource
|
|
829
|
+
"""
|
|
830
|
+
return pulumi.get(self, "provisioning_state")
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
@pulumi.output_type
|
|
834
|
+
class ErrorActionResponse(dict):
|
|
835
|
+
"""
|
|
836
|
+
Error Action Properties
|
|
837
|
+
"""
|
|
838
|
+
@staticmethod
|
|
839
|
+
def __key_warning(key: str):
|
|
840
|
+
suggest = None
|
|
841
|
+
if key == "maxToleratedFailures":
|
|
842
|
+
suggest = "max_tolerated_failures"
|
|
843
|
+
|
|
844
|
+
if suggest:
|
|
845
|
+
pulumi.log.warn(f"Key '{key}' not found in ErrorActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
846
|
+
|
|
847
|
+
def __getitem__(self, key: str) -> Any:
|
|
848
|
+
ErrorActionResponse.__key_warning(key)
|
|
849
|
+
return super().__getitem__(key)
|
|
850
|
+
|
|
851
|
+
def get(self, key: str, default = None) -> Any:
|
|
852
|
+
ErrorActionResponse.__key_warning(key)
|
|
853
|
+
return super().get(key, default)
|
|
854
|
+
|
|
855
|
+
def __init__(__self__, *,
|
|
856
|
+
max_tolerated_failures: Optional[builtins.int] = None,
|
|
857
|
+
mode: Optional[builtins.str] = None):
|
|
858
|
+
"""
|
|
859
|
+
Error Action Properties
|
|
860
|
+
:param builtins.int max_tolerated_failures: Max tolerated failures
|
|
861
|
+
:param builtins.str mode: Error action mode
|
|
862
|
+
"""
|
|
863
|
+
if max_tolerated_failures is not None:
|
|
864
|
+
pulumi.set(__self__, "max_tolerated_failures", max_tolerated_failures)
|
|
865
|
+
if mode is None:
|
|
866
|
+
mode = 'stopOnAnyFailure'
|
|
867
|
+
if mode is not None:
|
|
868
|
+
pulumi.set(__self__, "mode", mode)
|
|
869
|
+
|
|
870
|
+
@property
|
|
871
|
+
@pulumi.getter(name="maxToleratedFailures")
|
|
872
|
+
def max_tolerated_failures(self) -> Optional[builtins.int]:
|
|
873
|
+
"""
|
|
874
|
+
Max tolerated failures
|
|
875
|
+
"""
|
|
876
|
+
return pulumi.get(self, "max_tolerated_failures")
|
|
877
|
+
|
|
878
|
+
@property
|
|
879
|
+
@pulumi.getter
|
|
880
|
+
def mode(self) -> Optional[builtins.str]:
|
|
881
|
+
"""
|
|
882
|
+
Error action mode
|
|
883
|
+
"""
|
|
884
|
+
return pulumi.get(self, "mode")
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
@pulumi.output_type
|
|
888
|
+
class ErrorAdditionalInfoResponse(dict):
|
|
889
|
+
"""
|
|
890
|
+
The resource management error additional info.
|
|
891
|
+
"""
|
|
892
|
+
def __init__(__self__, *,
|
|
893
|
+
info: Any,
|
|
894
|
+
type: builtins.str):
|
|
895
|
+
"""
|
|
896
|
+
The resource management error additional info.
|
|
897
|
+
:param Any info: The additional info.
|
|
898
|
+
:param builtins.str type: The additional info type.
|
|
899
|
+
"""
|
|
900
|
+
pulumi.set(__self__, "info", info)
|
|
901
|
+
pulumi.set(__self__, "type", type)
|
|
902
|
+
|
|
903
|
+
@property
|
|
904
|
+
@pulumi.getter
|
|
905
|
+
def info(self) -> Any:
|
|
906
|
+
"""
|
|
907
|
+
The additional info.
|
|
908
|
+
"""
|
|
909
|
+
return pulumi.get(self, "info")
|
|
910
|
+
|
|
911
|
+
@property
|
|
912
|
+
@pulumi.getter
|
|
913
|
+
def type(self) -> builtins.str:
|
|
914
|
+
"""
|
|
915
|
+
The additional info type.
|
|
916
|
+
"""
|
|
917
|
+
return pulumi.get(self, "type")
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
@pulumi.output_type
|
|
921
|
+
class ErrorDetailResponse(dict):
|
|
922
|
+
"""
|
|
923
|
+
The error detail.
|
|
924
|
+
"""
|
|
925
|
+
@staticmethod
|
|
926
|
+
def __key_warning(key: str):
|
|
927
|
+
suggest = None
|
|
928
|
+
if key == "additionalInfo":
|
|
929
|
+
suggest = "additional_info"
|
|
930
|
+
|
|
931
|
+
if suggest:
|
|
932
|
+
pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
|
|
933
|
+
|
|
934
|
+
def __getitem__(self, key: str) -> Any:
|
|
935
|
+
ErrorDetailResponse.__key_warning(key)
|
|
936
|
+
return super().__getitem__(key)
|
|
937
|
+
|
|
938
|
+
def get(self, key: str, default = None) -> Any:
|
|
939
|
+
ErrorDetailResponse.__key_warning(key)
|
|
940
|
+
return super().get(key, default)
|
|
941
|
+
|
|
942
|
+
def __init__(__self__, *,
|
|
943
|
+
additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
|
|
944
|
+
code: builtins.str,
|
|
945
|
+
details: Sequence['outputs.ErrorDetailResponse'],
|
|
946
|
+
message: builtins.str,
|
|
947
|
+
target: builtins.str):
|
|
948
|
+
"""
|
|
949
|
+
The error detail.
|
|
950
|
+
:param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
|
|
951
|
+
:param builtins.str code: The error code.
|
|
952
|
+
:param Sequence['ErrorDetailResponse'] details: The error details.
|
|
953
|
+
:param builtins.str message: The error message.
|
|
954
|
+
:param builtins.str target: The error target.
|
|
955
|
+
"""
|
|
956
|
+
pulumi.set(__self__, "additional_info", additional_info)
|
|
957
|
+
pulumi.set(__self__, "code", code)
|
|
958
|
+
pulumi.set(__self__, "details", details)
|
|
959
|
+
pulumi.set(__self__, "message", message)
|
|
960
|
+
pulumi.set(__self__, "target", target)
|
|
961
|
+
|
|
962
|
+
@property
|
|
963
|
+
@pulumi.getter(name="additionalInfo")
|
|
964
|
+
def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
|
|
965
|
+
"""
|
|
966
|
+
The error additional info.
|
|
967
|
+
"""
|
|
968
|
+
return pulumi.get(self, "additional_info")
|
|
969
|
+
|
|
970
|
+
@property
|
|
971
|
+
@pulumi.getter
|
|
972
|
+
def code(self) -> builtins.str:
|
|
973
|
+
"""
|
|
974
|
+
The error code.
|
|
975
|
+
"""
|
|
976
|
+
return pulumi.get(self, "code")
|
|
977
|
+
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter
|
|
980
|
+
def details(self) -> Sequence['outputs.ErrorDetailResponse']:
|
|
981
|
+
"""
|
|
982
|
+
The error details.
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "details")
|
|
985
|
+
|
|
986
|
+
@property
|
|
987
|
+
@pulumi.getter
|
|
988
|
+
def message(self) -> builtins.str:
|
|
989
|
+
"""
|
|
990
|
+
The error message.
|
|
991
|
+
"""
|
|
992
|
+
return pulumi.get(self, "message")
|
|
993
|
+
|
|
994
|
+
@property
|
|
995
|
+
@pulumi.getter
|
|
996
|
+
def target(self) -> builtins.str:
|
|
997
|
+
"""
|
|
998
|
+
The error target.
|
|
999
|
+
"""
|
|
1000
|
+
return pulumi.get(self, "target")
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
@pulumi.output_type
|
|
1004
|
+
class ExecutionPropertiesResponse(dict):
|
|
1005
|
+
"""
|
|
1006
|
+
Execution Properties
|
|
1007
|
+
"""
|
|
1008
|
+
@staticmethod
|
|
1009
|
+
def __key_warning(key: str):
|
|
1010
|
+
suggest = None
|
|
1011
|
+
if key == "provisioningState":
|
|
1012
|
+
suggest = "provisioning_state"
|
|
1013
|
+
elif key == "workflowVersionId":
|
|
1014
|
+
suggest = "workflow_version_id"
|
|
1015
|
+
|
|
1016
|
+
if suggest:
|
|
1017
|
+
pulumi.log.warn(f"Key '{key}' not found in ExecutionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1018
|
+
|
|
1019
|
+
def __getitem__(self, key: str) -> Any:
|
|
1020
|
+
ExecutionPropertiesResponse.__key_warning(key)
|
|
1021
|
+
return super().__getitem__(key)
|
|
1022
|
+
|
|
1023
|
+
def get(self, key: str, default = None) -> Any:
|
|
1024
|
+
ExecutionPropertiesResponse.__key_warning(key)
|
|
1025
|
+
return super().get(key, default)
|
|
1026
|
+
|
|
1027
|
+
def __init__(__self__, *,
|
|
1028
|
+
provisioning_state: builtins.str,
|
|
1029
|
+
status: 'outputs.ExecutionStatusResponse',
|
|
1030
|
+
workflow_version_id: builtins.str,
|
|
1031
|
+
specification: Optional[Any] = None):
|
|
1032
|
+
"""
|
|
1033
|
+
Execution Properties
|
|
1034
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
1035
|
+
:param 'ExecutionStatusResponse' status: Status of Execution
|
|
1036
|
+
:param builtins.str workflow_version_id: Workflow version of execution
|
|
1037
|
+
:param Any specification: Execution specification
|
|
1038
|
+
"""
|
|
1039
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1040
|
+
pulumi.set(__self__, "status", status)
|
|
1041
|
+
pulumi.set(__self__, "workflow_version_id", workflow_version_id)
|
|
1042
|
+
if specification is not None:
|
|
1043
|
+
pulumi.set(__self__, "specification", specification)
|
|
1044
|
+
|
|
1045
|
+
@property
|
|
1046
|
+
@pulumi.getter(name="provisioningState")
|
|
1047
|
+
def provisioning_state(self) -> builtins.str:
|
|
1048
|
+
"""
|
|
1049
|
+
Provisioning state of resource
|
|
1050
|
+
"""
|
|
1051
|
+
return pulumi.get(self, "provisioning_state")
|
|
1052
|
+
|
|
1053
|
+
@property
|
|
1054
|
+
@pulumi.getter
|
|
1055
|
+
def status(self) -> 'outputs.ExecutionStatusResponse':
|
|
1056
|
+
"""
|
|
1057
|
+
Status of Execution
|
|
1058
|
+
"""
|
|
1059
|
+
return pulumi.get(self, "status")
|
|
1060
|
+
|
|
1061
|
+
@property
|
|
1062
|
+
@pulumi.getter(name="workflowVersionId")
|
|
1063
|
+
def workflow_version_id(self) -> builtins.str:
|
|
1064
|
+
"""
|
|
1065
|
+
Workflow version of execution
|
|
1066
|
+
"""
|
|
1067
|
+
return pulumi.get(self, "workflow_version_id")
|
|
1068
|
+
|
|
1069
|
+
@property
|
|
1070
|
+
@pulumi.getter
|
|
1071
|
+
def specification(self) -> Optional[Any]:
|
|
1072
|
+
"""
|
|
1073
|
+
Execution specification
|
|
1074
|
+
"""
|
|
1075
|
+
return pulumi.get(self, "specification")
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
@pulumi.output_type
|
|
1079
|
+
class ExecutionStatusResponse(dict):
|
|
1080
|
+
"""
|
|
1081
|
+
Execution Status
|
|
1082
|
+
"""
|
|
1083
|
+
@staticmethod
|
|
1084
|
+
def __key_warning(key: str):
|
|
1085
|
+
suggest = None
|
|
1086
|
+
if key == "stageHistory":
|
|
1087
|
+
suggest = "stage_history"
|
|
1088
|
+
elif key == "statusMessage":
|
|
1089
|
+
suggest = "status_message"
|
|
1090
|
+
elif key == "updateTime":
|
|
1091
|
+
suggest = "update_time"
|
|
1092
|
+
|
|
1093
|
+
if suggest:
|
|
1094
|
+
pulumi.log.warn(f"Key '{key}' not found in ExecutionStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1095
|
+
|
|
1096
|
+
def __getitem__(self, key: str) -> Any:
|
|
1097
|
+
ExecutionStatusResponse.__key_warning(key)
|
|
1098
|
+
return super().__getitem__(key)
|
|
1099
|
+
|
|
1100
|
+
def get(self, key: str, default = None) -> Any:
|
|
1101
|
+
ExecutionStatusResponse.__key_warning(key)
|
|
1102
|
+
return super().get(key, default)
|
|
1103
|
+
|
|
1104
|
+
def __init__(__self__, *,
|
|
1105
|
+
stage_history: Optional[Sequence['outputs.StageStatusResponse']] = None,
|
|
1106
|
+
status: Optional[builtins.int] = None,
|
|
1107
|
+
status_message: Optional[builtins.str] = None,
|
|
1108
|
+
update_time: Optional[builtins.str] = None):
|
|
1109
|
+
"""
|
|
1110
|
+
Execution Status
|
|
1111
|
+
:param Sequence['StageStatusResponse'] stage_history: target resource statuses
|
|
1112
|
+
:param builtins.int status: Deployment status
|
|
1113
|
+
:param builtins.str status_message: status details
|
|
1114
|
+
:param builtins.str update_time: The lastModified timestamp of the Status
|
|
1115
|
+
"""
|
|
1116
|
+
if stage_history is not None:
|
|
1117
|
+
pulumi.set(__self__, "stage_history", stage_history)
|
|
1118
|
+
if status is not None:
|
|
1119
|
+
pulumi.set(__self__, "status", status)
|
|
1120
|
+
if status_message is not None:
|
|
1121
|
+
pulumi.set(__self__, "status_message", status_message)
|
|
1122
|
+
if update_time is not None:
|
|
1123
|
+
pulumi.set(__self__, "update_time", update_time)
|
|
1124
|
+
|
|
1125
|
+
@property
|
|
1126
|
+
@pulumi.getter(name="stageHistory")
|
|
1127
|
+
def stage_history(self) -> Optional[Sequence['outputs.StageStatusResponse']]:
|
|
1128
|
+
"""
|
|
1129
|
+
target resource statuses
|
|
1130
|
+
"""
|
|
1131
|
+
return pulumi.get(self, "stage_history")
|
|
1132
|
+
|
|
1133
|
+
@property
|
|
1134
|
+
@pulumi.getter
|
|
1135
|
+
def status(self) -> Optional[builtins.int]:
|
|
1136
|
+
"""
|
|
1137
|
+
Deployment status
|
|
1138
|
+
"""
|
|
1139
|
+
return pulumi.get(self, "status")
|
|
1140
|
+
|
|
1141
|
+
@property
|
|
1142
|
+
@pulumi.getter(name="statusMessage")
|
|
1143
|
+
def status_message(self) -> Optional[builtins.str]:
|
|
1144
|
+
"""
|
|
1145
|
+
status details
|
|
1146
|
+
"""
|
|
1147
|
+
return pulumi.get(self, "status_message")
|
|
1148
|
+
|
|
1149
|
+
@property
|
|
1150
|
+
@pulumi.getter(name="updateTime")
|
|
1151
|
+
def update_time(self) -> Optional[builtins.str]:
|
|
1152
|
+
"""
|
|
1153
|
+
The lastModified timestamp of the Status
|
|
1154
|
+
"""
|
|
1155
|
+
return pulumi.get(self, "update_time")
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
@pulumi.output_type
|
|
1159
|
+
class HierarchyResponse(dict):
|
|
1160
|
+
"""
|
|
1161
|
+
Hierarchy, to tag Sites / Hierarchy Provider nodes with what they represent
|
|
1162
|
+
"""
|
|
1163
|
+
def __init__(__self__, *,
|
|
1164
|
+
description: builtins.str,
|
|
1165
|
+
name: builtins.str):
|
|
1166
|
+
"""
|
|
1167
|
+
Hierarchy, to tag Sites / Hierarchy Provider nodes with what they represent
|
|
1168
|
+
:param builtins.str description: Description of Hierarchy
|
|
1169
|
+
:param builtins.str name: Name of Hierarchy
|
|
1170
|
+
"""
|
|
1171
|
+
pulumi.set(__self__, "description", description)
|
|
1172
|
+
pulumi.set(__self__, "name", name)
|
|
1173
|
+
|
|
1174
|
+
@property
|
|
1175
|
+
@pulumi.getter
|
|
1176
|
+
def description(self) -> builtins.str:
|
|
1177
|
+
"""
|
|
1178
|
+
Description of Hierarchy
|
|
1179
|
+
"""
|
|
1180
|
+
return pulumi.get(self, "description")
|
|
1181
|
+
|
|
1182
|
+
@property
|
|
1183
|
+
@pulumi.getter
|
|
1184
|
+
def name(self) -> builtins.str:
|
|
1185
|
+
"""
|
|
1186
|
+
Name of Hierarchy
|
|
1187
|
+
"""
|
|
1188
|
+
return pulumi.get(self, "name")
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
@pulumi.output_type
|
|
1192
|
+
class InstancePropertiesResponse(dict):
|
|
1193
|
+
"""
|
|
1194
|
+
Instance Properties
|
|
1195
|
+
"""
|
|
1196
|
+
@staticmethod
|
|
1197
|
+
def __key_warning(key: str):
|
|
1198
|
+
suggest = None
|
|
1199
|
+
if key == "deploymentTimestampEpoch":
|
|
1200
|
+
suggest = "deployment_timestamp_epoch"
|
|
1201
|
+
elif key == "provisioningState":
|
|
1202
|
+
suggest = "provisioning_state"
|
|
1203
|
+
elif key == "solutionVersionId":
|
|
1204
|
+
suggest = "solution_version_id"
|
|
1205
|
+
elif key == "targetId":
|
|
1206
|
+
suggest = "target_id"
|
|
1207
|
+
elif key == "activeState":
|
|
1208
|
+
suggest = "active_state"
|
|
1209
|
+
elif key == "reconciliationPolicy":
|
|
1210
|
+
suggest = "reconciliation_policy"
|
|
1211
|
+
elif key == "solutionScope":
|
|
1212
|
+
suggest = "solution_scope"
|
|
1213
|
+
|
|
1214
|
+
if suggest:
|
|
1215
|
+
pulumi.log.warn(f"Key '{key}' not found in InstancePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1216
|
+
|
|
1217
|
+
def __getitem__(self, key: str) -> Any:
|
|
1218
|
+
InstancePropertiesResponse.__key_warning(key)
|
|
1219
|
+
return super().__getitem__(key)
|
|
1220
|
+
|
|
1221
|
+
def get(self, key: str, default = None) -> Any:
|
|
1222
|
+
InstancePropertiesResponse.__key_warning(key)
|
|
1223
|
+
return super().get(key, default)
|
|
1224
|
+
|
|
1225
|
+
def __init__(__self__, *,
|
|
1226
|
+
deployment_timestamp_epoch: builtins.float,
|
|
1227
|
+
provisioning_state: builtins.str,
|
|
1228
|
+
solution_version_id: builtins.str,
|
|
1229
|
+
status: 'outputs.DeploymentStatusResponse',
|
|
1230
|
+
target_id: builtins.str,
|
|
1231
|
+
active_state: Optional[builtins.str] = None,
|
|
1232
|
+
reconciliation_policy: Optional['outputs.ReconciliationPolicyPropertiesResponse'] = None,
|
|
1233
|
+
solution_scope: Optional[builtins.str] = None):
|
|
1234
|
+
"""
|
|
1235
|
+
Instance Properties
|
|
1236
|
+
:param builtins.float deployment_timestamp_epoch: Deployment timestamp of instance
|
|
1237
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
1238
|
+
:param builtins.str solution_version_id: Solution version of instance
|
|
1239
|
+
:param 'DeploymentStatusResponse' status: Status of instance
|
|
1240
|
+
:param builtins.str target_id: Target of instance
|
|
1241
|
+
:param builtins.str active_state: State of instance
|
|
1242
|
+
:param 'ReconciliationPolicyPropertiesResponse' reconciliation_policy: Reconciliation policy of instance
|
|
1243
|
+
:param builtins.str solution_scope: Scope of instance
|
|
1244
|
+
"""
|
|
1245
|
+
pulumi.set(__self__, "deployment_timestamp_epoch", deployment_timestamp_epoch)
|
|
1246
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1247
|
+
pulumi.set(__self__, "solution_version_id", solution_version_id)
|
|
1248
|
+
pulumi.set(__self__, "status", status)
|
|
1249
|
+
pulumi.set(__self__, "target_id", target_id)
|
|
1250
|
+
if active_state is not None:
|
|
1251
|
+
pulumi.set(__self__, "active_state", active_state)
|
|
1252
|
+
if reconciliation_policy is not None:
|
|
1253
|
+
pulumi.set(__self__, "reconciliation_policy", reconciliation_policy)
|
|
1254
|
+
if solution_scope is not None:
|
|
1255
|
+
pulumi.set(__self__, "solution_scope", solution_scope)
|
|
1256
|
+
|
|
1257
|
+
@property
|
|
1258
|
+
@pulumi.getter(name="deploymentTimestampEpoch")
|
|
1259
|
+
def deployment_timestamp_epoch(self) -> builtins.float:
|
|
1260
|
+
"""
|
|
1261
|
+
Deployment timestamp of instance
|
|
1262
|
+
"""
|
|
1263
|
+
return pulumi.get(self, "deployment_timestamp_epoch")
|
|
1264
|
+
|
|
1265
|
+
@property
|
|
1266
|
+
@pulumi.getter(name="provisioningState")
|
|
1267
|
+
def provisioning_state(self) -> builtins.str:
|
|
1268
|
+
"""
|
|
1269
|
+
Provisioning state of resource
|
|
1270
|
+
"""
|
|
1271
|
+
return pulumi.get(self, "provisioning_state")
|
|
1272
|
+
|
|
1273
|
+
@property
|
|
1274
|
+
@pulumi.getter(name="solutionVersionId")
|
|
1275
|
+
def solution_version_id(self) -> builtins.str:
|
|
1276
|
+
"""
|
|
1277
|
+
Solution version of instance
|
|
1278
|
+
"""
|
|
1279
|
+
return pulumi.get(self, "solution_version_id")
|
|
1280
|
+
|
|
1281
|
+
@property
|
|
1282
|
+
@pulumi.getter
|
|
1283
|
+
def status(self) -> 'outputs.DeploymentStatusResponse':
|
|
1284
|
+
"""
|
|
1285
|
+
Status of instance
|
|
1286
|
+
"""
|
|
1287
|
+
return pulumi.get(self, "status")
|
|
1288
|
+
|
|
1289
|
+
@property
|
|
1290
|
+
@pulumi.getter(name="targetId")
|
|
1291
|
+
def target_id(self) -> builtins.str:
|
|
1292
|
+
"""
|
|
1293
|
+
Target of instance
|
|
1294
|
+
"""
|
|
1295
|
+
return pulumi.get(self, "target_id")
|
|
1296
|
+
|
|
1297
|
+
@property
|
|
1298
|
+
@pulumi.getter(name="activeState")
|
|
1299
|
+
def active_state(self) -> Optional[builtins.str]:
|
|
1300
|
+
"""
|
|
1301
|
+
State of instance
|
|
1302
|
+
"""
|
|
1303
|
+
return pulumi.get(self, "active_state")
|
|
1304
|
+
|
|
1305
|
+
@property
|
|
1306
|
+
@pulumi.getter(name="reconciliationPolicy")
|
|
1307
|
+
def reconciliation_policy(self) -> Optional['outputs.ReconciliationPolicyPropertiesResponse']:
|
|
1308
|
+
"""
|
|
1309
|
+
Reconciliation policy of instance
|
|
1310
|
+
"""
|
|
1311
|
+
return pulumi.get(self, "reconciliation_policy")
|
|
1312
|
+
|
|
1313
|
+
@property
|
|
1314
|
+
@pulumi.getter(name="solutionScope")
|
|
1315
|
+
def solution_scope(self) -> Optional[builtins.str]:
|
|
1316
|
+
"""
|
|
1317
|
+
Scope of instance
|
|
1318
|
+
"""
|
|
1319
|
+
return pulumi.get(self, "solution_scope")
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
@pulumi.output_type
|
|
1323
|
+
class ReconciliationPolicyPropertiesResponse(dict):
|
|
1324
|
+
"""
|
|
1325
|
+
Defines a ReconciliationPolicy
|
|
1326
|
+
"""
|
|
1327
|
+
def __init__(__self__, *,
|
|
1328
|
+
interval: builtins.str,
|
|
1329
|
+
state: builtins.str):
|
|
1330
|
+
"""
|
|
1331
|
+
Defines a ReconciliationPolicy
|
|
1332
|
+
:param builtins.str interval: Policy interval
|
|
1333
|
+
:param builtins.str state: The state of the ReconciliationPolicy
|
|
1334
|
+
"""
|
|
1335
|
+
pulumi.set(__self__, "interval", interval)
|
|
1336
|
+
pulumi.set(__self__, "state", state)
|
|
1337
|
+
|
|
1338
|
+
@property
|
|
1339
|
+
@pulumi.getter
|
|
1340
|
+
def interval(self) -> builtins.str:
|
|
1341
|
+
"""
|
|
1342
|
+
Policy interval
|
|
1343
|
+
"""
|
|
1344
|
+
return pulumi.get(self, "interval")
|
|
1345
|
+
|
|
1346
|
+
@property
|
|
1347
|
+
@pulumi.getter
|
|
1348
|
+
def state(self) -> builtins.str:
|
|
1349
|
+
"""
|
|
1350
|
+
The state of the ReconciliationPolicy
|
|
1351
|
+
"""
|
|
1352
|
+
return pulumi.get(self, "state")
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
@pulumi.output_type
|
|
1356
|
+
class SchemaPropertiesResponse(dict):
|
|
1357
|
+
"""
|
|
1358
|
+
Schema Properties
|
|
1359
|
+
"""
|
|
1360
|
+
@staticmethod
|
|
1361
|
+
def __key_warning(key: str):
|
|
1362
|
+
suggest = None
|
|
1363
|
+
if key == "currentVersion":
|
|
1364
|
+
suggest = "current_version"
|
|
1365
|
+
elif key == "provisioningState":
|
|
1366
|
+
suggest = "provisioning_state"
|
|
1367
|
+
|
|
1368
|
+
if suggest:
|
|
1369
|
+
pulumi.log.warn(f"Key '{key}' not found in SchemaPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1370
|
+
|
|
1371
|
+
def __getitem__(self, key: str) -> Any:
|
|
1372
|
+
SchemaPropertiesResponse.__key_warning(key)
|
|
1373
|
+
return super().__getitem__(key)
|
|
1374
|
+
|
|
1375
|
+
def get(self, key: str, default = None) -> Any:
|
|
1376
|
+
SchemaPropertiesResponse.__key_warning(key)
|
|
1377
|
+
return super().get(key, default)
|
|
1378
|
+
|
|
1379
|
+
def __init__(__self__, *,
|
|
1380
|
+
current_version: builtins.str,
|
|
1381
|
+
provisioning_state: builtins.str):
|
|
1382
|
+
"""
|
|
1383
|
+
Schema Properties
|
|
1384
|
+
:param builtins.str current_version: Current Version of schema
|
|
1385
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
1386
|
+
"""
|
|
1387
|
+
pulumi.set(__self__, "current_version", current_version)
|
|
1388
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1389
|
+
|
|
1390
|
+
@property
|
|
1391
|
+
@pulumi.getter(name="currentVersion")
|
|
1392
|
+
def current_version(self) -> builtins.str:
|
|
1393
|
+
"""
|
|
1394
|
+
Current Version of schema
|
|
1395
|
+
"""
|
|
1396
|
+
return pulumi.get(self, "current_version")
|
|
1397
|
+
|
|
1398
|
+
@property
|
|
1399
|
+
@pulumi.getter(name="provisioningState")
|
|
1400
|
+
def provisioning_state(self) -> builtins.str:
|
|
1401
|
+
"""
|
|
1402
|
+
Provisioning state of resource
|
|
1403
|
+
"""
|
|
1404
|
+
return pulumi.get(self, "provisioning_state")
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
@pulumi.output_type
|
|
1408
|
+
class SchemaVersionPropertiesResponse(dict):
|
|
1409
|
+
"""
|
|
1410
|
+
Schema Version Properties
|
|
1411
|
+
"""
|
|
1412
|
+
@staticmethod
|
|
1413
|
+
def __key_warning(key: str):
|
|
1414
|
+
suggest = None
|
|
1415
|
+
if key == "provisioningState":
|
|
1416
|
+
suggest = "provisioning_state"
|
|
1417
|
+
|
|
1418
|
+
if suggest:
|
|
1419
|
+
pulumi.log.warn(f"Key '{key}' not found in SchemaVersionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1420
|
+
|
|
1421
|
+
def __getitem__(self, key: str) -> Any:
|
|
1422
|
+
SchemaVersionPropertiesResponse.__key_warning(key)
|
|
1423
|
+
return super().__getitem__(key)
|
|
1424
|
+
|
|
1425
|
+
def get(self, key: str, default = None) -> Any:
|
|
1426
|
+
SchemaVersionPropertiesResponse.__key_warning(key)
|
|
1427
|
+
return super().get(key, default)
|
|
1428
|
+
|
|
1429
|
+
def __init__(__self__, *,
|
|
1430
|
+
provisioning_state: builtins.str,
|
|
1431
|
+
value: builtins.str):
|
|
1432
|
+
"""
|
|
1433
|
+
Schema Version Properties
|
|
1434
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
1435
|
+
:param builtins.str value: Value of schema version
|
|
1436
|
+
"""
|
|
1437
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1438
|
+
pulumi.set(__self__, "value", value)
|
|
1439
|
+
|
|
1440
|
+
@property
|
|
1441
|
+
@pulumi.getter(name="provisioningState")
|
|
1442
|
+
def provisioning_state(self) -> builtins.str:
|
|
1443
|
+
"""
|
|
1444
|
+
Provisioning state of resource
|
|
1445
|
+
"""
|
|
1446
|
+
return pulumi.get(self, "provisioning_state")
|
|
1447
|
+
|
|
1448
|
+
@property
|
|
1449
|
+
@pulumi.getter
|
|
1450
|
+
def value(self) -> builtins.str:
|
|
1451
|
+
"""
|
|
1452
|
+
Value of schema version
|
|
1453
|
+
"""
|
|
1454
|
+
return pulumi.get(self, "value")
|
|
1455
|
+
|
|
1456
|
+
|
|
25
1457
|
@pulumi.output_type
|
|
26
1458
|
class SiteAddressPropertiesResponse(dict):
|
|
27
1459
|
"""
|
|
28
|
-
Site address properties
|
|
1460
|
+
Site address properties
|
|
1461
|
+
"""
|
|
1462
|
+
@staticmethod
|
|
1463
|
+
def __key_warning(key: str):
|
|
1464
|
+
suggest = None
|
|
1465
|
+
if key == "postalCode":
|
|
1466
|
+
suggest = "postal_code"
|
|
1467
|
+
elif key == "stateOrProvince":
|
|
1468
|
+
suggest = "state_or_province"
|
|
1469
|
+
elif key == "streetAddress1":
|
|
1470
|
+
suggest = "street_address1"
|
|
1471
|
+
elif key == "streetAddress2":
|
|
1472
|
+
suggest = "street_address2"
|
|
1473
|
+
|
|
1474
|
+
if suggest:
|
|
1475
|
+
pulumi.log.warn(f"Key '{key}' not found in SiteAddressPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1476
|
+
|
|
1477
|
+
def __getitem__(self, key: str) -> Any:
|
|
1478
|
+
SiteAddressPropertiesResponse.__key_warning(key)
|
|
1479
|
+
return super().__getitem__(key)
|
|
1480
|
+
|
|
1481
|
+
def get(self, key: str, default = None) -> Any:
|
|
1482
|
+
SiteAddressPropertiesResponse.__key_warning(key)
|
|
1483
|
+
return super().get(key, default)
|
|
1484
|
+
|
|
1485
|
+
def __init__(__self__, *,
|
|
1486
|
+
city: Optional[builtins.str] = None,
|
|
1487
|
+
country: Optional[builtins.str] = None,
|
|
1488
|
+
postal_code: Optional[builtins.str] = None,
|
|
1489
|
+
state_or_province: Optional[builtins.str] = None,
|
|
1490
|
+
street_address1: Optional[builtins.str] = None,
|
|
1491
|
+
street_address2: Optional[builtins.str] = None):
|
|
1492
|
+
"""
|
|
1493
|
+
Site address properties
|
|
1494
|
+
:param builtins.str city: City of the address
|
|
1495
|
+
:param builtins.str country: Country of the address
|
|
1496
|
+
:param builtins.str postal_code: Postal or ZIP code of the address
|
|
1497
|
+
:param builtins.str state_or_province: State or province of the address
|
|
1498
|
+
:param builtins.str street_address1: First line of the street address
|
|
1499
|
+
:param builtins.str street_address2: Second line of the street address
|
|
1500
|
+
"""
|
|
1501
|
+
if city is not None:
|
|
1502
|
+
pulumi.set(__self__, "city", city)
|
|
1503
|
+
if country is not None:
|
|
1504
|
+
pulumi.set(__self__, "country", country)
|
|
1505
|
+
if postal_code is not None:
|
|
1506
|
+
pulumi.set(__self__, "postal_code", postal_code)
|
|
1507
|
+
if state_or_province is not None:
|
|
1508
|
+
pulumi.set(__self__, "state_or_province", state_or_province)
|
|
1509
|
+
if street_address1 is not None:
|
|
1510
|
+
pulumi.set(__self__, "street_address1", street_address1)
|
|
1511
|
+
if street_address2 is not None:
|
|
1512
|
+
pulumi.set(__self__, "street_address2", street_address2)
|
|
1513
|
+
|
|
1514
|
+
@property
|
|
1515
|
+
@pulumi.getter
|
|
1516
|
+
def city(self) -> Optional[builtins.str]:
|
|
1517
|
+
"""
|
|
1518
|
+
City of the address
|
|
1519
|
+
"""
|
|
1520
|
+
return pulumi.get(self, "city")
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
@pulumi.getter
|
|
1524
|
+
def country(self) -> Optional[builtins.str]:
|
|
1525
|
+
"""
|
|
1526
|
+
Country of the address
|
|
1527
|
+
"""
|
|
1528
|
+
return pulumi.get(self, "country")
|
|
1529
|
+
|
|
1530
|
+
@property
|
|
1531
|
+
@pulumi.getter(name="postalCode")
|
|
1532
|
+
def postal_code(self) -> Optional[builtins.str]:
|
|
1533
|
+
"""
|
|
1534
|
+
Postal or ZIP code of the address
|
|
1535
|
+
"""
|
|
1536
|
+
return pulumi.get(self, "postal_code")
|
|
1537
|
+
|
|
1538
|
+
@property
|
|
1539
|
+
@pulumi.getter(name="stateOrProvince")
|
|
1540
|
+
def state_or_province(self) -> Optional[builtins.str]:
|
|
1541
|
+
"""
|
|
1542
|
+
State or province of the address
|
|
1543
|
+
"""
|
|
1544
|
+
return pulumi.get(self, "state_or_province")
|
|
1545
|
+
|
|
1546
|
+
@property
|
|
1547
|
+
@pulumi.getter(name="streetAddress1")
|
|
1548
|
+
def street_address1(self) -> Optional[builtins.str]:
|
|
1549
|
+
"""
|
|
1550
|
+
First line of the street address
|
|
1551
|
+
"""
|
|
1552
|
+
return pulumi.get(self, "street_address1")
|
|
1553
|
+
|
|
1554
|
+
@property
|
|
1555
|
+
@pulumi.getter(name="streetAddress2")
|
|
1556
|
+
def street_address2(self) -> Optional[builtins.str]:
|
|
1557
|
+
"""
|
|
1558
|
+
Second line of the street address
|
|
1559
|
+
"""
|
|
1560
|
+
return pulumi.get(self, "street_address2")
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
@pulumi.output_type
|
|
1564
|
+
class SitePropertiesResponse(dict):
|
|
1565
|
+
"""
|
|
1566
|
+
Site properties
|
|
1567
|
+
"""
|
|
1568
|
+
@staticmethod
|
|
1569
|
+
def __key_warning(key: str):
|
|
1570
|
+
suggest = None
|
|
1571
|
+
if key == "provisioningState":
|
|
1572
|
+
suggest = "provisioning_state"
|
|
1573
|
+
elif key == "addressResourceId":
|
|
1574
|
+
suggest = "address_resource_id"
|
|
1575
|
+
elif key == "displayName":
|
|
1576
|
+
suggest = "display_name"
|
|
1577
|
+
elif key == "siteAddress":
|
|
1578
|
+
suggest = "site_address"
|
|
1579
|
+
|
|
1580
|
+
if suggest:
|
|
1581
|
+
pulumi.log.warn(f"Key '{key}' not found in SitePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1582
|
+
|
|
1583
|
+
def __getitem__(self, key: str) -> Any:
|
|
1584
|
+
SitePropertiesResponse.__key_warning(key)
|
|
1585
|
+
return super().__getitem__(key)
|
|
1586
|
+
|
|
1587
|
+
def get(self, key: str, default = None) -> Any:
|
|
1588
|
+
SitePropertiesResponse.__key_warning(key)
|
|
1589
|
+
return super().get(key, default)
|
|
1590
|
+
|
|
1591
|
+
def __init__(__self__, *,
|
|
1592
|
+
provisioning_state: builtins.str,
|
|
1593
|
+
address_resource_id: Optional[builtins.str] = None,
|
|
1594
|
+
description: Optional[builtins.str] = None,
|
|
1595
|
+
display_name: Optional[builtins.str] = None,
|
|
1596
|
+
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
1597
|
+
site_address: Optional['outputs.SiteAddressPropertiesResponse'] = None):
|
|
1598
|
+
"""
|
|
1599
|
+
Site properties
|
|
1600
|
+
:param builtins.str provisioning_state: Provisioning state of last operation
|
|
1601
|
+
:param builtins.str address_resource_id: AddressResource ArmId of Site resource
|
|
1602
|
+
:param builtins.str description: Description of Site resource
|
|
1603
|
+
:param builtins.str display_name: displayName of Site resource
|
|
1604
|
+
:param Mapping[str, builtins.str] labels: Key-value pairs for labeling the site resource.
|
|
1605
|
+
:param 'SiteAddressPropertiesResponse' site_address: Physical address of the site
|
|
1606
|
+
"""
|
|
1607
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1608
|
+
if address_resource_id is not None:
|
|
1609
|
+
pulumi.set(__self__, "address_resource_id", address_resource_id)
|
|
1610
|
+
if description is not None:
|
|
1611
|
+
pulumi.set(__self__, "description", description)
|
|
1612
|
+
if display_name is not None:
|
|
1613
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1614
|
+
if labels is not None:
|
|
1615
|
+
pulumi.set(__self__, "labels", labels)
|
|
1616
|
+
if site_address is not None:
|
|
1617
|
+
pulumi.set(__self__, "site_address", site_address)
|
|
1618
|
+
|
|
1619
|
+
@property
|
|
1620
|
+
@pulumi.getter(name="provisioningState")
|
|
1621
|
+
def provisioning_state(self) -> builtins.str:
|
|
1622
|
+
"""
|
|
1623
|
+
Provisioning state of last operation
|
|
1624
|
+
"""
|
|
1625
|
+
return pulumi.get(self, "provisioning_state")
|
|
1626
|
+
|
|
1627
|
+
@property
|
|
1628
|
+
@pulumi.getter(name="addressResourceId")
|
|
1629
|
+
def address_resource_id(self) -> Optional[builtins.str]:
|
|
1630
|
+
"""
|
|
1631
|
+
AddressResource ArmId of Site resource
|
|
1632
|
+
"""
|
|
1633
|
+
return pulumi.get(self, "address_resource_id")
|
|
1634
|
+
|
|
1635
|
+
@property
|
|
1636
|
+
@pulumi.getter
|
|
1637
|
+
def description(self) -> Optional[builtins.str]:
|
|
1638
|
+
"""
|
|
1639
|
+
Description of Site resource
|
|
1640
|
+
"""
|
|
1641
|
+
return pulumi.get(self, "description")
|
|
1642
|
+
|
|
1643
|
+
@property
|
|
1644
|
+
@pulumi.getter(name="displayName")
|
|
1645
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
1646
|
+
"""
|
|
1647
|
+
displayName of Site resource
|
|
1648
|
+
"""
|
|
1649
|
+
return pulumi.get(self, "display_name")
|
|
1650
|
+
|
|
1651
|
+
@property
|
|
1652
|
+
@pulumi.getter
|
|
1653
|
+
def labels(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1654
|
+
"""
|
|
1655
|
+
Key-value pairs for labeling the site resource.
|
|
1656
|
+
"""
|
|
1657
|
+
return pulumi.get(self, "labels")
|
|
1658
|
+
|
|
1659
|
+
@property
|
|
1660
|
+
@pulumi.getter(name="siteAddress")
|
|
1661
|
+
def site_address(self) -> Optional['outputs.SiteAddressPropertiesResponse']:
|
|
1662
|
+
"""
|
|
1663
|
+
Physical address of the site
|
|
1664
|
+
"""
|
|
1665
|
+
return pulumi.get(self, "site_address")
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
@pulumi.output_type
|
|
1669
|
+
class SiteReferencePropertiesResponse(dict):
|
|
1670
|
+
"""
|
|
1671
|
+
Site Reference Properties
|
|
1672
|
+
"""
|
|
1673
|
+
@staticmethod
|
|
1674
|
+
def __key_warning(key: str):
|
|
1675
|
+
suggest = None
|
|
1676
|
+
if key == "provisioningState":
|
|
1677
|
+
suggest = "provisioning_state"
|
|
1678
|
+
elif key == "siteId":
|
|
1679
|
+
suggest = "site_id"
|
|
1680
|
+
|
|
1681
|
+
if suggest:
|
|
1682
|
+
pulumi.log.warn(f"Key '{key}' not found in SiteReferencePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1683
|
+
|
|
1684
|
+
def __getitem__(self, key: str) -> Any:
|
|
1685
|
+
SiteReferencePropertiesResponse.__key_warning(key)
|
|
1686
|
+
return super().__getitem__(key)
|
|
1687
|
+
|
|
1688
|
+
def get(self, key: str, default = None) -> Any:
|
|
1689
|
+
SiteReferencePropertiesResponse.__key_warning(key)
|
|
1690
|
+
return super().get(key, default)
|
|
1691
|
+
|
|
1692
|
+
def __init__(__self__, *,
|
|
1693
|
+
provisioning_state: builtins.str,
|
|
1694
|
+
site_id: builtins.str):
|
|
1695
|
+
"""
|
|
1696
|
+
Site Reference Properties
|
|
1697
|
+
:param builtins.str provisioning_state: Provisioning State
|
|
1698
|
+
:param builtins.str site_id: Azure Resource ID for Site
|
|
1699
|
+
"""
|
|
1700
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1701
|
+
pulumi.set(__self__, "site_id", site_id)
|
|
1702
|
+
|
|
1703
|
+
@property
|
|
1704
|
+
@pulumi.getter(name="provisioningState")
|
|
1705
|
+
def provisioning_state(self) -> builtins.str:
|
|
1706
|
+
"""
|
|
1707
|
+
Provisioning State
|
|
1708
|
+
"""
|
|
1709
|
+
return pulumi.get(self, "provisioning_state")
|
|
1710
|
+
|
|
1711
|
+
@property
|
|
1712
|
+
@pulumi.getter(name="siteId")
|
|
1713
|
+
def site_id(self) -> builtins.str:
|
|
1714
|
+
"""
|
|
1715
|
+
Azure Resource ID for Site
|
|
1716
|
+
"""
|
|
1717
|
+
return pulumi.get(self, "site_id")
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
@pulumi.output_type
|
|
1721
|
+
class SolutionDependencyResponse(dict):
|
|
1722
|
+
"""
|
|
1723
|
+
Solution Dependency Context
|
|
1724
|
+
"""
|
|
1725
|
+
@staticmethod
|
|
1726
|
+
def __key_warning(key: str):
|
|
1727
|
+
suggest = None
|
|
1728
|
+
if key == "solutionTemplateVersionId":
|
|
1729
|
+
suggest = "solution_template_version_id"
|
|
1730
|
+
elif key == "solutionVersionId":
|
|
1731
|
+
suggest = "solution_version_id"
|
|
1732
|
+
elif key == "targetId":
|
|
1733
|
+
suggest = "target_id"
|
|
1734
|
+
elif key == "solutionInstanceName":
|
|
1735
|
+
suggest = "solution_instance_name"
|
|
1736
|
+
|
|
1737
|
+
if suggest:
|
|
1738
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionDependencyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1739
|
+
|
|
1740
|
+
def __getitem__(self, key: str) -> Any:
|
|
1741
|
+
SolutionDependencyResponse.__key_warning(key)
|
|
1742
|
+
return super().__getitem__(key)
|
|
1743
|
+
|
|
1744
|
+
def get(self, key: str, default = None) -> Any:
|
|
1745
|
+
SolutionDependencyResponse.__key_warning(key)
|
|
1746
|
+
return super().get(key, default)
|
|
1747
|
+
|
|
1748
|
+
def __init__(__self__, *,
|
|
1749
|
+
solution_template_version_id: builtins.str,
|
|
1750
|
+
solution_version_id: builtins.str,
|
|
1751
|
+
target_id: builtins.str,
|
|
1752
|
+
dependencies: Optional[Sequence['outputs.SolutionDependencyResponse']] = None,
|
|
1753
|
+
solution_instance_name: Optional[builtins.str] = None):
|
|
1754
|
+
"""
|
|
1755
|
+
Solution Dependency Context
|
|
1756
|
+
:param builtins.str solution_template_version_id: Solution Template Version Id
|
|
1757
|
+
:param builtins.str solution_version_id: Solution Version Id
|
|
1758
|
+
:param builtins.str target_id: Target Id
|
|
1759
|
+
:param Sequence['SolutionDependencyResponse'] dependencies: Solution dependencies
|
|
1760
|
+
:param builtins.str solution_instance_name: Solution Instance Name
|
|
1761
|
+
"""
|
|
1762
|
+
pulumi.set(__self__, "solution_template_version_id", solution_template_version_id)
|
|
1763
|
+
pulumi.set(__self__, "solution_version_id", solution_version_id)
|
|
1764
|
+
pulumi.set(__self__, "target_id", target_id)
|
|
1765
|
+
if dependencies is not None:
|
|
1766
|
+
pulumi.set(__self__, "dependencies", dependencies)
|
|
1767
|
+
if solution_instance_name is not None:
|
|
1768
|
+
pulumi.set(__self__, "solution_instance_name", solution_instance_name)
|
|
1769
|
+
|
|
1770
|
+
@property
|
|
1771
|
+
@pulumi.getter(name="solutionTemplateVersionId")
|
|
1772
|
+
def solution_template_version_id(self) -> builtins.str:
|
|
1773
|
+
"""
|
|
1774
|
+
Solution Template Version Id
|
|
1775
|
+
"""
|
|
1776
|
+
return pulumi.get(self, "solution_template_version_id")
|
|
1777
|
+
|
|
1778
|
+
@property
|
|
1779
|
+
@pulumi.getter(name="solutionVersionId")
|
|
1780
|
+
def solution_version_id(self) -> builtins.str:
|
|
1781
|
+
"""
|
|
1782
|
+
Solution Version Id
|
|
1783
|
+
"""
|
|
1784
|
+
return pulumi.get(self, "solution_version_id")
|
|
1785
|
+
|
|
1786
|
+
@property
|
|
1787
|
+
@pulumi.getter(name="targetId")
|
|
1788
|
+
def target_id(self) -> builtins.str:
|
|
1789
|
+
"""
|
|
1790
|
+
Target Id
|
|
1791
|
+
"""
|
|
1792
|
+
return pulumi.get(self, "target_id")
|
|
1793
|
+
|
|
1794
|
+
@property
|
|
1795
|
+
@pulumi.getter
|
|
1796
|
+
def dependencies(self) -> Optional[Sequence['outputs.SolutionDependencyResponse']]:
|
|
1797
|
+
"""
|
|
1798
|
+
Solution dependencies
|
|
1799
|
+
"""
|
|
1800
|
+
return pulumi.get(self, "dependencies")
|
|
1801
|
+
|
|
1802
|
+
@property
|
|
1803
|
+
@pulumi.getter(name="solutionInstanceName")
|
|
1804
|
+
def solution_instance_name(self) -> Optional[builtins.str]:
|
|
1805
|
+
"""
|
|
1806
|
+
Solution Instance Name
|
|
1807
|
+
"""
|
|
1808
|
+
return pulumi.get(self, "solution_instance_name")
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
@pulumi.output_type
|
|
1812
|
+
class SolutionPropertiesResponse(dict):
|
|
1813
|
+
"""
|
|
1814
|
+
Solution Properties
|
|
1815
|
+
"""
|
|
1816
|
+
@staticmethod
|
|
1817
|
+
def __key_warning(key: str):
|
|
1818
|
+
suggest = None
|
|
1819
|
+
if key == "availableSolutionTemplateVersions":
|
|
1820
|
+
suggest = "available_solution_template_versions"
|
|
1821
|
+
elif key == "provisioningState":
|
|
1822
|
+
suggest = "provisioning_state"
|
|
1823
|
+
elif key == "solutionTemplateId":
|
|
1824
|
+
suggest = "solution_template_id"
|
|
1825
|
+
|
|
1826
|
+
if suggest:
|
|
1827
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1828
|
+
|
|
1829
|
+
def __getitem__(self, key: str) -> Any:
|
|
1830
|
+
SolutionPropertiesResponse.__key_warning(key)
|
|
1831
|
+
return super().__getitem__(key)
|
|
1832
|
+
|
|
1833
|
+
def get(self, key: str, default = None) -> Any:
|
|
1834
|
+
SolutionPropertiesResponse.__key_warning(key)
|
|
1835
|
+
return super().get(key, default)
|
|
1836
|
+
|
|
1837
|
+
def __init__(__self__, *,
|
|
1838
|
+
available_solution_template_versions: Sequence['outputs.AvailableSolutionTemplateVersionResponse'],
|
|
1839
|
+
provisioning_state: builtins.str,
|
|
1840
|
+
solution_template_id: builtins.str):
|
|
1841
|
+
"""
|
|
1842
|
+
Solution Properties
|
|
1843
|
+
:param Sequence['AvailableSolutionTemplateVersionResponse'] available_solution_template_versions: List of latest revisions for available solution template versions
|
|
1844
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
1845
|
+
:param builtins.str solution_template_id: Solution template Id
|
|
1846
|
+
"""
|
|
1847
|
+
pulumi.set(__self__, "available_solution_template_versions", available_solution_template_versions)
|
|
1848
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1849
|
+
pulumi.set(__self__, "solution_template_id", solution_template_id)
|
|
1850
|
+
|
|
1851
|
+
@property
|
|
1852
|
+
@pulumi.getter(name="availableSolutionTemplateVersions")
|
|
1853
|
+
def available_solution_template_versions(self) -> Sequence['outputs.AvailableSolutionTemplateVersionResponse']:
|
|
1854
|
+
"""
|
|
1855
|
+
List of latest revisions for available solution template versions
|
|
1856
|
+
"""
|
|
1857
|
+
return pulumi.get(self, "available_solution_template_versions")
|
|
1858
|
+
|
|
1859
|
+
@property
|
|
1860
|
+
@pulumi.getter(name="provisioningState")
|
|
1861
|
+
def provisioning_state(self) -> builtins.str:
|
|
1862
|
+
"""
|
|
1863
|
+
Provisioning state of resource
|
|
1864
|
+
"""
|
|
1865
|
+
return pulumi.get(self, "provisioning_state")
|
|
1866
|
+
|
|
1867
|
+
@property
|
|
1868
|
+
@pulumi.getter(name="solutionTemplateId")
|
|
1869
|
+
def solution_template_id(self) -> builtins.str:
|
|
1870
|
+
"""
|
|
1871
|
+
Solution template Id
|
|
1872
|
+
"""
|
|
1873
|
+
return pulumi.get(self, "solution_template_id")
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
@pulumi.output_type
|
|
1877
|
+
class SolutionTemplatePropertiesResponse(dict):
|
|
1878
|
+
"""
|
|
1879
|
+
Solution Template Properties
|
|
1880
|
+
"""
|
|
1881
|
+
@staticmethod
|
|
1882
|
+
def __key_warning(key: str):
|
|
1883
|
+
suggest = None
|
|
1884
|
+
if key == "latestVersion":
|
|
1885
|
+
suggest = "latest_version"
|
|
1886
|
+
elif key == "provisioningState":
|
|
1887
|
+
suggest = "provisioning_state"
|
|
1888
|
+
elif key == "enableExternalValidation":
|
|
1889
|
+
suggest = "enable_external_validation"
|
|
1890
|
+
|
|
1891
|
+
if suggest:
|
|
1892
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionTemplatePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1893
|
+
|
|
1894
|
+
def __getitem__(self, key: str) -> Any:
|
|
1895
|
+
SolutionTemplatePropertiesResponse.__key_warning(key)
|
|
1896
|
+
return super().__getitem__(key)
|
|
1897
|
+
|
|
1898
|
+
def get(self, key: str, default = None) -> Any:
|
|
1899
|
+
SolutionTemplatePropertiesResponse.__key_warning(key)
|
|
1900
|
+
return super().get(key, default)
|
|
1901
|
+
|
|
1902
|
+
def __init__(__self__, *,
|
|
1903
|
+
capabilities: Sequence[builtins.str],
|
|
1904
|
+
description: builtins.str,
|
|
1905
|
+
latest_version: builtins.str,
|
|
1906
|
+
provisioning_state: builtins.str,
|
|
1907
|
+
enable_external_validation: Optional[builtins.bool] = None,
|
|
1908
|
+
state: Optional[builtins.str] = None):
|
|
1909
|
+
"""
|
|
1910
|
+
Solution Template Properties
|
|
1911
|
+
:param Sequence[builtins.str] capabilities: List of capabilities
|
|
1912
|
+
:param builtins.str description: Description of Solution template
|
|
1913
|
+
:param builtins.str latest_version: Latest solution template version
|
|
1914
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
1915
|
+
:param builtins.bool enable_external_validation: Flag to enable external validation
|
|
1916
|
+
:param builtins.str state: State of resource
|
|
1917
|
+
"""
|
|
1918
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
1919
|
+
pulumi.set(__self__, "description", description)
|
|
1920
|
+
pulumi.set(__self__, "latest_version", latest_version)
|
|
1921
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1922
|
+
if enable_external_validation is not None:
|
|
1923
|
+
pulumi.set(__self__, "enable_external_validation", enable_external_validation)
|
|
1924
|
+
if state is not None:
|
|
1925
|
+
pulumi.set(__self__, "state", state)
|
|
1926
|
+
|
|
1927
|
+
@property
|
|
1928
|
+
@pulumi.getter
|
|
1929
|
+
def capabilities(self) -> Sequence[builtins.str]:
|
|
1930
|
+
"""
|
|
1931
|
+
List of capabilities
|
|
1932
|
+
"""
|
|
1933
|
+
return pulumi.get(self, "capabilities")
|
|
1934
|
+
|
|
1935
|
+
@property
|
|
1936
|
+
@pulumi.getter
|
|
1937
|
+
def description(self) -> builtins.str:
|
|
1938
|
+
"""
|
|
1939
|
+
Description of Solution template
|
|
1940
|
+
"""
|
|
1941
|
+
return pulumi.get(self, "description")
|
|
1942
|
+
|
|
1943
|
+
@property
|
|
1944
|
+
@pulumi.getter(name="latestVersion")
|
|
1945
|
+
def latest_version(self) -> builtins.str:
|
|
1946
|
+
"""
|
|
1947
|
+
Latest solution template version
|
|
1948
|
+
"""
|
|
1949
|
+
return pulumi.get(self, "latest_version")
|
|
1950
|
+
|
|
1951
|
+
@property
|
|
1952
|
+
@pulumi.getter(name="provisioningState")
|
|
1953
|
+
def provisioning_state(self) -> builtins.str:
|
|
1954
|
+
"""
|
|
1955
|
+
Provisioning state of resource
|
|
1956
|
+
"""
|
|
1957
|
+
return pulumi.get(self, "provisioning_state")
|
|
1958
|
+
|
|
1959
|
+
@property
|
|
1960
|
+
@pulumi.getter(name="enableExternalValidation")
|
|
1961
|
+
def enable_external_validation(self) -> Optional[builtins.bool]:
|
|
1962
|
+
"""
|
|
1963
|
+
Flag to enable external validation
|
|
1964
|
+
"""
|
|
1965
|
+
return pulumi.get(self, "enable_external_validation")
|
|
1966
|
+
|
|
1967
|
+
@property
|
|
1968
|
+
@pulumi.getter
|
|
1969
|
+
def state(self) -> Optional[builtins.str]:
|
|
1970
|
+
"""
|
|
1971
|
+
State of resource
|
|
1972
|
+
"""
|
|
1973
|
+
return pulumi.get(self, "state")
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
@pulumi.output_type
|
|
1977
|
+
class SolutionVersionPropertiesResponse(dict):
|
|
1978
|
+
"""
|
|
1979
|
+
Solution Version Properties
|
|
1980
|
+
"""
|
|
1981
|
+
@staticmethod
|
|
1982
|
+
def __key_warning(key: str):
|
|
1983
|
+
suggest = None
|
|
1984
|
+
if key == "actionType":
|
|
1985
|
+
suggest = "action_type"
|
|
1986
|
+
elif key == "errorDetails":
|
|
1987
|
+
suggest = "error_details"
|
|
1988
|
+
elif key == "externalValidationId":
|
|
1989
|
+
suggest = "external_validation_id"
|
|
1990
|
+
elif key == "latestActionTrackingUri":
|
|
1991
|
+
suggest = "latest_action_tracking_uri"
|
|
1992
|
+
elif key == "provisioningState":
|
|
1993
|
+
suggest = "provisioning_state"
|
|
1994
|
+
elif key == "reviewId":
|
|
1995
|
+
suggest = "review_id"
|
|
1996
|
+
elif key == "solutionDependencies":
|
|
1997
|
+
suggest = "solution_dependencies"
|
|
1998
|
+
elif key == "solutionInstanceName":
|
|
1999
|
+
suggest = "solution_instance_name"
|
|
2000
|
+
elif key == "solutionTemplateVersionId":
|
|
2001
|
+
suggest = "solution_template_version_id"
|
|
2002
|
+
elif key == "targetDisplayName":
|
|
2003
|
+
suggest = "target_display_name"
|
|
2004
|
+
elif key == "targetLevelConfiguration":
|
|
2005
|
+
suggest = "target_level_configuration"
|
|
2006
|
+
|
|
2007
|
+
if suggest:
|
|
2008
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionVersionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2009
|
+
|
|
2010
|
+
def __getitem__(self, key: str) -> Any:
|
|
2011
|
+
SolutionVersionPropertiesResponse.__key_warning(key)
|
|
2012
|
+
return super().__getitem__(key)
|
|
2013
|
+
|
|
2014
|
+
def get(self, key: str, default = None) -> Any:
|
|
2015
|
+
SolutionVersionPropertiesResponse.__key_warning(key)
|
|
2016
|
+
return super().get(key, default)
|
|
2017
|
+
|
|
2018
|
+
def __init__(__self__, *,
|
|
2019
|
+
action_type: builtins.str,
|
|
2020
|
+
configuration: builtins.str,
|
|
2021
|
+
error_details: 'outputs.ErrorDetailResponse',
|
|
2022
|
+
external_validation_id: builtins.str,
|
|
2023
|
+
latest_action_tracking_uri: builtins.str,
|
|
2024
|
+
provisioning_state: builtins.str,
|
|
2025
|
+
review_id: builtins.str,
|
|
2026
|
+
revision: builtins.int,
|
|
2027
|
+
solution_dependencies: Sequence['outputs.SolutionDependencyResponse'],
|
|
2028
|
+
solution_instance_name: builtins.str,
|
|
2029
|
+
solution_template_version_id: builtins.str,
|
|
2030
|
+
specification: Any,
|
|
2031
|
+
state: builtins.str,
|
|
2032
|
+
target_display_name: builtins.str,
|
|
2033
|
+
target_level_configuration: builtins.str):
|
|
2034
|
+
"""
|
|
2035
|
+
Solution Version Properties
|
|
2036
|
+
:param builtins.str action_type: The type of the latest action performed on this solution version.
|
|
2037
|
+
:param builtins.str configuration: Resolved configuration values
|
|
2038
|
+
:param 'ErrorDetailResponse' error_details: Error Details if any failure is there
|
|
2039
|
+
:param builtins.str external_validation_id: External validation id
|
|
2040
|
+
:param builtins.str latest_action_tracking_uri: The URI for tracking the latest action performed on this solution version.
|
|
2041
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
2042
|
+
:param builtins.str review_id: Review id of resolved config for this solution version
|
|
2043
|
+
:param builtins.int revision: Revision number of resolved config for this solution version
|
|
2044
|
+
:param Sequence['SolutionDependencyResponse'] solution_dependencies: Solution Dependency Context
|
|
2045
|
+
:param builtins.str solution_instance_name: Solution instance name
|
|
2046
|
+
:param builtins.str solution_template_version_id: Solution Template Version Id
|
|
2047
|
+
:param Any specification: App components spec
|
|
2048
|
+
:param builtins.str state: State of solution instance
|
|
2049
|
+
:param builtins.str target_display_name: Name of applicable target's display name
|
|
2050
|
+
:param builtins.str target_level_configuration: Configuration on the line level across all solution template versions
|
|
2051
|
+
"""
|
|
2052
|
+
pulumi.set(__self__, "action_type", action_type)
|
|
2053
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
2054
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
2055
|
+
pulumi.set(__self__, "external_validation_id", external_validation_id)
|
|
2056
|
+
pulumi.set(__self__, "latest_action_tracking_uri", latest_action_tracking_uri)
|
|
2057
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2058
|
+
pulumi.set(__self__, "review_id", review_id)
|
|
2059
|
+
pulumi.set(__self__, "revision", revision)
|
|
2060
|
+
pulumi.set(__self__, "solution_dependencies", solution_dependencies)
|
|
2061
|
+
pulumi.set(__self__, "solution_instance_name", solution_instance_name)
|
|
2062
|
+
pulumi.set(__self__, "solution_template_version_id", solution_template_version_id)
|
|
2063
|
+
pulumi.set(__self__, "specification", specification)
|
|
2064
|
+
pulumi.set(__self__, "state", state)
|
|
2065
|
+
pulumi.set(__self__, "target_display_name", target_display_name)
|
|
2066
|
+
pulumi.set(__self__, "target_level_configuration", target_level_configuration)
|
|
2067
|
+
|
|
2068
|
+
@property
|
|
2069
|
+
@pulumi.getter(name="actionType")
|
|
2070
|
+
def action_type(self) -> builtins.str:
|
|
2071
|
+
"""
|
|
2072
|
+
The type of the latest action performed on this solution version.
|
|
2073
|
+
"""
|
|
2074
|
+
return pulumi.get(self, "action_type")
|
|
2075
|
+
|
|
2076
|
+
@property
|
|
2077
|
+
@pulumi.getter
|
|
2078
|
+
def configuration(self) -> builtins.str:
|
|
2079
|
+
"""
|
|
2080
|
+
Resolved configuration values
|
|
2081
|
+
"""
|
|
2082
|
+
return pulumi.get(self, "configuration")
|
|
2083
|
+
|
|
2084
|
+
@property
|
|
2085
|
+
@pulumi.getter(name="errorDetails")
|
|
2086
|
+
def error_details(self) -> 'outputs.ErrorDetailResponse':
|
|
2087
|
+
"""
|
|
2088
|
+
Error Details if any failure is there
|
|
2089
|
+
"""
|
|
2090
|
+
return pulumi.get(self, "error_details")
|
|
2091
|
+
|
|
2092
|
+
@property
|
|
2093
|
+
@pulumi.getter(name="externalValidationId")
|
|
2094
|
+
def external_validation_id(self) -> builtins.str:
|
|
2095
|
+
"""
|
|
2096
|
+
External validation id
|
|
2097
|
+
"""
|
|
2098
|
+
return pulumi.get(self, "external_validation_id")
|
|
2099
|
+
|
|
2100
|
+
@property
|
|
2101
|
+
@pulumi.getter(name="latestActionTrackingUri")
|
|
2102
|
+
def latest_action_tracking_uri(self) -> builtins.str:
|
|
2103
|
+
"""
|
|
2104
|
+
The URI for tracking the latest action performed on this solution version.
|
|
2105
|
+
"""
|
|
2106
|
+
return pulumi.get(self, "latest_action_tracking_uri")
|
|
2107
|
+
|
|
2108
|
+
@property
|
|
2109
|
+
@pulumi.getter(name="provisioningState")
|
|
2110
|
+
def provisioning_state(self) -> builtins.str:
|
|
2111
|
+
"""
|
|
2112
|
+
Provisioning state of resource
|
|
2113
|
+
"""
|
|
2114
|
+
return pulumi.get(self, "provisioning_state")
|
|
2115
|
+
|
|
2116
|
+
@property
|
|
2117
|
+
@pulumi.getter(name="reviewId")
|
|
2118
|
+
def review_id(self) -> builtins.str:
|
|
2119
|
+
"""
|
|
2120
|
+
Review id of resolved config for this solution version
|
|
2121
|
+
"""
|
|
2122
|
+
return pulumi.get(self, "review_id")
|
|
2123
|
+
|
|
2124
|
+
@property
|
|
2125
|
+
@pulumi.getter
|
|
2126
|
+
def revision(self) -> builtins.int:
|
|
2127
|
+
"""
|
|
2128
|
+
Revision number of resolved config for this solution version
|
|
2129
|
+
"""
|
|
2130
|
+
return pulumi.get(self, "revision")
|
|
2131
|
+
|
|
2132
|
+
@property
|
|
2133
|
+
@pulumi.getter(name="solutionDependencies")
|
|
2134
|
+
def solution_dependencies(self) -> Sequence['outputs.SolutionDependencyResponse']:
|
|
2135
|
+
"""
|
|
2136
|
+
Solution Dependency Context
|
|
2137
|
+
"""
|
|
2138
|
+
return pulumi.get(self, "solution_dependencies")
|
|
2139
|
+
|
|
2140
|
+
@property
|
|
2141
|
+
@pulumi.getter(name="solutionInstanceName")
|
|
2142
|
+
def solution_instance_name(self) -> builtins.str:
|
|
2143
|
+
"""
|
|
2144
|
+
Solution instance name
|
|
2145
|
+
"""
|
|
2146
|
+
return pulumi.get(self, "solution_instance_name")
|
|
2147
|
+
|
|
2148
|
+
@property
|
|
2149
|
+
@pulumi.getter(name="solutionTemplateVersionId")
|
|
2150
|
+
def solution_template_version_id(self) -> builtins.str:
|
|
2151
|
+
"""
|
|
2152
|
+
Solution Template Version Id
|
|
2153
|
+
"""
|
|
2154
|
+
return pulumi.get(self, "solution_template_version_id")
|
|
2155
|
+
|
|
2156
|
+
@property
|
|
2157
|
+
@pulumi.getter
|
|
2158
|
+
def specification(self) -> Any:
|
|
2159
|
+
"""
|
|
2160
|
+
App components spec
|
|
2161
|
+
"""
|
|
2162
|
+
return pulumi.get(self, "specification")
|
|
2163
|
+
|
|
2164
|
+
@property
|
|
2165
|
+
@pulumi.getter
|
|
2166
|
+
def state(self) -> builtins.str:
|
|
2167
|
+
"""
|
|
2168
|
+
State of solution instance
|
|
2169
|
+
"""
|
|
2170
|
+
return pulumi.get(self, "state")
|
|
2171
|
+
|
|
2172
|
+
@property
|
|
2173
|
+
@pulumi.getter(name="targetDisplayName")
|
|
2174
|
+
def target_display_name(self) -> builtins.str:
|
|
2175
|
+
"""
|
|
2176
|
+
Name of applicable target's display name
|
|
2177
|
+
"""
|
|
2178
|
+
return pulumi.get(self, "target_display_name")
|
|
2179
|
+
|
|
2180
|
+
@property
|
|
2181
|
+
@pulumi.getter(name="targetLevelConfiguration")
|
|
2182
|
+
def target_level_configuration(self) -> builtins.str:
|
|
2183
|
+
"""
|
|
2184
|
+
Configuration on the line level across all solution template versions
|
|
2185
|
+
"""
|
|
2186
|
+
return pulumi.get(self, "target_level_configuration")
|
|
2187
|
+
|
|
2188
|
+
|
|
2189
|
+
@pulumi.output_type
|
|
2190
|
+
class StageSpecResponse(dict):
|
|
2191
|
+
"""
|
|
2192
|
+
Stage Properties
|
|
2193
|
+
"""
|
|
2194
|
+
@staticmethod
|
|
2195
|
+
def __key_warning(key: str):
|
|
2196
|
+
suggest = None
|
|
2197
|
+
if key == "taskOption":
|
|
2198
|
+
suggest = "task_option"
|
|
2199
|
+
|
|
2200
|
+
if suggest:
|
|
2201
|
+
pulumi.log.warn(f"Key '{key}' not found in StageSpecResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2202
|
+
|
|
2203
|
+
def __getitem__(self, key: str) -> Any:
|
|
2204
|
+
StageSpecResponse.__key_warning(key)
|
|
2205
|
+
return super().__getitem__(key)
|
|
2206
|
+
|
|
2207
|
+
def get(self, key: str, default = None) -> Any:
|
|
2208
|
+
StageSpecResponse.__key_warning(key)
|
|
2209
|
+
return super().get(key, default)
|
|
2210
|
+
|
|
2211
|
+
def __init__(__self__, *,
|
|
2212
|
+
name: builtins.str,
|
|
2213
|
+
specification: Optional[Any] = None,
|
|
2214
|
+
task_option: Optional['outputs.TaskOptionResponse'] = None,
|
|
2215
|
+
tasks: Optional[Sequence['outputs.TaskSpecResponse']] = None):
|
|
2216
|
+
"""
|
|
2217
|
+
Stage Properties
|
|
2218
|
+
:param builtins.str name: Name of Stage
|
|
2219
|
+
:param Any specification: Stage specification
|
|
2220
|
+
:param 'TaskOptionResponse' task_option: Task option for the stage
|
|
2221
|
+
:param Sequence['TaskSpecResponse'] tasks: List of tasks in the stage
|
|
2222
|
+
"""
|
|
2223
|
+
pulumi.set(__self__, "name", name)
|
|
2224
|
+
if specification is not None:
|
|
2225
|
+
pulumi.set(__self__, "specification", specification)
|
|
2226
|
+
if task_option is not None:
|
|
2227
|
+
pulumi.set(__self__, "task_option", task_option)
|
|
2228
|
+
if tasks is not None:
|
|
2229
|
+
pulumi.set(__self__, "tasks", tasks)
|
|
2230
|
+
|
|
2231
|
+
@property
|
|
2232
|
+
@pulumi.getter
|
|
2233
|
+
def name(self) -> builtins.str:
|
|
2234
|
+
"""
|
|
2235
|
+
Name of Stage
|
|
2236
|
+
"""
|
|
2237
|
+
return pulumi.get(self, "name")
|
|
2238
|
+
|
|
2239
|
+
@property
|
|
2240
|
+
@pulumi.getter
|
|
2241
|
+
def specification(self) -> Optional[Any]:
|
|
2242
|
+
"""
|
|
2243
|
+
Stage specification
|
|
2244
|
+
"""
|
|
2245
|
+
return pulumi.get(self, "specification")
|
|
2246
|
+
|
|
2247
|
+
@property
|
|
2248
|
+
@pulumi.getter(name="taskOption")
|
|
2249
|
+
def task_option(self) -> Optional['outputs.TaskOptionResponse']:
|
|
2250
|
+
"""
|
|
2251
|
+
Task option for the stage
|
|
2252
|
+
"""
|
|
2253
|
+
return pulumi.get(self, "task_option")
|
|
2254
|
+
|
|
2255
|
+
@property
|
|
2256
|
+
@pulumi.getter
|
|
2257
|
+
def tasks(self) -> Optional[Sequence['outputs.TaskSpecResponse']]:
|
|
2258
|
+
"""
|
|
2259
|
+
List of tasks in the stage
|
|
2260
|
+
"""
|
|
2261
|
+
return pulumi.get(self, "tasks")
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
@pulumi.output_type
|
|
2265
|
+
class StageStatusResponse(dict):
|
|
2266
|
+
"""
|
|
2267
|
+
Result of Stage execution
|
|
2268
|
+
"""
|
|
2269
|
+
@staticmethod
|
|
2270
|
+
def __key_warning(key: str):
|
|
2271
|
+
suggest = None
|
|
2272
|
+
if key == "errorMessage":
|
|
2273
|
+
suggest = "error_message"
|
|
2274
|
+
elif key == "isActive":
|
|
2275
|
+
suggest = "is_active"
|
|
2276
|
+
elif key == "statusMessage":
|
|
2277
|
+
suggest = "status_message"
|
|
2278
|
+
|
|
2279
|
+
if suggest:
|
|
2280
|
+
pulumi.log.warn(f"Key '{key}' not found in StageStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2281
|
+
|
|
2282
|
+
def __getitem__(self, key: str) -> Any:
|
|
2283
|
+
StageStatusResponse.__key_warning(key)
|
|
2284
|
+
return super().__getitem__(key)
|
|
2285
|
+
|
|
2286
|
+
def get(self, key: str, default = None) -> Any:
|
|
2287
|
+
StageStatusResponse.__key_warning(key)
|
|
2288
|
+
return super().get(key, default)
|
|
2289
|
+
|
|
2290
|
+
def __init__(__self__, *,
|
|
2291
|
+
error_message: Optional[builtins.str] = None,
|
|
2292
|
+
inputs: Optional[Any] = None,
|
|
2293
|
+
is_active: Optional[builtins.str] = None,
|
|
2294
|
+
nextstage: Optional[builtins.str] = None,
|
|
2295
|
+
outputs: Optional[Any] = None,
|
|
2296
|
+
stage: Optional[builtins.str] = None,
|
|
2297
|
+
status: Optional[builtins.int] = None,
|
|
2298
|
+
status_message: Optional[builtins.str] = None):
|
|
2299
|
+
"""
|
|
2300
|
+
Result of Stage execution
|
|
2301
|
+
:param builtins.str error_message: Error message
|
|
2302
|
+
:param Any inputs: The inputs of the StageHistory, Inputs holds a key-value map of user-defined parameters for the initial stage
|
|
2303
|
+
:param builtins.str is_active: whether this stage is active or inactive
|
|
2304
|
+
:param builtins.str nextstage: Next stage
|
|
2305
|
+
:param Any outputs: The outputs of the StageHistory, it is different as the different input stages.
|
|
2306
|
+
:param builtins.str stage: Current stage
|
|
2307
|
+
:param builtins.int status: Deployment status
|
|
2308
|
+
:param builtins.str status_message: Status message
|
|
2309
|
+
"""
|
|
2310
|
+
if error_message is not None:
|
|
2311
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
2312
|
+
if inputs is not None:
|
|
2313
|
+
pulumi.set(__self__, "inputs", inputs)
|
|
2314
|
+
if is_active is not None:
|
|
2315
|
+
pulumi.set(__self__, "is_active", is_active)
|
|
2316
|
+
if nextstage is not None:
|
|
2317
|
+
pulumi.set(__self__, "nextstage", nextstage)
|
|
2318
|
+
if outputs is not None:
|
|
2319
|
+
pulumi.set(__self__, "outputs", outputs)
|
|
2320
|
+
if stage is not None:
|
|
2321
|
+
pulumi.set(__self__, "stage", stage)
|
|
2322
|
+
if status is not None:
|
|
2323
|
+
pulumi.set(__self__, "status", status)
|
|
2324
|
+
if status_message is not None:
|
|
2325
|
+
pulumi.set(__self__, "status_message", status_message)
|
|
2326
|
+
|
|
2327
|
+
@property
|
|
2328
|
+
@pulumi.getter(name="errorMessage")
|
|
2329
|
+
def error_message(self) -> Optional[builtins.str]:
|
|
2330
|
+
"""
|
|
2331
|
+
Error message
|
|
2332
|
+
"""
|
|
2333
|
+
return pulumi.get(self, "error_message")
|
|
2334
|
+
|
|
2335
|
+
@property
|
|
2336
|
+
@pulumi.getter
|
|
2337
|
+
def inputs(self) -> Optional[Any]:
|
|
2338
|
+
"""
|
|
2339
|
+
The inputs of the StageHistory, Inputs holds a key-value map of user-defined parameters for the initial stage
|
|
2340
|
+
"""
|
|
2341
|
+
return pulumi.get(self, "inputs")
|
|
2342
|
+
|
|
2343
|
+
@property
|
|
2344
|
+
@pulumi.getter(name="isActive")
|
|
2345
|
+
def is_active(self) -> Optional[builtins.str]:
|
|
2346
|
+
"""
|
|
2347
|
+
whether this stage is active or inactive
|
|
2348
|
+
"""
|
|
2349
|
+
return pulumi.get(self, "is_active")
|
|
2350
|
+
|
|
2351
|
+
@property
|
|
2352
|
+
@pulumi.getter
|
|
2353
|
+
def nextstage(self) -> Optional[builtins.str]:
|
|
2354
|
+
"""
|
|
2355
|
+
Next stage
|
|
2356
|
+
"""
|
|
2357
|
+
return pulumi.get(self, "nextstage")
|
|
2358
|
+
|
|
2359
|
+
@property
|
|
2360
|
+
@pulumi.getter
|
|
2361
|
+
def outputs(self) -> Optional[Any]:
|
|
2362
|
+
"""
|
|
2363
|
+
The outputs of the StageHistory, it is different as the different input stages.
|
|
2364
|
+
"""
|
|
2365
|
+
return pulumi.get(self, "outputs")
|
|
2366
|
+
|
|
2367
|
+
@property
|
|
2368
|
+
@pulumi.getter
|
|
2369
|
+
def stage(self) -> Optional[builtins.str]:
|
|
2370
|
+
"""
|
|
2371
|
+
Current stage
|
|
2372
|
+
"""
|
|
2373
|
+
return pulumi.get(self, "stage")
|
|
2374
|
+
|
|
2375
|
+
@property
|
|
2376
|
+
@pulumi.getter
|
|
2377
|
+
def status(self) -> Optional[builtins.int]:
|
|
2378
|
+
"""
|
|
2379
|
+
Deployment status
|
|
2380
|
+
"""
|
|
2381
|
+
return pulumi.get(self, "status")
|
|
2382
|
+
|
|
2383
|
+
@property
|
|
2384
|
+
@pulumi.getter(name="statusMessage")
|
|
2385
|
+
def status_message(self) -> Optional[builtins.str]:
|
|
2386
|
+
"""
|
|
2387
|
+
Status message
|
|
2388
|
+
"""
|
|
2389
|
+
return pulumi.get(self, "status_message")
|
|
2390
|
+
|
|
2391
|
+
|
|
2392
|
+
@pulumi.output_type
|
|
2393
|
+
class SystemDataResponse(dict):
|
|
2394
|
+
"""
|
|
2395
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2396
|
+
"""
|
|
2397
|
+
@staticmethod
|
|
2398
|
+
def __key_warning(key: str):
|
|
2399
|
+
suggest = None
|
|
2400
|
+
if key == "createdAt":
|
|
2401
|
+
suggest = "created_at"
|
|
2402
|
+
elif key == "createdBy":
|
|
2403
|
+
suggest = "created_by"
|
|
2404
|
+
elif key == "createdByType":
|
|
2405
|
+
suggest = "created_by_type"
|
|
2406
|
+
elif key == "lastModifiedAt":
|
|
2407
|
+
suggest = "last_modified_at"
|
|
2408
|
+
elif key == "lastModifiedBy":
|
|
2409
|
+
suggest = "last_modified_by"
|
|
2410
|
+
elif key == "lastModifiedByType":
|
|
2411
|
+
suggest = "last_modified_by_type"
|
|
2412
|
+
|
|
2413
|
+
if suggest:
|
|
2414
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2415
|
+
|
|
2416
|
+
def __getitem__(self, key: str) -> Any:
|
|
2417
|
+
SystemDataResponse.__key_warning(key)
|
|
2418
|
+
return super().__getitem__(key)
|
|
2419
|
+
|
|
2420
|
+
def get(self, key: str, default = None) -> Any:
|
|
2421
|
+
SystemDataResponse.__key_warning(key)
|
|
2422
|
+
return super().get(key, default)
|
|
2423
|
+
|
|
2424
|
+
def __init__(__self__, *,
|
|
2425
|
+
created_at: Optional[builtins.str] = None,
|
|
2426
|
+
created_by: Optional[builtins.str] = None,
|
|
2427
|
+
created_by_type: Optional[builtins.str] = None,
|
|
2428
|
+
last_modified_at: Optional[builtins.str] = None,
|
|
2429
|
+
last_modified_by: Optional[builtins.str] = None,
|
|
2430
|
+
last_modified_by_type: Optional[builtins.str] = None):
|
|
2431
|
+
"""
|
|
2432
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2433
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
2434
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
2435
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
2436
|
+
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2437
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
2438
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
2439
|
+
"""
|
|
2440
|
+
if created_at is not None:
|
|
2441
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2442
|
+
if created_by is not None:
|
|
2443
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2444
|
+
if created_by_type is not None:
|
|
2445
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2446
|
+
if last_modified_at is not None:
|
|
2447
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2448
|
+
if last_modified_by is not None:
|
|
2449
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2450
|
+
if last_modified_by_type is not None:
|
|
2451
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2452
|
+
|
|
2453
|
+
@property
|
|
2454
|
+
@pulumi.getter(name="createdAt")
|
|
2455
|
+
def created_at(self) -> Optional[builtins.str]:
|
|
2456
|
+
"""
|
|
2457
|
+
The timestamp of resource creation (UTC).
|
|
2458
|
+
"""
|
|
2459
|
+
return pulumi.get(self, "created_at")
|
|
2460
|
+
|
|
2461
|
+
@property
|
|
2462
|
+
@pulumi.getter(name="createdBy")
|
|
2463
|
+
def created_by(self) -> Optional[builtins.str]:
|
|
2464
|
+
"""
|
|
2465
|
+
The identity that created the resource.
|
|
2466
|
+
"""
|
|
2467
|
+
return pulumi.get(self, "created_by")
|
|
2468
|
+
|
|
2469
|
+
@property
|
|
2470
|
+
@pulumi.getter(name="createdByType")
|
|
2471
|
+
def created_by_type(self) -> Optional[builtins.str]:
|
|
2472
|
+
"""
|
|
2473
|
+
The type of identity that created the resource.
|
|
2474
|
+
"""
|
|
2475
|
+
return pulumi.get(self, "created_by_type")
|
|
2476
|
+
|
|
2477
|
+
@property
|
|
2478
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2479
|
+
def last_modified_at(self) -> Optional[builtins.str]:
|
|
2480
|
+
"""
|
|
2481
|
+
The timestamp of resource last modification (UTC)
|
|
2482
|
+
"""
|
|
2483
|
+
return pulumi.get(self, "last_modified_at")
|
|
2484
|
+
|
|
2485
|
+
@property
|
|
2486
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2487
|
+
def last_modified_by(self) -> Optional[builtins.str]:
|
|
2488
|
+
"""
|
|
2489
|
+
The identity that last modified the resource.
|
|
2490
|
+
"""
|
|
2491
|
+
return pulumi.get(self, "last_modified_by")
|
|
2492
|
+
|
|
2493
|
+
@property
|
|
2494
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2495
|
+
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
2496
|
+
"""
|
|
2497
|
+
The type of identity that last modified the resource.
|
|
2498
|
+
"""
|
|
2499
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2500
|
+
|
|
2501
|
+
|
|
2502
|
+
@pulumi.output_type
|
|
2503
|
+
class TargetPropertiesResponse(dict):
|
|
2504
|
+
"""
|
|
2505
|
+
Target Properties
|
|
2506
|
+
"""
|
|
2507
|
+
@staticmethod
|
|
2508
|
+
def __key_warning(key: str):
|
|
2509
|
+
suggest = None
|
|
2510
|
+
if key == "contextId":
|
|
2511
|
+
suggest = "context_id"
|
|
2512
|
+
elif key == "displayName":
|
|
2513
|
+
suggest = "display_name"
|
|
2514
|
+
elif key == "hierarchyLevel":
|
|
2515
|
+
suggest = "hierarchy_level"
|
|
2516
|
+
elif key == "provisioningState":
|
|
2517
|
+
suggest = "provisioning_state"
|
|
2518
|
+
elif key == "targetSpecification":
|
|
2519
|
+
suggest = "target_specification"
|
|
2520
|
+
elif key == "solutionScope":
|
|
2521
|
+
suggest = "solution_scope"
|
|
2522
|
+
|
|
2523
|
+
if suggest:
|
|
2524
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2525
|
+
|
|
2526
|
+
def __getitem__(self, key: str) -> Any:
|
|
2527
|
+
TargetPropertiesResponse.__key_warning(key)
|
|
2528
|
+
return super().__getitem__(key)
|
|
2529
|
+
|
|
2530
|
+
def get(self, key: str, default = None) -> Any:
|
|
2531
|
+
TargetPropertiesResponse.__key_warning(key)
|
|
2532
|
+
return super().get(key, default)
|
|
2533
|
+
|
|
2534
|
+
def __init__(__self__, *,
|
|
2535
|
+
capabilities: Sequence[builtins.str],
|
|
2536
|
+
context_id: builtins.str,
|
|
2537
|
+
description: builtins.str,
|
|
2538
|
+
display_name: builtins.str,
|
|
2539
|
+
hierarchy_level: builtins.str,
|
|
2540
|
+
provisioning_state: builtins.str,
|
|
2541
|
+
status: 'outputs.DeploymentStatusResponse',
|
|
2542
|
+
target_specification: Any,
|
|
2543
|
+
solution_scope: Optional[builtins.str] = None,
|
|
2544
|
+
state: Optional[builtins.str] = None):
|
|
2545
|
+
"""
|
|
2546
|
+
Target Properties
|
|
2547
|
+
:param Sequence[builtins.str] capabilities: List of capabilities
|
|
2548
|
+
:param builtins.str context_id: ArmId of Context
|
|
2549
|
+
:param builtins.str description: Description of target
|
|
2550
|
+
:param builtins.str display_name: Display name of target
|
|
2551
|
+
:param builtins.str hierarchy_level: Hierarchy Level
|
|
2552
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
2553
|
+
:param 'DeploymentStatusResponse' status: Status of target
|
|
2554
|
+
:param Any target_specification: target spec
|
|
2555
|
+
:param builtins.str solution_scope: Scope of the target resource
|
|
2556
|
+
:param builtins.str state: State of resource
|
|
2557
|
+
"""
|
|
2558
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
2559
|
+
pulumi.set(__self__, "context_id", context_id)
|
|
2560
|
+
pulumi.set(__self__, "description", description)
|
|
2561
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
2562
|
+
pulumi.set(__self__, "hierarchy_level", hierarchy_level)
|
|
2563
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2564
|
+
pulumi.set(__self__, "status", status)
|
|
2565
|
+
pulumi.set(__self__, "target_specification", target_specification)
|
|
2566
|
+
if solution_scope is not None:
|
|
2567
|
+
pulumi.set(__self__, "solution_scope", solution_scope)
|
|
2568
|
+
if state is not None:
|
|
2569
|
+
pulumi.set(__self__, "state", state)
|
|
2570
|
+
|
|
2571
|
+
@property
|
|
2572
|
+
@pulumi.getter
|
|
2573
|
+
def capabilities(self) -> Sequence[builtins.str]:
|
|
2574
|
+
"""
|
|
2575
|
+
List of capabilities
|
|
2576
|
+
"""
|
|
2577
|
+
return pulumi.get(self, "capabilities")
|
|
2578
|
+
|
|
2579
|
+
@property
|
|
2580
|
+
@pulumi.getter(name="contextId")
|
|
2581
|
+
def context_id(self) -> builtins.str:
|
|
2582
|
+
"""
|
|
2583
|
+
ArmId of Context
|
|
2584
|
+
"""
|
|
2585
|
+
return pulumi.get(self, "context_id")
|
|
2586
|
+
|
|
2587
|
+
@property
|
|
2588
|
+
@pulumi.getter
|
|
2589
|
+
def description(self) -> builtins.str:
|
|
2590
|
+
"""
|
|
2591
|
+
Description of target
|
|
2592
|
+
"""
|
|
2593
|
+
return pulumi.get(self, "description")
|
|
2594
|
+
|
|
2595
|
+
@property
|
|
2596
|
+
@pulumi.getter(name="displayName")
|
|
2597
|
+
def display_name(self) -> builtins.str:
|
|
2598
|
+
"""
|
|
2599
|
+
Display name of target
|
|
2600
|
+
"""
|
|
2601
|
+
return pulumi.get(self, "display_name")
|
|
2602
|
+
|
|
2603
|
+
@property
|
|
2604
|
+
@pulumi.getter(name="hierarchyLevel")
|
|
2605
|
+
def hierarchy_level(self) -> builtins.str:
|
|
2606
|
+
"""
|
|
2607
|
+
Hierarchy Level
|
|
2608
|
+
"""
|
|
2609
|
+
return pulumi.get(self, "hierarchy_level")
|
|
2610
|
+
|
|
2611
|
+
@property
|
|
2612
|
+
@pulumi.getter(name="provisioningState")
|
|
2613
|
+
def provisioning_state(self) -> builtins.str:
|
|
2614
|
+
"""
|
|
2615
|
+
Provisioning state of resource
|
|
2616
|
+
"""
|
|
2617
|
+
return pulumi.get(self, "provisioning_state")
|
|
2618
|
+
|
|
2619
|
+
@property
|
|
2620
|
+
@pulumi.getter
|
|
2621
|
+
def status(self) -> 'outputs.DeploymentStatusResponse':
|
|
2622
|
+
"""
|
|
2623
|
+
Status of target
|
|
2624
|
+
"""
|
|
2625
|
+
return pulumi.get(self, "status")
|
|
2626
|
+
|
|
2627
|
+
@property
|
|
2628
|
+
@pulumi.getter(name="targetSpecification")
|
|
2629
|
+
def target_specification(self) -> Any:
|
|
2630
|
+
"""
|
|
2631
|
+
target spec
|
|
2632
|
+
"""
|
|
2633
|
+
return pulumi.get(self, "target_specification")
|
|
2634
|
+
|
|
2635
|
+
@property
|
|
2636
|
+
@pulumi.getter(name="solutionScope")
|
|
2637
|
+
def solution_scope(self) -> Optional[builtins.str]:
|
|
2638
|
+
"""
|
|
2639
|
+
Scope of the target resource
|
|
2640
|
+
"""
|
|
2641
|
+
return pulumi.get(self, "solution_scope")
|
|
2642
|
+
|
|
2643
|
+
@property
|
|
2644
|
+
@pulumi.getter
|
|
2645
|
+
def state(self) -> Optional[builtins.str]:
|
|
2646
|
+
"""
|
|
2647
|
+
State of resource
|
|
2648
|
+
"""
|
|
2649
|
+
return pulumi.get(self, "state")
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
@pulumi.output_type
|
|
2653
|
+
class TargetStatusResponse(dict):
|
|
2654
|
+
"""
|
|
2655
|
+
Target Status
|
|
29
2656
|
"""
|
|
30
2657
|
@staticmethod
|
|
31
2658
|
def __key_warning(key: str):
|
|
32
2659
|
suggest = None
|
|
33
|
-
if key == "
|
|
34
|
-
suggest = "
|
|
35
|
-
elif key == "stateOrProvince":
|
|
36
|
-
suggest = "state_or_province"
|
|
37
|
-
elif key == "streetAddress1":
|
|
38
|
-
suggest = "street_address1"
|
|
39
|
-
elif key == "streetAddress2":
|
|
40
|
-
suggest = "street_address2"
|
|
2660
|
+
if key == "componentStatuses":
|
|
2661
|
+
suggest = "component_statuses"
|
|
41
2662
|
|
|
42
2663
|
if suggest:
|
|
43
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2664
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
44
2665
|
|
|
45
2666
|
def __getitem__(self, key: str) -> Any:
|
|
46
|
-
|
|
2667
|
+
TargetStatusResponse.__key_warning(key)
|
|
47
2668
|
return super().__getitem__(key)
|
|
48
2669
|
|
|
49
2670
|
def get(self, key: str, default = None) -> Any:
|
|
50
|
-
|
|
2671
|
+
TargetStatusResponse.__key_warning(key)
|
|
51
2672
|
return super().get(key, default)
|
|
52
2673
|
|
|
53
2674
|
def __init__(__self__, *,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
state_or_province: Optional[builtins.str] = None,
|
|
58
|
-
street_address1: Optional[builtins.str] = None,
|
|
59
|
-
street_address2: Optional[builtins.str] = None):
|
|
2675
|
+
component_statuses: Optional[Sequence['outputs.ComponentStatusResponse']] = None,
|
|
2676
|
+
name: Optional[builtins.str] = None,
|
|
2677
|
+
status: Optional[builtins.str] = None):
|
|
60
2678
|
"""
|
|
61
|
-
|
|
62
|
-
:param
|
|
63
|
-
:param builtins.str
|
|
64
|
-
:param builtins.str
|
|
65
|
-
:param builtins.str state_or_province: State or province of the address
|
|
66
|
-
:param builtins.str street_address1: First line of the street address
|
|
67
|
-
:param builtins.str street_address2: Second line of the street address
|
|
2679
|
+
Target Status
|
|
2680
|
+
:param Sequence['ComponentStatusResponse'] component_statuses: Component statuses
|
|
2681
|
+
:param builtins.str name: Target name
|
|
2682
|
+
:param builtins.str status: Target status
|
|
68
2683
|
"""
|
|
69
|
-
if
|
|
70
|
-
pulumi.set(__self__, "
|
|
71
|
-
if
|
|
72
|
-
pulumi.set(__self__, "
|
|
73
|
-
if
|
|
74
|
-
pulumi.set(__self__, "
|
|
75
|
-
if state_or_province is not None:
|
|
76
|
-
pulumi.set(__self__, "state_or_province", state_or_province)
|
|
77
|
-
if street_address1 is not None:
|
|
78
|
-
pulumi.set(__self__, "street_address1", street_address1)
|
|
79
|
-
if street_address2 is not None:
|
|
80
|
-
pulumi.set(__self__, "street_address2", street_address2)
|
|
2684
|
+
if component_statuses is not None:
|
|
2685
|
+
pulumi.set(__self__, "component_statuses", component_statuses)
|
|
2686
|
+
if name is not None:
|
|
2687
|
+
pulumi.set(__self__, "name", name)
|
|
2688
|
+
if status is not None:
|
|
2689
|
+
pulumi.set(__self__, "status", status)
|
|
81
2690
|
|
|
82
2691
|
@property
|
|
83
|
-
@pulumi.getter
|
|
84
|
-
def
|
|
2692
|
+
@pulumi.getter(name="componentStatuses")
|
|
2693
|
+
def component_statuses(self) -> Optional[Sequence['outputs.ComponentStatusResponse']]:
|
|
85
2694
|
"""
|
|
86
|
-
|
|
2695
|
+
Component statuses
|
|
87
2696
|
"""
|
|
88
|
-
return pulumi.get(self, "
|
|
2697
|
+
return pulumi.get(self, "component_statuses")
|
|
89
2698
|
|
|
90
2699
|
@property
|
|
91
2700
|
@pulumi.getter
|
|
92
|
-
def
|
|
2701
|
+
def name(self) -> Optional[builtins.str]:
|
|
93
2702
|
"""
|
|
94
|
-
|
|
2703
|
+
Target name
|
|
95
2704
|
"""
|
|
96
|
-
return pulumi.get(self, "
|
|
2705
|
+
return pulumi.get(self, "name")
|
|
97
2706
|
|
|
98
2707
|
@property
|
|
99
|
-
@pulumi.getter
|
|
100
|
-
def
|
|
2708
|
+
@pulumi.getter
|
|
2709
|
+
def status(self) -> Optional[builtins.str]:
|
|
101
2710
|
"""
|
|
102
|
-
|
|
2711
|
+
Target status
|
|
103
2712
|
"""
|
|
104
|
-
return pulumi.get(self, "
|
|
2713
|
+
return pulumi.get(self, "status")
|
|
105
2714
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
2715
|
+
|
|
2716
|
+
@pulumi.output_type
|
|
2717
|
+
class TaskOptionResponse(dict):
|
|
2718
|
+
"""
|
|
2719
|
+
Task Option Properties
|
|
2720
|
+
"""
|
|
2721
|
+
@staticmethod
|
|
2722
|
+
def __key_warning(key: str):
|
|
2723
|
+
suggest = None
|
|
2724
|
+
if key == "errorAction":
|
|
2725
|
+
suggest = "error_action"
|
|
2726
|
+
|
|
2727
|
+
if suggest:
|
|
2728
|
+
pulumi.log.warn(f"Key '{key}' not found in TaskOptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2729
|
+
|
|
2730
|
+
def __getitem__(self, key: str) -> Any:
|
|
2731
|
+
TaskOptionResponse.__key_warning(key)
|
|
2732
|
+
return super().__getitem__(key)
|
|
2733
|
+
|
|
2734
|
+
def get(self, key: str, default = None) -> Any:
|
|
2735
|
+
TaskOptionResponse.__key_warning(key)
|
|
2736
|
+
return super().get(key, default)
|
|
2737
|
+
|
|
2738
|
+
def __init__(__self__, *,
|
|
2739
|
+
concurrency: Optional[builtins.int] = None,
|
|
2740
|
+
error_action: Optional['outputs.ErrorActionResponse'] = None):
|
|
109
2741
|
"""
|
|
110
|
-
|
|
2742
|
+
Task Option Properties
|
|
2743
|
+
:param builtins.int concurrency: Parallel worker numbers of the tasks
|
|
2744
|
+
:param 'ErrorActionResponse' error_action: Error action for the tasks
|
|
111
2745
|
"""
|
|
112
|
-
|
|
2746
|
+
if concurrency is None:
|
|
2747
|
+
concurrency = 1
|
|
2748
|
+
if concurrency is not None:
|
|
2749
|
+
pulumi.set(__self__, "concurrency", concurrency)
|
|
2750
|
+
if error_action is not None:
|
|
2751
|
+
pulumi.set(__self__, "error_action", error_action)
|
|
113
2752
|
|
|
114
2753
|
@property
|
|
115
|
-
@pulumi.getter
|
|
116
|
-
def
|
|
2754
|
+
@pulumi.getter
|
|
2755
|
+
def concurrency(self) -> Optional[builtins.int]:
|
|
117
2756
|
"""
|
|
118
|
-
|
|
2757
|
+
Parallel worker numbers of the tasks
|
|
119
2758
|
"""
|
|
120
|
-
return pulumi.get(self, "
|
|
2759
|
+
return pulumi.get(self, "concurrency")
|
|
121
2760
|
|
|
122
2761
|
@property
|
|
123
|
-
@pulumi.getter(name="
|
|
124
|
-
def
|
|
2762
|
+
@pulumi.getter(name="errorAction")
|
|
2763
|
+
def error_action(self) -> Optional['outputs.ErrorActionResponse']:
|
|
125
2764
|
"""
|
|
126
|
-
|
|
2765
|
+
Error action for the tasks
|
|
127
2766
|
"""
|
|
128
|
-
return pulumi.get(self, "
|
|
2767
|
+
return pulumi.get(self, "error_action")
|
|
129
2768
|
|
|
130
2769
|
|
|
131
2770
|
@pulumi.output_type
|
|
132
|
-
class
|
|
2771
|
+
class TaskSpecResponse(dict):
|
|
133
2772
|
"""
|
|
134
|
-
|
|
2773
|
+
Task Spec
|
|
135
2774
|
"""
|
|
136
2775
|
@staticmethod
|
|
137
2776
|
def __key_warning(key: str):
|
|
138
2777
|
suggest = None
|
|
139
|
-
if key == "
|
|
140
|
-
suggest = "
|
|
141
|
-
elif key == "addressResourceId":
|
|
142
|
-
suggest = "address_resource_id"
|
|
143
|
-
elif key == "displayName":
|
|
144
|
-
suggest = "display_name"
|
|
145
|
-
elif key == "siteAddress":
|
|
146
|
-
suggest = "site_address"
|
|
2778
|
+
if key == "targetId":
|
|
2779
|
+
suggest = "target_id"
|
|
147
2780
|
|
|
148
2781
|
if suggest:
|
|
149
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2782
|
+
pulumi.log.warn(f"Key '{key}' not found in TaskSpecResponse. Access the value via the '{suggest}' property getter instead.")
|
|
150
2783
|
|
|
151
2784
|
def __getitem__(self, key: str) -> Any:
|
|
152
|
-
|
|
2785
|
+
TaskSpecResponse.__key_warning(key)
|
|
153
2786
|
return super().__getitem__(key)
|
|
154
2787
|
|
|
155
2788
|
def get(self, key: str, default = None) -> Any:
|
|
156
|
-
|
|
2789
|
+
TaskSpecResponse.__key_warning(key)
|
|
157
2790
|
return super().get(key, default)
|
|
158
2791
|
|
|
159
2792
|
def __init__(__self__, *,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
display_name: Optional[builtins.str] = None,
|
|
164
|
-
labels: Optional[Mapping[str, builtins.str]] = None,
|
|
165
|
-
site_address: Optional['outputs.SiteAddressPropertiesResponse'] = None):
|
|
2793
|
+
name: builtins.str,
|
|
2794
|
+
specification: Any,
|
|
2795
|
+
target_id: Optional[builtins.str] = None):
|
|
166
2796
|
"""
|
|
167
|
-
|
|
168
|
-
:param builtins.str
|
|
169
|
-
:param
|
|
170
|
-
:param builtins.str
|
|
171
|
-
:param builtins.str display_name: displayName of Site resource
|
|
172
|
-
:param Mapping[str, builtins.str] labels: Key-value pairs for labeling the site resource.
|
|
173
|
-
:param 'SiteAddressPropertiesResponse' site_address: Physical address of the site
|
|
2797
|
+
Task Spec
|
|
2798
|
+
:param builtins.str name: Name of Task
|
|
2799
|
+
:param Any specification: Task specification
|
|
2800
|
+
:param builtins.str target_id: Target ARM id
|
|
174
2801
|
"""
|
|
175
|
-
pulumi.set(__self__, "
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
pulumi.set(__self__, "description", description)
|
|
180
|
-
if display_name is not None:
|
|
181
|
-
pulumi.set(__self__, "display_name", display_name)
|
|
182
|
-
if labels is not None:
|
|
183
|
-
pulumi.set(__self__, "labels", labels)
|
|
184
|
-
if site_address is not None:
|
|
185
|
-
pulumi.set(__self__, "site_address", site_address)
|
|
2802
|
+
pulumi.set(__self__, "name", name)
|
|
2803
|
+
pulumi.set(__self__, "specification", specification)
|
|
2804
|
+
if target_id is not None:
|
|
2805
|
+
pulumi.set(__self__, "target_id", target_id)
|
|
186
2806
|
|
|
187
2807
|
@property
|
|
188
|
-
@pulumi.getter
|
|
189
|
-
def
|
|
2808
|
+
@pulumi.getter
|
|
2809
|
+
def name(self) -> builtins.str:
|
|
190
2810
|
"""
|
|
191
|
-
|
|
2811
|
+
Name of Task
|
|
192
2812
|
"""
|
|
193
|
-
return pulumi.get(self, "
|
|
2813
|
+
return pulumi.get(self, "name")
|
|
194
2814
|
|
|
195
2815
|
@property
|
|
196
|
-
@pulumi.getter
|
|
197
|
-
def
|
|
2816
|
+
@pulumi.getter
|
|
2817
|
+
def specification(self) -> Any:
|
|
198
2818
|
"""
|
|
199
|
-
|
|
2819
|
+
Task specification
|
|
200
2820
|
"""
|
|
201
|
-
return pulumi.get(self, "
|
|
2821
|
+
return pulumi.get(self, "specification")
|
|
202
2822
|
|
|
203
2823
|
@property
|
|
204
|
-
@pulumi.getter
|
|
205
|
-
def
|
|
2824
|
+
@pulumi.getter(name="targetId")
|
|
2825
|
+
def target_id(self) -> Optional[builtins.str]:
|
|
206
2826
|
"""
|
|
207
|
-
|
|
2827
|
+
Target ARM id
|
|
208
2828
|
"""
|
|
209
|
-
return pulumi.get(self, "
|
|
2829
|
+
return pulumi.get(self, "target_id")
|
|
210
2830
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
2831
|
+
|
|
2832
|
+
@pulumi.output_type
|
|
2833
|
+
class WorkflowPropertiesResponse(dict):
|
|
2834
|
+
"""
|
|
2835
|
+
Workflow Properties
|
|
2836
|
+
"""
|
|
2837
|
+
@staticmethod
|
|
2838
|
+
def __key_warning(key: str):
|
|
2839
|
+
suggest = None
|
|
2840
|
+
if key == "provisioningState":
|
|
2841
|
+
suggest = "provisioning_state"
|
|
2842
|
+
elif key == "workflowTemplateId":
|
|
2843
|
+
suggest = "workflow_template_id"
|
|
2844
|
+
|
|
2845
|
+
if suggest:
|
|
2846
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkflowPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2847
|
+
|
|
2848
|
+
def __getitem__(self, key: str) -> Any:
|
|
2849
|
+
WorkflowPropertiesResponse.__key_warning(key)
|
|
2850
|
+
return super().__getitem__(key)
|
|
2851
|
+
|
|
2852
|
+
def get(self, key: str, default = None) -> Any:
|
|
2853
|
+
WorkflowPropertiesResponse.__key_warning(key)
|
|
2854
|
+
return super().get(key, default)
|
|
2855
|
+
|
|
2856
|
+
def __init__(__self__, *,
|
|
2857
|
+
provisioning_state: builtins.str,
|
|
2858
|
+
workflow_template_id: builtins.str):
|
|
214
2859
|
"""
|
|
215
|
-
|
|
2860
|
+
Workflow Properties
|
|
2861
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
2862
|
+
:param builtins.str workflow_template_id: Workflow template Id
|
|
216
2863
|
"""
|
|
217
|
-
|
|
2864
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2865
|
+
pulumi.set(__self__, "workflow_template_id", workflow_template_id)
|
|
218
2866
|
|
|
219
2867
|
@property
|
|
220
|
-
@pulumi.getter
|
|
221
|
-
def
|
|
2868
|
+
@pulumi.getter(name="provisioningState")
|
|
2869
|
+
def provisioning_state(self) -> builtins.str:
|
|
222
2870
|
"""
|
|
223
|
-
|
|
2871
|
+
Provisioning state of resource
|
|
224
2872
|
"""
|
|
225
|
-
return pulumi.get(self, "
|
|
2873
|
+
return pulumi.get(self, "provisioning_state")
|
|
226
2874
|
|
|
227
2875
|
@property
|
|
228
|
-
@pulumi.getter(name="
|
|
229
|
-
def
|
|
2876
|
+
@pulumi.getter(name="workflowTemplateId")
|
|
2877
|
+
def workflow_template_id(self) -> builtins.str:
|
|
230
2878
|
"""
|
|
231
|
-
|
|
2879
|
+
Workflow template Id
|
|
232
2880
|
"""
|
|
233
|
-
return pulumi.get(self, "
|
|
2881
|
+
return pulumi.get(self, "workflow_template_id")
|
|
234
2882
|
|
|
235
2883
|
|
|
236
2884
|
@pulumi.output_type
|
|
237
|
-
class
|
|
2885
|
+
class WorkflowVersionPropertiesResponse(dict):
|
|
238
2886
|
"""
|
|
239
|
-
|
|
2887
|
+
Workflow Version Properties
|
|
240
2888
|
"""
|
|
241
2889
|
@staticmethod
|
|
242
2890
|
def __key_warning(key: str):
|
|
243
2891
|
suggest = None
|
|
244
|
-
if key == "
|
|
245
|
-
suggest = "
|
|
246
|
-
elif key == "
|
|
247
|
-
suggest = "
|
|
248
|
-
elif key == "
|
|
249
|
-
suggest = "
|
|
250
|
-
elif key == "lastModifiedAt":
|
|
251
|
-
suggest = "last_modified_at"
|
|
252
|
-
elif key == "lastModifiedBy":
|
|
253
|
-
suggest = "last_modified_by"
|
|
254
|
-
elif key == "lastModifiedByType":
|
|
255
|
-
suggest = "last_modified_by_type"
|
|
2892
|
+
if key == "provisioningState":
|
|
2893
|
+
suggest = "provisioning_state"
|
|
2894
|
+
elif key == "reviewId":
|
|
2895
|
+
suggest = "review_id"
|
|
2896
|
+
elif key == "stageSpec":
|
|
2897
|
+
suggest = "stage_spec"
|
|
256
2898
|
|
|
257
2899
|
if suggest:
|
|
258
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2900
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkflowVersionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
259
2901
|
|
|
260
2902
|
def __getitem__(self, key: str) -> Any:
|
|
261
|
-
|
|
2903
|
+
WorkflowVersionPropertiesResponse.__key_warning(key)
|
|
262
2904
|
return super().__getitem__(key)
|
|
263
2905
|
|
|
264
2906
|
def get(self, key: str, default = None) -> Any:
|
|
265
|
-
|
|
2907
|
+
WorkflowVersionPropertiesResponse.__key_warning(key)
|
|
266
2908
|
return super().get(key, default)
|
|
267
2909
|
|
|
268
2910
|
def __init__(__self__, *,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
2911
|
+
configuration: builtins.str,
|
|
2912
|
+
provisioning_state: builtins.str,
|
|
2913
|
+
review_id: builtins.str,
|
|
2914
|
+
revision: builtins.int,
|
|
2915
|
+
stage_spec: Sequence['outputs.StageSpecResponse'],
|
|
2916
|
+
state: builtins.str,
|
|
2917
|
+
specification: Optional[Any] = None):
|
|
275
2918
|
"""
|
|
276
|
-
|
|
277
|
-
:param builtins.str
|
|
278
|
-
:param builtins.str
|
|
279
|
-
:param builtins.str
|
|
280
|
-
:param builtins.
|
|
281
|
-
:param
|
|
282
|
-
:param builtins.str
|
|
2919
|
+
Workflow Version Properties
|
|
2920
|
+
:param builtins.str configuration: Resolved configuration values
|
|
2921
|
+
:param builtins.str provisioning_state: Provisioning state of resource
|
|
2922
|
+
:param builtins.str review_id: Review id of resolved config for this workflow version
|
|
2923
|
+
:param builtins.int revision: Revision number of resolved config for this workflow version
|
|
2924
|
+
:param Sequence['StageSpecResponse'] stage_spec: A list of stage specs
|
|
2925
|
+
:param builtins.str state: State of workflow version
|
|
2926
|
+
:param Any specification: Execution specification
|
|
283
2927
|
"""
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
if
|
|
291
|
-
pulumi.set(__self__, "
|
|
292
|
-
if last_modified_by is not None:
|
|
293
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
294
|
-
if last_modified_by_type is not None:
|
|
295
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2928
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
2929
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2930
|
+
pulumi.set(__self__, "review_id", review_id)
|
|
2931
|
+
pulumi.set(__self__, "revision", revision)
|
|
2932
|
+
pulumi.set(__self__, "stage_spec", stage_spec)
|
|
2933
|
+
pulumi.set(__self__, "state", state)
|
|
2934
|
+
if specification is not None:
|
|
2935
|
+
pulumi.set(__self__, "specification", specification)
|
|
296
2936
|
|
|
297
2937
|
@property
|
|
298
|
-
@pulumi.getter
|
|
299
|
-
def
|
|
2938
|
+
@pulumi.getter
|
|
2939
|
+
def configuration(self) -> builtins.str:
|
|
300
2940
|
"""
|
|
301
|
-
|
|
2941
|
+
Resolved configuration values
|
|
302
2942
|
"""
|
|
303
|
-
return pulumi.get(self, "
|
|
2943
|
+
return pulumi.get(self, "configuration")
|
|
304
2944
|
|
|
305
2945
|
@property
|
|
306
|
-
@pulumi.getter(name="
|
|
307
|
-
def
|
|
2946
|
+
@pulumi.getter(name="provisioningState")
|
|
2947
|
+
def provisioning_state(self) -> builtins.str:
|
|
308
2948
|
"""
|
|
309
|
-
|
|
2949
|
+
Provisioning state of resource
|
|
310
2950
|
"""
|
|
311
|
-
return pulumi.get(self, "
|
|
2951
|
+
return pulumi.get(self, "provisioning_state")
|
|
312
2952
|
|
|
313
2953
|
@property
|
|
314
|
-
@pulumi.getter(name="
|
|
315
|
-
def
|
|
2954
|
+
@pulumi.getter(name="reviewId")
|
|
2955
|
+
def review_id(self) -> builtins.str:
|
|
316
2956
|
"""
|
|
317
|
-
|
|
2957
|
+
Review id of resolved config for this workflow version
|
|
318
2958
|
"""
|
|
319
|
-
return pulumi.get(self, "
|
|
2959
|
+
return pulumi.get(self, "review_id")
|
|
320
2960
|
|
|
321
2961
|
@property
|
|
322
|
-
@pulumi.getter
|
|
323
|
-
def
|
|
2962
|
+
@pulumi.getter
|
|
2963
|
+
def revision(self) -> builtins.int:
|
|
324
2964
|
"""
|
|
325
|
-
|
|
2965
|
+
Revision number of resolved config for this workflow version
|
|
326
2966
|
"""
|
|
327
|
-
return pulumi.get(self, "
|
|
2967
|
+
return pulumi.get(self, "revision")
|
|
328
2968
|
|
|
329
2969
|
@property
|
|
330
|
-
@pulumi.getter(name="
|
|
331
|
-
def
|
|
2970
|
+
@pulumi.getter(name="stageSpec")
|
|
2971
|
+
def stage_spec(self) -> Sequence['outputs.StageSpecResponse']:
|
|
332
2972
|
"""
|
|
333
|
-
|
|
2973
|
+
A list of stage specs
|
|
334
2974
|
"""
|
|
335
|
-
return pulumi.get(self, "
|
|
2975
|
+
return pulumi.get(self, "stage_spec")
|
|
336
2976
|
|
|
337
2977
|
@property
|
|
338
|
-
@pulumi.getter
|
|
339
|
-
def
|
|
2978
|
+
@pulumi.getter
|
|
2979
|
+
def state(self) -> builtins.str:
|
|
340
2980
|
"""
|
|
341
|
-
|
|
2981
|
+
State of workflow version
|
|
342
2982
|
"""
|
|
343
|
-
return pulumi.get(self, "
|
|
2983
|
+
return pulumi.get(self, "state")
|
|
2984
|
+
|
|
2985
|
+
@property
|
|
2986
|
+
@pulumi.getter
|
|
2987
|
+
def specification(self) -> Optional[Any]:
|
|
2988
|
+
"""
|
|
2989
|
+
Execution specification
|
|
2990
|
+
"""
|
|
2991
|
+
return pulumi.get(self, "specification")
|
|
344
2992
|
|
|
345
2993
|
|