pulumi-azure-native 2.64.0a1727364719__py3-none-any.whl → 2.64.1__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 +291 -2
- pulumi_azure_native/cdn/__init__.py +3 -0
- 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/cdn/v20200901/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20200901/profile.py +1 -1
- pulumi_azure_native/cdn/v20200901/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/policy.py +1 -1
- pulumi_azure_native/cdn/v20230501/profile.py +1 -1
- pulumi_azure_native/cdn/v20230501/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230501/secret.py +1 -1
- pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/profile.py +1 -1
- pulumi_azure_native/cdn/v20240201/route.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240201/secret.py +1 -1
- pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/route.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/route.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240901/__init__.py +41 -0
- pulumi_azure_native/cdn/v20240901/_enums.py +851 -0
- pulumi_azure_native/cdn/v20240901/_inputs.py +8146 -0
- pulumi_azure_native/cdn/v20240901/afd_custom_domain.py +384 -0
- pulumi_azure_native/cdn/v20240901/afd_endpoint.py +343 -0
- pulumi_azure_native/cdn/v20240901/afd_origin.py +542 -0
- pulumi_azure_native/cdn/v20240901/afd_origin_group.py +334 -0
- pulumi_azure_native/cdn/v20240901/custom_domain.py +301 -0
- pulumi_azure_native/cdn/v20240901/endpoint.py +767 -0
- pulumi_azure_native/cdn/v20240901/get_afd_custom_domain.py +272 -0
- pulumi_azure_native/cdn/v20240901/get_afd_endpoint.py +244 -0
- pulumi_azure_native/cdn/v20240901/get_afd_origin.py +320 -0
- pulumi_azure_native/cdn/v20240901/get_afd_origin_group.py +230 -0
- pulumi_azure_native/cdn/v20240901/get_custom_domain.py +239 -0
- pulumi_azure_native/cdn/v20240901/get_endpoint.py +443 -0
- pulumi_azure_native/cdn/v20240901/get_origin.py +337 -0
- pulumi_azure_native/cdn/v20240901/get_origin_group.py +225 -0
- pulumi_azure_native/cdn/v20240901/get_policy.py +294 -0
- pulumi_azure_native/cdn/v20240901/get_profile.py +283 -0
- pulumi_azure_native/cdn/v20240901/get_profile_supported_optimization_types.py +86 -0
- pulumi_azure_native/cdn/v20240901/get_route.py +334 -0
- pulumi_azure_native/cdn/v20240901/get_rule.py +236 -0
- pulumi_azure_native/cdn/v20240901/get_rule_set.py +174 -0
- pulumi_azure_native/cdn/v20240901/get_secret.py +188 -0
- pulumi_azure_native/cdn/v20240901/get_security_policy.py +188 -0
- pulumi_azure_native/cdn/v20240901/origin.py +561 -0
- pulumi_azure_native/cdn/v20240901/origin_group.py +350 -0
- pulumi_azure_native/cdn/v20240901/outputs.py +7068 -0
- pulumi_azure_native/cdn/v20240901/policy.py +441 -0
- pulumi_azure_native/cdn/v20240901/profile.py +396 -0
- pulumi_azure_native/cdn/v20240901/route.py +571 -0
- pulumi_azure_native/cdn/v20240901/rule.py +361 -0
- pulumi_azure_native/cdn/v20240901/rule_set.py +216 -0
- pulumi_azure_native/cdn/v20240901/secret.py +246 -0
- pulumi_azure_native/cdn/v20240901/security_policy.py +246 -0
- pulumi_azure_native/certificateregistration/__init__.py +3 -0
- 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/certificateregistration/v20201001/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20240401/__init__.py +14 -0
- pulumi_azure_native/certificateregistration/v20240401/_enums.py +17 -0
- pulumi_azure_native/certificateregistration/v20240401/_inputs.py +80 -0
- pulumi_azure_native/certificateregistration/v20240401/app_service_certificate_order.py +594 -0
- pulumi_azure_native/certificateregistration/v20240401/app_service_certificate_order_certificate.py +333 -0
- pulumi_azure_native/certificateregistration/v20240401/get_app_service_certificate_order.py +437 -0
- pulumi_azure_native/certificateregistration/v20240401/get_app_service_certificate_order_certificate.py +204 -0
- pulumi_azure_native/certificateregistration/v20240401/outputs.py +281 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_inputs.py +98 -38
- pulumi_azure_native/containerinstance/container_group_profile.py +651 -0
- pulumi_azure_native/containerinstance/get_container_group_profile.py +358 -0
- pulumi_azure_native/containerinstance/outputs.py +78 -21
- pulumi_azure_native/containerinstance/v20240501preview/__init__.py +2 -0
- pulumi_azure_native/containerinstance/v20240501preview/container_group.py +3 -3
- pulumi_azure_native/containerinstance/v20240501preview/container_group_profile.py +649 -0
- pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/v20240501preview/get_container_group_profile.py +356 -0
- pulumi_azure_native/datafactory/_inputs.py +19 -0
- pulumi_azure_native/datafactory/outputs.py +14 -1
- pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -1
- pulumi_azure_native/devices/__init__.py +3 -0
- pulumi_azure_native/devices/dps_certificate.py +3 -3
- pulumi_azure_native/devices/get_dps_certificate.py +2 -2
- pulumi_azure_native/devices/get_iot_dps_resource.py +2 -2
- pulumi_azure_native/devices/get_iot_dps_resource_private_endpoint_connection.py +2 -2
- pulumi_azure_native/devices/iot_dps_resource.py +3 -3
- pulumi_azure_native/devices/iot_dps_resource_private_endpoint_connection.py +3 -3
- pulumi_azure_native/devices/list_iot_dps_resource_keys.py +2 -2
- pulumi_azure_native/devices/list_iot_dps_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/devices/v20200901preview/iot_dps_resource.py +1 -1
- pulumi_azure_native/devices/v20211015/dps_certificate.py +1 -1
- pulumi_azure_native/devices/v20221212/dps_certificate.py +1 -1
- pulumi_azure_native/devices/v20221212/iot_dps_resource.py +1 -1
- pulumi_azure_native/devices/v20221212/iot_dps_resource_private_endpoint_connection.py +1 -1
- pulumi_azure_native/devices/v20230301preview/dps_certificate.py +1 -1
- pulumi_azure_native/devices/v20230301preview/iot_dps_resource.py +1 -1
- pulumi_azure_native/devices/v20230301preview/iot_dps_resource_private_endpoint_connection.py +1 -1
- pulumi_azure_native/devices/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/devices/v20250201preview/_enums.py +118 -0
- pulumi_azure_native/devices/v20250201preview/_inputs.py +894 -0
- pulumi_azure_native/devices/v20250201preview/dps_certificate.py +230 -0
- pulumi_azure_native/devices/v20250201preview/get_dps_certificate.py +163 -0
- pulumi_azure_native/devices/v20250201preview/get_iot_dps_resource.py +241 -0
- pulumi_azure_native/devices/v20250201preview/get_iot_dps_resource_private_endpoint_connection.py +149 -0
- pulumi_azure_native/devices/v20250201preview/iot_dps_resource.py +386 -0
- pulumi_azure_native/devices/v20250201preview/iot_dps_resource_private_endpoint_connection.py +222 -0
- pulumi_azure_native/devices/v20250201preview/list_iot_dps_resource_keys.py +101 -0
- pulumi_azure_native/devices/v20250201preview/list_iot_dps_resource_keys_for_key_name.py +134 -0
- pulumi_azure_native/devices/v20250201preview/outputs.py +1122 -0
- pulumi_azure_native/domainregistration/__init__.py +3 -0
- 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/domainregistration/v20201001/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20201001/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20220901/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20220901/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20230101/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20230101/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20231201/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20231201/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20240401/__init__.py +16 -0
- pulumi_azure_native/domainregistration/v20240401/_enums.py +17 -0
- pulumi_azure_native/domainregistration/v20240401/_inputs.py +429 -0
- pulumi_azure_native/domainregistration/v20240401/domain.py +614 -0
- pulumi_azure_native/domainregistration/v20240401/domain_ownership_identifier.py +236 -0
- pulumi_azure_native/domainregistration/v20240401/get_domain.py +365 -0
- pulumi_azure_native/domainregistration/v20240401/get_domain_ownership_identifier.py +148 -0
- pulumi_azure_native/domainregistration/v20240401/list_domain_recommendations.py +101 -0
- pulumi_azure_native/domainregistration/v20240401/list_top_level_domain_agreements.py +107 -0
- pulumi_azure_native/domainregistration/v20240401/outputs.py +210 -0
- pulumi_azure_native/elasticsan/__init__.py +3 -0
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +1 -1
- pulumi_azure_native/elasticsan/v20240601preview/__init__.py +20 -0
- pulumi_azure_native/elasticsan/v20240601preview/_enums.py +118 -0
- pulumi_azure_native/elasticsan/v20240601preview/_inputs.py +754 -0
- pulumi_azure_native/elasticsan/v20240601preview/elastic_san.py +476 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_elastic_san.py +339 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_volume.py +225 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_volume_group.py +247 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_volume_snapshot.py +197 -0
- pulumi_azure_native/elasticsan/v20240601preview/outputs.py +1163 -0
- pulumi_azure_native/elasticsan/v20240601preview/private_endpoint_connection.py +271 -0
- pulumi_azure_native/elasticsan/v20240601preview/volume.py +331 -0
- pulumi_azure_native/elasticsan/v20240601preview/volume_group.py +386 -0
- pulumi_azure_native/elasticsan/v20240601preview/volume_snapshot.py +272 -0
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/migrate/__init__.py +3 -0
- pulumi_azure_native/migrate/aks_assessment_operation.py +5 -1
- 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/business_case_operation.py +5 -1
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +4 -0
- 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_business_case_operation.py +4 -0
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +4 -0
- 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 +4 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +4 -0
- 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/v20191001/assessment.py +1 -1
- pulumi_azure_native/migrate/v20191001/group.py +1 -1
- pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20191001/project.py +1 -1
- pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/__init__.py +41 -0
- pulumi_azure_native/migrate/v20230501preview/_enums.py +1000 -0
- pulumi_azure_native/migrate/v20230501preview/_inputs.py +3022 -0
- pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +281 -0
- pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +488 -0
- pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1043 -0
- pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1164 -0
- pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +251 -0
- pulumi_azure_native/migrate/v20230501preview/get_aks_assessment_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_assessment_projects_operation.py +316 -0
- pulumi_azure_native/migrate/v20230501preview/get_assessments_operation.py +741 -0
- pulumi_azure_native/migrate/v20230501preview/get_avs_assessments_operation.py +847 -0
- pulumi_azure_native/migrate/v20230501preview/get_business_case_operation.py +191 -0
- pulumi_azure_native/migrate/v20230501preview/get_business_case_operation_report_download_url.py +106 -0
- pulumi_azure_native/migrate/v20230501preview/get_groups_operation.py +261 -0
- pulumi_azure_native/migrate/v20230501preview/get_hyperv_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_import_collectors_operation.py +191 -0
- pulumi_azure_native/migrate/v20230501preview/get_private_endpoint_connection_operation.py +191 -0
- pulumi_azure_native/migrate/v20230501preview/get_server_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_sql_assessment_v2_operation.py +678 -0
- pulumi_azure_native/migrate/v20230501preview/get_sql_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_vmware_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_web_app_assessment_v2_operation.py +537 -0
- pulumi_azure_native/migrate/v20230501preview/get_web_app_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/groups_operation.py +338 -0
- pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +269 -0
- pulumi_azure_native/migrate/v20230501preview/outputs.py +3402 -0
- pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +252 -0
- pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1221 -0
- pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +908 -0
- pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +279 -0
- 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 +5 -1
- pulumi_azure_native/migrate/web_app_collector_operation.py +5 -1
- pulumi_azure_native/network/__init__.py +9 -0
- pulumi_azure_native/network/_enums.py +17 -0
- pulumi_azure_native/network/_inputs.py +58 -0
- pulumi_azure_native/network/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/network/dns_resolver.py +5 -1
- pulumi_azure_native/network/dns_resolver_domain_list.py +289 -0
- pulumi_azure_native/network/dns_resolver_policy.py +259 -0
- pulumi_azure_native/network/dns_resolver_policy_virtual_network_link.py +301 -0
- pulumi_azure_native/network/dns_security_rule.py +391 -0
- pulumi_azure_native/network/forwarding_rule.py +5 -1
- pulumi_azure_native/network/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/network/get_dns_resolver.py +4 -0
- pulumi_azure_native/network/get_dns_resolver_domain_list.py +215 -0
- pulumi_azure_native/network/get_dns_resolver_policy.py +201 -0
- pulumi_azure_native/network/get_dns_resolver_policy_virtual_network_link.py +207 -0
- pulumi_azure_native/network/get_dns_security_rule.py +249 -0
- pulumi_azure_native/network/get_forwarding_rule.py +4 -0
- pulumi_azure_native/network/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/network/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/network/inbound_endpoint.py +3 -3
- pulumi_azure_native/network/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/network/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/network/list_dns_resolver_policy_by_virtual_network.py +103 -0
- pulumi_azure_native/network/outbound_endpoint.py +3 -3
- pulumi_azure_native/network/outputs.py +55 -0
- pulumi_azure_native/network/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/network/v20200401preview/dns_forwarding_ruleset.py +1 -1
- pulumi_azure_native/network/v20200401preview/inbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20200401preview/outbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20200401preview/private_resolver_virtual_network_link.py +1 -1
- pulumi_azure_native/network/v20220701/dns_forwarding_ruleset.py +1 -1
- pulumi_azure_native/network/v20220701/dns_resolver.py +1 -1
- pulumi_azure_native/network/v20220701/forwarding_rule.py +1 -1
- pulumi_azure_native/network/v20220701/inbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20220701/outbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20220701/private_resolver_virtual_network_link.py +1 -1
- pulumi_azure_native/network/v20230701preview/__init__.py +23 -0
- pulumi_azure_native/network/v20230701preview/_enums.py +45 -0
- pulumi_azure_native/network/v20230701preview/_inputs.py +196 -0
- pulumi_azure_native/network/v20230701preview/dns_forwarding_ruleset.py +288 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver.py +298 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver_domain_list.py +287 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver_policy.py +257 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver_policy_virtual_network_link.py +299 -0
- pulumi_azure_native/network/v20230701preview/dns_security_rule.py +389 -0
- pulumi_azure_native/network/v20230701preview/forwarding_rule.py +330 -0
- pulumi_azure_native/network/v20230701preview/get_dns_forwarding_ruleset.py +213 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver.py +227 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver_domain_list.py +213 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver_policy.py +199 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver_policy_virtual_network_link.py +205 -0
- pulumi_azure_native/network/v20230701preview/get_dns_security_rule.py +247 -0
- pulumi_azure_native/network/v20230701preview/get_forwarding_rule.py +219 -0
- pulumi_azure_native/network/v20230701preview/get_inbound_endpoint.py +219 -0
- pulumi_azure_native/network/v20230701preview/get_outbound_endpoint.py +219 -0
- pulumi_azure_native/network/v20230701preview/get_private_resolver_virtual_network_link.py +191 -0
- pulumi_azure_native/network/v20230701preview/inbound_endpoint.py +310 -0
- pulumi_azure_native/network/v20230701preview/list_dns_forwarding_ruleset_by_virtual_network.py +107 -0
- pulumi_azure_native/network/v20230701preview/list_dns_resolver_by_virtual_network.py +107 -0
- pulumi_azure_native/network/v20230701preview/list_dns_resolver_policy_by_virtual_network.py +101 -0
- pulumi_azure_native/network/v20230701preview/outbound_endpoint.py +309 -0
- pulumi_azure_native/network/v20230701preview/outputs.py +220 -8
- pulumi_azure_native/network/v20230701preview/private_resolver_virtual_network_link.py +270 -0
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +4 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +5 -1
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240701/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240701/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240701/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240701/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240701/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20240701/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20240701/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20240701/get_cluster.py +561 -0
- pulumi_azure_native/networkcloud/v20240701/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20240701/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20240701/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20240701/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20240701/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240701/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20240701/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20240701/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20240701/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20240701/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20240701/get_virtual_machine.py +504 -0
- pulumi_azure_native/networkcloud/v20240701/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240701/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240701/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240701/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/securityinsights/__init__.py +8 -0
- pulumi_azure_native/securityinsights/_enums.py +130 -0
- pulumi_azure_native/securityinsights/_inputs.py +818 -0
- 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/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- 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/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +270 -0
- 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/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_bookmark.py +3 -3
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/get_business_application_agent.py +198 -0
- pulumi_azure_native/securityinsights/get_content_package.py +3 -3
- pulumi_azure_native/securityinsights/get_content_template.py +3 -3
- pulumi_azure_native/securityinsights/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_hunt.py +3 -3
- pulumi_azure_native/securityinsights/get_hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/get_hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/get_incident.py +3 -3
- pulumi_azure_native/securityinsights/get_incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/get_incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/get_incident_task.py +3 -3
- pulumi_azure_native/securityinsights/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_metadata.py +3 -3
- pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/get_source_control.py +1 -1
- pulumi_azure_native/securityinsights/get_system.py +207 -0
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/get_watchlist.py +3 -3
- pulumi_azure_native/securityinsights/get_watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- 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_geodata_by_ip.py +4 -0
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +115 -0
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +4 -0
- 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/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/outputs.py +755 -0
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +313 -0
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230501preview/get_source_control.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/__init__.py +138 -0
- pulumi_azure_native/securityinsights/v20240401preview/_enums.py +1494 -0
- pulumi_azure_native/securityinsights/v20240401preview/_inputs.py +10943 -0
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/outputs.py +10545 -0
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20240401preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +260 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicelinker/__init__.py +3 -0
- pulumi_azure_native/servicelinker/connector.py +3 -3
- pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/get_connector.py +2 -2
- pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/get_linker.py +2 -2
- pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/linker.py +3 -3
- pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
- pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20240701preview/__init__.py +19 -0
- pulumi_azure_native/servicelinker/v20240701preview/_enums.py +151 -0
- pulumi_azure_native/servicelinker/v20240701preview/_inputs.py +2620 -0
- pulumi_azure_native/servicelinker/v20240701preview/connector.py +454 -0
- pulumi_azure_native/servicelinker/v20240701preview/connector_dryrun.py +271 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_connector.py +267 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_connector_dryrun.py +197 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_linker.py +255 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_linker_dryrun.py +185 -0
- pulumi_azure_native/servicelinker/v20240701preview/linker.py +413 -0
- pulumi_azure_native/servicelinker/v20240701preview/linker_dryrun.py +230 -0
- pulumi_azure_native/servicelinker/v20240701preview/list_linker_configurations.py +87 -0
- pulumi_azure_native/servicelinker/v20240701preview/outputs.py +2522 -0
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240601preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240923preview/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20240923preview/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20240923preview/_inputs.py +195 -0
- pulumi_azure_native/videoindexer/v20240923preview/account.py +398 -0
- pulumi_azure_native/videoindexer/v20240923preview/get_account.py +283 -0
- pulumi_azure_native/videoindexer/v20240923preview/outputs.py +373 -0
- pulumi_azure_native/web/__init__.py +3 -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/container_app.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_container_app.py +2 -2
- pulumi_azure_native/web/get_kube_environment.py +2 -2
- 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 +4 -0
- pulumi_azure_native/web/get_web_app_site_container_slot.py +4 -0
- 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_container_app_secrets.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/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/v20160301/certificate.py +1 -1
- pulumi_azure_native/web/v20160801/web_app.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_function.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20160901/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20181101/web_app.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20190801/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20190801/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20200601/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20200901/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20201001/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20201001/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20201001/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20201001/certificate.py +1 -1
- pulumi_azure_native/web/v20201001/static_site.py +1 -1
- pulumi_azure_native/web/v20201001/web_app.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_function.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210115/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210201/static_site.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20220901/certificate.py +1 -1
- pulumi_azure_native/web/v20220901/kube_environment.py +1 -1
- pulumi_azure_native/web/v20220901/static_site.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_build_database_connection.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_custom_domain.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_database_connection.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_linked_backend.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_linked_backend_for_build.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site_build.py +1 -1
- pulumi_azure_native/web/v20220901/web_app.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_function.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20230101/certificate.py +1 -1
- pulumi_azure_native/web/v20230101/container_app.py +1 -1
- pulumi_azure_native/web/v20230101/kube_environment.py +1 -1
- pulumi_azure_native/web/v20230101/static_site.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_build_database_connection.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_custom_domain.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_database_connection.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_linked_backend.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_linked_backend_for_build.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site_build.py +1 -1
- pulumi_azure_native/web/v20230101/web_app.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_function.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20231201/certificate.py +1 -1
- pulumi_azure_native/web/v20231201/container_app.py +1 -1
- pulumi_azure_native/web/v20231201/get_web_app.py +15 -1
- pulumi_azure_native/web/v20231201/get_web_app_slot.py +15 -1
- pulumi_azure_native/web/v20231201/kube_environment.py +1 -1
- pulumi_azure_native/web/v20231201/static_site.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_build_database_connection.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_custom_domain.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_database_connection.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_linked_backend.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_linked_backend_for_build.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site_build.py +1 -1
- pulumi_azure_native/web/v20231201/web_app.py +30 -1
- pulumi_azure_native/web/v20231201/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_function.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_container.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_container_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_slot.py +30 -1
- pulumi_azure_native/web/v20231201/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20240401/__init__.py +174 -0
- pulumi_azure_native/web/v20240401/_enums.py +486 -0
- pulumi_azure_native/web/v20240401/_inputs.py +9339 -0
- pulumi_azure_native/web/v20240401/app_service_environment.py +700 -0
- pulumi_azure_native/web/v20240401/app_service_environment_ase_custom_dns_suffix_configuration.py +288 -0
- pulumi_azure_native/web/v20240401/app_service_environment_private_endpoint_connection.py +279 -0
- pulumi_azure_native/web/v20240401/app_service_plan.py +847 -0
- pulumi_azure_native/web/v20240401/app_service_plan_route_for_vnet.py +336 -0
- pulumi_azure_native/web/v20240401/certificate.py +598 -0
- pulumi_azure_native/web/v20240401/container_app.py +364 -0
- pulumi_azure_native/web/v20240401/get_app_service_environment.py +438 -0
- pulumi_azure_native/web/v20240401/get_app_service_environment_ase_custom_dns_suffix_configuration.py +192 -0
- pulumi_azure_native/web/v20240401/get_app_service_environment_private_endpoint_connection.py +188 -0
- pulumi_azure_native/web/v20240401/get_app_service_plan.py +509 -0
- pulumi_azure_native/web/v20240401/get_certificate.py +437 -0
- pulumi_azure_native/web/v20240401/get_container_app.py +241 -0
- pulumi_azure_native/web/v20240401/get_kube_environment.py +312 -0
- pulumi_azure_native/web/v20240401/get_static_site.py +437 -0
- pulumi_azure_native/web/v20240401/get_static_site_build_database_connection.py +211 -0
- pulumi_azure_native/web/v20240401/get_static_site_custom_domain.py +201 -0
- pulumi_azure_native/web/v20240401/get_static_site_database_connection.py +205 -0
- pulumi_azure_native/web/v20240401/get_static_site_linked_backend.py +190 -0
- pulumi_azure_native/web/v20240401/get_static_site_linked_backend_for_build.py +196 -0
- pulumi_azure_native/web/v20240401/get_static_site_private_endpoint_connection.py +188 -0
- pulumi_azure_native/web/v20240401/get_static_site_user_provided_function_app_for_static_site.py +176 -0
- pulumi_azure_native/web/v20240401/get_static_site_user_provided_function_app_for_static_site_build.py +182 -0
- pulumi_azure_native/web/v20240401/get_web_app.py +963 -0
- pulumi_azure_native/web/v20240401/get_web_app_deployment.py +260 -0
- pulumi_azure_native/web/v20240401/get_web_app_deployment_slot.py +266 -0
- pulumi_azure_native/web/v20240401/get_web_app_diagnostic_logs_configuration.py +185 -0
- pulumi_azure_native/web/v20240401/get_web_app_diagnostic_logs_configuration_slot.py +191 -0
- pulumi_azure_native/web/v20240401/get_web_app_domain_ownership_identifier.py +148 -0
- pulumi_azure_native/web/v20240401/get_web_app_domain_ownership_identifier_slot.py +154 -0
- pulumi_azure_native/web/v20240401/get_web_app_ftp_allowed.py +142 -0
- pulumi_azure_native/web/v20240401/get_web_app_ftp_allowed_slot.py +146 -0
- pulumi_azure_native/web/v20240401/get_web_app_function.py +316 -0
- pulumi_azure_native/web/v20240401/get_web_app_host_name_binding.py +260 -0
- pulumi_azure_native/web/v20240401/get_web_app_host_name_binding_slot.py +266 -0
- pulumi_azure_native/web/v20240401/get_web_app_hybrid_connection.py +253 -0
- pulumi_azure_native/web/v20240401/get_web_app_hybrid_connection_slot.py +259 -0
- pulumi_azure_native/web/v20240401/get_web_app_instance_function_slot.py +322 -0
- pulumi_azure_native/web/v20240401/get_web_app_premier_add_on.py +232 -0
- pulumi_azure_native/web/v20240401/get_web_app_premier_add_on_slot.py +238 -0
- pulumi_azure_native/web/v20240401/get_web_app_private_endpoint_connection.py +188 -0
- pulumi_azure_native/web/v20240401/get_web_app_private_endpoint_connection_slot.py +194 -0
- pulumi_azure_native/web/v20240401/get_web_app_public_certificate.py +176 -0
- pulumi_azure_native/web/v20240401/get_web_app_public_certificate_slot.py +182 -0
- pulumi_azure_native/web/v20240401/get_web_app_relay_service_connection.py +211 -0
- pulumi_azure_native/web/v20240401/get_web_app_relay_service_connection_slot.py +217 -0
- pulumi_azure_native/web/v20240401/get_web_app_scm_allowed.py +142 -0
- pulumi_azure_native/web/v20240401/get_web_app_scm_allowed_slot.py +146 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_container.py +303 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_container_slot.py +309 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_extension.py +411 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_extension_slot.py +417 -0
- pulumi_azure_native/web/v20240401/get_web_app_slot.py +969 -0
- pulumi_azure_native/web/v20240401/get_web_app_slot_configuration_names.py +170 -0
- pulumi_azure_native/web/v20240401/get_web_app_source_control.py +227 -0
- pulumi_azure_native/web/v20240401/get_web_app_source_control_slot.py +233 -0
- pulumi_azure_native/web/v20240401/get_web_app_swift_virtual_network_connection.py +156 -0
- pulumi_azure_native/web/v20240401/get_web_app_swift_virtual_network_connection_slot.py +162 -0
- pulumi_azure_native/web/v20240401/get_web_app_vnet_connection.py +234 -0
- pulumi_azure_native/web/v20240401/get_web_app_vnet_connection_slot.py +240 -0
- pulumi_azure_native/web/v20240401/kube_environment.py +517 -0
- pulumi_azure_native/web/v20240401/list_app_service_plan_hybrid_connection_keys.py +168 -0
- pulumi_azure_native/web/v20240401/list_container_app_secrets.py +81 -0
- pulumi_azure_native/web/v20240401/list_site_identifiers_assigned_to_host_name.py +95 -0
- pulumi_azure_native/web/v20240401/list_static_site_app_settings.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_build_app_settings.py +148 -0
- pulumi_azure_native/web/v20240401/list_static_site_build_function_app_settings.py +148 -0
- pulumi_azure_native/web/v20240401/list_static_site_configured_roles.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_function_app_settings.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_secrets.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_users.py +107 -0
- pulumi_azure_native/web/v20240401/list_web_app_application_settings.py +142 -0
- pulumi_azure_native/web/v20240401/list_web_app_application_settings_slot.py +148 -0
- pulumi_azure_native/web/v20240401/list_web_app_auth_settings.py +712 -0
- pulumi_azure_native/web/v20240401/list_web_app_auth_settings_slot.py +718 -0
- pulumi_azure_native/web/v20240401/list_web_app_azure_storage_accounts.py +143 -0
- pulumi_azure_native/web/v20240401/list_web_app_azure_storage_accounts_slot.py +149 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_configuration.py +199 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_configuration_slot.py +205 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_status_secrets.py +355 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_status_secrets_slot.py +361 -0
- pulumi_azure_native/web/v20240401/list_web_app_connection_strings.py +143 -0
- pulumi_azure_native/web/v20240401/list_web_app_connection_strings_slot.py +149 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_keys.py +148 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_keys_slot.py +154 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_secrets.py +106 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_secrets_slot.py +112 -0
- pulumi_azure_native/web/v20240401/list_web_app_host_keys.py +114 -0
- pulumi_azure_native/web/v20240401/list_web_app_host_keys_slot.py +120 -0
- pulumi_azure_native/web/v20240401/list_web_app_metadata.py +142 -0
- pulumi_azure_native/web/v20240401/list_web_app_metadata_slot.py +148 -0
- pulumi_azure_native/web/v20240401/list_web_app_publishing_credentials.py +198 -0
- pulumi_azure_native/web/v20240401/list_web_app_publishing_credentials_slot.py +204 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_backups.py +101 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_backups_slot.py +107 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_push_settings.py +187 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_push_settings_slot.py +193 -0
- pulumi_azure_native/web/v20240401/list_web_app_sync_function_triggers.py +100 -0
- pulumi_azure_native/web/v20240401/list_web_app_sync_function_triggers_slot.py +106 -0
- pulumi_azure_native/web/v20240401/list_web_app_workflows_connections.py +157 -0
- pulumi_azure_native/web/v20240401/list_web_app_workflows_connections_slot.py +163 -0
- pulumi_azure_native/web/v20240401/list_workflow_run_action_expression_traces.py +127 -0
- pulumi_azure_native/web/v20240401/list_workflow_run_action_repetition_expression_traces.py +133 -0
- pulumi_azure_native/web/v20240401/list_workflow_trigger_callback_url.py +169 -0
- pulumi_azure_native/web/v20240401/outputs.py +9010 -0
- pulumi_azure_native/web/v20240401/static_site.py +675 -0
- pulumi_azure_native/web/v20240401/static_site_build_database_connection.py +357 -0
- pulumi_azure_native/web/v20240401/static_site_custom_domain.py +277 -0
- pulumi_azure_native/web/v20240401/static_site_database_connection.py +336 -0
- pulumi_azure_native/web/v20240401/static_site_linked_backend.py +285 -0
- pulumi_azure_native/web/v20240401/static_site_linked_backend_for_build.py +306 -0
- pulumi_azure_native/web/v20240401/static_site_private_endpoint_connection.py +284 -0
- pulumi_azure_native/web/v20240401/static_site_user_provided_function_app_for_static_site.py +295 -0
- pulumi_azure_native/web/v20240401/static_site_user_provided_function_app_for_static_site_build.py +316 -0
- pulumi_azure_native/web/v20240401/web_app.py +1601 -0
- pulumi_azure_native/web/v20240401/web_app_application_settings.py +216 -0
- pulumi_azure_native/web/v20240401/web_app_application_settings_slot.py +237 -0
- pulumi_azure_native/web/v20240401/web_app_auth_settings.py +1498 -0
- pulumi_azure_native/web/v20240401/web_app_auth_settings_slot.py +1519 -0
- pulumi_azure_native/web/v20240401/web_app_azure_storage_accounts.py +219 -0
- pulumi_azure_native/web/v20240401/web_app_azure_storage_accounts_slot.py +240 -0
- pulumi_azure_native/web/v20240401/web_app_backup_configuration.py +336 -0
- pulumi_azure_native/web/v20240401/web_app_backup_configuration_slot.py +357 -0
- pulumi_azure_native/web/v20240401/web_app_connection_strings.py +219 -0
- pulumi_azure_native/web/v20240401/web_app_connection_strings_slot.py +240 -0
- pulumi_azure_native/web/v20240401/web_app_deployment.py +468 -0
- pulumi_azure_native/web/v20240401/web_app_deployment_slot.py +489 -0
- pulumi_azure_native/web/v20240401/web_app_diagnostic_logs_configuration.py +306 -0
- pulumi_azure_native/web/v20240401/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20240401/web_app_domain_ownership_identifier.py +236 -0
- pulumi_azure_native/web/v20240401/web_app_domain_ownership_identifier_slot.py +257 -0
- pulumi_azure_native/web/v20240401/web_app_ftp_allowed.py +217 -0
- pulumi_azure_native/web/v20240401/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20240401/web_app_function.py +584 -0
- pulumi_azure_native/web/v20240401/web_app_host_name_binding.py +450 -0
- pulumi_azure_native/web/v20240401/web_app_host_name_binding_slot.py +471 -0
- pulumi_azure_native/web/v20240401/web_app_hybrid_connection.py +444 -0
- pulumi_azure_native/web/v20240401/web_app_hybrid_connection_slot.py +465 -0
- pulumi_azure_native/web/v20240401/web_app_instance_function_slot.py +605 -0
- pulumi_azure_native/web/v20240401/web_app_metadata.py +216 -0
- pulumi_azure_native/web/v20240401/web_app_metadata_slot.py +237 -0
- pulumi_azure_native/web/v20240401/web_app_premier_add_on.py +410 -0
- pulumi_azure_native/web/v20240401/web_app_premier_add_on_slot.py +431 -0
- pulumi_azure_native/web/v20240401/web_app_private_endpoint_connection.py +279 -0
- pulumi_azure_native/web/v20240401/web_app_private_endpoint_connection_slot.py +295 -0
- pulumi_azure_native/web/v20240401/web_app_public_certificate.py +276 -0
- pulumi_azure_native/web/v20240401/web_app_public_certificate_slot.py +297 -0
- pulumi_azure_native/web/v20240401/web_app_relay_service_connection.py +334 -0
- pulumi_azure_native/web/v20240401/web_app_relay_service_connection_slot.py +355 -0
- pulumi_azure_native/web/v20240401/web_app_scm_allowed.py +217 -0
- pulumi_azure_native/web/v20240401/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20240401/web_app_site_container.py +522 -0
- pulumi_azure_native/web/v20240401/web_app_site_container_slot.py +543 -0
- pulumi_azure_native/web/v20240401/web_app_site_extension.py +385 -0
- pulumi_azure_native/web/v20240401/web_app_site_extension_slot.py +406 -0
- pulumi_azure_native/web/v20240401/web_app_site_push_settings.py +316 -0
- pulumi_azure_native/web/v20240401/web_app_site_push_settings_slot.py +337 -0
- pulumi_azure_native/web/v20240401/web_app_slot.py +1622 -0
- pulumi_azure_native/web/v20240401/web_app_slot_configuration_names.py +274 -0
- pulumi_azure_native/web/v20240401/web_app_source_control.py +392 -0
- pulumi_azure_native/web/v20240401/web_app_source_control_slot.py +413 -0
- pulumi_azure_native/web/v20240401/web_app_swift_virtual_network_connection.py +245 -0
- pulumi_azure_native/web/v20240401/web_app_swift_virtual_network_connection_slot.py +266 -0
- pulumi_azure_native/web/v20240401/web_app_vnet_connection.py +358 -0
- pulumi_azure_native/web/v20240401/web_app_vnet_connection_slot.py +379 -0
- 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 +5 -1
- pulumi_azure_native/web/web_app_site_container_slot.py +5 -1
- 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-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/RECORD +2480 -1966
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2522 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'AccessKeyInfoBaseResponse',
|
|
21
|
+
'AzureAppConfigPropertiesResponse',
|
|
22
|
+
'AzureKeyVaultPropertiesResponse',
|
|
23
|
+
'AzureResourceResponse',
|
|
24
|
+
'BasicErrorDryrunPrerequisiteResultResponse',
|
|
25
|
+
'ConfigurationInfoResponse',
|
|
26
|
+
'ConfigurationStoreResponse',
|
|
27
|
+
'ConfluentBootstrapServerResponse',
|
|
28
|
+
'ConfluentSchemaRegistryResponse',
|
|
29
|
+
'CreateOrUpdateDryrunParametersResponse',
|
|
30
|
+
'DaprMetadataResponse',
|
|
31
|
+
'DaprPropertiesResponse',
|
|
32
|
+
'DryrunOperationPreviewResponse',
|
|
33
|
+
'EasyAuthMicrosoftEntraIDAuthInfoResponse',
|
|
34
|
+
'FabricPlatformResponse',
|
|
35
|
+
'FirewallRulesResponse',
|
|
36
|
+
'KeyVaultSecretReferenceSecretInfoResponse',
|
|
37
|
+
'KeyVaultSecretUriSecretInfoResponse',
|
|
38
|
+
'PermissionsMissingDryrunPrerequisiteResultResponse',
|
|
39
|
+
'PublicNetworkSolutionResponse',
|
|
40
|
+
'SecretAuthInfoResponse',
|
|
41
|
+
'SecretStoreResponse',
|
|
42
|
+
'SelfHostedServerResponse',
|
|
43
|
+
'ServicePrincipalCertificateAuthInfoResponse',
|
|
44
|
+
'ServicePrincipalSecretAuthInfoResponse',
|
|
45
|
+
'SourceConfigurationResponse',
|
|
46
|
+
'SystemAssignedIdentityAuthInfoResponse',
|
|
47
|
+
'SystemDataResponse',
|
|
48
|
+
'UserAccountAuthInfoResponse',
|
|
49
|
+
'UserAssignedIdentityAuthInfoResponse',
|
|
50
|
+
'VNetSolutionResponse',
|
|
51
|
+
'ValueSecretInfoResponse',
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
@pulumi.output_type
|
|
55
|
+
class AccessKeyInfoBaseResponse(dict):
|
|
56
|
+
"""
|
|
57
|
+
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
|
|
58
|
+
"""
|
|
59
|
+
@staticmethod
|
|
60
|
+
def __key_warning(key: str):
|
|
61
|
+
suggest = None
|
|
62
|
+
if key == "authType":
|
|
63
|
+
suggest = "auth_type"
|
|
64
|
+
elif key == "authMode":
|
|
65
|
+
suggest = "auth_mode"
|
|
66
|
+
|
|
67
|
+
if suggest:
|
|
68
|
+
pulumi.log.warn(f"Key '{key}' not found in AccessKeyInfoBaseResponse. Access the value via the '{suggest}' property getter instead.")
|
|
69
|
+
|
|
70
|
+
def __getitem__(self, key: str) -> Any:
|
|
71
|
+
AccessKeyInfoBaseResponse.__key_warning(key)
|
|
72
|
+
return super().__getitem__(key)
|
|
73
|
+
|
|
74
|
+
def get(self, key: str, default = None) -> Any:
|
|
75
|
+
AccessKeyInfoBaseResponse.__key_warning(key)
|
|
76
|
+
return super().get(key, default)
|
|
77
|
+
|
|
78
|
+
def __init__(__self__, *,
|
|
79
|
+
auth_type: str,
|
|
80
|
+
auth_mode: Optional[str] = None,
|
|
81
|
+
permissions: Optional[Sequence[str]] = None):
|
|
82
|
+
"""
|
|
83
|
+
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
|
|
84
|
+
:param str auth_type: The authentication type.
|
|
85
|
+
Expected value is 'accessKey'.
|
|
86
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
87
|
+
:param Sequence[str] permissions: Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.
|
|
88
|
+
"""
|
|
89
|
+
pulumi.set(__self__, "auth_type", 'accessKey')
|
|
90
|
+
if auth_mode is not None:
|
|
91
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
92
|
+
if permissions is not None:
|
|
93
|
+
pulumi.set(__self__, "permissions", permissions)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="authType")
|
|
97
|
+
def auth_type(self) -> str:
|
|
98
|
+
"""
|
|
99
|
+
The authentication type.
|
|
100
|
+
Expected value is 'accessKey'.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "auth_type")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="authMode")
|
|
106
|
+
def auth_mode(self) -> Optional[str]:
|
|
107
|
+
"""
|
|
108
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "auth_mode")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def permissions(self) -> Optional[Sequence[str]]:
|
|
115
|
+
"""
|
|
116
|
+
Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "permissions")
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
@pulumi.output_type
|
|
122
|
+
class AzureAppConfigPropertiesResponse(dict):
|
|
123
|
+
"""
|
|
124
|
+
The resource properties when type is Azure App Configuration
|
|
125
|
+
"""
|
|
126
|
+
@staticmethod
|
|
127
|
+
def __key_warning(key: str):
|
|
128
|
+
suggest = None
|
|
129
|
+
if key == "connectWithKubernetesExtension":
|
|
130
|
+
suggest = "connect_with_kubernetes_extension"
|
|
131
|
+
|
|
132
|
+
if suggest:
|
|
133
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureAppConfigPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
134
|
+
|
|
135
|
+
def __getitem__(self, key: str) -> Any:
|
|
136
|
+
AzureAppConfigPropertiesResponse.__key_warning(key)
|
|
137
|
+
return super().__getitem__(key)
|
|
138
|
+
|
|
139
|
+
def get(self, key: str, default = None) -> Any:
|
|
140
|
+
AzureAppConfigPropertiesResponse.__key_warning(key)
|
|
141
|
+
return super().get(key, default)
|
|
142
|
+
|
|
143
|
+
def __init__(__self__, *,
|
|
144
|
+
type: str,
|
|
145
|
+
connect_with_kubernetes_extension: Optional[bool] = None):
|
|
146
|
+
"""
|
|
147
|
+
The resource properties when type is Azure App Configuration
|
|
148
|
+
:param str type: The azure resource type.
|
|
149
|
+
Expected value is 'AppConfig'.
|
|
150
|
+
:param bool connect_with_kubernetes_extension: True if connection enables app configuration kubernetes extension.
|
|
151
|
+
"""
|
|
152
|
+
pulumi.set(__self__, "type", 'AppConfig')
|
|
153
|
+
if connect_with_kubernetes_extension is not None:
|
|
154
|
+
pulumi.set(__self__, "connect_with_kubernetes_extension", connect_with_kubernetes_extension)
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def type(self) -> str:
|
|
159
|
+
"""
|
|
160
|
+
The azure resource type.
|
|
161
|
+
Expected value is 'AppConfig'.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "type")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="connectWithKubernetesExtension")
|
|
167
|
+
def connect_with_kubernetes_extension(self) -> Optional[bool]:
|
|
168
|
+
"""
|
|
169
|
+
True if connection enables app configuration kubernetes extension.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "connect_with_kubernetes_extension")
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
@pulumi.output_type
|
|
175
|
+
class AzureKeyVaultPropertiesResponse(dict):
|
|
176
|
+
"""
|
|
177
|
+
The resource properties when type is Azure Key Vault
|
|
178
|
+
"""
|
|
179
|
+
@staticmethod
|
|
180
|
+
def __key_warning(key: str):
|
|
181
|
+
suggest = None
|
|
182
|
+
if key == "connectAsKubernetesCsiDriver":
|
|
183
|
+
suggest = "connect_as_kubernetes_csi_driver"
|
|
184
|
+
|
|
185
|
+
if suggest:
|
|
186
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureKeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
187
|
+
|
|
188
|
+
def __getitem__(self, key: str) -> Any:
|
|
189
|
+
AzureKeyVaultPropertiesResponse.__key_warning(key)
|
|
190
|
+
return super().__getitem__(key)
|
|
191
|
+
|
|
192
|
+
def get(self, key: str, default = None) -> Any:
|
|
193
|
+
AzureKeyVaultPropertiesResponse.__key_warning(key)
|
|
194
|
+
return super().get(key, default)
|
|
195
|
+
|
|
196
|
+
def __init__(__self__, *,
|
|
197
|
+
type: str,
|
|
198
|
+
connect_as_kubernetes_csi_driver: Optional[bool] = None):
|
|
199
|
+
"""
|
|
200
|
+
The resource properties when type is Azure Key Vault
|
|
201
|
+
:param str type: The azure resource type.
|
|
202
|
+
Expected value is 'KeyVault'.
|
|
203
|
+
:param bool connect_as_kubernetes_csi_driver: True if connect via Kubernetes CSI Driver.
|
|
204
|
+
"""
|
|
205
|
+
pulumi.set(__self__, "type", 'KeyVault')
|
|
206
|
+
if connect_as_kubernetes_csi_driver is not None:
|
|
207
|
+
pulumi.set(__self__, "connect_as_kubernetes_csi_driver", connect_as_kubernetes_csi_driver)
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter
|
|
211
|
+
def type(self) -> str:
|
|
212
|
+
"""
|
|
213
|
+
The azure resource type.
|
|
214
|
+
Expected value is 'KeyVault'.
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "type")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="connectAsKubernetesCsiDriver")
|
|
220
|
+
def connect_as_kubernetes_csi_driver(self) -> Optional[bool]:
|
|
221
|
+
"""
|
|
222
|
+
True if connect via Kubernetes CSI Driver.
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "connect_as_kubernetes_csi_driver")
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
@pulumi.output_type
|
|
228
|
+
class AzureResourceResponse(dict):
|
|
229
|
+
"""
|
|
230
|
+
The azure resource info when target service type is AzureResource
|
|
231
|
+
"""
|
|
232
|
+
@staticmethod
|
|
233
|
+
def __key_warning(key: str):
|
|
234
|
+
suggest = None
|
|
235
|
+
if key == "resourceProperties":
|
|
236
|
+
suggest = "resource_properties"
|
|
237
|
+
|
|
238
|
+
if suggest:
|
|
239
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureResourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
240
|
+
|
|
241
|
+
def __getitem__(self, key: str) -> Any:
|
|
242
|
+
AzureResourceResponse.__key_warning(key)
|
|
243
|
+
return super().__getitem__(key)
|
|
244
|
+
|
|
245
|
+
def get(self, key: str, default = None) -> Any:
|
|
246
|
+
AzureResourceResponse.__key_warning(key)
|
|
247
|
+
return super().get(key, default)
|
|
248
|
+
|
|
249
|
+
def __init__(__self__, *,
|
|
250
|
+
type: str,
|
|
251
|
+
id: Optional[str] = None,
|
|
252
|
+
resource_properties: Optional[Any] = None):
|
|
253
|
+
"""
|
|
254
|
+
The azure resource info when target service type is AzureResource
|
|
255
|
+
:param str type: The target service type.
|
|
256
|
+
Expected value is 'AzureResource'.
|
|
257
|
+
:param str id: The Id of azure resource.
|
|
258
|
+
:param Union['AzureAppConfigPropertiesResponse', 'AzureKeyVaultPropertiesResponse'] resource_properties: The azure resource connection related properties.
|
|
259
|
+
"""
|
|
260
|
+
pulumi.set(__self__, "type", 'AzureResource')
|
|
261
|
+
if id is not None:
|
|
262
|
+
pulumi.set(__self__, "id", id)
|
|
263
|
+
if resource_properties is not None:
|
|
264
|
+
pulumi.set(__self__, "resource_properties", resource_properties)
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter
|
|
268
|
+
def type(self) -> str:
|
|
269
|
+
"""
|
|
270
|
+
The target service type.
|
|
271
|
+
Expected value is 'AzureResource'.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "type")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def id(self) -> Optional[str]:
|
|
278
|
+
"""
|
|
279
|
+
The Id of azure resource.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "id")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="resourceProperties")
|
|
285
|
+
def resource_properties(self) -> Optional[Any]:
|
|
286
|
+
"""
|
|
287
|
+
The azure resource connection related properties.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "resource_properties")
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
@pulumi.output_type
|
|
293
|
+
class BasicErrorDryrunPrerequisiteResultResponse(dict):
|
|
294
|
+
"""
|
|
295
|
+
The represent of basic error
|
|
296
|
+
"""
|
|
297
|
+
def __init__(__self__, *,
|
|
298
|
+
type: str,
|
|
299
|
+
code: Optional[str] = None,
|
|
300
|
+
message: Optional[str] = None):
|
|
301
|
+
"""
|
|
302
|
+
The represent of basic error
|
|
303
|
+
:param str type: The type of dryrun result.
|
|
304
|
+
Expected value is 'basicError'.
|
|
305
|
+
:param str code: The error code.
|
|
306
|
+
:param str message: The error message.
|
|
307
|
+
"""
|
|
308
|
+
pulumi.set(__self__, "type", 'basicError')
|
|
309
|
+
if code is not None:
|
|
310
|
+
pulumi.set(__self__, "code", code)
|
|
311
|
+
if message is not None:
|
|
312
|
+
pulumi.set(__self__, "message", message)
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter
|
|
316
|
+
def type(self) -> str:
|
|
317
|
+
"""
|
|
318
|
+
The type of dryrun result.
|
|
319
|
+
Expected value is 'basicError'.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "type")
|
|
322
|
+
|
|
323
|
+
@property
|
|
324
|
+
@pulumi.getter
|
|
325
|
+
def code(self) -> Optional[str]:
|
|
326
|
+
"""
|
|
327
|
+
The error code.
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "code")
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter
|
|
333
|
+
def message(self) -> Optional[str]:
|
|
334
|
+
"""
|
|
335
|
+
The error message.
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "message")
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
@pulumi.output_type
|
|
341
|
+
class ConfigurationInfoResponse(dict):
|
|
342
|
+
"""
|
|
343
|
+
The configuration information, used to generate configurations or save to applications
|
|
344
|
+
"""
|
|
345
|
+
@staticmethod
|
|
346
|
+
def __key_warning(key: str):
|
|
347
|
+
suggest = None
|
|
348
|
+
if key == "additionalConfigurations":
|
|
349
|
+
suggest = "additional_configurations"
|
|
350
|
+
elif key == "additionalConnectionStringProperties":
|
|
351
|
+
suggest = "additional_connection_string_properties"
|
|
352
|
+
elif key == "configurationStore":
|
|
353
|
+
suggest = "configuration_store"
|
|
354
|
+
elif key == "customizedKeys":
|
|
355
|
+
suggest = "customized_keys"
|
|
356
|
+
elif key == "daprProperties":
|
|
357
|
+
suggest = "dapr_properties"
|
|
358
|
+
elif key == "deleteOrUpdateBehavior":
|
|
359
|
+
suggest = "delete_or_update_behavior"
|
|
360
|
+
|
|
361
|
+
if suggest:
|
|
362
|
+
pulumi.log.warn(f"Key '{key}' not found in ConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
363
|
+
|
|
364
|
+
def __getitem__(self, key: str) -> Any:
|
|
365
|
+
ConfigurationInfoResponse.__key_warning(key)
|
|
366
|
+
return super().__getitem__(key)
|
|
367
|
+
|
|
368
|
+
def get(self, key: str, default = None) -> Any:
|
|
369
|
+
ConfigurationInfoResponse.__key_warning(key)
|
|
370
|
+
return super().get(key, default)
|
|
371
|
+
|
|
372
|
+
def __init__(__self__, *,
|
|
373
|
+
action: Optional[str] = None,
|
|
374
|
+
additional_configurations: Optional[Mapping[str, str]] = None,
|
|
375
|
+
additional_connection_string_properties: Optional[Mapping[str, str]] = None,
|
|
376
|
+
configuration_store: Optional['outputs.ConfigurationStoreResponse'] = None,
|
|
377
|
+
customized_keys: Optional[Mapping[str, str]] = None,
|
|
378
|
+
dapr_properties: Optional['outputs.DaprPropertiesResponse'] = None,
|
|
379
|
+
delete_or_update_behavior: Optional[str] = None):
|
|
380
|
+
"""
|
|
381
|
+
The configuration information, used to generate configurations or save to applications
|
|
382
|
+
:param str action: Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.
|
|
383
|
+
:param Mapping[str, str] additional_configurations: A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations
|
|
384
|
+
:param Mapping[str, str] additional_connection_string_properties: A dictionary of additional properties to be added in the end of connection string.
|
|
385
|
+
:param 'ConfigurationStoreResponse' configuration_store: An option to store configuration into different place
|
|
386
|
+
:param Mapping[str, str] customized_keys: Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations
|
|
387
|
+
:param 'DaprPropertiesResponse' dapr_properties: Indicates some additional properties for dapr client type
|
|
388
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
389
|
+
"""
|
|
390
|
+
if action is not None:
|
|
391
|
+
pulumi.set(__self__, "action", action)
|
|
392
|
+
if additional_configurations is not None:
|
|
393
|
+
pulumi.set(__self__, "additional_configurations", additional_configurations)
|
|
394
|
+
if additional_connection_string_properties is not None:
|
|
395
|
+
pulumi.set(__self__, "additional_connection_string_properties", additional_connection_string_properties)
|
|
396
|
+
if configuration_store is not None:
|
|
397
|
+
pulumi.set(__self__, "configuration_store", configuration_store)
|
|
398
|
+
if customized_keys is not None:
|
|
399
|
+
pulumi.set(__self__, "customized_keys", customized_keys)
|
|
400
|
+
if dapr_properties is not None:
|
|
401
|
+
pulumi.set(__self__, "dapr_properties", dapr_properties)
|
|
402
|
+
if delete_or_update_behavior is not None:
|
|
403
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter
|
|
407
|
+
def action(self) -> Optional[str]:
|
|
408
|
+
"""
|
|
409
|
+
Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "action")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="additionalConfigurations")
|
|
415
|
+
def additional_configurations(self) -> Optional[Mapping[str, str]]:
|
|
416
|
+
"""
|
|
417
|
+
A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "additional_configurations")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="additionalConnectionStringProperties")
|
|
423
|
+
def additional_connection_string_properties(self) -> Optional[Mapping[str, str]]:
|
|
424
|
+
"""
|
|
425
|
+
A dictionary of additional properties to be added in the end of connection string.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "additional_connection_string_properties")
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter(name="configurationStore")
|
|
431
|
+
def configuration_store(self) -> Optional['outputs.ConfigurationStoreResponse']:
|
|
432
|
+
"""
|
|
433
|
+
An option to store configuration into different place
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "configuration_store")
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
@pulumi.getter(name="customizedKeys")
|
|
439
|
+
def customized_keys(self) -> Optional[Mapping[str, str]]:
|
|
440
|
+
"""
|
|
441
|
+
Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "customized_keys")
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter(name="daprProperties")
|
|
447
|
+
def dapr_properties(self) -> Optional['outputs.DaprPropertiesResponse']:
|
|
448
|
+
"""
|
|
449
|
+
Indicates some additional properties for dapr client type
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "dapr_properties")
|
|
452
|
+
|
|
453
|
+
@property
|
|
454
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
455
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
456
|
+
"""
|
|
457
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
458
|
+
"""
|
|
459
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
@pulumi.output_type
|
|
463
|
+
class ConfigurationStoreResponse(dict):
|
|
464
|
+
"""
|
|
465
|
+
An option to store configuration into different place
|
|
466
|
+
"""
|
|
467
|
+
@staticmethod
|
|
468
|
+
def __key_warning(key: str):
|
|
469
|
+
suggest = None
|
|
470
|
+
if key == "appConfigurationId":
|
|
471
|
+
suggest = "app_configuration_id"
|
|
472
|
+
|
|
473
|
+
if suggest:
|
|
474
|
+
pulumi.log.warn(f"Key '{key}' not found in ConfigurationStoreResponse. Access the value via the '{suggest}' property getter instead.")
|
|
475
|
+
|
|
476
|
+
def __getitem__(self, key: str) -> Any:
|
|
477
|
+
ConfigurationStoreResponse.__key_warning(key)
|
|
478
|
+
return super().__getitem__(key)
|
|
479
|
+
|
|
480
|
+
def get(self, key: str, default = None) -> Any:
|
|
481
|
+
ConfigurationStoreResponse.__key_warning(key)
|
|
482
|
+
return super().get(key, default)
|
|
483
|
+
|
|
484
|
+
def __init__(__self__, *,
|
|
485
|
+
app_configuration_id: Optional[str] = None):
|
|
486
|
+
"""
|
|
487
|
+
An option to store configuration into different place
|
|
488
|
+
:param str app_configuration_id: The app configuration id to store configuration
|
|
489
|
+
"""
|
|
490
|
+
if app_configuration_id is not None:
|
|
491
|
+
pulumi.set(__self__, "app_configuration_id", app_configuration_id)
|
|
492
|
+
|
|
493
|
+
@property
|
|
494
|
+
@pulumi.getter(name="appConfigurationId")
|
|
495
|
+
def app_configuration_id(self) -> Optional[str]:
|
|
496
|
+
"""
|
|
497
|
+
The app configuration id to store configuration
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "app_configuration_id")
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
@pulumi.output_type
|
|
503
|
+
class ConfluentBootstrapServerResponse(dict):
|
|
504
|
+
"""
|
|
505
|
+
The service properties when target service type is ConfluentBootstrapServer
|
|
506
|
+
"""
|
|
507
|
+
def __init__(__self__, *,
|
|
508
|
+
type: str,
|
|
509
|
+
endpoint: Optional[str] = None):
|
|
510
|
+
"""
|
|
511
|
+
The service properties when target service type is ConfluentBootstrapServer
|
|
512
|
+
:param str type: The target service type.
|
|
513
|
+
Expected value is 'ConfluentBootstrapServer'.
|
|
514
|
+
:param str endpoint: The endpoint of service.
|
|
515
|
+
"""
|
|
516
|
+
pulumi.set(__self__, "type", 'ConfluentBootstrapServer')
|
|
517
|
+
if endpoint is not None:
|
|
518
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter
|
|
522
|
+
def type(self) -> str:
|
|
523
|
+
"""
|
|
524
|
+
The target service type.
|
|
525
|
+
Expected value is 'ConfluentBootstrapServer'.
|
|
526
|
+
"""
|
|
527
|
+
return pulumi.get(self, "type")
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
@pulumi.getter
|
|
531
|
+
def endpoint(self) -> Optional[str]:
|
|
532
|
+
"""
|
|
533
|
+
The endpoint of service.
|
|
534
|
+
"""
|
|
535
|
+
return pulumi.get(self, "endpoint")
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
@pulumi.output_type
|
|
539
|
+
class ConfluentSchemaRegistryResponse(dict):
|
|
540
|
+
"""
|
|
541
|
+
The service properties when target service type is ConfluentSchemaRegistry
|
|
542
|
+
"""
|
|
543
|
+
def __init__(__self__, *,
|
|
544
|
+
type: str,
|
|
545
|
+
endpoint: Optional[str] = None):
|
|
546
|
+
"""
|
|
547
|
+
The service properties when target service type is ConfluentSchemaRegistry
|
|
548
|
+
:param str type: The target service type.
|
|
549
|
+
Expected value is 'ConfluentSchemaRegistry'.
|
|
550
|
+
:param str endpoint: The endpoint of service.
|
|
551
|
+
"""
|
|
552
|
+
pulumi.set(__self__, "type", 'ConfluentSchemaRegistry')
|
|
553
|
+
if endpoint is not None:
|
|
554
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter
|
|
558
|
+
def type(self) -> str:
|
|
559
|
+
"""
|
|
560
|
+
The target service type.
|
|
561
|
+
Expected value is 'ConfluentSchemaRegistry'.
|
|
562
|
+
"""
|
|
563
|
+
return pulumi.get(self, "type")
|
|
564
|
+
|
|
565
|
+
@property
|
|
566
|
+
@pulumi.getter
|
|
567
|
+
def endpoint(self) -> Optional[str]:
|
|
568
|
+
"""
|
|
569
|
+
The endpoint of service.
|
|
570
|
+
"""
|
|
571
|
+
return pulumi.get(self, "endpoint")
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
@pulumi.output_type
|
|
575
|
+
class CreateOrUpdateDryrunParametersResponse(dict):
|
|
576
|
+
"""
|
|
577
|
+
The dryrun parameters for creation or update a linker
|
|
578
|
+
"""
|
|
579
|
+
@staticmethod
|
|
580
|
+
def __key_warning(key: str):
|
|
581
|
+
suggest = None
|
|
582
|
+
if key == "actionName":
|
|
583
|
+
suggest = "action_name"
|
|
584
|
+
elif key == "provisioningState":
|
|
585
|
+
suggest = "provisioning_state"
|
|
586
|
+
elif key == "authInfo":
|
|
587
|
+
suggest = "auth_info"
|
|
588
|
+
elif key == "clientType":
|
|
589
|
+
suggest = "client_type"
|
|
590
|
+
elif key == "configurationInfo":
|
|
591
|
+
suggest = "configuration_info"
|
|
592
|
+
elif key == "publicNetworkSolution":
|
|
593
|
+
suggest = "public_network_solution"
|
|
594
|
+
elif key == "secretStore":
|
|
595
|
+
suggest = "secret_store"
|
|
596
|
+
elif key == "targetService":
|
|
597
|
+
suggest = "target_service"
|
|
598
|
+
elif key == "vNetSolution":
|
|
599
|
+
suggest = "v_net_solution"
|
|
600
|
+
|
|
601
|
+
if suggest:
|
|
602
|
+
pulumi.log.warn(f"Key '{key}' not found in CreateOrUpdateDryrunParametersResponse. Access the value via the '{suggest}' property getter instead.")
|
|
603
|
+
|
|
604
|
+
def __getitem__(self, key: str) -> Any:
|
|
605
|
+
CreateOrUpdateDryrunParametersResponse.__key_warning(key)
|
|
606
|
+
return super().__getitem__(key)
|
|
607
|
+
|
|
608
|
+
def get(self, key: str, default = None) -> Any:
|
|
609
|
+
CreateOrUpdateDryrunParametersResponse.__key_warning(key)
|
|
610
|
+
return super().get(key, default)
|
|
611
|
+
|
|
612
|
+
def __init__(__self__, *,
|
|
613
|
+
action_name: str,
|
|
614
|
+
provisioning_state: str,
|
|
615
|
+
auth_info: Optional[Any] = None,
|
|
616
|
+
client_type: Optional[str] = None,
|
|
617
|
+
configuration_info: Optional['outputs.ConfigurationInfoResponse'] = None,
|
|
618
|
+
public_network_solution: Optional['outputs.PublicNetworkSolutionResponse'] = None,
|
|
619
|
+
scope: Optional[str] = None,
|
|
620
|
+
secret_store: Optional['outputs.SecretStoreResponse'] = None,
|
|
621
|
+
target_service: Optional[Any] = None,
|
|
622
|
+
v_net_solution: Optional['outputs.VNetSolutionResponse'] = None):
|
|
623
|
+
"""
|
|
624
|
+
The dryrun parameters for creation or update a linker
|
|
625
|
+
:param str action_name: The name of action for you dryrun job.
|
|
626
|
+
Expected value is 'createOrUpdate'.
|
|
627
|
+
:param str provisioning_state: The provisioning state.
|
|
628
|
+
:param Union['AccessKeyInfoBaseResponse', 'EasyAuthMicrosoftEntraIDAuthInfoResponse', 'SecretAuthInfoResponse', 'ServicePrincipalCertificateAuthInfoResponse', 'ServicePrincipalSecretAuthInfoResponse', 'SystemAssignedIdentityAuthInfoResponse', 'UserAccountAuthInfoResponse', 'UserAssignedIdentityAuthInfoResponse'] auth_info: The authentication type.
|
|
629
|
+
:param str client_type: The application client type
|
|
630
|
+
:param 'ConfigurationInfoResponse' configuration_info: The connection information consumed by applications, including secrets, connection strings.
|
|
631
|
+
:param 'PublicNetworkSolutionResponse' public_network_solution: The network solution.
|
|
632
|
+
:param str scope: connection scope in source service.
|
|
633
|
+
:param 'SecretStoreResponse' secret_store: An option to store secret value in secure place
|
|
634
|
+
:param Union['AzureResourceResponse', 'ConfluentBootstrapServerResponse', 'ConfluentSchemaRegistryResponse', 'FabricPlatformResponse', 'SelfHostedServerResponse'] target_service: The target service properties
|
|
635
|
+
:param 'VNetSolutionResponse' v_net_solution: The VNet solution.
|
|
636
|
+
"""
|
|
637
|
+
pulumi.set(__self__, "action_name", 'createOrUpdate')
|
|
638
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
639
|
+
if auth_info is not None:
|
|
640
|
+
pulumi.set(__self__, "auth_info", auth_info)
|
|
641
|
+
if client_type is not None:
|
|
642
|
+
pulumi.set(__self__, "client_type", client_type)
|
|
643
|
+
if configuration_info is not None:
|
|
644
|
+
pulumi.set(__self__, "configuration_info", configuration_info)
|
|
645
|
+
if public_network_solution is not None:
|
|
646
|
+
pulumi.set(__self__, "public_network_solution", public_network_solution)
|
|
647
|
+
if scope is not None:
|
|
648
|
+
pulumi.set(__self__, "scope", scope)
|
|
649
|
+
if secret_store is not None:
|
|
650
|
+
pulumi.set(__self__, "secret_store", secret_store)
|
|
651
|
+
if target_service is not None:
|
|
652
|
+
pulumi.set(__self__, "target_service", target_service)
|
|
653
|
+
if v_net_solution is not None:
|
|
654
|
+
pulumi.set(__self__, "v_net_solution", v_net_solution)
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="actionName")
|
|
658
|
+
def action_name(self) -> str:
|
|
659
|
+
"""
|
|
660
|
+
The name of action for you dryrun job.
|
|
661
|
+
Expected value is 'createOrUpdate'.
|
|
662
|
+
"""
|
|
663
|
+
return pulumi.get(self, "action_name")
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
@pulumi.getter(name="provisioningState")
|
|
667
|
+
def provisioning_state(self) -> str:
|
|
668
|
+
"""
|
|
669
|
+
The provisioning state.
|
|
670
|
+
"""
|
|
671
|
+
return pulumi.get(self, "provisioning_state")
|
|
672
|
+
|
|
673
|
+
@property
|
|
674
|
+
@pulumi.getter(name="authInfo")
|
|
675
|
+
def auth_info(self) -> Optional[Any]:
|
|
676
|
+
"""
|
|
677
|
+
The authentication type.
|
|
678
|
+
"""
|
|
679
|
+
return pulumi.get(self, "auth_info")
|
|
680
|
+
|
|
681
|
+
@property
|
|
682
|
+
@pulumi.getter(name="clientType")
|
|
683
|
+
def client_type(self) -> Optional[str]:
|
|
684
|
+
"""
|
|
685
|
+
The application client type
|
|
686
|
+
"""
|
|
687
|
+
return pulumi.get(self, "client_type")
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
@pulumi.getter(name="configurationInfo")
|
|
691
|
+
def configuration_info(self) -> Optional['outputs.ConfigurationInfoResponse']:
|
|
692
|
+
"""
|
|
693
|
+
The connection information consumed by applications, including secrets, connection strings.
|
|
694
|
+
"""
|
|
695
|
+
return pulumi.get(self, "configuration_info")
|
|
696
|
+
|
|
697
|
+
@property
|
|
698
|
+
@pulumi.getter(name="publicNetworkSolution")
|
|
699
|
+
def public_network_solution(self) -> Optional['outputs.PublicNetworkSolutionResponse']:
|
|
700
|
+
"""
|
|
701
|
+
The network solution.
|
|
702
|
+
"""
|
|
703
|
+
return pulumi.get(self, "public_network_solution")
|
|
704
|
+
|
|
705
|
+
@property
|
|
706
|
+
@pulumi.getter
|
|
707
|
+
def scope(self) -> Optional[str]:
|
|
708
|
+
"""
|
|
709
|
+
connection scope in source service.
|
|
710
|
+
"""
|
|
711
|
+
return pulumi.get(self, "scope")
|
|
712
|
+
|
|
713
|
+
@property
|
|
714
|
+
@pulumi.getter(name="secretStore")
|
|
715
|
+
def secret_store(self) -> Optional['outputs.SecretStoreResponse']:
|
|
716
|
+
"""
|
|
717
|
+
An option to store secret value in secure place
|
|
718
|
+
"""
|
|
719
|
+
return pulumi.get(self, "secret_store")
|
|
720
|
+
|
|
721
|
+
@property
|
|
722
|
+
@pulumi.getter(name="targetService")
|
|
723
|
+
def target_service(self) -> Optional[Any]:
|
|
724
|
+
"""
|
|
725
|
+
The target service properties
|
|
726
|
+
"""
|
|
727
|
+
return pulumi.get(self, "target_service")
|
|
728
|
+
|
|
729
|
+
@property
|
|
730
|
+
@pulumi.getter(name="vNetSolution")
|
|
731
|
+
def v_net_solution(self) -> Optional['outputs.VNetSolutionResponse']:
|
|
732
|
+
"""
|
|
733
|
+
The VNet solution.
|
|
734
|
+
"""
|
|
735
|
+
return pulumi.get(self, "v_net_solution")
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
@pulumi.output_type
|
|
739
|
+
class DaprMetadataResponse(dict):
|
|
740
|
+
"""
|
|
741
|
+
The dapr component metadata.
|
|
742
|
+
"""
|
|
743
|
+
@staticmethod
|
|
744
|
+
def __key_warning(key: str):
|
|
745
|
+
suggest = None
|
|
746
|
+
if key == "secretRef":
|
|
747
|
+
suggest = "secret_ref"
|
|
748
|
+
|
|
749
|
+
if suggest:
|
|
750
|
+
pulumi.log.warn(f"Key '{key}' not found in DaprMetadataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
751
|
+
|
|
752
|
+
def __getitem__(self, key: str) -> Any:
|
|
753
|
+
DaprMetadataResponse.__key_warning(key)
|
|
754
|
+
return super().__getitem__(key)
|
|
755
|
+
|
|
756
|
+
def get(self, key: str, default = None) -> Any:
|
|
757
|
+
DaprMetadataResponse.__key_warning(key)
|
|
758
|
+
return super().get(key, default)
|
|
759
|
+
|
|
760
|
+
def __init__(__self__, *,
|
|
761
|
+
description: Optional[str] = None,
|
|
762
|
+
name: Optional[str] = None,
|
|
763
|
+
required: Optional[str] = None,
|
|
764
|
+
secret_ref: Optional[str] = None,
|
|
765
|
+
value: Optional[str] = None):
|
|
766
|
+
"""
|
|
767
|
+
The dapr component metadata.
|
|
768
|
+
:param str description: The description of the metadata, returned from configuration api
|
|
769
|
+
:param str name: Metadata property name.
|
|
770
|
+
:param str required: The value indicating whether the metadata is required or not
|
|
771
|
+
:param str secret_ref: The secret name where dapr could get value
|
|
772
|
+
:param str value: Metadata property value.
|
|
773
|
+
"""
|
|
774
|
+
if description is not None:
|
|
775
|
+
pulumi.set(__self__, "description", description)
|
|
776
|
+
if name is not None:
|
|
777
|
+
pulumi.set(__self__, "name", name)
|
|
778
|
+
if required is not None:
|
|
779
|
+
pulumi.set(__self__, "required", required)
|
|
780
|
+
if secret_ref is not None:
|
|
781
|
+
pulumi.set(__self__, "secret_ref", secret_ref)
|
|
782
|
+
if value is not None:
|
|
783
|
+
pulumi.set(__self__, "value", value)
|
|
784
|
+
|
|
785
|
+
@property
|
|
786
|
+
@pulumi.getter
|
|
787
|
+
def description(self) -> Optional[str]:
|
|
788
|
+
"""
|
|
789
|
+
The description of the metadata, returned from configuration api
|
|
790
|
+
"""
|
|
791
|
+
return pulumi.get(self, "description")
|
|
792
|
+
|
|
793
|
+
@property
|
|
794
|
+
@pulumi.getter
|
|
795
|
+
def name(self) -> Optional[str]:
|
|
796
|
+
"""
|
|
797
|
+
Metadata property name.
|
|
798
|
+
"""
|
|
799
|
+
return pulumi.get(self, "name")
|
|
800
|
+
|
|
801
|
+
@property
|
|
802
|
+
@pulumi.getter
|
|
803
|
+
def required(self) -> Optional[str]:
|
|
804
|
+
"""
|
|
805
|
+
The value indicating whether the metadata is required or not
|
|
806
|
+
"""
|
|
807
|
+
return pulumi.get(self, "required")
|
|
808
|
+
|
|
809
|
+
@property
|
|
810
|
+
@pulumi.getter(name="secretRef")
|
|
811
|
+
def secret_ref(self) -> Optional[str]:
|
|
812
|
+
"""
|
|
813
|
+
The secret name where dapr could get value
|
|
814
|
+
"""
|
|
815
|
+
return pulumi.get(self, "secret_ref")
|
|
816
|
+
|
|
817
|
+
@property
|
|
818
|
+
@pulumi.getter
|
|
819
|
+
def value(self) -> Optional[str]:
|
|
820
|
+
"""
|
|
821
|
+
Metadata property value.
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "value")
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
@pulumi.output_type
|
|
827
|
+
class DaprPropertiesResponse(dict):
|
|
828
|
+
"""
|
|
829
|
+
Indicates some additional properties for dapr client type
|
|
830
|
+
"""
|
|
831
|
+
@staticmethod
|
|
832
|
+
def __key_warning(key: str):
|
|
833
|
+
suggest = None
|
|
834
|
+
if key == "bindingComponentDirection":
|
|
835
|
+
suggest = "binding_component_direction"
|
|
836
|
+
elif key == "runtimeVersion":
|
|
837
|
+
suggest = "runtime_version"
|
|
838
|
+
elif key == "componentType":
|
|
839
|
+
suggest = "component_type"
|
|
840
|
+
elif key == "secretStoreComponent":
|
|
841
|
+
suggest = "secret_store_component"
|
|
842
|
+
|
|
843
|
+
if suggest:
|
|
844
|
+
pulumi.log.warn(f"Key '{key}' not found in DaprPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
845
|
+
|
|
846
|
+
def __getitem__(self, key: str) -> Any:
|
|
847
|
+
DaprPropertiesResponse.__key_warning(key)
|
|
848
|
+
return super().__getitem__(key)
|
|
849
|
+
|
|
850
|
+
def get(self, key: str, default = None) -> Any:
|
|
851
|
+
DaprPropertiesResponse.__key_warning(key)
|
|
852
|
+
return super().get(key, default)
|
|
853
|
+
|
|
854
|
+
def __init__(__self__, *,
|
|
855
|
+
binding_component_direction: str,
|
|
856
|
+
runtime_version: str,
|
|
857
|
+
component_type: Optional[str] = None,
|
|
858
|
+
metadata: Optional[Sequence['outputs.DaprMetadataResponse']] = None,
|
|
859
|
+
scopes: Optional[Sequence[str]] = None,
|
|
860
|
+
secret_store_component: Optional[str] = None,
|
|
861
|
+
version: Optional[str] = None):
|
|
862
|
+
"""
|
|
863
|
+
Indicates some additional properties for dapr client type
|
|
864
|
+
:param str binding_component_direction: The direction supported by the dapr binding component
|
|
865
|
+
:param str runtime_version: The runtime version supported by the properties
|
|
866
|
+
:param str component_type: The dapr component type
|
|
867
|
+
:param Sequence['DaprMetadataResponse'] metadata: Additional dapr metadata
|
|
868
|
+
:param Sequence[str] scopes: The dapr component scopes
|
|
869
|
+
:param str secret_store_component: The name of a secret store dapr to retrieve secret
|
|
870
|
+
:param str version: The dapr component version
|
|
871
|
+
"""
|
|
872
|
+
pulumi.set(__self__, "binding_component_direction", binding_component_direction)
|
|
873
|
+
pulumi.set(__self__, "runtime_version", runtime_version)
|
|
874
|
+
if component_type is not None:
|
|
875
|
+
pulumi.set(__self__, "component_type", component_type)
|
|
876
|
+
if metadata is not None:
|
|
877
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
878
|
+
if scopes is not None:
|
|
879
|
+
pulumi.set(__self__, "scopes", scopes)
|
|
880
|
+
if secret_store_component is not None:
|
|
881
|
+
pulumi.set(__self__, "secret_store_component", secret_store_component)
|
|
882
|
+
if version is not None:
|
|
883
|
+
pulumi.set(__self__, "version", version)
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
@pulumi.getter(name="bindingComponentDirection")
|
|
887
|
+
def binding_component_direction(self) -> str:
|
|
888
|
+
"""
|
|
889
|
+
The direction supported by the dapr binding component
|
|
890
|
+
"""
|
|
891
|
+
return pulumi.get(self, "binding_component_direction")
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
@pulumi.getter(name="runtimeVersion")
|
|
895
|
+
def runtime_version(self) -> str:
|
|
896
|
+
"""
|
|
897
|
+
The runtime version supported by the properties
|
|
898
|
+
"""
|
|
899
|
+
return pulumi.get(self, "runtime_version")
|
|
900
|
+
|
|
901
|
+
@property
|
|
902
|
+
@pulumi.getter(name="componentType")
|
|
903
|
+
def component_type(self) -> Optional[str]:
|
|
904
|
+
"""
|
|
905
|
+
The dapr component type
|
|
906
|
+
"""
|
|
907
|
+
return pulumi.get(self, "component_type")
|
|
908
|
+
|
|
909
|
+
@property
|
|
910
|
+
@pulumi.getter
|
|
911
|
+
def metadata(self) -> Optional[Sequence['outputs.DaprMetadataResponse']]:
|
|
912
|
+
"""
|
|
913
|
+
Additional dapr metadata
|
|
914
|
+
"""
|
|
915
|
+
return pulumi.get(self, "metadata")
|
|
916
|
+
|
|
917
|
+
@property
|
|
918
|
+
@pulumi.getter
|
|
919
|
+
def scopes(self) -> Optional[Sequence[str]]:
|
|
920
|
+
"""
|
|
921
|
+
The dapr component scopes
|
|
922
|
+
"""
|
|
923
|
+
return pulumi.get(self, "scopes")
|
|
924
|
+
|
|
925
|
+
@property
|
|
926
|
+
@pulumi.getter(name="secretStoreComponent")
|
|
927
|
+
def secret_store_component(self) -> Optional[str]:
|
|
928
|
+
"""
|
|
929
|
+
The name of a secret store dapr to retrieve secret
|
|
930
|
+
"""
|
|
931
|
+
return pulumi.get(self, "secret_store_component")
|
|
932
|
+
|
|
933
|
+
@property
|
|
934
|
+
@pulumi.getter
|
|
935
|
+
def version(self) -> Optional[str]:
|
|
936
|
+
"""
|
|
937
|
+
The dapr component version
|
|
938
|
+
"""
|
|
939
|
+
return pulumi.get(self, "version")
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
@pulumi.output_type
|
|
943
|
+
class DryrunOperationPreviewResponse(dict):
|
|
944
|
+
"""
|
|
945
|
+
The preview of the operations for creation
|
|
946
|
+
"""
|
|
947
|
+
@staticmethod
|
|
948
|
+
def __key_warning(key: str):
|
|
949
|
+
suggest = None
|
|
950
|
+
if key == "operationType":
|
|
951
|
+
suggest = "operation_type"
|
|
952
|
+
|
|
953
|
+
if suggest:
|
|
954
|
+
pulumi.log.warn(f"Key '{key}' not found in DryrunOperationPreviewResponse. Access the value via the '{suggest}' property getter instead.")
|
|
955
|
+
|
|
956
|
+
def __getitem__(self, key: str) -> Any:
|
|
957
|
+
DryrunOperationPreviewResponse.__key_warning(key)
|
|
958
|
+
return super().__getitem__(key)
|
|
959
|
+
|
|
960
|
+
def get(self, key: str, default = None) -> Any:
|
|
961
|
+
DryrunOperationPreviewResponse.__key_warning(key)
|
|
962
|
+
return super().get(key, default)
|
|
963
|
+
|
|
964
|
+
def __init__(__self__, *,
|
|
965
|
+
action: Optional[str] = None,
|
|
966
|
+
description: Optional[str] = None,
|
|
967
|
+
name: Optional[str] = None,
|
|
968
|
+
operation_type: Optional[str] = None,
|
|
969
|
+
scope: Optional[str] = None):
|
|
970
|
+
"""
|
|
971
|
+
The preview of the operations for creation
|
|
972
|
+
:param str action: The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format
|
|
973
|
+
:param str description: The description of the operation
|
|
974
|
+
:param str name: The operation name
|
|
975
|
+
:param str operation_type: The operation type
|
|
976
|
+
:param str scope: The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview
|
|
977
|
+
"""
|
|
978
|
+
if action is not None:
|
|
979
|
+
pulumi.set(__self__, "action", action)
|
|
980
|
+
if description is not None:
|
|
981
|
+
pulumi.set(__self__, "description", description)
|
|
982
|
+
if name is not None:
|
|
983
|
+
pulumi.set(__self__, "name", name)
|
|
984
|
+
if operation_type is not None:
|
|
985
|
+
pulumi.set(__self__, "operation_type", operation_type)
|
|
986
|
+
if scope is not None:
|
|
987
|
+
pulumi.set(__self__, "scope", scope)
|
|
988
|
+
|
|
989
|
+
@property
|
|
990
|
+
@pulumi.getter
|
|
991
|
+
def action(self) -> Optional[str]:
|
|
992
|
+
"""
|
|
993
|
+
The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format
|
|
994
|
+
"""
|
|
995
|
+
return pulumi.get(self, "action")
|
|
996
|
+
|
|
997
|
+
@property
|
|
998
|
+
@pulumi.getter
|
|
999
|
+
def description(self) -> Optional[str]:
|
|
1000
|
+
"""
|
|
1001
|
+
The description of the operation
|
|
1002
|
+
"""
|
|
1003
|
+
return pulumi.get(self, "description")
|
|
1004
|
+
|
|
1005
|
+
@property
|
|
1006
|
+
@pulumi.getter
|
|
1007
|
+
def name(self) -> Optional[str]:
|
|
1008
|
+
"""
|
|
1009
|
+
The operation name
|
|
1010
|
+
"""
|
|
1011
|
+
return pulumi.get(self, "name")
|
|
1012
|
+
|
|
1013
|
+
@property
|
|
1014
|
+
@pulumi.getter(name="operationType")
|
|
1015
|
+
def operation_type(self) -> Optional[str]:
|
|
1016
|
+
"""
|
|
1017
|
+
The operation type
|
|
1018
|
+
"""
|
|
1019
|
+
return pulumi.get(self, "operation_type")
|
|
1020
|
+
|
|
1021
|
+
@property
|
|
1022
|
+
@pulumi.getter
|
|
1023
|
+
def scope(self) -> Optional[str]:
|
|
1024
|
+
"""
|
|
1025
|
+
The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview
|
|
1026
|
+
"""
|
|
1027
|
+
return pulumi.get(self, "scope")
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
@pulumi.output_type
|
|
1031
|
+
class EasyAuthMicrosoftEntraIDAuthInfoResponse(dict):
|
|
1032
|
+
"""
|
|
1033
|
+
The authentication info when authType is EasyAuth Microsoft Entra ID
|
|
1034
|
+
"""
|
|
1035
|
+
@staticmethod
|
|
1036
|
+
def __key_warning(key: str):
|
|
1037
|
+
suggest = None
|
|
1038
|
+
if key == "authType":
|
|
1039
|
+
suggest = "auth_type"
|
|
1040
|
+
elif key == "authMode":
|
|
1041
|
+
suggest = "auth_mode"
|
|
1042
|
+
elif key == "clientId":
|
|
1043
|
+
suggest = "client_id"
|
|
1044
|
+
elif key == "deleteOrUpdateBehavior":
|
|
1045
|
+
suggest = "delete_or_update_behavior"
|
|
1046
|
+
|
|
1047
|
+
if suggest:
|
|
1048
|
+
pulumi.log.warn(f"Key '{key}' not found in EasyAuthMicrosoftEntraIDAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1049
|
+
|
|
1050
|
+
def __getitem__(self, key: str) -> Any:
|
|
1051
|
+
EasyAuthMicrosoftEntraIDAuthInfoResponse.__key_warning(key)
|
|
1052
|
+
return super().__getitem__(key)
|
|
1053
|
+
|
|
1054
|
+
def get(self, key: str, default = None) -> Any:
|
|
1055
|
+
EasyAuthMicrosoftEntraIDAuthInfoResponse.__key_warning(key)
|
|
1056
|
+
return super().get(key, default)
|
|
1057
|
+
|
|
1058
|
+
def __init__(__self__, *,
|
|
1059
|
+
auth_type: str,
|
|
1060
|
+
auth_mode: Optional[str] = None,
|
|
1061
|
+
client_id: Optional[str] = None,
|
|
1062
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
1063
|
+
secret: Optional[str] = None):
|
|
1064
|
+
"""
|
|
1065
|
+
The authentication info when authType is EasyAuth Microsoft Entra ID
|
|
1066
|
+
:param str auth_type: The authentication type.
|
|
1067
|
+
Expected value is 'easyAuthMicrosoftEntraID'.
|
|
1068
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1069
|
+
:param str client_id: Application clientId for EasyAuth Microsoft Entra ID.
|
|
1070
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1071
|
+
:param str secret: Application Secret for EasyAuth Microsoft Entra ID.
|
|
1072
|
+
"""
|
|
1073
|
+
pulumi.set(__self__, "auth_type", 'easyAuthMicrosoftEntraID')
|
|
1074
|
+
if auth_mode is not None:
|
|
1075
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1076
|
+
if client_id is not None:
|
|
1077
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1078
|
+
if delete_or_update_behavior is not None:
|
|
1079
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1080
|
+
if secret is not None:
|
|
1081
|
+
pulumi.set(__self__, "secret", secret)
|
|
1082
|
+
|
|
1083
|
+
@property
|
|
1084
|
+
@pulumi.getter(name="authType")
|
|
1085
|
+
def auth_type(self) -> str:
|
|
1086
|
+
"""
|
|
1087
|
+
The authentication type.
|
|
1088
|
+
Expected value is 'easyAuthMicrosoftEntraID'.
|
|
1089
|
+
"""
|
|
1090
|
+
return pulumi.get(self, "auth_type")
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter(name="authMode")
|
|
1094
|
+
def auth_mode(self) -> Optional[str]:
|
|
1095
|
+
"""
|
|
1096
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "auth_mode")
|
|
1099
|
+
|
|
1100
|
+
@property
|
|
1101
|
+
@pulumi.getter(name="clientId")
|
|
1102
|
+
def client_id(self) -> Optional[str]:
|
|
1103
|
+
"""
|
|
1104
|
+
Application clientId for EasyAuth Microsoft Entra ID.
|
|
1105
|
+
"""
|
|
1106
|
+
return pulumi.get(self, "client_id")
|
|
1107
|
+
|
|
1108
|
+
@property
|
|
1109
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1110
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
1111
|
+
"""
|
|
1112
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1113
|
+
"""
|
|
1114
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1115
|
+
|
|
1116
|
+
@property
|
|
1117
|
+
@pulumi.getter
|
|
1118
|
+
def secret(self) -> Optional[str]:
|
|
1119
|
+
"""
|
|
1120
|
+
Application Secret for EasyAuth Microsoft Entra ID.
|
|
1121
|
+
"""
|
|
1122
|
+
return pulumi.get(self, "secret")
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
@pulumi.output_type
|
|
1126
|
+
class FabricPlatformResponse(dict):
|
|
1127
|
+
"""
|
|
1128
|
+
The service properties when target service type is FabricPlatform
|
|
1129
|
+
"""
|
|
1130
|
+
def __init__(__self__, *,
|
|
1131
|
+
type: str,
|
|
1132
|
+
endpoint: Optional[str] = None):
|
|
1133
|
+
"""
|
|
1134
|
+
The service properties when target service type is FabricPlatform
|
|
1135
|
+
:param str type: The target service type.
|
|
1136
|
+
Expected value is 'FabricPlatform'.
|
|
1137
|
+
:param str endpoint: The endpoint of service.
|
|
1138
|
+
"""
|
|
1139
|
+
pulumi.set(__self__, "type", 'FabricPlatform')
|
|
1140
|
+
if endpoint is not None:
|
|
1141
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
1142
|
+
|
|
1143
|
+
@property
|
|
1144
|
+
@pulumi.getter
|
|
1145
|
+
def type(self) -> str:
|
|
1146
|
+
"""
|
|
1147
|
+
The target service type.
|
|
1148
|
+
Expected value is 'FabricPlatform'.
|
|
1149
|
+
"""
|
|
1150
|
+
return pulumi.get(self, "type")
|
|
1151
|
+
|
|
1152
|
+
@property
|
|
1153
|
+
@pulumi.getter
|
|
1154
|
+
def endpoint(self) -> Optional[str]:
|
|
1155
|
+
"""
|
|
1156
|
+
The endpoint of service.
|
|
1157
|
+
"""
|
|
1158
|
+
return pulumi.get(self, "endpoint")
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
@pulumi.output_type
|
|
1162
|
+
class FirewallRulesResponse(dict):
|
|
1163
|
+
"""
|
|
1164
|
+
Target service's firewall rules. to allow connections from source service.
|
|
1165
|
+
"""
|
|
1166
|
+
@staticmethod
|
|
1167
|
+
def __key_warning(key: str):
|
|
1168
|
+
suggest = None
|
|
1169
|
+
if key == "azureServices":
|
|
1170
|
+
suggest = "azure_services"
|
|
1171
|
+
elif key == "callerClientIP":
|
|
1172
|
+
suggest = "caller_client_ip"
|
|
1173
|
+
elif key == "ipRanges":
|
|
1174
|
+
suggest = "ip_ranges"
|
|
1175
|
+
|
|
1176
|
+
if suggest:
|
|
1177
|
+
pulumi.log.warn(f"Key '{key}' not found in FirewallRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1178
|
+
|
|
1179
|
+
def __getitem__(self, key: str) -> Any:
|
|
1180
|
+
FirewallRulesResponse.__key_warning(key)
|
|
1181
|
+
return super().__getitem__(key)
|
|
1182
|
+
|
|
1183
|
+
def get(self, key: str, default = None) -> Any:
|
|
1184
|
+
FirewallRulesResponse.__key_warning(key)
|
|
1185
|
+
return super().get(key, default)
|
|
1186
|
+
|
|
1187
|
+
def __init__(__self__, *,
|
|
1188
|
+
azure_services: Optional[str] = None,
|
|
1189
|
+
caller_client_ip: Optional[str] = None,
|
|
1190
|
+
ip_ranges: Optional[Sequence[str]] = None):
|
|
1191
|
+
"""
|
|
1192
|
+
Target service's firewall rules. to allow connections from source service.
|
|
1193
|
+
:param str azure_services: Allow Azure services to access the target service if true.
|
|
1194
|
+
:param str caller_client_ip: Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.
|
|
1195
|
+
:param Sequence[str] ip_ranges: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
|
|
1196
|
+
"""
|
|
1197
|
+
if azure_services is not None:
|
|
1198
|
+
pulumi.set(__self__, "azure_services", azure_services)
|
|
1199
|
+
if caller_client_ip is not None:
|
|
1200
|
+
pulumi.set(__self__, "caller_client_ip", caller_client_ip)
|
|
1201
|
+
if ip_ranges is not None:
|
|
1202
|
+
pulumi.set(__self__, "ip_ranges", ip_ranges)
|
|
1203
|
+
|
|
1204
|
+
@property
|
|
1205
|
+
@pulumi.getter(name="azureServices")
|
|
1206
|
+
def azure_services(self) -> Optional[str]:
|
|
1207
|
+
"""
|
|
1208
|
+
Allow Azure services to access the target service if true.
|
|
1209
|
+
"""
|
|
1210
|
+
return pulumi.get(self, "azure_services")
|
|
1211
|
+
|
|
1212
|
+
@property
|
|
1213
|
+
@pulumi.getter(name="callerClientIP")
|
|
1214
|
+
def caller_client_ip(self) -> Optional[str]:
|
|
1215
|
+
"""
|
|
1216
|
+
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.
|
|
1217
|
+
"""
|
|
1218
|
+
return pulumi.get(self, "caller_client_ip")
|
|
1219
|
+
|
|
1220
|
+
@property
|
|
1221
|
+
@pulumi.getter(name="ipRanges")
|
|
1222
|
+
def ip_ranges(self) -> Optional[Sequence[str]]:
|
|
1223
|
+
"""
|
|
1224
|
+
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
|
|
1225
|
+
"""
|
|
1226
|
+
return pulumi.get(self, "ip_ranges")
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
@pulumi.output_type
|
|
1230
|
+
class KeyVaultSecretReferenceSecretInfoResponse(dict):
|
|
1231
|
+
"""
|
|
1232
|
+
The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId.
|
|
1233
|
+
"""
|
|
1234
|
+
@staticmethod
|
|
1235
|
+
def __key_warning(key: str):
|
|
1236
|
+
suggest = None
|
|
1237
|
+
if key == "secretType":
|
|
1238
|
+
suggest = "secret_type"
|
|
1239
|
+
|
|
1240
|
+
if suggest:
|
|
1241
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyVaultSecretReferenceSecretInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1242
|
+
|
|
1243
|
+
def __getitem__(self, key: str) -> Any:
|
|
1244
|
+
KeyVaultSecretReferenceSecretInfoResponse.__key_warning(key)
|
|
1245
|
+
return super().__getitem__(key)
|
|
1246
|
+
|
|
1247
|
+
def get(self, key: str, default = None) -> Any:
|
|
1248
|
+
KeyVaultSecretReferenceSecretInfoResponse.__key_warning(key)
|
|
1249
|
+
return super().get(key, default)
|
|
1250
|
+
|
|
1251
|
+
def __init__(__self__, *,
|
|
1252
|
+
secret_type: str,
|
|
1253
|
+
name: Optional[str] = None,
|
|
1254
|
+
version: Optional[str] = None):
|
|
1255
|
+
"""
|
|
1256
|
+
The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId.
|
|
1257
|
+
:param str secret_type: The secret type.
|
|
1258
|
+
Expected value is 'keyVaultSecretReference'.
|
|
1259
|
+
:param str name: Name of the Key Vault secret.
|
|
1260
|
+
:param str version: Version of the Key Vault secret.
|
|
1261
|
+
"""
|
|
1262
|
+
pulumi.set(__self__, "secret_type", 'keyVaultSecretReference')
|
|
1263
|
+
if name is not None:
|
|
1264
|
+
pulumi.set(__self__, "name", name)
|
|
1265
|
+
if version is not None:
|
|
1266
|
+
pulumi.set(__self__, "version", version)
|
|
1267
|
+
|
|
1268
|
+
@property
|
|
1269
|
+
@pulumi.getter(name="secretType")
|
|
1270
|
+
def secret_type(self) -> str:
|
|
1271
|
+
"""
|
|
1272
|
+
The secret type.
|
|
1273
|
+
Expected value is 'keyVaultSecretReference'.
|
|
1274
|
+
"""
|
|
1275
|
+
return pulumi.get(self, "secret_type")
|
|
1276
|
+
|
|
1277
|
+
@property
|
|
1278
|
+
@pulumi.getter
|
|
1279
|
+
def name(self) -> Optional[str]:
|
|
1280
|
+
"""
|
|
1281
|
+
Name of the Key Vault secret.
|
|
1282
|
+
"""
|
|
1283
|
+
return pulumi.get(self, "name")
|
|
1284
|
+
|
|
1285
|
+
@property
|
|
1286
|
+
@pulumi.getter
|
|
1287
|
+
def version(self) -> Optional[str]:
|
|
1288
|
+
"""
|
|
1289
|
+
Version of the Key Vault secret.
|
|
1290
|
+
"""
|
|
1291
|
+
return pulumi.get(self, "version")
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
@pulumi.output_type
|
|
1295
|
+
class KeyVaultSecretUriSecretInfoResponse(dict):
|
|
1296
|
+
"""
|
|
1297
|
+
The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.
|
|
1298
|
+
"""
|
|
1299
|
+
@staticmethod
|
|
1300
|
+
def __key_warning(key: str):
|
|
1301
|
+
suggest = None
|
|
1302
|
+
if key == "secretType":
|
|
1303
|
+
suggest = "secret_type"
|
|
1304
|
+
|
|
1305
|
+
if suggest:
|
|
1306
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyVaultSecretUriSecretInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1307
|
+
|
|
1308
|
+
def __getitem__(self, key: str) -> Any:
|
|
1309
|
+
KeyVaultSecretUriSecretInfoResponse.__key_warning(key)
|
|
1310
|
+
return super().__getitem__(key)
|
|
1311
|
+
|
|
1312
|
+
def get(self, key: str, default = None) -> Any:
|
|
1313
|
+
KeyVaultSecretUriSecretInfoResponse.__key_warning(key)
|
|
1314
|
+
return super().get(key, default)
|
|
1315
|
+
|
|
1316
|
+
def __init__(__self__, *,
|
|
1317
|
+
secret_type: str,
|
|
1318
|
+
value: Optional[str] = None):
|
|
1319
|
+
"""
|
|
1320
|
+
The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.
|
|
1321
|
+
:param str secret_type: The secret type.
|
|
1322
|
+
Expected value is 'keyVaultSecretUri'.
|
|
1323
|
+
:param str value: URI to the keyvault secret
|
|
1324
|
+
"""
|
|
1325
|
+
pulumi.set(__self__, "secret_type", 'keyVaultSecretUri')
|
|
1326
|
+
if value is not None:
|
|
1327
|
+
pulumi.set(__self__, "value", value)
|
|
1328
|
+
|
|
1329
|
+
@property
|
|
1330
|
+
@pulumi.getter(name="secretType")
|
|
1331
|
+
def secret_type(self) -> str:
|
|
1332
|
+
"""
|
|
1333
|
+
The secret type.
|
|
1334
|
+
Expected value is 'keyVaultSecretUri'.
|
|
1335
|
+
"""
|
|
1336
|
+
return pulumi.get(self, "secret_type")
|
|
1337
|
+
|
|
1338
|
+
@property
|
|
1339
|
+
@pulumi.getter
|
|
1340
|
+
def value(self) -> Optional[str]:
|
|
1341
|
+
"""
|
|
1342
|
+
URI to the keyvault secret
|
|
1343
|
+
"""
|
|
1344
|
+
return pulumi.get(self, "value")
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
@pulumi.output_type
|
|
1348
|
+
class PermissionsMissingDryrunPrerequisiteResultResponse(dict):
|
|
1349
|
+
"""
|
|
1350
|
+
The represent of missing permissions
|
|
1351
|
+
"""
|
|
1352
|
+
@staticmethod
|
|
1353
|
+
def __key_warning(key: str):
|
|
1354
|
+
suggest = None
|
|
1355
|
+
if key == "recommendedRole":
|
|
1356
|
+
suggest = "recommended_role"
|
|
1357
|
+
|
|
1358
|
+
if suggest:
|
|
1359
|
+
pulumi.log.warn(f"Key '{key}' not found in PermissionsMissingDryrunPrerequisiteResultResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1360
|
+
|
|
1361
|
+
def __getitem__(self, key: str) -> Any:
|
|
1362
|
+
PermissionsMissingDryrunPrerequisiteResultResponse.__key_warning(key)
|
|
1363
|
+
return super().__getitem__(key)
|
|
1364
|
+
|
|
1365
|
+
def get(self, key: str, default = None) -> Any:
|
|
1366
|
+
PermissionsMissingDryrunPrerequisiteResultResponse.__key_warning(key)
|
|
1367
|
+
return super().get(key, default)
|
|
1368
|
+
|
|
1369
|
+
def __init__(__self__, *,
|
|
1370
|
+
type: str,
|
|
1371
|
+
permissions: Optional[Sequence[str]] = None,
|
|
1372
|
+
recommended_role: Optional[str] = None,
|
|
1373
|
+
scope: Optional[str] = None):
|
|
1374
|
+
"""
|
|
1375
|
+
The represent of missing permissions
|
|
1376
|
+
:param str type: The type of dryrun result.
|
|
1377
|
+
Expected value is 'permissionsMissing'.
|
|
1378
|
+
:param Sequence[str] permissions: The permission list
|
|
1379
|
+
:param str recommended_role: The recommended role to resolve permissions missing
|
|
1380
|
+
:param str scope: The permission scope
|
|
1381
|
+
"""
|
|
1382
|
+
pulumi.set(__self__, "type", 'permissionsMissing')
|
|
1383
|
+
if permissions is not None:
|
|
1384
|
+
pulumi.set(__self__, "permissions", permissions)
|
|
1385
|
+
if recommended_role is not None:
|
|
1386
|
+
pulumi.set(__self__, "recommended_role", recommended_role)
|
|
1387
|
+
if scope is not None:
|
|
1388
|
+
pulumi.set(__self__, "scope", scope)
|
|
1389
|
+
|
|
1390
|
+
@property
|
|
1391
|
+
@pulumi.getter
|
|
1392
|
+
def type(self) -> str:
|
|
1393
|
+
"""
|
|
1394
|
+
The type of dryrun result.
|
|
1395
|
+
Expected value is 'permissionsMissing'.
|
|
1396
|
+
"""
|
|
1397
|
+
return pulumi.get(self, "type")
|
|
1398
|
+
|
|
1399
|
+
@property
|
|
1400
|
+
@pulumi.getter
|
|
1401
|
+
def permissions(self) -> Optional[Sequence[str]]:
|
|
1402
|
+
"""
|
|
1403
|
+
The permission list
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "permissions")
|
|
1406
|
+
|
|
1407
|
+
@property
|
|
1408
|
+
@pulumi.getter(name="recommendedRole")
|
|
1409
|
+
def recommended_role(self) -> Optional[str]:
|
|
1410
|
+
"""
|
|
1411
|
+
The recommended role to resolve permissions missing
|
|
1412
|
+
"""
|
|
1413
|
+
return pulumi.get(self, "recommended_role")
|
|
1414
|
+
|
|
1415
|
+
@property
|
|
1416
|
+
@pulumi.getter
|
|
1417
|
+
def scope(self) -> Optional[str]:
|
|
1418
|
+
"""
|
|
1419
|
+
The permission scope
|
|
1420
|
+
"""
|
|
1421
|
+
return pulumi.get(self, "scope")
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
@pulumi.output_type
|
|
1425
|
+
class PublicNetworkSolutionResponse(dict):
|
|
1426
|
+
"""
|
|
1427
|
+
Indicates public network solution, include firewall rules
|
|
1428
|
+
"""
|
|
1429
|
+
@staticmethod
|
|
1430
|
+
def __key_warning(key: str):
|
|
1431
|
+
suggest = None
|
|
1432
|
+
if key == "deleteOrUpdateBehavior":
|
|
1433
|
+
suggest = "delete_or_update_behavior"
|
|
1434
|
+
elif key == "firewallRules":
|
|
1435
|
+
suggest = "firewall_rules"
|
|
1436
|
+
|
|
1437
|
+
if suggest:
|
|
1438
|
+
pulumi.log.warn(f"Key '{key}' not found in PublicNetworkSolutionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1439
|
+
|
|
1440
|
+
def __getitem__(self, key: str) -> Any:
|
|
1441
|
+
PublicNetworkSolutionResponse.__key_warning(key)
|
|
1442
|
+
return super().__getitem__(key)
|
|
1443
|
+
|
|
1444
|
+
def get(self, key: str, default = None) -> Any:
|
|
1445
|
+
PublicNetworkSolutionResponse.__key_warning(key)
|
|
1446
|
+
return super().get(key, default)
|
|
1447
|
+
|
|
1448
|
+
def __init__(__self__, *,
|
|
1449
|
+
action: Optional[str] = None,
|
|
1450
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
1451
|
+
firewall_rules: Optional['outputs.FirewallRulesResponse'] = None):
|
|
1452
|
+
"""
|
|
1453
|
+
Indicates public network solution, include firewall rules
|
|
1454
|
+
:param str action: Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.
|
|
1455
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting
|
|
1456
|
+
:param 'FirewallRulesResponse' firewall_rules: Describe firewall rules of target service to make sure source application could connect to the target.
|
|
1457
|
+
"""
|
|
1458
|
+
if action is not None:
|
|
1459
|
+
pulumi.set(__self__, "action", action)
|
|
1460
|
+
if delete_or_update_behavior is not None:
|
|
1461
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1462
|
+
if firewall_rules is not None:
|
|
1463
|
+
pulumi.set(__self__, "firewall_rules", firewall_rules)
|
|
1464
|
+
|
|
1465
|
+
@property
|
|
1466
|
+
@pulumi.getter
|
|
1467
|
+
def action(self) -> Optional[str]:
|
|
1468
|
+
"""
|
|
1469
|
+
Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.
|
|
1470
|
+
"""
|
|
1471
|
+
return pulumi.get(self, "action")
|
|
1472
|
+
|
|
1473
|
+
@property
|
|
1474
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1475
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
1476
|
+
"""
|
|
1477
|
+
Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting
|
|
1478
|
+
"""
|
|
1479
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1480
|
+
|
|
1481
|
+
@property
|
|
1482
|
+
@pulumi.getter(name="firewallRules")
|
|
1483
|
+
def firewall_rules(self) -> Optional['outputs.FirewallRulesResponse']:
|
|
1484
|
+
"""
|
|
1485
|
+
Describe firewall rules of target service to make sure source application could connect to the target.
|
|
1486
|
+
"""
|
|
1487
|
+
return pulumi.get(self, "firewall_rules")
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
@pulumi.output_type
|
|
1491
|
+
class SecretAuthInfoResponse(dict):
|
|
1492
|
+
"""
|
|
1493
|
+
The authentication info when authType is secret
|
|
1494
|
+
"""
|
|
1495
|
+
@staticmethod
|
|
1496
|
+
def __key_warning(key: str):
|
|
1497
|
+
suggest = None
|
|
1498
|
+
if key == "authType":
|
|
1499
|
+
suggest = "auth_type"
|
|
1500
|
+
elif key == "authMode":
|
|
1501
|
+
suggest = "auth_mode"
|
|
1502
|
+
elif key == "secretInfo":
|
|
1503
|
+
suggest = "secret_info"
|
|
1504
|
+
|
|
1505
|
+
if suggest:
|
|
1506
|
+
pulumi.log.warn(f"Key '{key}' not found in SecretAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1507
|
+
|
|
1508
|
+
def __getitem__(self, key: str) -> Any:
|
|
1509
|
+
SecretAuthInfoResponse.__key_warning(key)
|
|
1510
|
+
return super().__getitem__(key)
|
|
1511
|
+
|
|
1512
|
+
def get(self, key: str, default = None) -> Any:
|
|
1513
|
+
SecretAuthInfoResponse.__key_warning(key)
|
|
1514
|
+
return super().get(key, default)
|
|
1515
|
+
|
|
1516
|
+
def __init__(__self__, *,
|
|
1517
|
+
auth_type: str,
|
|
1518
|
+
auth_mode: Optional[str] = None,
|
|
1519
|
+
name: Optional[str] = None,
|
|
1520
|
+
secret_info: Optional[Any] = None):
|
|
1521
|
+
"""
|
|
1522
|
+
The authentication info when authType is secret
|
|
1523
|
+
:param str auth_type: The authentication type.
|
|
1524
|
+
Expected value is 'secret'.
|
|
1525
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1526
|
+
:param str name: Username or account name for secret auth.
|
|
1527
|
+
:param Union['KeyVaultSecretReferenceSecretInfoResponse', 'KeyVaultSecretUriSecretInfoResponse', 'ValueSecretInfoResponse'] secret_info: Password or key vault secret for secret auth.
|
|
1528
|
+
"""
|
|
1529
|
+
pulumi.set(__self__, "auth_type", 'secret')
|
|
1530
|
+
if auth_mode is not None:
|
|
1531
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1532
|
+
if name is not None:
|
|
1533
|
+
pulumi.set(__self__, "name", name)
|
|
1534
|
+
if secret_info is not None:
|
|
1535
|
+
pulumi.set(__self__, "secret_info", secret_info)
|
|
1536
|
+
|
|
1537
|
+
@property
|
|
1538
|
+
@pulumi.getter(name="authType")
|
|
1539
|
+
def auth_type(self) -> str:
|
|
1540
|
+
"""
|
|
1541
|
+
The authentication type.
|
|
1542
|
+
Expected value is 'secret'.
|
|
1543
|
+
"""
|
|
1544
|
+
return pulumi.get(self, "auth_type")
|
|
1545
|
+
|
|
1546
|
+
@property
|
|
1547
|
+
@pulumi.getter(name="authMode")
|
|
1548
|
+
def auth_mode(self) -> Optional[str]:
|
|
1549
|
+
"""
|
|
1550
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1551
|
+
"""
|
|
1552
|
+
return pulumi.get(self, "auth_mode")
|
|
1553
|
+
|
|
1554
|
+
@property
|
|
1555
|
+
@pulumi.getter
|
|
1556
|
+
def name(self) -> Optional[str]:
|
|
1557
|
+
"""
|
|
1558
|
+
Username or account name for secret auth.
|
|
1559
|
+
"""
|
|
1560
|
+
return pulumi.get(self, "name")
|
|
1561
|
+
|
|
1562
|
+
@property
|
|
1563
|
+
@pulumi.getter(name="secretInfo")
|
|
1564
|
+
def secret_info(self) -> Optional[Any]:
|
|
1565
|
+
"""
|
|
1566
|
+
Password or key vault secret for secret auth.
|
|
1567
|
+
"""
|
|
1568
|
+
return pulumi.get(self, "secret_info")
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
@pulumi.output_type
|
|
1572
|
+
class SecretStoreResponse(dict):
|
|
1573
|
+
"""
|
|
1574
|
+
An option to store secret value in secure place
|
|
1575
|
+
"""
|
|
1576
|
+
@staticmethod
|
|
1577
|
+
def __key_warning(key: str):
|
|
1578
|
+
suggest = None
|
|
1579
|
+
if key == "keyVaultId":
|
|
1580
|
+
suggest = "key_vault_id"
|
|
1581
|
+
elif key == "keyVaultSecretName":
|
|
1582
|
+
suggest = "key_vault_secret_name"
|
|
1583
|
+
|
|
1584
|
+
if suggest:
|
|
1585
|
+
pulumi.log.warn(f"Key '{key}' not found in SecretStoreResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1586
|
+
|
|
1587
|
+
def __getitem__(self, key: str) -> Any:
|
|
1588
|
+
SecretStoreResponse.__key_warning(key)
|
|
1589
|
+
return super().__getitem__(key)
|
|
1590
|
+
|
|
1591
|
+
def get(self, key: str, default = None) -> Any:
|
|
1592
|
+
SecretStoreResponse.__key_warning(key)
|
|
1593
|
+
return super().get(key, default)
|
|
1594
|
+
|
|
1595
|
+
def __init__(__self__, *,
|
|
1596
|
+
key_vault_id: Optional[str] = None,
|
|
1597
|
+
key_vault_secret_name: Optional[str] = None):
|
|
1598
|
+
"""
|
|
1599
|
+
An option to store secret value in secure place
|
|
1600
|
+
:param str key_vault_id: The key vault id to store secret
|
|
1601
|
+
:param str key_vault_secret_name: The key vault secret name to store secret, only valid when storing one secret
|
|
1602
|
+
"""
|
|
1603
|
+
if key_vault_id is not None:
|
|
1604
|
+
pulumi.set(__self__, "key_vault_id", key_vault_id)
|
|
1605
|
+
if key_vault_secret_name is not None:
|
|
1606
|
+
pulumi.set(__self__, "key_vault_secret_name", key_vault_secret_name)
|
|
1607
|
+
|
|
1608
|
+
@property
|
|
1609
|
+
@pulumi.getter(name="keyVaultId")
|
|
1610
|
+
def key_vault_id(self) -> Optional[str]:
|
|
1611
|
+
"""
|
|
1612
|
+
The key vault id to store secret
|
|
1613
|
+
"""
|
|
1614
|
+
return pulumi.get(self, "key_vault_id")
|
|
1615
|
+
|
|
1616
|
+
@property
|
|
1617
|
+
@pulumi.getter(name="keyVaultSecretName")
|
|
1618
|
+
def key_vault_secret_name(self) -> Optional[str]:
|
|
1619
|
+
"""
|
|
1620
|
+
The key vault secret name to store secret, only valid when storing one secret
|
|
1621
|
+
"""
|
|
1622
|
+
return pulumi.get(self, "key_vault_secret_name")
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
@pulumi.output_type
|
|
1626
|
+
class SelfHostedServerResponse(dict):
|
|
1627
|
+
"""
|
|
1628
|
+
The service properties when target service type is SelfHostedServer
|
|
1629
|
+
"""
|
|
1630
|
+
def __init__(__self__, *,
|
|
1631
|
+
type: str,
|
|
1632
|
+
endpoint: Optional[str] = None):
|
|
1633
|
+
"""
|
|
1634
|
+
The service properties when target service type is SelfHostedServer
|
|
1635
|
+
:param str type: The target service type.
|
|
1636
|
+
Expected value is 'SelfHostedServer'.
|
|
1637
|
+
:param str endpoint: The endpoint of service.
|
|
1638
|
+
"""
|
|
1639
|
+
pulumi.set(__self__, "type", 'SelfHostedServer')
|
|
1640
|
+
if endpoint is not None:
|
|
1641
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
1642
|
+
|
|
1643
|
+
@property
|
|
1644
|
+
@pulumi.getter
|
|
1645
|
+
def type(self) -> str:
|
|
1646
|
+
"""
|
|
1647
|
+
The target service type.
|
|
1648
|
+
Expected value is 'SelfHostedServer'.
|
|
1649
|
+
"""
|
|
1650
|
+
return pulumi.get(self, "type")
|
|
1651
|
+
|
|
1652
|
+
@property
|
|
1653
|
+
@pulumi.getter
|
|
1654
|
+
def endpoint(self) -> Optional[str]:
|
|
1655
|
+
"""
|
|
1656
|
+
The endpoint of service.
|
|
1657
|
+
"""
|
|
1658
|
+
return pulumi.get(self, "endpoint")
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
@pulumi.output_type
|
|
1662
|
+
class ServicePrincipalCertificateAuthInfoResponse(dict):
|
|
1663
|
+
"""
|
|
1664
|
+
The authentication info when authType is servicePrincipal certificate
|
|
1665
|
+
"""
|
|
1666
|
+
@staticmethod
|
|
1667
|
+
def __key_warning(key: str):
|
|
1668
|
+
suggest = None
|
|
1669
|
+
if key == "authType":
|
|
1670
|
+
suggest = "auth_type"
|
|
1671
|
+
elif key == "clientId":
|
|
1672
|
+
suggest = "client_id"
|
|
1673
|
+
elif key == "principalId":
|
|
1674
|
+
suggest = "principal_id"
|
|
1675
|
+
elif key == "authMode":
|
|
1676
|
+
suggest = "auth_mode"
|
|
1677
|
+
elif key == "deleteOrUpdateBehavior":
|
|
1678
|
+
suggest = "delete_or_update_behavior"
|
|
1679
|
+
|
|
1680
|
+
if suggest:
|
|
1681
|
+
pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalCertificateAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1682
|
+
|
|
1683
|
+
def __getitem__(self, key: str) -> Any:
|
|
1684
|
+
ServicePrincipalCertificateAuthInfoResponse.__key_warning(key)
|
|
1685
|
+
return super().__getitem__(key)
|
|
1686
|
+
|
|
1687
|
+
def get(self, key: str, default = None) -> Any:
|
|
1688
|
+
ServicePrincipalCertificateAuthInfoResponse.__key_warning(key)
|
|
1689
|
+
return super().get(key, default)
|
|
1690
|
+
|
|
1691
|
+
def __init__(__self__, *,
|
|
1692
|
+
auth_type: str,
|
|
1693
|
+
certificate: str,
|
|
1694
|
+
client_id: str,
|
|
1695
|
+
principal_id: str,
|
|
1696
|
+
auth_mode: Optional[str] = None,
|
|
1697
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
1698
|
+
roles: Optional[Sequence[str]] = None):
|
|
1699
|
+
"""
|
|
1700
|
+
The authentication info when authType is servicePrincipal certificate
|
|
1701
|
+
:param str auth_type: The authentication type.
|
|
1702
|
+
Expected value is 'servicePrincipalCertificate'.
|
|
1703
|
+
:param str certificate: ServicePrincipal certificate for servicePrincipal auth.
|
|
1704
|
+
:param str client_id: Application clientId for servicePrincipal auth.
|
|
1705
|
+
:param str principal_id: Principal Id for servicePrincipal auth.
|
|
1706
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1707
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1708
|
+
:param Sequence[str] roles: Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1709
|
+
"""
|
|
1710
|
+
pulumi.set(__self__, "auth_type", 'servicePrincipalCertificate')
|
|
1711
|
+
pulumi.set(__self__, "certificate", certificate)
|
|
1712
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1713
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1714
|
+
if auth_mode is not None:
|
|
1715
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1716
|
+
if delete_or_update_behavior is not None:
|
|
1717
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1718
|
+
if roles is not None:
|
|
1719
|
+
pulumi.set(__self__, "roles", roles)
|
|
1720
|
+
|
|
1721
|
+
@property
|
|
1722
|
+
@pulumi.getter(name="authType")
|
|
1723
|
+
def auth_type(self) -> str:
|
|
1724
|
+
"""
|
|
1725
|
+
The authentication type.
|
|
1726
|
+
Expected value is 'servicePrincipalCertificate'.
|
|
1727
|
+
"""
|
|
1728
|
+
return pulumi.get(self, "auth_type")
|
|
1729
|
+
|
|
1730
|
+
@property
|
|
1731
|
+
@pulumi.getter
|
|
1732
|
+
def certificate(self) -> str:
|
|
1733
|
+
"""
|
|
1734
|
+
ServicePrincipal certificate for servicePrincipal auth.
|
|
1735
|
+
"""
|
|
1736
|
+
return pulumi.get(self, "certificate")
|
|
1737
|
+
|
|
1738
|
+
@property
|
|
1739
|
+
@pulumi.getter(name="clientId")
|
|
1740
|
+
def client_id(self) -> str:
|
|
1741
|
+
"""
|
|
1742
|
+
Application clientId for servicePrincipal auth.
|
|
1743
|
+
"""
|
|
1744
|
+
return pulumi.get(self, "client_id")
|
|
1745
|
+
|
|
1746
|
+
@property
|
|
1747
|
+
@pulumi.getter(name="principalId")
|
|
1748
|
+
def principal_id(self) -> str:
|
|
1749
|
+
"""
|
|
1750
|
+
Principal Id for servicePrincipal auth.
|
|
1751
|
+
"""
|
|
1752
|
+
return pulumi.get(self, "principal_id")
|
|
1753
|
+
|
|
1754
|
+
@property
|
|
1755
|
+
@pulumi.getter(name="authMode")
|
|
1756
|
+
def auth_mode(self) -> Optional[str]:
|
|
1757
|
+
"""
|
|
1758
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1759
|
+
"""
|
|
1760
|
+
return pulumi.get(self, "auth_mode")
|
|
1761
|
+
|
|
1762
|
+
@property
|
|
1763
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1764
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
1765
|
+
"""
|
|
1766
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1767
|
+
"""
|
|
1768
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1769
|
+
|
|
1770
|
+
@property
|
|
1771
|
+
@pulumi.getter
|
|
1772
|
+
def roles(self) -> Optional[Sequence[str]]:
|
|
1773
|
+
"""
|
|
1774
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1775
|
+
"""
|
|
1776
|
+
return pulumi.get(self, "roles")
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
@pulumi.output_type
|
|
1780
|
+
class ServicePrincipalSecretAuthInfoResponse(dict):
|
|
1781
|
+
"""
|
|
1782
|
+
The authentication info when authType is servicePrincipal secret
|
|
1783
|
+
"""
|
|
1784
|
+
@staticmethod
|
|
1785
|
+
def __key_warning(key: str):
|
|
1786
|
+
suggest = None
|
|
1787
|
+
if key == "authType":
|
|
1788
|
+
suggest = "auth_type"
|
|
1789
|
+
elif key == "clientId":
|
|
1790
|
+
suggest = "client_id"
|
|
1791
|
+
elif key == "principalId":
|
|
1792
|
+
suggest = "principal_id"
|
|
1793
|
+
elif key == "authMode":
|
|
1794
|
+
suggest = "auth_mode"
|
|
1795
|
+
elif key == "deleteOrUpdateBehavior":
|
|
1796
|
+
suggest = "delete_or_update_behavior"
|
|
1797
|
+
elif key == "userName":
|
|
1798
|
+
suggest = "user_name"
|
|
1799
|
+
|
|
1800
|
+
if suggest:
|
|
1801
|
+
pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalSecretAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1802
|
+
|
|
1803
|
+
def __getitem__(self, key: str) -> Any:
|
|
1804
|
+
ServicePrincipalSecretAuthInfoResponse.__key_warning(key)
|
|
1805
|
+
return super().__getitem__(key)
|
|
1806
|
+
|
|
1807
|
+
def get(self, key: str, default = None) -> Any:
|
|
1808
|
+
ServicePrincipalSecretAuthInfoResponse.__key_warning(key)
|
|
1809
|
+
return super().get(key, default)
|
|
1810
|
+
|
|
1811
|
+
def __init__(__self__, *,
|
|
1812
|
+
auth_type: str,
|
|
1813
|
+
client_id: str,
|
|
1814
|
+
principal_id: str,
|
|
1815
|
+
secret: str,
|
|
1816
|
+
auth_mode: Optional[str] = None,
|
|
1817
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
1818
|
+
roles: Optional[Sequence[str]] = None,
|
|
1819
|
+
user_name: Optional[str] = None):
|
|
1820
|
+
"""
|
|
1821
|
+
The authentication info when authType is servicePrincipal secret
|
|
1822
|
+
:param str auth_type: The authentication type.
|
|
1823
|
+
Expected value is 'servicePrincipalSecret'.
|
|
1824
|
+
:param str client_id: ServicePrincipal application clientId for servicePrincipal auth.
|
|
1825
|
+
:param str principal_id: Principal Id for servicePrincipal auth.
|
|
1826
|
+
:param str secret: Secret for servicePrincipal auth.
|
|
1827
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1828
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1829
|
+
:param Sequence[str] roles: Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1830
|
+
:param str user_name: Username created in the database which is mapped to a user in AAD.
|
|
1831
|
+
"""
|
|
1832
|
+
pulumi.set(__self__, "auth_type", 'servicePrincipalSecret')
|
|
1833
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1834
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1835
|
+
pulumi.set(__self__, "secret", secret)
|
|
1836
|
+
if auth_mode is not None:
|
|
1837
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1838
|
+
if delete_or_update_behavior is not None:
|
|
1839
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1840
|
+
if roles is not None:
|
|
1841
|
+
pulumi.set(__self__, "roles", roles)
|
|
1842
|
+
if user_name is not None:
|
|
1843
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
1844
|
+
|
|
1845
|
+
@property
|
|
1846
|
+
@pulumi.getter(name="authType")
|
|
1847
|
+
def auth_type(self) -> str:
|
|
1848
|
+
"""
|
|
1849
|
+
The authentication type.
|
|
1850
|
+
Expected value is 'servicePrincipalSecret'.
|
|
1851
|
+
"""
|
|
1852
|
+
return pulumi.get(self, "auth_type")
|
|
1853
|
+
|
|
1854
|
+
@property
|
|
1855
|
+
@pulumi.getter(name="clientId")
|
|
1856
|
+
def client_id(self) -> str:
|
|
1857
|
+
"""
|
|
1858
|
+
ServicePrincipal application clientId for servicePrincipal auth.
|
|
1859
|
+
"""
|
|
1860
|
+
return pulumi.get(self, "client_id")
|
|
1861
|
+
|
|
1862
|
+
@property
|
|
1863
|
+
@pulumi.getter(name="principalId")
|
|
1864
|
+
def principal_id(self) -> str:
|
|
1865
|
+
"""
|
|
1866
|
+
Principal Id for servicePrincipal auth.
|
|
1867
|
+
"""
|
|
1868
|
+
return pulumi.get(self, "principal_id")
|
|
1869
|
+
|
|
1870
|
+
@property
|
|
1871
|
+
@pulumi.getter
|
|
1872
|
+
def secret(self) -> str:
|
|
1873
|
+
"""
|
|
1874
|
+
Secret for servicePrincipal auth.
|
|
1875
|
+
"""
|
|
1876
|
+
return pulumi.get(self, "secret")
|
|
1877
|
+
|
|
1878
|
+
@property
|
|
1879
|
+
@pulumi.getter(name="authMode")
|
|
1880
|
+
def auth_mode(self) -> Optional[str]:
|
|
1881
|
+
"""
|
|
1882
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1883
|
+
"""
|
|
1884
|
+
return pulumi.get(self, "auth_mode")
|
|
1885
|
+
|
|
1886
|
+
@property
|
|
1887
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1888
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
1889
|
+
"""
|
|
1890
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1891
|
+
"""
|
|
1892
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1893
|
+
|
|
1894
|
+
@property
|
|
1895
|
+
@pulumi.getter
|
|
1896
|
+
def roles(self) -> Optional[Sequence[str]]:
|
|
1897
|
+
"""
|
|
1898
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1899
|
+
"""
|
|
1900
|
+
return pulumi.get(self, "roles")
|
|
1901
|
+
|
|
1902
|
+
@property
|
|
1903
|
+
@pulumi.getter(name="userName")
|
|
1904
|
+
def user_name(self) -> Optional[str]:
|
|
1905
|
+
"""
|
|
1906
|
+
Username created in the database which is mapped to a user in AAD.
|
|
1907
|
+
"""
|
|
1908
|
+
return pulumi.get(self, "user_name")
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
@pulumi.output_type
|
|
1912
|
+
class SourceConfigurationResponse(dict):
|
|
1913
|
+
"""
|
|
1914
|
+
A configuration item for source resource
|
|
1915
|
+
"""
|
|
1916
|
+
def __init__(__self__, *,
|
|
1917
|
+
config_type: str,
|
|
1918
|
+
description: Optional[str] = None,
|
|
1919
|
+
key_vault_reference_identity: Optional[str] = None,
|
|
1920
|
+
name: Optional[str] = None,
|
|
1921
|
+
value: Optional[str] = None):
|
|
1922
|
+
"""
|
|
1923
|
+
A configuration item for source resource
|
|
1924
|
+
:param str config_type: The type of setting
|
|
1925
|
+
:param str description: Descriptive information for the configuration
|
|
1926
|
+
:param str key_vault_reference_identity: The identity for key vault reference, system or user-assigned managed identity ID
|
|
1927
|
+
:param str name: The name of setting.
|
|
1928
|
+
:param str value: The value of setting
|
|
1929
|
+
"""
|
|
1930
|
+
pulumi.set(__self__, "config_type", config_type)
|
|
1931
|
+
if description is not None:
|
|
1932
|
+
pulumi.set(__self__, "description", description)
|
|
1933
|
+
if key_vault_reference_identity is not None:
|
|
1934
|
+
pulumi.set(__self__, "key_vault_reference_identity", key_vault_reference_identity)
|
|
1935
|
+
if name is not None:
|
|
1936
|
+
pulumi.set(__self__, "name", name)
|
|
1937
|
+
if value is not None:
|
|
1938
|
+
pulumi.set(__self__, "value", value)
|
|
1939
|
+
|
|
1940
|
+
@property
|
|
1941
|
+
@pulumi.getter(name="configType")
|
|
1942
|
+
def config_type(self) -> str:
|
|
1943
|
+
"""
|
|
1944
|
+
The type of setting
|
|
1945
|
+
"""
|
|
1946
|
+
return pulumi.get(self, "config_type")
|
|
1947
|
+
|
|
1948
|
+
@property
|
|
1949
|
+
@pulumi.getter
|
|
1950
|
+
def description(self) -> Optional[str]:
|
|
1951
|
+
"""
|
|
1952
|
+
Descriptive information for the configuration
|
|
1953
|
+
"""
|
|
1954
|
+
return pulumi.get(self, "description")
|
|
1955
|
+
|
|
1956
|
+
@property
|
|
1957
|
+
@pulumi.getter(name="keyVaultReferenceIdentity")
|
|
1958
|
+
def key_vault_reference_identity(self) -> Optional[str]:
|
|
1959
|
+
"""
|
|
1960
|
+
The identity for key vault reference, system or user-assigned managed identity ID
|
|
1961
|
+
"""
|
|
1962
|
+
return pulumi.get(self, "key_vault_reference_identity")
|
|
1963
|
+
|
|
1964
|
+
@property
|
|
1965
|
+
@pulumi.getter
|
|
1966
|
+
def name(self) -> Optional[str]:
|
|
1967
|
+
"""
|
|
1968
|
+
The name of setting.
|
|
1969
|
+
"""
|
|
1970
|
+
return pulumi.get(self, "name")
|
|
1971
|
+
|
|
1972
|
+
@property
|
|
1973
|
+
@pulumi.getter
|
|
1974
|
+
def value(self) -> Optional[str]:
|
|
1975
|
+
"""
|
|
1976
|
+
The value of setting
|
|
1977
|
+
"""
|
|
1978
|
+
return pulumi.get(self, "value")
|
|
1979
|
+
|
|
1980
|
+
|
|
1981
|
+
@pulumi.output_type
|
|
1982
|
+
class SystemAssignedIdentityAuthInfoResponse(dict):
|
|
1983
|
+
"""
|
|
1984
|
+
The authentication info when authType is systemAssignedIdentity
|
|
1985
|
+
"""
|
|
1986
|
+
@staticmethod
|
|
1987
|
+
def __key_warning(key: str):
|
|
1988
|
+
suggest = None
|
|
1989
|
+
if key == "authType":
|
|
1990
|
+
suggest = "auth_type"
|
|
1991
|
+
elif key == "authMode":
|
|
1992
|
+
suggest = "auth_mode"
|
|
1993
|
+
elif key == "deleteOrUpdateBehavior":
|
|
1994
|
+
suggest = "delete_or_update_behavior"
|
|
1995
|
+
elif key == "userName":
|
|
1996
|
+
suggest = "user_name"
|
|
1997
|
+
|
|
1998
|
+
if suggest:
|
|
1999
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemAssignedIdentityAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2000
|
+
|
|
2001
|
+
def __getitem__(self, key: str) -> Any:
|
|
2002
|
+
SystemAssignedIdentityAuthInfoResponse.__key_warning(key)
|
|
2003
|
+
return super().__getitem__(key)
|
|
2004
|
+
|
|
2005
|
+
def get(self, key: str, default = None) -> Any:
|
|
2006
|
+
SystemAssignedIdentityAuthInfoResponse.__key_warning(key)
|
|
2007
|
+
return super().get(key, default)
|
|
2008
|
+
|
|
2009
|
+
def __init__(__self__, *,
|
|
2010
|
+
auth_type: str,
|
|
2011
|
+
auth_mode: Optional[str] = None,
|
|
2012
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
2013
|
+
roles: Optional[Sequence[str]] = None,
|
|
2014
|
+
user_name: Optional[str] = None):
|
|
2015
|
+
"""
|
|
2016
|
+
The authentication info when authType is systemAssignedIdentity
|
|
2017
|
+
:param str auth_type: The authentication type.
|
|
2018
|
+
Expected value is 'systemAssignedIdentity'.
|
|
2019
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2020
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2021
|
+
:param Sequence[str] roles: Optional, this value specifies the Azure role to be assigned
|
|
2022
|
+
:param str user_name: Username created in the database which is mapped to a user in AAD.
|
|
2023
|
+
"""
|
|
2024
|
+
pulumi.set(__self__, "auth_type", 'systemAssignedIdentity')
|
|
2025
|
+
if auth_mode is not None:
|
|
2026
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
2027
|
+
if delete_or_update_behavior is not None:
|
|
2028
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2029
|
+
if roles is not None:
|
|
2030
|
+
pulumi.set(__self__, "roles", roles)
|
|
2031
|
+
if user_name is not None:
|
|
2032
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
2033
|
+
|
|
2034
|
+
@property
|
|
2035
|
+
@pulumi.getter(name="authType")
|
|
2036
|
+
def auth_type(self) -> str:
|
|
2037
|
+
"""
|
|
2038
|
+
The authentication type.
|
|
2039
|
+
Expected value is 'systemAssignedIdentity'.
|
|
2040
|
+
"""
|
|
2041
|
+
return pulumi.get(self, "auth_type")
|
|
2042
|
+
|
|
2043
|
+
@property
|
|
2044
|
+
@pulumi.getter(name="authMode")
|
|
2045
|
+
def auth_mode(self) -> Optional[str]:
|
|
2046
|
+
"""
|
|
2047
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2048
|
+
"""
|
|
2049
|
+
return pulumi.get(self, "auth_mode")
|
|
2050
|
+
|
|
2051
|
+
@property
|
|
2052
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2053
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
2054
|
+
"""
|
|
2055
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2056
|
+
"""
|
|
2057
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2058
|
+
|
|
2059
|
+
@property
|
|
2060
|
+
@pulumi.getter
|
|
2061
|
+
def roles(self) -> Optional[Sequence[str]]:
|
|
2062
|
+
"""
|
|
2063
|
+
Optional, this value specifies the Azure role to be assigned
|
|
2064
|
+
"""
|
|
2065
|
+
return pulumi.get(self, "roles")
|
|
2066
|
+
|
|
2067
|
+
@property
|
|
2068
|
+
@pulumi.getter(name="userName")
|
|
2069
|
+
def user_name(self) -> Optional[str]:
|
|
2070
|
+
"""
|
|
2071
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2072
|
+
"""
|
|
2073
|
+
return pulumi.get(self, "user_name")
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
@pulumi.output_type
|
|
2077
|
+
class SystemDataResponse(dict):
|
|
2078
|
+
"""
|
|
2079
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2080
|
+
"""
|
|
2081
|
+
@staticmethod
|
|
2082
|
+
def __key_warning(key: str):
|
|
2083
|
+
suggest = None
|
|
2084
|
+
if key == "createdAt":
|
|
2085
|
+
suggest = "created_at"
|
|
2086
|
+
elif key == "createdBy":
|
|
2087
|
+
suggest = "created_by"
|
|
2088
|
+
elif key == "createdByType":
|
|
2089
|
+
suggest = "created_by_type"
|
|
2090
|
+
elif key == "lastModifiedAt":
|
|
2091
|
+
suggest = "last_modified_at"
|
|
2092
|
+
elif key == "lastModifiedBy":
|
|
2093
|
+
suggest = "last_modified_by"
|
|
2094
|
+
elif key == "lastModifiedByType":
|
|
2095
|
+
suggest = "last_modified_by_type"
|
|
2096
|
+
|
|
2097
|
+
if suggest:
|
|
2098
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2099
|
+
|
|
2100
|
+
def __getitem__(self, key: str) -> Any:
|
|
2101
|
+
SystemDataResponse.__key_warning(key)
|
|
2102
|
+
return super().__getitem__(key)
|
|
2103
|
+
|
|
2104
|
+
def get(self, key: str, default = None) -> Any:
|
|
2105
|
+
SystemDataResponse.__key_warning(key)
|
|
2106
|
+
return super().get(key, default)
|
|
2107
|
+
|
|
2108
|
+
def __init__(__self__, *,
|
|
2109
|
+
created_at: Optional[str] = None,
|
|
2110
|
+
created_by: Optional[str] = None,
|
|
2111
|
+
created_by_type: Optional[str] = None,
|
|
2112
|
+
last_modified_at: Optional[str] = None,
|
|
2113
|
+
last_modified_by: Optional[str] = None,
|
|
2114
|
+
last_modified_by_type: Optional[str] = None):
|
|
2115
|
+
"""
|
|
2116
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2117
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
2118
|
+
:param str created_by: The identity that created the resource.
|
|
2119
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
2120
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2121
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
2122
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
2123
|
+
"""
|
|
2124
|
+
if created_at is not None:
|
|
2125
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2126
|
+
if created_by is not None:
|
|
2127
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2128
|
+
if created_by_type is not None:
|
|
2129
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2130
|
+
if last_modified_at is not None:
|
|
2131
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2132
|
+
if last_modified_by is not None:
|
|
2133
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2134
|
+
if last_modified_by_type is not None:
|
|
2135
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2136
|
+
|
|
2137
|
+
@property
|
|
2138
|
+
@pulumi.getter(name="createdAt")
|
|
2139
|
+
def created_at(self) -> Optional[str]:
|
|
2140
|
+
"""
|
|
2141
|
+
The timestamp of resource creation (UTC).
|
|
2142
|
+
"""
|
|
2143
|
+
return pulumi.get(self, "created_at")
|
|
2144
|
+
|
|
2145
|
+
@property
|
|
2146
|
+
@pulumi.getter(name="createdBy")
|
|
2147
|
+
def created_by(self) -> Optional[str]:
|
|
2148
|
+
"""
|
|
2149
|
+
The identity that created the resource.
|
|
2150
|
+
"""
|
|
2151
|
+
return pulumi.get(self, "created_by")
|
|
2152
|
+
|
|
2153
|
+
@property
|
|
2154
|
+
@pulumi.getter(name="createdByType")
|
|
2155
|
+
def created_by_type(self) -> Optional[str]:
|
|
2156
|
+
"""
|
|
2157
|
+
The type of identity that created the resource.
|
|
2158
|
+
"""
|
|
2159
|
+
return pulumi.get(self, "created_by_type")
|
|
2160
|
+
|
|
2161
|
+
@property
|
|
2162
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2163
|
+
def last_modified_at(self) -> Optional[str]:
|
|
2164
|
+
"""
|
|
2165
|
+
The timestamp of resource last modification (UTC)
|
|
2166
|
+
"""
|
|
2167
|
+
return pulumi.get(self, "last_modified_at")
|
|
2168
|
+
|
|
2169
|
+
@property
|
|
2170
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2171
|
+
def last_modified_by(self) -> Optional[str]:
|
|
2172
|
+
"""
|
|
2173
|
+
The identity that last modified the resource.
|
|
2174
|
+
"""
|
|
2175
|
+
return pulumi.get(self, "last_modified_by")
|
|
2176
|
+
|
|
2177
|
+
@property
|
|
2178
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2179
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2180
|
+
"""
|
|
2181
|
+
The type of identity that last modified the resource.
|
|
2182
|
+
"""
|
|
2183
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
@pulumi.output_type
|
|
2187
|
+
class UserAccountAuthInfoResponse(dict):
|
|
2188
|
+
"""
|
|
2189
|
+
The authentication info when authType is user account
|
|
2190
|
+
"""
|
|
2191
|
+
@staticmethod
|
|
2192
|
+
def __key_warning(key: str):
|
|
2193
|
+
suggest = None
|
|
2194
|
+
if key == "authType":
|
|
2195
|
+
suggest = "auth_type"
|
|
2196
|
+
elif key == "authMode":
|
|
2197
|
+
suggest = "auth_mode"
|
|
2198
|
+
elif key == "deleteOrUpdateBehavior":
|
|
2199
|
+
suggest = "delete_or_update_behavior"
|
|
2200
|
+
elif key == "principalId":
|
|
2201
|
+
suggest = "principal_id"
|
|
2202
|
+
elif key == "userName":
|
|
2203
|
+
suggest = "user_name"
|
|
2204
|
+
|
|
2205
|
+
if suggest:
|
|
2206
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAccountAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2207
|
+
|
|
2208
|
+
def __getitem__(self, key: str) -> Any:
|
|
2209
|
+
UserAccountAuthInfoResponse.__key_warning(key)
|
|
2210
|
+
return super().__getitem__(key)
|
|
2211
|
+
|
|
2212
|
+
def get(self, key: str, default = None) -> Any:
|
|
2213
|
+
UserAccountAuthInfoResponse.__key_warning(key)
|
|
2214
|
+
return super().get(key, default)
|
|
2215
|
+
|
|
2216
|
+
def __init__(__self__, *,
|
|
2217
|
+
auth_type: str,
|
|
2218
|
+
auth_mode: Optional[str] = None,
|
|
2219
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
2220
|
+
principal_id: Optional[str] = None,
|
|
2221
|
+
roles: Optional[Sequence[str]] = None,
|
|
2222
|
+
user_name: Optional[str] = None):
|
|
2223
|
+
"""
|
|
2224
|
+
The authentication info when authType is user account
|
|
2225
|
+
:param str auth_type: The authentication type.
|
|
2226
|
+
Expected value is 'userAccount'.
|
|
2227
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2228
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2229
|
+
:param str principal_id: Principal Id for user account.
|
|
2230
|
+
:param Sequence[str] roles: Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
2231
|
+
:param str user_name: Username created in the database which is mapped to a user in AAD.
|
|
2232
|
+
"""
|
|
2233
|
+
pulumi.set(__self__, "auth_type", 'userAccount')
|
|
2234
|
+
if auth_mode is not None:
|
|
2235
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
2236
|
+
if delete_or_update_behavior is not None:
|
|
2237
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2238
|
+
if principal_id is not None:
|
|
2239
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2240
|
+
if roles is not None:
|
|
2241
|
+
pulumi.set(__self__, "roles", roles)
|
|
2242
|
+
if user_name is not None:
|
|
2243
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
2244
|
+
|
|
2245
|
+
@property
|
|
2246
|
+
@pulumi.getter(name="authType")
|
|
2247
|
+
def auth_type(self) -> str:
|
|
2248
|
+
"""
|
|
2249
|
+
The authentication type.
|
|
2250
|
+
Expected value is 'userAccount'.
|
|
2251
|
+
"""
|
|
2252
|
+
return pulumi.get(self, "auth_type")
|
|
2253
|
+
|
|
2254
|
+
@property
|
|
2255
|
+
@pulumi.getter(name="authMode")
|
|
2256
|
+
def auth_mode(self) -> Optional[str]:
|
|
2257
|
+
"""
|
|
2258
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2259
|
+
"""
|
|
2260
|
+
return pulumi.get(self, "auth_mode")
|
|
2261
|
+
|
|
2262
|
+
@property
|
|
2263
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2264
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
2265
|
+
"""
|
|
2266
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2267
|
+
"""
|
|
2268
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2269
|
+
|
|
2270
|
+
@property
|
|
2271
|
+
@pulumi.getter(name="principalId")
|
|
2272
|
+
def principal_id(self) -> Optional[str]:
|
|
2273
|
+
"""
|
|
2274
|
+
Principal Id for user account.
|
|
2275
|
+
"""
|
|
2276
|
+
return pulumi.get(self, "principal_id")
|
|
2277
|
+
|
|
2278
|
+
@property
|
|
2279
|
+
@pulumi.getter
|
|
2280
|
+
def roles(self) -> Optional[Sequence[str]]:
|
|
2281
|
+
"""
|
|
2282
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
2283
|
+
"""
|
|
2284
|
+
return pulumi.get(self, "roles")
|
|
2285
|
+
|
|
2286
|
+
@property
|
|
2287
|
+
@pulumi.getter(name="userName")
|
|
2288
|
+
def user_name(self) -> Optional[str]:
|
|
2289
|
+
"""
|
|
2290
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2291
|
+
"""
|
|
2292
|
+
return pulumi.get(self, "user_name")
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
@pulumi.output_type
|
|
2296
|
+
class UserAssignedIdentityAuthInfoResponse(dict):
|
|
2297
|
+
"""
|
|
2298
|
+
The authentication info when authType is userAssignedIdentity
|
|
2299
|
+
"""
|
|
2300
|
+
@staticmethod
|
|
2301
|
+
def __key_warning(key: str):
|
|
2302
|
+
suggest = None
|
|
2303
|
+
if key == "authType":
|
|
2304
|
+
suggest = "auth_type"
|
|
2305
|
+
elif key == "authMode":
|
|
2306
|
+
suggest = "auth_mode"
|
|
2307
|
+
elif key == "clientId":
|
|
2308
|
+
suggest = "client_id"
|
|
2309
|
+
elif key == "deleteOrUpdateBehavior":
|
|
2310
|
+
suggest = "delete_or_update_behavior"
|
|
2311
|
+
elif key == "subscriptionId":
|
|
2312
|
+
suggest = "subscription_id"
|
|
2313
|
+
elif key == "userName":
|
|
2314
|
+
suggest = "user_name"
|
|
2315
|
+
|
|
2316
|
+
if suggest:
|
|
2317
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityAuthInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2318
|
+
|
|
2319
|
+
def __getitem__(self, key: str) -> Any:
|
|
2320
|
+
UserAssignedIdentityAuthInfoResponse.__key_warning(key)
|
|
2321
|
+
return super().__getitem__(key)
|
|
2322
|
+
|
|
2323
|
+
def get(self, key: str, default = None) -> Any:
|
|
2324
|
+
UserAssignedIdentityAuthInfoResponse.__key_warning(key)
|
|
2325
|
+
return super().get(key, default)
|
|
2326
|
+
|
|
2327
|
+
def __init__(__self__, *,
|
|
2328
|
+
auth_type: str,
|
|
2329
|
+
auth_mode: Optional[str] = None,
|
|
2330
|
+
client_id: Optional[str] = None,
|
|
2331
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
2332
|
+
roles: Optional[Sequence[str]] = None,
|
|
2333
|
+
subscription_id: Optional[str] = None,
|
|
2334
|
+
user_name: Optional[str] = None):
|
|
2335
|
+
"""
|
|
2336
|
+
The authentication info when authType is userAssignedIdentity
|
|
2337
|
+
:param str auth_type: The authentication type.
|
|
2338
|
+
Expected value is 'userAssignedIdentity'.
|
|
2339
|
+
:param str auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2340
|
+
:param str client_id: Client Id for userAssignedIdentity.
|
|
2341
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2342
|
+
:param Sequence[str] roles: Optional, this value specifies the Azure role to be assigned
|
|
2343
|
+
:param str subscription_id: Subscription id for userAssignedIdentity.
|
|
2344
|
+
:param str user_name: Username created in the database which is mapped to a user in AAD.
|
|
2345
|
+
"""
|
|
2346
|
+
pulumi.set(__self__, "auth_type", 'userAssignedIdentity')
|
|
2347
|
+
if auth_mode is not None:
|
|
2348
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
2349
|
+
if client_id is not None:
|
|
2350
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2351
|
+
if delete_or_update_behavior is not None:
|
|
2352
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2353
|
+
if roles is not None:
|
|
2354
|
+
pulumi.set(__self__, "roles", roles)
|
|
2355
|
+
if subscription_id is not None:
|
|
2356
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
2357
|
+
if user_name is not None:
|
|
2358
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
2359
|
+
|
|
2360
|
+
@property
|
|
2361
|
+
@pulumi.getter(name="authType")
|
|
2362
|
+
def auth_type(self) -> str:
|
|
2363
|
+
"""
|
|
2364
|
+
The authentication type.
|
|
2365
|
+
Expected value is 'userAssignedIdentity'.
|
|
2366
|
+
"""
|
|
2367
|
+
return pulumi.get(self, "auth_type")
|
|
2368
|
+
|
|
2369
|
+
@property
|
|
2370
|
+
@pulumi.getter(name="authMode")
|
|
2371
|
+
def auth_mode(self) -> Optional[str]:
|
|
2372
|
+
"""
|
|
2373
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2374
|
+
"""
|
|
2375
|
+
return pulumi.get(self, "auth_mode")
|
|
2376
|
+
|
|
2377
|
+
@property
|
|
2378
|
+
@pulumi.getter(name="clientId")
|
|
2379
|
+
def client_id(self) -> Optional[str]:
|
|
2380
|
+
"""
|
|
2381
|
+
Client Id for userAssignedIdentity.
|
|
2382
|
+
"""
|
|
2383
|
+
return pulumi.get(self, "client_id")
|
|
2384
|
+
|
|
2385
|
+
@property
|
|
2386
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2387
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
2388
|
+
"""
|
|
2389
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2390
|
+
"""
|
|
2391
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2392
|
+
|
|
2393
|
+
@property
|
|
2394
|
+
@pulumi.getter
|
|
2395
|
+
def roles(self) -> Optional[Sequence[str]]:
|
|
2396
|
+
"""
|
|
2397
|
+
Optional, this value specifies the Azure role to be assigned
|
|
2398
|
+
"""
|
|
2399
|
+
return pulumi.get(self, "roles")
|
|
2400
|
+
|
|
2401
|
+
@property
|
|
2402
|
+
@pulumi.getter(name="subscriptionId")
|
|
2403
|
+
def subscription_id(self) -> Optional[str]:
|
|
2404
|
+
"""
|
|
2405
|
+
Subscription id for userAssignedIdentity.
|
|
2406
|
+
"""
|
|
2407
|
+
return pulumi.get(self, "subscription_id")
|
|
2408
|
+
|
|
2409
|
+
@property
|
|
2410
|
+
@pulumi.getter(name="userName")
|
|
2411
|
+
def user_name(self) -> Optional[str]:
|
|
2412
|
+
"""
|
|
2413
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2414
|
+
"""
|
|
2415
|
+
return pulumi.get(self, "user_name")
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
@pulumi.output_type
|
|
2419
|
+
class VNetSolutionResponse(dict):
|
|
2420
|
+
"""
|
|
2421
|
+
The VNet solution for linker
|
|
2422
|
+
"""
|
|
2423
|
+
@staticmethod
|
|
2424
|
+
def __key_warning(key: str):
|
|
2425
|
+
suggest = None
|
|
2426
|
+
if key == "deleteOrUpdateBehavior":
|
|
2427
|
+
suggest = "delete_or_update_behavior"
|
|
2428
|
+
|
|
2429
|
+
if suggest:
|
|
2430
|
+
pulumi.log.warn(f"Key '{key}' not found in VNetSolutionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2431
|
+
|
|
2432
|
+
def __getitem__(self, key: str) -> Any:
|
|
2433
|
+
VNetSolutionResponse.__key_warning(key)
|
|
2434
|
+
return super().__getitem__(key)
|
|
2435
|
+
|
|
2436
|
+
def get(self, key: str, default = None) -> Any:
|
|
2437
|
+
VNetSolutionResponse.__key_warning(key)
|
|
2438
|
+
return super().get(key, default)
|
|
2439
|
+
|
|
2440
|
+
def __init__(__self__, *,
|
|
2441
|
+
delete_or_update_behavior: Optional[str] = None,
|
|
2442
|
+
type: Optional[str] = None):
|
|
2443
|
+
"""
|
|
2444
|
+
The VNet solution for linker
|
|
2445
|
+
:param str delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2446
|
+
:param str type: Type of VNet solution.
|
|
2447
|
+
"""
|
|
2448
|
+
if delete_or_update_behavior is not None:
|
|
2449
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2450
|
+
if type is not None:
|
|
2451
|
+
pulumi.set(__self__, "type", type)
|
|
2452
|
+
|
|
2453
|
+
@property
|
|
2454
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2455
|
+
def delete_or_update_behavior(self) -> Optional[str]:
|
|
2456
|
+
"""
|
|
2457
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2458
|
+
"""
|
|
2459
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2460
|
+
|
|
2461
|
+
@property
|
|
2462
|
+
@pulumi.getter
|
|
2463
|
+
def type(self) -> Optional[str]:
|
|
2464
|
+
"""
|
|
2465
|
+
Type of VNet solution.
|
|
2466
|
+
"""
|
|
2467
|
+
return pulumi.get(self, "type")
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
@pulumi.output_type
|
|
2471
|
+
class ValueSecretInfoResponse(dict):
|
|
2472
|
+
"""
|
|
2473
|
+
The secret info when type is rawValue. It's for scenarios that user input the secret.
|
|
2474
|
+
"""
|
|
2475
|
+
@staticmethod
|
|
2476
|
+
def __key_warning(key: str):
|
|
2477
|
+
suggest = None
|
|
2478
|
+
if key == "secretType":
|
|
2479
|
+
suggest = "secret_type"
|
|
2480
|
+
|
|
2481
|
+
if suggest:
|
|
2482
|
+
pulumi.log.warn(f"Key '{key}' not found in ValueSecretInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2483
|
+
|
|
2484
|
+
def __getitem__(self, key: str) -> Any:
|
|
2485
|
+
ValueSecretInfoResponse.__key_warning(key)
|
|
2486
|
+
return super().__getitem__(key)
|
|
2487
|
+
|
|
2488
|
+
def get(self, key: str, default = None) -> Any:
|
|
2489
|
+
ValueSecretInfoResponse.__key_warning(key)
|
|
2490
|
+
return super().get(key, default)
|
|
2491
|
+
|
|
2492
|
+
def __init__(__self__, *,
|
|
2493
|
+
secret_type: str,
|
|
2494
|
+
value: Optional[str] = None):
|
|
2495
|
+
"""
|
|
2496
|
+
The secret info when type is rawValue. It's for scenarios that user input the secret.
|
|
2497
|
+
:param str secret_type: The secret type.
|
|
2498
|
+
Expected value is 'rawValue'.
|
|
2499
|
+
:param str value: The actual value of the secret.
|
|
2500
|
+
"""
|
|
2501
|
+
pulumi.set(__self__, "secret_type", 'rawValue')
|
|
2502
|
+
if value is not None:
|
|
2503
|
+
pulumi.set(__self__, "value", value)
|
|
2504
|
+
|
|
2505
|
+
@property
|
|
2506
|
+
@pulumi.getter(name="secretType")
|
|
2507
|
+
def secret_type(self) -> str:
|
|
2508
|
+
"""
|
|
2509
|
+
The secret type.
|
|
2510
|
+
Expected value is 'rawValue'.
|
|
2511
|
+
"""
|
|
2512
|
+
return pulumi.get(self, "secret_type")
|
|
2513
|
+
|
|
2514
|
+
@property
|
|
2515
|
+
@pulumi.getter
|
|
2516
|
+
def value(self) -> Optional[str]:
|
|
2517
|
+
"""
|
|
2518
|
+
The actual value of the secret.
|
|
2519
|
+
"""
|
|
2520
|
+
return pulumi.get(self, "value")
|
|
2521
|
+
|
|
2522
|
+
|